:root {
  --navy: #1f4060;
  --blue: #2b5b84;
  --gold: #f4b942;
  --gold-dark: #e0a82e;
  --rose: #ff9b9b;
  --green: #7bc96f;
  --cream: #fff9f0;
  --text: #475569;
  --line: #f5dca3;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: #fff;
}
button, input, textarea { font: inherit; }
button { cursor: pointer; border: 0; background: none; }
img { display: block; max-width: 100%; }
a { color: inherit; }

.container { width: min(100% - 32px, 1280px); margin: 0 auto; }
.narrow { width: min(100% - 32px, 1050px); }
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid #f7dfaa;
  box-shadow: 0 2px 12px rgba(31,64,96,.05);
}
.header-inner { height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.brand { display: flex; align-items: center; gap: 12px; color: var(--blue); text-align: left; }
.brand img { height: 48px; width: auto; }
.brand strong { display: block; font-size: 18px; line-height: 1.1; font-weight: 900; }
.brand em { color: var(--gold); font-style: normal; }
.brand small { display: block; color: #64748b; font-size: 12px; margin-top: 3px; }
.desktop-nav { display: flex; align-items: center; gap: 25px; }
.desktop-nav button { color: #475569; font-weight: 600; font-size: 14px; white-space: nowrap; }
.desktop-nav button:hover, .footer button:hover { color: var(--gold); }
.header-cta, .mobile-cta {
  background: var(--gold);
  color: var(--blue);
  border-radius: 999px;
  padding: 11px 20px;
  font-weight: 800;
  box-shadow: 0 8px 18px rgba(244,185,66,.24);
}
.menu-toggle { display: none; width: 42px; height: 42px; align-items: center; justify-content: center; flex-direction: column; gap: 5px; }
.menu-toggle span { width: 22px; height: 2px; background: #334155; border-radius: 4px; }
.mobile-nav { display: none; width: min(100% - 32px, 1280px); margin: 0 auto; padding: 12px 0 18px; border-top: 1px solid #f7dfaa; }
.mobile-nav button { display: block; width: 100%; text-align: left; padding: 12px; border-radius: 10px; color: #475569; font-weight: 700; }
.mobile-nav .mobile-cta { text-align: center; margin-top: 8px; }

.hero { position: relative; overflow: hidden; background: linear-gradient(135deg, #fff9f0 0%, #fff4e0 48%, #fdeef1 100%); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; padding: 72px 0 92px; }
.glow { position: absolute; width: 380px; height: 380px; border-radius: 999px; filter: blur(70px); opacity: .45; }
.glow-one { right: -110px; top: -110px; background: var(--gold); }
.glow-two { left: -120px; bottom: -150px; background: var(--rose); }
.pill, .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 13px;
  border-radius: 999px;
  background: #fef3c7;
  color: var(--navy);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .07em;
}
.pill { background: rgba(255,255,255,.8); border: 1px solid #f8d998; box-shadow: 0 3px 12px rgba(31,64,96,.08); }
.heart-dot { width: 14px; height: 14px; border-radius: 999px; background: var(--rose); display: inline-block; }
h1, h2, h3 { color: var(--navy); margin: 0; letter-spacing: 0; }
h1 { margin-top: 24px; font-size: clamp(42px, 6vw, 76px); line-height: 1.05; font-weight: 900; }
h1 span, h2 span, h3 span, blockquote span { color: var(--gold); }
h2 { font-size: clamp(32px, 4.4vw, 52px); line-height: 1.12; font-weight: 900; }
h3 { font-weight: 900; }
p { line-height: 1.7; }
.lead { font-size: clamp(18px, 2vw, 21px); color: #334155; font-weight: 700; margin: 24px 0 12px; }
.lead-small { font-size: 18px; color: #334155; font-weight: 600; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 14px 24px;
  border-radius: 999px;
  font-weight: 900;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-gold { background: var(--gold); color: var(--navy); box-shadow: 0 12px 22px rgba(244,185,66,.28); }
.btn-gold:hover { background: var(--gold-dark); }
.btn-white { background: white; color: var(--blue); border: 2px solid rgba(43,91,132,.15); }
.btn-navy, .btn-blue { background: var(--navy); color: white; box-shadow: 0 10px 22px rgba(31,64,96,.22); }
.btn-blue { background: var(--blue); }
.stats { display: grid; grid-template-columns: repeat(3,1fr); max-width: 430px; gap: 18px; margin-top: 40px; }
.stats div + div { border-left: 1px solid #f5dca3; padding-left: 16px; }
.stats strong { display: block; color: var(--blue); font-size: 30px; font-weight: 900; }
.stats small { color: #64748b; font-size: 12px; line-height: 1.25; }
.hero-image-wrap { position: relative; }
.hero-image-wrap::before, .image-soft::before {
  content: "";
  position: absolute;
  inset: -24px;
  background: linear-gradient(135deg, rgba(244,185,66,.28), rgba(255,155,155,.25));
  border-radius: 42px;
  filter: blur(26px);
}
.hero-image, .image-soft img {
  position: relative;
  width: 100%;
  border-radius: 32px;
  border: 4px solid #fff;
  box-shadow: 0 25px 55px rgba(31,64,96,.18);
}
.float-card {
  position: absolute;
  background: #fff;
  border: 1px solid #fde7b4;
  border-radius: 18px;
  box-shadow: 0 18px 34px rgba(31,64,96,.14);
  padding: 14px 18px;
  color: #64748b;
  font-size: 12px;
  font-weight: 700;
}
.float-card strong { color: var(--navy); font-size: 14px; }
.float-card.bottom { left: -24px; bottom: -22px; }
.float-card.top { right: -18px; top: -16px; }

.section { padding: 88px 0; }
.section-head { text-align: center; max-width: 760px; margin: 0 auto 52px; }
.section-head p { margin-left: auto; margin-right: auto; }
.sublead { color: #334155; font-weight: 800; font-size: 18px; margin-bottom: 0; }
.blue-bg { background: #dbeafe; color: var(--blue); }
.rose-bg { background: #ffe4e6; color: #c45252; }
.green-bg { background: #dcfce7; color: #4d8a3f; }
.cards { display: grid; gap: 24px; }
.three { grid-template-columns: repeat(3, 1fr); }
.six { grid-template-columns: repeat(3, 1fr); }
.mini-card {
  position: relative;
  background: #fff;
  border: 1px solid #f1f5f9;
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 3px 12px rgba(31,64,96,.04);
  transition: transform .2s ease, box-shadow .2s ease;
}
.mini-card:hover, .image-card:hover { transform: translateY(-4px); box-shadow: 0 22px 45px rgba(31,64,96,.12); }
.icon { width: 56px; height: 56px; border-radius: 18px; display: grid; place-items: center; font-weight: 900; font-size: 24px; margin-bottom: 18px; }
.icon.amber { background: #fff7df; color: var(--gold); }
.icon.blue { background: #eaf2fb; color: var(--blue); }
.icon.rose { background: #fff0f1; color: var(--rose); }
.mini-card small { color: var(--gold); text-transform: uppercase; font-weight: 900; letter-spacing: .08em; }
blockquote {
  max-width: 900px;
  margin: 58px auto 0;
  padding: 34px;
  border-radius: 28px;
  text-align: center;
  background: linear-gradient(135deg, #fff9f0, #fdeef1);
  border: 1px solid #f8d998;
  color: var(--navy);
  font-size: clamp(20px, 2.5vw, 28px);
  font-weight: 900;
  line-height: 1.35;
}
.vision { background: linear-gradient(180deg, #fff9f0, #fff); }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.image-soft { position: relative; width: min(100%, 460px); margin: 0 auto; }
.image-soft.wide { width: 100%; }
.check-list { list-style: none; padding: 0; margin: 28px 0 0; display: grid; gap: 14px; }
.check-list li, .benefit-grid li { position: relative; padding-left: 32px; color: #334155; }
.check-list li::before, .benefit-grid li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: var(--green);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}
.image-card { overflow: hidden; border: 1px solid #f1f5f9; border-radius: 28px; background: #fff; box-shadow: 0 3px 12px rgba(31,64,96,.04); transition: .2s ease; }
.image-card img { width: 100%; height: 210px; object-fit: cover; }
.card-body { padding: 26px; display: flex; flex-direction: column; min-height: 360px; }
.card-body p { flex: 1; }
.tag { display: inline-flex; width: fit-content; border-radius: 999px; padding: 7px 11px; font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; margin-bottom: 16px; }
.tag.amber { background: #fef3c7; color: var(--navy); }
.tag.blue { background: #dbeafe; color: var(--blue); }
.tag.rose { background: #ffe4e6; color: #c45252; }
.gold-text { color: var(--gold); }
.blue-text { color: var(--blue); }
.rose-text { color: var(--rose); }
.green-text { color: var(--green); }

.dark-section { position: relative; overflow: hidden; background: linear-gradient(135deg, var(--navy), var(--blue), var(--navy)); color: #dbeafe; }
.dark-section h2, .dark-section h3 { color: #fff; }
.dark-section .eyebrow { background: rgba(255,255,255,.12); color: var(--gold); }
.dark-quote { margin: 30px 0 0; text-align: left; background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.2); color: #fff; font-size: 20px; }
.benefit-grid { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
.benefit-grid li { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: 14px; padding: 14px 14px 14px 46px; color: #eff6ff; font-weight: 700; font-size: 14px; }
.benefit-grid li::before { left: 14px; top: 13px; }

.calculator-section { background: linear-gradient(180deg, #fff, #fff9f0 52%, #fff); }
.calculator { background: #fff; border: 1px solid #f8d998; border-radius: 28px; box-shadow: 0 24px 50px rgba(31,64,96,.12); overflow: hidden; }
.tabs { display: grid; grid-template-columns: repeat(3,1fr); border-bottom: 1px solid #f1f5f9; }
.tab { padding: 20px 12px; color: #64748b; font-weight: 900; position: relative; }
.tab.active { background: #fff7df; color: var(--navy); }
.tab.active::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 4px; background: var(--gold); }
.calc-grid { display: grid; grid-template-columns: 1fr 1fr; }
.calc-inputs, .calc-result { padding: 36px; }
.calc-inputs { border-right: 1px solid #f1f5f9; }
.calc-panel { display: none; gap: 24px; }
.calc-panel.active { display: grid; }
.calc-panel label, .contact-form label { display: grid; gap: 9px; color: var(--navy); font-weight: 800; font-size: 14px; }
input, textarea {
  width: 100%;
  border: 2px solid #e2e8f0;
  border-radius: 13px;
  padding: 12px 14px;
  outline: none;
  color: var(--navy);
  background: #fff;
}
textarea { resize: vertical; }
input:focus, textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 4px rgba(254,243,199,.7); }
input[type="range"] { padding: 0; accent-color: var(--gold); border: 0; box-shadow: none; }
.formula { font-size: 12px; color: #64748b; }
.calc-result { background: linear-gradient(135deg, rgba(244,185,66,.12), rgba(244,185,66,.04)); display: flex; flex-direction: column; justify-content: center; }
.calc-result small { font-weight: 800; color: #64748b; }
.calc-result strong { color: var(--gold); font-size: clamp(48px, 6vw, 72px); line-height: 1; font-weight: 900; margin: 14px 0 8px; }

.support .split { grid-template-columns: 1fr 1fr; }
.support-float { right: -18px; bottom: -18px; }
.stat-boxes { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-top: 28px; }
.stat-boxes div { background: linear-gradient(135deg, #fff9f0, #fff); border: 1px solid #f8d998; border-radius: 18px; padding: 18px; }
.stat-boxes strong { display: block; color: var(--navy); font-size: 28px; font-weight: 900; }
.stat-boxes small { font-size: 12px; }
.small-quote { text-align: left; font-size: 16px; border-left: 4px solid var(--gold); border-radius: 14px; padding: 18px; margin-top: 28px; }

.material-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; margin-bottom: 58px; }
.material-grid div { min-height: 112px; display: grid; place-items: center; text-align: center; padding: 18px; border-radius: 20px; background: linear-gradient(135deg, #fff9f0, #fff); border: 1px solid #f8d998; color: var(--navy); font-weight: 800; }
.compact { margin-bottom: 28px; }
.compact h3 { font-size: clamp(26px, 3vw, 34px); }
.quote-card { border-radius: 24px; padding: 28px; border: 1px solid #f1f5f9; position: relative; overflow: hidden; }
.quote-card::before { content: ""; position: absolute; left: 0; top: 0; right: 0; height: 6px; background: var(--gold); }
.quote-card.blue-line { background: #eff6ff; }
.quote-card.blue-line::before { background: var(--blue); }
.quote-card.rose-line { background: #fff1f2; }
.quote-card.rose-line::before { background: var(--rose); }
.quote-card.amber-line { background: #fffbeb; }
.quote-card small { color: var(--gold); text-transform: uppercase; font-weight: 900; letter-spacing: .08em; }
.quote-card p { color: var(--navy); font-weight: 800; }
.center { text-align: center; margin-top: 36px; }
.empty-partners { color: #64748b; text-align: center; padding: 42px 0; }
.cta-band { position: relative; overflow: hidden; padding: 84px 0; text-align: center; background: linear-gradient(135deg, var(--gold), #f0c668, var(--rose)); }
.cta-band h2 { font-size: clamp(34px, 4.4vw, 54px); }
.cta-band h2 span { color: #fff; text-shadow: 0 2px 8px rgba(31,64,96,.15); }
.cta-band p { color: rgba(31,64,96,.9); font-weight: 600; }
.center-row { justify-content: center; }

.contact-section { background: linear-gradient(180deg, #fff, #fff9f0); }
.form-container { max-width: 900px; }
.contact-form, .success-card { background: #fff; border: 1px solid #f8d998; border-radius: 28px; box-shadow: 0 24px 50px rgba(31,64,96,.12); padding: clamp(24px, 4vw, 42px); }
.contact-form { display: grid; gap: 22px; }
.form-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
fieldset { border: 0; padding: 0; margin: 0; }
legend { color: var(--navy); font-weight: 800; font-size: 14px; margin-bottom: 9px; }
.choice-row { display: flex; flex-wrap: wrap; gap: 10px; }
.choice-row label, .interest-grid label { cursor: pointer; }
.choice-row input, .interest-grid input { width: auto; position: absolute; opacity: 0; }
.choice-row span { display: block; border: 2px solid #e2e8f0; border-radius: 999px; padding: 9px 15px; color: #64748b; font-size: 14px; font-weight: 800; }
.choice-row input:checked + span { background: var(--gold); border-color: var(--gold); color: var(--navy); }
.interest-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; }
.interest-grid span { display: block; border: 2px solid #e2e8f0; border-radius: 14px; padding: 13px 16px; color: #334155; font-size: 14px; font-weight: 700; }
.interest-grid input:checked + span { border-color: var(--gold); background: #fffbeb; }
.submit { width: 100%; border: 0; padding: 16px 24px; font-size: 16px; }
.privacy { text-align: center; font-size: 12px; color: #64748b; margin: 0; }
.form-error { border: 1px solid #fecdd3; background: #fff1f2; color: #be123c; border-radius: 14px; padding: 12px 14px; font-size: 14px; }
.honeypot { display: none; }
.success-card { text-align: center; max-width: 700px; margin: 0 auto; }
.success-icon { width: 80px; height: 80px; margin: 0 auto 22px; border-radius: 999px; display: grid; place-items: center; background: #dcfce7; color: var(--green); font-size: 42px; font-weight: 900; }

.footer { background: var(--navy); color: #bfdbfe; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .8fr .8fr .8fr; gap: 42px; padding: 60px 0; }
.footer h3 { color: #fff; margin-bottom: 15px; }
.footer p, .footer a, .footer button { color: #bfdbfe; text-decoration: none; display: block; margin: 0 0 10px; text-align: left; font-size: 14px; }
.footer-brand { display: flex; gap: 12px; align-items: center; margin-bottom: 16px; color: #fff; font-weight: 900; font-size: 18px; }
.footer-brand img { height: 56px; width: auto; background: #fff; border-radius: 12px; padding: 6px; }
.footer-brand span { color: var(--gold); }
.socials { display: flex; gap: 10px; margin-bottom: 20px; }
.socials a { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 999px; background: rgba(255,255,255,.1); text-align: center; font-weight: 900; }
.footer .btn { color: var(--navy); text-align: center; display: inline-flex; margin: 0; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); padding: 24px 0; display: flex; gap: 18px; justify-content: space-between; align-items: center; color: #93c5fd; font-size: 14px; flex-wrap: wrap; }
.footer-bottom a { display: inline; margin-left: 14px; color: #bfdbfe; }

@media (max-width: 1080px) {
  .desktop-nav { display: none; }
  .menu-toggle { display: flex; }
  .header-cta { display: none; }
  .mobile-nav.open { display: block; }
  .three, .six { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 820px) {
  .hero-grid, .split, .calc-grid, .support .split { grid-template-columns: 1fr; gap: 42px; }
  .hero-grid { padding: 52px 0 72px; }
  .float-card { display: none; }
  .calc-inputs { border-right: 0; border-bottom: 1px solid #f1f5f9; }
  .material-grid { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .brand span { display: none; }
  .container, .narrow { width: min(100% - 24px, 1280px); }
  .section { padding: 64px 0; }
  .three, .six, .benefit-grid, .form-grid, .interest-grid, .stat-boxes, .footer-grid { grid-template-columns: 1fr; }
  .tabs { grid-template-columns: 1fr; }
  .stats { grid-template-columns: 1fr; }
  .stats div + div { border-left: 0; border-top: 1px solid #f5dca3; padding-left: 0; padding-top: 12px; }
  .card-body { min-height: auto; }
  .calc-inputs, .calc-result { padding: 24px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-bottom a { margin: 0 12px 0 0; }
}
