@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap");

:root {
  --navy: #082c45;
  --navy-deep: #041f32;
  --green: #13b878;
  --green-dark: #0a8b5a;
  --mint: #eaf9f3;
  --cream: #f6f8f5;
  --ink: #132733;
  --muted: #5e7079;
  --line: #dce6e2;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(3, 32, 51, 0.15);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "DM Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.narrow-container { width: min(860px, calc(100% - 40px)); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(6, 39, 61, 0.95);
  backdrop-filter: blur(14px);
  color: white;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-logo-box {
  display: inline-grid;
  place-items: center;
  width: 62px;
  height: 56px;
  padding: 0;
  overflow: visible;
  background: transparent;
  border: 0;
  box-shadow: none;
}
.brand-logo { display: block; width: 100%; height: 100%; object-fit: contain; }
.footer-logo-box { width: 70px; height: 64px; margin-bottom: 8px; }
.brand-subtitle { color: rgba(255,255,255,.72); font-size: 10px; line-height: 1.05; text-transform: uppercase; letter-spacing: .11em; }
.nav-links { display: flex; align-items: center; gap: 28px; font-size: 14px; }
.nav-links a { text-decoration: none; color: rgba(255,255,255,.78); }
.nav-links a:hover { color: white; }
.nav-links .nav-cta { color: white; background: var(--green); padding: 11px 17px; border-radius: 999px; font-weight: 700; }

.hero {
  overflow: hidden;
  padding: 76px 0 88px;
  color: white;
  background:
    radial-gradient(circle at 8% 8%, rgba(19,184,120,.23), transparent 30%),
    radial-gradient(circle at 92% 70%, rgba(33,125,151,.3), transparent 29%),
    linear-gradient(135deg, var(--navy-deep), var(--navy));
}
.hero-grid { display: grid; grid-template-columns: 1.05fr .85fr; gap: 72px; align-items: center; }
.hero-copy h1, .section-heading h2, .legal-content h1, .cta-copy h2 {
  margin: 18px 0;
  font-family: "Manrope", sans-serif;
  letter-spacing: -.045em;
}
.hero-copy h1 { max-width: 650px; font-size: clamp(43px, 5vw, 69px); line-height: 1.03; }
.hero-copy h1 span { color: #62e1ae; }
.hero-copy > p { max-width: 600px; color: rgba(255,255,255,.76); font-size: 19px; line-height: 1.65; }
.eyebrow { display: inline-block; color: #79e9bb; font-weight: 700; font-size: 12px; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow-dark { color: var(--green-dark); }
.eyebrow-green { color: var(--green-dark); }
.eyebrow-light { color: #75e7b8; }
.hero-actions { display: flex; align-items: center; gap: 22px; margin: 32px 0; }
.hero-button, .cta-button { background: var(--green); color: white; padding: 15px 23px; border-radius: 12px; text-decoration: none; font-weight: 700; box-shadow: 0 12px 30px rgba(19,184,120,.2); }
.hero-button:hover, .cta-button:hover { background: #19c985; transform: translateY(-1px); }
.text-button { color: white; font-weight: 700; text-underline-offset: 5px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 19px; color: rgba(255,255,255,.67); font-size: 13px; }
.trust-row > span { display: inline-flex; align-items: center; gap: 7px; }
.icon { display: inline-grid; place-items: center; flex: 0 0 auto; }
.trust-row .icon { width: 21px; height: 21px; border-radius: 50%; color: #75e7b8; border: 1px solid rgba(117,231,184,.42); font-size: 11px; }

.simulation-card { background: white; color: var(--ink); padding: 34px; border-radius: 24px; box-shadow: var(--shadow); }
.form-heading h2 { font: 700 27px/1.2 "Manrope", sans-serif; letter-spacing: -.025em; margin: 10px 0 8px; }
.form-heading p { color: var(--muted); font-size: 14px; line-height: 1.55; margin: 0 0 22px; }
.simulation-card label { display: block; margin: 15px 0 7px; font-size: 13px; font-weight: 700; }
.field, .select-field .Select-control {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line) !important;
  border-radius: 10px !important;
  background: #fbfdfc !important;
  box-shadow: none !important;
  font: 14px "DM Sans", sans-serif;
}
.field { padding: 0 14px; outline: none; }
.field:focus, .select-field.is-focused .Select-control { border-color: var(--green) !important; box-shadow: 0 0 0 3px rgba(19,184,120,.12) !important; }
.select-field .Select-placeholder, .select-field .Select-value-label { line-height: 46px !important; padding-left: 7px; }
.select-field .Select-menu-outer { color: var(--ink); border-radius: 10px; overflow: hidden; }
.consent { margin: 17px 0; color: var(--muted); font-size: 12px; line-height: 1.45; }
.consent label { display: flex !important; align-items: flex-start; gap: 8px; font-weight: 400 !important; margin: 0 !important; }
.consent input { margin-top: 3px; accent-color: var(--green); }
.consent a { color: var(--green-dark); }
.primary-button { width: 100%; border: 0; background: var(--green); color: white; padding: 15px 18px; border-radius: 11px; display: flex; justify-content: space-between; font: 700 15px "DM Sans"; cursor: pointer; }
.primary-button:hover { background: var(--green-dark); }
.form-feedback { min-height: 0; margin-top: 12px; border-radius: 9px; font-size: 13px; }
.form-feedback.error { padding: 10px 12px; color: #9d2b2b; background: #fff0f0; }
.form-feedback.success { padding: 10px 12px; color: #086742; background: var(--mint); }
.form-feedback.success a { font-weight: 700; }
.security-note { margin: 13px 0 0; color: #73838b; text-align: center; font-size: 11px; }

.section { padding: 96px 0; }
.section-heading { max-width: 700px; margin-bottom: 42px; }
.section-heading h2 { font-size: clamp(34px, 4vw, 48px); line-height: 1.08; }
.section-heading p { color: var(--muted); font-size: 17px; line-height: 1.65; }
.solutions-section { background: var(--cream); }
.solutions-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.solution-card { position: relative; overflow: hidden; padding: 34px; border: 1px solid var(--line); border-radius: 22px; background: white; box-shadow: 0 14px 40px rgba(8,44,69,.05); }
.solution-card > .icon { width: 52px; height: 52px; border-radius: 15px; color: var(--green-dark); background: var(--mint); font: 800 15px "Manrope"; }
.solution-card h3 { margin: 23px 0 10px; font: 700 25px "Manrope"; letter-spacing: -.02em; }
.solution-card p, .solution-card li { color: var(--muted); line-height: 1.6; }
.solution-card ul { padding-left: 19px; margin: 18px 0 25px; }
.solution-card li { margin: 7px 0; }
.solution-card a { color: var(--green-dark); font-weight: 700; text-decoration: none; }
.featured-card { border-color: rgba(19,184,120,.45); }
.featured-card::after { content: ""; position: absolute; width: 180px; height: 180px; border-radius: 50%; right: -100px; top: -100px; background: var(--mint); }

.process-section { color: white; background: var(--navy); }
.light-heading h2 { color: white; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.step { padding: 28px; border: 1px solid rgba(255,255,255,.13); border-radius: 18px; background: rgba(255,255,255,.045); }
.step > span { color: #64dfad; font: 800 12px "Manrope"; letter-spacing: .12em; }
.step h3 { font: 700 20px "Manrope"; margin: 15px 0 8px; }
.step p { color: rgba(255,255,255,.66); margin: 0; line-height: 1.6; font-size: 14px; }

.faq-section { background: white; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); padding: 20px 2px; }
.faq-list summary { cursor: pointer; list-style: none; font: 700 17px "Manrope"; }
.faq-list summary::after { content: "+"; float: right; color: var(--green-dark); font-size: 23px; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { color: var(--muted); line-height: 1.65; padding-right: 50px; }
.final-cta { padding: 48px 0; background: #e1f6ed; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.cta-copy { display: flex; align-items: center; gap: 22px; }
.cta-copy h2 { margin: 0; font-size: clamp(24px, 3vw, 37px); }

.site-footer { padding: 55px 0 30px; color: rgba(255,255,255,.7); background: #031927; font-size: 13px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 48px; }
.footer-grid p { max-width: 260px; line-height: 1.6; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; line-height: 1.5; }
.footer-column strong { color: white; margin-bottom: 4px; }
.footer-column a { text-underline-offset: 3px; }

.legal-main { min-height: 70vh; padding: 70px 0 90px; background: white; }
.legal-content { max-width: 820px; }
.back-link { display: inline-block; margin-bottom: 38px; color: var(--green-dark); font-weight: 700; }
.legal-content h1 { font-size: clamp(39px, 5vw, 58px); }
.legal-intro { color: var(--muted); font-size: 19px; line-height: 1.65; }
.legal-date { color: #819098; font-size: 13px; margin-bottom: 46px; }
.legal-content section { padding: 20px 0; border-top: 1px solid var(--line); }
.legal-content section h2 { font: 700 20px "Manrope"; }
.legal-content section p { color: var(--muted); line-height: 1.7; }

@media (max-width: 900px) {
  .nav-links a:not(.nav-cta) { display: none; }
  .hero-grid { grid-template-columns: 1fr; gap: 45px; }
  .hero-copy { text-align: center; }
  .hero-copy > p { margin-left: auto; margin-right: auto; }
  .hero-actions, .trust-row { justify-content: center; }
  .simulation-card { max-width: 600px; margin: 0 auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .container, .narrow-container { width: min(100% - 28px, 1160px); }
  .header-inner { min-height: 66px; }
  .brand-subtitle { display: none; }
  .nav-links { gap: 0; }
  .nav-links .nav-cta { padding: 10px 13px; font-size: 12px; }
  .hero { padding: 54px 0 60px; }
  .hero-copy h1 { font-size: 42px; }
  .hero-copy > p { font-size: 16px; }
  .hero-actions { flex-direction: column; }
  .hero-button { width: 100%; text-align: center; }
  .trust-row { gap: 10px 16px; }
  .simulation-card { padding: 24px 20px; border-radius: 19px; }
  .section { padding: 68px 0; }
  .solutions-grid, .steps-grid { grid-template-columns: 1fr; }
  .solution-card { padding: 26px; }
  .cta-inner, .cta-copy { flex-direction: column; align-items: flex-start; }
  .cta-button { width: 100%; text-align: center; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-grid > div:first-child { grid-column: auto; }
}
