﻿:root {
  --bg: #f3f8ff;
  --bg-soft: #e9f2ff;
  --surface: #ffffff;
  --surface-2: #f8fbff;
  --ink: #122033;
  --muted: #5d6f87;
  --line: #d6e3f4;
  --accent: #1a73e8;
  --accent-2: #00a1ff;
  --danger: #d93025;
  --radius: 16px;
  --shadow: 0 16px 38px rgba(43, 88, 152, 0.14);
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: "Manrope", sans-serif;
  background:
    radial-gradient(circle at 12% 4%, rgba(26, 115, 232, 0.11), transparent 42%),
    radial-gradient(circle at 88% 0%, rgba(0, 161, 255, 0.11), transparent 32%),
    linear-gradient(180deg, #f6faff 0%, #eef5ff 54%, #f8fbff 100%);
  color: var(--ink);
  line-height: 1.55;
}

.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.05;
  background-image: url("../images/grid-noise.svg");
  mix-blend-mode: multiply;
}

.container { width: min(1160px, 92vw); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(248, 252, 255, 0.86);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}

.nav-wrap { display: flex; justify-content: space-between; align-items: center; min-height: 76px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; color: var(--ink); font-weight: 800; letter-spacing: 0.01em; }
.brand img { width: 30px; height: 30px; }
.main-nav { display: inline-flex; align-items: center; gap: 22px; }
.main-nav a { color: var(--muted); text-decoration: none; font-size: 0.95rem; transition: color 220ms ease; }
.main-nav a:hover { color: var(--accent); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  text-decoration: none;
  border: 1px solid var(--line);
  padding: 0.8rem 1.25rem;
  font-weight: 700;
  color: var(--ink);
  background: #fff;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}
.btn:hover { transform: translateY(-1px); box-shadow: var(--shadow); }
.btn-primary { background: linear-gradient(95deg, #1a73e8, #00a1ff); color: #fff; border: 0; }
.btn-ghost:hover { border-color: #97bce9; }
.btn-small { padding: 0.55rem 1rem; }

.hero { padding: 76px 0 46px; }
.hero-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 38px; align-items: center; }
.hero-media { padding-top: 48px; max-width: 480px; justify-self: end; }
.eyebrow { color: var(--accent); font-weight: 800; letter-spacing: 0.13em; font-size: 0.74rem; margin-bottom: 0.7rem; }
h1, h2, h3 { font-family: "Space Grotesk", sans-serif; line-height: 1.1; margin: 0 0 0.8rem; color: #0f1d2f; }
h1 { font-size: clamp(2.05rem, 3.8vw, 4.1rem); }
h1 span { background: linear-gradient(90deg, #1a73e8, #00a1ff); -webkit-background-clip: text; background-clip: text; color: transparent; }
.lead { color: var(--muted); max-width: 58ch; font-size: 1.08rem; }
.cta-row { display: flex; gap: 12px; margin: 1.6rem 0; flex-wrap: wrap; }
.trust-row { display: flex; gap: 18px; list-style: none; padding: 0; margin: 0; color: #2c4260; font-size: 0.92rem; }
.trust-row li::before { content: "•"; color: var(--accent); margin-right: 8px; }
.hero-media img { width: 100%; border-radius: 24px; border: 1px solid #cfe0f5; box-shadow: var(--shadow); background: #fff; }
.hero-photo-frame {
  height: 265px;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid #cfe0f5;
  box-shadow: var(--shadow);
  background: #fff;
  margin-bottom: 10px;
}
.hero-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transform: scale(1.24) translateY(-24px);
  transform-origin: center;
  display: block;
}
.metric-illustration {
  background: linear-gradient(155deg, #0f1e35, #0d1729);
  border: 1px solid #27456f;
  border-radius: 26px;
  padding: 18px;
  box-shadow: 0 22px 50px rgba(32, 62, 110, 0.28);
}
.metric-head { padding: 2px 6px 10px; }
.metric-head p {
  margin: 0 0 4px;
  color: #9fb7d6;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 700;
}
.metric-head strong {
  display: block;
  color: #f2f7ff;
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  font-family: "Space Grotesk", sans-serif;
}
.metric-chart { width: 100%; display: block; border-radius: 20px; }
.metric-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}
.metric-tags span {
  color: #cfe0f7;
  border: 1px solid #385987;
  background: rgba(114, 156, 217, 0.1);
  border-radius: 999px;
  padding: 0.35rem 0.62rem;
  font-size: 0.76rem;
  font-weight: 700;
}

.metrics { padding: 16px 0 32px; }
.metrics-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.metric-card {
  background: linear-gradient(155deg, rgba(26, 115, 232, 0.07), rgba(0, 161, 255, 0.05));
  border: 1px solid #cfe0f5;
  border-radius: var(--radius);
  padding: 22px;
  box-shadow: 0 8px 20px rgba(77, 120, 187, 0.08);
}
.metric-card h2 { font-size: 2rem; margin-bottom: 0.45rem; color: #135bbd; }
.metric-card p { margin: 0; color: var(--muted); }

.process { padding: 52px 0; }
.process-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: center; }
.process-visual { padding-top: 64px; }
.steps { display: grid; gap: 12px; margin-top: 1.2rem; }
.steps article { border: 1px solid #d1e1f3; border-radius: 14px; padding: 14px 16px; background: var(--surface); box-shadow: 0 5px 14px rgba(74, 106, 155, 0.08); }
.steps span { color: var(--accent); font-weight: 800; font-size: 0.8rem; }
.steps h3 { margin: 0.2rem 0 0.4rem; }
.steps p { margin: 0; color: var(--muted); }
.process-visual img { width: 100%; border-radius: 22px; border: 1px solid #d0e1f4; background: #fff; }

.offer { padding: 20px 0 56px; }
.offer-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.offer-card { background: var(--surface); border: 1px solid #d4e3f5; border-radius: 16px; overflow: hidden; box-shadow: 0 8px 18px rgba(82, 125, 191, 0.08); }
.offer-media { height: 220px; overflow: hidden; background: #eef5ff; }
.offer-card img { width: 100%; height: 100%; object-fit: cover; display: block; }
.offer-media-cover { background-size: cover; background-position: center; background-repeat: no-repeat; }
.offer-card h3 { font-size: 1.2rem; margin: 14px 14px 6px; }
.offer-card p { margin: 0 14px 16px; color: var(--muted); }

.contact { padding: 26px 0 72px; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: start; }
.lead-form {
  background: linear-gradient(170deg, #ffffff, #f6faff);
  border: 1px solid #d1e2f6;
  border-radius: 16px;
  padding: 20px;
  display: grid;
  gap: 12px;
  box-shadow: var(--shadow);
}
.lead-form label { font-weight: 600; color: #2b405d; display: grid; gap: 6px; font-size: 0.9rem; }
.lead-form input, .lead-form textarea {
  width: 100%;
  border: 1px solid #bfd5ef;
  border-radius: 12px;
  background: #fff;
  color: var(--ink);
  padding: 0.78rem 0.85rem;
  font: inherit;
}
.lead-form input:focus, .lead-form textarea:focus {
  outline: 2px solid rgba(26, 115, 232, 0.3);
  border-color: #1a73e8;
}
.form-message { min-height: 1.3rem; color: var(--accent); margin: 0; font-size: 0.9rem; }

.site-footer { border-top: 1px solid #d6e4f6; padding: 16px 0 22px; color: var(--muted); }
.footer-wrap { display: flex; justify-content: space-between; align-items: center; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity 700ms ease, transform 700ms ease; }
.reveal.show { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .main-nav a:not(.btn) { display: none; }
  .hero-grid, .process-grid, .contact-grid { grid-template-columns: 1fr; }
  .metrics-grid, .offer-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 48px; }
  .hero-media { padding-top: 0; max-width: 100%; justify-self: stretch; }
  .hero-media { order: 2; }
  .process-visual { padding-top: 0; }
}
.contact-note { color: var(--muted); margin-top: 0.9rem; }
.contact-note a { color: var(--accent); text-decoration: none; }
.contact-note a:hover { text-decoration: underline; }

.fine-print { margin: 0; color: var(--muted); font-size: 0.8rem; }
.lead-form button[disabled] { opacity: 0.7; cursor: not-allowed; }
.hp-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.thank-you-page {
  min-height: 100dvh;
  display: grid;
  place-items: center;
  padding: 26px 0;
}
.thank-you-card {
  text-align: center;
  max-width: 760px;
  background: linear-gradient(170deg, #ffffff, #f7fbff);
  border: 1px solid #d1e2f6;
  border-radius: 22px;
  padding: 34px 24px;
  box-shadow: var(--shadow);
}
.thank-logo { width: 56px; height: 56px; margin-bottom: 0.7rem; }
.heart { color: #e53935; }
