:root {
  --navy: #0c253f;
  --navy-2: #123b61;
  --orange: #ce450f;
  --orange-dark: #aa3408;
  --white: #ffffff;
  --paper: #f5f7f9;
  --ink: #17212b;
  --muted: #5d6974;
  --line: #dfe5ea;
  --shadow: 0 18px 50px rgba(12, 37, 63, .12);
  --radius: 22px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: var(--white); line-height: 1.6; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: absolute; left: -9999px; top: 0; background: var(--orange); color: white; padding: 10px 14px; z-index: 999; }
.skip-link:focus { left: 10px; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(12,37,63,.08); backdrop-filter: blur(14px); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; gap: 26px; }
.brand { width: 235px; flex: 0 0 auto; }
.main-nav { display: flex; align-items: center; gap: 24px; margin-left: auto; }
.main-nav a { text-decoration: none; color: var(--navy); font-weight: 700; font-size: .94rem; }
.main-nav a:hover { color: var(--orange); }
.menu-toggle { display: none; border: 0; background: none; font-size: 1.7rem; color: var(--navy); }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border-radius: 10px; font-weight: 800; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--orange); color: white; box-shadow: 0 10px 24px rgba(206,69,15,.24); }
.btn-primary:hover { background: var(--orange-dark); }
.btn-secondary { border: 1px solid rgba(255,255,255,.68); color: white; }
.btn-light { background: white; color: var(--navy); }
.nav-cta { min-height: 44px; white-space: nowrap; }
.hero { color: white; background: radial-gradient(circle at 78% 30%, rgba(206,69,15,.34), transparent 30%), linear-gradient(120deg, #081a2b, var(--navy) 56%, #163f64); overflow: hidden; }
.hero-grid { min-height: 560px; display: grid; grid-template-columns: 1.08fr .92fr; gap: 54px; align-items: center; }
.hero-copy { padding: 80px 0; position: relative; z-index: 2; }
.eyebrow { margin: 0 0 12px; text-transform: uppercase; letter-spacing: .13em; color: var(--orange); font-weight: 900; font-size: .78rem; }
.eyebrow.light { color: #ffd4c2; }
h1, h2, h3 { color: var(--navy); line-height: 1.12; margin-top: 0; }
.hero h1 { color: white; font-size: clamp(2.5rem, 5vw, 4.9rem); max-width: 780px; margin-bottom: 22px; }
.lead { max-width: 670px; font-size: 1.16rem; color: rgba(255,255,255,.86); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.hero-panel { min-height: 440px; position: relative; display: grid; place-items: center; }
.hero-panel::before, .hero-panel::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.16); }
.hero-panel::before { width: 430px; height: 430px; }
.hero-panel::after { width: 300px; height: 300px; }
.hero-mark { width: 210px; height: 210px; border-radius: 50%; background: conic-gradient(from 20deg, var(--orange), transparent 28%, var(--orange) 30%, transparent 58%, var(--orange) 60%, transparent 88%, var(--orange)); box-shadow: 0 0 80px rgba(206,69,15,.35); }
.hero-label { position: absolute; bottom: 72px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.22); padding: 12px 18px; border-radius: 999px; font-weight: 800; }
.trust-section { margin-top: -54px; position: relative; z-index: 5; }
.trust-section .container { background: white; border-radius: var(--radius); box-shadow: var(--shadow); padding: 44px; }
.section-heading { max-width: 760px; margin-bottom: 34px; }
.section-heading.compact { margin-bottom: 26px; }
.section-heading h2, .split-section h2, .contact-section h2 { font-size: clamp(2rem, 3.5vw, 3.2rem); margin-bottom: 14px; }
.section-heading p { color: var(--muted); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.trust-card { border: 1px solid var(--line); border-radius: 18px; padding: 26px; background: linear-gradient(180deg,#fff,#fbfcfd); }
.trust-card h3 { margin-bottom: 10px; }
.trust-card p { color: var(--muted); margin-bottom: 0; }
.trust-card small { display: block; color: #7b8791; margin-top: 12px; }
.woman-card { display: grid; grid-template-columns: 110px 1fr; gap: 20px; align-items: center; }
.woman-card img { width: 108px; height: 108px; object-fit: contain; }
.state-emblem { width: 72px; height: 72px; border-radius: 18px; display: grid; place-items: center; background: linear-gradient(135deg,var(--navy),var(--navy-2)); color: white; font-weight: 900; margin-bottom: 18px; }
.state-emblem span { border-bottom: 4px solid var(--orange); }
.shield { width: 68px; height: 68px; border-radius: 18px; display: grid; place-items: center; background: rgba(206,69,15,.1); color: var(--orange); font-size: 2rem; font-weight: 900; margin-bottom: 18px; }
.text-link { border: 0; background: none; padding: 0; color: var(--orange); font-weight: 800; margin-top: 16px; }
.text-link.disabled { opacity: .62; cursor: not-allowed; }
.section { padding: 96px 0; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service-card { border-radius: var(--radius); border: 1px solid var(--line); padding: 32px; background: white; box-shadow: 0 14px 36px rgba(12,37,63,.07); }
.service-icon { width: 62px; height: 62px; display: grid; place-items: center; border-radius: 18px; background: var(--orange); color: white; font-size: 1.8rem; font-weight: 900; margin-bottom: 26px; }
.service-card p { color: var(--muted); }
.service-card a { color: var(--orange); font-weight: 900; text-decoration: none; }
.feature-strip { background: var(--navy); color: white; padding: 34px 0; }
.feature-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; }
.feature-grid > div { padding: 0 28px; border-right: 1px solid rgba(255,255,255,.22); }
.feature-grid > div:first-child { padding-left: 0; }
.feature-grid > div:last-child { border: 0; }
.feature-grid strong, .feature-grid span { display: block; }
.feature-grid strong { font-size: 1.1rem; color: white; }
.feature-grid span { color: rgba(255,255,255,.72); font-size: .93rem; margin-top: 5px; }
.split-section { background: var(--paper); }
.split-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: center; }
.check-list { list-style: none; padding: 0; margin: 28px 0 0; }
.check-list li { margin: 12px 0; padding-left: 30px; position: relative; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--orange); font-weight: 900; }
.quote-panel { background: var(--navy); color: white; border-radius: var(--radius); padding: 42px; box-shadow: var(--shadow); }
.quote-panel h3 { color: white; font-size: 2rem; }
.quote-panel p { color: rgba(255,255,255,.78); }
.experience-section { background: white; }
.evidence-note { border-left: 5px solid var(--orange); background: #fff7f3; padding: 22px 24px; border-radius: 0 14px 14px 0; color: #573021; }
.contact-section { padding: 76px 0; background: linear-gradient(120deg,var(--orange),#e96532); color: white; }
.contact-grid { display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: center; }
.contact-section h2 { color: white; margin-bottom: 12px; }
.contact-section p { color: rgba(255,255,255,.88); }
.contact-actions { display: flex; flex-direction: column; gap: 14px; align-items: flex-start; }
.site-footer { background: #071827; color: white; padding: 56px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .6fr .8fr; gap: 60px; }
.footer-brand img { width: 320px; max-width: 100%; }
.footer-brand p, .site-footer span { color: rgba(255,255,255,.66); }
.site-footer h3 { color: white; font-size: 1rem; margin-bottom: 14px; }
.site-footer a, .site-footer span { display: block; text-decoration: none; margin: 7px 0; }
.site-footer a:hover { color: #ffb18f; }
.legal-row { border-top: 1px solid rgba(255,255,255,.14); margin-top: 38px; padding-top: 20px; display: flex; justify-content: space-between; gap: 20px; font-size: .88rem; }
@media (max-width: 980px) {
  .nav-cta { display: none; }
  .menu-toggle { display: block; margin-left: auto; }
  .main-nav { display: none; position: absolute; top: 82px; left: 20px; right: 20px; flex-direction: column; align-items: stretch; padding: 18px; background: white; border-radius: 16px; box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .hero-grid, .split-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-panel { min-height: 320px; }
  .trust-grid, .service-grid { grid-template-columns: 1fr; }
  .feature-grid { grid-template-columns: repeat(2,1fr); gap: 24px; }
  .feature-grid > div { border-right: 0; padding: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1160px); }
  .brand { width: 205px; }
  .nav-wrap { min-height: 74px; }
  .main-nav { top: 74px; }
  .hero-grid { min-height: auto; }
  .hero-copy { padding: 62px 0 26px; }
  .hero-panel { min-height: 260px; }
  .hero-panel::before { width: 290px; height: 290px; }
  .hero-panel::after { width: 210px; height: 210px; }
  .hero-mark { width: 145px; height: 145px; }
  .hero-label { bottom: 28px; font-size: .82rem; }
  .trust-section { margin-top: -22px; }
  .trust-section .container { padding: 26px 20px; }
  .woman-card { grid-template-columns: 88px 1fr; }
  .woman-card img { width: 86px; height: 86px; }
  .section { padding: 70px 0; }
  .feature-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .legal-row { flex-direction: column; }
  .hero-actions { flex-direction: column; align-items: stretch; }
}
