/* =========================================================
   Global Sanvaad — Registration Page Styles
   Premium · International · Medical · Luxury
   ========================================================= */

/* ---------- Reuse base variables from styles.css ---------- */
/* This file is loaded AFTER styles.css so all vars are available */

/* ---------- Additional variables ---------- */
:root {
  --champagne: #f7f2e7;
  --emerald-deep: #07241c;
  --cream: #faf8f3;
}

/* ===================== HERO ===================== */
.gs-hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  background-color: #07241c;
  background-image:
    linear-gradient(175deg, rgba(7, 36, 28, 0.85) 0%, rgba(13, 59, 46, 0.78) 45%, rgba(6, 28, 22, 0.94) 100%),
    url('assets/event/london-night-skyline.jpg');
  background-size: cover;
  background-position: center 35%;
  background-repeat: no-repeat;
  overflow: hidden;
  padding: clamp(36px, 5vw, 60px) 0 clamp(48px, 6vw, 80px);
}

/* Glass ambient glow orb */
.gs-hero::before {
  content: "";
  position: absolute;
  top: -10%;
  left: 20%;
  width: 650px;
  height: 650px;
  background: radial-gradient(circle, rgba(195, 155, 78, 0.18) 0%, transparent 65%);
  filter: blur(40px);
  pointer-events: none;
  z-index: 1;
}

/* Bottom fade to content */
.gs-hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 160px;
  background: linear-gradient(to top, rgba(7, 36, 28, 0.98), transparent);
  pointer-events: none;
  z-index: 1;
}

.gs-hero .container {
  position: relative;
  z-index: 2;
}

.gs-hero-content {
  text-align: center;
  max-width: 820px;
  margin: 0 auto;
}

/* Eyebrow with radar pulse */
.gs-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(13, 59, 46, 0.65);
  backdrop-filter: blur(14px) saturate(160%);
  -webkit-backdrop-filter: blur(14px) saturate(160%);
  border: 1px solid rgba(195, 155, 78, 0.4);
  box-shadow: 0 8px 24px -4px rgba(0, 0, 0, 0.4), inset 0 1px 1px rgba(255, 255, 255, 0.2);
  color: var(--gold-2);
  font-weight: 600;
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 8px 22px;
  border-radius: 999px;
  margin-bottom: 28px;
}

.radar-dot {
  position: relative;
  width: 8px;
  height: 8px;
  background: var(--gold);
  border-radius: 50%;
  flex: none;
}
.radar-dot::after {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 1.5px solid var(--gold);
  animation: radar-pulse 2s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}
@keyframes radar-pulse {
  0% { transform: scale(0.6); opacity: 1; }
  100% { transform: scale(2.4); opacity: 0; }
}

.gs-hero-title {
  font-family: var(--head);
  font-weight: 700;
  font-size: clamp(2.6rem, 1rem + 5.5vw, 4.2rem);
  line-height: 1.06;
  color: #fff;
  margin-bottom: 8px;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.6);
}
.gs-hero-title .gold {
  color: var(--gold-2);
  text-shadow: 0 4px 24px rgba(195, 155, 78, 0.35);
  display: block;
}

.gs-hero-subtitle {
  font-family: var(--head);
  font-weight: 500;
  font-size: clamp(1.1rem, 0.8rem + 1.2vw, 1.5rem);
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 30px;
  letter-spacing: 0.06em;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
}

/* Event details pills row */
.gs-details-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 32px;
}

.gs-detail-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(13, 59, 46, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(14px) saturate(160%);
  -webkit-backdrop-filter: blur(14px) saturate(160%);
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.35), inset 0 1px 1px rgba(255, 255, 255, 0.2);
  color: #fff;
  font-weight: 500;
  font-size: 0.95rem;
  padding: 10px 22px;
  border-radius: 999px;
  transition: transform 0.2s, background 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.gs-detail-pill:hover {
  transform: translateY(-2px);
  background: rgba(18, 80, 61, 0.8);
  border-color: var(--gold);
  box-shadow: 0 14px 30px -5px rgba(195, 155, 78, 0.35), inset 0 1px 1px rgba(255, 255, 255, 0.3);
}
.gs-detail-pill .pill-icon {
  font-size: 1.1rem;
}

/* Country flags strip */
.gs-flags-wrap {
  overflow: hidden;
  margin: 16px -24px 28px;
  position: relative;
  padding: 14px 0;
  background: transparent;
}
.gs-flags-wrap::before,
.gs-flags-wrap::after {
  display: none;
}

.gs-flags-track {
  display: flex;
  align-items: center;
  gap: 16px;
  animation: flags-scroll 30s linear infinite;
  width: max-content;
  padding: 6px 0;
}
.gs-flags-track:hover {
  animation-play-state: paused;
}

@keyframes flags-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.gs-flag {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 255, 255, 0.25);
  overflow: hidden;
  flex: none;
  position: relative;
  z-index: 1;
  transition: transform 0.22s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.22s, box-shadow 0.22s;
  background: rgba(13, 59, 46, 0.65);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3), inset 0 1px 1px rgba(255, 255, 255, 0.2);
  display: grid;
  place-items: center;
  font-size: 1.4rem;
  line-height: 1;
}
.gs-flag:hover {
  transform: scale(1.22);
  border-color: var(--gold);
  box-shadow: 0 8px 24px rgba(195, 155, 78, 0.5);
  z-index: 10;
}

.gs-flag-label {
  display: block;
  font-size: 0.58rem;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  margin-top: 4px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* Hero CTA */
.gs-hero-cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-bottom: 20px;
}

/* Gold glint button animation */
.btn-gold-glow {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--gold), var(--gold-2));
  color: var(--green-900);
  box-shadow: 0 12px 30px -10px rgba(195, 155, 78, 0.7);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.btn-gold-glow::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -60%;
  width: 40%;
  height: 200%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.45), transparent);
  transform: rotate(25deg);
  animation: button-glint 5s infinite ease-in-out;
}
@keyframes button-glint {
  0%, 75% { left: -60%; }
  100% { left: 140%; }
}
.btn-gold-glow:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 38px -12px rgba(195, 155, 78, 0.85);
}

/* Top official event banner creative with frosted glass border */
.gs-hero-top-banner {
  max-width: 960px;
  margin: 0 auto clamp(24px, 4vw, 36px);
  border-radius: 16px;
  overflow: hidden;
  border: 1.5px solid rgba(195, 155, 78, 0.45);
  box-shadow: 0 20px 50px -10px rgba(0, 0, 0, 0.6), inset 0 1px 1px rgba(255, 255, 255, 0.25);
  background: rgba(13, 59, 46, 0.55);
  backdrop-filter: blur(16px) saturate(160%);
  -webkit-backdrop-filter: blur(16px) saturate(160%);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.gs-hero-top-banner:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 60px -10px rgba(195, 155, 78, 0.3), inset 0 1px 1px rgba(255, 255, 255, 0.35);
  border-color: var(--gold);
}
.gs-hero-top-banner img {
  width: 100%;
  height: auto;
  display: block;
}

/* Stats counters - frosted glass panel */
.gs-hero-stats {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 20px;
  padding: 16px 32px;
  border: 1px solid rgba(195, 155, 78, 0.28);
  background: rgba(13, 59, 46, 0.65);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: 16px;
  box-shadow: 0 12px 30px -10px rgba(0, 0, 0, 0.4), inset 0 1px 1px rgba(255, 255, 255, 0.15);
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}
.gs-stat {
  text-align: center;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.85rem;
}
.gs-stat-num {
  display: block;
  font-family: var(--head);
  font-weight: 700;
  font-size: 1.8rem;
  color: var(--gold-2);
  line-height: 1.1;
}

/* ===================== ABOUT THE EVENT ===================== */
.gs-about {
  background: var(--white);
  padding: clamp(52px, 7vw, 90px) 0;
}

.gs-about-intro {
  max-width: 720px;
  margin: 0 auto 44px;
  text-align: center;
}
.gs-about-intro p {
  color: var(--ink-soft);
  font-size: 1.05rem;
  line-height: 1.7;
  margin-top: 16px;
}

.gs-info-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.gs-info-card {
  background: var(--grey-bg);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px 22px;
  text-align: center;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
  position: relative;
  overflow: hidden;
}
.gs-info-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(400px circle at var(--mx, 50%) var(--my, 50%),
    rgba(195, 155, 78, 0.06), transparent 50%);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
}
.gs-info-card:hover::before { opacity: 1; }
.gs-info-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
  border-color: rgba(195, 155, 78, 0.3);
}

.gs-info-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 14px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(195, 155, 78, 0.15), rgba(195, 155, 78, 0.08));
  display: grid;
  place-items: center;
  font-size: 1.6rem;
}
.gs-info-card h3 {
  font-family: var(--head);
  font-weight: 600;
  font-size: 1.08rem;
  color: var(--green-900);
  margin-bottom: 6px;
}
.gs-info-card p {
  color: var(--ink-soft);
  font-size: 0.92rem;
  line-height: 1.5;
}

/* ===================== SPEAKERS ===================== */
.gs-speakers {
  background: var(--grey-bg);
  padding: clamp(52px, 7vw, 90px) 0;
}

.gs-speakers-intro {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 40px;
}

.gs-speakers-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 960px;
  margin: 0 auto;
}

/* Promotional Poster Cards */
.gs-poster-card {
  background: var(--white);
  border: 1.5px solid rgba(195, 155, 78, 0.35);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 14px 35px -10px rgba(0, 0, 0, 0.12);
  transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.28s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.28s;
}
.gs-poster-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 50px -12px rgba(13, 59, 46, 0.25);
  border-color: var(--gold);
}
.gs-poster-frame {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #07241c;
}
.gs-poster-frame img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.35s ease;
}
.gs-poster-card:hover .gs-poster-frame img {
  transform: scale(1.02);
}

.gs-speaker-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 34px 24px 28px;
  text-align: center;
  transition: transform 0.2s, box-shadow 0.2s;
  position: relative;
}
.gs-speaker-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
}

.gs-speaker-photo {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  margin: 0 auto 18px;
  padding: 4px;
  background: linear-gradient(135deg, var(--gold), var(--gold-2), var(--green-700));
  box-shadow: 0 8px 24px -8px rgba(195, 155, 78, 0.4);
}
.gs-speaker-photo img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--white);
}

.gs-speaker-flag {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 1.6rem;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.15));
}

.gs-speaker-country {
  display: inline-block;
  background: var(--green-900);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 999px;
  margin-bottom: 12px;
}

.gs-speaker-card h3 {
  font-family: var(--head);
  font-weight: 600;
  font-size: 1.2rem;
  color: var(--green-900);
  margin-bottom: 6px;
}
.gs-speaker-card p {
  color: var(--ink-soft);
  font-size: 0.88rem;
  line-height: 1.45;
}

/* ===================== HIGHLIGHTS ===================== */
.gs-highlights {
  background: var(--green-900);
  color: #fff;
  padding: clamp(52px, 7vw, 90px) 0;
}
.gs-highlights .kicker { color: var(--gold-2); }
.gs-highlights .section-title { color: #fff; }

.gs-highlights-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 34px;
}

.gs-hl-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
  padding: 28px 20px;
  text-align: center;
  transition: transform 0.18s, background 0.18s;
}
.gs-hl-card:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.09);
}

.gs-hl-icon {
  width: 52px;
  height: 52px;
  margin: 0 auto 14px;
  border-radius: 12px;
  background: rgba(195, 155, 78, 0.18);
  display: grid;
  place-items: center;
  font-size: 1.5rem;
}
.gs-hl-card h3 {
  font-family: var(--head);
  font-weight: 600;
  font-size: 1.02rem;
  color: var(--gold-2);
  margin-bottom: 6px;
}
.gs-hl-card p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.88rem;
}

/* ===================== PARTNERS ===================== */
.gs-partners {
  background: var(--white);
  padding: clamp(42px, 5vw, 64px) 0;
}
.gs-partners-intro {
  text-align: center;
  margin-bottom: 30px;
}

.gs-partners-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 28px;
  max-width: 900px;
  margin: 0 auto;
}
.gs-partner-logo {
  height: 44px;
  width: auto;
  object-fit: contain;
  filter: grayscale(40%) opacity(0.7);
  transition: filter 0.2s, transform 0.2s;
}
.gs-partner-logo:hover {
  filter: grayscale(0%) opacity(1);
  transform: scale(1.08);
}

/* ===================== REGISTRATION FORM ===================== */
.gs-register {
  background: linear-gradient(160deg, var(--green-900), #0a2e24);
  color: #fff;
  padding: clamp(52px, 7vw, 90px) 0 clamp(60px, 8vw, 100px);
}

.gs-register-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 44px;
  align-items: start;
}

.gs-register-info {
  padding-top: 10px;
}
.gs-register-info .kicker { color: var(--gold-2); }
.gs-register-info .section-title { color: #fff; }
.gs-register-info .gs-reg-lead {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.05rem;
  margin: 16px 0 28px;
  line-height: 1.65;
}

.gs-reg-benefits {
  display: grid;
  gap: 14px;
  margin-bottom: 30px;
}
.gs-reg-benefit {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
}
.gs-reg-benefit-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: rgba(195, 155, 78, 0.18);
  display: grid;
  place-items: center;
  font-size: 0.95rem;
  flex: none;
}

/* Form card */
.gs-form-card {
  background: var(--white);
  color: var(--ink);
  border-radius: 18px;
  padding: clamp(24px, 4vw, 38px);
  box-shadow: 0 30px 70px -20px rgba(0, 0, 0, 0.35);
  position: relative;
  overflow: hidden;
}

/* Progress bar */
.gs-progress {
  display: flex;
  align-items: center;
  gap: 0;
  margin-bottom: 28px;
  position: relative;
}

.gs-progress-step {
  flex: 1;
  text-align: center;
  position: relative;
  z-index: 1;
}
.gs-progress-dot {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--grey-bg);
  border: 2px solid var(--line);
  display: inline-grid;
  place-items: center;
  font-family: var(--head);
  font-weight: 700;
  font-size: 0.85rem;
  color: var(--ink-soft);
  transition: background 0.3s, border-color 0.3s, color 0.3s, box-shadow 0.3s;
  position: relative;
}
.gs-progress-step.active .gs-progress-dot {
  background: var(--green-900);
  border-color: var(--green-900);
  color: var(--gold-2);
  box-shadow: 0 4px 14px -4px rgba(13, 59, 46, 0.5);
}
.gs-progress-step.done .gs-progress-dot {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--green-900);
}

.gs-progress-label {
  display: block;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--ink-soft);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-top: 7px;
  transition: color 0.3s;
}
.gs-progress-step.active .gs-progress-label,
.gs-progress-step.done .gs-progress-label {
  color: var(--green-900);
}

/* Progress connector line */
.gs-progress-line {
  position: absolute;
  top: 17px;
  left: 16.66%;
  right: 16.66%;
  height: 2px;
  background: var(--line);
  z-index: 0;
}
.gs-progress-fill {
  height: 100%;
  background: var(--gold);
  transition: width 0.4s ease;
  border-radius: 2px;
}

/* Form steps container */
.gs-form-steps {
  position: relative;
  overflow: hidden;
}

.gs-form-step {
  display: none;
  animation: stepFadeIn 0.35s ease-out;
}
.gs-form-step.active {
  display: block;
}

@keyframes stepFadeIn {
  from { opacity: 0; transform: translateX(20px); }
  to { opacity: 1; transform: translateX(0); }
}

/* Form heading */
.gs-form-heading {
  font-family: var(--head);
  font-weight: 600;
  font-size: 1.3rem;
  color: var(--green-900);
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.gs-form-heading .step-ico {
  font-size: 1.1rem;
}

/* Form fields (enhanced from existing .field) */
.gs-field {
  margin-bottom: 16px;
}
.gs-field label {
  display: block;
  font-size: 0.82rem;
  font-weight: 600;
  margin-bottom: 6px;
  color: var(--ink);
  letter-spacing: 0.02em;
}
.gs-field label .req {
  color: #d4503e;
  margin-left: 2px;
}
.gs-field label .opt {
  color: var(--ink-soft);
  font-weight: 400;
  font-size: 0.78rem;
}

.gs-field input,
.gs-field select,
.gs-field textarea {
  width: 100%;
  font-family: var(--body);
  font-size: 0.98rem;
  padding: 12px 14px;
  border: 1.5px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--grey-bg);
  color: var(--ink);
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
  min-width: 0;
  max-width: 100%;
}
.gs-field input:focus,
.gs-field select:focus,
.gs-field textarea:focus {
  outline: 0;
  border-color: var(--green-700);
  box-shadow: 0 0 0 3px rgba(28, 107, 80, 0.14);
  background: var(--white);
}
.gs-field input.valid,
.gs-field select.valid {
  border-color: #2ecc71;
  box-shadow: 0 0 0 3px rgba(46, 204, 113, 0.1);
}
.gs-field input.invalid,
.gs-field select.invalid,
.gs-field textarea.invalid {
  border-color: #d4503e;
  box-shadow: 0 0 0 3px rgba(212, 80, 62, 0.1);
}

.gs-field .field-error {
  display: none;
  font-size: 0.78rem;
  color: #d4503e;
  margin-top: 4px;
  font-weight: 500;
}
.gs-field input.invalid ~ .field-error,
.gs-field select.invalid ~ .field-error,
.gs-field textarea.invalid ~ .field-error {
  display: block;
}

.gs-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.gs-grid-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 14px;
}

/* Consent checkbox */
.gs-consent {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 0.86rem;
  color: var(--ink-soft);
  margin: 10px 0 20px;
  cursor: pointer;
}
.gs-consent input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--green-700);
  flex: none;
}
.gs-consent.invalid {
  color: #d4503e;
}

/* Form navigation */
.gs-form-nav {
  display: flex;
  gap: 12px;
  margin-top: 6px;
}
.gs-form-nav .btn {
  flex: 1;
}

.btn-back {
  background: var(--grey-bg);
  color: var(--ink-soft);
  border: 1.5px solid var(--line);
}
.btn-back:hover {
  background: var(--line);
  color: var(--ink);
}

/* Review step */
.gs-review-card {
  background: var(--grey-bg);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 20px;
  margin-bottom: 20px;
}
.gs-review-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
  gap: 12px;
}
.gs-review-row:last-child {
  border-bottom: 0;
}
.gs-review-label {
  color: var(--ink-soft);
  font-size: 0.85rem;
  flex: none;
}
.gs-review-value {
  color: var(--green-900);
  font-weight: 600;
  font-size: 0.92rem;
  text-align: right;
}

.gs-review-edit {
  display: inline-block;
  color: var(--green-700);
  font-size: 0.82rem;
  font-weight: 600;
  cursor: pointer;
  margin-top: 8px;
  transition: color 0.15s;
}
.gs-review-edit:hover {
  color: var(--gold);
}

/* Form note */
.gs-form-note {
  margin-top: 14px;
  font-size: 0.9rem;
  font-weight: 600;
  min-height: 1.2em;
  text-align: center;
}
.gs-form-note.ok { color: #1c7a4f; }
.gs-form-note.err { color: #d4503e; }

/* Honeypot */
.gs-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

/* ===================== FLOATING CTA ===================== */
.gs-float-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 60;
  background: rgba(13, 59, 46, 0.96);
  backdrop-filter: blur(10px);
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  transform: translateY(100%);
  transition: transform 0.35s ease;
  box-shadow: 0 -8px 28px -8px rgba(0, 0, 0, 0.35);
}
.gs-float-cta.visible {
  transform: translateY(0);
}
.gs-float-cta-text {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.9rem;
  font-weight: 500;
}
.gs-float-cta-text strong {
  color: var(--gold-2);
}

/* ===================== RESPONSIVE ===================== */
@media (max-width: 980px) {
  .gs-info-grid { grid-template-columns: repeat(2, 1fr); }
  .gs-speakers-grid { grid-template-columns: repeat(2, 1fr); }
  .gs-highlights-grid { grid-template-columns: repeat(2, 1fr); }
  .gs-register-grid { grid-template-columns: 1fr; gap: 30px; }
  .gs-hero-stats { gap: 24px; }
}

@media (max-width: 600px) {
  .gs-hero { min-height: auto; padding: 100px 0 60px; }
  .gs-info-grid,
  .gs-speakers-grid,
  .gs-highlights-grid { grid-template-columns: 1fr; }
  .gs-grid-2, .gs-grid-3 { grid-template-columns: 1fr; }
  .gs-details-row { flex-direction: column; align-items: center; }
  .gs-hero-stats { flex-wrap: wrap; gap: 16px; }
  .gs-stat { min-width: 80px; }
  .gs-form-nav { flex-direction: column; }
  .gs-form-nav .btn { width: 100%; }
  .gs-progress-label { font-size: 0.62rem; }
  .gs-float-cta-text { display: none; }
  .gs-float-cta .btn { width: 100%; }
  .gs-speaker-card { padding: 28px 18px 22px; }
  .gs-review-row { flex-direction: column; gap: 2px; }
  .gs-review-value { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  .gs-flags-track { animation: none; }
  .btn-gold-glow::after { animation: none; }
  .radar-dot::after { animation: none; }
  .gs-form-step { animation: none; }
  .gs-float-cta { transition: none; }
}
