* { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: 'Work Sans', sans-serif;
  background: #07091f;
  color: #fff;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
  overflow-x: hidden;
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 0;
}

.page { position: relative; z-index: 1; width: 100%; max-width: 700px; padding: 0 16px 80px; margin: 0 auto; }

.header { padding: 56px 0 48px; position: relative; }

.header-eyebrow { display: flex; align-items: center; gap: 8px; margin-bottom: 20px; }

.arrow-icon { width: 16px; height: 16px; color: #00a491; flex-shrink: 0; }

.eyebrow-text { font-size: 11px; font-weight: 600; letter-spacing: 2.5px; text-transform: uppercase; color: #00a491; }

.header h1 { font-size: clamp(28px, 5vw, 40px); font-weight: 500; line-height: 1.2; color: #fff; margin-bottom: 6px; }

.header h1 em { font-family: 'IBM Plex Serif', serif; font-style: italic; color: #00a491; font-weight: 400; }

.header-rule { width: 48px; height: 2px; background: #00a491; margin: 24px 0; border-radius: 2px; }

.header-desc { font-size: 15px; font-weight: 300; color: rgba(255,255,255,0.65); line-height: 1.75; max-width: 100%; }

.header-desc strong { color: rgba(255,255,255,0.9); font-weight: 500; }

.form-card { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1); border-radius: 16px; padding: 40px; backdrop-filter: blur(10px); }

.step { margin-bottom: 36px; }
.step:last-child { margin-bottom: 0; }

.step-header { display: flex; align-items: baseline; gap: 12px; margin-bottom: 14px; }

.step-index { font-size: 11px; font-weight: 600; letter-spacing: 1.5px; color: #826de6; text-transform: uppercase; flex-shrink: 0; }

.step-label { font-size: 14px; font-weight: 500; color: rgba(255,255,255,0.9); line-height: 1.4; }

.select-wrap { position: relative; }

.select-wrap select {
  width: 100%;
  appearance: none;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 8px;
  padding: 14px 44px 14px 16px;
  font-size: 14px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 300;
  color: rgba(255,255,255,0.85);
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
  outline: none;
}

.select-wrap select:focus,
.select-wrap select:hover { border-color: #00a491; background: rgba(0,164,145,0.08); }

.select-wrap select option { background: #0e1138; color: #fff; }

.select-arrow { position: absolute; right: 14px; top: 50%; transform: translateY(-50%); pointer-events: none; color: #00a491; }

textarea.field, input.field {
  width: 100%;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 8px;
  padding: 14px 16px;
  font-size: 14px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 300;
  color: rgba(255,255,255,0.85);
  outline: none;
  transition: border-color 0.2s, background 0.2s;
  resize: vertical;
}

textarea.field:focus, input.field:focus { border-color: #00a491; background: rgba(0,164,145,0.08); }
textarea.field::placeholder, input.field::placeholder { color: rgba(255,255,255,0.3); }

.pill-group { display: flex; gap: 10px; flex-wrap: wrap; }

.pill {
  flex: 1;
  min-width: 140px;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 8px;
  padding: 14px 18px;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.pill:hover { border-color: rgba(0,164,145,0.5); background: rgba(0,164,145,0.06); }
.pill.selected { border-color: #00a491; background: rgba(0,164,145,0.1); }
.pill input { display: none; }
.pill-title { font-size: 13.5px; font-weight: 500; color: rgba(255,255,255,0.9); }
.pill-sub { font-size: 12px; font-weight: 300; color: rgba(255,255,255,0.45); line-height: 1.4; }

.sep { height: 1px; background: rgba(255,255,255,0.07); margin: 36px 0; }

.open-extra { margin-top: 10px; display: none; }
.open-extra.visible { display: block; }

.err { font-size: 12px; color: #f87171; margin-top: 6px; display: none; }
.err.show { display: block; }

.progress-track { height: 3px; background: rgba(255,255,255,0.08); border-radius: 3px; margin-bottom: 32px; overflow: hidden; }

.progress-fill { height: 100%; background: linear-gradient(90deg, #00a491, #826de6); border-radius: 3px; transition: width 0.4s ease; width: 0%; }

.cta-wrap { margin-top: 40px; }

.cta-btn {
  width: 100%;
  background: #00a491;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 18px 24px;
  font-size: 15px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  cursor: pointer;
  letter-spacing: 0.3px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: background 0.2s, transform 0.1s;
}
.cta-btn:hover { background: #009982; }
.cta-btn:active { transform: scale(0.99); }
.cta-btn svg { transition: transform 0.2s; }
.cta-btn:hover svg { transform: translateX(4px); }

.screen { display: none; }
.screen.active { display: block; }

.ty-header { padding: 56px 0 40px; }

.ty-card { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1); border-radius: 16px; padding: 48px 40px; text-align: center; }

.ty-icon { width: 64px; height: 64px; background: rgba(0,164,145,0.15); border: 1px solid rgba(0,164,145,0.3); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 28px; }

.ty-title { font-size: 22px; font-weight: 500; color: #fff; margin-bottom: 8px; }
.ty-title em { font-family: 'IBM Plex Serif', serif; font-style: italic; color: #00a491; }

.ty-rule { width: 40px; height: 2px; background: #00a491; margin: 20px auto; border-radius: 2px; }

.ty-desc { font-size: 14px; font-weight: 300; color: rgba(255,255,255,0.6); line-height: 1.75; max-width: 460px; margin: 0 auto 32px; }
.ty-desc strong { color: rgba(255,255,255,0.85); font-weight: 500; }

.email-wrap { position: relative; max-width: 420px; margin: 0 auto; }

.email-input {
  width: 100%;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 8px;
  padding: 14px 16px;
  font-size: 14px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 300;
  color: rgba(255,255,255,0.85);
  outline: none;
  transition: border-color 0.2s, background 0.2s;
}
.email-input:focus { border-color: #00a491; background: rgba(0,164,145,0.08); }
.email-input::placeholder { color: rgba(255,255,255,0.3); }

.email-err { font-size: 12px; color: #f87171; margin-top: 6px; display: none; text-align: left; }
.email-err.show { display: block; }

.submit-email-btn {
  width: 100%;
  max-width: 420px;
  margin: 14px auto 0;
  background: #00a491;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 16px;
  font-size: 14px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  cursor: pointer;
  display: block;
  transition: background 0.2s;
}
.submit-email-btn:hover { background: #009982; }

.final-card { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1); border-radius: 16px; padding: 64px 40px; text-align: center; }

.final-icon { width: 72px; height: 72px; background: rgba(0,164,145,0.15); border: 1px solid rgba(0,164,145,0.4); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 32px; }

.final-title { font-size: 24px; font-weight: 500; color: #fff; margin-bottom: 8px; }
.final-title em { font-family: 'IBM Plex Serif', serif; font-style: italic; color: #00a491; }

.final-rule { width: 40px; height: 2px; background: #00a491; margin: 20px auto; border-radius: 2px; }

.final-desc { font-size: 14px; font-weight: 300; color: rgba(255,255,255,0.6); line-height: 1.8; max-width: 440px; margin: 0 auto 28px; }

.mail-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(0,164,145,0.12); border: 1px solid rgba(0,164,145,0.3); border-radius: 100px; padding: 8px 18px; font-size: 13px; color: #00a491; font-weight: 500; }

.blob { position: fixed; border-radius: 50%; filter: blur(80px); pointer-events: none; z-index: 0; opacity: 0.25; }
.blob-1 { width: 500px; height: 500px; background: #826de6; top: -100px; right: -150px; }
.blob-2 { width: 400px; height: 400px; background: #00a491; bottom: 100px; left: -100px; }
