:root { --ink:#092144; --ink2:#123765; --coral:#f06452; --coral-dark:#dc4f3e; --mint:#c7ebe1; --gold:#ffca67; --paper:#fffdfa; --cloud:#f4f7fb; --line:#dfe7f1; --muted:#60718a; --white:#fff; --max:1180px; --shadow:0 18px 50px rgba(6,29,61,.12); }
    * { box-sizing:border-box; } html { scroll-behavior:smooth; } body { margin:0; color:var(--ink); background:var(--paper); font-family:Inter, ui-sans-serif, system-ui,-apple-system, BlinkMacSystemFont,"Segoe UI", sans-serif; font-size:16px; line-height:1.55; } a { color:inherit; text-decoration:none; } button, input, select, textarea { font:inherit; } button { cursor:pointer; } img { display:block; max-width:100%; } .container { width:min(var(--max), calc(100% - 40px)); margin-inline:auto; } .eyebrow { margin:0 0 10px; color:var(--coral); font-size:.73rem; font-weight:850; letter-spacing:.12em; line-height:1.25; text-transform:uppercase; } .btn { display:inline-flex; min-height:47px; align-items:center; justify-content:center; gap:9px; padding:11px 18px; border:1px solid transparent; border-radius:999px; color:#fff; background:var(--coral); font-size:.88rem; font-weight:850; transition:transform .18s ease, background .18s ease, box-shadow .18s ease; } .btn:hover { background:var(--coral-dark); box-shadow:0 8px 18px rgba(240,100,82,.25); transform:translateY(-2px); } .icon { width:20px; height:20px; flex:0 0 auto; }
    .topbar { color:#d8e4f5; background:var(--ink); font-size:.79rem; } .topbar__inner { display:flex; min-height:36px; align-items:center; justify-content:space-between; gap:18px; } .topbar strong { color:#fff; } .topbar__items { display:flex; gap:20px; } .topbar__items a:hover { color:#fff; }
    .site-header { position:sticky; z-index:20; top:0; border-bottom:1px solid rgba(223,231,241,.9); background:rgba(255,253,250,.94); backdrop-filter:blur(14px); } .nav { display:flex; min-height:78px; align-items:center; justify-content:space-between; gap:20px; } .brand { display:inline-flex; align-items:center; gap:10px; color:var(--ink); font-size:1.17rem; font-weight:900; letter-spacing:-.052em; white-space:nowrap; } .brand-mark { display:grid; width:33px; height:33px; place-items:center; overflow:hidden; border-radius:10px; color:#fff; background:var(--coral); box-shadow:inset -4px -4px 0 rgba(0,0,0,.08); } .brand-mark svg { width:21px; height:21px; }
    .nav-links { display:flex; align-items:center; gap:27px; margin-left:auto; font-size:.89rem; font-weight:700; } .nav-links > a { position:relative; color:#36506f; } .nav-links > a::after { position:absolute; right:0; bottom:-7px; left:0; height:2px; background:var(--coral); content:""; transform:scaleX(0); transition:transform .2s ease; } .nav-links > a:hover,.nav-links > a.active { color:var(--ink); } .nav-links > a:hover::after,.nav-links > a.active::after { transform:scaleX(1); } .nav-dropdown { position:relative; } .dropdown-toggle { display:inline-flex; align-items:center; gap:5px; padding:0; border:0; color:#36506f; background:transparent; font-size:.89rem; font-weight:700; } .dropdown-toggle > span { display:inline-block; margin-top:-3px; color:var(--coral); font-size:1.08rem; line-height:1; transition:transform .2s ease; } .dropdown-toggle:hover,.nav-dropdown.is-open .dropdown-toggle { color:var(--ink); } .nav-dropdown.is-open .dropdown-toggle > span { transform:rotate(180deg); } .dropdown-menu { position:absolute; top:calc(100% + 20px); left:50%; display:grid; width:250px; padding:7px; border:1px solid var(--line); border-radius:14px; background:#fff; box-shadow:0 16px 35px rgba(9,33,68,.14); opacity:0; pointer-events:none; transform:translate(-50%,-7px); transition:opacity .18s ease, transform .18s ease; } .dropdown-menu::before { position:absolute; top:-6px; left:50%; width:11px; height:11px; border-top:1px solid var(--line); border-left:1px solid var(--line); background:#fff; content:""; transform:translateX(-50%) rotate(45deg); } .dropdown-menu--services { width:276px; } .nav-dropdown.is-open .dropdown-menu { opacity:1; pointer-events:auto; transform:translate(-50%,0); } .dropdown-menu a { display:grid; gap:2px; padding:10px 11px; border-radius:9px; color:var(--ink); transition:color .16s ease, background .16s ease; } .dropdown-menu a:hover,.dropdown-menu a:focus-visible { color:var(--coral); background:#fff2ef; outline:0; } .dropdown-menu a span { font-size:.79rem; font-weight:850; line-height:1.2; } .dropdown-menu a small { color:#72849a; font-size:.66rem; font-weight:550; line-height:1.25; } @media (min-width:821px) { .nav-dropdown::after { position:absolute; top:100%; right:-12px; left:-12px; height:24px; content:""; } .nav-dropdown:hover .dropdown-menu,.nav-dropdown:focus-within .dropdown-menu { opacity:1; pointer-events:auto; transform:translate(-50%,0); } }
    .menu-toggle { display:none; width:43px; height:43px; padding:0; border:1px solid var(--line); border-radius:10px; color:var(--ink); background:#fff; } .menu-toggle svg { width:21px; height:21px; }
    .page-hero { position:relative; overflow:hidden; color:#fff; background:var(--ink); } .page-hero::before { position:absolute; top:-215px; right:-106px; width:570px; height:570px; border:1px solid rgba(255,255,255,.16); border-radius:50%; box-shadow:0 0 0 53px rgba(255,255,255,.035),0 0 0 133px rgba(255,255,255,.025); content:""; } .page-hero::after { position:absolute; right:12%; bottom:-93px; width:410px; height:178px; border-radius:50%; background:#1c4c83; content:""; filter:blur(4px); } .page-hero__inner { position:relative; min-height:333px; padding:70px 0 65px; } .breadcrumbs { display:flex; gap:8px; color:#b7cbe3; font-size:.72rem; font-weight:750; letter-spacing:.04em; text-transform:uppercase; } .breadcrumbs a:hover { color:#fff; } .breadcrumbs span { color:var(--gold); } .page-hero h1 { max-width:700px; margin:22px 0 0; font-size:clamp(2.75rem,6vw,5rem); line-height:.98; letter-spacing:-.07em; } .page-hero h1 em { color:var(--gold); font-style:normal; } .page-hero p:last-child { max-width:560px; margin:20px 0 0; color:#c5d6ec; font-size:1.03rem; }
    .info-strip { position:relative; z-index:1; margin-top:-1px; background:var(--mint); } .info-grid { display:grid; grid-template-columns:repeat(3,1fr); } .info-item { display:flex; min-height:111px; align-items:center; gap:15px; padding:20px 31px; border-left:1px solid rgba(9,33,68,.14); } .info-item:first-child { border-left:0; padding-left:0; } .info-item svg { width:29px; height:29px; flex:0 0 auto; color:var(--coral); } .info-item b,.info-item span { display:block; } .info-item b { font-size:.89rem; line-height:1.25; } .info-item span { margin-top:3px; color:#3d6074; font-size:.75rem; }
    .contact-section { padding:108px 0 112px; } .contact-grid { display:grid; grid-template-columns:.82fr 1.18fr; gap:72px; align-items:start; } .section-heading h2 { max-width:500px; margin:0; font-size:clamp(2rem,4vw,3.25rem); line-height:1.04; letter-spacing:-.052em; } .section-heading > p:last-child { max-width:480px; margin:17px 0 0; color:var(--muted); font-size:.95rem; } .contact-notes { display:grid; gap:14px; margin-top:32px; } .note { display:flex; gap:13px; align-items:flex-start; padding:15px 16px; border:1px solid var(--line); border-radius:13px; background:#fff; } .note svg { width:21px; height:21px; flex:0 0 auto; color:var(--coral); } .note b,.note span { display:block; } .note b { font-size:.8rem; line-height:1.25; } .note span { margin-top:3px; color:var(--muted); font-size:.73rem; line-height:1.45; }
    .contact-form-card { padding:35px; border-radius:22px; color:#fff; background:var(--ink); box-shadow:var(--shadow); } .contact-form-card h2 { margin:0; font-size:1.72rem; line-height:1.1; letter-spacing:-.045em; } .contact-form-card > p { margin:9px 0 25px; color:#c1d3e8; font-size:.82rem; } .contact-form { display:grid; grid-template-columns:1fr 1fr; gap:13px; } .field { display:grid; gap:6px; } .field--full { grid-column:1 / -1; } .field label { color:#c4d6eb; font-size:.69rem; font-weight:750; } .field input,.field select,.field textarea { width:100%; padding:11px 12px; border:1px solid rgba(255,255,255,.22); border-radius:9px; outline:0; color:#fff; background:rgba(255,255,255,.09); font-size:.79rem; transition:border-color .15s ease, background .15s ease; } .field input::placeholder,.field textarea::placeholder { color:#aac0da; } .field select option { color:var(--ink); background:#fff; } .field textarea { min-height:91px; resize:vertical; } .field input:focus,.field select:focus,.field textarea:focus { border-color:var(--mint); background:rgba(255,255,255,.14); } .form-submit { width:100%; margin-top:4px; border:0; color:var(--ink); background:var(--mint); } .form-submit:hover { color:var(--ink); background:#e1f8f1; } .form-response { display:none; grid-column:1 / -1; margin:2px 0 0; color:var(--mint); font-size:.75rem; font-weight:750; } .form-response.show { display:block; }
    .map-section { padding:0 0 108px; } .map-heading { display:flex; align-items:end; justify-content:space-between; gap:25px; margin-bottom:27px; } .map-heading h2 { margin:0; font-size:clamp(1.7rem,3.4vw,2.55rem); line-height:1.08; letter-spacing:-.05em; } .map-heading p { margin:8px 0 0; color:var(--muted); font-size:.86rem; } .directions { color:var(--coral); font-size:.79rem; font-weight:850; } .directions:hover { color:var(--coral-dark); text-decoration:underline; } .map-canvas { position:relative; min-height:424px; overflow:hidden; border-radius:22px; background:#dcebf1; box-shadow:0 17px 35px rgba(18,55,101,.11); } .map-canvas > svg { width:100%; height:424px; } .map-card { position:absolute; top:24px; left:24px; width:min(306px, calc(100% - 48px)); padding:18px; border:1px solid rgba(255,255,255,.74); border-radius:14px; background:rgba(255,255,255,.93); box-shadow:0 11px 25px rgba(13,46,77,.17); backdrop-filter:blur(6px); } .map-card b { display:block; font-size:.9rem; } .map-card p { margin:4px 0 12px; color:#667b92; font-size:.73rem; } .map-card a { display:inline-flex; align-items:center; gap:6px; color:var(--coral); font-size:.73rem; font-weight:850; } .map-card a:hover { color:var(--coral-dark); } .map-control { position:absolute; right:18px; bottom:18px; display:grid; overflow:hidden; border:1px solid #d3e0e8; border-radius:9px; background:#fff; box-shadow:0 7px 15px rgba(13,46,77,.13); } .map-control span { display:grid; width:32px; height:30px; place-items:center; color:var(--ink); font-size:1.13rem; font-weight:650; } .map-control span+span { border-top:1px solid #d3e0e8; }
    .footer { color:#c5d6e9; background:#061a35; } .footer-main { display:grid; grid-template-columns:1.5fr .8fr .8fr 1.05fr; gap:45px; padding:65px 0 46px; } .footer .brand { color:#fff; } .footer-copy { max-width:290px; margin:17px 0 0; font-size:.78rem; line-height:1.62; } .footer h3 { margin:5px 0 16px; color:#fff; font-size:.77rem; letter-spacing:.05em; text-transform:uppercase; } .footer-links { display:grid; gap:9px; font-size:.76rem; } .footer-links a:hover { color:var(--gold); } .footer-contact { display:grid; gap:11px; font-size:.76rem; } .footer-contact div { display:flex; align-items:flex-start; gap:9px; } .footer-contact svg { width:16px; height:16px; flex:0 0 auto; color:var(--gold); } .footer-bottom { display:flex; min-height:61px; align-items:center; justify-content:space-between; gap:15px; border-top:1px solid rgba(255,255,255,.12); color:#9ab0ca; font-size:.68rem; } .footer-bottom div { display:flex; gap:18px; } .footer-bottom a:hover { color:#fff; }
    @media (max-width:820px) { .topbar__inner { justify-content:center; } .topbar__items { display:none; } .nav { min-height:69px; } .menu-toggle { display:grid; place-items:center; } .nav-links { position:absolute; top:69px; right:20px; left:20px; display:grid; gap:0; max-height:0; overflow:hidden; border:1px solid transparent; border-radius:14px; background:#fff; box-shadow:0 14px 28px rgba(9,33,68,.11); opacity:0; transition:all .25s ease; } .nav-links.is-open { max-height:760px; padding:8px 15px 15px; border-color:var(--line); opacity:1; } .nav-links > a { padding:12px 7px; } .nav-links > a::after { display:none; } .nav-dropdown { width:100%; } .dropdown-toggle { width:100%; justify-content:space-between; padding:12px 7px; } .dropdown-menu,.dropdown-menu--services { position:static; width:100%; max-height:0; margin:0; padding:0 7px; overflow:hidden; border:0; border-radius:0; box-shadow:none; opacity:1; pointer-events:auto; transform:none; transition:max-height .25s ease, padding .25s ease; } .dropdown-menu::before { display:none; } .nav-dropdown.is-open .dropdown-menu { max-height:400px; padding:0 7px 7px; transform:none; } .dropdown-menu a { padding:9px 10px; background:#f5f8fc; } .page-hero__inner { min-height:290px; padding:58px 0; } .info-grid { grid-template-columns:1fr; } .info-item,.info-item:first-child { min-height:80px; padding:17px 0; border-top:1px solid rgba(9,33,68,.14); border-left:0; } .info-item:first-child { border-top:0; } .contact-grid { grid-template-columns:1fr; gap:43px; } .contact-section,.map-section { padding-top:78px; padding-bottom:78px; } .footer-main { grid-template-columns:1.25fr 1fr 1fr; gap:30px; } .footer-main > :last-child { grid-column:2/4; } }
    @media (max-width:560px) { .container { width:min(var(--max), calc(100% - 30px)); } .topbar { font-size:.7rem; } .brand { font-size:1.05rem; } .page-hero h1 { font-size:clamp(2.7rem,13vw,4rem); } .page-hero p:last-child { font-size:.92rem; } .contact-section,.map-section { padding-top:68px; padding-bottom:68px; } .contact-form-card { padding:25px 19px; } .contact-form { grid-template-columns:1fr; } .field--full { grid-column:auto; } .map-heading { align-items:flex-start; flex-direction:column; } .map-canvas,.map-canvas > svg { min-height:360px; height:360px; } .map-card { top:17px; left:17px; width:calc(100% - 34px); } .footer-main { grid-template-columns:1fr 1fr; gap:30px 18px; padding:50px 0 35px; } .footer-main > :first-child { grid-column:1/-1; } .footer-main > :last-child { grid-column:auto; } .footer-bottom { align-items:flex-start; flex-direction:column; justify-content:center; padding:13px 0; } }
    @media (prefers-reduced-motion:reduce) { *,*::before,*::after { scroll-behavior:auto!important; transition-duration:.01ms!important; } }
  
    /* Contact-page UI polish */
    :focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
    section[id] { scroll-margin-top: 90px; }
    .info-item { transition: background .18s ease; }
    .info-item:hover { background: rgba(255,255,255,.32); }
    .contact-form-card { border-top: 4px solid var(--gold); }
    .contact-notes .note { transition: transform .18s ease, box-shadow .18s ease; }
    .contact-notes .note:hover { box-shadow: 0 12px 24px rgba(9,33,68,.08); transform: translateY(-3px); }
    .map-canvas { border: 1px solid #cfdee7; }
    .map-card a:focus-visible, .directions:focus-visible { outline-color: var(--coral); }

    /* Mobile optimization pass */
    @media (max-width: 600px) {
      html { -webkit-text-size-adjust: 100%; }
      body { min-width: 320px; overflow-x: hidden; }
      .container { width: min(var(--max), calc(100% - 28px)); }
      .topbar__inner { min-height: 32px; text-align: center; }
      .nav { min-height: 64px; }
      .brand-mark { width: 31px; height: 31px; }
      .menu-toggle { width: 44px; height: 44px; }
      .nav-links { top: 64px; right: 12px; left: 12px; }
      .nav-links.is-open { max-height: calc(100dvh - 78px); overflow-y: auto; overscroll-behavior: contain; }
      .nav-links > a, .dropdown-toggle { min-height: 46px; padding: 12px 8px; }
      .dropdown-menu a { min-height: 48px; padding: 10px 11px; }
      .page-hero__inner { min-height: 270px; padding: 45px 0; }
      .breadcrumbs { font-size: .64rem; }
      .page-hero h1 { margin-top: 16px; font-size: clamp(2.42rem, 12vw, 3.45rem); line-height: 1.02; }
      .page-hero p:last-child { margin-top: 15px; font-size: .91rem; }
      .info-item, .info-item:first-child { min-height: 72px; padding: 15px 0; }
      .contact-section, .map-section { padding-top: 65px; padding-bottom: 65px; }
      .section-heading h2 { font-size: clamp(1.9rem, 9vw, 2.45rem); line-height: 1.07; }
      .contact-notes { margin-top: 25px; gap: 10px; }
      .note { padding: 14px; }
      .contact-form-card { padding: 23px 17px; border-radius: 18px; }
      .contact-form-card h2 { font-size: 1.55rem; }
      .field input, .field select, .field textarea { min-height: 44px; }
      .form-submit { min-height: 49px; }
      .map-heading { gap: 13px; margin-bottom: 20px; }
      .map-heading h2 { font-size: clamp(1.68rem, 8vw, 2.25rem); }
      .map-canvas, .map-canvas > svg { min-height: 330px; height: 330px; }
      .map-card { top: 13px; left: 13px; width: calc(100% - 26px); padding: 14px; }
      .map-control { right: 13px; bottom: 13px; }
      .footer-main { grid-template-columns: 1fr; gap: 28px; padding: 46px 0 33px; }
      .footer-main > :first-child, .footer-main > :last-child { grid-column: auto; }
      .footer-bottom { padding: 15px 0; }
      .footer-bottom div { flex-wrap: wrap; gap: 10px 16px; }
    }
    @media (max-width: 380px) { .container { width: calc(100% - 24px); } .page-hero h1 { font-size: 2.3rem; } }

/* Brand logo, responsive tablet layouts, and scroll-reveal motion */
.brand--image { display: inline-flex; width: 208px; max-width: 42vw; align-items: center; gap: 0; }
.brand-logo { display: block; width: 100%; height: auto; max-height: 38px; object-fit: contain; object-position: left center; }
.footer .brand--image { width: 196px; max-width: 100%; padding: 6px 9px; border-radius: 9px; background: #fff; }
.footer .brand-logo { max-height: 32px; }

@media (min-width: 821px) and (max-width: 1080px) {
  .container { width: min(var(--max), calc(100% - 52px)); }
  .brand--image { width: 186px; }
  .nav-links { gap: 17px; font-size: .84rem; }
  .dropdown-menu { top: calc(100% + 17px); }
  .sub-hero__grid { gap: 28px; }
  .sub-hero h1 { font-size: clamp(2.7rem, 5vw, 4rem); }
  .service-glance .glance-card { padding: 15px 13px; }
  .price-grid { grid-template-columns: repeat(3, 1fr); }
  .price-card--featured { transform: none; }
}
@media (min-width: 601px) and (max-width: 820px) {
  .container { width: min(var(--max), calc(100% - 48px)); }
  .brand--image { width: 194px; max-width: 48vw; }
  .nav-links { right: 24px; left: 24px; }
  .sub-hero__grid { padding: 58px 0; }
  .hero-actions { gap: 11px; }
  .glance-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-overview { grid-template-columns: repeat(3, 1fr); }
  .price-grid { grid-template-columns: repeat(2, 1fr); }
  .price-card--featured { transform: none; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-main { grid-template-columns: 1.3fr 1fr 1fr; }
}
@media (max-width: 600px) {
  .brand--image { width: 178px; max-width: 56vw; }
  .brand-logo { max-height: 31px; }
  .footer .brand--image { width: 184px; padding: 6px 8px; }
}

@media (prefers-reduced-motion: no-preference) {
  .reveal { opacity: 0; transform: translate3d(0, 26px, 0); transition: opacity .62s ease, transform .62s cubic-bezier(.2,.7,.2,1); will-change: opacity, transform; }
  .reveal.reveal--scale { transform: scale(.96); }
  .reveal.is-visible { opacity: 1; transform: none; }
  .reveal-delay-1 { transition-delay: .08s; }
  .reveal-delay-2 { transition-delay: .16s; }
  .reveal-delay-3 { transition-delay: .24s; }
  .hero-mark { animation: hs-float 5.5s ease-in-out infinite; }
  @keyframes hs-float { 0%,100% { translate: 0 0; } 50% { translate: 0 -9px; } }
}


/* Logo visibility and second-pass tablet/mobile typography refinements */
.site-header .brand--image { flex: 0 0 auto; }
.footer .brand--footer { width: 228px; max-width: 100%; padding: 0; border-radius: 0; background: transparent; }
.footer .brand--footer .brand-logo { width: 100%; max-height: 38px; object-fit: contain; object-position: left center; }

@media (min-width: 1081px) {
  .site-header .nav { min-height: 86px; }
  .site-header .brand--image { width: 286px; max-width: 286px; }
  .site-header .brand-logo { max-height: 48px; }
  .site-header .nav-links { gap: 24px; font-size: .9rem; }
}
@media (min-width: 821px) and (max-width: 1080px) {
  .site-header .brand--image { width: 210px; max-width: 210px; }
  .site-header .brand-logo { max-height: 35px; }
  .site-header .nav-links { gap: 16px; }
}
@media (min-width: 601px) and (max-width: 820px) {
  .site-header .brand--image { width: 202px; max-width: 50vw; }
  .footer .brand--footer { width: 214px; }
}
@media (max-width: 600px) {
  .footer .brand--footer { width: 198px; }
  .footer .brand--footer .brand-logo { max-height: 33px; }
  p, li, .glance-card span, .feature p, .item-list, .footer-copy { overflow-wrap: anywhere; }
  .topbar { padding: 4px 0; }
  .topbar__inner > span { max-width: 100%; font-size: .68rem; }
  .hero h1, .page-hero h1, .sub-hero h1 { letter-spacing: -.055em; }
  .hero-copy > p:not(.eyebrow), .page-hero p:last-child, .sub-hero__copy > p:last-child { max-width: 100%; }
  .services-top, .how-header, .pricing__head, .map-heading { gap: 17px; }
  .service-card h3, .price-card h3 { min-height: 0; }
  .service-card p, .price-card p, .feature p { line-height: 1.52; }
  .price-card__price { white-space: nowrap; }
  .intl-feature-grid { gap: 10px; }
  .quote-card > p:not(.eyebrow), .contact-form-card > p { line-height: 1.55; }
  .footer-copy { max-width: 100%; }
}
@media (max-width: 380px) {
  .site-header .brand--image { width: 166px; max-width: 54vw; }
  .site-header .brand-logo { max-height: 29px; }
  .footer .brand--footer { width: 185px; }
}


/* Prevent decorative circles from covering actions and show the full mobile hero collage. */
.hero::before, .hero::after, .hero-orbit,
.sub-hero::before, .sub-hero::after,
.page-hero::before, .page-hero::after { pointer-events: none; }
.hero-copy, .sub-hero__grid, .page-hero__inner { position: relative; z-index: 2; }
.hero-actions { position: relative; z-index: 4; }

@media (max-width: 820px) {
  .sub-hero::after { display: none; }
}
@media (max-width: 600px) {
  .hero::before, .hero::after { opacity: .35; }
  .hero-visual { min-height: 415px; }
  .hero-photo { right: 5%; width: 238px; aspect-ratio: 2 / 3; }
  .hero-photo img { height: 100%; object-fit: contain; object-position: center; }
  .hero-orbit { right: calc(5% - 22px); width: 268px; height: 355px; border-radius: 46%; }
  .label-card { right: 0; bottom: 24px; z-index: 3; }
  .tracking-card { bottom: 0; left: 0; z-index: 3; }
}
@media (max-width: 380px) {
  .hero-visual { min-height: 390px; }
  .hero-photo { width: 220px; }
  .hero-orbit { width: 246px; height: 330px; }
}


/* Sticky header, hierarchy, icon alignment, and service-hero refinement. */
body .site-header { z-index: 1000; overflow: visible !important; isolation: isolate; }
body .site-header .nav { display: flex; align-items: center; overflow: visible; }
body .site-header .brand--image { display: flex; align-items: center; }
body .site-header .nav-links, body .site-header .nav-dropdown, body .site-header .dropdown-toggle { align-items: center; }
body .site-header .dropdown-toggle { line-height: 1; white-space: nowrap; }
body.admin-bar .site-header { top: 32px; }

.hero-copy > p:not(.eyebrow) { color: #e0ecfb; font-size: 1.18rem; font-weight: 520; line-height: 1.7; }
.sub-hero__copy > p:last-child { color: #d5e4f5; font-size: 1.13rem; font-weight: 520; line-height: 1.68; }
.page-hero p:last-child { color: #d5e4f5; font-size: 1.1rem; font-weight: 520; line-height: 1.66; }
.hero .eyebrow, .sub-hero .eyebrow { font-size: .78rem; }

.price-card__icon { display: grid; width: 42px; height: 42px; margin: 13px 0 2px; place-items: center; border-radius: 12px; color: var(--page-accent, var(--coral)); background: var(--page-soft, #fff0ed); }
.price-card__icon svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.price-card--featured .price-card__icon { color: var(--ink); background: var(--mint); }
.glance-card, .trust__item, .info-item, .note { align-items: center; }
.glance-card__icon, .trust__item > svg, .info-item > svg, .note > svg { flex: 0 0 auto; }

.service-hero-media { position: relative; z-index: 1; min-height: 318px; overflow: hidden; border: 6px solid rgba(255,255,255,.96); border-radius: 26px; box-shadow: 0 23px 42px rgba(0,0,0,.28); background: #173c69; }
.service-hero-media::after { position: absolute; inset: 0; background: linear-gradient(130deg, rgba(6,27,56,.10) 15%, rgba(6,27,56,0) 58%, rgba(6,27,56,.28)); content: ""; pointer-events: none; }
.service-hero-media img { width: 100%; height: 318px; object-fit: cover; object-position: center; }
.service-hero-media figcaption { position: absolute; z-index: 2; right: 14px; bottom: 14px; display: inline-flex; align-items: center; gap: 8px; padding: 8px 11px; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; color: #fff; background: rgba(7,30,62,.76); box-shadow: 0 7px 16px rgba(0,0,0,.16); font-size: .68rem; font-weight: 850; backdrop-filter: blur(7px); }
.service-hero-media figcaption svg { width: 17px; height: 17px; color: var(--gold); }

@media (min-width: 1081px) {
  body .site-header { min-height: 94px; }
  body .site-header .nav { height: 94px; min-height: 94px !important; }
  body .site-header .brand--image { width: 302px; max-width: 302px; }
  body .site-header .brand-logo { max-height: 50px; }
  body .site-header .nav-links { gap: 27px; }
}
@media (max-width: 782px) { body.admin-bar .site-header { top: 46px; } }
@media (max-width: 820px) {
  .sub-hero__copy > p:last-child { font-size: 1.03rem; }
  .service-hero-media { width: min(100%, 570px); min-height: 285px; margin: 2px auto 0; border-width: 5px; }
  .service-hero-media img { height: 285px; }
}
@media (max-width: 600px) {
  .hero-copy > p:not(.eyebrow), .sub-hero__copy > p:last-child, .page-hero p:last-child { font-size: 1rem; line-height: 1.62; }
  .hero .eyebrow, .sub-hero .eyebrow { font-size: .72rem; }
  .price-card__icon { width: 39px; height: 39px; margin-top: 11px; }
  .service-hero-media { min-height: 210px; border-width: 4px; border-radius: 19px; }
  .service-hero-media img { height: 210px; }
  .service-hero-media figcaption { right: 10px; bottom: 10px; padding: 7px 9px; font-size: .64rem; }
}


/* Slightly larger supporting text for improved readability. */
.topbar { font-size: .85rem; }
.nav-links, .dropdown-toggle { font-size: .93rem; }
.dropdown-menu a span { font-size: .83rem; }
.dropdown-menu a small { font-size: .72rem; }
.eyebrow { font-size: .76rem; }
.hero-label { font-size: .8rem; }
.hero-label b { font-size: .98rem; }
.service-card__number, .price-card__size { font-size: .74rem; }
.service-card p, .feature p, .kit-card p { font-size: .84rem; }
.item-list { font-size: .81rem; }
.notice, .service-endnote { font-size: .83rem; }
.glance-card b { font-size: .86rem; }
.glance-card span { font-size: .74rem; }
.footer-copy, .footer-links, .footer-contact { font-size: .82rem; }
.footer-bottom { font-size: .72rem; }
@media (max-width: 600px) {
  .topbar { font-size: .74rem; }
  .nav-links, .dropdown-toggle { font-size: .91rem; }
  .dropdown-menu a span { font-size: .81rem; }
  .dropdown-menu a small { font-size: .7rem; }
  .eyebrow { font-size: .74rem; }
  .service-card p, .feature p, .kit-card p { font-size: .82rem; }
  .item-list { font-size: .79rem; }
  .notice, .service-endnote { font-size: .8rem; }
  .glance-card span { font-size: .71rem; }
  .footer-copy, .footer-links, .footer-contact { font-size: .8rem; }
}


/* Mobile legal-navigation spacing: each footer route becomes a clear separate tap target. */
@media (max-width: 600px) {
  .footer-bottom > div,
  .footer-bottom__links {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 3px;
  }
  .footer-bottom > div a,
  .footer-bottom__links a {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    padding: 6px 10px;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 999px;
    line-height: 1;
  }
  .footer-bottom > div a:hover,
  .footer-bottom__links a:hover { border-color: var(--gold); }
}


/* Stronger mobile logo treatment: larger wordmark, better contrast, and a safe sticky-header height. */
@media (max-width: 600px) {
  body .site-header { min-height: 74px; }
  body .site-header .nav { min-height: 74px; height: 74px; }
  body .site-header .brand--image { width: 220px; max-width: 64vw; }
  body .site-header .brand-logo { max-height: 42px; filter: contrast(1.26) saturate(1.12); }
  .nav-links { top: 74px; }
  .footer .brand--footer { width: 214px; }
  .footer .brand--footer .brand-logo { max-height: 36px; filter: none; }
}
@media (max-width: 380px) {
  body .site-header .brand--image { width: 202px; max-width: 63vw; }
  body .site-header .brand-logo { max-height: 38px; }
}


/* Desktop footer legal links: clear, separate click targets. */
@media (min-width: 601px) {
  .footer-bottom > div,
  .footer-bottom__links {
    display: flex !important;
    align-items: center;
    gap: 18px !important;
  }
  .footer-bottom > div a,
  .footer-bottom__links a {
    display: inline-flex;
    min-height: 30px;
    align-items: center;
    padding: 4px 9px;
    border-radius: 7px;
    line-height: 1;
  }
  .footer-bottom > div a + a,
  .footer-bottom__links a + a { margin-left: 2px; }
  .footer-bottom > div a:hover,
  .footer-bottom__links a:hover { background: rgba(255,255,255,.08); }
}


/* Final small-text boost for clearer reading without changing the main visual hierarchy. */
.topbar { font-size: .89rem; }
.nav-links, .dropdown-toggle { font-size: .96rem; }
.dropdown-menu a small { font-size: .75rem; }
.eyebrow, .roadmap-card__step, .price-card__size { font-size: .79rem; }
.roadmap-card p, .service-card p, .feature p, .kit-card p { font-size: .89rem; }
.glance-card span, .move-ready__points div div span { font-size: .8rem; }
.footer-copy, .footer-links, .footer-contact { font-size: .85rem; }
.footer-bottom { font-size: .75rem; }
@media (max-width: 600px) {
  .topbar { font-size: .77rem; }
  .nav-links, .dropdown-toggle { font-size: .94rem; }
  .dropdown-menu a small { font-size: .73rem; }
  .roadmap-card p, .service-card p, .feature p, .kit-card p { font-size: .86rem; }
  .glance-card span, .move-ready__points div div span { font-size: .77rem; }
  .footer-copy, .footer-links, .footer-contact { font-size: .83rem; }
}


/* Accessible supporting type scale for desktop, tablet, and mobile. */
.topbar { font-size: .96rem; }
.nav-links, .dropdown-toggle { font-size: 1rem; }
.dropdown-menu a span { font-size: .9rem; }
.dropdown-menu a small { font-size: .82rem; }
.eyebrow, .roadmap-card__step, .price-card__size { font-size: .85rem; }
.hero-label { font-size: .88rem; }
.hero-label b { font-size: 1.04rem; }
.roadmap-card p, .service-card p, .feature p, .kit-card p { font-size: .96rem; line-height: 1.6; }
.item-list { font-size: .9rem; }
.notice, .service-included, .service-endnote { font-size: .9rem; line-height: 1.58; }
.glance-card b { font-size: .92rem; }
.glance-card span, .move-ready__points div div span { font-size: .86rem; }
.footer-copy, .footer-links, .footer-contact { font-size: .92rem; }
.footer-bottom { font-size: .82rem; }
@media (min-width: 601px) and (max-width: 1024px) {
  .topbar { font-size: .92rem; }
  .roadmap-card p, .service-card p, .feature p, .kit-card p { font-size: .93rem; }
  .footer-copy, .footer-links, .footer-contact { font-size: .89rem; }
}
@media (max-width: 600px) {
  .topbar { font-size: .84rem; }
  .nav-links, .dropdown-toggle { font-size: .98rem; }
  .dropdown-menu a span { font-size: .87rem; }
  .dropdown-menu a small { font-size: .78rem; }
  .eyebrow, .roadmap-card__step, .price-card__size { font-size: .8rem; }
  .roadmap-card p, .service-card p, .feature p, .kit-card p { font-size: .92rem; line-height: 1.58; }
  .item-list { font-size: .86rem; }
  .notice, .service-included, .service-endnote { font-size: .86rem; line-height: 1.56; }
  .glance-card b { font-size: .89rem; }
  .glance-card span, .move-ready__points div div span { font-size: .82rem; }
  .footer-copy, .footer-links, .footer-contact { font-size: .87rem; }
  .footer-bottom { font-size: .78rem; }
}


/* Readable FAQ and supporting-content scale across desktop, tablet, and mobile. */
body { font-size: 17px; }
.section-heading > p:last-child, .heading > p:last-child, .intl-copy > p:not(.eyebrow), .move-ready__copy > p:not(.eyebrow), .roadmap-card p { font-size: 1.03rem; line-height: 1.65; }
.faq-question { min-height: 66px; font-size: 1.1rem; line-height: 1.35; }
.faq-question span:last-child { width: 29px; height: 29px; font-size: 1.3rem; }
.faq-answer p { padding-bottom: 20px; color: #536b88; font-size: 1rem; line-height: 1.68; }
.faq-home .faq-question { font-size: 1.08rem; }
.faq-home .faq-answer p { font-size: 1rem; line-height: 1.68; }
.form-field label, .field label { font-size: .8rem; }
.footer-copy, .footer-links, .footer-contact { line-height: 1.62; }
@media (min-width: 601px) and (max-width: 1024px) {
  body { font-size: 16.5px; }
  .faq-question, .faq-home .faq-question { font-size: 1.04rem; }
  .faq-answer p, .faq-home .faq-answer p { font-size: .97rem; }
}
@media (max-width: 600px) {
  body { font-size: 16px; }
  .section-heading > p:last-child, .heading > p:last-child, .intl-copy > p:not(.eyebrow), .move-ready__copy > p:not(.eyebrow), .roadmap-card p { font-size: .96rem; }
  .faq-question, .faq-home .faq-question { min-height: 62px; font-size: .98rem; line-height: 1.38; }
  .faq-question span:last-child { width: 28px; height: 28px; font-size: 1.22rem; }
  .faq-answer p, .faq-home .faq-answer p { padding-bottom: 18px; font-size: .93rem; line-height: 1.64; }
}


/* Centered desktop menu and account actions. */
.auth-actions { display: flex; align-items: center; gap: 9px; }
.auth-actions--mobile { display: none; }
.auth-link { display: inline-flex; min-height: 40px; align-items: center; justify-content: center; padding: 8px 13px; border: 1px solid #d5e0ec; border-radius: 999px; color: var(--ink); background: #fff; font-size: .84rem; font-weight: 850; white-space: nowrap; }
.auth-link:hover { border-color: var(--coral); color: var(--coral); }
.auth-link--primary { border-color: var(--coral); color: #fff; background: var(--coral); }
.auth-link--primary:hover { border-color: var(--coral-dark); color: #fff; background: var(--coral-dark); }
@media (min-width: 821px) {
  .nav { display: grid; grid-template-columns: minmax(230px, 1fr) auto minmax(230px, 1fr); }
  .nav > .brand { grid-column: 1; justify-self: start; }
  .nav > .nav-links { grid-column: 2; margin-left: 0; justify-self: center; }
  .nav > .auth-actions--desktop { grid-column: 3; justify-self: end; }
}
@media (max-width: 820px) {
  .auth-actions--desktop { display: none; }
  .auth-actions--mobile { display: flex; width: 100%; padding: 10px 7px 3px; }
  .auth-actions--mobile .auth-link { width: 50%; min-height: 43px; }
}
@media (max-width: 380px) {
  .auth-actions { gap: 7px; }
  .auth-link { padding: 8px 9px; font-size: .8rem; }
}


/* Logged-in account controls replace Sign in / Sign up. */
.auth-link--logout { border-color: #e9b6ae; color: #b84b3d; background: #fff7f5; }
.auth-link--logout:hover { border-color: #d94c3c; color: #fff; background: #d94c3c; }


/* Orange sign-up CTAs and larger gold homepage vibe line. */
.sticky-note .btn { color: #fff !important; background: #f06452 !important; }.sticky-note .btn:hover { color: #fff !important; background: #d94c3c !important; }
.hero .eyebrow { color: #ffca67; font-size: .94rem; font-weight: 900; letter-spacing: .13em; }
@media (max-width: 600px) { .hero .eyebrow { font-size: .8rem; } }
