/* Phone mockup match — loaded after app.css, wins at max-width 52rem.
   Target: reproduce mui.png (852px comp) at a 390px viewport. The comp is a
   2-column composition, so every column below is proportionally scaled down;
   see the notes on .hero-grid and .reviews for the tight spots. */
@media (max-width: 52rem) {
  :root { --nav-h: 3.45rem; }
  body { padding-bottom: 5.1rem; font-size: 16px; }
  .wrap { width: calc(100% - 1.55rem); }

  /* Header: official logo only, no icon buttons */
  .site-header { background: #fff; }
  .nav { min-height: 3.45rem; gap: .4rem; flex-wrap: nowrap; }
  .brand-m { display: none !important; }
  .brand-desk { display: flex !important; min-width: 0; max-width: none; flex: 0 1 auto; }
  .brand-logo { height: 2.15rem; max-width: 12.6rem; }
  .nav-links,
  .nav-mail,
  .nav-search-btn,
  .nav-end .btn-primary,
  .site-header .nav-mail-btn { display: none !important; }
  /* Keep the hamburger — it is the only icon button on phones. */
  .nav-end {
    display: flex !important;
    align-items: center;
    gap: .35rem;
    flex: 0 0 auto;
    margin-left: auto;
  }
  .site-header .nav-toggle {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: .65rem;
    border: 1px solid #e7e3fb;
    background: #fff;
    color: #6b54f0;
    box-shadow: 0 .1rem .3rem rgba(15,23,42,.05);
  }
  .site-header .nav-toggle .icon { width: 1.05rem; height: 1.05rem; }

  /* Theme switch is icon-only on phones — the "Theme" word does not fit the
     2.25rem button and used to render clipped as "Them". */
  .theme-toggle-label { display: none; }
  .site-header .theme-toggle {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 2.25rem;
    min-width: 0;
    height: 2.25rem;
    padding: 0;
    gap: 0;
    border-radius: .65rem;
    border: 1px solid #e7e3fb;
    background: #fff;
    color: #6b54f0;
    box-shadow: 0 .1rem .3rem rgba(15,23,42,.05);
  }
  .site-header .theme-toggle .icon { width: 1.05rem; height: 1.05rem; font-size: 1.05rem; }

  .hero {
    background: #fff !important;
    background-image: none !important;
    padding: .85rem 0 1.15rem;
    overflow: hidden;
    position: relative;
  }
  .hero-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: .9rem;
    align-items: start;
    min-height: 0;
    background: none !important;
  }
  .hero-copy {
    background: none !important;
    background-image: none !important;
    padding: 0 !important;
    position: relative;
    z-index: 1;
    min-width: 0;
  }
  .hero-side {
    display: flex;
    flex-direction: column;
    gap: .7rem;
    min-width: 0;
    padding-top: 0;
  }
  .m-collage {
    display: block;
    width: 100%;
    margin: 0;
    aspect-ratio: 16 / 10;
    background: url("../images/hero/mobile-float.webp") no-repeat center / contain;
    pointer-events: none;
    /* The render carries its own flat backdrop, which showed as a panel edge
       against the page. Feathering the rim dissolves it into either theme. */
    -webkit-mask-image: radial-gradient(ellipse 78% 78% at 50% 50%, #000 42%, transparent 96%);
    mask-image: radial-gradient(ellipse 78% 78% at 50% 50%, #000 42%, transparent 96%);
  }
  .hero-float,
  .hero-art,
  .hero-mobile { display: none !important; }
  .easy-start { display: none !important; }

  .eyebrow {
    display: inline-flex;
    background: #fff;
    border: 1px solid #e7e3fb;
    border-radius: var(--r-pill);
    padding: .28rem .6rem;
    font-size: var(--fs-xs);
    letter-spacing: .06em;
    color: #6b54f0;
    margin-bottom: .55rem;
    font-weight: 800;
    gap: .3rem;
  }
  .eyebrow .icon { width: .75rem; height: .75rem; color: #6b54f0; }

  .hero h1 {
    font-size: 1.7rem;
    line-height: 1.15;
    letter-spacing: -.035em;
    max-width: none;
    padding-right: 0;
    font-weight: 800;
  }
  .grad-text {
    background: none;
    color: #6b4dff;
    -webkit-text-fill-color: #6b4dff;
  }
  .hero-lead {
    font-size: var(--fs-body);
    line-height: 1.5;
    margin: .55rem 0 0;
    max-width: none !important;
    padding-right: 0 !important;
    color: var(--text-3);
  }
  .hero-caption { font-size: var(--fs-sm); margin-top: .7rem; }

  .trust-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .45rem .65rem;
    width: calc(100% - 1.55rem);
    margin: 1rem auto 0;
    max-width: none;
  }
  .trust-row li {
    font-size: var(--fs-body);
    color: var(--text-2);
    font-weight: 600;
    align-items: flex-start;
    gap: .35rem;
    line-height: 1.3;
    min-width: 0;
  }
  .dot-check {
    background: #e8e4ff !important;
    color: #5b45e8 !important;
    width: 1.28rem;
    height: 1.28rem;
    flex: 0 0 auto;
    margin-top: .06rem;
  }
  .dot-check svg { width: .78rem; height: .78rem; stroke-width: 2.55; }

  .hero-cta {
    flex-direction: column;
    align-items: stretch;
    max-width: none;
    gap: .55rem;
    margin-top: 1.15rem;
  }
  .hero-cta .btn,
  .hero-cta .btn-text {
    width: 100%;
    height: 2.85rem;
    border-radius: var(--r);
    font-size: var(--fs-md);
    font-weight: 700;
    gap: .4rem;
    padding: 0 .85rem;
    justify-content: center;
  }
  .hero-cta .btn .icon { width: 1rem; height: 1rem; }

  .reviews-bar {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    padding: .7rem .8rem;
  }
  .reviews-bar .review {
    display: block;
    min-width: 0;
    padding: .4rem .55rem .55rem;
    border: 0;
    background: none;
  }
  .reviews-bar .review:nth-child(even) { border-left: 1px solid #e8eaf2; }
  .reviews-bar .review:nth-child(n+3) { border-top: 1px solid #e8eaf2; padding-top: .7rem; }
  .review-logo { display: block; width: 100%; margin: 0; line-height: 0; text-align: left; max-width: 100%; }
  .review .brand-svg {
    display: block !important;
    width: auto;
    height: .9rem;
    max-width: 100%;
  }
  .review.is-upwork .brand-svg { height: .86rem; }
  .review.is-fiverr .brand-svg { height: .84rem; }
  .review.is-trustpilot .brand-svg { height: .7rem; }
  .review-score { display: flex; align-items: center; gap: .3rem; margin: .35rem 0 .25rem; line-height: 1; }
  .review-score b { font-size: var(--fs-sm); }
  .review-stars { color: var(--gold); font-size: var(--fs-xs); letter-spacing: 0; white-space: nowrap; }
  .reviews-bar .review small { display: block; color: var(--text-2); font-size: .55rem; line-height: 1.2; white-space: nowrap; }
  .trustpilot-stars { display: inline-flex; gap: .08rem; color: #fff; font-size: .42rem; }
  .trustpilot-stars i { display: grid; place-items: center; width: .7rem; height: .7rem; background: #00b67a; font-style: normal; }

  /* ── Stats: 3 columns split by dividers, one flat row ─────────────────── */
  .stats { padding: .1rem 0 1rem; }
  .stats .wrap { overflow: visible; }
  .stats-row {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    padding: .5rem 0 !important;
    border: 0 !important;
    border-top: 1px solid #eef0f5 !important;
    border-bottom: 1px solid #eef0f5 !important;
    background: none !important;
    width: 100%;
  }
  .proof-layout .stats-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .proof-layout .stat:nth-child(odd) { border-right: 1px solid #eef0f5; }
  .proof-layout .stat:nth-child(n+3) { border-top: 1px solid #eef0f5; padding-top: .5rem; }
  .stat {
    background: none;
    border: 0;
    border-radius: 0;
    padding: .1rem .25rem;
    text-align: center;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .1rem;
  }
  .stat + .stat { border-left: 1px solid #eef0f5; }
  .stat-ico {
    display: inline-grid !important;
    place-items: center;
    margin: 0;
    color: #7c6aff;
  }
  .stat-ico .icon { width: 1.05rem; height: 1.05rem; }
  .stat b {
    display: block;
    font-size: var(--fs-md);
    color: #5b45e8;
    font-weight: 800;
    line-height: 1.1;
  }
  .stat span {
    display: block;
    font-size: var(--fs-xs);
    color: var(--text-4);
    margin-top: 0;
    line-height: 1.2;
  }

  .dark-mod {
    border-radius: var(--r-md);
    padding: 1rem .75rem 1.05rem;
    background: linear-gradient(180deg, #0c0c15, #07070e);
    overflow: visible;
  }
  .dark-mod:before { display: none; }
  .offer-head { margin-bottom: .75rem; align-items: center; }
  .offer-head p { display: none; }
  .offer-head .pill {
    height: auto;
    padding: 0;
    border: 0;
    background: none;
    gap: .35rem;
    font-size: var(--fs-lg);
    font-weight: 800;
    letter-spacing: -.02em;
    color: #fff;
  }
  .offer-head .pill .icon { width: 1rem; height: 1rem; color: #f97316; }
  .offer-head a, .offer-head .link-more { display: inline-block; color: var(--text-lavender); font-size: var(--fs-sm); font-weight: 700; white-space: nowrap; }

  .offer-stage, .svc-stage {
    display: grid !important;
    grid-template-columns: 2.75rem minmax(0, 1fr) 2.75rem;
    align-items: center;
    gap: .35rem;
    position: relative;
    padding: 0 !important;
  }
  .offer-nav {
    position: static;
    transform: none;
    display: grid;
    place-items: center;
    width: 2.75rem;
    height: 2.75rem;
    min-width: 2.75rem;
    min-height: 2.75rem;
    border-radius: var(--r-pill);
    background: #0b0b12;
    color: #fff;
    border: 1px solid rgba(255,255,255,.14);
    box-shadow: 0 .2rem .5rem rgba(0,0,0,.45);
    z-index: 5;
  }
  .offer-nav.prev, .offer-nav.next { left: auto; right: auto; }
  .offer-nav .icon { width: 1.15rem; height: 1.15rem; }
  .offer-viewport { overflow-x: auto; overflow-y: hidden; scrollbar-width: none; scroll-snap-type: x mandatory; }
  .offer-viewport::-webkit-scrollbar { display: none; }
  .offer-track {
    animation: none !important;
    transform: none !important;
    width: max-content !important;
    gap: .65rem;
    flex-wrap: nowrap;
  }
  .offer {
    --ac: #a855f7;
    --ac-soft: rgba(168,85,247,.30);
    --ac-line: rgba(168,85,247,.40);
    flex: 0 0 calc(100% - .25rem);
    width: calc(100% - .25rem);
    min-width: calc(100% - .25rem);
    min-height: 11rem;
    padding: 1rem .95rem .9rem;
    border-radius: var(--r-md);
    align-items: flex-start;
    border: 1px solid var(--ac-line);
    background:
      radial-gradient(circle at 24% 16%, var(--ac-soft), transparent 58%),
      linear-gradient(180deg, rgba(255,255,255,.04), rgba(0,0,0,.35));
  }
  .offer.accent-green { --ac: #22c55e; --ac-soft: rgba(34,197,94,.26); --ac-line: rgba(34,197,94,.38); }
  .offer.accent-amber { --ac: #f97316; --ac-soft: rgba(249,115,22,.28); --ac-line: rgba(249,115,22,.45); }
  .offer.accent-blue  { --ac: #38bdf8; --ac-soft: rgba(56,189,248,.26); --ac-line: rgba(56,189,248,.38); }
  .offer-top {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: .55rem;
    padding-right: 2.4rem;
    margin-bottom: .5rem;
  }
  .offer-top h3 { flex: 1 1 auto; min-width: 0; }
  .offer-ico,
  .offer.accent-purple .offer-ico,
  .offer.accent-green .offer-ico,
  .offer.accent-amber .offer-ico,
  .offer.accent-blue .offer-ico {
    flex: 0 0 auto;
    width: 2.65rem;
    height: 2.65rem;
    border-radius: 50%;
    background: radial-gradient(circle, var(--ac-soft), transparent 74%);
    border: 1.5px solid var(--ac-line);
    box-shadow: 0 0 .85rem var(--ac-soft), inset 0 0 .5rem var(--ac-soft);
    color: var(--ac);
    padding: 0;
    overflow: visible;
  }
  .offer-ico .icon { width: 1.32rem; height: 1.32rem; }
  .offer h3 { font-size: var(--fs-md); line-height: 1.25; color: #fff; }
  .offer p {
    font-size: var(--fs-body);
    line-height: 1.45;
    color: var(--text-on-dark);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .offer-foot {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: .4rem;
    margin-top: auto;
    align-self: stretch;
    width: 100%;
  }
  .offer-foot > :first-child { min-width: 0; }
  .offer-foot .go { font-size: var(--fs-sm); color: var(--text-lavender); }
  .offer-foot b { font-size: var(--fs-lg); line-height: 1.1; color: var(--ac); }
  .offer-foot small {
    font-size: var(--fs-xs);
    letter-spacing: .02em;
    margin-left: 0;
    display: block;
    color: var(--ac);
    text-transform: none;
  }
  .offer.accent-purple .offer-foot b, .offer.accent-purple .offer-foot small { color: #a855f7; }
  .badge-hot, .badge-new {
    top: .7rem;
    right: .7rem;
    font-size: var(--fs-xs);
    letter-spacing: .04em;
    padding: .18rem .4rem;
    border-radius: var(--r-xs);
    text-transform: none;
  }
  .badge-new { background: var(--ac); }
  .offer.accent-purple .badge-new { background: #a855f7; }
  .offer-dots { display: none; }

  /* ── "What Do You Need?": heading + View All, then 3 cards ────────────── */
  #services { padding: .85rem 0 1rem; }
  #services .section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
    margin-bottom: .65rem;
  }
  #services .section-head h2 { font-size: var(--fs-lg); letter-spacing: -.03em; line-height: 1.15; }
  #services .section-head p { display: none; }
  #services .section-head .link-more {
    font-size: var(--fs-sm);
    font-weight: 700;
    color: #6b54f0;
    white-space: nowrap;
  }
  #services .svc-stage .offer-nav {
    background: var(--bg);
    color: var(--ink);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
  }
  html[data-theme="dark"] #services .svc-stage .offer-nav { background: var(--bg-soft); }
  #services .svc-viewport { overflow: visible; }
  #services .svc-track { width: 100% !important; }
  /* Services: full-width cards. Icon tile and title share the first row, then
     the description, then the Explore link — matching the reference card. */
  .svc-viewport { overflow: hidden; }
  .svc-track {
    animation: none !important;
    display: grid;
    grid-template-columns: 1fr;
    width: 100% !important;
    gap: .8rem;
    transform: none !important;
  }
  .svc-track .svc {
    width: auto;
    flex: none;
    min-height: 0;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-areas:
      "ico  title"
      "desc desc"
      "go   go";
    align-items: center;
    column-gap: .9rem;
    padding: 1.15rem 1.2rem 1.15rem;
    border-radius: 1.15rem;
    border: 1px solid #e9ebf2;
    background: #fff;
    box-shadow: 0 1px 2px rgba(16, 24, 40, .04);
  }
  /* Indigo used by the reference card — a touch bluer than the site purple. */
  .svc { --svc-ac: #4318ff; }
  .svc .ico-box {
    grid-area: ico;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
    width: 3.4rem;
    height: 3.4rem;
    margin: 0;
    border-radius: .95rem;
    background: #e9e2ff;
    color: var(--svc-ac);
  }
  .svc .ico-box .icon,
  .svc .ico-box .svc-ico-svg {
    width: 1.75rem;
    height: 1.75rem;
    display: block;
  }
  .svc h3 {
    grid-area: title;
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.28;
    font-weight: 800;
    letter-spacing: -.014em;
    color: #101828;
  }
  .svc p {
    grid-area: desc;
    margin: .95rem 0 0;
    font-size: .92rem;
    line-height: 1.55;
    color: #454e63;
    display: block;
    overflow: visible;
  }
  .svc .go {
    grid-area: go;
    justify-self: start;
    margin-top: .95rem;
    font-size: .95rem;
    font-weight: 700;
    letter-spacing: -.005em;
    color: var(--svc-ac);
  }

  /* Package */
  .pkg { grid-template-columns: 1fr; }
  .pkg > * { padding-top: 1.6rem; }
  .pkg-price { font-size: var(--fs-3xl); }
  .pkg-pay { display: grid; grid-template-columns: 1fr; gap: .65rem; }
  .pkg-pay .btn { width: 100%; min-height: 2.85rem; height: auto; border-radius: var(--r); font-size: var(--fs-md); padding: .7rem .85rem; white-space: normal; line-height: 1.2; text-align: center; }
  .got, .compare { margin-top: 1.75rem; }
  .got-cols { grid-template-columns: 1fr; gap: 1rem; }
  .compare { padding: 1.1rem; }
  .compare h3 { margin-bottom: 1rem; }
  .cmp-total { background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.2); }
  .work-card span { color: var(--text-3); font-size: var(--fs-sm); font-weight: 600; }
  .work-card.is-logo figure { background: #162033; }
  .offerings-section, .package-section { padding-bottom: 1.25rem; }
  .loc-seo { padding-top: 1.75rem; }
  .loc-map { order: -1; }
  .loc-copy h2 { font-size: var(--fs-xl); }
  .loc-line summary { min-height: 3rem; padding: .8rem .9rem; }
  .loc-line h3 { font-size: var(--fs-body); }
  .loc-track { gap: .45rem; }
  .loc-track a { font-size: var(--fs-sm); padding: .4rem .7rem; }
  .field-cta .btn { margin-top: 0; height: auto; min-height: 2.85rem; }

  /* Fixed bottom floating tab bar */
  .mnav {
    display: grid !important;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4.15rem;
    border-radius: 1.2rem 1.2rem 0 0;
    padding: 0 .2rem .28rem;
    background: #0b1220;
    box-shadow: 0 -.35rem 1.4rem rgba(7,11,22,.22);
    /* minmax(0,·) — plain 1fr floors at min-content, so the SERVICES
       label pushed the 5 tracks past 390px and scrolled the page. */
    grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: end;
  }
  .mnav a {
    font-size: .48rem;
    font-weight: 800;
    letter-spacing: .08em;
    color: #8b93a7;
    padding-top: .45rem;
    gap: .16rem;
    min-width: 0;
    overflow: hidden;
  }
  .mnav a span {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .mnav a .icon { width: 1.22rem; height: 1.22rem; flex: none; }
  .mnav a.on { color: #7c6aff; }
  .mnav .start {
    width: 3.85rem;
    height: 3.85rem;
    margin: -1.55rem auto 0;
    border-radius: 50%;
    background: linear-gradient(180deg, #8b7cff, #5b45e8);
    color: #fff;
    font-size: .46rem;
    letter-spacing: .08em;
    box-shadow: 0 .45rem 1.15rem rgba(91,69,232,.45);
    gap: .08rem;
  }
  .mnav .start .icon { width: 1.28rem; height: 1.28rem; }
  .mnav .start span { display: block; }

  .consent { display: none !important; }
  .live-note { bottom: 4.7rem; left: .6rem; right: .6rem; max-width: none; padding: .65rem .7rem; gap: .55rem; font-size: .78rem; }
  .live-note .ico-box { width: 2.1rem; height: 2.1rem; flex: 0 0 auto; }
  .live-body { min-width: 0; flex: 1 1 auto; }
  .live-body .txt { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .live-pause { width: 1.9rem; height: 1.9rem; padding: 0; font-size: .72rem; }
  .live-note > button:last-child { flex: 0 0 auto; width: 1.9rem; height: 1.9rem; display: grid; place-items: center; }
  .live-note > button:last-child .icon { width: .9rem; height: .9rem; }
  /* Let tracks shrink below their content width. Without this, a long control
     can expand a one-column form (notably on /contact) past a 320px viewport. */
  .grid-2 > *,
  .grid-3 > *,
  .work-grid > *,
  .faq-split > *,
  .loc-split > *,
  .page-hero-grid > *,
  .extras-grid > *,
  .final-grid > *,
  .careers-layout > * { min-width: 0; max-width: 100%; }
  .work-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .faq-split, .loc-split, .page-hero-grid, .extras-grid, .final-grid { grid-template-columns: 1fr; }
  .mob-menu {
    display: none;
    position: fixed;
    inset: 0 0 4.15rem;
    background: #f8f9fc;
    z-index: 52;
    padding: .9rem 1.1rem .8rem;
    overflow: hidden;
    overscroll-behavior: contain;
  }
  .mob-menu.on { display: block; }
  .mob-menu-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; margin-bottom: .7rem; }
  .mob-menu-head strong { display: block; color: var(--ink); font-family: var(--display); font-size: 1.3rem; line-height: 1.1; }
  .mob-menu-kicker, .mob-menu-label { display: block; color: var(--purple); font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
  .mob-menu-kicker { margin-bottom: .28rem; }
  .mob-menu-close { display: grid; place-items: center; width: 2.5rem; height: 2.5rem; flex: 0 0 auto; border: 1px solid var(--line); border-radius: var(--r); background: #fff; color: var(--ink-2); box-shadow: var(--shadow); }
  .mob-menu-close .icon { width: 1.15rem; height: 1.15rem; }
  .mob-search { margin-bottom: .8rem; }
  .mob-search input { width: 100%; height: 2.9rem; border: 1px solid #dfe3ee; border-radius: var(--r-md); padding: 0 .9rem; background: #fff; color: var(--ink); font-size: .95rem; box-shadow: 0 .25rem .8rem rgba(15,23,42,.04); }
  .mob-search input:focus { outline: .14rem solid rgba(91,69,232,.22); outline-offset: .12rem; border-color: var(--purple); }
  .mob-menu-label { margin: 0 .15rem .25rem; color: var(--muted); }
  .mob-menu-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 1rem; border-top: 1px solid var(--line); }
  .mob-menu-link { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 2.85rem; padding: .45rem .15rem; border-bottom: 1px solid var(--line); color: var(--ink); font-size: .98rem; font-weight: 700; }
  .mob-menu-link .icon { width: 1rem; height: 1rem; color: var(--muted-2); }
  .mob-menu-contact { display: grid; gap: .1rem; margin: .7rem 0 .65rem; padding: .65rem .85rem; border: 1px solid var(--line); border-radius: var(--r-md); background: var(--bg); }
  .mob-menu-contact span { color: var(--muted); font-size: .78rem; }
  .mob-menu-contact a { color: var(--ink); font-size: .96rem; font-weight: 700; overflow-wrap: anywhere; }
  .mob-menu-cta { width: 100%; min-height: 2.85rem; height: auto; margin: 0; padding: .6rem 1rem; color: #fff !important; font-size: .98rem; }

  /* "How it works" — desktop keeps repeat(4,1fr); on a 390px viewport the
     4 tracks measured 1065px and dragged the page sideways. Stack them. */
  .steps {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .step { min-width: 0; }

  /* Footer was 1.3fr + repeat(4,1fr) = 654px at 390. Two columns, with the
     brand blurb spanning the full width above the link lists. */
  .foot-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.6rem 1.1rem;
  }
  .foot-grid > *:first-child { grid-column: 1 / -1; }
  .foot-grid > * { min-width: 0; }
}

@media (max-width: 35rem) {
  .pkg-price { font-size: 2.35rem; }
}

@media (max-width: 23rem) {
  .hero h1 { font-size: 1.5rem; }
}

/* Match Font Awesome glyph scale to the mobile SVG dimensions. */
.site-header .nav-toggle .icon{font-size:1.05rem}.eyebrow .icon{font-size:.75rem}.hero-cta .btn .icon{font-size:1rem}.stat-ico .icon{font-size:1.05rem}.offer-head .pill .icon{font-size:1rem}.offer-nav .icon{font-size:1.15rem}.offer-ico .icon{font-size:1.32rem}.svc .ico-box .icon,.svc .ico-box .svc-ico-svg{font-size:1.3rem}.mnav a .icon{font-size:1.22rem}.mnav .start .icon{font-size:1.28rem}.live-note > button:last-child .icon{font-size:.9rem}.mob-menu-close .icon{font-size:1.15rem}.mob-menu-link .icon{font-size:1rem}

/* Final phone layout rules. Kept after the visual reference refinements above
   so the rails cannot fall back to the older stacked-card prototype. */
@media (max-width: 52rem) {
  .offer-nav {
    width: 2.75rem;
    height: 2.75rem;
    min-width: 2.75rem;
    min-height: 2.75rem;
    padding: 0;
  }
  .offer-nav .icon { width: 1.05rem; height: 1.05rem; }

  #services .svc-viewport,
  .svc-page-stage .svc-viewport { overflow-x: auto !important; overflow-y: hidden !important; }
  .offer-track,
  #services .svc-track,
  .svc-page-stage .svc-track {
    display: flex !important;
    width: 100% !important;
    gap: .8rem;
    animation: none !important;
    transform: none !important;
  }
  .svc-page-stage .offer-nav { display: grid !important; }
  .svc-track .svc {
    display: grid !important;
    width: 100% !important;
    min-width: 100% !important;
    flex: 0 0 100% !important;
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-areas:
      "ico title"
      "desc desc"
      "go go";
    align-items: center;
    column-gap: .9rem;
    padding: 1.15rem 1.2rem;
  }
  .svc-track .svc:nth-child(n+4) { display: grid !important; }
  .offer-track .offer {
    width: 100% !important;
    min-width: 100% !important;
    flex: 0 0 100% !important;
  }

  .steps { grid-template-columns: 1fr; gap: .7rem; }
  .steps:before { display: none; }
  .step {
    display: grid;
    min-width: 0;
    grid-template-columns: 3.7rem minmax(0, 1fr);
    grid-template-areas:
      "icon label"
      "icon title"
      "icon desc";
    column-gap: .85rem;
    row-gap: .15rem;
    align-items: center;
    padding: .35rem 0;
    text-align: left;
  }
  .step-ico { grid-area: icon; margin: 0; }
  .step small { grid-area: label; margin: 0; }
  .step h3 { grid-area: title; margin: 0; }
  .step p { grid-area: desc; margin: 0; }

  .trust-grid { grid-template-columns: 1fr; gap: 1.25rem; }
  .trust-points {
    grid-template-columns: 1fr;
    gap: .6rem;
    margin-top: .9rem;
  }
  .trust-points li {
    display: flex;
    gap: .7rem;
    align-items: center;
    padding: .7rem .8rem;
    border: 1px solid var(--line);
    border-radius: .85rem;
    background: var(--bg);
  }
  .trust-points li:nth-child(n+4) { display: none; }
  .trust-points .ico-box { width: 2.45rem; height: 2.45rem; }
  .trust-points strong { font-size: .9rem; line-height: 1.28; }
  .trust-points span { font-size: .78rem; line-height: 1.3; }
  .trust-grid .t-viewport { width: 100%; }
  .trust-grid .t-track { animation-duration: 64s; }

  html[data-theme="dark"] .site-header,
  html[data-theme="dark"] .hero { background: var(--bg) !important; }
  html[data-theme="dark"] .hero-copy { background: none !important; }
  html[data-theme="dark"] .m-collage {
    background-image: url("../images/hero/mobile-float-dark.png");
  }
  html[data-theme="dark"] .eyebrow,
  html[data-theme="dark"] .site-header .nav-toggle,
  html[data-theme="dark"] .theme-toggle,
  html[data-theme="dark"] .mob-menu-close,
  html[data-theme="dark"] .mob-search input { background: var(--bg); border-color: var(--line); color: var(--ink); }
  html[data-theme="dark"] .mob-menu { background: var(--bg); }
  html[data-theme="dark"] .svc-track .svc { background: var(--bg); border-color: var(--line); }
  html[data-theme="dark"] .svc h3 { color: var(--ink); }
  html[data-theme="dark"] .svc p { color: var(--muted); }
  html[data-theme="dark"] .proof-layout .metrics-row {
    background: #151c2b !important;
    border-color: #2b3650 !important;
  }
  html[data-theme="dark"] .proof-layout .stat,
  html[data-theme="dark"] .proof-layout .stat + .stat {
    border-color: #2b3650 !important;
  }
  html[data-theme="dark"] .proof-layout .stat-ico,
  html[data-theme="dark"] .proof-layout .metrics-row .stat b { color: #aa9fff; }
  html[data-theme="dark"] .proof-layout .metrics-row .stat span:last-child { color: #cbd5e1; }
  html[data-theme="dark"] .svc .ico-box.icon-theme-dark {
    background: linear-gradient(145deg, #342b60, #252044);
    border-color: rgba(196,181,253,.42);
    color: #c4b5fd !important;
  }

  .reviews-bar .review {
    display: grid !important;
    grid-template-columns: 2rem minmax(0, 1fr);
    align-items: center;
    gap: .48rem;
  }
  .review-logo {
    display: grid;
    place-items: center;
    width: 2rem;
    height: 2rem;
    margin: 0;
  }
  .review-logo-image { display: block; width: 100%; height: 100%; object-fit: contain; }
  .review-copy { min-width: 0; }
  .review-score { margin: 0 0 .14rem; }
  .reviews-bar .review small { white-space: normal; }

  /* Services index: one full card at a time. The navigation controls sit over
     the card edges, keeping the card itself wide enough to read comfortably. */
  .services-catalogue .svc-page-stage {
    display: block !important;
    position: relative;
    padding: 0 !important;
  }
  .services-catalogue .svc-page-stage .svc-viewport {
    width: 100%;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 0;
  }
  .services-catalogue .svc-page-stage .svc-track {
    display: flex !important;
    width: max-content !important;
    gap: .75rem;
  }
  .services-catalogue .svc-page-stage .svc-track .svc {
    flex: 0 0 100% !important;
    min-width: 100% !important;
    width: 100% !important;
    min-height: 14.25rem;
    scroll-snap-align: start;
  }
  .services-catalogue .svc-page-stage .offer-nav {
    display: grid !important;
    position: absolute !important;
    top: 50%;
    z-index: 4;
    width: 2.5rem;
    height: 2.5rem;
    min-width: 2.5rem;
    min-height: 2.5rem;
    transform: translateY(-50%);
    background: var(--bg);
    color: var(--ink);
    border-color: var(--line);
    box-shadow: var(--shadow);
  }
  .services-catalogue .svc-page-stage .offer-nav.prev { left: -.85rem; }
  .services-catalogue .svc-page-stage .offer-nav.next { right: -.85rem; }
}

/* Keep the Cal.com launcher clear of the fixed mobile navigation and live
   activity message, while retaining the readable "Quick Call" label. */
@media (max-width:52rem) {
  .cal-float {
    right: auto;
    left: .75rem;
    bottom: 4.95rem;
    min-height: 3rem;
    padding: .5rem .9rem;
    font-size: .78rem;
  }
  .cal-float .icon { width: 1.05rem; height: 1.05rem; font-size: 1.05rem; }
  .live-note { bottom: 9.05rem; }
  /* The consent notice is intentionally hidden on phones, so it must not
     leave the call button unnecessarily high above the bottom navigation. */
  body:has(.services-catalogue) .cal-float {
    right: .75rem;
    left: auto;
  }

  .proof-layout .metrics-row .stat {
    display: grid !important;
    grid-template-columns: 1.9rem minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: .35rem;
    align-items: center;
    padding: .6rem .38rem;
    text-align: left;
  }
  .proof-layout .stat-ico {
    grid-row: 1 / span 2;
    align-self: center;
    width: 1.9rem;
    height: 1.9rem;
    margin: 0 !important;
  }
  .proof-layout .stat-ico .icon { width: 1.65rem; height: 1.65rem; font-size: 1.6rem; }
  .proof-layout .metrics-row .stat b { grid-column: 2; align-self: end; font-size: 1.2rem; white-space: nowrap; }
  .proof-layout .metrics-row .stat span:last-child {
    grid-column: 2;
    align-self: start;
    margin: 0;
    font-size: .62rem;
    line-height: 1.2;
  }

  /* Services catalogue: a deliberate, padded single-card carousel. The
     description occupies the middle of the card and the link stays anchored
     at its bottom, so every service has the same calm, boxed treatment. */
  .services-catalogue { padding: 2.75rem 0 3.25rem; }
  .services-catalogue > .wrap { width: 92%; }
  .services-catalogue-head { margin-bottom: 1.45rem; }
  .services-catalogue-head > p { margin-top: .65rem; }
  .services-catalogue .svc-page-stage {
    position: relative;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
  }
  .services-catalogue .svc-page-stage .svc-viewport {
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory;
    scroll-snap-stop: always;
    border-radius: 1.35rem;
    scrollbar-width: none;
  }
  .services-catalogue .svc-page-stage .svc-viewport::-webkit-scrollbar { display: none; }
  .services-catalogue .svc-page-stage .svc-track {
    width: 100% !important;
    min-width: 100%;
    gap: .75rem;
  }
  .services-catalogue .svc-page-stage .svc-track .svc {
    min-height: 17rem;
    padding: 2.15rem 1.8rem 1.75rem;
    grid-template-rows: auto auto auto;
    border-radius: 1.35rem;
    box-shadow: 0 .7rem 1.8rem rgba(15, 23, 42, .06);
  }
  .services-catalogue .svc-page-stage .svc .ico-box {
    width: 4rem;
    height: 4rem;
    border-radius: 1.15rem;
  }
  .services-catalogue .svc-page-stage .svc .ico-box .icon {
    width: 2rem;
    height: 2rem;
    font-size: 1.9rem;
  }
  .services-catalogue .svc-page-stage .svc h3 {
    min-width: 0;
    font-size: 1.18rem;
    overflow-wrap: break-word;
  }
  .services-catalogue .svc-page-stage .svc p {
    align-self: auto;
    margin: 1.25rem 0 0;
    font-size: .95rem;
    line-height: 1.55;
  }
  .services-catalogue .svc-page-stage .svc .go {
    align-self: auto;
    margin: 1.35rem 0 0;
    font-size: 1rem;
  }
  .services-catalogue .svc-page-stage .offer-nav {
    top: 50%;
    width: 3.55rem;
    height: 3.55rem;
    min-width: 3.55rem;
    min-height: 3.55rem;
    margin: 0;
    padding: 0;
    border-radius: 50%;
  }
  .services-catalogue .svc-page-stage .offer-nav.prev { left: -1.4rem; }
  .services-catalogue .svc-page-stage .offer-nav.next { right: -1.4rem; }
}
