/* ═══════════════════════════════════════════════════════════
   OPTONE — MY OPTONE Simulator v4 — Modern Report Design
   ═══════════════════════════════════════════════════════════ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --bg-deep:      #05080A;
  --bg-dark:      #090D10;
  --bg-card:      #0E1318;
  --bg-card2:     #131920;
  --bg-input:     #0B0F13;
  --border:       #1A2430;
  --border-light: #22303D;
  --teal:         #00C9B1;
  --teal-dim:     #009E8E;
  --teal-glow:    rgba(0,201,177,0.18);
  --teal-glow-sm: rgba(0,201,177,0.07);
  --white:        #F0F4F8;
  --white-dim:    #9BAAB8;
  --white-muted:  #556470;
  --red:          #FF4560;
  --orange:       #FF8C00;
  --purple:       #9D7BFF;
  --green:        #22D3A0;
  --radius-sm:    8px;
  --radius-md:    14px;
  --radius-lg:    22px;
  --radius-xl:    32px;
  --shadow-card:  0 8px 48px rgba(0,0,0,0.6), 0 1px 0 rgba(255,255,255,0.03) inset;
  --shadow-teal:  0 0 60px rgba(0,201,177,0.2);
  --font:         'Inter', sans-serif;
  --ease:         cubic-bezier(0.22,1,0.36,1);
}

html { scroll-behavior: smooth; }
body { font-family: var(--font); background: var(--bg-deep); color: var(--white); line-height: 1.65; overflow-x: hidden; }

.container         { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.container--narrow { max-width: 780px;  margin: 0 auto; padding: 0 24px; }
.container--report { max-width: 900px;  margin: 0 auto; padding: 0 24px; }
.text-teal { color: var(--teal); }
.hidden    { display: none !important; }

/* ══ HERO ══════════════════════════════════════════════════ */
.hero {
  position: relative; min-height: 100vh;
  display: flex; flex-direction: column;
  background: radial-gradient(ellipse 90% 55% at 50% -5%, rgba(0,201,177,0.13) 0%, transparent 65%), var(--bg-deep);
  overflow: hidden;
}
.hero__noise { position: absolute; inset: 0; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E"); opacity: 0.4; pointer-events: none; }
.hero__glow { position: absolute; width: 700px; height: 700px; border-radius: 50%; background: radial-gradient(circle, rgba(0,201,177,0.09) 0%, transparent 70%); pointer-events: none; }
.hero__glow--left  { top: -250px; left: -250px; }
.hero__glow--right { bottom: -350px; right: -250px; }

.nav { display: flex; align-items: center; padding: 28px 48px; position: relative; z-index: 10; }
.nav__logo { display: flex; align-items: center; gap: 2px; font-size: 1.9rem; font-weight: 900; letter-spacing: -0.05em; }
.logo-opt { color: var(--white); }
.logo-one { color: var(--teal); }
.logo-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 12px var(--teal), 0 0 24px rgba(0,201,177,0.4); margin-left: 3px; margin-bottom: 14px; display: inline-block; }

.hero__content { flex: 1; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; padding: 60px 24px 80px; position: relative; z-index: 5; }
.hero__eyebrow { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.2em; color: var(--teal); text-transform: uppercase; padding: 6px 18px; border: 1px solid rgba(0,201,177,0.28); border-radius: 100px; margin-bottom: 30px; background: rgba(0,201,177,0.06); }
.hero__title { font-size: clamp(2.5rem, 6vw, 4.4rem); font-weight: 900; line-height: 1.08; letter-spacing: -0.035em; color: var(--white); margin-bottom: 24px; }
.hero__subtitle { font-size: 1.05rem; color: var(--white-dim); max-width: 540px; margin-bottom: 38px; line-height: 1.8; }
.hero__subtitle strong { color: var(--white); }
.hero__badges { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }
.badge { display: flex; align-items: center; gap: 8px; padding: 8px 18px; border-radius: 100px; border: 1px solid var(--border-light); background: rgba(255,255,255,0.025); font-size: 0.82rem; font-weight: 600; color: var(--white-dim); backdrop-filter: blur(4px); }
.badge i { color: var(--teal); font-size: 0.78rem; }
.hero__scroll-hint { text-align: center; padding-bottom: 32px; color: var(--teal); font-size: 1.1rem; animation: bounce 2s infinite; position: relative; z-index: 5; }
@keyframes bounce { 0%,100%{transform:translateY(0);opacity:.7} 50%{transform:translateY(8px);opacity:1} }

/* ══ AGENTS STRIP ══════════════════════════════════════════ */
.agents-strip { background: linear-gradient(to right, var(--bg-dark), #0D1520, var(--bg-dark)); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 28px 0; }
.agents-strip__label { text-align: center; font-size: 0.63rem; font-weight: 700; letter-spacing: 0.22em; color: var(--white-muted); text-transform: uppercase; margin-bottom: 18px; }
.agents-strip__list { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.agent-chip { display: flex; align-items: center; gap: 8px; padding: 9px 20px; border-radius: 100px; background: rgba(255,255,255,0.025); border: 1px solid var(--border); font-size: 0.81rem; font-weight: 600; color: var(--white-dim); }
.agent-chip i { color: var(--white-muted); font-size: 0.78rem; }
.agent-chip--chief { background: rgba(0,201,177,0.07); border-color: rgba(0,201,177,0.3); color: var(--teal); }
.agent-chip--chief i { color: var(--teal); }
.agent-chip--chief em { font-style: italic; font-weight: 400; font-size: 0.75rem; opacity: .8; }

/* ══ FORM SECTION ══════════════════════════════════════════ */
.form-section { padding: 80px 0 100px; background: var(--bg-deep); }
.form-card { background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius-xl); box-shadow: var(--shadow-card); overflow: hidden; }
.form-card__header { padding: 44px 48px 32px; text-align: center; border-bottom: 1px solid var(--border); background: linear-gradient(to bottom, rgba(0,201,177,0.04), transparent); }
.form-card__icon { width: 60px; height: 60px; border-radius: 18px; background: rgba(0,201,177,0.1); border: 1px solid rgba(0,201,177,0.22); display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; font-size: 1.5rem; color: var(--teal); }
.form-card__title { font-size: 1.7rem; font-weight: 800; letter-spacing: -0.03em; color: var(--white); margin-bottom: 10px; }
.form-card__desc  { font-size: 0.9rem; color: var(--white-dim); max-width: 500px; margin: 0 auto 28px; }

/* Steps */
.form-steps { display: flex; align-items: center; justify-content: center; }
.step { display: flex; align-items: center; gap: 8px; font-size: 0.77rem; font-weight: 600; color: var(--white-muted); padding: 6px 14px; border-radius: 100px; transition: color .2s; }
.step span { width: 24px; height: 24px; border-radius: 50%; border: 2px solid var(--border-light); display: flex; align-items: center; justify-content: center; font-size: 0.7rem; font-weight: 800; transition: all .2s; }
.step.active { color: var(--teal); }
.step.active span { border-color: var(--teal); background: var(--teal-glow-sm); color: var(--teal); }
.step.done span { border-color: var(--teal); background: var(--teal); color: #050809; }
.step-line { width: 36px; height: 1px; background: var(--border-light); flex-shrink: 0; }

/* Form step pages */
.form-step { padding: 36px 48px 44px; }
.step-title { font-size: 0.73rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: var(--teal); display: flex; align-items: center; gap: 8px; margin-bottom: 28px; padding-bottom: 14px; border-bottom: 1px solid var(--border); }

/* Fields */
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.field-group { margin-bottom: 22px; }
.field-group:last-child { margin-bottom: 0; }
.field-label { display: flex; align-items: center; gap: 8px; font-size: 0.76rem; font-weight: 700; color: var(--white-dim); text-transform: uppercase; letter-spacing: 0.09em; margin-bottom: 9px; }
.field-label i { color: var(--teal); width: 14px; }
.field-label small { font-weight: 400; text-transform: none; letter-spacing: 0; color: var(--white-muted); font-size: 0.77rem; }
.field-input { width: 100%; background: var(--bg-input); border: 1px solid var(--border-light); border-radius: var(--radius-sm); color: var(--white); font-family: var(--font); font-size: 0.93rem; padding: 13px 16px; outline: none; resize: none; transition: border-color .2s, box-shadow .2s; }
.field-input::placeholder { color: var(--white-muted); }
.field-input:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(0,201,177,0.07); }
.field-input.is-error { border-color: var(--red); }
.field-textarea { min-height: 86px; }
.field-select { appearance: none; cursor: pointer; 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 fill='%23556470' d='M6 8L0 0h12z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 38px; }
.field-select option { background: #0E1318; }
.field-error { display: block; margin-top: 5px; font-size: 0.75rem; color: var(--red); min-height: 16px; }
.field-hint  { display: block; margin-top: 5px; font-size: 0.75rem; color: var(--white-muted); min-height: 16px; }
.field-hint.scanning { color: var(--teal); animation: pulse 1.5s infinite; }
.field-hint.done { color: var(--green); }
@keyframes pulse { 0%,100%{opacity:1} 50%{opacity:.4} }

/* Phone wrap */
.phone-wrap { display: flex; gap: 10px; }
.phone-country { width: 120px; flex-shrink: 0; }
.phone-number  { flex: 1; }

/* Prefix input */
.field-prefix-wrap { display: flex; align-items: stretch; }
.field-prefix { background: var(--bg-input); border: 1px solid var(--border-light); border-right: none; border-radius: var(--radius-sm) 0 0 var(--radius-sm); padding: 13px 12px; color: var(--teal); font-weight: 700; font-size: 0.93rem; flex-shrink: 0; display: flex; align-items: center; }
.field-input--prefix { border-radius: 0 var(--radius-sm) var(--radius-sm) 0; }

/* Radio cards */
.radio-group { display: flex; gap: 14px; margin-top: 4px; }
.radio-card { flex: 1; display: flex; align-items: center; gap: 10px; padding: 14px 18px; border-radius: var(--radius-md); border: 1px solid var(--border-light); background: rgba(255,255,255,0.02); cursor: pointer; font-size: 0.88rem; font-weight: 600; color: var(--white-dim); transition: all .2s; }
.radio-card input { display: none; }
.radio-card i { font-size: 1.1rem; color: var(--white-muted); }
.radio-card.selected { border-color: var(--teal); background: rgba(0,201,177,0.07); color: var(--teal); }
.radio-card.selected i { color: var(--teal); }

/* Options grid */
.options-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; margin-top: 10px; }
.options-grid--revenue { grid-template-columns: repeat(3,1fr); }
.option-card { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 14px 10px; border-radius: var(--radius-md); border: 1px solid var(--border-light); background: rgba(255,255,255,0.02); cursor: pointer; text-align: center; font-size: 0.84rem; font-weight: 700; color: var(--white-dim); transition: all .2s; }
.option-card input { display: none; }
.option-card small { font-size: 0.7rem; font-weight: 400; color: var(--white-muted); margin-top: 3px; }
.option-card.selected { border-color: var(--teal); background: rgba(0,201,177,0.07); color: var(--teal); }

/* Nav buttons */
.step-nav { display: flex; align-items: center; justify-content: space-between; margin-top: 32px; gap: 14px; }
.btn-step { display: flex; align-items: center; gap: 8px; padding: 12px 22px; border-radius: var(--radius-md); border: 1px solid var(--border-light); background: rgba(255,255,255,0.03); color: var(--white-dim); font-family: var(--font); font-size: 0.86rem; font-weight: 600; cursor: pointer; transition: all .2s; }
.btn-step:hover { border-color: rgba(0,201,177,0.4); color: var(--white); }
.btn-step--next { background: rgba(0,201,177,0.09); border-color: rgba(0,201,177,0.28); color: var(--teal); }
.btn-step--next:hover { background: rgba(0,201,177,0.16); }

/* Generate button */
.btn-generate { flex: 1; padding: 16px 28px; border-radius: var(--radius-md); border: none; cursor: pointer; background: linear-gradient(135deg, var(--teal) 0%, var(--teal-dim) 100%); color: #050809; font-family: var(--font); font-size: 1rem; font-weight: 800; box-shadow: 0 4px 28px rgba(0,201,177,0.3); transition: transform .2s var(--ease), box-shadow .2s; position: relative; overflow: hidden; }
.btn-generate::before { content:''; position:absolute; inset:0; background: linear-gradient(135deg,rgba(255,255,255,.15) 0%,transparent 55%); pointer-events:none; }
.btn-generate:hover:not(:disabled) { transform: translateY(-2px); box-shadow: 0 10px 36px rgba(0,201,177,0.42); }
.btn-generate:disabled { opacity:.65; cursor:not-allowed; }
.btn-generate__text, .btn-generate__loader { display:flex; align-items:center; justify-content:center; gap:10px; }

/* ══ REPORT HERO ════════════════════════════════════════════ */
.report-hero {
  position: relative; overflow: hidden;
  background: linear-gradient(160deg, #0A1520 0%, #060C12 50%, #050A0E 100%);
  border-bottom: 1px solid var(--border);
  padding: 80px 0 60px;
  margin-bottom: 48px;
  animation: fadeInUp .5s ease;
}
.report-hero__glow {
  position: absolute; top: -200px; left: 50%; transform: translateX(-50%);
  width: 800px; height: 500px; border-radius: 50%;
  background: radial-gradient(ellipse, rgba(0,201,177,0.12) 0%, transparent 65%);
  pointer-events: none;
}
.report-hero__badge {
  display: inline-block; font-size: 0.62rem; font-weight: 700; letter-spacing: 0.24em;
  text-transform: uppercase; color: var(--teal); padding: 5px 16px;
  border: 1px solid rgba(0,201,177,0.28); border-radius: 100px;
  background: rgba(0,201,177,0.05); margin-bottom: 22px;
}
.report-hero__title {
  font-size: clamp(1.9rem,4vw,3rem); font-weight: 900; letter-spacing: -0.04em;
  color: var(--white); margin-bottom: 12px; line-height: 1.15;
}
.report-hero__meta { font-size: 0.85rem; color: var(--white-muted); margin-bottom: 32px; line-height: 1.7; }

/* Report agent chips */
.report-hero__agents { display: flex; gap: 10px; flex-wrap: wrap; }
.r-agent {
  display: flex; align-items: center; gap: 8px; padding: 8px 16px;
  border-radius: 100px; font-size: 0.78rem; font-weight: 700;
  border: 1px solid; transition: all .2s;
}
.r-agent--chief  { color: var(--teal);   border-color: rgba(0,201,177,0.35);  background: rgba(0,201,177,0.07); }
.r-agent--martha { color: #F472B6; border-color: rgba(244,114,182,0.3); background: rgba(244,114,182,0.06); }
.r-agent--saly   { color: #60A5FA; border-color: rgba(96,165,250,0.3);   background: rgba(96,165,250,0.06); }
.r-agent--ollie  { color: #FBBF24; border-color: rgba(251,191,36,0.3);   background: rgba(251,191,36,0.06); }
.r-agent--cody   { color: var(--purple); border-color: rgba(157,123,255,0.3); background: rgba(157,123,255,0.06); }

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

/* ══ PHASE CARDS ════════════════════════════════════════════ */
.phase-card {
  margin-bottom: 24px; border-radius: var(--radius-xl); overflow: hidden;
  background: var(--bg-card); border: 1px solid var(--border);
  box-shadow: var(--shadow-card); transition: transform .25s var(--ease), box-shadow .25s;
}
.phase-card:hover { transform: translateY(-3px); box-shadow: 0 16px 60px rgba(0,0,0,0.65), 0 1px 0 rgba(255,255,255,0.03) inset; }

.phase-card__header {
  display: flex; align-items: center; gap: 20px;
  padding: 24px 32px; border-bottom: 1px solid var(--border);
  position: relative; overflow: hidden;
}
.phase-card__header::before {
  content:''; position:absolute; inset:0;
  background: linear-gradient(90deg, var(--phase-color, rgba(0,201,177,0.05)) 0%, transparent 60%);
  opacity: .4; pointer-events:none;
}

.phase-card__num {
  font-size: 3rem; font-weight: 900; letter-spacing: -0.06em; line-height: 1;
  color: var(--phase-color, var(--teal)); opacity: .35;
  flex-shrink: 0; width: 56px;
}
.phase-card__meta { flex: 1; }
.phase-card__tag {
  display: inline-block; font-size: 0.6rem; font-weight: 800; letter-spacing: 0.2em;
  text-transform: uppercase; padding: 3px 10px; border-radius: 100px;
  color: var(--phase-color, var(--teal));
  border: 1px solid var(--phase-color, rgba(0,201,177,0.3));
  background: rgba(0,0,0,0.2); margin-bottom: 6px;
}
.phase-card__title { font-size: 1.12rem; font-weight: 800; letter-spacing: -0.02em; color: var(--white); line-height: 1.3; }
.phase-card__icon-lg { font-size: 1.6rem; color: var(--phase-color, var(--teal)); opacity: .25; flex-shrink: 0; }

/* Phase color tokens */
.phase-card--1 { --phase-color: #FF4560; border-top: 2px solid rgba(255,69,96,0.45); }
.phase-card--2 { --phase-color: #FF8C00; border-top: 2px solid rgba(255,140,0,0.45); }
.phase-card--3 { --phase-color: #00C9B1; border-top: 2px solid rgba(0,201,177,0.45); }
.phase-card--4 { --phase-color: #9D7BFF; border-top: 2px solid rgba(157,123,255,0.45); }

/* Phase body */
.phase-card__body { padding: 28px 32px 32px; font-size: 0.95rem; color: var(--white-dim); line-height: 1.85; }
.phase-card__body p { margin-bottom: 16px; }
.phase-card__body p:last-child { margin-bottom: 0; }
.phase-card__body strong { color: var(--white); font-weight: 700; }
.phase-card__body em { color: var(--teal); font-style: italic; }

/* ── Timeline (Fase 3) ─────────────────────────────────── */
.timeline { display: flex; flex-direction: column; gap: 0; margin: 8px 0; }

.timeline-item {
  display: grid; grid-template-columns: 100px 1fr;
  gap: 0; position: relative;
}
.timeline-item + .timeline-item::before {
  content: ''; position: absolute;
  left: 48px; top: -1px;
  width: 2px; height: 100%;
  background: var(--border); z-index: 0;
}

.timeline-item__left {
  display: flex; flex-direction: column; align-items: center;
  padding: 20px 0 20px; gap: 8px; position: relative; z-index: 1;
}
.timeline-item__dot {
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--bg-card2); border: 2px solid var(--teal);
  display: flex; align-items: center; justify-content: center;
  color: var(--teal); font-size: 0.8rem; flex-shrink: 0;
  box-shadow: 0 0 16px rgba(0,201,177,0.2);
}
.timeline-item__time {
  font-size: 0.68rem; font-weight: 800; color: var(--teal);
  letter-spacing: 0.04em; text-align: center; line-height: 1.2;
  white-space: nowrap;
}

.timeline-item__right {
  padding: 20px 0 20px 24px;
  border-left: 2px solid var(--border);
}
.timeline-item__heading {
  font-size: 0.78rem; font-weight: 800; letter-spacing: 0.06em;
  text-transform: uppercase; color: var(--white-muted); margin-bottom: 8px;
  display: flex; align-items: center; gap: 8px;
}
.timeline-item__heading .agent-tag {
  display: inline-flex; align-items: center; gap: 5px;
  padding: 2px 10px; border-radius: 100px; font-size: 0.68rem; font-weight: 800;
  letter-spacing: 0.04em; text-transform: uppercase;
}
.timeline-item__text { font-size: 0.91rem; color: var(--white-dim); line-height: 1.75; }
.timeline-item__text strong { color: var(--white); }

/* Agent tag colors */
.tag-chief  { background: rgba(0,201,177,0.12);  color: var(--teal);   border: 1px solid rgba(0,201,177,0.25); }
.tag-saly   { background: rgba(96,165,250,0.1);  color: #60A5FA; border: 1px solid rgba(96,165,250,0.22); }
.tag-martha { background: rgba(244,114,182,0.1); color: #F472B6; border: 1px solid rgba(244,114,182,0.22); }
.tag-ollie  { background: rgba(251,191,36,0.1);  color: #FBBF24; border: 1px solid rgba(251,191,36,0.22); }
.tag-cody   { background: rgba(157,123,255,0.1); color: var(--purple); border: 1px solid rgba(157,123,255,0.22); }

/* ── Ralo list (Fase 2) ─────────────────────────────────── */
.ralo-list { list-style: none; display: flex; flex-direction: column; gap: 14px; margin: 12px 0; }
.ralo-item {
  padding: 20px 22px; border-radius: var(--radius-md);
  background: rgba(255,140,0,0.04); border: 1px solid rgba(255,140,0,0.16);
  border-left: 3px solid var(--orange);
}
.ralo-item__title { font-size: 0.88rem; font-weight: 800; color: var(--white); margin-bottom: 8px; display: flex; align-items: center; gap: 8px; }
.ralo-item__body  { font-size: 0.88rem; color: var(--white-dim); line-height: 1.75; }
.ralo-item__loss  { display: inline-block; margin-top: 8px; font-size: 0.8rem; font-weight: 800; color: var(--red); background: rgba(255,69,96,0.08); padding: 3px 12px; border-radius: 100px; border: 1px solid rgba(255,69,96,0.2); }

/* ── Math table (Fase 4) ────────────────────────────────── */
.math-table { border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--border); margin: 16px 0; }
.math-row { display: flex; align-items: center; padding: 14px 22px; border-bottom: 1px solid var(--border); gap: 14px; transition: background .15s; }
.math-row:last-child { border-bottom: none; }
.math-row:hover { background: rgba(255,255,255,0.015); }
.math-row--human  { background: rgba(255,69,96,0.04); }
.math-row--optone { background: rgba(0,201,177,0.04); }
.math-row--total  { background: rgba(157,123,255,0.06); }
.math-row__icon { font-size: 1rem; width: 28px; text-align: center; flex-shrink: 0; }
.math-row--human  .math-row__icon { color: var(--red); }
.math-row--optone .math-row__icon { color: var(--teal); }
.math-row--total  .math-row__icon { color: var(--purple); }
.math-row__label { flex: 1; font-size: 0.86rem; color: var(--white-dim); }
.math-row__value { font-size: 0.92rem; font-weight: 800; white-space: nowrap; }
.math-row--human  .math-row__value { color: var(--red); }
.math-row--optone .math-row__value { color: var(--teal); }
.math-row--total  .math-row__value { color: var(--purple); }

.math-total-row { border-top: 2px solid rgba(255,69,96,0.35) !important; }
.math-optone-row { border-top: 2px solid rgba(0,201,177,0.35) !important; }

.conclusion-box {
  margin-top: 20px; padding: 22px 26px; border-radius: var(--radius-lg);
  background: linear-gradient(135deg, rgba(0,201,177,0.07), rgba(157,123,255,0.04));
  border: 1px solid rgba(0,201,177,0.18); font-size: 0.93rem; font-weight: 500; color: var(--white-dim); line-height: 1.8;
}
.conclusion-box strong { color: var(--teal); }

/* ══ SKELETON ══════════════════════════════════════════════ */
.skeleton-lines { display: flex; flex-direction: column; gap: 12px; padding: 8px 0; }
.skeleton-lines span { display: block; height: 13px; border-radius: 6px; background: linear-gradient(90deg, var(--border) 25%, var(--border-light) 50%, var(--border) 75%); background-size: 200% 100%; animation: shimmer 1.4s infinite; }
.skeleton-lines span:nth-child(1){width:100%}
.skeleton-lines span:nth-child(2){width:85%}
.skeleton-lines span:nth-child(3){width:92%}
.skeleton-lines span:nth-child(4){width:70%}
@keyframes shimmer { 0%{background-position:200% 0} 100%{background-position:-200% 0} }

.cursor-blink { display:inline-block; color:var(--teal); animation:blink .75s step-end infinite; margin-left:2px; vertical-align:middle; }
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:0} }

.phase-hidden  { opacity:0; transform:translateY(24px); pointer-events:none; transition:opacity .5s var(--ease), transform .5s var(--ease); }
.phase-reveal  { opacity:1 !important; transform:translateY(0) !important; pointer-events:all !important; }

/* ══ REPORT CTA ════════════════════════════════════════════ */
.report-cta { margin: 48px 0 80px; }
.report-cta__inner {
  position: relative; overflow: hidden;
  background: linear-gradient(135deg, #0C1C28 0%, #091420 100%);
  border: 1px solid rgba(0,201,177,0.2); border-radius: var(--radius-xl);
  padding: 60px 48px; text-align: center;
  box-shadow: 0 0 80px rgba(0,201,177,0.08), var(--shadow-card);
}
.report-cta__glow {
  position: absolute; top: -100px; left: 50%; transform: translateX(-50%);
  width: 600px; height: 400px; border-radius: 50%;
  background: radial-gradient(ellipse, rgba(0,201,177,0.1) 0%, transparent 65%);
  pointer-events: none;
}
.report-cta__eyebrow {
  font-size: 0.65rem; font-weight: 800; letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--teal); margin-bottom: 16px;
}
.report-cta__title {
  font-size: clamp(1.6rem, 3.5vw, 2.4rem); font-weight: 900; letter-spacing: -0.03em;
  color: var(--white); line-height: 1.2; margin-bottom: 16px; max-width: 580px; margin-left: auto; margin-right: auto;
}
.report-cta__title span { color: var(--teal); }
.report-cta__sub {
  font-size: 1rem; color: var(--white-dim); max-width: 440px;
  margin: 0 auto 36px; line-height: 1.7;
}
.report-cta__actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-bottom: 18px; }
.btn-cta {
  display: inline-flex; align-items: center; gap: 10px; padding: 16px 32px;
  border-radius: var(--radius-md); font-family: var(--font); font-size: 0.95rem; font-weight: 800;
  cursor: pointer; border: none; text-decoration: none; transition: transform .2s var(--ease), box-shadow .2s;
}
.btn-cta:hover { transform: translateY(-3px); }
.btn-cta--primary {
  background: linear-gradient(135deg, var(--teal), var(--teal-dim));
  color: #050809; box-shadow: 0 6px 28px rgba(0,201,177,0.38);
}
.btn-cta--primary:hover { box-shadow: 0 12px 40px rgba(0,201,177,0.5); }
.btn-cta--ghost {
  background: rgba(255,255,255,0.04); color: var(--white-dim);
  border: 1px solid var(--border-light);
}
.btn-cta--ghost:hover { color: var(--white); border-color: rgba(0,201,177,0.35); }
.report-cta__note { font-size: 0.78rem; color: var(--white-muted); }

/* API Error box */
.api-error-box {
  display: flex; align-items: flex-start; gap: 12px; padding: 16px 20px; margin-bottom: 20px;
  border-radius: var(--radius-md); background: rgba(255,69,96,0.07); border: 1px solid rgba(255,69,96,0.28);
  font-size: 0.87rem; color: var(--white-dim); line-height: 1.5;
}
.api-error-box i { color: var(--red); margin-top: 2px; flex-shrink: 0; }
.api-error-box strong { color: var(--red); display: block; margin-bottom: 3px; }

/* ══ FOOTER ════════════════════════════════════════════════ */
.footer { border-top: 1px solid var(--border); padding: 40px 0; text-align: center; background: var(--bg-dark); }
.footer__logo  { font-size: 1.5rem; font-weight: 900; letter-spacing: -0.04em; margin-bottom: 10px; }
.footer__tagline { font-size: 0.84rem; color: var(--white-muted); margin-bottom: 6px; }
.footer__copy    { font-size: 0.73rem; color: #2A3A46; }

/* ══ PRINT ═════════════════════════════════════════════════ */
@media print {
  .hero,.agents-strip,.form-section,.footer,.report-cta,.report-hero__agents { display:none!important; }
  body { background:#fff; color:#111; }
  .report-section { padding:0; }
  .phase-card { break-inside:avoid; box-shadow:none; border:1px solid #ccc; border-radius:8px; }
  .phase-card__body,.phase-card__title,.timeline-item__text,.ralo-item__body { color:#222; }
  .report-hero { background:#f5f5f5; padding:30px 0; border:none; }
  .report-hero__title,.report-hero__meta { color:#111; }
}

/* ══ RESPONSIVE ════════════════════════════════════════════ */
@media (max-width: 700px) {
  .nav { padding: 20px; }
  .form-step { padding: 28px 20px 36px; }
  .form-card__header { padding: 32px 20px 24px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .options-grid--revenue { grid-template-columns: 1fr 1fr; }
  .radio-group { flex-direction: column; }
  .step-nav { flex-direction: column; }
  .step-nav > * { width: 100%; justify-content: center; }
  .btn-generate { margin-left: 0; }
  .phone-wrap { flex-direction: column; gap: 8px; }
  .phone-country { width: 100%; }
  .phase-card__header { flex-wrap: wrap; padding: 20px 22px; }
  .phase-card__icon-lg { display: none; }
  .phase-card__body { padding: 22px; }
  .timeline-item { grid-template-columns: 80px 1fr; }
  .report-cta__inner { padding: 40px 24px; }
  .report-hero { padding: 60px 0 40px; }
}
