/* ============================================================================
   Request Access page
   ============================================================================ */

.ra-body {
  background: var(--ec-navy-deep);
  color: #fff;
  min-height: 100vh;
  position: relative;
}
.ra-body h1, .ra-body h2, .ra-body h3 { color: #fff; }
.ra-body::before {
  content: "";
  position: fixed; inset: 0;
  background:
    radial-gradient(ellipse 70% 50% at 20% 0%, rgba(125,173,63,0.18) 0%, transparent 55%),
    radial-gradient(ellipse 60% 60% at 100% 100%, rgba(35,100,118,0.35) 0%, transparent 55%),
    linear-gradient(180deg, #0f202b 0%, #143041 100%);
  z-index: -2;
}
.ra-body::after {
  content: "";
  position: fixed; inset: 0;
  background-image:
    linear-gradient(90deg, rgba(125,173,63,0.05) 1px, transparent 1px),
    linear-gradient(180deg, rgba(125,173,63,0.05) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse at 50% 40%, #000 30%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse at 50% 40%, #000 30%, transparent 80%);
  z-index: -1;
  pointer-events: none;
}

.ra-body .nav {
  background: rgba(15,32,43,0.6);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.ra-main {
  padding-top: 100px;
  padding-bottom: 48px;
  min-height: calc(100vh);
  display: flex;
  flex-direction: column;
}
.ra-wrap {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 56px);
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: clamp(40px, 6vw, 90px);
  align-items: start;
  flex: 1;
  width: 100%;
  box-sizing: border-box;
}

/* ── Left pitch ── */
.ra-pitch { padding-top: 10px; }

.ra-title {
  font-family: var(--font-display);
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 300;
  line-height: 1.0;
  letter-spacing: -0.035em;
  margin: 20px 0 24px;
  color: #fff;
}
.ra-title b { font-weight: 700; }
.ra-title .ec-green {
  color: var(--ec-green);
  font-weight: 700;
  font-style: italic;
}

.ra-lede {
  font-size: 17px;
  line-height: 1.65;
  color: rgba(255,255,255,0.72);
  max-width: 48ch;
  margin-bottom: 36px;
}

.ra-bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 36px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.ra-bullets li {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.ra-b-num {
  font-family: var(--font-ui);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: var(--ec-green);
  padding: 6px 10px;
  border: 1px solid rgba(125,173,63,0.3);
  border-radius: 6px;
  flex-shrink: 0;
  background: rgba(125,173,63,0.06);
}
.ra-bullets li > div {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding-top: 2px;
}
.ra-bullets b {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.005em;
}
.ra-bullets span {
  font-size: 14px;
  color: rgba(255,255,255,0.6);
  line-height: 1.5;
}

.ra-trust {
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.08);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ra-trust-row {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: rgba(255,255,255,0.55);
  font-family: var(--font-ui);
  letter-spacing: 0.02em;
}
.ra-trust-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--ec-green);
  box-shadow: 0 0 0 3px rgba(125,173,63,0.15);
}

/* ── Right form card ── */
.ra-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.09);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border-radius: 20px;
  padding: 36px;
  box-shadow:
    0 40px 80px -20px rgba(0,0,0,0.5),
    0 0 0 1px rgba(255,255,255,0.03) inset;
  position: sticky;
  top: 100px;
}
.ra-card-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.ra-kicker {
  font-family: var(--font-ui);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ec-green);
  margin-bottom: 8px;
}
.ra-card-title {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 300;
  letter-spacing: -0.025em;
  color: #fff;
  margin: 0;
}
.ra-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 11px 6px 9px;
  background: rgba(125,173,63,0.12);
  border: 1px solid rgba(125,173,63,0.3);
  border-radius: 9999px;
  font-size: 11px;
  font-weight: 600;
  font-family: var(--font-ui);
  color: var(--ec-green);
  letter-spacing: 0.04em;
  flex-shrink: 0;
}
.ra-badge-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--ec-green);
  animation: raPulse 2s infinite;
}
@keyframes raPulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.35; }
}

/* ── Form ── */
.ra-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.ra-field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.ra-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ra-label {
  font-family: var(--font-ui);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
}
.ra-form input[type="text"],
.ra-form input[type="email"],
.ra-form textarea {
  font-family: var(--font-display);
  font-size: 15px;
  color: #fff;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 10px;
  padding: 12px 14px;
  transition: border-color .15s, background .15s, box-shadow .15s;
  width: 100%;
  box-sizing: border-box;
  outline: none;
  letter-spacing: -0.005em;
}
.ra-form input::placeholder,
.ra-form textarea::placeholder {
  color: rgba(255,255,255,0.3);
}
.ra-form input:hover,
.ra-form textarea:hover {
  border-color: rgba(255,255,255,0.2);
}
.ra-form input:focus,
.ra-form textarea:focus {
  border-color: var(--ec-green);
  background: rgba(125,173,63,0.04);
  box-shadow: 0 0 0 3px rgba(125,173,63,0.12);
}
.ra-form textarea {
  resize: vertical;
  min-height: 96px;
  line-height: 1.5;
}

/* Radio cards */
.ra-radio-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}
.ra-radio {
  position: relative;
  cursor: pointer;
}
.ra-radio input {
  position: absolute;
  opacity: 0;
  inset: 0;
  cursor: pointer;
}
.ra-radio > span {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 12px 14px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 10px;
  background: rgba(255,255,255,0.02);
  transition: all .15s;
  height: 100%;
  box-sizing: border-box;
}
.ra-radio > span b {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.005em;
}
.ra-radio > span em {
  font-style: normal;
  font-size: 12px;
  color: rgba(255,255,255,0.55);
  line-height: 1.4;
}
.ra-radio:hover > span {
  border-color: rgba(255,255,255,0.22);
  background: rgba(255,255,255,0.04);
}
.ra-radio input:checked + span {
  border-color: var(--ec-green);
  background: rgba(125,173,63,0.08);
  box-shadow: 0 0 0 3px rgba(125,173,63,0.12);
}
.ra-radio input:checked + span b { color: var(--ec-green); }

/* Checkbox */
.ra-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  color: rgba(255,255,255,0.7);
  line-height: 1.5;
  cursor: pointer;
  user-select: none;
  padding: 4px 0;
}
.ra-check input {
  appearance: none;
  -webkit-appearance: none;
  width: 18px; height: 18px;
  border: 1.5px solid rgba(255,255,255,0.25);
  border-radius: 5px;
  background: rgba(255,255,255,0.03);
  cursor: pointer;
  transition: all .15s;
  flex-shrink: 0;
  margin-top: 1px;
  position: relative;
}
.ra-check input:hover {
  border-color: rgba(255,255,255,0.4);
}
.ra-check input:checked {
  background: var(--ec-green);
  border-color: var(--ec-green);
}
.ra-check input:checked::after {
  content: "";
  position: absolute;
  top: 2px; left: 5px;
  width: 5px; height: 9px;
  border: solid var(--ec-navy-deep);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.ra-check a { color: var(--ec-green); text-decoration: underline; text-underline-offset: 2px; }

/* Submit */
.ra-submit-row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 8px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.08);
}
.ra-submit {
  padding: 14px 24px !important;
  font-size: 15px !important;
}
.ra-submit-note {
  font-size: 12px;
  color: rgba(255,255,255,0.5);
  font-family: var(--font-ui);
  letter-spacing: 0.02em;
}

/* Success */
.ra-done {
  text-align: center;
  padding: 20px 10px;
}
.ra-done-mark {
  width: 56px; height: 56px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: rgba(125,173,63,0.15);
  border: 1px solid rgba(125,173,63,0.3);
  color: var(--ec-green);
  display: flex; align-items: center; justify-content: center;
}
.ra-done-mark svg { width: 26px; height: 26px; }
.ra-done h3 {
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 300;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 0 0 10px;
}
.ra-done p {
  font-size: 15px;
  color: rgba(255,255,255,0.65);
  margin: 0 auto 24px;
  max-width: 38ch;
  line-height: 1.55;
}

/* Footer */
.ra-foot {
  margin-top: 60px;
  padding: 24px clamp(20px, 4vw, 56px);
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  border-top: 1px solid rgba(255,255,255,0.06);
  font-size: 12px;
  color: rgba(255,255,255,0.45);
  font-family: var(--font-ui);
  letter-spacing: 0.02em;
  box-sizing: border-box;
  width: 100%;
}
.ra-foot-r { display: flex; gap: 20px; }
.ra-foot a { color: rgba(255,255,255,0.55); text-decoration: none; }
.ra-foot a:hover { color: #fff; }

/* Back to site button — green accent */
.ra-back.btn-ghost-light {
  color: var(--ec-green);
  border-color: rgba(125,173,63,0.45);
  background: rgba(125,173,63,0.08);
}
.ra-back.btn-ghost-light:hover {
  color: var(--ec-navy-deep);
  background: var(--ec-green);
  border-color: var(--ec-green);
}

/* Responsive */
@media (max-width: 960px) {
  .ra-wrap { grid-template-columns: 1fr; gap: 48px; }
  .ra-card { position: static; padding: 28px; }
  .ra-radio-row { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .ra-field-row { grid-template-columns: 1fr; }
  .ra-card { padding: 22px; }
  .ra-card-head { flex-direction: column; }
  .ra-submit-row { flex-direction: column; align-items: stretch; text-align: center; }
  .ra-foot { flex-direction: column; gap: 10px; }
}
