  :root{
    --navy:#0F172A;
    --navy-2:#16213B;
    --white:#FFFFFF;
    --blue:#2563EB;
    --blue-dim:#1D4ED8;
    --green:#10B981;
    --amber:#F59E0B;
    --gray-50:#F8FAFC;
    --gray-100:#F1F5F9;
    --gray-300:#CBD5E1;
    --gray-500:#64748B;
    --gray-700:#334155;
    --font-display:'Sora', sans-serif;
    --font-body:'Inter', sans-serif;
    --font-mono:'IBM Plex Mono', monospace;
    --radius:16px;
    --shadow-sm: 0 1px 2px rgba(15,23,42,0.06), 0 1px 3px rgba(15,23,42,0.08);
    --shadow-md: 0 8px 24px rgba(15,23,42,0.10);
    --shadow-lg: 0 20px 50px rgba(15,23,42,0.16);
  }
  *{box-sizing:border-box; margin:0; padding:0;}
  html{scroll-behavior:smooth;}
  body{
    font-family:var(--font-body);
    color:var(--navy);
    background:var(--white);
    line-height:1.6;
    -webkit-font-smoothing:antialiased;
  }
  img{max-width:100%; display:block;}
  a{color:inherit; text-decoration:none;}
  ul{list-style:none;}
  .wrap{max-width:1200px; margin:0 auto; padding:0 24px;}
  h1,h2,h3,h4{font-family:var(--font-display); line-height:1.15; letter-spacing:-0.01em;}
  .eyebrow{
    font-family:var(--font-mono);
    font-size:12.5px;
    font-weight:600;
    letter-spacing:0.08em;
    text-transform:uppercase;
    color:var(--blue);
    display:inline-flex;
    align-items:center;
    gap:8px;
  }
  .eyebrow::before{content:''; width:7px; height:7px; border-radius:50%; background:var(--green); box-shadow:0 0 0 4px rgba(16,185,129,0.18);}
  section{padding:96px 0;}
  @media (max-width:768px){ section{padding:64px 0;} }

  /* Buttons */
  .btn{
    display:inline-flex; align-items:center; justify-content:center; gap:8px;
    padding:15px 28px; border-radius:999px; font-weight:600; font-size:15.5px;
    cursor:pointer; border:none; transition:transform .18s ease, box-shadow .18s ease, background .18s ease;
    white-space:nowrap;
  }
  .btn-primary{ background:var(--blue); color:#fff; box-shadow:0 8px 20px rgba(37,99,235,0.35); }
  .btn-primary:hover{ background:var(--blue-dim); transform:translateY(-2px); box-shadow:0 12px 28px rgba(37,99,235,0.42); }
  .btn-ghost{ background:transparent; color:var(--navy); border:1.5px solid var(--gray-300); }
  .btn-ghost:hover{ border-color:var(--navy); transform:translateY(-2px); }
  .btn-on-dark{ background:rgba(255,255,255,0.08); color:#fff; border:1.5px solid rgba(255,255,255,0.35); }
  .btn-on-dark:hover{ background:rgba(255,255,255,0.16); transform:translateY(-2px); }

  /* NAV */
  header{
    position:sticky; top:0; z-index:100;
    background:rgba(255,255,255,0.85); backdrop-filter:blur(10px);
    border-bottom:1px solid var(--gray-100);
  }
  nav{display:flex; align-items:center; justify-content:space-between; padding:16px 24px;}
  .logo{display:flex; align-items:center; gap:10px; font-family:var(--font-display); font-weight:700; font-size:19px;}
  .logo-mark{
    width:34px; height:34px; border-radius:9px; background:var(--navy);
    display:flex; align-items:center; justify-content:center; color:var(--green); font-family:var(--font-mono); font-weight:600; font-size:15px;
  }
  .nav-links{display:flex; gap:32px; font-size:15px; font-weight:500; color:var(--gray-700);}
  .nav-links a:hover{color:var(--blue);}
  .nav-cta{display:flex; align-items:center; gap:14px;}
  .nav-phone{font-family:var(--font-mono); font-weight:600; font-size:14.5px; color:var(--navy); display:flex; align-items:center; gap:6px; transition:color .15s ease;}
  .nav-phone:hover{ color:var(--blue); }
  @media (max-width:900px){ .nav-links, .nav-phone{display:none;} }
  .btn-call{ background:var(--green); color:#fff; box-shadow:0 8px 20px rgba(16,185,129,0.35); }
  .btn-call:hover{ background:#0EA271; transform:translateY(-2px); box-shadow:0 12px 28px rgba(16,185,129,0.42); }

  /* HERO */
  .hero{
    background:linear-gradient(180deg, var(--navy) 0%, var(--navy-2) 100%);
    color:#fff; position:relative; overflow:hidden; padding:88px 0 72px;
  }
  .hero::before{
    content:''; position:absolute; inset:0;
    background-image: radial-gradient(circle at 85% 15%, rgba(37,99,235,0.35), transparent 45%),
                       radial-gradient(circle at 10% 90%, rgba(16,185,129,0.18), transparent 40%);
    pointer-events:none;
  }
  .hero-grid{
    position:relative; display:grid; grid-template-columns:1.1fr 0.9fr; gap:56px; align-items:center;
  }
  @media (max-width:960px){ .hero-grid{grid-template-columns:1fr;} }
  .hero h1{font-size:clamp(34px, 4.4vw, 54px); font-weight:800; margin-bottom:22px;}
  .hero h1 .hl{color:var(--green);}
  .hero p.lead{font-size:19px; color:#CBD5E1; max-width:520px; margin-bottom:34px;}
  .hero-actions{display:flex; gap:14px; flex-wrap:wrap; margin-bottom:36px;}
  .btn-stack{ display:flex; flex-direction:column; align-items:center; gap:7px; }
  .btn-caption{ font-size:12px; color:#94A3B8; text-align:center; }
  .hero-trust{display:flex; gap:28px; flex-wrap:wrap; font-size:13.5px; color:#94A3B8;}
  .hero-trust strong{color:#fff; display:block; font-family:var(--font-display); font-size:22px; font-weight:700;}

  /* Signature element: dispatch ticket board */
  .ticket-board{
    background:rgba(255,255,255,0.04);
    border:1px solid rgba(255,255,255,0.12);
    border-radius:20px;
    padding:18px;
    box-shadow:var(--shadow-lg);
    backdrop-filter: blur(6px);
  }
  .ticket-board-head{
    display:flex; align-items:center; justify-content:space-between;
    padding:4px 8px 14px; border-bottom:1px dashed rgba(255,255,255,0.16); margin-bottom:12px;
  }
  .ticket-board-head span{font-family:var(--font-mono); font-size:12px; letter-spacing:0.06em; color:#94A3B8; text-transform:uppercase;}
  .live-dot{width:8px; height:8px; border-radius:50%; background:var(--green); display:inline-block; margin-right:6px; animation:pulse 1.6s infinite;}
  @keyframes pulse{ 0%,100%{opacity:1;} 50%{opacity:0.35;} }
  .ticket{
    display:grid; grid-template-columns:auto 1fr auto; gap:12px; align-items:center;
    padding:13px 10px; border-radius:10px; font-family:var(--font-mono); font-size:13px;
    animation: fadeSlide 0.6s ease both;
  }
  .ticket + .ticket{ border-top:1px solid rgba(255,255,255,0.06); }
  .ticket .t-time{color:#64748B; font-size:11.5px;}
  .ticket .t-msg{color:#E2E8F0;}
  .ticket .t-tag{
    font-size:10.5px; font-weight:600; letter-spacing:0.04em; padding:4px 9px; border-radius:999px;
  }
  .tag-booked{background:rgba(16,185,129,0.16); color:var(--green);}
  .tag-missed{background:rgba(148,163,184,0.16); color:#94A3B8;}
  @keyframes fadeSlide{ from{opacity:0; transform:translateY(6px);} to{opacity:1; transform:translateY(0);} }

  /* PROBLEM */
  .problem{ background:var(--white); }
  .problem-grid{ display:grid; grid-template-columns:1fr 1fr; gap:64px; align-items:center; }
  @media (max-width:900px){ .problem-grid{grid-template-columns:1fr; gap:40px;} }
  .scene-list{ margin:26px 0 30px; }
  .scene-list li{
    font-family:var(--font-display); font-weight:600; font-size:19px; color:var(--navy);
    padding:10px 0; border-bottom:1px solid var(--gray-100); display:flex; align-items:center; gap:12px;
  }
  .scene-list li::before{ content:'—'; color:var(--gray-300); font-weight:400; }
  .meanwhile-box{
    background:var(--gray-50); border-radius:var(--radius); padding:28px; margin-top:8px;
  }
  .meanwhile-box .eyebrow{margin-bottom:14px;}
  .meanwhile-box ul li{ font-size:15.5px; color:var(--gray-700); padding:6px 0; }
  .punchline{
    margin-top:28px; font-family:var(--font-display); font-weight:700; font-size:22px; color:var(--navy);
    border-left:4px solid var(--amber); padding-left:18px;
  }

  /* SERVICES */
  .services{ background:var(--gray-50); }
  .section-head{ max-width:640px; margin-bottom:52px; }
  .section-head h2{ font-size:clamp(28px,3.2vw,38px); margin-top:14px; }
  .section-head p{ color:var(--gray-500); font-size:17px; margin-top:14px; }
  .card-grid{ display:grid; grid-template-columns:repeat(3, 1fr); gap:20px; }
  @media (max-width:1000px){ .card-grid{grid-template-columns:repeat(2,1fr);} }
  @media (max-width:560px){ .card-grid{grid-template-columns:1fr;} }
  .service-card{
    background:#fff; border-radius:var(--radius); padding:26px 22px; box-shadow:var(--shadow-sm);
    border:1px solid var(--gray-100); transition:transform .2s ease, box-shadow .2s ease;
  }
  .service-card:hover{ transform:translateY(-4px); box-shadow:var(--shadow-md); }
  .service-icon{
    width:44px; height:44px; border-radius:10px; background:rgba(37,99,235,0.1);
    display:flex; align-items:center; justify-content:center; margin-bottom:16px;
  }
  .service-card h3{ font-size:16.5px; margin-bottom:8px; }
  .service-card p{ font-size:14px; color:var(--gray-500); }

  .addon-strip-wrap{ margin-top:44px; padding-top:36px; border-top:1px dashed var(--gray-300); }
  .addon-strip{ display:grid; grid-template-columns:repeat(3, 1fr); gap:14px; margin-top:18px; }
  @media (max-width:1000px){ .addon-strip{grid-template-columns:repeat(2,1fr);} }
  @media (max-width:560px){ .addon-strip{grid-template-columns:1fr;} }
  .addon-card{
    background:var(--gray-50); border:1px dashed var(--gray-300); border-radius:12px; padding:16px 18px;
    transition:border-color .2s ease, background .2s ease;
  }
  .addon-card:hover{ border-color:var(--blue); background:#fff; }
  .addon-card h4{ font-size:14.5px; color:var(--navy); margin-bottom:4px; }
  .addon-card p{ font-size:13px; color:var(--gray-500); }

  /* HOW IT WORKS */
  .how{ background:var(--navy); color:#fff; }
  .how .section-head h2, .how .section-head p{ color:#fff; }
  .how .section-head p{ color:#94A3B8; }
  .timeline{ display:grid; grid-template-columns:repeat(4,1fr); gap:24px; position:relative; }
  @media (max-width:900px){ .timeline{grid-template-columns:1fr; gap:0;} }
  .step{ position:relative; padding:28px 22px; background:rgba(255,255,255,0.04); border:1px solid rgba(255,255,255,0.1); border-radius:var(--radius); }
  @media (max-width:900px){ .step{margin-bottom:18px;} }
  .step-num{ font-family:var(--font-mono); color:var(--green); font-size:13px; font-weight:600; letter-spacing:0.06em; }
  .step h3{ font-size:18px; margin:12px 0 8px; }
  .step p{ font-size:14.5px; color:#94A3B8; }

  /* BENEFITS */
  .benefits{ background:var(--gray-50); }
  .benefit-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:20px; }
  @media (max-width:900px){ .benefit-grid{grid-template-columns:repeat(2,1fr);} }
  @media (max-width:560px){ .benefit-grid{grid-template-columns:1fr;} }
  .benefit-item{ background:#fff; border-radius:14px; padding:24px; box-shadow:var(--shadow-sm); }
  .benefit-item .check{
    width:30px; height:30px; border-radius:8px; background:rgba(16,185,129,0.12); color:var(--green);
    display:flex; align-items:center; justify-content:center; margin-bottom:14px; font-weight:700;
  }
  .benefit-item h4{ font-size:15.5px; }

  /* TESTIMONIALS */
  .testimonials{ background:#fff; }
  .test-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
  @media (max-width:900px){ .test-grid{grid-template-columns:1fr;} }
  .test-card{
    background:var(--navy); color:#fff; border-radius:var(--radius); padding:28px; display:flex; flex-direction:column; justify-content:space-between; min-height:230px;
  }
  .test-card p.quote{ font-size:16px; color:#E2E8F0; margin-bottom:20px; }
  .test-person{ display:flex; align-items:center; gap:12px; }
  .avatar{
    width:38px; height:38px; border-radius:50%; background:var(--blue); display:flex; align-items:center; justify-content:center;
    font-family:var(--font-display); font-weight:700; font-size:14px;
  }
  .test-person span{ display:block; font-size:13.5px; color:#94A3B8; }
  .test-person strong{ font-size:14.5px; }

  /* FAQ */
  .faq{ background:var(--gray-50); }
  .faq-list{ max-width:780px; }
  .faq-item{ border-bottom:1px solid var(--gray-300); }
  .faq-q{
    width:100%; text-align:left; background:none; border:none; padding:22px 0; cursor:pointer;
    display:flex; justify-content:space-between; align-items:center; font-family:var(--font-display);
    font-weight:600; font-size:16.5px; color:var(--navy);
  }
  .faq-q .plus{ font-size:20px; color:var(--blue); transition:transform .25s ease; flex:none; margin-left:16px; }
  .faq-item.open .faq-q .plus{ transform:rotate(45deg); }
  .faq-a{ max-height:0; overflow:hidden; transition:max-height .3s ease; }
  .faq-a p{ padding-bottom:22px; color:var(--gray-700); font-size:15px; max-width:640px; }

  /* FINAL CTA */
  .final-cta{
    background:linear-gradient(135deg, var(--blue) 0%, #1E40AF 100%); color:#fff; text-align:center;
  }
  .final-cta h2{ font-size:clamp(28px,3.6vw,42px); margin-bottom:16px; }
  .final-cta p{ font-size:17px; color:#DBEAFE; max-width:560px; margin:0 auto 34px; }
  .final-cta .hero-actions{ justify-content:center; }

  /* FOOTER */
  footer{ background:var(--navy); color:#94A3B8; padding:64px 0 32px; font-size:14px; }
  .footer-grid{ display:grid; grid-template-columns:2fr 1fr 1fr 1fr; gap:40px; margin-bottom:48px; }
  @media (max-width:800px){ .footer-grid{grid-template-columns:1fr 1fr; } }
  .footer-grid h5{ color:#fff; font-family:var(--font-display); font-size:14px; margin-bottom:16px; }
  .footer-grid li{ margin-bottom:10px; }
  .footer-grid a:hover{ color:#fff; }
  .footer-bottom{ border-top:1px solid rgba(255,255,255,0.1); padding-top:24px; display:flex; justify-content:space-between; flex-wrap:wrap; gap:12px; font-size:13px; }
  .footer-legal a{ color:var(--green); }
  .footer-legal a:hover{ color:#fff; text-decoration:underline; }
  @media (max-width:600px){ .footer-bottom{ justify-content:center; text-align:center; } }

  ::selection{ background:var(--green); color:var(--navy); }

  /* MODALS */
  .modal-overlay{
    position:fixed; inset:0; background:rgba(15,23,42,0.6); backdrop-filter:blur(3px);
    display:none; align-items:center; justify-content:center; z-index:1000; padding:20px;
  }
  .modal-overlay.active{ display:flex; }
  .modal-box{
    background:#fff; border-radius:20px; width:100%; max-width:520px; max-height:88vh; overflow-y:auto;
    box-shadow:var(--shadow-lg); position:relative; animation:modalIn .25s ease;
  }
  @keyframes modalIn{ from{ opacity:0; transform:translateY(14px) scale(0.98); } to{ opacity:1; transform:translateY(0) scale(1); } }
  .modal-head{ padding:26px 28px 0; }
  .modal-close{
    position:absolute; top:18px; right:18px; width:34px; height:34px; border-radius:50%; border:none;
    background:var(--gray-100); color:var(--gray-700); font-size:18px; cursor:pointer; display:flex;
    align-items:center; justify-content:center; transition:background .2s ease;
  }
  .modal-close:hover{ background:var(--gray-300); }
  .modal-head h3{ font-size:22px; margin-bottom:6px; padding-right:36px; }
  .modal-head p{ color:var(--gray-500); font-size:14.5px; margin-bottom:6px; }
  .modal-body{ padding:22px 28px 30px; }

  /* Contact form */
  .form-row{ margin-bottom:16px; }
  .form-row label{ display:block; font-size:13px; font-weight:600; color:var(--navy); margin-bottom:6px; }
  .form-row input, .form-row select, .form-row textarea{
    width:100%; padding:11px 13px; border-radius:10px; border:1.5px solid var(--gray-300);
    font-family:var(--font-body); font-size:14.5px; color:var(--navy); background:var(--gray-50);
    transition:border-color .2s ease;
  }
  .form-row input:focus, .form-row select:focus, .form-row textarea:focus{
    outline:none; border-color:var(--blue); background:#fff;
  }
  .form-row textarea{ resize:vertical; min-height:80px; }
  .form-grid-2{ display:grid; grid-template-columns:1fr 1fr; gap:14px; }
  @media (max-width:480px){ .form-grid-2{ grid-template-columns:1fr; } }
  .form-consent{
    font-size:12px; line-height:1.55; color:var(--gray-500);
    background:var(--gray-50); border:1px solid var(--gray-300);
    border-radius:10px; padding:11px 13px; margin:4px 0 14px;
  }
  .form-consent strong{ color:var(--gray-700); font-weight:600; }
  .form-consent a{ color:var(--blue); text-decoration:underline; }
  .form-submit{ width:100%; margin-top:6px; }
  .sms-consent{
    font-size:11.5px; line-height:1.5; color:var(--gray-500);
    text-align:center; margin:9px 0 0;
  }
  .sms-consent a{ color:var(--blue); text-decoration:underline; }
  .form-success{ text-align:center; padding:20px 0; }
  .form-success .check-big{
    width:56px; height:56px; border-radius:50%; background:rgba(16,185,129,0.12); color:var(--green);
    display:flex; align-items:center; justify-content:center; font-size:26px; margin:0 auto 18px;
  }
  .form-success h4{ font-size:19px; margin-bottom:8px; }
  .form-success p{ color:var(--gray-500); font-size:14.5px; }

  /* Demo modal */
  .demo-window{
    background:var(--navy); border-radius:16px; padding:20px; min-height:340px;
    display:flex; flex-direction:column; justify-content:flex-end; gap:10px;
  }
  .demo-bubble{
    max-width:82%; padding:11px 15px; border-radius:14px; font-size:14px; line-height:1.5;
    opacity:0; transform:translateY(8px); animation:bubbleIn .4s ease forwards;
  }
  @keyframes bubbleIn{ to{ opacity:1; transform:translateY(0); } }
  .demo-bubble.customer{ align-self:flex-start; background:rgba(255,255,255,0.08); color:#E2E8F0; border-bottom-left-radius:4px; }
  .demo-bubble.ai{ align-self:flex-end; background:var(--blue); color:#fff; border-bottom-right-radius:4px; }
  .demo-bubble .label{ display:block; font-family:var(--font-mono); font-size:10.5px; letter-spacing:0.05em; opacity:0.6; margin-bottom:4px; text-transform:uppercase; }
  .demo-typing{ align-self:flex-start; display:flex; gap:4px; padding:11px 15px; }
  .demo-typing span{ width:6px; height:6px; border-radius:50%; background:#64748B; animation:typingDot 1s infinite; }
  .demo-typing span:nth-child(2){ animation-delay:0.15s; }
  .demo-typing span:nth-child(3){ animation-delay:0.3s; }
  @keyframes typingDot{ 0%,100%{ opacity:0.3; } 50%{ opacity:1; } }
  .demo-replay{ margin-top:18px; width:100%; }

/* INDUSTRY CHIPS (merged into Services section) */
.chip-cloud-wrap{ margin-top:56px; padding-top:44px; border-top:1px solid var(--gray-100); }
.chip-cloud-head{ margin-bottom:20px; }
.chip-cloud-head h3{ font-size:19px; margin-bottom:6px; }
.chip-cloud-head p{ color:var(--gray-500); font-size:14.5px; }
.chip-cloud{ display:flex; flex-wrap:wrap; gap:10px; }
.chip{
  font-size:13.5px; font-weight:500; color:var(--gray-700); background:#fff;
  border:1px solid var(--gray-300); border-radius:999px; padding:8px 16px;
  transition:background .2s ease, box-shadow .2s ease; cursor:default;
}
.chip:hover{ background:var(--gray-100); box-shadow:var(--shadow-sm); }

/* SERVICE AREAS */
.service-areas{ background:var(--navy); color:#fff; }
.service-areas .section-head h2, .service-areas .section-head p{ color:#fff; }
.service-areas .section-head p{ color:#94A3B8; }
.areas-grid{ display:grid; grid-template-columns:1fr 1fr; gap:56px; align-items:center; }
@media (max-width:900px){ .areas-grid{ grid-template-columns:1fr; gap:36px; } }
.az-map{ width:100%; max-width:420px; margin:0 auto; }
.az-map .az-shape{ fill:rgba(37,99,235,0.14); stroke:var(--blue); stroke-width:2; }
.az-map .az-dot{ fill:var(--green); }
.az-map .az-dot-pulse{ fill:none; stroke:var(--green); stroke-width:1.5; opacity:0.6; animation:mapPulse 2.2s ease-out infinite; }
.az-map .az-label{ font-family:var(--font-mono); font-size:9px; fill:#CBD5E1; letter-spacing:0.02em; }
@keyframes mapPulse{ 0%{ r:4; opacity:0.7; } 100%{ r:14; opacity:0; } }
.areas-list-head{ margin-bottom:8px; }
.areas-chip-cloud{ display:flex; flex-wrap:wrap; gap:10px; margin-top:18px; }
.areas-chip-cloud .chip{
  background:rgba(255,255,255,0.06); border-color:rgba(255,255,255,0.18); color:#E2E8F0;
}
.areas-chip-cloud .chip:hover{ background:rgba(255,255,255,0.12); }
.areas-note{ margin-top:22px; font-size:14px; color:#94A3B8; }

/* SUBPAGE HERO (About / Legal) */
.subpage-hero{
  background:linear-gradient(180deg, var(--navy) 0%, var(--navy-2) 100%); color:#fff; padding:72px 0 56px;
  position:relative; overflow:hidden;
}
.subpage-hero::before{
  content:''; position:absolute; inset:0;
  background-image: radial-gradient(circle at 85% 15%, rgba(37,99,235,0.35), transparent 45%),
                     radial-gradient(circle at 10% 90%, rgba(16,185,129,0.18), transparent 40%);
  pointer-events:none;
}
.subpage-hero .wrap{ position:relative; }
.subpage-hero .eyebrow{ color:#93C5FD; }
.subpage-hero h1{ font-size:clamp(30px,4vw,44px); margin-top:14px; font-weight:800; }
.subpage-hero p{ color:#CBD5E1; font-size:17px; max-width:620px; margin-top:14px; }

/* ABOUT PAGE */
.about-content{ padding:88px 0; }
.about-content .lede{ font-size:20px; font-family:var(--font-display); font-weight:600; color:var(--navy); max-width:720px; margin-bottom:28px; }
.about-content p{ font-size:16.5px; color:var(--gray-700); max-width:720px; margin-bottom:20px; }
.promise-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:20px; margin-top:44px; }
@media (max-width:1000px){ .promise-grid{ grid-template-columns:repeat(2,1fr); } }
@media (max-width:800px){ .promise-grid{ grid-template-columns:1fr; } }
.promise-card{ background:var(--gray-50); border-radius:var(--radius); padding:24px; border:1px solid var(--gray-100); transition:transform .2s ease, box-shadow .2s ease; }
.promise-card:hover{ transform:translateY(-4px); box-shadow:var(--shadow-md); }
.promise-card .promise-icon{
  width:38px; height:38px; border-radius:10px; background:rgba(37,99,235,0.1); color:var(--blue);
  display:flex; align-items:center; justify-content:center; margin-bottom:14px;
}
.promise-card h4{ font-size:16px; margin-bottom:8px; }
.promise-card p{ font-size:14.5px; margin:0; max-width:none; }

/* LEGAL PAGE */
.legal-content{ padding:72px 0 96px; }
.legal-shell{ display:grid; grid-template-columns:220px 1fr; gap:56px; align-items:start; }
@media (max-width:860px){ .legal-shell{ grid-template-columns:1fr; } }
.legal-nav{ position:sticky; top:100px; }
.legal-nav a{
  display:block; font-size:14px; color:var(--gray-500); padding:8px 0; border-left:2px solid var(--gray-100); padding-left:14px;
  transition:color .15s ease, border-color .15s ease;
}
.legal-nav a:hover{ color:var(--blue); border-left-color:var(--blue); }
.legal-nav a.active{ color:var(--blue); border-left-color:var(--blue); font-weight:600; }
.legal-body h2{ font-size:24px; margin:44px 0 16px; scroll-margin-top:100px; }
.legal-body h2:first-child{ margin-top:0; }
.legal-body h3{ font-size:16.5px; margin:26px 0 10px; }
.legal-body p, .legal-body li{ font-size:15px; color:var(--gray-700); margin-bottom:12px; max-width:700px; }
.legal-body ul{ padding-left:20px; margin-bottom:16px; }
.legal-body ul li{ list-style:disc; margin-bottom:8px; }
.legal-updated{ font-size:13.5px; color:var(--gray-500); margin-bottom:8px; }
.legal-note{
  background:var(--gray-50); border-left:3px solid var(--amber); border-radius:8px; padding:14px 18px;
  font-size:13.5px; color:var(--gray-700); margin-bottom:36px; max-width:700px;
  display:flex; gap:10px; align-items:flex-start;
}
.legal-note svg{ flex:none; margin-top:1px; color:var(--amber); }
