:root {
  --blue-950: #062444;
  --blue-900: #073763;
  --blue-800: #075985;
  --blue-700: #0369a1;
  --blue-600: #0284c7;
  --cyan: #38bdf8;
  --purple: #b65ce4;
  --pink: #ff65bd;
  --ink: #0f172a;
  --muted: #52637a;
  --line: #dbeafe;
  --card: rgba(255, 255, 255, 0.86);
  --white: #ffffff;
  --shadow: 0 22px 55px rgba(6, 36, 68, 0.16);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 15% 10%, rgba(182, 92, 228, 0.20), transparent 30%),
    radial-gradient(circle at 85% 5%, rgba(56, 189, 248, 0.22), transparent 30%),
    linear-gradient(180deg, #f6fbff 0%, #ffffff 42%, #f8fbff 100%);
}
img { max-width: 100%; height: auto; }
a { color: inherit; }
.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.section { padding: 86px 0; }
.skip-link { position: absolute; left: -9999px; top: 8px; z-index: 999; background: var(--blue-900); color: white; padding: 10px 14px; border-radius: 10px; }
.skip-link:focus { left: 8px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,0.82);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(219, 234, 254, 0.9);
}
.nav { display: flex; align-items: center; justify-content: space-between; min-height: 78px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-weight: 800; color: var(--blue-800); font-size: 1.35rem; letter-spacing: -0.03em; }
.brand-icon { width: 52px; height: 52px; object-fit: contain; filter: drop-shadow(0 8px 18px rgba(3, 105, 161, 0.15)); }
.nav-links { display: flex; align-items: center; gap: 28px; list-style: none; padding: 0; margin: 0; }
.nav-links a { text-decoration: none; color: var(--blue-950); font-weight: 700; opacity: 0.86; transition: color .2s ease, opacity .2s ease; }
.nav-links a:hover { color: var(--blue-700); opacity: 1; }
.nav-cta { background: var(--blue-700); color: white !important; padding: 11px 18px; border-radius: 999px; box-shadow: 0 10px 22px rgba(3, 105, 161, 0.2); }
.menu-toggle { display: none; border: 1px solid var(--line); background: white; color: var(--blue-900); border-radius: 999px; padding: 10px 14px; font-weight: 800; }

.hero { position: relative; min-height: 720px; display: flex; align-items: center; overflow: hidden; padding-top: 70px; }
.hero::before {
  content: "";
  position: absolute;
  inset: 90px 0 auto 0;
  height: 500px;
  background:
    linear-gradient(135deg, rgba(3,105,161,0.10), rgba(182,92,228,0.10)),
    repeating-linear-gradient(90deg, transparent 0 42px, rgba(3,105,161,0.035) 42px 43px),
    repeating-linear-gradient(0deg, transparent 0 42px, rgba(3,105,161,0.028) 42px 43px);
  mask-image: linear-gradient(90deg, transparent, black 15%, black 85%, transparent);
}
.hero-orb { position: absolute; border-radius: 999px; filter: blur(5px); opacity: .6; }
.hero-orb-one { width: 330px; height: 330px; left: -110px; top: 120px; background: rgba(56,189,248,.22); }
.hero-orb-two { width: 420px; height: 420px; right: -140px; bottom: 60px; background: rgba(182,92,228,.16); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) 420px; gap: 72px; align-items: center; position: relative; z-index: 1; }
.eyebrow { color: var(--blue-700); text-transform: uppercase; letter-spacing: .12em; font-size: .78rem; font-weight: 900; margin: 0 0 14px; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(3.1rem, 7vw, 5.6rem); line-height: .95; letter-spacing: -0.07em; color: var(--blue-950); margin-bottom: 24px; }
h2 { font-size: clamp(2rem, 4vw, 3.1rem); line-height: 1.03; letter-spacing: -0.045em; color: var(--blue-950); margin-bottom: 20px; }
h3 { color: var(--blue-950); }
.hero-text { font-size: 1.22rem; color: var(--muted); line-height: 1.75; max-width: 640px; margin-bottom: 30px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 14px 22px; border-radius: 999px; text-decoration: none; border: 0; font-weight: 900; cursor: pointer; font-size: 1rem; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: white; background: linear-gradient(135deg, var(--blue-700), var(--blue-600)); box-shadow: 0 14px 30px rgba(3, 105, 161, 0.28); }
.button.secondary { color: var(--blue-900); background: white; border: 1px solid var(--line); box-shadow: 0 10px 24px rgba(6, 36, 68, 0.08); }
.button.light { background: rgba(255,255,255,.15); color: white; border-color: rgba(255,255,255,.35); box-shadow: none; }
.button.full { width: 100%; border-radius: 16px; }
.hero-stats { display: flex; gap: 16px; flex-wrap: wrap; }
.hero-stats div { background: rgba(255,255,255,.75); border: 1px solid var(--line); border-radius: 18px; padding: 14px 18px; min-width: 110px; box-shadow: 0 12px 30px rgba(6, 36, 68, 0.06); }
.hero-stats strong { display: block; color: var(--blue-800); font-size: 1.35rem; line-height: 1; }
.hero-stats span { color: var(--muted); font-size: .88rem; font-weight: 700; }
.hero-logo-card {
  display: grid;
  place-items: center;
  min-height: 520px;
  border-radius: 42px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.94), rgba(255,255,255,.76)),
    radial-gradient(circle at 50% 40%, rgba(56,189,248,.18), transparent 60%);
  border: 1px solid rgba(219,234,254,.95);
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}
.hero-logo-card::before { content: ""; position: absolute; inset: 28px; border-radius: 34px; border: 1px dashed rgba(3,105,161,.18); }
.hero-logo { width: min(360px, 78%); position: relative; filter: drop-shadow(0 18px 24px rgba(7, 55, 99, 0.14)); }

.section-heading { text-align: center; width: min(760px, 100%); margin: 0 auto 42px; }
.section-heading p:not(.eyebrow) { color: var(--muted); font-size: 1.1rem; line-height: 1.65; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.feature-card, .subject-card, .info-panel, .contact-form, .contact-note, .steps article {
  background: var(--card);
  border: 1px solid rgba(219, 234, 254, .95);
  border-radius: var(--radius);
  box-shadow: 0 16px 38px rgba(6, 36, 68, 0.08);
}
.feature-card { padding: 32px; text-align: center; }
.feature-icon { display: inline-grid; place-items: center; width: 68px; height: 68px; border-radius: 22px; background: linear-gradient(135deg, #eef8ff, #fbf0ff); font-size: 2rem; margin-bottom: 18px; }
.feature-card p, .subject-card p, .steps p, .split p, .contact-copy p, .partner-card p { color: var(--muted); line-height: 1.7; }

.about-section { background: linear-gradient(135deg, rgba(219,234,254,.55), rgba(250,245,255,.55)); }
.split { display: grid; grid-template-columns: minmax(0, 1fr) 390px; gap: 52px; align-items: center; }
.info-panel { padding: 34px; }
.check-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 16px; color: var(--muted); line-height: 1.55; }
.check-list li { display: grid; grid-template-columns: 26px 1fr; gap: 10px; }
.check-list li::before { content: "✓"; display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; background: rgba(3,105,161,.12); color: var(--blue-700); font-weight: 900; }

.subject-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.subject-card { padding: 26px; transition: transform .2s ease, box-shadow .2s ease; }
.subject-card:hover { transform: translateY(-5px); box-shadow: 0 24px 45px rgba(6, 36, 68, 0.12); }
.subject-card span { font-size: 2rem; display: inline-block; margin-bottom: 16px; }
.subject-card h3 { margin-bottom: 8px; }

.steps-section { background: linear-gradient(180deg, #ffffff, #f3f9ff); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; counter-reset: steps; }
.steps article { padding: 30px; }
.steps span { display: inline-grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: linear-gradient(135deg, var(--blue-700), var(--purple)); color: white; font-weight: 900; margin-bottom: 18px; }

.partner-section { padding: 0 0 86px; }
.partner-card { border-radius: 32px; padding: 36px; color: white; background: linear-gradient(135deg, var(--blue-900), var(--blue-700) 55%, var(--purple)); display: flex; align-items: center; justify-content: space-between; gap: 24px; box-shadow: var(--shadow); }
.partner-card h2, .partner-card p, .partner-card .eyebrow { color: white; }
.partner-card p { opacity: .9; margin-bottom: 0; }

.contact-section { background: radial-gradient(circle at 10% 20%, rgba(56,189,248,.14), transparent 35%), linear-gradient(180deg, #f8fbff, #eef7ff); }
.contact-grid { display: grid; grid-template-columns: minmax(0, .88fr) 1.12fr; gap: 44px; align-items: start; }
.contact-copy { position: sticky; top: 110px; }
.contact-note { padding: 24px; margin-top: 28px; }
.contact-note h3 { margin-bottom: 8px; }
.contact-form { padding: 30px; background: rgba(255,255,255,.94); }
.form-row { margin-bottom: 18px; }
label { display: block; font-weight: 900; color: var(--blue-950); margin-bottom: 8px; }
label span { font-weight: 600; color: var(--muted); }
input, select, textarea { width: 100%; border: 1px solid #cbd5e1; border-radius: 14px; padding: 14px 15px; font: inherit; background: white; color: var(--ink); transition: border .2s ease, box-shadow .2s ease; }
input:focus, select:focus, textarea:focus { outline: none; border-color: var(--blue-600); box-shadow: 0 0 0 4px rgba(2,132,199,.13); }
textarea { resize: vertical; }
.hidden { display: none !important; }
.form-honeypot { position: absolute; overflow: hidden; clip: rect(0 0 0 0); height: 1px; width: 1px; margin: -1px; padding: 0; border: 0; }
.privacy-small { font-size: .88rem; color: var(--muted); line-height: 1.5; margin: 4px 0 18px; }
.form-status { margin-top: 16px; font-weight: 800; text-align: center; min-height: 24px; }
.form-status.success { color: #047857; }
.form-status.error { color: #b91c1c; }

.site-footer { background: var(--blue-950); color: white; padding: 42px 0 24px; }
.footer-inner { display: flex; justify-content: space-between; gap: 24px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.14); padding-bottom: 28px; }
.footer-brand { color: white; }
.footer-inner p { color: rgba(255,255,255,.74); margin: 10px 0 0; }
.footer-links { display: flex; flex-wrap: wrap; gap: 20px; }
.footer-links a { color: rgba(255,255,255,.86); text-decoration: none; font-weight: 800; }
.footer-links a:hover { color: white; }
.copyright { color: rgba(255,255,255,.68); text-align: center; margin: 22px 0 0; font-size: .9rem; }

.privacy-page { padding: 60px 0; }
.privacy-page .container { max-width: 850px; }
.privacy-page p, .privacy-page li { color: var(--muted); line-height: 1.7; }
.privacy-page .content-card { background: white; border: 1px solid var(--line); border-radius: 24px; padding: 34px; box-shadow: 0 16px 38px rgba(6,36,68,.08); }

@media (max-width: 900px) {
  .menu-toggle { display: inline-flex; }
  .nav-links { position: absolute; top: 78px; left: 20px; right: 20px; flex-direction: column; align-items: stretch; gap: 0; background: white; border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow); padding: 10px; display: none; }
  .nav-links.open { display: flex; }
  .nav-links a { display: block; padding: 14px 16px; }
  .nav-cta { text-align: center; margin-top: 8px; }
  .hero { min-height: auto; }
  .hero-grid, .split, .contact-grid { grid-template-columns: 1fr; gap: 34px; }
  .hero-content { text-align: center; }
  .hero-text { margin-left: auto; margin-right: auto; }
  .hero-actions, .hero-stats { justify-content: center; }
  .hero-logo-card { min-height: 410px; }
  .feature-grid, .subject-grid, .steps { grid-template-columns: 1fr; }
  .contact-copy { position: static; }
  .partner-card, .footer-inner { flex-direction: column; text-align: center; align-items: center; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 28px, 1120px); }
  .section { padding: 62px 0; }
  .brand { font-size: 1.1rem; }
  .brand-icon { width: 44px; height: 44px; }
  h1 { font-size: 3rem; }
  .hero-logo-card { min-height: 330px; border-radius: 28px; }
  .hero-logo { width: 82%; }
  .feature-card, .subject-card, .contact-form, .info-panel, .steps article { padding: 24px; }
}


.thank-you-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  background: linear-gradient(135deg, #eff6ff, #fdf2ff);
}

.thank-you-card {
  max-width: 560px;
  width: 100%;
  text-align: center;
  background: #fff;
  border-radius: 28px;
  padding: 3rem 2rem;
  box-shadow: 0 24px 70px rgba(3, 105, 161, 0.16);
}

.thank-you-logo {
  width: 96px;
  height: 96px;
  object-fit: contain;
  margin-bottom: 1rem;
}

.thank-you-card h1 {
  margin-bottom: 1rem;
}

.thank-you-card p {
  color: #475569;
  margin-bottom: 2rem;
}
