:root {
  --navy-950: #06192c;
  --navy-900: #081f36;
  --navy-800: #0c2c4a;
  --navy-700: #16456e;
  --red-600: #d51f2b;
  --red-700: #b71320;
  --sky-50: #f3f8fb;
  --sky-100: #e9f1f6;
  --ink: #142132;
  --muted: #5b6878;
  --line: #dbe4ea;
  --white: #ffffff;
  --shadow: 0 20px 60px rgba(6, 25, 44, 0.14);
  --radius-lg: 24px;
  --radius-md: 16px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.section { padding: 108px 0; }

.site-header {
  position: relative;
  z-index: 20;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid rgba(8, 31, 54, 0.09);
}
.nav-wrap { min-height: 94px; display: flex; align-items: center; gap: 42px; }
.brand { display: flex; align-items: center; flex: 0 0 auto; }
.brand img { width: 118px; height: 72px; object-fit: contain; }
.desktop-nav { display: flex; align-items: center; gap: 32px; margin-left: 20px; }
.desktop-nav a { color: #324154; font-size: 0.93rem; font-weight: 700; }
.desktop-nav a:hover { color: var(--red-600); }
.nav-actions { margin-left: auto; display: flex; align-items: center; gap: 24px; }
.phone-link { display: flex; flex-direction: column; align-items: flex-end; line-height: 1.2; }
.phone-label { color: #687587; font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; }
.phone-link strong { color: var(--navy-900); font-size: 1.03rem; }

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 1px solid var(--red-600);
  border-radius: 10px;
  background: var(--red-600);
  color: var(--white);
  font-size: 0.94rem;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(213, 31, 43, 0.19);
  transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}
.button:hover { transform: translateY(-1px); background: var(--red-700); box-shadow: 0 13px 30px rgba(213, 31, 43, 0.25); }
.button-small { min-height: 44px; padding-inline: 20px; }

.hero {
  position: relative;
  overflow: hidden;
  padding: 74px 0 86px;
  background:
    radial-gradient(circle at 8% 0%, rgba(116, 170, 209, 0.16), transparent 34%),
    linear-gradient(135deg, #f8fbfd 0%, #eef5f9 100%);
}
.hero::before {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  left: -200px;
  bottom: -220px;
  border-radius: 50%;
  border: 54px solid rgba(213, 31, 43, 0.06);
}
.hero-grid { position: relative; display: grid; grid-template-columns: 1.02fr 0.98fr; align-items: center; gap: 62px; }
.eyebrow { margin: 0 0 18px; color: var(--red-600); font-size: 0.78rem; font-weight: 850; letter-spacing: 0.15em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 26px; height: 2px; margin: 0 9px 3px 0; background: currentColor; }
h1, h2, h3 { margin: 0; color: var(--navy-900); line-height: 1.12; letter-spacing: -0.035em; }
h1 { max-width: 680px; font-size: clamp(3rem, 5vw, 4.75rem); font-weight: 850; }
.hero-lead { max-width: 620px; margin: 24px 0 30px; color: #465668; font-size: 1.16rem; line-height: 1.7; }

.address-card {
  max-width: 650px;
  padding: 18px;
  border: 1px solid rgba(8, 31, 54, 0.09);
  border-radius: var(--radius-md);
  background: var(--white);
  box-shadow: var(--shadow);
}
.address-card > label { display: block; margin: 0 0 9px 4px; color: var(--navy-900); font-size: 0.82rem; font-weight: 800; }
.address-row { display: grid; grid-template-columns: 28px 1fr auto; align-items: center; min-height: 58px; border: 1px solid #cbd8e1; border-radius: 11px; background: #fff; overflow: hidden; }
.location-icon { display: flex; align-items: center; justify-content: flex-end; color: var(--red-600); }
.location-icon svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.9; }
.address-row input { width: 100%; min-width: 0; height: 56px; border: 0; outline: 0; padding: 0 12px; color: var(--navy-900); font-size: 0.98rem; }
.address-row input::placeholder { color: #8a95a2; }
.address-button { align-self: stretch; min-height: 58px; border-radius: 8px; margin: -1px; white-space: nowrap; }
.privacy-note { display: flex; gap: 8px; align-items: center; margin: 12px 4px 0; color: #687587; font-size: 0.77rem; line-height: 1.4; }
.privacy-note svg { width: 16px; flex: 0 0 16px; fill: none; stroke: var(--navy-700); stroke-width: 1.8; }
.hero-checks { display: flex; flex-wrap: wrap; gap: 18px 28px; margin-top: 24px; }
.hero-checks span { display: inline-flex; align-items: center; gap: 7px; color: #445466; font-size: 0.86rem; font-weight: 750; }
.hero-checks svg { width: 18px; fill: none; stroke: var(--red-600); stroke-width: 2.6; }

.hero-visual { position: relative; height: 620px; border-radius: 32px 10px 32px 32px; }
.hero-visual::before { content: ""; position: absolute; inset: -14px 14px 14px -14px; z-index: 0; border: 1px solid rgba(12, 44, 74, 0.18); border-radius: 36px 10px 36px 36px; }
.hero-visual > picture { position: relative; z-index: 1; display: block; width: 100%; height: 100%; border-radius: inherit; box-shadow: 0 26px 70px rgba(7, 30, 51, 0.2); overflow: hidden; }
.hero-visual > picture img { width: 100%; height: 100%; object-fit: cover; object-position: 68% center; }
.response-card, .human-card {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 17px;
  border: 1px solid rgba(255,255,255,0.7);
  border-radius: 14px;
  background: rgba(255,255,255,0.96);
  box-shadow: 0 16px 42px rgba(6,25,44,0.19);
}
.response-card { left: -42px; bottom: 58px; }
.human-card { right: -22px; top: 40px; }
.response-icon, .human-avatar { display: grid; width: 42px; height: 42px; place-items: center; flex: 0 0 42px; border-radius: 10px; background: var(--sky-100); color: var(--navy-800); font-size: 0.75rem; font-weight: 900; }
.response-icon svg { width: 23px; fill: none; stroke: currentColor; stroke-width: 1.9; }
.human-avatar { border-radius: 50%; background: var(--red-600); color: #fff; }
.response-card div:last-child, .human-card div:last-child { display: flex; flex-direction: column; }
.response-card strong, .human-card strong { color: var(--navy-900); font-size: 0.86rem; }
.response-card span, .human-card span { color: #687587; font-size: 0.72rem; }

.trust-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.trust-grid { min-height: 126px; display: grid; grid-template-columns: 1.2fr repeat(3, 1fr); align-items: center; gap: 22px; }
.trust-intro { display: flex; flex-direction: column; padding-right: 28px; border-right: 1px solid var(--line); }
.trust-intro span { color: var(--red-600); font-size: 0.74rem; font-weight: 850; letter-spacing: 0.12em; text-transform: uppercase; }
.trust-intro strong { color: var(--navy-900); font-size: 1.18rem; line-height: 1.3; }
.trust-item { display: flex; align-items: center; gap: 11px; }
.trust-icon { display: grid; width: 38px; height: 38px; place-items: center; flex: 0 0 38px; border-radius: 9px; background: var(--sky-50); color: var(--navy-700); }
.trust-icon svg { width: 21px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.trust-item div:last-child { display: flex; flex-direction: column; }
.trust-item strong { color: var(--navy-900); font-size: 0.87rem; }
.trust-item span { color: #738091; font-size: 0.73rem; }

.section-heading { max-width: 760px; margin-bottom: 52px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading h2, .why h2, .fit h2, .questions h2, .final-cta h2 { font-size: clamp(2.25rem, 4vw, 3.55rem); }
.section-heading > p:last-child { max-width: 650px; margin: 20px auto 0; color: var(--muted); font-size: 1.03rem; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.process-card { min-height: 290px; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; box-shadow: 0 12px 40px rgba(8,31,54,0.06); }
.process-card.featured { border-color: rgba(213,31,43,0.28); box-shadow: 0 18px 50px rgba(8,31,54,0.1); transform: translateY(-10px); }
.step-top { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 42px; }
.step-number { color: #a1afbb; font-size: 0.78rem; font-weight: 900; letter-spacing: 0.13em; }
.step-icon { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 12px; background: var(--sky-50); color: var(--navy-700); }
.featured .step-icon { background: var(--red-600); color: #fff; }
.step-icon svg { width: 25px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.process-card h3 { font-size: 1.35rem; }
.process-card p { margin: 14px 0 0; color: var(--muted); font-size: 0.94rem; }

.why { padding: 0; background: var(--sky-50); }
.why-grid { width: 100%; max-width: none; display: grid; grid-template-columns: 1fr 1fr; }
.why-panel { min-height: 620px; display: flex; flex-direction: column; justify-content: center; padding: 90px max(7vw, 48px); background: var(--navy-900); color: #fff; }
.eyebrow.light { color: #ff6972; }
.why-panel h2 { color: #fff; max-width: 600px; }
.why-panel > p:not(.eyebrow) { max-width: 590px; margin: 24px 0; color: #cad6e1; font-size: 1.04rem; }
.text-link { display: inline-flex; gap: 12px; align-items: center; margin-top: 14px; color: #fff; font-weight: 800; }
.text-link span { color: #ff6a73; font-size: 1.4rem; }
.expectations { min-height: 620px; display: flex; flex-direction: column; justify-content: center; padding: 76px max(7vw, 48px); background: #edf4f8; }
.expectations h3 { margin-bottom: 30px; font-size: 1.55rem; }
.expectations ul { margin: 0; padding: 0; list-style: none; }
.expectations li { display: grid; grid-template-columns: 42px 1fr; gap: 17px; padding: 20px 0; border-top: 1px solid #cedbe4; }
.expectations li:last-child { border-bottom: 1px solid #cedbe4; }
.expectations li > span { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: #fff; color: var(--red-600); font-size: 0.77rem; font-weight: 900; }
.expectations strong { color: var(--navy-900); }
.expectations p { margin: 4px 0 0; color: var(--muted); font-size: 0.9rem; }

.fit-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 90px; align-items: center; }
.fit-list { display: grid; gap: 13px; }
.fit-list > div { display: flex; align-items: center; gap: 14px; min-height: 62px; padding: 13px 17px; border: 1px solid var(--line); border-radius: 12px; background: #fff; box-shadow: 0 8px 28px rgba(8,31,54,0.05); font-weight: 730; }
.fit-list svg { width: 23px; flex: 0 0 23px; fill: none; stroke: var(--red-600); stroke-width: 2.5; }

.questions { background: var(--sky-50); }
.questions-grid { display: grid; grid-template-columns: 0.78fr 1.22fr; gap: 86px; }
.question-copy > p:not(.eyebrow) { margin: 20px 0 28px; color: var(--muted); }
.button-outline { background: transparent; color: var(--navy-900); border-color: var(--navy-900); box-shadow: none; }
.button-outline:hover { color: #fff; background: var(--navy-900); box-shadow: 0 10px 28px rgba(8,31,54,0.17); }
.faq-list { border-top: 1px solid #cbd8e1; }
.faq-list details { padding: 0; border-bottom: 1px solid #cbd8e1; }
.faq-list summary { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 22px 0; cursor: pointer; color: var(--navy-900); font-weight: 800; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--red-600); font-size: 1.4rem; font-weight: 400; }
.faq-list p { margin: -6px 40px 24px 0; color: var(--muted); font-size: 0.94rem; }

.final-cta { padding: 76px 0; background: linear-gradient(120deg, var(--red-700), var(--red-600)); color: #fff; }
.final-cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 40px; }
.final-cta h2 { max-width: 740px; color: #fff; }
.final-cta p:not(.eyebrow) { margin: 16px 0 0; color: #ffe2e4; }
.button-light { flex: 0 0 auto; background: #fff; color: var(--navy-900); border-color: #fff; box-shadow: 0 12px 30px rgba(92,0,7,0.22); }
.button-light:hover { background: var(--sky-50); color: var(--navy-900); }

footer { padding: 62px 0 24px; background: var(--navy-950); color: #bdc9d3; }
.footer-grid { display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); gap: 54px; }
.footer-brand img { width: 108px; height: 70px; object-fit: contain; padding: 4px; border-radius: 8px; background: rgba(255,255,255,0.93); }
.footer-brand p { max-width: 360px; margin: 18px 0 0; font-size: 0.86rem; }
footer h3 { margin-bottom: 14px; color: #fff; font-size: 0.84rem; letter-spacing: 0.08em; text-transform: uppercase; }
footer a { display: block; margin: 8px 0; color: #bdc9d3; font-size: 0.87rem; }
footer a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 50px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.12); color: #8192a2; font-size: 0.74rem; }

@media (max-width: 1040px) {
  .desktop-nav { display: none; }
  .hero-grid { gap: 38px; }
  .hero-visual { height: 540px; }
  .address-row { grid-template-columns: 28px 1fr; }
  .address-button { grid-column: 1 / -1; margin: 0; border-radius: 0 0 8px 8px; }
  .trust-grid { grid-template-columns: repeat(3, 1fr); padding: 24px 0; }
  .trust-intro { grid-column: 1 / -1; padding: 0 0 16px; border-right: 0; border-bottom: 1px solid var(--line); }
  .questions-grid { gap: 50px; }
}

@media (max-width: 820px) {
  .container { width: min(100% - 34px, 680px); }
  .section { padding: 78px 0; }
  .nav-wrap { min-height: 78px; }
  .brand img { width: 92px; height: 58px; }
  .phone-label, .button-small { display: none; }
  .phone-link strong { font-size: 0.9rem; }
  .hero { padding: 52px 0 66px; }
  .hero-grid { grid-template-columns: 1fr; gap: 46px; }
  h1 { font-size: clamp(2.65rem, 12vw, 4rem); }
  .hero-lead { font-size: 1.04rem; }
  .hero-visual { height: 430px; }
  .response-card { left: 16px; bottom: 18px; }
  .human-card { right: 12px; top: 16px; }
  .trust-grid, .process-grid, .fit-grid, .questions-grid, .footer-grid { grid-template-columns: 1fr; }
  .trust-grid { gap: 18px; }
  .trust-item { padding: 3px 0; }
  .process-card.featured { transform: none; }
  .why-grid { grid-template-columns: 1fr; }
  .why-panel, .expectations { min-height: auto; padding: 72px max(24px, 7vw); }
  .fit-grid, .questions-grid { gap: 42px; }
  .final-cta-inner { align-items: flex-start; flex-direction: column; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 560px) {
  .container { width: calc(100% - 28px); }
  .site-header { position: relative; }
  .nav-actions { gap: 10px; }
  .hero-checks { flex-direction: column; gap: 10px; }
  .address-card { padding: 13px; }
  .hero-visual { height: 340px; border-radius: 22px 8px 22px 22px; }
  .hero-visual::before { display: none; }
  .human-card { display: none; }
  .response-card { right: 14px; left: 14px; bottom: 14px; }
  .section-heading h2, .why h2, .fit h2, .questions h2, .final-cta h2 { font-size: 2.25rem; }
  .process-card { min-height: 0; padding: 27px; }
  .step-top { margin-bottom: 28px; }
  .why-panel, .expectations { padding: 58px 22px; }
  .expectations li { grid-template-columns: 36px 1fr; }
  .button-light { width: 100%; }
}

/* Professional trust and conversion pass */
body { padding-bottom: 0; }
button { cursor: pointer; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 12px 16px; border-radius: 8px; background: var(--navy-950); color: #fff; font-weight: 800; }
.skip-link:focus { top: 16px; }
.button:focus-visible, a:focus-visible, input:focus-visible, summary:focus-visible { outline: 3px solid #f6b8bd; outline-offset: 3px; }
.field-error { margin: 9px 4px 0; color: var(--red-700); font-size: 0.82rem; font-weight: 750; }
.address-row.has-error { border-color: var(--red-600); box-shadow: 0 0 0 3px rgba(213,31,43,0.1); }

.standards { padding: 0; background: var(--navy-900); }
.standards-grid { width: 100%; max-width: none; display: grid; grid-template-columns: 0.9fr 1.1fr; }
.standards-copy { display: flex; min-height: 680px; flex-direction: column; justify-content: center; padding: 88px max(7vw, 48px); background: var(--navy-900); color: #fff; }
.standards-copy h2 { max-width: 650px; color: #fff; font-size: clamp(2.25rem, 4vw, 3.55rem); }
.standards-copy > p:not(.eyebrow) { max-width: 630px; margin: 24px 0 28px; color: #c9d7e2; font-size: 1.04rem; }
.contact-panel { display: grid; width: fit-content; gap: 6px; padding: 19px 22px; border: 1px solid rgba(255,255,255,0.17); border-radius: 12px; background: rgba(255,255,255,0.06); }
.contact-panel span { color: #8fa5b8; font-size: 0.78rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.contact-panel a { color: #fff; font-size: 0.98rem; font-weight: 800; }
.contact-panel a:last-child { color: #c9d7e2; font-weight: 650; }
.standard-list { display: flex; min-height: 680px; flex-direction: column; justify-content: center; padding: 72px max(7vw, 48px); background: #edf4f8; }
.standard-list article { display: grid; grid-template-columns: 50px 1fr; gap: 20px; padding: 26px 0; border-top: 1px solid #cbd9e3; }
.standard-list article:last-child { border-bottom: 1px solid #cbd9e3; }
.standard-list article > span { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; background: #fff; color: var(--red-600); font-size: 0.76rem; font-weight: 900; box-shadow: 0 8px 22px rgba(8,31,54,0.06); }
.standard-list h3 { font-size: 1.14rem; }
.standard-list p { margin: 6px 0 0; color: var(--muted); font-size: 0.92rem; }
.fit-intro { max-width: 620px; margin: 24px 0 0; color: var(--muted); font-size: 1.02rem; }
.role-disclosure { margin-top: 36px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.12); color: #91a2b1; font-size: 0.76rem; line-height: 1.65; }
.role-disclosure strong { color: #cbd7e0; }
.mobile-action-bar { display: none; }

@media (max-width: 820px) {
  .standards-grid { grid-template-columns: 1fr; }
  .standards-copy, .standard-list { min-height: auto; padding: 72px max(24px, 7vw); }
}

@media (max-width: 560px) {
  body { padding-bottom: 78px; }
  .standards-copy, .standard-list { padding: 58px 22px; }
  .standards-copy h2 { font-size: 2.25rem; }
  .standard-list article { grid-template-columns: 42px 1fr; gap: 14px; padding: 22px 0; }
  .footer-grid { gap: 30px; }
  .footer-bottom { margin-top: 28px; }
  .mobile-action-bar { position: fixed; right: 0; bottom: 0; left: 0; z-index: 50; display: grid; grid-template-columns: 0.55fr 1.45fr; gap: 10px; padding: 10px 14px calc(10px + env(safe-area-inset-bottom)); border-top: 1px solid rgba(8,31,54,0.15); background: rgba(255,255,255,0.97); box-shadow: 0 -12px 32px rgba(6,25,44,0.12); backdrop-filter: blur(12px); }
  .mobile-action-bar .button { min-height: 50px; padding: 0 14px; }
  .mobile-call { display: grid; min-height: 50px; place-items: center; border: 1px solid var(--navy-900); border-radius: 10px; color: var(--navy-900); font-weight: 850; }
}

.legal-page { background: var(--sky-50); }
.legal-header { border-bottom: 1px solid var(--line); background: #fff; }
.legal-header .container { display: flex; min-height: 90px; align-items: center; justify-content: space-between; gap: 24px; }
.legal-main { padding: 72px 24px 100px; }
.legal-content { width: min(820px, 100%); margin: 0 auto; padding: 58px 64px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 18px 52px rgba(8,31,54,0.08); }
.legal-content h1 { max-width: 720px; font-size: clamp(2.5rem, 6vw, 4rem); }
.legal-content h2 { margin-top: 38px; font-size: 1.45rem; }
.legal-content p { color: var(--muted); }
.legal-content a:not(.legal-back) { color: var(--navy-700); font-weight: 750; text-decoration: underline; text-underline-offset: 3px; }
.legal-updated { margin: 16px 0 34px; color: #778595; font-size: 0.9rem; }
.legal-back { display: inline-flex; margin-top: 36px; color: var(--red-600); font-weight: 850; }

@media (max-width: 680px) {
  .legal-header .container { min-height: 76px; }
  .legal-header .brand img { width: 90px; height: 58px; }
  .legal-main { padding: 34px 14px 72px; }
  .legal-content { padding: 36px 24px; }
  .legal-content h1 { font-size: 2.5rem; }
}
