:root {
  --blue-900: #04264f;
  --blue-800: #083a80;
  --blue-700: #0a4aa8;
  --blue-600: #005dd8;
  --red-600: #c4161c;
  --red-500: #de1f26;
  --brand-red: #ff3131;
  --ink: #131a2b;
  --body: #4a5568;
  --muted: #6b7688;
  --line: #e3e8ef;
  --line-soft: #eef2f7;
  --bg: #fff;
  --bg-tint: #f4f7fc;
  --green: #0f7a52;
  --green-bg: #e8f7f0;
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --wrap: 1180px;
  --radius: 14px;
  --shadow-sm: 0 1px 2px rgba(4, 38, 79, .06), 0 1px 3px rgba(4, 38, 79, .05);
  --shadow-md: 0 4px 6px -1px rgba(4, 38, 79, .07), 0 12px 24px -8px rgba(4, 38, 79, .1);
  --shadow-lg: 0 20px 48px -16px rgba(4, 38, 79, .22);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; overflow-x: hidden; color: var(--body); background: var(--bg); font-family: var(--font); font-size: 17px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img, svg { display: block; }
a { color: var(--blue-600); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--red-600); }
h1, h2, h3 { margin: 0; color: var(--ink); font-weight: 750; line-height: 1.16; letter-spacing: -.025em; }
h1 { font-size: clamp(2.45rem, 1.5rem + 3.8vw, 4.35rem); }
h2 { font-size: clamp(1.85rem, 1.3rem + 2vw, 2.75rem); }
h3 { font-size: 1.25rem; }
p { margin: 0 0 1.1rem; }
button, input, select, textarea { font: inherit; }
:focus-visible { outline: 3px solid var(--red-500); outline-offset: 2px; border-radius: 3px; }
.wrap { width: min(100%, var(--wrap)); margin-inline: auto; padding-inline: 24px; }
.skip { position: absolute; top: 0; left: -9999px; z-index: 999; padding: 12px 20px; border-radius: 0 0 8px 0; background: var(--blue-800); color: #fff; font-weight: 700; }
.skip:focus { left: 0; color: #fff; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid var(--line); background: rgba(255, 255, 255, .94); backdrop-filter: saturate(180%) blur(12px); }
.header-inner { display: flex; align-items: center; gap: 24px; min-height: 84px; }
.logo { position: relative; display: inline-flex; flex: 0 0 auto; align-items: center; color: var(--blue-600); text-decoration: none; isolation: isolate; }
.logo:hover { color: var(--blue-600); }
.logo::before { content: none; display: none; }
.brand-stage { position: relative; display: block; width: 140px; aspect-ratio: 840 / 496; overflow: visible; border: 0; border-radius: 0; background: transparent; box-shadow: none; transform: translateZ(0); transition: transform .28s ease; }
.brand-stage::before { content: none; display: none; }
.brand-art { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: contain; transition: transform .35s cubic-bezier(.2, .7, .2, 1), filter .35s ease; }
.logo:hover .brand-stage { box-shadow: none; transform: perspective(700px) translateY(-2px) rotateX(1.5deg) rotateY(-1.5deg); }
.logo:hover .brand-art { filter: saturate(1.03) contrast(1.015); transform: scale(1.018); }
@keyframes brand-shine { 0%, 68% { background-position: -160% center; opacity: 0; } 72% { opacity: .9; } 88% { background-position: 250% center; opacity: .4; } 100% { background-position: 250% center; opacity: 0; } }
.nav { display: flex; align-items: center; gap: 2px; margin-left: auto; }
.nav > a { padding: 9px 11px; border-radius: 8px; color: var(--ink); font-size: 14px; font-weight: 650; text-decoration: none; white-space: nowrap; }
.nav > a:hover { color: var(--blue-700); background: var(--bg-tint); }
.nav > a[aria-current="page"] { color: var(--red-600); }
.nav .nav-call { display: inline-flex; align-items: center; gap: 6px; margin-left: 5px; }
.nav-call svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 2; }
.nav .nav-cta { margin-left: 6px; padding: 11px 18px; background: var(--red-500); color: #fff; box-shadow: 0 3px 10px rgba(222, 31, 38, .22); }
.nav .nav-cta:hover { background: var(--red-600); color: #fff; }
.burger { display: none; width: 44px; height: 44px; margin-left: auto; padding: 0; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 9px; background: #fff; cursor: pointer; }
.burger span, .burger span::before, .burger span::after { display: block; width: 19px; height: 2px; border-radius: 2px; background: var(--ink); }
.burger span { position: relative; }
.burger span::before, .burger span::after { position: absolute; left: 0; content: ""; }
.burger span::before { top: -6px; }
.burger span::after { top: 6px; }
.breadcrumb { display: flex; gap: 9px; padding-top: 18px; padding-bottom: 18px; color: var(--muted); font-size: .82rem; }
.breadcrumb a { color: var(--blue-700); font-weight: 650; }

/* Shared */
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 14px; color: var(--red-600); font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow::before { width: 22px; height: 2px; border-radius: 2px; background: var(--red-500); content: ""; }
.eyebrow.light { color: #ff9b9e; }
.eyebrow.light::before { background: #ff7c80; }
.section-head { max-width: 730px; margin-bottom: 42px; }
.section-head p { margin: 16px 0 0; color: var(--muted); font-size: 18px; }
.section-head.centered { margin-inline: auto; text-align: center; }
.section-head.centered .eyebrow { justify-content: center; }
.btn-row { display: flex; flex-wrap: wrap; gap: 13px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 52px; padding: 14px 25px; border: 1.5px solid transparent; border-radius: 10px; font-size: 15.5px; font-weight: 750; text-decoration: none; transition: transform .15s ease, box-shadow .15s ease, background .15s ease; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--red-500); color: #fff; box-shadow: 0 5px 16px rgba(222, 31, 38, .26); }
.btn-primary:hover { background: var(--red-600); color: #fff; box-shadow: 0 8px 22px rgba(222, 31, 38, .3); }
.btn-secondary { border-color: var(--line); background: #fff; color: var(--blue-800); box-shadow: var(--shadow-sm); }
.btn-secondary:hover { border-color: var(--blue-600); color: var(--blue-700); }
.btn-white { flex: 0 0 auto; background: #fff; color: var(--blue-900); box-shadow: var(--shadow-lg); }

/* Hero and form */
.hero { position: relative; overflow: hidden; padding: 72px 0 82px; background: radial-gradient(900px 470px at 92% -10%, rgba(222, 31, 38, .12), transparent 62%), radial-gradient(780px 470px at 4% 5%, rgba(0, 93, 216, .14), transparent 62%), linear-gradient(180deg, #f7faff 0%, #fff 100%); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(380px, 520px); gap: clamp(42px, 5vw, 70px); align-items: center; }
.hero-copy { padding-bottom: 10px; }
.hero h1 { margin-bottom: 22px; }
.hero h1 em { color: var(--red-500); font-style: normal; }
.hero-lede { max-width: 610px; margin-bottom: 28px; font-size: clamp(1.08rem, 1.45vw, 1.23rem); }
.hero-trust { display: flex; flex-wrap: wrap; gap: 26px; margin-top: 32px; padding-top: 24px; border-top: 1px solid var(--line); }
.hero-trust b { display: block; color: var(--blue-800); font-size: 22px; font-weight: 850; line-height: 1.1; }
.hero-trust span { display: block; color: var(--muted); font-size: 12.5px; font-weight: 650; }
.audit-card { padding: clamp(24px, 3.5vw, 38px); border: 1px solid #ccd9ea; border-radius: 20px; background: #fff; box-shadow: var(--shadow-lg); }
.form-heading { margin-bottom: 4px; }
.form-heading h2 { font-size: clamp(1.65rem, 3vw, 2.18rem); }
.form-heading p { margin: 10px 0 0; color: var(--muted); font-size: .94rem; line-height: 1.55; }
.form-badge { display: inline-block; margin-bottom: 10px; padding: 5px 9px; border-radius: 20px; background: var(--green-bg); color: var(--green); font-size: 11px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
label { display: grid; gap: 6px; margin-top: 14px; color: var(--ink); font-size: .84rem; font-weight: 720; }
input, select, textarea { width: 100%; padding: 12px 13px; border: 1px solid #bdcada; border-radius: 9px; background: #fff; color: var(--ink); font-weight: 500; }
textarea { min-height: 82px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--blue-600); outline: 3px solid rgba(0, 93, 216, .13); }
input[type="file"] { padding: 9px; background: var(--bg-tint); color: var(--body); font-size: .8rem; }
input[type="file"]::file-selector-button { margin-right: 10px; padding: 8px 11px; border: 0; border-radius: 7px; background: var(--blue-800); color: #fff; font-weight: 700; cursor: pointer; }
label small { color: var(--muted); font-size: .74rem; font-weight: 500; line-height: 1.4; }
.consent { grid-template-columns: 20px 1fr; align-items: start; color: var(--body); font-weight: 500; line-height: 1.45; }
.consent input { margin: 3px 0 0; }
.submit-button, .price-choice { width: 100%; margin-top: 18px; padding: 14px 17px; border: 0; border-radius: 9px; background: var(--red-500); color: #fff; font-weight: 800; cursor: pointer; }
.submit-button { display: flex; align-items: center; justify-content: center; gap: 8px; }
.submit-button:hover, .price-choice:hover { background: var(--red-600); }
button:disabled { opacity: .55; cursor: wait; }
.privacy-note { margin: 9px 0 0; color: var(--muted); font-size: .74rem; text-align: center; }
#form-status { min-height: 23px; margin: 8px 0 0; color: var(--blue-800); font-size: .84rem; line-height: 1.45; }

/* Platform and analysis */
.platform-strip { border-block: 1px solid var(--line); background: #fff; }
.platform-inner { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; min-height: 82px; }
.platform-inner p { margin: 0 6px 0 0; color: var(--muted); font-size: .88rem; font-weight: 650; }
.platform-pill { display: inline-flex; align-items: center; gap: 8px; padding: 8px 13px; border: 1px solid var(--line); border-radius: 30px; color: var(--ink); font-size: .86rem; font-weight: 750; }
.meta-pill b { display: grid; place-items: center; width: 21px; height: 21px; border-radius: 50%; background: #0866ff; color: #fff; font-family: Arial, sans-serif; font-size: 16px; }
.google-pill i { width: 18px; height: 18px; border: 4px solid #4285f4; border-top-color: #ea4335; border-right-color: #fbbc05; border-bottom-color: #34a853; border-radius: 50%; }
.platform-note { margin-left: auto; color: var(--muted); font-size: .8rem; }
.analysis-section, .process, .faq { padding: 86px 0; }
.analysis-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.analysis-card { padding: 27px 24px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); }
.analysis-card h3 { margin: 18px 0 8px; }
.analysis-card p { margin: 0; font-size: .93rem; }
.icon-box { display: grid; place-items: center; width: 49px; height: 49px; border-radius: 13px; }
.icon-box.blue { background: linear-gradient(135deg, var(--blue-700), var(--blue-600)); }
.icon-box.red { background: linear-gradient(135deg, var(--red-600), var(--brand-red)); }
.icon-box svg { width: 24px; height: 24px; fill: none; stroke: #fff; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.9; }

/* Pricing */
.pricing { padding: 88px 0; border-block: 1px solid var(--line); background: var(--bg-tint); }
.price-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.price-card { position: relative; display: flex; flex-direction: column; padding: 27px 23px; border: 1px solid #cbd9e8; border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); }
.price-card.featured { border: 2px solid var(--blue-600); box-shadow: 0 18px 42px rgba(0, 93, 216, .14); }
.price-kicker { margin: 0 0 4px; color: var(--blue-600); font-size: .7rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.price-card h3 { margin-bottom: 11px; }
.price { display: flex; flex-direction: column; min-height: 70px; margin: 0 0 13px; }
.price strong { color: var(--ink); font-size: 2.5rem; font-weight: 850; letter-spacing: -.055em; line-height: 1; }
.price span { margin-top: 5px; color: var(--muted); font-size: .75rem; font-weight: 650; }
.ticks { display: grid; flex: 1; gap: 10px; margin: 0; padding: 0; list-style: none; }
.ticks li { position: relative; padding-left: 25px; color: var(--body); font-size: .85rem; line-height: 1.45; }
.ticks li::before { position: absolute; top: 2px; left: 0; display: grid; place-items: center; width: 17px; height: 17px; border-radius: 50%; background: var(--green-bg); color: var(--green); font-size: 11px; font-weight: 900; content: "✓"; }
.popular { position: absolute; top: -14px; right: 15px; margin: 0; padding: 6px 10px; border-radius: 20px; background: var(--red-500); color: #fff; font-size: .68rem; font-weight: 850; letter-spacing: .05em; text-transform: uppercase; }
.price-choice.secondary { background: #eaf2fc; color: var(--blue-800); }
.price-choice.secondary:hover { background: #dceafb; }
.price-note { max-width: 980px; margin: 28px auto 0; padding: 16px 20px; border: 1px solid var(--line); border-radius: 10px; background: #fff; color: var(--muted); font-size: .88rem; text-align: center; }
.price-note strong { color: var(--ink); }
.connection-panel { margin-block: 40px; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--bg-tint); }
.account-list { display: grid; gap: 10px; margin-top: 18px; }
.account-option { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 15px; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
.account-option button { width: auto; margin: 0; padding: 9px 14px; border: 0; border-radius: 8px; background: var(--blue-600); color: #fff; font-weight: 750; }
.connect-link { display: inline-block; margin-top: 12px; padding: 11px 15px; border-radius: 8px; background: var(--blue-600); color: #fff; font-weight: 750; text-decoration: none; }

/* Process, promise and FAQ */
.process { background: #fff; }
.step-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 23px; margin: 0; padding: 0; list-style: none; }
.step-grid li { position: relative; padding: 26px 22px 24px; border-top: 3px solid var(--blue-600); border-radius: 0 0 var(--radius) var(--radius); background: var(--bg-tint); }
.step-grid li:nth-child(even) { border-top-color: var(--red-500); }
.step-grid span { color: var(--blue-700); font-size: .76rem; font-weight: 900; letter-spacing: .12em; }
.step-grid h3 { margin: 25px 0 8px; }
.step-grid p { margin: 0; font-size: .88rem; }
.promise-section { padding: 78px 0; background: var(--blue-900); color: #c4d1e1; }
.promise-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: center; }
.promise-section h2 { color: #fff; }
.promise-section p { max-width: 540px; margin: 15px 0 0; }
.promise-list { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.promise-list li { display: grid; grid-template-columns: 48px 1fr; column-gap: 14px; padding: 17px; border: 1px solid rgba(255, 255, 255, .12); border-radius: 11px; background: rgba(255, 255, 255, .055); }
.promise-list li::before { grid-row: 1 / 3; display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: rgba(255, 255, 255, .1); color: #72e3b3; font-weight: 900; content: "✓"; }
.promise-list b { color: #fff; font-size: .95rem; }
.promise-list span { font-size: .82rem; }
.faq { border-top: 1px solid var(--line); background: var(--bg-tint); }
.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 65px; align-items: start; }
.faq-intro { position: sticky; top: 116px; }
.faq-intro p { margin-top: 16px; }
.faq-intro a { font-weight: 700; }
.faq-grid { display: grid; gap: 12px; }
.faq details { padding: 20px 22px; border: 1px solid var(--line); border-radius: 11px; background: #fff; box-shadow: var(--shadow-sm); }
.faq summary { position: relative; padding-right: 30px; color: var(--ink); font-size: 1rem; font-weight: 750; line-height: 1.4; cursor: pointer; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { position: absolute; top: -2px; right: 0; color: var(--blue-600); font-size: 1.35rem; content: "+"; }
.faq details[open] summary::after { content: "−"; }
.faq details p { margin: 13px 0 0; color: var(--body); font-size: .9rem; }
.final-cta { padding: 62px 0; background: linear-gradient(115deg, var(--blue-800), var(--blue-600)); color: #dfeafe; }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.final-cta h2 { color: #fff; }
.final-cta p { margin: 10px 0 0; }

/* Footer */
.site-footer { background: #031d3e; color: #9fb0c9; }
.footer-grid { display: grid; grid-template-columns: 1.45fr .85fr .8fr 1.1fr; gap: 45px; padding: 62px 0 42px; }
.footer-logo .brand-stage { width: 140px; border: 0; box-shadow: none; }
.footer-brand p { max-width: 340px; margin-top: 16px; font-size: .86rem; }
.site-footer h3 { margin-bottom: 13px; color: #fff; font-size: .9rem; letter-spacing: .01em; }
.site-footer ul { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.site-footer li, .site-footer address { font-size: .82rem; font-style: normal; }
.site-footer a { color: #c9d6e8; text-decoration: none; }
.site-footer a:hover { color: #fff; }
.contact-list { margin-top: 14px !important; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding: 22px 0 28px; border-top: 1px solid rgba(255, 255, 255, .1); font-size: .76rem; }
.footer-bottom span:last-child { display: flex; gap: 20px; }
.mobile-callbar { display: none; }

@media (max-width: 1090px) {
  .burger { display: flex; }
  .nav { position: absolute; top: 110px; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 2px; margin: 0; padding: 12px 24px 20px; border-bottom: 1px solid var(--line); background: #fff; box-shadow: var(--shadow-md); }
  .nav[data-open="true"] { display: flex; }
  .nav > a { padding: 12px; font-size: 15px; }
  .nav .nav-call, .nav .nav-cta { justify-content: center; margin: 4px 0 0; text-align: center; }
  .analysis-grid, .price-grid { grid-template-columns: repeat(2, 1fr); }
  .step-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 850px) {
  .hero { padding-top: 54px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 720px; }
  .audit-card { max-width: 680px; }
  .platform-note { width: 100%; margin: -2px 0 15px; }
  .promise-grid, .faq-layout { grid-template-columns: 1fr; gap: 36px; }
  .faq-intro { position: static; max-width: 620px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 580px) {
  body { font-size: 16px; padding-bottom: 58px; }
  .wrap { padding-inline: 18px; }
  .header-inner { min-height: 84px; }
  .brand-stage { width: 140px; border-radius: 0; }
  .nav { top: 84px; padding-inline: 18px; }
  .breadcrumb { display: none; }
  .hero { padding: 48px 0 62px; }
  .hero h1 { font-size: clamp(2.25rem, 12vw, 3.25rem); }
  .hero-trust { gap: 18px; }
  .hero-trust b { font-size: 18px; }
  .btn { width: 100%; }
  .form-grid, .analysis-grid, .price-grid, .step-grid, .footer-grid { grid-template-columns: 1fr; }
  .audit-card { padding: 22px 18px; }
  .platform-inner { padding-block: 15px; }
  .platform-note { margin-bottom: 0; }
  .analysis-section, .pricing, .process, .faq { padding: 66px 0; }
  .section-head { margin-bottom: 30px; }
  .price-card.featured { margin-top: 8px; }
  .promise-section { padding: 60px 0; }
  .final-cta-inner { flex-direction: column; align-items: stretch; }
  .footer-grid { gap: 30px; padding-top: 50px; }
  .footer-bottom { flex-direction: column; }
  .mobile-callbar { position: fixed; right: 0; bottom: 0; left: 0; z-index: 150; display: grid; grid-template-columns: 1fr 1fr; box-shadow: 0 -5px 20px rgba(4, 38, 79, .18); }
  .mobile-callbar a { display: grid; place-items: center; min-height: 58px; background: var(--blue-800); color: #fff; font-size: .86rem; font-weight: 800; }
  .mobile-callbar a:last-child { background: var(--red-500); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .001ms !important; }
  .logo::before, .brand-stage::before { animation: none !important; }
  .brand-stage::before { display: none; }
}
