.beta-header { position: sticky; }
.beta-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--green);
  font-weight: 900;
  text-decoration: none;
}
.beta-hero {
  color: var(--white);
  background:
    radial-gradient(circle at 78% 20%, rgba(247,181,0,.17), transparent 23%),
    radial-gradient(circle at 92% 76%, rgba(233,75,43,.2), transparent 25%),
    var(--green-deep);
}
.beta-hero-grid {
  min-height: calc(100vh - 84px);
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(350px, .68fr);
  gap: clamp(48px, 8vw, 110px);
  align-items: center;
  padding-block: clamp(72px, 9vw, 130px);
}
.beta-hero-copy { max-width: 760px; }
.beta-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
  color: #8fe3ad;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.beta-kicker span { width: 34px; height: 2px; background: currentColor; }
.beta-hero h1,
.beta-section-head h2,
.beta-profile h2,
.beta-form-intro h2 {
  font-family: var(--display);
  font-weight: 900;
  letter-spacing: -.055em;
  line-height: .98;
}
.beta-hero h1 {
  max-width: 12ch;
  margin-bottom: 28px;
  font-size: clamp(3.25rem, 6vw, 6.7rem);
}
.beta-hero-copy > p:not(.beta-kicker):not(.beta-note) {
  max-width: 680px;
  color: rgba(255,255,255,.78);
  font-size: clamp(1.05rem, 1.4vw, 1.25rem);
}
.beta-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  margin: 34px 0 28px;
}
.beta-text-link { color: var(--white); font-weight: 900; text-underline-offset: 5px; }
.beta-note {
  max-width: 660px;
  margin: 0;
  color: rgba(255,255,255,.54);
  font-size: .86rem;
}
.beta-signal {
  position: relative;
  min-height: 520px;
  padding: 38px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 30px;
  background: rgba(255,255,255,.055);
  box-shadow: 0 30px 80px rgba(0,0,0,.2);
  backdrop-filter: blur(12px);
  overflow: hidden;
}
.beta-signal::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  right: -100px;
  top: -100px;
  border: 48px solid var(--orange);
  border-radius: 50%;
}
.beta-signal-mark {
  position: relative;
  z-index: 1;
  width: 118px;
  height: 118px;
  display: grid;
  place-items: center;
  border-radius: 28px;
  background: var(--paper);
  transform: rotate(-3deg);
}
.beta-signal-mark img { width: 64px; height: 64px; object-fit: contain; }
.beta-signal-mark span {
  position: absolute;
  right: -34px;
  bottom: 10px;
  padding: 6px 11px;
  border-radius: 999px;
  color: var(--green-deep);
  background: var(--yellow);
  font-size: .72rem;
  font-weight: 900;
  text-transform: uppercase;
}
.beta-signal-copy { display: grid; gap: 9px; }
.beta-signal-copy p {
  margin-bottom: 14px;
  color: #8fe3ad;
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.beta-signal-copy strong { font-size: clamp(1.45rem, 2.3vw, 2.1rem); line-height: 1.05; }
.beta-status {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.14);
  font-size: .84rem;
  font-weight: 800;
}
.beta-status i { width: 9px; height: 9px; border-radius: 50%; background: #56e28e; box-shadow: 0 0 0 7px rgba(86,226,142,.12); }
.beta-section { padding: clamp(86px, 10vw, 142px) 0; background: var(--paper); }
.beta-section-head { max-width: 850px; margin-bottom: 58px; }
.beta-section-head h2,
.beta-form-intro h2 { color: var(--green); font-size: clamp(2.7rem, 5vw, 5.4rem); }
.beta-section-head > p:last-child,
.beta-form-intro > p { max-width: 720px; color: var(--muted); font-size: 1.05rem; }
.beta-benefits { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.beta-benefits article {
  min-height: 300px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--white);
}
.beta-benefits article > span { color: var(--orange); font-family: var(--display); font-size: .74rem; }
.beta-benefits h3 { margin: 62px 0 12px; color: var(--green); font-size: 1.25rem; }
.beta-benefits p { margin: 0; color: var(--muted); font-size: .92rem; }
.beta-profile { padding: clamp(80px, 9vw, 128px) 0; color: var(--white); background: var(--green); }
.beta-profile-grid { display: grid; grid-template-columns: 1fr .85fr; gap: clamp(48px, 8vw, 100px); align-items: center; }
.beta-profile h2 { margin-bottom: 24px; font-size: clamp(2.8rem, 5vw, 5.3rem); }
.beta-profile p:not(.eyebrow) { max-width: 650px; color: rgba(255,255,255,.72); }
.beta-profile ul { display: grid; gap: 16px; margin: 0; padding: 0; list-style: none; }
.beta-profile li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 14px;
  align-items: start;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 16px;
  background: rgba(255,255,255,.055);
}
.beta-profile li span {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--green-deep);
  background: var(--yellow);
  font-weight: 900;
}
.beta-registration { background: var(--cream); }
.beta-registration-grid { display: grid; grid-template-columns: minmax(0,.8fr) minmax(460px,1.2fr); gap: clamp(42px, 7vw, 96px); align-items: start; }
.beta-data-list { display: grid; gap: 10px; margin: 30px 0; }
.beta-data-list span { position: relative; padding-left: 22px; color: var(--green); font-weight: 800; }
.beta-data-list span::before { content: "•"; position: absolute; left: 0; color: var(--orange); }
.beta-privacy {
  margin-top: 34px;
  padding: 22px;
  border: 1px solid rgba(15,61,55,.14);
  border-radius: 18px;
  background: rgba(255,255,255,.58);
  color: var(--muted);
  font-size: .82rem;
}
.beta-privacy strong { display: block; margin-bottom: 9px; color: var(--green); font-size: .9rem; }
.beta-privacy p { margin: 0; font-size: inherit !important; }
.beta-privacy p + p { margin-top: 10px; }
.beta-privacy a { color: var(--green); font-weight: 900; text-underline-offset: 3px; }
.beta-form-shell {
  min-height: 680px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--white);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.beta-form-placeholder {
  min-height: 680px;
  display: grid;
  place-items: center;
  align-content: center;
  padding: 46px;
  text-align: center;
}
.beta-form-icon {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  margin-bottom: 26px;
  border-radius: 20px;
  color: var(--white);
  background: var(--orange);
  font-size: 2rem;
  font-weight: 900;
  transform: rotate(-4deg);
}
.beta-form-placeholder h3 { margin-bottom: 12px; color: var(--green); font-size: 1.55rem; }
.beta-form-placeholder p { max-width: 520px; margin-bottom: 28px; color: var(--muted); }
.beta-form-shell iframe { display: block; width: 100%; height: 3984px; border: 0; background: var(--white); }
.beta-footer {
  display: flex;
  justify-content: space-between;
  gap: 48px;
  padding: 64px 0 46px;
}
.beta-footer > div:last-child { text-align: right; }
.beta-footer p { margin-bottom: 8px; }
.beta-footer a { color: var(--yellow); }

@media (max-width: 1040px) {
  .beta-hero-grid,
  .beta-profile-grid,
  .beta-registration-grid { grid-template-columns: 1fr; }
  .beta-hero-grid { min-height: auto; }
  .beta-hero h1 { max-width: 13ch; }
  .beta-signal { min-height: 430px; }
  .beta-benefits { grid-template-columns: repeat(2, 1fr); }
  .beta-registration-grid { max-width: 760px; }
}
@media (max-width: 620px) {
  .beta-back { font-size: .8rem; }
  .beta-hero-grid { padding-block: 68px; }
  .beta-hero h1 { max-width: none; font-size: clamp(3rem, 14vw, 4.5rem); }
  .beta-actions { align-items: flex-start; flex-direction: column; }
  .beta-signal { min-height: 390px; padding: 28px 24px; }
  .beta-benefits { grid-template-columns: 1fr; }
  .beta-benefits article { min-height: auto; }
  .beta-benefits h3 { margin-top: 38px; }
  .beta-form-placeholder { min-height: 590px; padding: 34px 22px; }
  .beta-form-shell { min-height: 590px; }
  .beta-footer { flex-direction: column; }
  .beta-footer > div:last-child { text-align: left; }
}
