@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400&display=swap");

/* Niche architecture additions: industries menu + breadcrumbs.
   Uses the existing theme's colors and spacing scale. */

/* --- Hook-matched typography: Archivo body, champion display --- */
html body,
html body p,
html body li,
html body a,
html body input,
html body button,
html body textarea,
html body select,
html body .btn,
html body .nav-link,
html body .dropdown-item,
html body .breadcrumbs {
    font-family: "Archivo", "museo-sans", sans-serif;
}
html body h1, html body h2, html body h3, html body h4,
html body .sh-headline, html body .hero__title {
    font-family: champion, "Archivo", sans-serif;
}
html body h1 *, html body h2 *, html body h3 *, html body h4 *,
html body .sh-headline *, html body .hero__title * { font-family: inherit; }


#main-nav .nav-industries { position: relative; }

#main-nav .nav-industries > .nav-link { cursor: pointer; }

#main-nav .nav-industries > .nav-link::after {
    content: "";
    display: inline-block;
    margin-left: .4em;
    border: .3em solid transparent;
    border-top-color: currentColor;
    border-bottom: 0;
    vertical-align: .15em;
}

#main-nav .nav-industries .dropdown-menu {
    display: none !important;
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    z-index: 1030;
    width: max-content;
    min-width: 22rem;
    max-width: 30rem;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    margin: 0;
    padding: .75rem;
    list-style: none;
    background: #15171a;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: .75rem;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, .45);
    grid-template-columns: repeat(2, minmax(9.5rem, 1fr));
    gap: 2px 8px;
}

#main-nav .nav-industries:hover .dropdown-menu,
#main-nav .nav-industries:focus-within .dropdown-menu,
#main-nav .nav-industries .dropdown-menu.show {
    display: grid !important;
}

#main-nav .nav-industries .dropdown-menu li { list-style: none; margin: 0; }

#main-nav .nav-industries .dropdown-menu a {
    display: block;
    padding: .5rem .75rem;
    border-radius: .4rem;
    color: #fff;
    text-decoration: none;
    font-family: Archivo, system-ui, sans-serif;
    font-size: .95rem;
    line-height: 1.25;
    white-space: nowrap;
}

#main-nav .nav-industries .dropdown-menu a:hover,
#main-nav .nav-industries .dropdown-menu a:focus {
    background: rgba(255, 255, 255, .08);
    color: #d4fd52;
    text-decoration: none;
}


.offcanvas .industries-submenu {
    list-style: none;
    padding-left: 1rem;
    margin: 0 0 .5rem;
}

.offcanvas .industries-submenu a {
    display: block;
    padding: .35rem 0;
    color: #fff;
    text-decoration: none;
    font-size: .95rem;
    opacity: .85;
}

.offcanvas .industries-submenu a:hover { opacity: 1; text-decoration: underline; }

/* Breadcrumbs */
.breadcrumbs { background: transparent; }

.breadcrumbs ol { gap: .5rem; }

.breadcrumbs li { color: #6b7280; font-size: .85rem; }

.breadcrumbs a { color: #6b7280; text-decoration: none; }

.breadcrumbs a:hover { color: #111; text-decoration: underline; }

.breadcrumbs [aria-current="page"] { color: #111; font-weight: 600; }

/* Linked headings inside the dark service cards keep the card styling */
.service-breakdown__list__item h3 a,
.service-breakdown__list__item h4 a { color: inherit; text-decoration: none; }

.service-breakdown__list__item h3 a:hover,
.service-breakdown__list__item h4 a:hover { text-decoration: underline; }

.service-breakdown__list__item .btn--big { align-self: flex-start; }

/* ---------------------------------------------------------------
   Brand palette + mobile typography refinements
   Black (#19191c) + lime (#d4fd52) accent, tuned for small screens.
   --------------------------------------------------------------- */

/* Lime is a background/accent colour - anything sitting on it must be dark */
.bg-prim-lime,
.solid--lime,
.btn--lime,
a.solid--lime,
button.solid--lime {
    color: #19191c !important;
}
.bg-prim-lime *,
.solid--lime *,
.btn--lime * {
    color: inherit;
}
.solid--lime:hover,
.btn--lime:hover {
    background-color: #c2ea45 !important;
    color: #19191c !important;
}

/* Lime text is unreadable on light backgrounds - darken it there */
.bg-white .c-prim-lime,
.bg-light .c-prim-lime,
.basic-content .c-prim-lime,
.faq-accordion .c-prim-lime,
.comparison-chart .c-prim-lime {
    color: #19191c !important;
}


/* ---------- Hook Agency parity tuning (measured against hookagency.com) ---------- */
.sh-micro, .sh-eyebrow, .eyebrow {
    font-size: 16px !important;
    line-height: 1.2 !important;
    font-family: "Archivo", sans-serif !important;
    font-weight: 600 !important;
    letter-spacing: normal !important;
    text-transform: capitalize !important;
}
section.bg-white .sh-micro, .bg-light .sh-micro { color: #adb5bd !important; }
@media only screen and (max-width: 767.98px) {
    .hero h1, .hero .hero__title, .hero--secondary h1, h1 {
        font-size: 48px !important;
        line-height: 1.04 !important;
        letter-spacing: 0 !important;
        word-break: normal;
        hyphens: none;
    }
    h2, .section-header h2.sh-headline, h2.sh-headline {
        font-size: 40px !important;
        line-height: 1.2 !important;
    }
    h3.sh-headline.lvl-1 { font-size: 46px !important; line-height: 1.2 !important; }
    .container, .container-fluid {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
    img, picture { max-width: 100%; height: auto; }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .hero h1, .hero .hero__title, h1 { font-size: 58px !important; line-height: 1.04 !important; }
    h2, h2.sh-headline { font-size: 42px !important; line-height: 1.2 !important; }
}
@media only screen and (min-width: 992px) {
    h2, h2.sh-headline { font-size: 46px !important; line-height: 1.2 !important; }
    .hero p, .hero__desc { font-size: 16px !important; line-height: 1.5 !important; }
    section { padding-top: 96px; padding-bottom: 96px; }
    .hero, section.hero, section:first-of-type { padding-top: 169px !important; padding-bottom: 96px !important; }
}

html body .solid--lime, html body a.solid--lime, html body button.solid--lime,
html body .btn--big.solid--lime, html body .bg-prim-lime { color:#19191c !important; }
html body .solid--lime:hover, html body a.solid--lime:hover { color:#19191c !important; background-color:#c2ea45 !important; }

/* Brand mark (BM letters) */
.navbar-brand,
.footer-end__brand {
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
}
.brand-mark {
  display: block;
  height: 30px;
  width: auto;
}
@media (min-width: 992px) {
  .brand-mark { height: 38px; }
}
.brand-wordmark--sm ~ .brand-mark,
.footer-end__brand .brand-mark { height: 28px; }

/* Brand wordmark (replaces logo image) */
.navbar-brand .brand-wordmark,
.brand-wordmark {
  display: inline-flex;
  flex-direction: column;
  line-height: 1.02;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-weight: 800;
  font-family: champion, "Archivo", sans-serif;
}
.brand-wordmark__a { color: #d4fd52; font-size: 20px; }
.brand-wordmark__b { color: #fff; font-size: 10.5px; letter-spacing: 0.22em; }
@media (min-width: 992px) {
  .brand-wordmark__a { font-size: 26px; }
  .brand-wordmark__b { font-size: 12px; }
}

a:hover .brand-wordmark__a { color: #c2ea45; }

/* ---- Mobile off-canvas menu (no Bootstrap JS on this build) ---- */
#navbarNavOffcanvas {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(86vw, 380px);
  max-width: 100%;
  background: #19191c;
  color: #fff;
  padding: 24px 20px 32px;
  overflow-y: auto;
  z-index: 1080;
  transform: translateX(100%);
  transition: transform .28s ease;
  visibility: hidden;
  display: flex;
  flex-direction: column;
}
#navbarNavOffcanvas.is-open { transform: translateX(0); visibility: visible; }
body.nav-open { overflow: hidden; }
.nav-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.6);
  opacity: 0;
  visibility: hidden;
  transition: opacity .28s ease;
  z-index: 1070;
}
.nav-backdrop.is-open { opacity: 1; visibility: visible; }
#navbarNavOffcanvas .offcanvas-body { margin-top: 24px; flex: 1 1 auto; min-height: 0; overflow-y: auto; overflow-x: hidden; }
#navbarNavOffcanvas .offcanvas-header { flex: 0 0 auto; }
#navbarNavOffcanvas .offcanvas-header .inner { margin-bottom: 1rem !important; }
#navbarNavOffcanvas #main-menu { list-style: none; margin: 0; padding: 0; display: block; }
#navbarNavOffcanvas #main-menu > li { margin: 0 0 10px; }
#navbarNavOffcanvas #main-menu > li > a {
  color: #fff;
  font-family: Archivo, system-ui, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}
#navbarNavOffcanvas #main-menu > li > a:hover { color: #d4fd52; }
.offcanvas .industries-submenu { display: grid; grid-template-columns: 1fr 1fr; column-gap: 10px; list-style: none; margin: 8px 0 0; padding: 0 0 0 12px; border-left: 1px solid rgba(255,255,255,.18); }
.offcanvas .industries-submenu li { margin: 0 0 6px; }
.offcanvas .industries-submenu a { color: #fff; opacity: .78; font-family: Archivo, system-ui, sans-serif; font-size: 14px; text-decoration: none; }
.offcanvas .industries-submenu a:hover { opacity: 1; color: #d4fd52; }
#navbarNavOffcanvas .btn--big { display: inline-block; }
.navbar-toggler { display: inline-flex !important; }
@media (min-width: 992px) { .navbar-toggler { display: none !important; } }

/* Comparison chart row emoji (Hook-style) */
.comparison-chart__table td.table-row-items .row-label{display:flex !important;align-items:center;flex-wrap:nowrap;gap:10px}
.comparison-chart__table td.table-row-items .row-emoji{font-size:18px;line-height:1;flex:0 0 auto;font-family:"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",sans-serif}

/* --- Hook-matched hero for secondary/service pages (h1 is the eyebrow) --- */
html body h1.sh-micro,
html body .hero--secondary h1.sh-micro {
    font-size: 16px !important;
    line-height: 1.2 !important;
    font-weight: 600 !important;
    font-family: Archivo, system-ui, sans-serif !important;
    text-transform: capitalize !important;
    letter-spacing: normal !important;
    color: #adb5bd !important;
    margin-bottom: 12px !important;
}
html body .hero--secondary h2.sh-headline,
html body .hero--secondary h2.sh-headline.lvl-1 {
    font-size: 46px !important;
    line-height: 1.2 !important;
}
html body .hero--secondary p { font-size: 15px !important; line-height: 1.5 !important; }
@media (min-width: 992px) {
    html body .hero--secondary h2.sh-headline,
    html body .hero--secondary h2.sh-headline.lvl-1 {
        font-size: 52px !important;
        line-height: 1.2 !important;
    }
}

/* Service-style pricing cards (Hook-exact) */
html body .pricing-breakdown {
    background: #000 !important;
    padding: 18px 0 32px !important;
}
@media (min-width: 992px) {
    html body .pricing-breakdown {
        padding: 32px 0 64px !important;
    }
}
html body .pricing-breakdown .pricing-packages-row {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 24px;
}
html body .pricing-breakdown .pricing-package {
    display: flex;
    padding-left: 12px;
    padding-right: 12px;
}
html body .pricing-breakdown .pricing-package__inner.pricing-package--service {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: #19191c;
    border: 1px solid rgba(0, 0, 0, .176);
    border-radius: 16px;
    padding: 32px;
}
html body .pricing-breakdown .pricing-package__icon {
    width: 93px;
    height: 93px;
    border-radius: 50%;
    background: #000;
    border: 1px solid rgba(255, 255, 255, .5);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    flex: 0 0 93px;
}
html body .pricing-breakdown .pricing-package__icon img,
html body .pricing-breakdown .pricing-package__icon-glyph {
    width: 45px;
    height: 45px;
    object-fit: contain;
}
html body .pricing-breakdown .pricing-package--service .pricing-package__title {
    font-family: "Archivo", sans-serif !important;
    font-size: 20px !important;
    line-height: 24px !important;
    font-weight: 600 !important;
    color: #fff !important;
    text-transform: none !important;
    margin: 0 0 16px !important;
}
html body .pricing-breakdown .pricing-package--service .pricing-package__subtitle {
    font-family: "Archivo", sans-serif !important;
    font-size: 14px !important;
    line-height: 21px !important;
    color: rgba(255, 255, 255, .7) !important;
    margin: 0 0 16px !important;
}
html body .pricing-breakdown .pricing-package--service .pricing-package__price {
    display: block;
    margin: 0 !important;
}
html body .pricing-breakdown .pricing-package__price-value {
    font-family: "champion-htf-welterweight", champion, "Archivo", sans-serif !important;
    font-size: 36px !important;
    line-height: 43.2px !important;
    color: #fff !important;
}
html body .pricing-breakdown .pricing-package__price-unit {
    font-family: "Archivo", sans-serif !important;
    font-size: 16px !important;
    color: #828282 !important;
    font-weight: 400 !important;
}
html body .pricing-breakdown .pricing-package__note {
    font-family: "Archivo", sans-serif !important;
    font-size: 12.56px !important;
    line-height: 18.84px !important;
    color: #828282 !important;
    margin: 0 !important;
}
html body .pricing-breakdown .pricing-package__icon-glyph {
    display: block;
    background-color: #d4fd52;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
}
@media screen and (max-width: 991px) {
    html body .pricing-breakdown .pricing-packages-row {
        flex-wrap: wrap !important;
        overflow-x: visible !important;
    }
    html body .pricing-breakdown .pricing-package {
        flex: 0 0 100% !important;
        width: 100% !important;
        max-width: 100% !important;
    }
}

/* Industries we serve */
.industries-links {
    background: #0f1012;
    padding: 72px 0;
}
.industries-links__header {
    max-width: 760px;
    margin: 0 auto 40px;
}
.industries-links__header h2 {
    color: #fff;
    margin-bottom: 14px;
}
.industries-links__header p {
    color: rgba(255, 255, 255, .68);
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
}
.industries-links__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}
@media (min-width: 768px) {
    .industries-links__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 1200px) {
    .industries-links__grid {
        grid-template-columns: repeat(4, 1fr);
    }
}
.industry-card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 26px 22px 24px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 16px;
    background: linear-gradient(180deg, #1a1b1f 0%, #121316 100%);
    text-decoration: none;
    overflow: hidden;
    transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.industry-card::after {
    content: "";
    position: absolute;
    left: 22px;
    right: 22px;
    top: 0;
    height: 2px;
    background: #d4fd52;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .25s ease;
}
.industry-card:hover,
.industry-card:focus-visible {
    border-color: rgba(212, 253, 82, .55);
    transform: translateY(-3px);
    box-shadow: 0 16px 32px rgba(0, 0, 0, .45);
}
.industry-card:hover::after,
.industry-card:focus-visible::after {
    transform: scaleX(1);
}
.industry-card__check {
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(212, 253, 82, .12);
    border: 1px solid rgba(212, 253, 82, .45);
    position: relative;
}
.industry-card__check::after {
    content: "";
    position: absolute;
    left: 13px;
    top: 8px;
    width: 7px;
    height: 13px;
    border: solid #d4fd52;
    border-width: 0 2.5px 2.5px 0;
    transform: rotate(45deg);
}
.industry-card__title {
    display: block;
    font-family: "champion-htf-welterweight", "Archivo", sans-serif;
    font-size: 26px;
    line-height: 1.05;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .01em;
    transition: color .2s ease;
}
.industry-card:hover .industry-card__title {
    color: #d4fd52;
}
.industry-card__desc {
    display: block;
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, .62);
}
.industries-links__more {
    margin-top: 32px;
    text-align: center;
    background: linear-gradient(120deg, #17181c 0%, #101114 100%);
    border: 1px solid rgba(212, 253, 82, .28);
    border-radius: 20px;
    padding: 40px 24px;
}
.industries-links__more h3 {
    font-family: "champion-htf-welterweight", "Archivo", sans-serif;
    color: #d4fd52;
    font-size: 36px;
    margin-bottom: 12px;
}
.industries-links__more p {
    color: rgba(255, 255, 255, .78);
    max-width: 580px;
    margin: 0 auto 24px;
    font-size: 15px;
    line-height: 1.7;
}
.industries-links__more .btn--big {
    display: inline-flex;
    margin: 0 auto;
}

html body .pricing-breakdown .pricing-packages-row {
    flex-wrap: wrap !important;
    overflow-x: visible !important;
}

/* Footer bottom bar */
html body .site-footer__end {
    background: #0c0c0e;
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding: 36px 0 24px;
}
.footer-end__bar {
    display: flex;
    flex-direction: column;
    gap: 28px;
    padding-bottom: 28px;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}
@media (min-width: 992px) {
    .footer-end__bar {
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
        gap: 40px;
    }
}
.footer-end__brand {
    max-width: 320px;
}
.brand-wordmark--sm .brand-wordmark__a {
    font-size: 20px;
}
.brand-wordmark--sm .brand-wordmark__b {
    font-size: 10px;
}
.footer-end__tagline {
    margin: 10px 0 0;
    font-family: "Archivo", sans-serif;
    font-size: 13px;
    line-height: 20px;
    color: rgba(255, 255, 255, .6);
}
.footer-end__links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 22px;
    max-width: 460px;
}
.footer-end__links a {
    font-family: "Archivo", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, .78);
    text-decoration: none;
    transition: color .2s ease;
}
.footer-end__links a:hover,
.footer-end__links a:focus-visible {
    color: #d4fd52;
}
.footer-end__cta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}
.footer-end__phone {
    font-family: "champion-htf-welterweight", champion, "Archivo", sans-serif;
    font-size: 26px;
    line-height: 1;
    color: #fff;
    text-decoration: none;
}
.footer-end__phone:hover {
    color: #d4fd52;
}
.footer-end__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #d4fd52;
    color: #19191c;
    font-family: "Archivo", sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
    text-decoration: none;
    padding: 12px 22px;
    border-radius: 8px;
    transition: transform .2s ease, filter .2s ease;
}
.footer-end__btn:hover,
.footer-end__btn:focus-visible {
    color: #19191c;
    filter: brightness(1.05);
    transform: translateY(-1px);
}
.footer-end__base {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding-top: 20px;
}
@media (min-width: 768px) {
    .footer-end__base {
        flex-direction: row;
    }
}
.footer-end__copy {
    margin: 0;
    font-family: "Archivo", sans-serif;
    font-size: 12.56px;
    color: #828282;
}
.footer-end__top {
    font-family: "Archivo", sans-serif;
    font-size: 12.56px;
    font-weight: 600;
    color: rgba(255, 255, 255, .7);
    text-decoration: none;
}
.footer-end__top:hover {
    color: #d4fd52;
}

/* --- Homepage service tiles (4 services) --- */
html body .card--service-tiles__icon { min-width: 44px; width: 44px; height: 44px; flex: 0 0 44px; }
html body .card--service-tiles__icon img { width: 44px !important; height: 44px !important; object-fit: contain; display: block; }
html body .card--service-tiles { min-height: 132px; align-items: center; }
html body .industry-callout__tile-label { font-size: 30px; line-height: 1.02; }
@media (min-width: 992px) and (max-width: 1399px) {
  html body .industry-callout__tile-label { font-size: 26px; }
  html body .card--service-tiles__icon,
  html body .card--service-tiles__icon img { min-width: 38px; width: 38px !important; height: 38px !important; flex-basis: 38px; }
}

/* --- Static testimonial image (video removed) --- */
html body .industry-callout__still { width: 100%; border-radius: 16px; overflow: hidden; }
html body .industry-callout__still img { width: 100%; height: auto; display: block; border-radius: 16px; }

/* Hide legacy award/partner badge art in the pricing trust row (unverified claims) */
.pricing-cta__trust-icon { display: none !important; }
.pricing-cta__trust-item { justify-content: center; }

/* Related-services panel: the theme's light card made white text unreadable */
.service-breakdown .service-breakdown--wrapper {
    background: #141416 !important;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 1rem;
    padding: 2.5rem 1.5rem;
}
.service-breakdown .service-breakdown__list__item,
.service-breakdown .service-breakdown__list__item h3,
.service-breakdown .service-breakdown__list__item h4,
.service-breakdown .service-breakdown__list__item p,
.service-breakdown .service-breakdown__list__item a { color: #fff; }
.service-breakdown .sbli__icon { background: #0d0d0f; border: 1px solid rgba(212, 253, 82, .5); }
.service-breakdown .service-breakdown__list__item .btn--big.outline--white { border-color: rgba(255,255,255,.55); color: #fff; }
.service-breakdown .service-breakdown__list__item .btn--big.outline--white:hover { background: #d4fd52; border-color: #d4fd52; color: #19191c; }
.service-breakdown .service-breakdown__list { align-items: stretch; }
.service-breakdown .service-breakdown__list__item {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: flex-start;
    align-self: stretch;
    padding: 0 1rem;
}
.service-breakdown .service-breakdown__list__item h3,
.service-breakdown .service-breakdown__list__item h4 {
    font-size: 1.35rem;
    line-height: 1.25;
    margin: 1.25rem 0 .75rem;
    min-height: 3.4rem;
}
.service-breakdown .service-breakdown__list__item p { font-size: .95rem; line-height: 1.55; }
.service-breakdown .service-breakdown__list__item .btn--big { align-self: center; margin-top: auto; }
.service-breakdown .sbli__icon {
    width: 72px; height: 72px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    background: #0d0d0f; border: 1px solid rgba(212, 253, 82, .5);
}
.service-breakdown .sbli__icon img { display: none; }
.service-breakdown .sbli__icon::after {
    content: ""; width: 34px; height: 34px; background: #d4fd52;
    -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
    -webkit-mask-position: center; mask-position: center;
    -webkit-mask-size: contain; mask-size: contain;
    -webkit-mask-image: url("/img/service-icons/local-seo-white.svg");
    mask-image: url("/img/service-icons/local-seo-white.svg");
}
.service-breakdown .service-breakdown__list__item:nth-of-type(3) .sbli__icon::after {
    -webkit-mask-image: url("/img/service-icons/meta-ads-white.svg");
    mask-image: url("/img/service-icons/meta-ads-white.svg");
}
.service-breakdown .service-breakdown__list__item:nth-of-type(5) .sbli__icon::after {
    -webkit-mask-image: url("/img/service-icons/website-design-white.svg");
    mask-image: url("/img/service-icons/website-design-white.svg");
}
@media (max-width: 991px) {
    .service-breakdown .service-breakdown--wrapper { padding: 2rem 1rem; }
    .service-breakdown .service-breakdown__list__item { padding: 1.25rem 0; }
    .service-breakdown .service-breakdown__list__item h3,
    .service-breakdown .service-breakdown__list__item h4 { min-height: 0; font-size: 1.25rem; }
}
.service-breakdown .service-breakdown__list { align-items: flex-start !important; }

/* Logo: mark only, name kept for screen readers */
.brand-wordmark {
    position: absolute !important;
    width: 1px; height: 1px;
    overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%);
    white-space: nowrap;
}
.navbar-brand .brand-mark, .site-footer .brand-mark { height: 42px; width: auto; margin: 0; }

/* Service tiles: uniform dark treatment instead of mismatched photos */
.industry-callout__tile-link { display: block; text-decoration: none; }
.industry-callout__tile-link .card--service-tiles {
    background: radial-gradient(120% 140% at 15% 0%, #23262b 0%, #141518 55%, #0e0f11 100%) !important;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 14px;
    min-height: 132px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.25rem 1rem;
    position: relative;
    overflow: hidden;
    transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.industry-callout__tile-link .card--service-tiles::before {
    background: rgba(0, 0, 0, .55);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 14px;
}
.industry-callout__tile-link:hover .card--service-tiles {
    border-color: rgba(212, 253, 82, .6);
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, .5);
}
.industry-callout__tile-link .card--service-tiles__icon img { width: 40px; height: 40px; }
.industry-callout__tile-label { display: flex; flex-direction: column; line-height: 1.02; letter-spacing: .01em; font-size: 1.6rem; }
@media (max-width: 991px) {
    .industry-callout__tile-link .card--service-tiles { min-height: 104px; }
    .industry-callout__tile-label { font-size: 1.4rem; }
}
.industry-callout__tile-link .card--service-tiles { padding: 24px 20px; }
.industry-callout__tile-label { font-size: clamp(1.15rem, 1.15vw + .55rem, 1.55rem); }

/* Homepage blog section (Hook-style) */
.home-blog { background: #fff; }
.home-blog .container { max-width: 1600px; }
.home-blog__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 1.5rem; margin-bottom: 2.25rem; }
.home-blog__eyebrow { display: block; color: #6c757d; font-family: Archivo, system-ui, sans-serif; font-size: 1rem; font-weight: 600; margin-bottom: .35rem; }
.home-blog__title { font-family: champion, Archivo, system-ui, sans-serif; color: #000; font-size: clamp(2rem, 1.4rem + 1.8vw, 3.1rem); line-height: .96; letter-spacing: -.01em; margin: 0; }
.home-blog__viewall { flex: 0 0 auto; display: inline-flex; align-items: center; padding: .7rem 1.4rem; border: 2px solid #000; border-radius: 6px; color: #000; font-family: Archivo, system-ui, sans-serif; font-size: .95rem; font-weight: 700; text-decoration: none; transition: background .2s ease, color .2s ease; }
.home-blog__viewall:hover { background: #000; color: #d4fd52; }
.home-blog .card--articles { border: 1px solid rgba(0,0,0,.12); border-radius: 18px; overflow: hidden; background: #fff; }
.home-blog .card--articles > a { padding: 0; background: #fff; display: flex; flex-direction: column; gap: 0; text-decoration: none; }
.home-blog .card--articles__img { padding: 14px 14px 0; }
.home-blog .card--articles__img img { border-radius: 14px; width: 100%; height: 220px; object-fit: cover; }
.home-blog .card--articles__copy { display: flex; flex-direction: column; gap: 14px; padding: 18px 22px 24px; }
.home-blog .card--articles__meta { display: flex; gap: 18px; color: #6c757d; font-family: Archivo, system-ui, sans-serif; font-size: .9rem; font-weight: 500; }
.home-blog .card--articles__title { font-family: Archivo, system-ui, sans-serif; font-size: 1.25rem; font-weight: 800; line-height: 1.2; letter-spacing: -.01em; color: #000; }
.home-blog .card--articles__excerpt { color: #464747; font-family: Archivo, system-ui, sans-serif; font-size: .95rem; line-height: 1.7; }
.home-blog .btn--plain { color: #000; font-weight: 700; text-decoration: underline; }
@media (max-width: 767px) {
    .home-blog__head { flex-direction: column; align-items: flex-start; gap: 1rem; }
    .home-blog .card--articles__img img { height: 190px; }
}

/* Homepage inline video */
.industry-callout__video {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .12);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .45);
    background: #000;
}
.industry-callout__video iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* About page */
.about-section { padding: 64px 0; background: #19191c; }
.about-section--mission { background: #0f1012; }
.about-section--industries { background: #0f1012; }
.about-section--cta { background: #19191c; padding-bottom: 80px; }
.about-section h2.sh-headline { color: #fff; margin-bottom: 18px; }
.about-section p { color: rgba(255,255,255,.72); font-size: 16px; line-height: 1.75; }
.about-eyebrow { display: inline-block; color: #d4fd52; font-size: 14px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 12px; }
.about-head, .about-mission { max-width: 780px; margin: 0 auto 36px; text-align: center; }
.about-video { position: relative; width: 100%; aspect-ratio: 16/9; border-radius: 16px; overflow: hidden; border: 1px solid rgba(255,255,255,.12); box-shadow: 0 18px 40px rgba(0,0,0,.45); background: #000; }
.about-video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.about-value, .about-step, .about-industry { height: 100%; background: linear-gradient(180deg,#1a1b1f,#121316); border: 1px solid rgba(255,255,255,.1); border-radius: 16px; padding: 26px 22px; }
.about-value h3, .about-step h3, .about-industry h3 { color: #fff; font-family: "champion-htf-welterweight","Archivo",sans-serif; text-transform: uppercase; font-size: 24px; margin-bottom: 10px; }
.about-value p, .about-step p, .about-industry p { font-size: 14px; margin-bottom: 0; }
.about-step__num { display: block; color: #d4fd52; font-family: "champion-htf-welterweight","Archivo",sans-serif; font-size: 28px; margin-bottom: 8px; }
.about-industry__links { margin-top: 14px !important; display: flex; flex-wrap: wrap; gap: 8px; }
.about-industry__links a { display: inline-flex; border: 1px solid rgba(212,253,82,.4); color: #d4fd52; border-radius: 999px; padding: 6px 14px; font-size: 13px; font-weight: 600; text-decoration: none; }
.about-industry__links a:hover { background: #d4fd52; color: #19191c; }
.about-more { text-align: center; margin-top: 28px; }
.about-more a { color: #d4fd52; }
.about-cta { text-align: center; background: linear-gradient(120deg,#17181c,#101114); border: 1px solid rgba(212,253,82,.28); border-radius: 20px; padding: 48px 24px; }
.about-cta p { max-width: 560px; margin: 0 auto 24px; }
.page-about .hero--secondary h2.sh-headline, body .hero--secondary h2.sh-headline { color: #fff; }

/* Website design feature cards: bright readable text */
html body .service-feature-card,
html body .service-feature-card h4 { color: #fff !important; opacity: 1 !important; }
html body .service-feature-card p { color: rgba(255,255,255,.85) !important; opacity: 1 !important; }
html body .service-feature-card .service-feature-icon,
html body .service-feature-card .service-feature-icon i { color: #d4fd52 !important; opacity: 1 !important; }

/* "By industry" link sections on service pages: readable on dark */
html body .basic-content.industries-links h2,
html body .basic-content.industries-links h2 * { color: #fff !important; }
html body .basic-content.industries-links p { color: rgba(255,255,255,.75) !important; }
html body .basic-content.industries-links a { color: #fff !important; text-decoration-color: #d4fd52 !important; }
html body .basic-content.industries-links a:hover { color: #d4fd52 !important; }

/* Comparison table: no lime behind the highlighted column's rounded top */
html body th.table-column-items { background-color: transparent !important; }

/* Keyword H1 is now the big hero headline; eyebrow is a <p> */
html body p.sh-micro, html body .hero--secondary p.sh-micro { font-size: 16px !important; line-height: 1.2 !important; font-weight: 600 !important; font-family: Archivo, system-ui, sans-serif !important; text-transform: capitalize !important; letter-spacing: normal !important; color: #adb5bd !important; margin-bottom: 12px !important; }
html body .hero--secondary h1.sh-headline, html body .hero--secondary h1.sh-headline.lvl-1 { font-size: 46px !important; line-height: 1.2 !important; color: #fff !important; font-family: champion-htf-welterweight, "Archivo Narrow", Archivo, sans-serif; text-transform: uppercase; }
@media (min-width: 992px) { html body .hero--secondary h1.sh-headline, html body .hero--secondary h1.sh-headline.lvl-1 { font-size: 52px !important; } }
@media (max-width: 575px) { html body .hero--secondary h1.sh-headline, html body .hero--secondary h1.sh-headline.lvl-1 { font-size: 38px !important; } }
html body .hero--secondary h1.sh-headline, html body .hero--secondary h1.sh-headline.lvl-1 { font-family: champion, Archivo, sans-serif !important; font-weight: 500 !important; letter-spacing: normal !important; }

/* Website example cards: uniform size, visible names */
html body .design-showcase .design-showcase__item{width:100%;position:relative;border-radius:14px;overflow:hidden;border:1px solid rgba(255,255,255,.12);background:#111114;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}
html body .design-showcase .design-showcase__item:hover{transform:translateY(-4px);border-color:#d4fd52;box-shadow:0 18px 40px -18px rgba(212,253,82,.35)}
html body .design-showcase .design-showcase__item a{display:block!important;padding:0!important;background:#111114!important;position:relative}
html body .design-showcase .design-showcase__item_image{width:100%;aspect-ratio:16/10;overflow:hidden;margin:0}
html body .design-showcase .design-showcase__item_image img{width:100%!important;height:100%!important;object-fit:cover;object-position:top center;display:block;transition:transform .6s ease}
html body .design-showcase .design-showcase__item:hover .design-showcase__item_image img{transform:scale(1.04)}
html body .design-showcase .design-showcase__item__hover{position:static!important;opacity:1!important;visibility:visible!important;background:#111114!important;transform:none!important;flex-direction:row!important;justify-content:space-between!important;align-items:center!important;padding:16px 18px;gap:12px;border-top:1px solid rgba(255,255,255,.08)}
html body .design-showcase .dsih__logo{display:block!important}
html body .design-showcase .dsih__logo span,html body .design-showcase .dsih__logo .h5{font-family:Archivo,sans-serif;font-size:16px!important;font-weight:600;color:#fff;margin:0;text-align:left}
html body .design-showcase .dsih__logo img{max-height:28px;width:auto}
html body .design-showcase .design-showcase__item__hover .btn--small{background:transparent;border:1px solid #d4fd52;color:#d4fd52;border-radius:999px;padding:6px 14px;font-size:13px;white-space:nowrap;pointer-events:none}
html body .design-showcase .design-showcase__item:hover .btn--small{background:#d4fd52;color:#19191c}
html body .design-showcase .row.g-4{row-gap:28px}
html body .design-showcase .design-showcase__item a{flex-direction:column!important;align-items:stretch!important;height:100%}
html body .design-showcase .design-showcase__item_image{height:auto!important;max-height:none!important;flex:none}
html body .design-showcase .design-showcase__item__hover{display:flex!important;width:100%!important;height:auto!important;inset:auto!important}
html body .design-showcase .design-showcase__item_image{padding:0!important;position:relative}
html body .design-showcase .design-showcase__item_image>*{width:100%!important;height:100%!important;max-width:none!important;display:block}
html body .design-showcase .design-showcase__item_image img{position:absolute;inset:0;max-width:none!important;max-height:none!important}
html body .design-showcase .design-showcase__item__hover{margin-top:auto}

/* Contact page call/email buttons */
.cg-contact-btns{display:flex;flex-wrap:wrap;justify-content:center;gap:14px;width:100%;margin:8px auto 0}
.cg-contact-btn{display:flex;align-items:center;gap:14px;min-width:0;width:100%;max-width:360px;padding:12px 18px 12px 12px;border-radius:999px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.04);color:#fff!important;text-decoration:none!important;transition:transform .2s,background .2s,border-color .2s}
.cg-contact-btn:hover{transform:translateY(-2px);border-color:#d4fd52;background:rgba(212,253,82,.08)}
.cg-contact-btn__icon{flex:none;width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:#19191c;border:1px solid rgba(212,253,82,.5);color:#d4fd52}
.cg-contact-btn__icon svg{width:22px;height:22px}
.cg-contact-btn__text{display:flex;flex-direction:column;min-width:0;text-align:left;line-height:1.25}
.cg-contact-btn__label{font-size:13px;font-weight:600;color:rgba(255,255,255,.7)}
.cg-contact-btn__value{font-size:17px;font-weight:700;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.cg-contact-btn--call{background:#d4fd52;border-color:#d4fd52}
.cg-contact-btn--call .cg-contact-btn__label,.cg-contact-btn--call .cg-contact-btn__value{color:#19191c}
.cg-contact-btn--call:hover{background:#e2ff82}
@media(min-width:768px){.cg-contact-btn{width:auto}}
.cg-contact-btns{padding:0 16px;box-sizing:border-box}.cg-contact-btn{box-sizing:border-box}
@media(max-width:767px){body.home .hero-header h1.sh-headline,.hero-content>.hero-header>h1.sh-headline.jumbo-xl{width:100%;max-width:100%;margin-left:0;margin-right:0;font-size:clamp(2.6rem,12.4vw,4rem)!important}}

/* Footer cleanup */
html body .site-footer img.footer-icon-blue,html body .site-footer .site-contact__item img{filter:brightness(0) invert(1) sepia(1) saturate(6) hue-rotate(28deg) brightness(1.05)!important}
.site-footer__description{color:rgba(255,255,255,.62)!important;max-width:36ch;line-height:1.6}
.footer-end__brand{display:none!important}
.footer-end__bar{align-items:center}
.footer-end__phone{letter-spacing:.01em}
@media(min-width:768px){.footer-end__links{display:none!important}.footer-end__bar{justify-content:space-between}
 .footer-end__bar::before{content:"Ready when you are.";font-family:inherit;font-weight:600;font-size:22px;color:#fff}}
@media(max-width:767px){
 .site-footer>.container.py-5{padding-top:40px!important;padding-bottom:8px!important}
 .site-footer .col-md-4{align-items:flex-start!important}
 .site-footer .custom-logo-link img.brand-mark{max-width:64px}
 .site-footer__description{margin-top:16px!important;font-size:15px!important}
 .site-footer .site-contact{display:none!important}
 .site-footer__end{border-top:1px solid rgba(255,255,255,.1)}
 .footer-end__bar{display:flex;flex-direction:column;align-items:stretch!important;gap:28px;padding-top:28px}
 .footer-end__links{display:grid!important;grid-template-columns:1fr 1fr;gap:0 20px;order:2}
 .footer-end__links a{padding:12px 0;border-bottom:1px solid rgba(255,255,255,.08);font-size:15px!important;font-weight:500;color:rgba(255,255,255,.85)!important}
 .footer-end__cta{order:1;display:flex;flex-direction:column;align-items:stretch;gap:12px;padding:20px;border:1px solid rgba(255,255,255,.12);border-radius:14px}
 .footer-end__phone{font-size:30px!important}
 .footer-end__btn{text-align:center;width:100%}
 .footer-end__base{display:flex;flex-direction:row!important;justify-content:space-between;align-items:center;gap:12px;text-align:left}
 .footer-end__copy,.footer-end__top{font-size:12px!important;margin:0}
 .footer-end__top{order:2}
}

/* cg-device-showcase */

html body .design-showcase .design-showcase__item{background:#fff!important;border:0!important;border-radius:6px!important;overflow:hidden;width:100%;display:flex;flex-direction:column;transition:transform .25s,box-shadow .25s}
html body .design-showcase .design-showcase__item:hover{transform:translateY(-4px);box-shadow:0 0 0 2px #d4fd52}
html body .design-showcase .design-showcase__item a{background:#fff!important;display:flex!important;flex-direction:column!important;align-items:stretch!important;padding:0!important;height:100%;text-decoration:none}
html body .design-showcase .design-showcase__item_image{position:relative;background:#fff!important;padding:32px 34px 38px 84px!important;aspect-ratio:auto!important;height:auto!important;flex:none;border:0!important;overflow:visible!important}
html body .design-showcase .design-showcase__item_image .ds-laptop{position:relative!important;display:block!important;width:auto!important;height:auto!important;background:#1d1d20;border-radius:10px 10px 0 0;padding:7px 7px 9px}
html body .design-showcase .design-showcase__item_image .ds-laptop img{display:block;width:100%!important;height:auto!important;aspect-ratio:16/10;object-fit:cover!important;object-position:top!important;border-radius:2px!important;position:static!important;inset:auto!important;transform:none!important}
html body .design-showcase .design-showcase__item_image .ds-laptop:after{content:"";position:absolute;left:-9%;right:-9%;bottom:-9px;height:9px;background:linear-gradient(#e2e2e5,#a9a9ae);border-radius:0 0 12px 12px;box-shadow:0 6px 10px rgba(0,0,0,.18)}
html body .design-showcase .design-showcase__item_image .ds-phone{position:absolute!important;left:26px;bottom:26px;width:21%!important;height:auto!important;aspect-ratio:9/19;background-color:#1d1d20;background-size:auto 100%;background-position:left top;border:5px solid #1d1d20;border-radius:14px;box-shadow:0 8px 18px rgba(0,0,0,.28);z-index:2}
html body .design-showcase .design-showcase__item__hover{position:static!important;inset:auto!important;opacity:1!important;visibility:visible!important;transform:none!important;background:#19191c!important;flex-direction:row!important;justify-content:space-between!important;align-items:center!important;padding:16px 20px!important;margin-top:auto;gap:12px!important}
html body .design-showcase .design-showcase__item__hover .h5{font-size:17px!important;color:#fff!important;text-align:left}
html body .design-showcase .design-showcase__item__hover .btn--small{flex-shrink:0;padding:8px 16px!important;font-size:14px!important}
@media(max-width:575px){html body .design-showcase .design-showcase__item_image{padding:26px 30px 32px 72px!important}}
/* deep-content */
html body .deep-content{padding:24px 0 56px}
html body .deep-content .basic-content__inner h2{text-align:left!important;margin:40px 0 18px}
html body .deep-content .basic-content__inner h3{font-family:museo-sans,Archivo,sans-serif!important;text-transform:none!important;font-size:22px!important;line-height:1.3!important;font-weight:700!important;text-align:left!important;margin:30px 0 12px!important;letter-spacing:0!important}
html body .deep-content .basic-content__inner p{font-size:17px;line-height:1.7}
@media(max-width:575px){html body .deep-content .basic-content__inner h3{font-size:19px!important}html body .deep-content .basic-content__inner p{font-size:16px}}

/* homepage service tiles: mobile text fit (original look kept) */
@media (max-width:991px){
  html body .industry-callout__tile-link .card--service-tiles > .d-flex{gap:16px}
  html body .industry-callout__tile-label{font-size:clamp(20px,6vw,26px)!important;line-height:1.05!important;text-align:center;overflow-wrap:break-word}
  html body .industry-callout__tile-label--aeo small{display:inline;font-size:.62em;letter-spacing:.04em;margin-left:6px;color:rgba(255,255,255,.75)}
}

/* homepage industries: editorial list on phones/tablets */
@media (max-width:991px){
  html body .industries-links__grid{display:block!important;counter-reset:ind;border-top:1px solid rgba(255,255,255,.12);gap:0!important}
  html body .industries-links__grid .industry-card{counter-increment:ind;display:grid!important;grid-template-columns:34px 1fr 14px;align-items:start;gap:0 14px;padding:20px 2px!important;margin:0!important;background:none!important;border:0!important;border-bottom:1px solid rgba(255,255,255,.12)!important;border-radius:0!important;box-shadow:none!important;transform:none!important}
  html body .industries-links__grid .industry-card::before{content:counter(ind,decimal-leading-zero);font-family:museo-sans,Archivo,sans-serif;font-size:13px;font-weight:700;color:#d4fd52;padding-top:7px;letter-spacing:.04em;position:static!important;background:none!important;grid-column:1;grid-row:1}
  html body .industries-links__grid .industry-card::after{content:"";position:static!important;inset:auto!important;background:none!important;box-shadow:none!important;opacity:1!important;grid-column:3;grid-row:1;width:9px;height:9px;margin-top:12px;border-top:2px solid rgba(255,255,255,.55);border-right:2px solid rgba(255,255,255,.55);transform:rotate(45deg)}
  html body .industries-links__grid .industry-card:active::after,html body .industries-links__grid .industry-card:hover::after{border-color:#d4fd52}
  html body .industries-links__grid .industry-card__check{display:none!important}
  html body .industries-links__grid .industry-card__body{display:block!important;padding:0!important}
  html body .industries-links__grid .industry-card__title{display:block;font-family:champion,"Archivo Narrow",Archivo,sans-serif!important;font-weight:500!important;text-transform:uppercase;font-size:28px!important;line-height:1.05!important;letter-spacing:.01em!important;color:#fff!important;margin:0 0 6px!important}
  html body .industries-links__grid .industry-card__desc{display:block;font-size:15px!important;line-height:1.5!important;color:rgba(255,255,255,.62)!important;margin:0!important}
  html body .industries-links__more{text-align:left!important;background:none!important;border:0!important;border-left:3px solid #d4fd52!important;border-radius:0!important;padding:6px 0 6px 18px!important;margin-top:36px!important;box-shadow:none!important}
  html body .industries-links__more h3{font-family:champion,"Archivo Narrow",Archivo,sans-serif!important;font-weight:500!important;font-size:30px!important;line-height:1.05!important;color:#fff!important;text-align:left!important;margin:0 0 10px!important}
  html body .industries-links__more p{text-align:left!important;font-size:16px!important;line-height:1.55!important;color:rgba(255,255,255,.72)!important;margin:0 0 18px!important}
  html body .industries-links__more .btn--big{display:inline-block!important;width:auto!important;padding:14px 26px!important;font-size:15px!important}
}

/* homepage hero on phones: Hook-like 3-line headline */
@media(max-width:767px){
  body.home .hero-header h1.sh-headline,.hero-content>.hero-header>h1.sh-headline.jumbo-xl{font-size:clamp(2rem,10vw,3.4rem)!important;line-height:.98!important;letter-spacing:0!important;width:auto!important;max-width:none!important;margin:0 -8px 22px!important}
  .hero-content>.hero-header>h1.sh-headline.jumbo-xl .hero-line-1{display:block}
  .hero-content>.hero-header>h1.sh-headline.jumbo-xl .hero-line-2{display:block;white-space:nowrap}
}
@media(max-width:767px){html body .section-content .section-header h3.sh-headline.lvl-1.reality-h{font-size:clamp(1.8rem,8.8vw,3rem)!important;line-height:1.02!important;max-width:none!important;margin-left:-8px!important;margin-right:-8px!important}html body h3.reality-h span{display:block;white-space:nowrap}html body h3.reality-h br{display:none}}
/* homepage video testimonials */
#video-testimonials{background:#19191c!important;padding:72px 0!important}
#video-testimonials .vt-head{margin-bottom:32px}
#video-testimonials .vt-head .sh-micro{color:#d4fd52!important}
#video-testimonials .vt-head .sh-headline{color:#fff!important}
#video-testimonials .vt-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;max-width:1000px;margin:0 auto}
#video-testimonials .vt-card{border-radius:14px;overflow:hidden;border:1px solid rgba(255,255,255,.12);background:#000;aspect-ratio:9/16}
#video-testimonials video{width:100%;height:100%;object-fit:contain;display:block;background:#000}
@media(max-width:767px){#video-testimonials{padding:52px 0!important}#video-testimonials .vt-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:14px;margin:0 -15px;padding:0 15px 8px}#video-testimonials .vt-card{flex:0 0 78%;scroll-snap-align:center}#video-testimonials .vt-head .sh-headline{font-size:clamp(1.8rem,9vw,2.6rem)!important}}
@media(max-width:767px){.hero-content>.hero-header>h1.sh-headline.jumbo-xl .hero-line-2{white-space:normal!important}.hero-content>.hero-header>h1 .hl-br{display:block}}
/* video testimonials v2 */
#video-testimonials .vt-sub{color:rgba(255,255,255,.7);font-size:16px;line-height:1.5;max-width:480px;margin:12px auto 0}
#video-testimonials .vt-grid{max-width:760px!important;gap:18px!important}
#video-testimonials .vt-card{border-radius:12px!important;border:1px solid rgba(212,253,82,.25)!important;box-shadow:0 12px 30px rgba(0,0,0,.35);transition:border-color .2s,transform .2s}
#video-testimonials .vt-card:hover{border-color:#d4fd52!important;transform:translateY(-3px)}
#video-testimonials video{object-fit:cover!important}
@media(max-width:767px){#video-testimonials .vt-card{flex:0 0 52%!important}#video-testimonials .vt-grid{gap:12px!important;padding-bottom:4px}#video-testimonials .vt-head{margin-bottom:24px!important}#video-testimonials .vt-sub{font-size:15px}}
#video-testimonials .vt-card{aspect-ratio:3/4!important}
#video-testimonials .vt-grid{max-width:680px!important}
@media(max-width:767px){#video-testimonials .vt-card{flex:0 0 44%!important}}

/* homepage hero: more breathing room around label */
@media (max-width:991px){
  html body .hero-content .hero__ratings{margin-top:24px!important;margin-bottom:32px!important}
}

/* homepage h1: slightly bigger */
@media(max-width:767px){html body .hero-content>.hero-header>h1.sh-headline.jumbo-xl{font-size:clamp(2.2rem,11vw,3.7rem)!important}}
@media(min-width:768px){html body .hero-content>.hero-header>h1.sh-headline.jumbo-xl{zoom:1.08}}

/* separate Proof from pricing */
html body #proof.pf{background:#19191c!important;border-bottom:1px solid rgba(212,253,82,.25);padding-bottom:64px}
html body #proof + #pricing-breakdown{padding-top:64px!important}

/* Footer call block: plain, editorial (no boxed card) */
@media (max-width: 991px){
 .footer-end__cta{border:0!important;border-radius:0!important;padding:0 0 28px!important;gap:14px!important;align-items:flex-start!important;border-bottom:1px solid rgba(255,255,255,.12)!important;margin-bottom:8px}
 .footer-end__cta::before{content:"Call us";font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:#d4fd52;font-weight:600}
 .footer-end__phone{font-size:34px!important;line-height:1}
 .footer-end__btn{width:auto!important;padding:12px 22px!important;border-radius:6px!important;font-size:13px!important}
}
