/* ══════════════════════════════════════════════════════════════
   NuvemSign LP — Design System
   ══════════════════════════════════════════════════════════════ */

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

:root {
  --blue-dark: #0a1628;
  --blue-mid: #0d2454;
  --blue-primary: #1447e6;
  --blue-bright: #2563ff;
  --blue-light: #3b82f6;
  --cyan: #00d4ff;
  --white: #ffffff;
  --gray-100: #f0f4ff;
  --gray-200: #dde6f5;
  --gray-500: #8899bb;
  --green: #22c55e;
  --red: #ef4444;
  --radius: 14px;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Plus Jakarta Sans', sans-serif;
  background: var(--blue-dark);
  color: var(--white);
  overflow-x: hidden;
}

/* ══════════════════════════════════════════════════════════════
   NAV
   ══════════════════════════════════════════════════════════════ */
.logo-bar {
  display: flex; align-items: center; justify-content: center;
  padding: 20px 40px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.logo-bar-inner { display: flex; align-items: center; gap: 10px; }
.logo-bar-inner svg { width: 36px; height: 36px; }
.logo-bar-inner span { font-family: 'Syne', sans-serif; font-size: 1.25rem; color: var(--white); }

/* ══════════════════════════════════════════════════════════════
   HERO
   ══════════════════════════════════════════════════════════════ */
.hero {
  position: relative;
  min-height: 90vh;
  display: flex; align-items: center;
  padding: 80px 40px 60px;
  overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0; z-index: 0;
  background: radial-gradient(ellipse 80% 60% at 60% 40%, rgba(20,71,230,0.25) 0%, transparent 70%),
              radial-gradient(ellipse 50% 40% at 20% 80%, rgba(0,212,255,0.1) 0%, transparent 60%);
}
.hero-grid {
  position: absolute; inset: 0; z-index: 0; opacity: 0.04;
  background-image: linear-gradient(rgba(255,255,255,.5) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(255,255,255,.5) 1px, transparent 1px);
  background-size: 60px 60px;
}
.hero-content {
  position: relative; z-index: 1;
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center;
  width: 100%;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(20,71,230,0.2);
  border: 1px solid rgba(20,71,230,0.4);
  border-radius: 100px;
  padding: 6px 16px;
  font-size: 0.8rem; font-weight: 600; color: var(--cyan);
  margin-bottom: 24px;
  animation: fadeUp .6s ease both;
}
.hero-badge span { width: 6px; height: 6px; border-radius: 50%; background: var(--cyan); display: inline-block; }
.hero h1 {
  font-family: 'Syne', sans-serif;
  font-size: clamp(2.4rem, 4.5vw, 3.6rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
  animation: fadeUp .6s .1s ease both;
}
.hero h1 em { font-style: normal; color: var(--cyan); }
.hero-sub {
  font-size: 1.1rem; color: var(--gray-200); line-height: 1.7;
  margin-bottom: 28px;
  animation: fadeUp .6s .2s ease both;
}
.hero-price-bar {
  display: flex; align-items: center; gap: 12px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 12px;
  padding: 16px 20px;
  margin-bottom: 28px;
  animation: fadeUp .6s .3s ease both;
}
.price-tag { font-family: 'Syne', sans-serif; font-size: 2rem; font-weight: 800; color: var(--white); }
.price-tag span { font-size: 1rem; font-weight: 600; color: var(--gray-500); }
.price-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-left: auto; }
.pill {
  background: rgba(34,197,94,0.15);
  border: 1px solid rgba(34,197,94,0.3);
  color: var(--green);
  font-size: 0.75rem; font-weight: 600;
  padding: 4px 10px; border-radius: 100px;
}
.hero-actions {
  display: flex; gap: 14px; flex-wrap: wrap;
  animation: fadeUp .6s .4s ease both;
}

/* ── BUTTONS ── */
.btn-primary {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--blue-primary);
  color: var(--white);
  padding: 16px 32px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 700; font-size: 1rem;
  transition: all .2s;
  box-shadow: 0 4px 24px rgba(20,71,230,0.4);
  border: none; cursor: pointer;
}
.btn-primary:hover { background: var(--blue-bright); transform: translateY(-2px); box-shadow: 0 8px 32px rgba(20,71,230,0.5); }
.btn-primary svg { width: 18px; height: 18px; }

/* ── PHONE MOCKUP ── */
.hero-visual { animation: fadeUp .6s .2s ease both; }
.phone-wrap {
  position: relative;
  display: inline-flex;
  justify-content: center;
  margin: 0 auto;
}
.phone-real {
  width: 290px;
  background: #000;
  border-radius: 40px;
  border: 4px solid #1a202c;
  padding: 8px;
  box-shadow: 0 40px 80px rgba(0,0,0,0.6), 0 0 0 1px rgba(255,255,255,0.05);
  position: relative;
}
.phone-notch {
  position: absolute;
  top: 8px; left: 50%; transform: translateX(-50%);
  width: 100px; height: 26px;
  background: #000;
  border-radius: 0 0 14px 14px;
  z-index: 2;
}
.phone-screen-real {
  background: #fff;
  border-radius: 32px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: flex;
}
.phone-screen-real img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.phone-glow {
  position: absolute;
  width: 200px; height: 200px;
  background: radial-gradient(circle, rgba(20,71,230,0.3), transparent 70%);
  bottom: -40px; left: 50%; transform: translateX(-50%);
  filter: blur(30px);
  pointer-events: none;
}
.whatsapp-bubble {
  position: absolute;
  top: 30px; right: -20px;
  background: #25d366;
  border-radius: 16px 16px 16px 16px;
  padding: 10px 14px;
  font-size: 0.72rem; font-weight: 600; color: white;
  box-shadow: 0 8px 20px rgba(37,211,102,0.4);
  white-space: nowrap;
  animation: float 3s ease-in-out infinite;
  z-index: 10;
}
.whatsapp-bubble::before { content: '📲 '; }
.time-bubble {
  position: absolute;
  bottom: 60px; left: -30px;
  background: var(--blue-mid);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 12px;
  padding: 10px 14px;
  font-size: 0.72rem; font-weight: 600; color: var(--cyan);
  white-space: nowrap;
  animation: float 3s .5s ease-in-out infinite;
  z-index: 10;
}

/* ══════════════════════════════════════════════════════════════
   SOCIAL PROOF BAR
   ══════════════════════════════════════════════════════════════ */
.proof-bar {
  background: rgba(255,255,255,0.03);
  border-top: 1px solid rgba(255,255,255,0.06);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  padding: 20px 40px;
}
.proof-inner {
  max-width: 1200px; margin: 0 auto;
  display: flex; align-items: center; justify-content: center; gap: 48px; flex-wrap: wrap;
}
.proof-item { display: flex; align-items: center; gap: 10px; }
.proof-icon { font-size: 1.3rem; }
.proof-text { font-size: 0.85rem; color: var(--gray-200); font-weight: 500; }
.proof-text strong { color: var(--white); }

/* ══════════════════════════════════════════════════════════════
   SECTIONS
   ══════════════════════════════════════════════════════════════ */
.section { padding: 80px 40px; }
.section-inner { max-width: 1200px; margin: 0 auto; }
.section-label {
  text-align: center;
  font-size: 0.8rem; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; color: var(--cyan);
  margin-bottom: 12px;
}
.section-title {
  font-family: 'Syne', sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  text-align: center; line-height: 1.2;
  margin-bottom: 12px;
}
.section-sub { text-align: center; color: var(--gray-500); font-size: 1rem; margin-bottom: 56px; }

/* ── HOW IT WORKS ── */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.step {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: var(--radius);
  padding: 32px 28px;
  position: relative;
  transition: border-color .2s, transform .2s;
}
.step:hover { border-color: rgba(20,71,230,0.4); transform: translateY(-4px); }
.step-num {
  width: 44px; height: 44px;
  background: var(--blue-primary);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Syne', sans-serif; font-size: 1.1rem; font-weight: 800;
  margin-bottom: 20px;
}
.step h3 { font-size: 1.1rem; font-weight: 700; margin-bottom: 10px; }
.step p { font-size: 0.9rem; color: var(--gray-500); line-height: 1.6; }

/* ── BENEFITS ── */
.benefits-bg { background: rgba(255,255,255,0.02); }
.benefits-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.benefit {
  display: flex; align-items: flex-start; gap: 16px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: var(--radius);
  padding: 24px;
  transition: border-color .2s;
}
.benefit:hover { border-color: rgba(0,212,255,0.2); }
.benefit-icon {
  width: 44px; height: 44px; flex-shrink: 0;
  background: rgba(20,71,230,0.15);
  border: 1px solid rgba(20,71,230,0.3);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem;
}
.benefit h4 { font-size: 1rem; font-weight: 700; margin-bottom: 6px; }
.benefit p { font-size: 0.85rem; color: var(--gray-500); line-height: 1.5; }

/* ── PRICING ── */
.pricing-card {
  max-width: 520px; margin: 0 auto;
  background: linear-gradient(135deg, rgba(20,71,230,0.15) 0%, rgba(10,22,40,0.8) 100%);
  border: 1px solid rgba(20,71,230,0.3);
  border-radius: 24px;
  padding: 48px 40px;
  text-align: center;
  box-shadow: 0 0 60px rgba(20,71,230,0.15);
}
.pricing-badge {
  display: inline-block;
  background: var(--blue-primary);
  color: white; font-size: 0.75rem; font-weight: 700;
  padding: 4px 14px; border-radius: 100px;
  margin-bottom: 20px; letter-spacing: .05em; text-transform: uppercase;
}
.pricing-price {
  font-family: 'Syne', sans-serif;
  font-size: 4rem; font-weight: 800;
  line-height: 1;
  margin-bottom: 6px;
}
.pricing-price sup { font-size: 1.5rem; vertical-align: super; }
.pricing-price sub { font-size: 1rem; font-weight: 500; color: var(--gray-500); }
.pricing-desc { color: var(--gray-500); font-size: 0.9rem; margin-bottom: 32px; }
.pricing-features { list-style: none; margin-bottom: 36px; text-align: left; display: flex; flex-direction: column; gap: 14px; }
.pricing-features li { display: flex; align-items: center; gap: 12px; font-size: 0.95rem; }
.pricing-features li::before { content: '✓'; color: var(--green); font-weight: 800; font-size: 1rem; flex-shrink: 0; }
.btn-pricing {
  display: block;
  background: var(--blue-primary);
  color: white;
  padding: 18px 32px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 700; font-size: 1.05rem;
  transition: all .2s;
  box-shadow: 0 4px 24px rgba(20,71,230,0.4);
  margin-bottom: 16px;
}
.btn-pricing:hover { background: var(--blue-bright); transform: translateY(-2px); }
.pricing-guarantee { font-size: 0.8rem; color: var(--gray-500); }

/* ── FAQ ── */
.faq-list { max-width: 720px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq-item {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: var(--radius);
  overflow: hidden;
}
.faq-q {
  padding: 20px 24px;
  font-weight: 700; font-size: 0.95rem;
  cursor: pointer;
  display: flex; justify-content: space-between; align-items: center;
  gap: 12px;
  user-select: none;
}
.faq-q:hover { background: rgba(255,255,255,0.02); }
.faq-arrow { transition: transform .3s; font-size: 1.2rem; color: var(--blue-light); flex-shrink: 0; }
.faq-item.open .faq-arrow { transform: rotate(180deg); }
.faq-a {
  max-height: 0; overflow: hidden;
  transition: max-height .35s ease, padding .35s;
  font-size: 0.9rem; color: var(--gray-500); line-height: 1.7;
  padding: 0 24px;
}
.faq-item.open .faq-a { max-height: 200px; padding: 0 24px 20px; }

/* ── CTA FINAL ── */
.cta-section {
  padding: 80px 40px;
  text-align: center;
  background: radial-gradient(ellipse 60% 60% at 50% 50%, rgba(20,71,230,0.2) 0%, transparent 70%);
}
.cta-section h2 { font-family: 'Syne', sans-serif; font-size: clamp(1.8rem, 3vw, 2.8rem); margin-bottom: 16px; }
.cta-section p { color: var(--gray-500); margin-bottom: 32px; font-size: 1rem; }

/* ── FOOTER ── */
footer {
  border-top: 1px solid rgba(255,255,255,0.06);
  padding: 32px 40px;
  text-align: center;
  color: var(--gray-500); font-size: 0.85rem;
}

/* ══════════════════════════════════════════════════════════════
   CHECKOUT PAGE
   ══════════════════════════════════════════════════════════════ */
.checkout-section {
  min-height: calc(100vh - 77px);
  display: flex; align-items: center; justify-content: center;
  padding: 40px 20px;
  position: relative;
  background: radial-gradient(ellipse 70% 50% at 50% 30%, rgba(20,71,230,0.15) 0%, transparent 70%);
}
.checkout-container {
  max-width: 960px; width: 100%;
  display: grid; grid-template-columns: 1fr 1fr; gap: 0;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 40px 80px rgba(0,0,0,0.3);
}

/* ── Summary Side ── */
.checkout-summary {
  background: linear-gradient(135deg, rgba(20,71,230,0.12) 0%, rgba(10,22,40,0.6) 100%);
  border-right: 1px solid rgba(255,255,255,0.08);
  padding: 48px 40px;
  display: flex; align-items: center;
}
.checkout-summary-inner { width: 100%; }
.checkout-plan-badge {
  display: inline-block;
  background: var(--blue-primary);
  color: white;
  font-size: 0.7rem; font-weight: 700;
  padding: 4px 12px; border-radius: 100px;
  margin-bottom: 16px;
  text-transform: uppercase; letter-spacing: .05em;
}
.checkout-plan-title {
  font-family: 'Syne', sans-serif;
  font-size: 1.6rem; font-weight: 800;
  margin-bottom: 16px;
}
.checkout-plan-price {
  display: flex; align-items: baseline; gap: 2px;
  margin-bottom: 8px;
}
.checkout-price-currency {
  font-size: 1.2rem; font-weight: 700; color: var(--gray-200);
  align-self: flex-start; margin-top: 8px;
}
.checkout-price-value {
  font-family: 'Syne', sans-serif;
  font-size: 3.5rem; font-weight: 800;
  line-height: 1;
}
.checkout-price-period {
  font-size: 1rem; color: var(--gray-500); font-weight: 500;
}
.checkout-plan-desc {
  font-size: 0.85rem; color: var(--gray-500);
  margin-bottom: 28px;
}
.checkout-features {
  list-style: none; display: flex; flex-direction: column; gap: 10px;
  margin-bottom: 28px;
}
.checkout-features li {
  display: flex; align-items: center; gap: 10px;
  font-size: 0.88rem; color: var(--gray-200);
}
.check-icon {
  color: var(--green); font-weight: 800; font-size: 0.85rem;
  width: 20px; flex-shrink: 0;
}
.checkout-trust {
  display: flex; flex-direction: column; gap: 8px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.06);
}
.trust-item {
  display: flex; align-items: center; gap: 8px;
  font-size: 0.78rem; color: var(--gray-500);
}

/* ── Form Side ── */
.checkout-form-area {
  padding: 48px 40px;
  position: relative;
}
.checkout-step {
  display: none;
}
.checkout-step.active {
  display: block;
  animation: fadeUp .4s ease both;
}
.checkout-form-title {
  font-family: 'Syne', sans-serif;
  font-size: 1.4rem; font-weight: 800;
  margin-bottom: 6px;
}
.checkout-form-subtitle {
  color: var(--gray-500); font-size: 0.9rem;
  margin-bottom: 28px;
}
.form-group {
  margin-bottom: 18px;
}
.form-group label {
  display: block;
  font-size: 0.82rem; font-weight: 600; color: var(--gray-200);
  margin-bottom: 6px;
}
.form-group input {
  width: 100%;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 10px;
  padding: 14px 16px;
  color: var(--white);
  font-size: 0.95rem;
  font-family: 'Plus Jakarta Sans', sans-serif;
  transition: border-color .2s, box-shadow .2s;
  outline: none;
}
.form-group input::placeholder {
  color: rgba(136,153,187,0.5);
}
.form-group input:focus {
  border-color: var(--blue-primary);
  box-shadow: 0 0 0 3px rgba(20,71,230,0.2);
}
.form-row {
  display: grid; grid-template-columns: 1fr 1fr; gap: 14px;
}
.btn-checkout {
  width: 100%;
  display: flex; align-items: center; justify-content: center; gap: 10px;
  background: var(--blue-primary);
  color: var(--white);
  padding: 16px 24px;
  border: none; border-radius: 12px;
  font-size: 1rem; font-weight: 700;
  font-family: 'Plus Jakarta Sans', sans-serif;
  cursor: pointer;
  transition: all .2s;
  box-shadow: 0 4px 20px rgba(20,71,230,0.4);
  margin-top: 8px;
}
.btn-checkout:hover:not(:disabled) {
  background: var(--blue-bright);
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(20,71,230,0.5);
}
.btn-checkout:disabled {
  opacity: 0.7; cursor: not-allowed;
}
.form-error {
  margin-top: 14px;
  padding: 12px 16px;
  background: rgba(239,68,68,0.12);
  border: 1px solid rgba(239,68,68,0.3);
  border-radius: 10px;
  color: #fca5a5;
  font-size: 0.88rem;
  font-weight: 500;
}

/* ── Spinner ── */
.btn-spinner {
  width: 20px; height: 20px;
  border: 2px solid rgba(255,255,255,0.3);
  border-top-color: white;
  border-radius: 50%;
  animation: spin .6s linear infinite;
}
.spinner {
  width: 24px; height: 24px;
  border: 3px solid rgba(20,71,230,0.2);
  border-top-color: var(--blue-primary);
  border-radius: 50%;
  animation: spin .8s linear infinite;
}

/* ── PIX Step ── */
.pix-header {
  text-align: center;
  margin-bottom: 28px;
}
.pix-icon-wrap {
  width: 56px; height: 56px;
  background: rgba(0,183,163,0.1);
  border: 1px solid rgba(0,183,163,0.2);
  border-radius: 16px;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 14px;
}
.pix-header h3 {
  font-family: 'Syne', sans-serif;
  font-size: 1.3rem; font-weight: 800;
  margin-bottom: 4px;
}
.pix-header p {
  color: var(--gray-500); font-size: 0.88rem;
}
.pix-qr-wrap {
  display: flex; justify-content: center;
  margin-bottom: 20px;
}
.pix-qr-container {
  width: 200px; height: 200px;
  background: white;
  border-radius: 16px;
  padding: 12px;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 24px rgba(0,0,0,0.2);
}
.pix-qr-container img {
  width: 100%; height: 100%;
  object-fit: contain;
  border-radius: 4px;
}
.pix-copy-area {
  margin-bottom: 20px;
}
.pix-copy-area label {
  display: block;
  font-size: 0.78rem; font-weight: 600; color: var(--gray-500);
  margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: .05em;
}
.pix-copy-field {
  display: flex; gap: 8px;
}
.pix-copy-field input {
  flex: 1;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 10px;
  padding: 12px 14px;
  color: var(--white);
  font-size: 0.82rem;
  font-family: monospace;
  outline: none;
  min-width: 0;
}
.btn-copy {
  display: flex; align-items: center; gap: 6px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 10px;
  padding: 12px 16px;
  color: var(--white);
  font-size: 0.82rem; font-weight: 600;
  cursor: pointer;
  transition: all .2s;
  font-family: 'Plus Jakarta Sans', sans-serif;
  white-space: nowrap;
}
.btn-copy:hover {
  background: rgba(255,255,255,0.12);
  border-color: var(--blue-primary);
}
.btn-copy.copied {
  background: rgba(34,197,94,0.15);
  border-color: rgba(34,197,94,0.3);
  color: var(--green);
}
.pix-status {
  display: flex; align-items: center; gap: 14px;
  background: rgba(20,71,230,0.08);
  border: 1px solid rgba(20,71,230,0.2);
  border-radius: 12px;
  padding: 16px 20px;
  margin-bottom: 14px;
  transition: all .3s;
}
.pix-status.confirmed {
  background: rgba(34,197,94,0.08);
  border-color: rgba(34,197,94,0.2);
}
.pix-status-icon {
  width: 40px; height: 40px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.confirmed-icon {
  background: rgba(34,197,94,0.15);
  border-radius: 50%;
  animation: scaleIn .3s ease;
}
.pix-status-title {
  font-size: 0.92rem; font-weight: 700;
}
.pix-status-desc {
  font-size: 0.8rem; color: var(--gray-500);
}
.pix-timer {
  display: flex; align-items: center; justify-content: center; gap: 6px;
  font-size: 0.78rem; color: var(--gray-500);
}

/* ══════════════════════════════════════════════════════════════
   THANK YOU PAGE
   ══════════════════════════════════════════════════════════════ */
.thankyou-section {
  min-height: calc(100vh - 77px);
  display: flex; align-items: center; justify-content: center;
  padding: 60px 20px;
  position: relative;
}
.thankyou-glow {
  position: absolute;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(34,197,94,0.15) 0%, transparent 70%);
  top: 10%; left: 50%; transform: translateX(-50%);
  filter: blur(60px);
  pointer-events: none;
}
.thankyou-card {
  max-width: 560px; width: 100%;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 24px;
  padding: 48px 40px;
  text-align: center;
  position: relative;
  z-index: 1;
  animation: fadeUp .5s ease both;
}
.thankyou-check-wrap {
  width: 80px; height: 80px;
  margin: 0 auto 24px;
}
.thankyou-check {
  width: 80px; height: 80px;
}
.check-circle {
  stroke-dasharray: 283;
  stroke-dashoffset: 283;
  animation: drawCircle .6s ease forwards;
}
.check-mark {
  stroke-dasharray: 80;
  stroke-dashoffset: 80;
  animation: drawCheck .4s .5s ease forwards;
}
.thankyou-title {
  font-family: 'Syne', sans-serif;
  font-size: 1.8rem; font-weight: 800;
  margin-bottom: 8px;
  color: var(--white);
}
.thankyou-subtitle {
  color: var(--gray-500); font-size: 1rem;
  margin-bottom: 36px;
}
.thankyou-steps {
  display: flex; flex-direction: column; gap: 0;
  margin-bottom: 32px;
  text-align: left;
}
.thankyou-step {
  display: flex; align-items: center; gap: 14px;
  padding: 14px 0;
}
.thankyou-step-icon {
  width: 36px; height: 36px; flex-shrink: 0;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}
.thankyou-step-icon.done {
  background: var(--green);
  animation: scaleIn .3s ease both;
}
.thankyou-step-icon.active {
  background: var(--blue-primary);
  animation: pulse 2s ease-in-out infinite;
}
.thankyou-step-divider {
  width: 2px; height: 20px;
  background: rgba(255,255,255,0.1);
  margin-left: 17px;
}
.thankyou-step-title {
  font-size: 0.92rem; font-weight: 700;
}
.thankyou-step-desc {
  font-size: 0.8rem; color: var(--gray-500);
}
.thankyou-info-box {
  display: flex; align-items: flex-start; gap: 14px;
  background: rgba(20,71,230,0.08);
  border: 1px solid rgba(20,71,230,0.2);
  border-radius: 14px;
  padding: 18px 20px;
  margin-bottom: 28px;
  text-align: left;
}
.thankyou-info-icon {
  font-size: 1.4rem; flex-shrink: 0;
  margin-top: 2px;
}
.thankyou-info-box strong {
  font-size: 0.9rem;
  display: block;
  margin-bottom: 4px;
}
.thankyou-info-box p {
  font-size: 0.82rem; color: var(--gray-500); line-height: 1.5;
}
.btn-thankyou {
  width: 100%;
  justify-content: center;
  margin-bottom: 20px;
}
.thankyou-help {
  font-size: 0.82rem; color: var(--gray-500);
}
.thankyou-help a {
  color: var(--green); text-decoration: none; font-weight: 600;
}
.thankyou-help a:hover {
  text-decoration: underline;
}

/* ══════════════════════════════════════════════════════════════
   ANIMATIONS
   ══════════════════════════════════════════════════════════════ */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
@keyframes spin {
  to { transform: rotate(360deg); }
}
@keyframes scaleIn {
  from { transform: scale(0); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}
@keyframes drawCircle {
  to { stroke-dashoffset: 0; }
}
@keyframes drawCheck {
  to { stroke-dashoffset: 0; }
}
@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(20,71,230,0.4); }
  50% { box-shadow: 0 0 0 8px rgba(20,71,230,0); }
}

/* ══════════════════════════════════════════════════════════════
   RESPONSIVE
   ══════════════════════════════════════════════════════════════ */
@media (max-width: 900px) {
  .logo-bar { padding: 16px 20px; }
  .hero { padding: 60px 20px 40px; }
  .hero-content { grid-template-columns: 1fr; gap: 40px; }
  .hero-visual { order: -1; }
  .phone { width: 240px; }
  .steps { grid-template-columns: 1fr; }
  .benefits-grid { grid-template-columns: 1fr; }
  .section { padding: 60px 20px; }
  .proof-inner { gap: 24px; }
  .pricing-card { padding: 32px 24px; }

  /* Checkout */
  .checkout-container {
    grid-template-columns: 1fr;
  }
  .checkout-summary {
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    padding: 32px 28px;
  }
  .checkout-form-area {
    padding: 32px 28px;
  }
  .form-row {
    grid-template-columns: 1fr;
  }
  .checkout-plan-price {
    margin-bottom: 4px;
  }
  .checkout-features {
    display: none;
  }
  .checkout-trust {
    flex-direction: row; gap: 16px; flex-wrap: wrap;
    padding-top: 16px;
  }

  /* Thank you */
  .thankyou-card {
    padding: 32px 24px;
  }
}

@media (max-width: 500px) {
  .hero-price-bar {
    flex-direction: column; align-items: flex-start;
  }
  .price-pills {
    margin-left: 0;
  }
  .proof-inner {
    flex-direction: column; gap: 12px; align-items: flex-start;
  }
  .pix-copy-field {
    flex-direction: column;
  }
  .btn-copy {
    justify-content: center;
  }
}
