:root {
  --navy: #00214b;
  --navy-2: #0a355f;
  --blue: #0387f8;
  --blue-dark: #006ac4;
  --green: #75c519;
  --ink: #10233a;
  --muted: #52677b;
  --line: #d9e4ed;
  --pale: #f5f8fb;
  --pale-blue: #eaf5fd;
  --white: #ffffff;
  --danger: #a52a2a;
  --success: #256b32;
  --max: 1180px;
  --shadow: 0 22px 60px rgba(0, 33, 75, 0.12);
  --radius: 16px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: var(--blue-dark); text-underline-offset: 0.16em; }
a:hover { color: var(--navy); }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid var(--green); outline-offset: 3px; }

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1000;
  padding: 0.65rem 0.9rem;
  color: var(--white);
  background: var(--navy);
  transform: translateY(-160%);
  transition: transform 0.15s ease;
}
.skip-link:focus { transform: translateY(0); }

.container { width: min(var(--max), calc(100% - 2rem)); margin-inline: auto; }
.narrow { width: min(820px, calc(100% - 2rem)); margin-inline: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid rgba(217, 228, 237, 0.92);
  backdrop-filter: blur(12px);
}
.nav-wrap {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand img { width: 285px; height: auto; display: block; background: transparent; }
.nav-links { display: flex; align-items: center; gap: 1.2rem; }
.nav-links > a:not(.btn) { color: var(--ink); font-size: 0.95rem; font-weight: 650; text-decoration: none; }
.nav-links > a:not(.btn):hover { color: var(--blue-dark); }
.nav-toggle { display: none; border: 1px solid var(--line); background: var(--white); border-radius: 10px; padding: 0.55rem; }
.nav-toggle svg { display: block; width: 24px; height: 24px; }

.btn,
a.btn,
.nav-links a.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.78rem 1.15rem;
  border: 2px solid var(--navy);
  border-radius: 9px;
  color: var(--white);
  background: var(--navy);
  font-weight: 760;
  text-decoration: none;
  transition: transform 0.15s ease, background 0.15s ease, border-color 0.15s ease;
}
.btn:visited,
a.btn:visited,
.nav-links a.btn:visited {
  color: var(--white);
}
.btn:hover,
a.btn:hover,
.nav-links a.btn:hover {
  color: var(--white);
  background: var(--navy-2);
  border-color: var(--navy-2);
  transform: translateY(-1px);
}
.btn.secondary,
a.btn.secondary,
a.btn.secondary:visited {
  color: var(--navy);
  background: transparent;
}
.btn.secondary:hover,
a.btn.secondary:hover {
  color: var(--navy);
  background: var(--pale);
  border-color: var(--navy);
}
.btn.light,
a.btn.light,
a.btn.light:visited {
  color: var(--navy);
  background: var(--white);
  border-color: var(--white);
}
.btn.light:hover,
a.btn.light:hover { color: var(--navy); background: #edf6fc; border-color: #edf6fc; }
.btn.small { min-height: 42px; padding: 0.58rem 0.88rem; font-size: 0.92rem; }

.hero {
  padding: clamp(3rem, 6vw, 6.25rem) 0;
  background: linear-gradient(135deg, var(--pale-blue), var(--white) 62%);
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(380px, 1.05fr);
  gap: clamp(2.2rem, 5vw, 5rem);
  align-items: center;
}
.hero-copy { max-width: 690px; }
.eyebrow,
.kicker {
  display: inline-block;
  margin: 0 0 0.85rem;
  color: var(--blue-dark);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
h1, h2, h3 { margin: 0; color: var(--navy); line-height: 1.08; letter-spacing: -0.025em; }
h1 { max-width: 780px; font-size: clamp(2.8rem, 5.8vw, 5.15rem); }
h2 { font-size: clamp(2rem, 4vw, 3.25rem); }
h3 { font-size: clamp(1.18rem, 2vw, 1.55rem); }
.hero .lead { max-width: 650px; margin: 1.35rem 0 0; color: #334d66; font-size: clamp(1.08rem, 2vw, 1.28rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 1.8rem; }
.hero-note { margin: 1.1rem 0 0; color: var(--muted); font-size: 0.95rem; }
.hero-media { position: relative; }
.hero-media img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.hero-offer {
  position: absolute;
  left: 1.2rem;
  right: 1.2rem;
  bottom: 1.2rem;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem 1.2rem;
  align-items: center;
  padding: 1rem 1.15rem;
  color: var(--white);
  background: rgba(0, 33, 75, 0.94);
  border-radius: 12px;
  box-shadow: 0 12px 32px rgba(0, 20, 48, 0.24);
}
.hero-offer .price-mini { display: grid; line-height: 1; }
.hero-offer .price-mini strong { font-size: 2rem; letter-spacing: -0.04em; }
.hero-offer .price-mini span { margin-top: 0.25rem; color: #cfe1f1; font-size: 0.78rem; font-weight: 750; text-transform: uppercase; letter-spacing: 0.06em; }
.hero-offer p { margin: 0; color: #eef6fc; font-weight: 650; }

.trust-strip { border-block: 1px solid var(--line); background: var(--white); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-item { padding: 1.2rem 1.4rem; border-right: 1px solid var(--line); color: var(--navy); font-weight: 720; }
.trust-item:last-child { border-right: 0; }
.trust-item span { display: block; margin-top: 0.2rem; color: var(--muted); font-size: 0.88rem; font-weight: 500; }

.section { padding: clamp(4rem, 8vw, 7rem) 0; }
.section.pale { background: var(--pale); }
.section.blue-wash { background: var(--pale-blue); }
.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(250px, 0.65fr);
  gap: 2rem;
  align-items: end;
  margin-bottom: clamp(2rem, 5vw, 3.7rem);
}
.section-heading p { margin: 0; color: var(--muted); font-size: 1.04rem; }

.deliverables { display: grid; grid-template-columns: repeat(4, 1fr); border-block: 1px solid var(--line); }
.deliverable { padding: 1.7rem 1.45rem; border-right: 1px solid var(--line); }
.deliverable:last-child { border-right: 0; }
.deliverable-index { display: block; margin-bottom: 1.15rem; color: var(--blue-dark); font-size: 0.78rem; font-weight: 850; }
.deliverable p, .use-case p, .service p, .step p { color: var(--muted); margin: 0.75rem 0 0; }

.gallery-grid { display: grid; grid-template-columns: 1.18fr 0.82fr; gap: 1rem; }
.gallery-side { display: grid; gap: 1rem; }
.figure { margin: 0; overflow: hidden; background: var(--white); }
.figure img { width: 100%; height: 100%; object-fit: cover; }
.gallery-main .figure img { aspect-ratio: 16 / 11; }
.gallery-side .figure img { aspect-ratio: 16 / 8.7; }
.figure figcaption { padding: 0.85rem 0 0; color: var(--muted); font-size: 0.94rem; }
.figure figcaption strong { display: block; color: var(--navy); }

.portfolio-section { background: var(--pale); }
.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.portfolio-image {
  position: relative;
  min-height: 330px;
  margin: 0;
  overflow: hidden;
  background: #dfe8ef;
}
.portfolio-image.portfolio-wide { grid-column: 1 / -1; min-height: 500px; }
.portfolio-image img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  display: block;
  object-fit: cover;
}
.portfolio-image figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.6rem 1.25rem 1rem;
  color: #ffffff;
  font-weight: 760;
  background: linear-gradient(to top, rgba(0,33,75,0.86), rgba(0,33,75,0));
}


.use-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.use-case { padding-top: 1.35rem; border-top: 3px solid var(--blue); }
.use-case:nth-child(2) { border-top-color: var(--green); }
.use-case:nth-child(3) { border-top-color: var(--navy); }

.offer-layout { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 2rem; align-items: stretch; }
.primary-offer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2.1rem, 5vw, 4rem);
  color: var(--white);
  background: var(--navy);
  border-radius: var(--radius);
}
.primary-offer h2, .primary-offer h3 { color: var(--white); }
.primary-offer p { color: #d9e6f2; }
.primary-offer .price { color: var(--white); }
.price { display: flex; align-items: baseline; gap: 0.45rem; margin: 0.6rem 0 0.9rem; color: var(--navy); }
.price strong { font-size: clamp(3rem, 7vw, 5rem); line-height: 1; letter-spacing: -0.06em; }
.price span { font-weight: 750; }
.secondary-services { display: grid; gap: 1rem; }
.service { padding: 1.5rem; border: 1px solid var(--line); background: var(--white); }
.service .kicker { margin-bottom: 0.55rem; }

.steps { counter-reset: step; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.4rem; }
.step { counter-increment: step; padding: 1.45rem 0 0; border-top: 1px solid var(--line); }
.step::before { content: "0" counter(step); display: block; margin-bottom: 0.9rem; color: var(--blue-dark); font-size: 0.8rem; font-weight: 900; letter-spacing: 0.08em; }

.boundary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
  gap: 2.5rem;
  padding: clamp(2rem, 5vw, 4rem);
  background: var(--navy);
  color: var(--white);
  border-radius: var(--radius);
}
.boundary h2, .boundary h3 { color: var(--white); }
.boundary p { color: #d9e6f2; }
.boundary-box { padding: 1.4rem; color: var(--ink); background: var(--white); border-left: 5px solid var(--green); }
.boundary-box h3 { color: var(--navy); }
.boundary-box p { color: var(--muted); }

.about-grid { display: grid; grid-template-columns: minmax(260px, 0.62fr) minmax(0, 1fr); gap: 3rem; align-items: start; }
.about-panel { padding: 2rem; background: var(--pale-blue); border-top: 5px solid var(--blue); }
.about-panel strong { display: block; color: var(--navy); font-size: 1.25rem; }
.about-panel span { display: block; margin-top: 0.35rem; color: var(--muted); }
.about-copy p { color: var(--muted); font-size: 1.05rem; }
.trust-line { display: grid; gap: 0.65rem; margin-top: 1.4rem; color: var(--navy); font-weight: 720; }
.trust-line span::before { content: "—"; color: var(--green); margin-right: 0.45rem; }

.faq { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { padding: 1.25rem 2.5rem 1.25rem 0; color: var(--navy); font-weight: 780; cursor: pointer; list-style: none; position: relative; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 0; top: 1rem; font-size: 1.5rem; color: var(--blue-dark); }
details[open] summary::after { content: "–"; }
details p { margin: 0 0 1.4rem; color: var(--muted); max-width: 75ch; }

.quote-section { background: var(--navy); color: var(--white); }
.quote-section h2, .quote-section h3 { color: var(--white); }
.quote-grid { display: grid; grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr); gap: clamp(2rem, 6vw, 6rem); align-items: start; }
.quote-copy p { color: #d9e6f2; }
.quote-copy a { color: #8ed5ff; }
.form-card { padding: clamp(1.3rem, 4vw, 2.5rem); background: var(--white); color: var(--ink); border-radius: var(--radius); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field { display: grid; gap: 0.35rem; }
.field.full { grid-column: 1 / -1; }
label { color: var(--navy); font-size: 0.91rem; font-weight: 750; }
.required { color: var(--danger); }
input, select, textarea {
  width: 100%;
  min-height: 48px;
  padding: 0.75rem 0.85rem;
  color: var(--ink);
  background: var(--white);
  border: 1px solid #aebdcc;
  border-radius: 7px;
}
textarea { min-height: 140px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(3,135,248,0.14); outline: 0; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.field-help { display: block; margin-top: 0.25rem; color: var(--muted); font-size: 0.8rem; line-height: 1.4; }
.form-notice { margin: 1rem 0 0; color: var(--muted); font-size: 0.83rem; }
.service-clarification { margin: 0.65rem 0 1rem; color: #68798a; font-size: 0.82rem; line-height: 1.5; }
.form-status { min-height: 1.5em; margin: 0.75rem 0 0; font-weight: 700; }
.form-status.error { color: var(--danger); }
.form-status.success { color: var(--success); }
.form-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1rem; }
.form-actions button[disabled] { opacity: 0.65; cursor: wait; }
.turnstile-wrap { min-height: 70px; margin: 0.75rem 0; }

.coverage-strip { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.coverage-item { padding: 1.7rem 0; border-top: 3px solid var(--blue); }
.coverage-item:nth-child(2) { border-top-color: var(--green); }
.coverage-item p { color: var(--muted); }

.final-cta { padding: clamp(3rem, 6vw, 5rem); text-align: center; background: var(--pale-blue); }
.final-cta p { max-width: 680px; margin: 1rem auto 1.7rem; color: var(--muted); }

.legal-hero { padding: 4.5rem 0 2.3rem; background: var(--pale); border-bottom: 1px solid var(--line); }
.legal-hero h1 { font-size: clamp(2.4rem, 5vw, 4.3rem); }
.legal-meta { margin-top: 1rem; color: var(--muted); }
.prose { padding: 3.5rem 0 6rem; }
.prose h2 { margin-top: 2.5rem; font-size: clamp(1.55rem, 3vw, 2.15rem); }
.prose h3 { margin-top: 2rem; font-size: 1.25rem; }
.prose p, .prose li { color: #344a60; }
.prose ul { padding-left: 1.3rem; }
.prose .callout { margin: 2rem 0; padding: 1.3rem 1.5rem; border-left: 5px solid var(--green); background: var(--pale); }
.prose .version-box { margin-top: 2rem; padding: 1rem 1.2rem; border: 1px solid var(--line); background: var(--white); }

.site-footer { padding: 2.6rem 0; color: #d6e3ef; background: #001a3a; }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: end; }
.footer-logo { width: 245px; height: auto; }
.footer-brand { color: #ffffff; font-size: 1.35rem; font-weight: 850; letter-spacing: -0.02em; }
.site-footer p { margin: 0.75rem 0 0; color: #afc3d6; }
.footer-links { display: flex; flex-wrap: wrap; gap: 1rem 1.4rem; justify-content: flex-end; }
.footer-links a { color: #e7f1fa; text-decoration: none; }
.footer-links a:hover { color: var(--green); }
.footer-small { margin-top: 1.5rem; padding-top: 1.2rem; border-top: 1px solid rgba(255,255,255,0.15); font-size: 0.82rem; color: #9db3c7; }

.thank-you { min-height: 70vh; display: grid; place-items: center; padding: 4rem 0; background: var(--pale); }
.thank-you-card { width: min(680px, calc(100% - 2rem)); padding: clamp(2rem, 6vw, 4rem); background: white; box-shadow: var(--shadow); text-align: center; border-radius: var(--radius); }
.lead-ref { margin: 1.3rem 0; padding: 0.8rem 1rem; color: var(--navy); background: var(--pale-blue); font-weight: 800; }

@media (max-width: 980px) {
  .nav-toggle { display: block; }
  .nav-links {
    position: absolute;
    top: 82px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0.8rem 1rem 1rem;
    background: var(--white);
    border-bottom: 1px solid var(--line);
  }
  .nav-links.open { display: flex; }
  .nav-links > a:not(.btn) { padding: 0.75rem 0; }
  .nav-links .btn { margin-top: 0.5rem; }
  .hero-grid, .section-heading, .offer-layout, .boundary, .about-grid, .quote-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .hero-media { max-width: 780px; }
  .deliverables { grid-template-columns: 1fr 1fr; }
  .deliverable:nth-child(2) { border-right: 0; }
  .deliverable:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .use-grid, .steps { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 700px) {
  .brand img { width: 225px; }
  .nav-wrap { min-height: 74px; }
  .nav-links { top: 74px; }
  h1 { font-size: clamp(2.55rem, 13vw, 4.2rem); }
  .hero { padding-top: 2.6rem; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-media img { aspect-ratio: 4 / 3; }
  .hero-offer { position: static; margin-top: 0.75rem; border-radius: 10px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-item:last-child { border-bottom: 0; }
  .deliverables, .use-grid, .steps, .coverage-strip, .form-grid, .gallery-grid { grid-template-columns: 1fr; }
  .deliverable { border-right: 0; border-bottom: 1px solid var(--line); }
  .deliverable:last-child { border-bottom: 0; }
  .gallery-side .figure img, .gallery-main .figure img { aspect-ratio: 16 / 10; }
  .portfolio-grid { grid-template-columns: 1fr; }
  .portfolio-image, .portfolio-image.portfolio-wide { grid-column: auto; min-height: 280px; }
  .field.full { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr; align-items: start; }
  .footer-links { justify-content: flex-start; }
}
