/* ============================================================
   ApruebaCCSE — Main Stylesheet
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;600&family=DM+Sans:wght@400;500&family=DM+Mono:wght@400&display=swap');

:root {
  --color-bg:        #0D1117;
  --color-surface:   #161B22;
  --color-surface-2: #1E2D4E;
  --color-gold:      #C9A84C;
  --color-accent:    #C9A84C;
  --color-text:      #F0F0F0;
  --color-text-muted:#8B949E;
  --color-muted:     #8B949E;
  --color-success:   #238636;
  --color-error:     #DA3633;
  --color-urgent:    #D4762C;
  --color-border:    rgba(255, 255, 255, 0.08);

  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-ui:      'DM Sans', system-ui, sans-serif;
  --font-mono:    'DM Mono', 'Courier New', monospace;

  --radius:  4px;
  --shadow:  0 1px 3px rgba(0, 0, 0, 0.4);
  --lang-bar-h: 40px;
  --nav-h:   64px;
  --banner-h: 44px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  background: var(--color-bg);
  color: var(--color-text);
  font-family: var(--font-ui);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--color-gold); text-decoration: none; transition: opacity 0.15s; }
a:hover { opacity: 0.8; }
a:focus-visible { outline: 2px solid var(--color-gold); outline-offset: 2px; border-radius: var(--radius); }
button:focus-visible { outline: 2px solid var(--color-gold); outline-offset: 2px; }

h1, h2, h3, h4 { font-family: var(--font-display); line-height: 1.15; font-weight: 300; }
h1 { font-size: clamp(2.5rem, 6vw, 5.5rem); }
h2 { font-size: clamp(1.8rem, 3.5vw, 3rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.8rem); }
h4 { font-size: 1.1rem; font-weight: 400; }

p { color: var(--color-muted); }
strong { color: var(--color-text); font-weight: 500; }

/* ============================================================
   Spanish Flag (CSS only — no images, no SVG)
   ============================================================ */
.flag-es {
  display: inline-block;
  width: 32px;
  height: 22px;
  background: linear-gradient(to bottom, #AA151B 25%, #F1BF00 25% 75%, #AA151B 75%);
  border-radius: 1px;
  flex-shrink: 0;
}
.flag-es--lg  { width: 48px; height: 32px; }
.flag-es--hero{ width: 56px; height: 38px; }

/* ============================================================
   Navigation
   ============================================================ */
/* ============================================================
   Language Bar
   ============================================================ */
#lang-bar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 101;
  height: var(--lang-bar-h);
  background: #060810;
  border-bottom: 1px solid rgba(255,255,255,.05);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}
.lb-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 11px;
  border: 1.5px solid transparent;
  border-radius: 20px;
  background: transparent;
  cursor: pointer;
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .03em;
  color: rgba(255,255,255,.38);
  transition: color .15s, border-color .15s, background .15s;
  white-space: nowrap;
}
.lb-btn:hover { color: rgba(255,255,255,.75); background: rgba(255,255,255,.04); }
.lb-btn.lb-active {
  color: var(--color-accent);
  border-color: rgba(201,168,76,.45);
  background: rgba(201,168,76,.06);
}
.lb-flag {
  width: 16px;
  height: 12px;
  border-radius: 2px;
  display: inline-block;
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
  overflow: hidden;
}
/* SVG flag sprites — rendered as CSS backgrounds, not emoji */
.lb-flag-es { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 3 2'%3E%3Crect width='3' height='2' fill='%23c60b1e'/%3E%3Crect y='.5' width='3' height='1' fill='%23ffc400'/%3E%3C/svg%3E"); }
.lb-flag-en { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 30'%3E%3CclipPath id='a'%3E%3Cpath d='M0 0v30h60V0z'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath d='M30 15h30v15zv15H0zH0V0zv-15h30z'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M0 0v30h60V0z' fill='%23012169'/%3E%3Cpath d='M0 0l60 30m0-30L0 30' stroke='%23fff' stroke-width='6'/%3E%3Cpath d='M0 0l60 30m0-30L0 30' clip-path='url(%23b)' stroke='%23C8102E' stroke-width='4'/%3E%3Cpath d='M30 0v30M0 15h60' stroke='%23fff' stroke-width='10'/%3E%3Cpath d='M30 0v30M0 15h60' stroke='%23C8102E' stroke-width='6'/%3E%3C/g%3E%3C/svg%3E"); }
.lb-flag-de { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5 3'%3E%3Crect width='5' height='3' fill='%23000'/%3E%3Crect y='1' width='5' height='2' fill='%23D00'/%3E%3Crect y='2' width='5' height='1' fill='%23FFCE00'/%3E%3C/svg%3E"); }
.lb-flag-ar { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 3 2'%3E%3Crect width='3' height='2' fill='%23007A3D'/%3E%3Crect y='.66' width='3' height='.67' fill='%23fff'/%3E%3Crect y='1.33' width='3' height='.67' fill='%23000'/%3E%3C/svg%3E"); }
.lb-flag-fr { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 3 2'%3E%3Crect width='3' height='2' fill='%23ED2939'/%3E%3Crect width='2' height='2' fill='%23fff'/%3E%3Crect width='1' height='2' fill='%230055A4'/%3E%3C/svg%3E"); }
@media (max-width: 480px) { .lb-name { display: none; } .lb-btn { padding: 4px 7px; } }

.nav {
  position: fixed;
  top: var(--lang-bar-h); left: 0; right: 0;
  z-index: 100;
  height: var(--nav-h);
  background: rgba(13, 17, 23, 0.96);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--color-border);
  display: flex;
  align-items: center;
  padding: 0 24px;
  gap: 24px;
}

.nav-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--color-text);
  text-decoration: none;
  flex-shrink: 0;
}
.nav-brand:hover { opacity: 1; }

.nav-logo {
  height: 38px;
  width: auto;
  display: block;
  background: #fff;
  border-radius: 6px;
  padding: 3px 10px;
}

.nav-links {
  display: flex;
  list-style: none;
  gap: 2px;
  flex: 1;
  overflow-x: auto;
}

.nav-links a {
  color: var(--color-muted);
  font-size: 0.82rem;
  font-weight: 500;
  padding: 6px 9px;
  border-radius: var(--radius);
  white-space: nowrap;
  transition: color 0.15s;
}
.nav-links a:hover, .nav-links a.active, .nav-links a.nav-active { color: var(--color-text); opacity: 1; }
.nav-links a.nav-urgent { color: #F5A05A; }
.nav-links a.nav-urgent:hover { color: #FFB96B; }

.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.lang-selector {
  background: transparent;
  border: 1px solid var(--color-border);
  color: var(--color-muted);
  font-family: var(--font-mono);
  font-size: 0.78rem;
  padding: 5px 8px;
  border-radius: var(--radius);
  cursor: pointer;
}
.lang-selector option { background: var(--color-surface); color: var(--color-text); }

.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  flex-direction: column;
  gap: 4px;
}
.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--color-text);
  border-radius: 1px;
  transition: opacity 0.15s;
}

/* ============================================================
   Urgent Banner
   ============================================================ */
.banner-urgent {
  position: fixed;
  top: calc(var(--lang-bar-h) + var(--nav-h));
  left: 0; right: 0;
  z-index: 90;
  background: linear-gradient(135deg, #6A2E08 0%, #4A1F04 100%);
  border-bottom: 1px solid rgba(212, 118, 44, 0.35);
  padding: 10px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  text-align: center;
}
.banner-urgent__text { font-size: 0.875rem; color: var(--color-text); }
.banner-urgent__countdown {
  font-family: var(--font-mono);
  font-size: 0.82rem;
  color: #F5C97B;
  background: rgba(0,0,0,0.3);
  padding: 3px 10px;
  border-radius: var(--radius);
  white-space: nowrap;
}
.banner-urgent a { color: #F5C97B; text-decoration: underline; }
.banner-urgent a:hover { color: #fff; }

/* ============================================================
   Buttons
   ============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 22px;
  border-radius: var(--radius);
  font-family: var(--font-ui);
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  border: none;
  transition: opacity 0.15s;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1;
}
.btn:hover { opacity: 0.85; }
.btn-primary   { background: var(--color-gold); color: #0D1117; }
.btn-outline   { background: transparent; border: 1px solid var(--color-gold); color: var(--color-gold); }
.btn-surface   { background: var(--color-surface); border: 1px solid var(--color-border); color: var(--color-text); }
.btn-urgent    { background: var(--color-urgent); color: #fff; }
.btn-success   { background: var(--color-success); color: #fff; }
.btn-error     { background: var(--color-error); color: #fff; }
.btn-lg        { padding: 14px 30px; font-size: 1rem; }
.btn-sm        { padding: 7px 14px; font-size: 0.8rem; }
.btn-full      { width: 100%; }
.btn:disabled  { opacity: 0.4; cursor: not-allowed; }

/* ============================================================
   Layout
   ============================================================ */
.container        { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.container--narrow{ max-width: 800px; }
.container--tight { max-width: 600px; }

.section    { padding: 100px 0; }
.section--sm{ padding: 60px 0; }
.section--xs{ padding: 40px 0; }

.pt-nav        { padding-top: calc(var(--lang-bar-h) + var(--nav-h) + 80px); }
.pt-nav-banner { padding-top: calc(var(--lang-bar-h) + var(--nav-h) + var(--banner-h) + 80px); }

.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }

.flex     { display: flex; }
.flex-col { flex-direction: column; }
.gap-8    { gap: 8px; }
.gap-12   { gap: 12px; }
.gap-16   { gap: 16px; }
.gap-24   { gap: 24px; }
.flex-wrap{ flex-wrap: wrap; }
.items-center { align-items: center; }
.justify-between { justify-content: space-between; }

.text-center { text-align: center; }
.text-right  { text-align: right; }

.mt-8  { margin-top:  8px; }
.mt-16 { margin-top: 16px; }
.mt-24 { margin-top: 24px; }
.mt-40 { margin-top: 40px; }
.mt-60 { margin-top: 60px; }
.mb-8  { margin-bottom:  8px; }
.mb-16 { margin-bottom: 16px; }
.mb-24 { margin-bottom: 24px; }
.mb-40 { margin-bottom: 40px; }
.mb-60 { margin-bottom: 60px; }

/* ============================================================
   Cards
   ============================================================ */
.card {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: var(--shadow);
}
.card--gold     { border-color: var(--color-gold); }
.card--gold-2   { border: 2px solid var(--color-gold); }
.card--featured {
  background: var(--color-surface-2);
  border: 2px solid var(--color-gold);
  position: relative;
}
.card--error    { border-color: var(--color-error); }
.card--urgent   { border-color: var(--color-urgent); }
.card--success  { border-color: var(--color-success); }

.card-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--color-gold);
  color: #0D1117;
  font-size: 0.72rem;
  font-weight: 500;
  padding: 3px 12px;
  border-radius: var(--radius);
  white-space: nowrap;
  font-family: var(--font-ui);
}

/* ============================================================
   Section headers
   ============================================================ */
.section-header { margin-bottom: 60px; }
.section-header--center { text-align: center; }
.section-header--center .section-header__desc { margin-left: auto; margin-right: auto; }

.section-label {
  font-family: var(--font-mono);
  font-size: 0.73rem;
  color: var(--color-gold);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 12px;
}

.section-title { color: var(--color-text); margin-bottom: 16px; }
.section-desc  { color: var(--color-muted); max-width: 640px; }

/* ============================================================
   Hero
   ============================================================ */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-top:    calc(var(--lang-bar-h) + var(--nav-h) + var(--banner-h) + 60px);
  padding-bottom: 80px;
}

.hero__content { max-width: 900px; }

.hero__title {
  font-size: clamp(3rem, 7vw, 5.5rem);
  font-weight: 300;
  line-height: 1.05;
  margin-bottom: 24px;
  color: var(--color-text);
}
.hero__title em { font-style: normal; color: var(--color-gold); }

.hero__subtitle {
  font-size: 1.1rem;
  color: var(--color-muted);
  max-width: 680px;
  margin-bottom: 40px;
  line-height: 1.75;
}

.hero__ctas { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 60px; }

.hero__stats { display: flex; gap: 40px; flex-wrap: wrap; }
.hero__stat {
  font-family: var(--font-mono);
  font-size: 0.82rem;
  color: var(--color-muted);
  border-left: 2px solid var(--color-gold);
  padding-left: 12px;
  line-height: 1.4;
}

/* ============================================================
   Comparison table
   ============================================================ */
.comparison-table { width: 100%; border-collapse: collapse; font-size: 0.88rem; }
.comparison-table th,
.comparison-table td { padding: 13px 16px; text-align: left; border-bottom: 1px solid var(--color-border); }
.comparison-table th {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  color: var(--color-gold);
  font-weight: 400;
  letter-spacing: 0.05em;
  background: rgba(255,255,255,0.02);
}
.comparison-table td:first-child { color: var(--color-muted); }
.comparison-table td.check  { color: var(--color-success); font-family: var(--font-mono); }
.comparison-table td.cross  { color: var(--color-muted);   font-family: var(--font-mono); }
.comparison-table td.partial{ color: var(--color-gold);    font-family: var(--font-mono); }
.comparison-table tr:last-child td { border-bottom: none; }
.comparison-table tbody tr:hover td { background: rgba(255,255,255,0.02); }

/* ============================================================
   Pricing
   ============================================================ */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: start;
}

.pricing-card__name {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  color: var(--color-gold);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.pricing-card__price {
  font-family: var(--font-display);
  font-size: 2.8rem;
  font-weight: 300;
  color: var(--color-text);
  line-height: 1;
  margin-bottom: 4px;
}
.pricing-card__period {
  font-size: 0.82rem;
  color: var(--color-muted);
  margin-bottom: 24px;
}
.pricing-card__features {
  list-style: none;
  margin-bottom: 28px;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.pricing-card__features li {
  padding: 8px 0;
  font-size: 0.875rem;
  color: var(--color-muted);
  border-bottom: 1px solid var(--color-border);
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.pricing-card__features li::before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  background: var(--color-success);
  border-radius: 50%;
  margin-top: 8px;
  flex-shrink: 0;
}

/* ============================================================
   Calendar table
   ============================================================ */
.calendar-wrap {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  overflow: hidden;
}
.calendar-tabs {
  display: flex;
  border-bottom: 1px solid var(--color-border);
}
.calendar-tab {
  flex: 1;
  padding: 14px 20px;
  background: none;
  border: none;
  color: var(--color-muted);
  font-family: var(--font-mono);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  transition: color 0.15s;
}
.calendar-tab.active { color: var(--color-gold); border-bottom-color: var(--color-gold); }
.calendar-tab:hover  { color: var(--color-text); }

.calendar-table { width: 100%; border-collapse: collapse; font-size: 0.875rem; }
.calendar-table th {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  color: var(--color-muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 10px 16px;
  text-align: left;
  border-bottom: 1px solid var(--color-border);
}
.calendar-table td {
  padding: 11px 16px;
  border-bottom: 1px solid var(--color-border);
  vertical-align: middle;
}
.calendar-table tr.past td { opacity: 0.35; }
.calendar-table tr.next td { background: rgba(201, 168, 76, 0.06); }
.calendar-table tr.next .cal-date { color: var(--color-gold); font-weight: 500; }
.calendar-table tr:last-child td { border-bottom: none; }

.cal-date { font-family: var(--font-mono); font-size: 0.875rem; }
.cal-badge {
  display: inline-block;
  padding: 2px 8px;
  border-radius: var(--radius);
  font-family: var(--font-mono);
  font-size: 0.7rem;
}
.cal-badge--ccse { background: rgba(201,168,76,0.12); color: var(--color-gold); }
.cal-badge--dele { background: rgba(35,134,54,0.12);  color: #4CAF7D; }
.cal-badge--next { background: rgba(201,168,76,0.25); color: var(--color-gold); }

/* ============================================================
   Testimonials
   ============================================================ */
.testimonial {
  padding: 28px 0;
  border-top: 2px solid var(--color-gold);
}
.testimonial__text {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 300;
  color: var(--color-text);
  margin-bottom: 16px;
  line-height: 1.65;
}
.testimonial__author {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  color: var(--color-muted);
}

/* ============================================================
   Alerts & notices
   ============================================================ */
.alert {
  padding: 16px 20px;
  border-radius: var(--radius);
  border-left: 3px solid;
  margin: 20px 0;
  font-size: 0.9rem;
}
.alert--warning { background: rgba(212,118,44,0.08); border-color: var(--color-urgent); }
.alert--error   { background: rgba(218,54,51,0.08);  border-color: var(--color-error); }
.alert--success { background: rgba(35,134,54,0.08);  border-color: var(--color-success); }
.alert--info    { background: rgba(30,45,78,0.5);    border-color: var(--color-gold); }
.alert__title   { font-weight: 500; color: var(--color-text); margin-bottom: 4px; }

/* ============================================================
   Accordion
   ============================================================ */
.accordion { border: 1px solid var(--color-border); border-radius: var(--radius); overflow: hidden; }
.accordion-item { border-bottom: 1px solid var(--color-border); }
.accordion-item:last-child { border-bottom: none; }
.accordion-trigger {
  width: 100%;
  background: none;
  border: none;
  padding: 18px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  color: var(--color-text);
  font-family: var(--font-ui);
  font-size: 0.925rem;
  font-weight: 500;
  text-align: left;
  transition: background 0.15s;
}
.accordion-trigger:hover { background: rgba(255,255,255,0.025); }
.accordion-icon {
  font-family: var(--font-mono);
  font-size: 1.3rem;
  color: var(--color-gold);
  line-height: 1;
  flex-shrink: 0;
  transition: transform 0.2s;
  margin-left: 16px;
}
.accordion-item.open .accordion-icon { transform: rotate(45deg); }
.accordion-body { display: none; padding: 0 24px 24px; }
.accordion-item.open .accordion-body { display: block; }

/* ============================================================
   Steps (process)
   ============================================================ */
.steps { display: flex; flex-direction: column; position: relative; }
.steps::before {
  content: '';
  position: absolute;
  left: 19px;
  top: 40px;
  bottom: 40px;
  width: 1px;
  background: var(--color-border);
}
.step { display: flex; gap: 24px; padding: 20px 0; position: relative; }
.step__num {
  width: 38px;
  height: 38px;
  background: var(--color-surface);
  border: 1px solid var(--color-gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-mono);
  font-size: 0.78rem;
  color: var(--color-gold);
  flex-shrink: 0;
  z-index: 1;
}
.step__body { flex: 1; padding-top: 8px; }
.step__title { font-weight: 500; color: var(--color-text); margin-bottom: 6px; }
.step__desc  { font-size: 0.875rem; color: var(--color-muted); }
.step__link  { font-size: 0.82rem; display: block; margin-top: 6px; }

/* ============================================================
   Links grid (citas)
   ============================================================ */
.links-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 16px; }
.link-card {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  padding: 20px 24px;
  transition: border-color 0.15s;
  display: block;
  color: inherit;
}
.link-card:hover { border-color: rgba(201,168,76,0.4); opacity: 1; }
.link-card__cat {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  color: var(--color-gold);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
  display: block;
}
.link-card__title { font-size: 0.925rem; font-weight: 500; color: var(--color-text); margin-bottom: 4px; }
.link-card__url   { font-family: var(--font-mono); font-size: 0.72rem; color: var(--color-muted); }

/* ============================================================
   Tags / pills
   ============================================================ */
.tag {
  display: inline-block;
  padding: 3px 10px;
  border-radius: var(--radius);
  font-family: var(--font-mono);
  font-size: 0.72rem;
}
.tag--gold    { background: rgba(201,168,76,0.1);  color: var(--color-gold); }
.tag--success { background: rgba(35,134,54,0.12);  color: #4CAF7D; }
.tag--error   { background: rgba(218,54,51,0.12);  color: #F87171; }
.tag--urgent  { background: rgba(212,118,44,0.12); color: #F5A05A; }
.tag--muted   { background: rgba(139,148,158,0.1); color: var(--color-muted); }

/* ============================================================
   Countdown display
   ============================================================ */
.countdown-lg {
  font-family: var(--font-mono);
  font-size: clamp(2rem, 5vw, 3.5rem);
  color: var(--color-gold);
  line-height: 1;
  letter-spacing: -0.02em;
}
.countdown-label {
  font-family: var(--font-mono);
  font-size: 0.8rem;
  color: var(--color-muted);
  margin-top: 8px;
}

/* ============================================================
   Page header (inner pages)
   ============================================================ */
.page-hero {
  padding-top: calc(var(--lang-bar-h) + var(--nav-h) + 72px);
  padding-bottom: 64px;
  border-bottom: 1px solid var(--color-border);
  text-align: center;
}
.page-hero--banner { padding-top: calc(var(--lang-bar-h) + var(--nav-h) + var(--banner-h) + 72px); }

/* Page hero icon */
.ph-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 20px;
  color: var(--color-gold);
  animation: phFloat 6s 0.2s ease-in-out infinite, phFadeIn 0.45s 0.05s ease-out both;
}
@keyframes phFloat {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-7px); }
}
@keyframes phFadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: none; }
}
.ph-title { font-size: clamp(2rem, 5vw, 3.5rem); margin-bottom: 16px; }
.ph-desc  { max-width: 640px; margin: 0 auto; }
.ph-stats {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 36px;
  flex-wrap: wrap;
}
.ph-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.ph-stat strong {
  font-family: var(--font-mono);
  font-size: 1.4rem;
  color: var(--color-gold);
  font-weight: 400;
  line-height: 1;
}
.ph-stat span {
  font-size: 0.72rem;
  color: var(--color-muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
@media (prefers-reduced-motion: reduce) {
  .ph-icon { animation: none; opacity: 1; }
}

.breadcrumb {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  color: var(--color-muted);
  margin-bottom: 20px;
  display: flex;
  gap: 6px;
  align-items: center;
}
.breadcrumb a { color: var(--color-muted); }
.breadcrumb a:hover { color: var(--color-gold); }
.breadcrumb__sep { color: var(--color-border); }

/* ============================================================
   Checklist
   ============================================================ */
.checklist { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.checklist li {
  display: flex;
  gap: 10px;
  font-size: 0.875rem;
  color: var(--color-muted);
  align-items: flex-start;
}
.checklist li::before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 1px solid var(--color-border);
  border-radius: 2px;
  flex-shrink: 0;
  margin-top: 3px;
}

/* ============================================================
   Definition list
   ============================================================ */
.def-grid { display: grid; grid-template-columns: auto 1fr; gap: 10px 24px; }
.def-grid dt { font-family: var(--font-mono); font-size: 0.8rem; color: var(--color-gold); padding-top: 1px; }
.def-grid dd { font-size: 0.875rem; color: var(--color-muted); }

/* ============================================================
   Divider
   ============================================================ */
.divider { height: 1px; background: var(--color-border); margin: 60px 0; }

/* ============================================================
   Disclaimer
   ============================================================ */
.disclaimer {
  background: rgba(139,148,158,0.05);
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  padding: 16px 20px;
  font-size: 0.8rem;
  color: var(--color-muted);
  line-height: 1.65;
  margin-top: 40px;
}

/* ============================================================
   Modal
   ============================================================ */
.modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.72);
  z-index: 200;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.modal-overlay.open { display: flex; }
.modal {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  padding: 36px;
  max-width: 480px;
  width: 100%;
  box-shadow: var(--shadow);
  position: relative;
}
.modal__close {
  position: absolute;
  top: 14px;
  right: 16px;
  background: none;
  border: none;
  color: var(--color-muted);
  font-size: 1.4rem;
  cursor: pointer;
  line-height: 1;
  font-family: var(--font-mono);
}
.modal__title { font-family: var(--font-display); font-size: 1.5rem; font-weight: 400; margin-bottom: 12px; }
.modal__desc  { font-size: 0.875rem; color: var(--color-muted); margin-bottom: 24px; }

/* ============================================================
   Forms
   ============================================================ */
.form-group  { margin-bottom: 16px; }
.form-label  { display: block; font-size: 0.82rem; color: var(--color-muted); margin-bottom: 6px; }
.form-input  {
  width: 100%;
  background: var(--color-bg);
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  padding: 10px 14px;
  color: var(--color-text);
  font-family: var(--font-ui);
  font-size: 0.9rem;
}
.form-input:focus { outline: 2px solid var(--color-gold); outline-offset: 2px; border-color: transparent; }
.form-note   { font-size: 0.78rem; color: var(--color-muted); margin-top: 5px; }

/* ============================================================
   Tools / Calculator
   ============================================================ */
.calc-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 14px 0;
  border-bottom: 1px solid var(--color-border);
  gap: 16px;
}
.calc-item:last-of-type { border-bottom: none; }
.calc-item__label {
  display: flex;
  gap: 12px;
  cursor: pointer;
  flex: 1;
}
.calc-item__label input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin-top: 3px;
  accent-color: var(--color-gold);
  flex-shrink: 0;
  cursor: pointer;
}
.calc-item__name  { font-size: 0.9rem; color: var(--color-text); margin-bottom: 2px; }
.calc-item__note  { font-size: 0.75rem; color: var(--color-muted); }
.calc-item__amt   { font-family: var(--font-mono); font-size: 0.88rem; color: var(--color-muted); flex-shrink: 0; padding-top: 3px; }

.calc-total {
  border-top: 2px solid var(--color-gold);
  margin-top: 20px;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.calc-total__label { font-family: var(--font-mono); font-size: 0.8rem; color: var(--color-gold); text-transform: uppercase; letter-spacing: 0.1em; }
.calc-total__amt   { font-family: var(--font-mono); font-size: 2.2rem; color: var(--color-text); line-height: 1; }

/* ============================================================
   Verifier
   ============================================================ */
.verifier-q {
  padding: 24px 0;
  border-bottom: 1px solid var(--color-border);
  display: none;
}
.verifier-q.active { display: block; }
.verifier-q__text  { font-size: 1rem; color: var(--color-text); margin-bottom: 16px; line-height: 1.5; }
.verifier-opts     { display: flex; gap: 12px; flex-wrap: wrap; }
.verifier-result   { padding: 24px; border-radius: var(--radius); margin-top: 24px; display: none; }
.verifier-result.active { display: block; }
.verifier-result--exempt  { background: rgba(35,134,54,0.1);  border: 1px solid rgba(35,134,54,0.4); }
.verifier-result--needed  { background: rgba(218,54,51,0.08); border: 1px solid rgba(218,54,51,0.4); }
.verifier-result__title   { font-family: var(--font-display); font-size: 1.4rem; font-weight: 400; margin-bottom: 10px; }

/* ============================================================
   Fade-in (Intersection Observer)
   ============================================================ */
.fade-in { opacity: 0; transform: translateY(14px); transition: opacity 0.45s ease, transform 0.45s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  .fade-in { opacity: 1; transform: none; transition: none; }
  * { transition-duration: 0.01ms !important; }
}

/* ============================================================
   Footer
   ============================================================ */
.footer {
  background: var(--color-surface);
  border-top: 1px solid var(--color-border);
  padding: 64px 0 40px;
  margin-top: 100px;
}
.footer__grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 48px;
}
.footer__brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--color-text);
  margin-bottom: 14px;
}
.footer__tagline { font-size: 0.85rem; color: var(--color-muted); margin-bottom: 16px; line-height: 1.5; }
.footer__col h4 {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  color: var(--color-gold);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 16px;
  font-weight: 400;
}
.footer__col ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.footer__col a  { font-size: 0.85rem; color: var(--color-muted); transition: color 0.15s; }
.footer__col a:hover { color: var(--color-text); opacity: 1; }

.footer__bottom {
  border-top: 1px solid var(--color-border);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  flex-wrap: wrap;
}
.footer__legal { font-size: 0.77rem; color: var(--color-muted); max-width: 680px; line-height: 1.65; }
.footer__update { font-family: var(--font-mono); font-size: 0.72rem; color: var(--color-muted); white-space: nowrap; }

/* ============================================================
   Responsive breakpoints
   ============================================================ */
@media (max-width: 1024px) {
  .pricing-grid { grid-template-columns: 1fr; max-width: 440px; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .nav-links {
    display: none;
    position: fixed;
    top: var(--nav-h);
    left: 0;
    right: 0;
    background: var(--color-surface);
    flex-direction: column;
    padding: 16px;
    border-bottom: 1px solid var(--color-border);
    gap: 2px;
    z-index: 99;
  }
  .nav-links.open { display: flex; }
  .nav-toggle { display: flex; }

  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr; gap: 24px; }

  .hero__stats { gap: 16px; }
  .section { padding: 64px 0; }
  .container { padding: 0 16px; }
  .comparison-table { font-size: 0.8rem; }
  .comparison-table th, .comparison-table td { padding: 10px 12px; }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
}

/* ============================================================
   Auth page
   ============================================================ */
.auth-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: calc(var(--nav-h) + 40px) 16px 60px;
}

.auth-card {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  padding: 40px 36px;
  width: 100%;
  max-width: 440px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.5);
}

@media (max-width: 480px) {
  .auth-card { padding: 28px 20px; }
}

.auth-card__logo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--color-text);
}

.auth-tabs {
  display: flex;
  gap: 0;
  border-bottom: 1px solid var(--color-border);
  margin-bottom: 28px;
}

.auth-tab {
  flex: 1;
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  padding: 10px 0;
  font-family: var(--font-ui);
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--color-muted);
  cursor: pointer;
  transition: color 0.15s, border-color 0.15s;
  margin-bottom: -1px;
}

.auth-tab:hover { color: var(--color-text); }

.auth-tab.active {
  color: var(--color-gold);
  border-bottom-color: var(--color-gold);
}

.auth-panel { display: none; }
.auth-panel.active { display: block; }

.auth-divider {
  text-align: center;
  color: var(--color-muted);
  font-size: 0.78rem;
  margin: 20px 0;
  position: relative;
}
.auth-divider::before,
.auth-divider::after {
  content: '';
  position: absolute;
  top: 50%;
  width: calc(50% - 24px);
  height: 1px;
  background: var(--color-border);
}
.auth-divider::before { left: 0; }
.auth-divider::after  { right: 0; }

.auth-social-proof {
  margin-top: 32px;
  text-align: center;
}

.auth-social-proof__text {
  font-size: 0.82rem;
  color: var(--color-muted);
  line-height: 1.6;
  margin-bottom: 16px;
}

.auth-social-proof__avatars {
  display: flex;
  justify-content: center;
  gap: -8px;
  margin-bottom: 10px;
}

.auth-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--color-surface-2);
  border: 2px solid var(--color-surface);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  color: var(--color-gold);
  font-family: var(--font-mono);
  margin-left: -8px;
}
.auth-avatar:first-child { margin-left: 0; }

.auth-social-proof__count {
  font-family: var(--font-mono);
  font-size: 0.8rem;
  color: var(--color-gold);
}

.auth-forgot {
  display: block;
  text-align: right;
  font-size: 0.78rem;
  color: var(--color-muted);
  margin-top: -8px;
  margin-bottom: 16px;
}
.auth-forgot:hover { color: var(--color-gold); opacity: 1; }

/* ============================================================
   Dashboard
   ============================================================ */
.dashboard-page {
  padding-top: calc(var(--nav-h) + 48px);
  padding-bottom: 80px;
  min-height: 100vh;
}

.dashboard-header {
  border-bottom: 1px solid var(--color-border);
  padding-bottom: 32px;
  margin-bottom: 40px;
}

.dashboard-greeting {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  font-weight: 300;
  color: var(--color-text);
  margin-bottom: 8px;
}

.dashboard-grid {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 24px;
  align-items: start;
}

@media (max-width: 900px) {
  .dashboard-grid { grid-template-columns: 1fr; }
}

/* Subscription badge */
.sub-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px;
  border-radius: var(--radius);
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 400;
}

.sub-badge--free {
  background: rgba(139, 148, 158, 0.1);
  color: var(--color-muted);
  border: 1px solid rgba(139, 148, 158, 0.2);
}

.sub-badge--ccse {
  background: rgba(201, 168, 76, 0.1);
  color: var(--color-gold);
  border: 1px solid rgba(201, 168, 76, 0.3);
}

.sub-badge--full {
  background: rgba(35, 134, 54, 0.1);
  color: #4CAF7D;
  border: 1px solid rgba(35, 134, 54, 0.3);
}

.sub-badge::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
  flex-shrink: 0;
}

/* Stats cards */
.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 24px;
}

@media (max-width: 600px) {
  .stats-grid { grid-template-columns: 1fr; }
}

.stat-card {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  padding: 20px 22px;
  text-align: center;
}

.stat-card__value {
  font-family: var(--font-mono);
  font-size: 1.8rem;
  color: var(--color-text);
  line-height: 1;
  margin-bottom: 6px;
}

.stat-card__label {
  font-size: 0.78rem;
  color: var(--color-muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-family: var(--font-mono);
}

/* Progress ring (SVG-based, CSS-driven) */
.progress-ring {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 20px;
}

.progress-ring__svg {
  transform: rotate(-90deg);
  overflow: visible;
}

.progress-ring__track {
  fill: none;
  stroke: var(--color-border);
  stroke-width: 6;
}

.progress-ring__fill {
  fill: none;
  stroke: var(--color-gold);
  stroke-width: 6;
  stroke-linecap: round;
  transition: stroke-dashoffset 0.8s ease;
}

.progress-ring__label {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  color: var(--color-muted);
  text-align: center;
}

/* Quick actions */
.quick-actions {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

@media (max-width: 480px) {
  .quick-actions { grid-template-columns: 1fr; }
}

.quick-action {
  display: flex;
  flex-direction: column;
  gap: 6px;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  padding: 18px 20px;
  text-decoration: none;
  color: var(--color-text);
  transition: border-color 0.15s, background 0.15s;
  cursor: pointer;
}

.quick-action:hover {
  border-color: rgba(201, 168, 76, 0.4);
  background: var(--color-surface-2);
  opacity: 1;
}

.quick-action__icon {
  font-size: 1.25rem;
  line-height: 1;
  margin-bottom: 2px;
}

.quick-action__title {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--color-text);
}

.quick-action__desc {
  font-size: 0.78rem;
  color: var(--color-muted);
}

/* Upgrade card */
.upgrade-card {
  background: linear-gradient(135deg, rgba(201,168,76,0.08) 0%, rgba(30,45,78,0.6) 100%);
  border: 1px solid rgba(201, 168, 76, 0.3);
  border-radius: var(--radius);
  padding: 28px;
  position: relative;
  overflow: hidden;
}

.upgrade-card::before {
  content: '';
  position: absolute;
  top: -40px;
  right: -40px;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, rgba(201,168,76,0.12) 0%, transparent 70%);
  pointer-events: none;
}

.upgrade-card__title {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 400;
  color: var(--color-text);
  margin-bottom: 8px;
}

.upgrade-card__desc {
  font-size: 0.85rem;
  color: var(--color-muted);
  margin-bottom: 20px;
  line-height: 1.6;
}

.upgrade-card__plans {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* Dashboard loading state */
#dashLoading {
  text-align: center;
  padding: 80px 20px;
  color: var(--color-muted);
  font-size: 0.9rem;
}

.dash-spinner {
  width: 32px;
  height: 32px;
  border: 2px solid var(--color-border);
  border-top-color: var(--color-gold);
  border-radius: 50%;
  animation: spin 0.7s linear infinite;
  margin: 0 auto 16px;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

/* Alerts */
.alert {
  border-radius: var(--radius);
  padding: 12px 16px;
  font-size: 0.875rem;
  line-height: 1.55;
  margin-bottom: 16px;
  display: none;
}
.alert.visible { display: block; }
.alert--info    { background: rgba(56, 139, 253, 0.08); border: 1px solid rgba(56,139,253,0.25); color: #79b8ff; }
.alert--warning { background: rgba(212,118,44,0.08);   border: 1px solid rgba(212,118,44,0.3);  color: #F5A05A; }
.alert--error   { background: rgba(218,54,51,0.08);    border: 1px solid rgba(218,54,51,0.35);  color: #F87171; }
.alert--success { background: rgba(35,134,54,0.08);    border: 1px solid rgba(35,134,54,0.3);   color: #4CAF7D; }

/* ── Wizard guiado ── */
.wiz { max-width: 640px; margin: 0 auto; }
.wiz-prog { height: 4px; background: var(--color-border); border-radius: 2px; overflow: hidden; margin-bottom: 28px; }
.wiz-prog-fill { height: 100%; background: var(--color-gold); border-radius: 2px; transition: width .35s ease; }
.wiz-body { padding: 0; }
.wiz-meta { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; min-height: 28px; }
.wiz-back-btn { background: none; border: none; color: var(--color-muted); font-size: .82rem; cursor: pointer; padding: 0; transition: color .15s; }
.wiz-back-btn:hover { color: var(--color-text); }
.wiz-counter { font-family: var(--font-mono); font-size: .72rem; color: var(--color-muted); text-transform: uppercase; letter-spacing: .08em; }
.wiz-question { font-size: clamp(1.15rem, 3vw, 1.55rem); font-weight: 700; margin: 0 0 8px; line-height: 1.3; }
.wiz-hint { font-size: .875rem; color: var(--color-muted); margin: 0 0 24px; line-height: 1.5; }
.wiz-options { display: flex; flex-direction: column; gap: 10px; }
.wiz-option {
  display: flex; align-items: center; gap: 12px;
  background: var(--color-surface); border: 1.5px solid var(--color-border);
  border-radius: 12px; padding: 14px 16px;
  cursor: pointer; text-align: left; color: var(--color-text);
  transition: border-color .15s, background .15s, transform .1s;
  min-height: 56px; width: 100%;
}
.wiz-option:hover { border-color: var(--color-gold); background: color-mix(in srgb, var(--color-gold) 5%, var(--color-surface)); transform: translateX(2px); }
.wiz-option:active { transform: scale(.99); }
.wiz-option-inner { display: flex; align-items: center; gap: 12px; flex: 1; min-width: 0; }
.wiz-option-icon { flex-shrink: 0; line-height: 1; color: var(--color-accent); display: inline-flex; align-items: center; }
.wiz-option-icon svg { width: 22px; height: 22px; }
.wiz-option-text { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.wiz-option-label { font-size: .93rem; font-weight: 600; line-height: 1.3; }
.wiz-option-desc { font-size: .78rem; color: var(--color-muted); line-height: 1.4; }
.wiz-option-arrow { font-size: 1.2rem; color: var(--color-muted); flex-shrink: 0; transition: color .15s, transform .15s; }
.wiz-option:hover .wiz-option-arrow { color: var(--color-gold); transform: translateX(2px); }

/* Result card */
.wiz-result { display: flex; flex-direction: column; gap: 24px; }
.wiz-result-badge {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 16px; border-radius: 10px;
  font-size: .95rem; font-weight: 700; line-height: 1.2;
}
.wiz-result-badge--ok   { background: rgba(35,134,54,.12); border: 1px solid rgba(35,134,54,.3); color: #4CAF7D; }
.wiz-result-badge--wait { background: rgba(212,118,44,.1);  border: 1px solid rgba(212,118,44,.3); color: #F5A05A; }
.wiz-result-sub { font-size: .9rem; color: var(--color-muted); margin: -8px 0 0; line-height: 1.5; }
.wiz-costs { background: var(--color-surface); border: 1px solid var(--color-border); border-radius: 12px; padding: 20px; }
.wiz-costs-title { font-family: var(--font-mono); font-size: .72rem; color: var(--color-gold); text-transform: uppercase; letter-spacing: .1em; margin-bottom: 14px; }
.wiz-cost-row { display: flex; justify-content: space-between; align-items: center; padding: 8px 0; border-bottom: 1px solid var(--color-border); font-size: .88rem; gap: 12px; }
.wiz-cost-row:last-of-type { border-bottom: none; }
.wiz-cost-row--exempt { opacity: .55; }
.wiz-cost-amount { font-family: var(--font-mono); color: var(--color-text); white-space: nowrap; }
.wiz-cost-exempt { text-decoration: line-through; }
.wiz-cost-total { display: flex; justify-content: space-between; align-items: center; padding: 12px 0 0; margin-top: 8px; border-top: 2px solid var(--color-gold); font-weight: 700; font-size: 1rem; }
.wiz-cost-total span:last-child { font-family: var(--font-mono); color: var(--color-gold); font-size: 1.1rem; }
.wiz-section-title { font-family: var(--font-mono); font-size: .72rem; color: var(--color-gold); text-transform: uppercase; letter-spacing: .1em; margin-bottom: 12px; }
.wiz-doc-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; }
.wiz-doc-list li { display: flex; gap: 10px; font-size: .875rem; color: var(--color-text); line-height: 1.4; }
.wiz-doc-list li::before { content: '✓'; color: var(--color-gold); flex-shrink: 0; font-weight: 700; }
.wiz-cita { display: flex; flex-direction: column; gap: 8px; }
.wiz-cta-link { display: inline-flex; align-items: center; gap: 6px; font-size: .9rem; color: var(--color-gold); text-decoration: none; font-weight: 600; border: 1px solid rgba(201,168,76,.3); border-radius: 8px; padding: 10px 16px; transition: background .15s, border-color .15s; }
.wiz-cta-link:hover { background: color-mix(in srgb, var(--color-gold) 8%, transparent); border-color: var(--color-gold); }
.wiz-cta-link--secondary { color: var(--color-muted); border-color: var(--color-border); }
.wiz-cta-link--secondary:hover { color: var(--color-text); border-color: var(--color-muted); }
.wiz-cta-row { display: flex; flex-wrap: wrap; gap: 10px; }
.wiz-verify-promo { background: color-mix(in srgb, var(--color-gold) 5%, var(--color-surface)); border: 1px solid color-mix(in srgb, var(--color-gold) 20%, transparent); border-radius: 12px; padding: 20px; }
.wiz-why { background: var(--color-surface); border: 1px solid var(--color-border); border-radius: 12px; padding: 20px; }
.wiz-restart-btn { background: none; border: none; color: var(--color-muted); font-size: .82rem; cursor: pointer; padding: 4px 0; text-decoration: underline; text-underline-offset: 3px; transition: color .15s; align-self: flex-start; }
.wiz-restart-btn:hover { color: var(--color-text); }

/* Wizard section wrapper */
.wiz-section { background: var(--color-surface); border-top: 1px solid var(--color-border); border-bottom: 1px solid var(--color-border); padding: 56px 0; }
@media (max-width: 640px) { .wiz-section { padding: 36px 0; } }
