:root {
  --bg: #f5f7fb;
  --surface: #ffffff;
  --text: #0b1220;
  --muted: #526079;
  --border: #e5eaf3;
  --primary: #2563eb;
  --primary-dark: #1d4ed8;
  --accent: #7c3aed;
  --radius: 18px;
  --shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: var(--text);
  background:
    radial-gradient(1200px 500px at 90% -10%, rgba(37, 99, 235, 0.16), transparent 60%),
    radial-gradient(900px 420px at -10% 15%, rgba(124, 58, 237, 0.12), transparent 60%),
    var(--bg);
  line-height: 1.6;
}

a { color: var(--primary); text-decoration: none; }
a:hover { text-decoration: underline; }

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

header {
  position: sticky;
  top: 0;
  backdrop-filter: blur(10px);
  background: rgba(245, 247, 251, 0.86);
  border-bottom: 1px solid var(--border);
  z-index: 40;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 0;
}

.nav img { height: 44px; width: auto; }

.nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 14px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 18px;
  border-radius: 12px;
  border: 1px solid transparent;
  font-weight: 600;
  cursor: pointer;
  transition: all .2s ease;
}

.btn-primary {
  background: linear-gradient(135deg, var(--primary), var(--accent));
  color: #fff;
  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.25);
}
.btn-primary:hover { text-decoration: none; transform: translateY(-1px); }

.btn-ghost {
  background: #fff;
  border-color: var(--border);
  color: var(--text);
}
.btn-ghost:hover { text-decoration: none; border-color: #cad5e7; }

.hero { padding: 84px 0 52px; }

.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  align-items: center;
}

.kicker {
  display: inline-block;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #334155;
  background: #eef2ff;
  border: 1px solid #c7d2fe;
  border-radius: 999px;
  padding: 6px 11px;
}

h1 {
  margin: 14px 0;
  font-size: clamp(32px, 6vw, 62px);
  line-height: 1.02;
  letter-spacing: -0.02em;
}

.hero p {
  color: var(--muted);
  font-size: 18px;
  max-width: 66ch;
}

.top-notes { margin-top: 14px; padding: 14px 16px; }
.top-notes p { margin: 8px 0; font-size: 15px; color: #334155; }

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.contact-chip {
  margin-top: 16px;
  font-size: 14px;
  color: #3d4b64;
}

.card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.hero-panel { padding: 24px; }
.hero-panel h3 { margin: 0 0 10px; font-size: 21px; }
.hero-panel ul { margin: 0; padding-left: 18px; color: #334155; }
.hero-panel li { margin: 8px 0; }

.mini-metrics {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.mini-metrics div {
  background: #f8fafc;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 10px;
  text-align: center;
}
.mini-metrics strong { display: block; font-size: 18px; }
.mini-metrics span { display: block; font-size: 12px; color: #526079; }

.section { padding: 62px 0; }
.section-soft { background: #f8fbff; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.section h2 {
  font-size: clamp(24px, 4vw, 40px);
  margin: 0 0 10px;
  letter-spacing: -0.01em;
}
.section p.lead { color: var(--muted); margin: 0 0 24px; font-size: 17px; }

.logo-strip { padding: 26px 0; }
.strip-title { margin: 0 0 14px; color: #334155; font-weight: 600; }
.logos {
  display: grid;
  grid-template-columns: repeat(8, minmax(0,1fr));
  gap: 10px;
}
.logo-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px 8px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
}
.logo-item img { width: 22px; height: 22px; }
.logo-item span { font-size: 11px; color: #526079; }

.steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.step { padding: 18px; }
.step span {
  display: inline-flex;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: #e0e7ff;
  color: #3730a3;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 13px;
}
.step h3 { margin: 10px 0 8px; font-size: 18px; }
.step p { margin: 0; color: #334155; font-size: 14px; }

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.role-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.role-card {
  padding: 18px;
}
.role-card h3 { margin: 0 0 8px; }
.role-card p { margin: 6px 0; color: #334155; font-size: 14px; }
.role-card a { font-weight: 600; }

.service { padding: 20px; }
.service h3 { margin: 0 0 8px; font-size: 19px; }
.service p { margin: 0; color: #334155; font-size: 15px; }

.image-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 16px;
}
.image-card { overflow: hidden; }
.image-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  display: block;
}
.image-copy { padding: 16px; }
.image-copy h3 { margin: 0 0 6px; font-size: 18px; }
.image-copy p { margin: 0; color: #334155; }

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.split-card { padding: 22px; }
.split-card h3 { margin-top: 0; }
.split-card ul { padding-left: 18px; margin: 10px 0 0; color: #334155; }

.pill-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 10px; }
.pill {
  display: inline-block;
  font-size: 13px;
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid #c7d2fe;
  background: #eef2ff;
  color: #3730a3;
  text-decoration: none;
}
.pill:hover { text-decoration: none; border-color: #a5b4fc; background: #e6eaff; }

.faq-list { display: grid; gap: 12px; }
.faq-item { padding: 14px 16px; }
.faq-item summary { cursor: pointer; font-weight: 600; }
.faq-item p { color: #334155; margin: 10px 0 0; }

.cta-band {
  background: linear-gradient(120deg, #0f172a, #1e293b 55%, #312e81);
  color: #fff;
}
.cta-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.cta-band h2 { margin: 0 0 8px; color: #fff; }
.cta-band p { margin: 0; color: #cbd5e1; }
.cta-band .btn-ghost { background: transparent; color: #fff; border-color: #475569; }

/* --- Signup Section --- */
.signup-section {
  background: linear-gradient(170deg, #f0f4ff 0%, #f8fafc 50%, #fff 100%);
  border-top: 1px solid var(--border);
  padding: 72px 0 80px;
}
.signup-container {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 48px;
  align-items: start;
  max-width: 960px;
}

/* Card */
.signup-card-wrap {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  box-shadow: 0 1px 3px rgba(0,0,0,.04), 0 8px 32px rgba(15,23,42,.06);
  overflow: hidden;
}
.signup-card-header {
  padding: 28px 32px 0;
}
.signup-badge {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--primary);
  background: #eff4ff;
  border: 1px solid #c7d2fe;
  border-radius: 6px;
  padding: 4px 10px;
  margin-bottom: 12px;
}
.signup-card-header h2 {
  font-size: 26px;
  font-weight: 700;
  margin: 0 0 6px;
  letter-spacing: -.01em;
  color: #0f172a;
}
.signup-card-header p {
  font-size: 15px;
  color: #64748b;
  margin: 0;
}

/* Form */
.signup-form {
  padding: 24px 32px 32px;
}
.sf-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.sf-field { margin-bottom: 16px; }
.sf-field label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #1e293b;
  margin-bottom: 6px;
}
.sf-opt {
  font-size: 12px;
  font-weight: 400;
  color: #94a3b8;
  margin-left: 4px;
}
.sf-field input, .sf-field select, .sf-field textarea {
  width: 100%;
  padding: 11px 14px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  font-size: 15px;
  font-family: inherit;
  background: #fff;
  color: #1e293b;
  box-sizing: border-box;
  transition: border-color .15s, box-shadow .15s;
  -webkit-appearance: none;
  appearance: none;
}
.sf-field select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%2364748b' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px;
}
.sf-field input:focus, .sf-field select:focus, .sf-field textarea:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(37,99,235,.08);
}
.sf-field textarea { resize: vertical; }
.sf-field input::placeholder, .sf-field textarea::placeholder { color: #94a3b8; }

/* Consent */
.sf-consent {
  margin: 8px 0 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sf-check {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
  font-size: 13px;
  line-height: 1.45;
  color: #64748b;
  cursor: pointer;
}
.sf-check input[type="checkbox"] {
  margin-top: 2px;
  width: 16px;
  height: 16px;
  accent-color: var(--primary);
  border-radius: 4px;
}
.sf-check a { color: var(--primary); text-decoration: underline; }

/* Submit */
.sf-submit {
  width: 100%;
  padding: 14px;
  font-size: 16px;
  font-weight: 600;
  font-family: inherit;
  border: none;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--primary), #4f46e5);
  color: #fff;
  cursor: pointer;
  transition: transform .1s, box-shadow .15s;
  box-shadow: 0 4px 14px rgba(37,99,235,.3);
}
.sf-submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(37,99,235,.35);
}
.sf-submit:active { transform: translateY(0); }

.sf-legal {
  margin: 14px 0 0;
  font-size: 11px;
  color: #94a3b8;
  line-height: 1.5;
  text-align: center;
}

.form-success {
  text-align: center;
  padding: 48px 32px;
}
.form-success h3 { color: #059669; margin: 0 0 8px; font-size: 22px; }
.form-success p { color: #475569; font-size: 15px; margin: 0; }
.success-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #ecfdf5;
  color: #059669;
  font-size: 28px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  border: 2px solid #a7f3d0;
}

/* Right info panel */
.signup-info { padding-top: 16px; }
.signup-info h3 {
  font-size: 16px;
  font-weight: 600;
  color: #334155;
  margin: 0 0 20px;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.si-timeline { position: relative; padding-left: 28px; }
.si-timeline::before {
  content: '';
  position: absolute;
  left: 7px;
  top: 4px;
  bottom: 4px;
  width: 2px;
  background: #e2e8f0;
  border-radius: 2px;
}
.si-item { position: relative; margin-bottom: 24px; }
.si-item:last-child { margin-bottom: 0; }
.si-dot {
  position: absolute;
  left: -28px;
  top: 4px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  border: 2.5px solid var(--primary);
  box-shadow: 0 0 0 3px rgba(37,99,235,.1);
}
.si-item:first-child .si-dot {
  background: var(--primary);
  border-color: var(--primary);
}
.si-content strong {
  display: block;
  font-size: 14px;
  color: #0f172a;
  margin-bottom: 2px;
}
.si-content span {
  font-size: 13px;
  color: #64748b;
}

.si-trust {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid #e2e8f0;
}
.si-trust p {
  font-size: 14px;
  color: #64748b;
  margin: 0;
  line-height: 1.5;
}

@media (max-width: 960px) {
  .signup-container {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .signup-info { order: -1; }
  .si-timeline {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    padding-left: 0;
  }
  .si-timeline::before { display: none; }
  .si-item { margin: 0; padding-left: 24px; flex: 1; min-width: 140px; }
  .si-dot { left: 0; }
  .si-trust { margin-top: 20px; padding-top: 16px; }
}
@media (max-width: 640px) {
  .sf-row { grid-template-columns: 1fr; }
  .signup-form { padding: 20px 20px 28px; }
  .signup-card-header { padding: 24px 20px 0; }
  .si-timeline { flex-direction: column; }
  .si-item { min-width: auto; }
}

footer {
  margin-top: 56px;
  border-top: 1px solid var(--border);
  background: #fff;
}
.footer-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0;
  font-size: 14px;
  color: #64748b;
}

.legal { max-width: 860px; padding: 42px 0 64px; }
.legal h1 { font-size: 38px; margin-bottom: 8px; }
.legal h2 { margin-top: 28px; font-size: 24px; }
.legal p, .legal li { color: #334155; }



@media (max-width: 1080px) {
  .logos { grid-template-columns: repeat(4, minmax(0,1fr)); }
  .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 960px) {
  .hero-grid, .grid-3, .role-grid, .split, .image-grid {
    grid-template-columns: 1fr;
  }
  .hero { padding-top: 52px; }
  .nav-links a.hide-mobile { display: none; }
}

@media (max-width: 640px) {
  .logos { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .steps { grid-template-columns: 1fr; }
  .mini-metrics { grid-template-columns: 1fr; }

}


.field-hero-image {
  width: 100%;
  max-height: 320px;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  margin: 10px 0 18px;
}
