/* ============================================================
   LIV Atlanta 2026 — Free Registration v1 (ActionForm 2794)
   Deploy: /Portals/0/frm/css/liv-atl-freereg.css?ver=1
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,700;0,900;1,700&family=DM+Sans:wght@300;400;600;700&display=swap');

/* ── Variables ─────────────────────────────────────────────── */
.livatl-freereg-wrap {
  --atl-forest:     #162e1f;
  --atl-sage:       #3d6b4f;
  --atl-gold:       #c9973a;
  --atl-gold-light: #f0c96e;
  --atl-cream:      #f4f0e8;
  --atl-white:      #ffffff;
  --atl-charcoal:   #1a1a1a;
  --atl-text-muted: #6b6b6b;
  --atl-border:     rgba(0,0,0,0.10);
  --atl-radius:     6px;
  --atl-transition: 0.25s cubic-bezier(0.4,0,0.2,1);
}

/* ── Page Wrap — Dark Forest Hero Zone ─────────────────────── */
.livatl-freereg-wrap {
  background: var(--atl-forest);
  background-image:
    radial-gradient(ellipse 80% 55% at 15% 40%, #1e4a2e 0%, transparent 55%),
    radial-gradient(ellipse 55% 65% at 85% 20%, #0f2218 0%, transparent 55%);
  padding: 64px 24px 0;
  position: relative;
  overflow: hidden;
}

.livatl-freereg-wrap::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.018'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 0;
}

/* ── Hero ────────────────────────────────────────────────── */
.livatl-fr-hero {
  text-align: center;
  padding-bottom: 48px;
  position: relative;
  z-index: 1;
  animation: livatl-fr-fade-up 0.65s ease both;
  max-width: 620px;
  margin: 0 auto;
}

/* Sage green badge — calm, no pulse */
.livatl-fr-badge {
  display: inline-block;
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  font-size: 1.1rem !important;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--atl-cream);
  background: var(--atl-sage);
  padding: 7px 22px;
  border-radius: 100px;
  margin-bottom: 24px;
}

/* FREE — same Playfair Display as the price on pay-reg */
.livatl-fr-price {
  font-family: 'Playfair Display', Georgia, serif !important;
  font-weight: 900 !important;
  font-size: 6rem !important;
  color: var(--atl-white) !important;
  line-height: 1 !important;
  margin: 0 0 10px !important;
  letter-spacing: 0.06em;
  text-shadow: 0 4px 32px rgba(0,0,0,0.35);
}

.livatl-fr-no-cc {
  font-family: 'DM Sans', sans-serif !important;
  font-weight: 300 !important;
  font-style: italic;
  font-size: 1.3rem !important;
  color: rgba(255,255,255,0.45) !important;
  margin-bottom: 16px;
}

.livatl-fr-ticket-label {
  font-family: 'Playfair Display', Georgia, serif !important;
  font-weight: 700 !important;
  font-size: 1.4rem !important;
  color: var(--atl-gold) !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.livatl-fr-event-meta {
  font-family: 'DM Sans', sans-serif !important;
  font-weight: 300 !important;
  font-size: 1.3rem !important;
  color: rgba(255,255,255,0.45) !important;
  letter-spacing: 0.03em;
}

.livatl-fr-hero::after {
  content: '';
  display: block;
  width: 48px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--atl-gold), transparent);
  margin: 28px auto 0;
}

/* ── Form Card — Warm Cream ─────────────────────────────────── */
.livatl-fr-card {
  background: var(--atl-cream);
  border-radius: 14px 14px 0 0;
  padding: 52px 52px 80px;
  position: relative;
  z-index: 1;
  max-width: 620px;
  margin: 0 auto;
  animation: livatl-fr-fade-up 0.65s ease 0.15s both;
  box-shadow: 0 -8px 40px rgba(0,0,0,0.25);
  overflow: hidden;
}

.livatl-fr-card::before {
  content: '';
  position: absolute;
  top: 0; left: 48px; right: 48px;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--atl-gold), transparent);
  border-radius: 0 0 4px 4px;
}

/* ── Bootstrap Reset ────────────────────────────────────────── */
.livatl-fr-card [class*="col-xs-"],
.livatl-fr-card [class*="col-sm-"],
.livatl-fr-card [class*="col-md-"],
.livatl-fr-card [class*="col-lg-"],
.livatl-fr-card .field-container,
.livatl-fr-card .form-group-container {
  width: 100% !important;
  max-width: 100% !important;
  flex: none !important;
  float: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  box-sizing: border-box !important;
}

.livatl-fr-card .form-horizontal .form-group,
.livatl-fr-card .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
  display: block !important;
}

.livatl-fr-card .form-group::after,
.livatl-fr-card .field-container::after {
  content: '';
  display: table;
  clear: both;
}

/* ── Section Label ──────────────────────────────────────────── */
.livatl-fr-section-label {
  font-family: 'DM Sans', sans-serif !important;
  font-weight: 700 !important;
  font-size: 1.2rem !important;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--atl-sage) !important;
  margin: 0 0 22px !important;
  padding-bottom: 12px;
  border-bottom: 1.5px solid rgba(61,107,79,0.18);
  display: block !important;
  clear: both;
  width: 100%;
}

/* ── Field Wrapper ──────────────────────────────────────────── */
.livatl-fr-field {
  margin-bottom: 20px;
  display: block;
  clear: both;
  width: 100%;
}

.livatl-fr-field:last-child { margin-bottom: 0; }

/* ── ActionForm Resets ──────────────────────────────────────── */
.livatl-fr-card .form-group     { margin-bottom: 0 !important; }
.livatl-fr-card .control-label  { display: none !important; }
.livatl-fr-card .help-block     { font-size: 1.2rem !important; color: #b94a48 !important; margin-top: 5px; display: block; }
.livatl-fr-card .has-error input,
.livatl-fr-card .has-error select { border-bottom-color: #b94a48 !important; }

/* ── Inputs ─────────────────────────────────────────────────── */
.livatl-fr-card input[type="text"],
.livatl-fr-card input[type="tel"],
.livatl-fr-card input[type="email"] {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 52px !important;
  background: var(--atl-white) !important;
  border: 1px solid var(--atl-border) !important;
  border-bottom: 2px solid rgba(0,0,0,0.14) !important;
  border-radius: var(--atl-radius) var(--atl-radius) 0 0 !important;
  color: var(--atl-charcoal) !important;
  font-family: 'DM Sans', sans-serif !important;
  font-weight: 400 !important;
  font-size: 1.6rem !important;
  line-height: 1.4 !important;
  box-shadow: 0 1px 3px rgba(0,0,0,0.07) !important;
  transition: border-color var(--atl-transition), box-shadow var(--atl-transition) !important;
  box-sizing: border-box !important;
  -webkit-appearance: none;
  appearance: none;
}

.livatl-fr-card input[type="text"]::placeholder,
.livatl-fr-card input[type="tel"]::placeholder,
.livatl-fr-card input[type="email"]::placeholder {
  color: rgba(26,26,26,0.32) !important;
  font-weight: 300 !important;
}

.livatl-fr-card input[type="text"]:focus,
.livatl-fr-card input[type="tel"]:focus,
.livatl-fr-card input[type="email"]:focus {
  outline: none !important;
  border-bottom-color: var(--atl-gold) !important;
  box-shadow: 0 1px 3px rgba(0,0,0,0.07), 0 3px 12px rgba(201,151,58,0.18) !important;
}

/* ── Select ─────────────────────────────────────────────────── */
.livatl-fr-card select {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 52px !important;
  background: var(--atl-white) !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23c9973a' stroke-width='1.8' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 16px center !important;
  background-size: 12px !important;
  border: 1px solid var(--atl-border) !important;
  border-bottom: 2px solid rgba(0,0,0,0.14) !important;
  border-radius: var(--atl-radius) var(--atl-radius) 0 0 !important;
  color: var(--atl-charcoal) !important;
  font-family: 'DM Sans', sans-serif !important;
  font-weight: 400 !important;
  font-size: 1.6rem !important;
  line-height: 1.4 !important;
  padding: 14px 40px 14px 16px !important;
  box-shadow: 0 1px 3px rgba(0,0,0,0.07) !important;
  transition: border-color var(--atl-transition), box-shadow var(--atl-transition) !important;
  box-sizing: border-box !important;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

.livatl-fr-card select:focus {
  outline: none !important;
  border-bottom-color: var(--atl-gold) !important;
  box-shadow: 0 1px 3px rgba(0,0,0,0.07), 0 3px 12px rgba(201,151,58,0.18) !important;
}

/* ── International Phone (intl-tel-input) ──────────────────── */
.livatl-fr-card .iti {
  display: block !important;
  width: 100% !important;
}

.livatl-fr-card .iti input[type="tel"] { padding-left: 58px !important; }

.livatl-fr-card .iti__flag-container { top: 0; bottom: 0; }

.livatl-fr-card .iti__selected-flag {
  background: transparent !important;
  border-right: 1px solid rgba(0,0,0,0.08) !important;
  border-radius: var(--atl-radius) 0 0 0 !important;
  padding: 0 12px !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
}

.livatl-fr-card .iti__selected-flag:hover { background: rgba(0,0,0,0.04) !important; }

.livatl-fr-card .iti__country-list {
  background: var(--atl-white);
  border: 1px solid rgba(0,0,0,0.1);
  color: var(--atl-charcoal);
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
  border-radius: 0 0 var(--atl-radius) var(--atl-radius);
  z-index: 9999;
}

.livatl-fr-card .iti__country:hover,
.livatl-fr-card .iti__country.iti__highlight { background: rgba(201,151,58,0.08); }

.livatl-fr-card .iti__dial-code { color: var(--atl-text-muted); }

/* ── Perks Recap Block ──────────────────────────────────────── */
.livatl-fr-recap {
  margin-top: 32px;
  background: rgba(61,107,79,0.07);
  border-left: 3px solid rgba(61,107,79,0.35);
  border-radius: 0 var(--atl-radius) var(--atl-radius) 0;
  padding: 18px 20px 16px;
}

.livatl-fr-recap-title {
  font-family: 'DM Sans', sans-serif !important;
  font-weight: 700 !important;
  font-size: 1.2rem !important;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--atl-sage) !important;
  margin-bottom: 10px;
}

.livatl-fr-recap-list {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px 16px;
}

.livatl-fr-recap-list li {
  font-family: 'DM Sans', sans-serif !important;
  font-weight: 400 !important;
  font-size: 1.3rem !important;
  color: var(--atl-charcoal) !important;
  padding-left: 18px !important;
  position: relative;
}

.livatl-fr-recap-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--atl-gold);
  font-weight: 700;
  font-size: 1.1rem !important;
}

/* ── Submit ─────────────────────────────────────────────────── */
.livatl-fr-submit {
  margin-top: 40px;
  border-top: 1px solid rgba(0,0,0,0.08);
  padding-top: 32px;
  clear: both;
}

.livatl-fr-card input[type="submit"],
.livatl-fr-card button[type="submit"],
.livatl-fr-card .btn-primary {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  background: linear-gradient(135deg, #c9973a 0%, #9e7328 55%, #7a5618 100%) !important;
  color: var(--atl-white) !important;
  font-family: 'DM Sans', sans-serif !important;
  font-weight: 700 !important;
  font-size: 1.9rem !important;
  letter-spacing: 0.22em !important;
  text-transform: uppercase !important;
  text-align: center !important;
  padding: 20px 24px !important;
  border: none !important;
  border-radius: var(--atl-radius) !important;
  cursor: pointer !important;
  box-shadow: 0 4px 20px rgba(201,151,58,0.35), 0 1px 3px rgba(0,0,0,0.12) !important;
  transition: transform var(--atl-transition), box-shadow var(--atl-transition) !important;
  -webkit-appearance: none;
  appearance: none;
}

.livatl-fr-card input[type="submit"]:hover,
.livatl-fr-card button[type="submit"]:hover,
.livatl-fr-card .btn-primary:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 32px rgba(201,151,58,0.5), 0 2px 6px rgba(0,0,0,0.15) !important;
}

/* ── Trust Line — no payment reference ─────────────────────── */
.livatl-fr-trust {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 16px;
  font-family: 'DM Sans', sans-serif !important;
  font-weight: 400 !important;
  font-size: 1.2rem !important;
  color: var(--atl-sage) !important;
  letter-spacing: 0.03em;
}

.livatl-fr-trust-dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--atl-sage);
  opacity: 0.5;
  display: inline-block;
}

/* ── Animations ─────────────────────────────────────────────── */
@keyframes livatl-fr-fade-up {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ── Mobile ─────────────────────────────────────────────────── */
@media (max-width: 680px) {
  .livatl-freereg-wrap    { padding: 48px 16px 0; }
  .livatl-fr-price        { font-size: 4.4rem !important; }
  .livatl-fr-card         { padding: 36px 24px 64px; }
  .livatl-fr-card::before { left: 24px; right: 24px; }
  .livatl-fr-recap-list   { grid-template-columns: 1fr; }
}
