:root {
  --navy: #072f5f;
  --navy-deep: #03264c;
  --blue: #1264c4;
  --blue-bright: #0d63d8;
  --green: #55b52a;
  --green-dark: #31941f;
  --ink: #102a43;
  --muted: #61748d;
  --bg: #f4f7fa;
  --surface: #ffffff;
  --border: #dce6ee;
  --soft-blue: #edf5ff;
  --soft-green: #f0f9eb;
  --shadow: 0 20px 50px rgba(7, 47, 95, .12);
  --shadow-soft: 0 8px 24px rgba(7, 47, 95, .08);
  --radius: 22px;
  --radius-sm: 14px;
  --shell: 1450px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.modal-open, body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
img { max-width: 100%; display: block; }
.shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid rgba(220,230,238,.9);
  backdrop-filter: blur(14px);
}
.header-inner { min-height: 82px; display: flex; align-items: center; gap: 34px; }
.brand { flex: 0 0 305px; }
.brand img { width: 290px; max-height: 67px; object-fit: contain; object-position: left center; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: 34px; margin-left: auto; }
.main-nav a { font-weight: 700; font-size: 15px; color: #1c304c; }
.main-nav a:hover { color: var(--blue); }
.header-actions { margin-left: auto; display: flex; align-items: center; gap: 14px; }
.phone-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 800; color: var(--blue); white-space: nowrap; }
.phone-icon { font-size: 19px; }
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--border); background: #fff; border-radius: 12px; padding: 10px; }
.nav-toggle span { display: block; height: 2px; background: var(--navy); margin: 5px 0; border-radius: 3px; }
.mobile-nav-actions { display: none; }
.mobile-phone-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 14px;
  border-radius: 10px;
  background: var(--soft-blue);
  color: var(--blue) !important;
  font-weight: 900 !important;
}


.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 10px;
  font-weight: 800;
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease;
}
.button:hover { transform: translateY(-1px); }
.button-primary { color: #fff; background: linear-gradient(135deg, var(--blue-bright), #0751a8); box-shadow: 0 8px 20px rgba(18,100,196,.22); }
.button-green { color: #fff; background: linear-gradient(135deg, #62c433, var(--green-dark)); box-shadow: 0 8px 20px rgba(85,181,42,.24); }
.button-outline { color: var(--navy); border-color: #9bb2cb; background: #fff; }
.button-small { min-height: 42px; padding-inline: 18px; }
.button-large { min-height: 54px; padding-inline: 34px; border-radius: 11px; font-size: 17px; }
.button.full { width: 100%; }

.hero { position: relative; overflow: hidden; background: linear-gradient(180deg,#fff 0%,#fff 68%,#f8fbfd 100%); }
.hero::before { content: ""; position: absolute; inset: auto 0 0; height: 1px; background: var(--border); }
.hero-glow { position: absolute; width: 430px; height: 430px; border-radius: 50%; filter: blur(8px); opacity: .45; pointer-events: none; }
.hero-glow-left { left: -260px; bottom: -110px; background: radial-gradient(circle, rgba(18,100,196,.17), rgba(18,100,196,0) 70%); }
.hero-glow-right { right: -200px; top: -40px; background: radial-gradient(circle, rgba(85,181,42,.12), rgba(85,181,42,0) 70%); }
.hero-grid { position: relative; min-height: 570px; display: grid; grid-template-columns: .9fr 1.15fr; align-items: center; gap: 55px; padding-block: 48px 38px; }
.hero-copy { padding-left: 10px; max-width: 650px; }
.eyebrow { margin: 0 0 12px; color: var(--green-dark); font-size: 13px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.hero h1 { margin: 0; color: #061d3c; font-size: clamp(46px, 4.6vw, 72px); line-height: .99; letter-spacing: -.045em; }
.hero h1 span { color: var(--blue); }
.hero-lead { margin: 23px 0 0; max-width: 620px; color: #334a64; font-size: 18px; line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 25px; }
.hero-phone { display: flex; align-items: center; gap: 10px; color: var(--blue); }
.hero-phone-icon { font-size: 25px; }
.hero-phone strong { display: block; font-size: 18px; }
.hero-phone small { display: block; margin-top: 2px; color: var(--muted); }
.trust-row { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 22px; color: #30445d; font-size: 14px; font-weight: 700; }
.trust-row b { display: inline-grid; place-items: center; width: 18px; height: 18px; margin-right: 5px; border: 1px solid var(--green); border-radius: 50%; color: var(--green-dark); font-size: 12px; }

.product-stage { position: relative; min-height: 475px; }
.desktop-device {
  position: absolute;
  left: 0;
  top: 6px;
  width: min(760px, 91%);
  height: 430px;
  overflow: hidden;
  border: 9px solid #141414;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 30px 55px rgba(2,27,54,.22);
}
.desktop-topbar { height: 52px; display: flex; align-items: center; justify-content: space-between; padding: 7px 16px; border-bottom: 1px solid #e5ebf0; }
.desktop-topbar img { width: 122px; height: 34px; object-fit: contain; object-position: left; }
.desktop-user { display: flex; align-items: center; gap: 7px; font-size: 10px; color: var(--muted); }
.desktop-user span { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; background: var(--navy); color: #fff; font-weight: 900; }
.desktop-user small { font-size: 9px; }
.desktop-body { display: grid; grid-template-columns: 142px 1fr; height: calc(100% - 52px); }
.demo-sidebar { padding: 22px 14px; border-right: 1px solid #e5ebf0; background: #fbfcfe; display: flex; flex-direction: column; gap: 9px; font-size: 11px; color: #54677c; }
.demo-sidebar strong { color: var(--blue); background: #edf5ff; padding: 9px 10px; border-radius: 7px; }
.demo-sidebar span { padding: 8px 10px; }
.demo-content { padding: 21px 20px; min-width: 0; }
.demo-content h3 { margin: 0 0 15px; font-size: 18px; }
.demo-stats { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; }
.demo-stats article { min-height: 78px; padding: 12px; border: 1px solid #e1e8ee; border-radius: 9px; background: #fff; }
.demo-stats small, .demo-stats span { display: block; font-size: 8px; color: #687c91; }
.demo-stats b { display: block; margin: 5px 0 3px; color: var(--navy); font-size: 22px; }
.demo-stats span { color: var(--blue); }
.demo-stats .demo-alert b { color: #d33b2e; }
.demo-table-card { margin-top: 16px; padding: 15px; border: 1px solid #e1e8ee; border-radius: 10px; }
.demo-table-card h4 { margin: 0 0 12px; font-size: 12px; }
.demo-table-head,.demo-row { display: grid; grid-template-columns: 1fr 1.3fr .65fr; gap: 8px; align-items: center; }
.demo-table-head { padding-bottom: 6px; color: #8190a0; font-size: 8px; border-bottom: 1px solid #e8edf2; }
.demo-row { min-height: 38px; border-bottom: 1px solid #edf1f5; font-size: 8px; }
.demo-row:last-child { border-bottom: 0; }
.demo-row em { justify-self: start; padding: 4px 7px; border-radius: 999px; background: #e8f7df; color: #3c9221; font-style: normal; font-weight: 800; }
.demo-row em.due { background: #fff2dd; color: #ba6b00; }
.phone-device { position: absolute; z-index: 3; right: 0; top: 91px; width: 190px; height: 365px; padding: 10px; border: 7px solid #151515; border-radius: 28px; background: #151515; box-shadow: 0 24px 40px rgba(2,27,54,.25); }
.phone-speaker { position: absolute; top: 6px; left: 50%; width: 58px; height: 7px; border-radius: 9px; background: #0a0a0a; transform: translateX(-50%); z-index: 4; }
.phone-screen { height: 100%; overflow: hidden; padding: 18px 10px 10px; border-radius: 18px; background: #fff; }
.phone-head { display: flex; justify-content: space-between; align-items: center; font-size: 9px; }
.phone-head strong { font-size: 11px; }
.phone-steps { display: flex; align-items: center; margin: 18px 2px 16px; }
.phone-steps b,.phone-steps i { flex: 0 0 18px; height: 18px; display: grid; place-items: center; border-radius: 50%; font-size: 7px; font-style: normal; }
.phone-steps b { background: var(--blue); color: #fff; }
.phone-steps i { background: #eef2f6; color: #8a99a8; }
.phone-steps span { flex: 1; height: 1px; background: #dde4ea; }
.phone-label { margin: 8px 0 5px; color: #233a53; font-size: 8px; font-weight: 800; }
.vehicle-card { padding: 9px; border: 1px solid #dfe6ed; border-radius: 8px; }
.vehicle-art { display: grid; place-items: center; height: 55px; margin-bottom: 7px; border-radius: 6px; background: linear-gradient(135deg,#f7f9fb,#eef4f7); font-size: 30px; }
.vehicle-card strong,.vehicle-card span,.vehicle-card small { display: block; }
.vehicle-card strong { font-size: 8px; }
.vehicle-card span,.vehicle-card small { margin-top: 3px; color: #748596; font-size: 7px; }
.phone-field { padding: 10px 8px; border: 1px solid #dfe6ed; border-radius: 7px; color: #78889a; font-size: 7px; }
.phone-screen button { width: 100%; height: 35px; margin-top: 13px; border: 0; border-radius: 7px; background: var(--blue); color: #fff; font-size: 8px; font-weight: 800; }

.feature-strip { padding: 15px 0 34px; background: linear-gradient(180deg,#fbfdff,#fff); }
.feature-grid { display: grid; grid-template-columns: repeat(6,1fr); gap: 14px; }
.feature-card { min-height: 176px; padding: 20px 17px; border: 1px solid var(--border); border-radius: 13px; background: #fff; box-shadow: var(--shadow-soft); }
.feature-icon { width: 40px; height: 40px; display: grid; place-items: center; margin-bottom: 13px; border-radius: 50%; font-weight: 900; font-size: 19px; }
.feature-icon.blue { color: var(--blue); background: #edf5ff; }
.feature-icon.green { color: var(--green-dark); background: #eef9e9; }
.feature-card h2 { margin: 0 0 7px; color: #0c2444; font-size: 15px; line-height: 1.15; }
.feature-card p { margin: 0; color: #52677e; font-size: 13px; line-height: 1.45; }

.how-section { padding: 76px 0; background: #fff; }
.section-heading { max-width: 740px; margin-bottom: 32px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading h2,.about-section h2,.pricing-section h2 { margin: 0; color: #061d3c; font-size: clamp(32px,3vw,48px); line-height: 1.06; letter-spacing: -.035em; }
.section-heading > p:last-child { color: var(--muted); font-size: 17px; line-height: 1.55; }
.steps-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 20px; position: relative; }
.step-card { display: flex; gap: 14px; min-height: 145px; padding: 21px; border: 1px solid var(--border); border-radius: 15px; background: #fff; box-shadow: var(--shadow-soft); }
.step-card > b { flex: 0 0 39px; height: 39px; display: grid; place-items: center; border-radius: 50%; background: var(--blue); color: #fff; font-size: 18px; }
.step-card h3 { margin: 1px 0 7px; color: #0b2445; font-size: 15px; }
.step-card p { margin: 0; color: #5c6f84; font-size: 13px; line-height: 1.45; }

.about-section { padding: 78px 0; background: linear-gradient(135deg,#f5f9fd,#eef5fb); border-block: 1px solid #e0e9f0; }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 85px; align-items: start; }
.about-copy { color: #425a73; font-size: 17px; line-height: 1.75; }
.about-copy p { margin-top: 0; }

.pricing-section { padding: 86px 0; background: #fff; }
.pricing-grid { display: grid; grid-template-columns: 1fr 470px; gap: 80px; align-items: center; }
.pricing-copy > p:not(.eyebrow) { max-width: 690px; color: var(--muted); font-size: 17px; line-height: 1.6; }
.check-list { list-style: none; padding: 0; margin: 25px 0 0; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px 25px; }
.check-list li { position: relative; padding-left: 26px; color: #334c65; font-weight: 700; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--green-dark); font-weight: 900; }
.price-card { padding: 36px; border: 1px solid #cfe0ec; border-radius: 24px; background: linear-gradient(180deg,#fff,#f8fbfe); box-shadow: var(--shadow); }
.price-kicker { color: var(--blue); font-size: 13px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.price { display: flex; align-items: flex-end; margin: 12px 0 2px; color: var(--navy); }
.price sup { align-self: flex-start; margin-top: 17px; font-size: 18px; font-weight: 900; }
.price strong { font-size: 74px; line-height: .95; letter-spacing: -.05em; }
.price span { margin: 0 0 9px 8px; color: var(--muted); font-weight: 700; }
.price-card > p { color: #435a71; font-size: 16px; }
.price-extra { display: flex; flex-direction: column; gap: 3px; margin: 20px 0; padding: 16px; border-radius: 12px; background: var(--soft-blue); }
.price-extra strong { color: var(--navy); }
.price-extra span { color: var(--muted); font-size: 13px; }
.price-card small { display: block; margin-top: 13px; color: #728397; text-align: center; line-height: 1.45; }

.cta-section { padding: 0 0 34px; }
.cta-panel { min-height: 132px; display: grid; grid-template-columns: 82px 1fr auto; gap: 24px; align-items: center; padding: 28px 38px; overflow: hidden; border-radius: 17px; background: linear-gradient(105deg,#0761ca 0%,#082b61 66%,#0c4c91 100%); color: #fff; box-shadow: var(--shadow); }
.cta-mark img { width: 68px; filter: drop-shadow(0 4px 8px rgba(0,0,0,.15)); }
.cta-copy h2 { margin: 0 0 5px; font-size: 26px; }
.cta-copy p { margin: 0; color: rgba(255,255,255,.82); }
.cta-actions { display: grid; gap: 8px; min-width: 235px; }
.cta-actions a { text-align: center; color: #fff; font-weight: 800; }
.audience-row { display: flex; justify-content: center; flex-wrap: wrap; gap: 28px; margin-top: 17px; color: #52677e; font-size: 13px; }
.audience-row b { color: #3d5368; }
.audience-row b::first-letter { color: var(--green); }

.site-footer { padding: 36px 0; border-top: 1px solid var(--border); background: #f8fafc; }
.footer-inner { display: flex; align-items: center; gap: 28px; color: #65778a; font-size: 13px; }
.footer-inner img { width: 210px; }
.footer-inner p { margin: 0; }
.footer-inner a { color: var(--blue); font-weight: 800; margin-left: auto; }

.modal { position: fixed; inset: 0; z-index: 100; display: none; place-items: center; padding: 22px; }
.modal.is-open { display: grid; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(3,32,65,.65); backdrop-filter: blur(7px); }
.modal-card { position: relative; width: min(720px,100%); max-height: calc(100vh - 44px); overflow-y: auto; padding: 34px; border-radius: 22px; background: #fff; box-shadow: 0 35px 80px rgba(3,31,62,.3); }
.modal-close { position: absolute; right: 18px; top: 17px; width: 42px; height: 42px; border: 1px solid var(--border); border-radius: 12px; background: #fff; color: var(--navy); font-size: 27px; line-height: 1; }
.modal-card h2 { margin: 0; color: #071e3e; font-size: 34px; letter-spacing: -.03em; }
.modal-intro { color: var(--muted); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 22px 0; }
.form-grid label { display: grid; gap: 6px; color: #233d58; font-size: 13px; font-weight: 800; }
.full-field { grid-column: 1 / -1; }
.form-grid input,.form-grid select,.form-grid textarea { width: 100%; border: 1px solid #cfdce7; border-radius: 10px; background: #fff; padding: 12px 13px; color: var(--ink); outline: none; }
.form-grid input:focus,.form-grid select:focus,.form-grid textarea:focus { border-color: #5d9ee8; box-shadow: 0 0 0 3px rgba(18,100,196,.1); }
.form-status { min-height: 20px; margin: 12px 0 0; font-size: 13px; font-weight: 700; text-align: center; }
.form-status.success { color: #2c8a1e; }
.form-status.error { color: #be3028; }
.modal-phone { margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--border); color: var(--muted); text-align: center; }
.modal-phone a { color: var(--blue); font-weight: 900; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

@media (max-width: 1280px) {
  .header-inner { gap: 18px; }
  .brand { flex-basis: 255px; }
  .brand img { width: 250px; }
  .main-nav { gap: 22px; }
  .phone-link { display: none; }
  .hero-grid { grid-template-columns: .9fr 1.1fr; gap: 30px; }
  .product-stage { transform: scale(.94); transform-origin: center right; }
  .feature-grid { grid-template-columns: repeat(3,1fr); }
  .steps-grid { grid-template-columns: repeat(5, minmax(0,1fr)); gap: 12px; }
  .step-card { padding: 16px; gap: 10px; }
}

@media (max-width: 1030px) {
  .nav-toggle { display: block; margin-left: auto; }
  .main-nav { position: absolute; left: 24px; right: 24px; top: 76px; display: none; margin: 0; padding: 15px; border: 1px solid var(--border); border-radius: 15px; background: #fff; box-shadow: var(--shadow); }
  .main-nav.is-open { display: grid; }
  .main-nav > a { padding: 11px; }
  .mobile-nav-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding-top: 14px; margin-top: 5px; border-top: 1px solid var(--border); }
  .mobile-nav-actions .mobile-phone-link { grid-column: 1 / -1; }
  .mobile-nav-actions .button { width: 100%; }
  .header-actions .button-outline { display: none; }
  .hero-grid { grid-template-columns: 1fr; min-height: auto; padding-top: 54px; }
  .hero-copy { max-width: 760px; }
  .product-stage { min-height: 485px; transform: none; width: min(860px,100%); }
  .desktop-device { width: 86%; }
  .phone-device { right: 3%; }
  .steps-grid { grid-template-columns: repeat(2,1fr); }
  .step-card:last-child { grid-column: 1 / -1; }
  .about-grid,.pricing-grid { grid-template-columns: 1fr; gap: 36px; }
  .pricing-grid { max-width: 820px; }
  .price-card { max-width: 520px; }
  .cta-panel { grid-template-columns: 68px 1fr; }
  .cta-actions { grid-column: 1 / -1; display: flex; justify-content: center; align-items: center; }
}

@media (max-width: 720px) {
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .header-inner { min-height: 70px; }
  .brand { flex-basis: auto; }
  .brand img { width: 205px; }
  .header-actions .button-primary { display: none; }
  .main-nav { left: 14px; right: 14px; top: 68px; max-height: calc(100vh - 84px); overflow-y: auto; }
  .mobile-nav-actions { grid-template-columns: 1fr; }
  .mobile-nav-actions .mobile-phone-link { grid-column: auto; }
  .hero-grid { padding-top: 38px; }
  .hero h1 { font-size: clamp(43px,14vw,60px); }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 16px; }
  .hero-actions .button { width: 100%; }
  .hero-phone { justify-content: center; }
  .trust-row { gap: 12px 18px; }
  .product-stage { min-height: 345px; margin-top: 8px; }
  .desktop-device { width: 100%; height: 305px; border-width: 6px; border-radius: 21px; }
  .desktop-topbar { height: 41px; padding: 4px 10px; }
  .desktop-topbar img { width: 95px; }
  .desktop-body { grid-template-columns: 92px 1fr; height: calc(100% - 41px); }
  .demo-sidebar { padding: 11px 7px; font-size: 8px; }
  .demo-sidebar strong,.demo-sidebar span { padding: 5px; }
  .demo-content { padding: 12px 10px; }
  .demo-content h3 { font-size: 14px; margin-bottom: 8px; }
  .demo-stats { gap: 5px; }
  .demo-stats article { min-height: 55px; padding: 7px; }
  .demo-stats b { font-size: 15px; }
  .demo-table-card { margin-top: 9px; padding: 8px; }
  .demo-row { min-height: 26px; }
  .phone-device { width: 135px; height: 258px; top: 73px; right: -3px; border-width: 5px; border-radius: 21px; padding: 7px; }
  .phone-screen { padding: 12px 7px 7px; }
  .phone-speaker { width: 40px; height: 5px; top: 4px; }
  .phone-steps { margin: 10px 0; }
  .phone-steps b,.phone-steps i { flex-basis: 13px; height: 13px; font-size: 5px; }
  .vehicle-art { height: 34px; font-size: 21px; }
  .phone-screen button { height: 26px; margin-top: 7px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 0; }
  .steps-grid { grid-template-columns: 1fr; }
  .step-card:last-child { grid-column: auto; }
  .about-section,.how-section,.pricing-section { padding: 58px 0; }
  .check-list { grid-template-columns: 1fr; }
  .price-card { padding: 26px 22px; }
  .cta-panel { grid-template-columns: 1fr; text-align: center; padding: 28px 22px; }
  .cta-mark { display: flex; justify-content: center; }
  .cta-actions { grid-column: auto; flex-direction: column; }
  .cta-actions .button { width: 100%; }
  .audience-row { gap: 10px 18px; text-align: center; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
  .footer-inner a { margin-left: 0; }
  .form-grid { grid-template-columns: 1fr; }
  .full-field { grid-column: auto; }
  .modal-card { padding: 28px 20px; }
  .modal-card h2 { font-size: 29px; padding-right: 36px; }
}


/* Legal pages */
.footer-links { display:flex; align-items:center; gap:20px; margin-left:auto; }
.footer-links a { margin-left:0; }
.legal-header { border-bottom:1px solid var(--border); background:#fff; }
.legal-header-inner { min-height:84px; display:flex; align-items:center; justify-content:space-between; gap:24px; }
.legal-brand img { width:270px; max-height:64px; object-fit:contain; object-position:left center; }
.legal-main { padding:56px 0 80px; background:linear-gradient(180deg,#f7fafc 0,#fff 360px); }
.legal-document { max-width:980px; padding:48px 54px; border:1px solid var(--border); border-radius:22px; background:#fff; box-shadow:var(--shadow-soft); }
.legal-title { padding-bottom:28px; border-bottom:1px solid var(--border); margin-bottom:30px; }
.legal-title h1 { margin:3px 0 12px; color:var(--navy-deep); font-size:clamp(38px,5vw,58px); letter-spacing:-.04em; line-height:1; }
.legal-title > p:last-child { margin:0; color:var(--muted); }
.legal-callout { margin:0 0 34px; padding:18px 20px; border-left:4px solid var(--blue); border-radius:10px; background:var(--soft-blue); color:#284660; line-height:1.6; }
.legal-document section { margin:34px 0; }
.legal-document h2 { margin:0 0 12px; color:var(--navy-deep); font-size:23px; letter-spacing:-.015em; }
.legal-document h3 { margin:22px 0 8px; color:#173b62; font-size:17px; }
.legal-document p,.legal-document li { color:#425b73; font-size:15.5px; line-height:1.72; }
.legal-document ul { padding-left:23px; }
.legal-document li + li { margin-top:7px; }
.legal-document a { color:var(--blue); text-decoration:underline; text-underline-offset:2px; }
.legal-document address { padding:18px 20px; border:1px solid var(--border); border-radius:12px; background:#f8fafc; color:#425b73; font-style:normal; line-height:1.7; }
.legal-footer { flex-wrap:wrap; }
.legal-footer a { margin-left:0; }
.legal-footer span { margin-left:auto; }
.legal-consent { display:flex !important; flex-direction:row !important; align-items:flex-start; gap:10px; margin:4px 0 2px; color:#4d6378; font-size:13px; line-height:1.5; }
.legal-consent input { width:18px !important; min-width:18px; height:18px; margin-top:1px; accent-color:var(--blue); }
.legal-consent a { color:var(--blue); font-weight:800; text-decoration:underline; text-underline-offset:2px; }

@media (max-width:700px) {
  .footer-links { margin-left:0; flex-direction:column; align-items:flex-start; gap:8px; }
  .legal-header-inner { min-height:72px; }
  .legal-brand img { width:210px; }
  .legal-main { padding:28px 0 50px; }
  .legal-document { width:min(calc(100% - 28px),980px); padding:30px 22px; border-radius:16px; }
  .legal-document h2 { font-size:21px; }
  .legal-document p,.legal-document li { font-size:15px; }
  .legal-footer span { margin-left:0; }
}
