/* public/css/hub.css — hub platform styles, uses existing CSS vars */

/* ── Sales landing (public) — full-width escape from #app cap ─── */
body.fullwidth-page #app { max-width: none !important; padding: 0 !important; margin: 0 !important; width: 100% !important; }
body.fullwidth-page { overflow-x: hidden; }
.sales { --sales-orange: #f59e0b; --sales-indigo: #6366f1; --sales-text: var(--text, #f0f0ff); --sales-muted: var(--text-muted, rgba(240,240,255,0.55)); --sales-surface: rgba(255,255,255,0.035); --sales-surface-2: rgba(255,255,255,0.06); --sales-border: rgba(255,255,255,0.08); color: var(--sales-text); font-size: 17px; line-height: 1.65; width: 100%; }
.sales-page-wrap { min-height: 100vh; }
.sales * { box-sizing: border-box; }
.sales h1, .sales h2, .sales h3, .sales h4 { color: var(--sales-text); margin: 0; line-height: 1.2; letter-spacing: -0.01em; }
.sales p { margin: 0; color: var(--sales-muted); }
.sales a { color: inherit; text-decoration: none; }
.sales-container { max-width: none; margin: 0 auto; padding: 0 80px; }
.sales-container-narrow { max-width: 900px; margin: 0 auto; }
.sales-eyebrow-center { display: block; text-align: center; }
.sales-eyebrow { display: inline-block; font-size: 12px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--sales-muted); margin-bottom: 16px; }
.sales-accent { background: linear-gradient(90deg, var(--sales-orange), var(--sales-indigo)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.sales-link { color: var(--sales-text); font-size: 14px; font-weight: 500; }
.sales-link:hover { color: var(--sales-orange); }
.sales-link-arrow { color: var(--sales-text); font-weight: 600; font-size: 15px; border-bottom: 1px solid transparent; }
.sales-link-arrow:hover { border-bottom-color: var(--sales-orange); }

/* Buttons */
.sales-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-weight: 600; border-radius: 10px; border: 1px solid transparent; cursor: pointer; transition: transform .15s ease, box-shadow .15s ease, background .15s; text-decoration: none; white-space: nowrap; }
.sales-btn-sm { padding: 9px 16px; font-size: 13px; }
.sales-btn-lg { padding: 14px 26px; font-size: 15px; }
.sales-btn-xl { padding: 18px 34px; font-size: 16px; }
.sales-btn-block { display: flex; width: 100%; padding: 14px 20px; font-size: 14px; margin-top: 20px; }
.sales-btn-primary { background: var(--sales-orange); color: #0a0a0a; }
.sales-btn-primary:hover { transform: translateY(-1px); box-shadow: 0 8px 24px rgba(245,158,11,.25); }
.sales-btn-ghost { background: transparent; color: var(--sales-text); border-color: var(--sales-border); }
.sales-btn-ghost:hover { background: var(--sales-surface-2); border-color: rgba(255,255,255,0.2); }
.sales-btn-gradient { background: linear-gradient(90deg, var(--sales-orange), var(--sales-indigo)); color: #fff; }
.sales-btn-gradient:hover { transform: translateY(-1px); box-shadow: 0 8px 24px rgba(99,102,241,.3); }

/* Nav */
.sales-nav { position: sticky; top: 0; z-index: 50; backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); background: rgba(10,10,10,0.7); border-bottom: 1px solid var(--sales-border); }
.sales-nav-inner { max-width: 1440px; margin: 0 auto; padding: 22px 64px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.sales-brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 700; font-size: 16px; color: var(--sales-text); }
.sales-brand-dot { width: 10px; height: 10px; border-radius: 50%; background: linear-gradient(135deg, var(--sales-orange), var(--sales-indigo)); box-shadow: 0 0 12px rgba(245,158,11,.5); }
.sales-nav-links { display: flex; gap: 28px; }
.sales-nav-links a { font-size: 14px; color: var(--sales-muted); transition: color .15s; }
.sales-nav-links a:hover { color: var(--sales-text); }
.sales-nav-cta { display: flex; align-items: center; gap: 16px; }

/* Hero — centered, massive, spacious */
.sales-hero { padding: 72px 0 120px; position: relative; overflow: hidden; text-align: center; }
.sales-hero > .sales-container:first-child { display: flex; flex-direction: column; align-items: center; text-align: center; }
.sales-hero > .sales-container:first-child .sales-hero-title,
.sales-hero > .sales-container:first-child .sales-lead { text-align: center; margin-left: auto; margin-right: auto; }
.sales-hero::before { content: ''; position: absolute; top: -240px; left: 50%; transform: translateX(-50%); width: 1100px; height: 700px; background: radial-gradient(ellipse at center, rgba(245,158,11,0.14), transparent 55%); pointer-events: none; }
.sales-hero-title { font-size: clamp(40px, 4.6vw, 68px); font-weight: 800; letter-spacing: -0.02em; margin: 28px auto 40px; line-height: 1.1; max-width: 960px; text-align: center; }
.sales-lead { font-size: 20px; line-height: 1.7; color: var(--sales-muted); margin: 0 auto 120px; max-width: 660px; text-align: center; }
.sales-lead-center { margin-left: auto; margin-right: auto; text-align: center; }
.sales-hero-cta { display: flex; gap: 18px; flex-wrap: wrap; justify-content: center; margin-top: 120px; margin-bottom: 80px; }
.sales-hero-proof { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 40px; font-size: 14px; color: var(--sales-muted); justify-content: center; }
.sales-hero-proof li { display: inline-flex; align-items: center; gap: 10px; }
.sales-hero-proof li::before { content: '✓'; color: #22c55e; font-weight: 700; }

/* Hero visual card — full-width, below hero */
.sales-hero-visual-wrap { margin-top: 96px; }
.sales-hero-card { background: linear-gradient(180deg, #141414, #0a0a0a); border: 1px solid var(--sales-border); border-radius: 20px; box-shadow: 0 60px 120px -30px rgba(0,0,0,0.7), 0 0 0 1px rgba(255,255,255,0.03) inset; overflow: hidden; max-width: 1260px; margin: 0 auto; }
.sales-hero-card-head { display: flex; align-items: center; gap: 8px; padding: 16px 22px; background: #0f0f0f; border-bottom: 1px solid var(--sales-border); }
.sales-dot { width: 11px; height: 11px; border-radius: 50%; }
.sales-dot-red { background: #ef4444; } .sales-dot-yellow { background: #f59e0b; } .sales-dot-green { background: #22c55e; }
.sales-hero-card-title { margin-left: 14px; font-size: 13px; color: var(--sales-muted); }
.sales-hero-card-body { padding: 40px; }
.sales-hero-card-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 48px; align-items: center; text-align: left; }
.sales-hero-card-left { display: flex; flex-direction: column; gap: 12px; }
.sales-hero-card-right { border-left: 1px solid var(--sales-border); padding-left: 48px; }
.sales-hero-card-label { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--sales-muted); margin-bottom: 14px; }
.sales-hero-card-label-next { margin-top: 28px; }
.sales-hero-platforms { display: flex; flex-direction: column; gap: 10px; font-size: 14px; font-weight: 500; }
.sales-hero-platforms span { padding: 8px 0; color: var(--sales-text); border-bottom: 1px dashed rgba(255,255,255,0.06); }
.sales-hero-platforms span:last-child { border-bottom: none; }
.sales-hero-schedule { font-size: 20px; font-weight: 700; color: var(--sales-orange); }
.sales-chip { display: inline-block; align-self: flex-start; font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.12em; padding: 7px 12px; border-radius: 6px; background: rgba(59,130,246,0.15); color: #60a5fa; margin-bottom: 8px; }
.sales-hero-line { font-size: 15px; line-height: 1.6; padding: 14px 18px; border-radius: 10px; }
.sales-hero-line-1 { background: rgba(245,158,11,0.1); color: #fbbf24; font-weight: 600; }
.sales-hero-line-2 { background: var(--sales-surface); color: var(--sales-text); }
.sales-hero-line-3 { background: rgba(99,102,241,0.12); color: #a5b4fc; }

/* Sections — balanced padding */
.sales-section { padding: 140px 0; }
.sales-section-alt { background: var(--sales-surface); }
.sales-section-head { text-align: center; max-width: 820px; margin: 0 auto 80px; }
.sales-section-head h2 { font-size: clamp(30px, 3.4vw, 46px); font-weight: 800; letter-spacing: -0.015em; margin-bottom: 18px; line-height: 1.15; }
.sales-section-sub { font-size: 18px; color: var(--sales-muted); line-height: 1.6; }

/* Problem grid — 2x2 big cards */
.sales-problem-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.sales-problem-card { background: var(--sales-surface); border: 1px solid var(--sales-border); border-radius: 18px; padding: 36px 28px; text-align: center; transition: transform .2s, border-color .2s; }
.sales-problem-card:hover { transform: translateY(-3px); border-color: rgba(255,255,255,0.15); }
.sales-problem-icon { font-size: 32px; margin-bottom: 16px; }
.sales-problem-card h3 { font-size: 19px; margin-bottom: 10px; }
.sales-problem-card p { font-size: 15px; line-height: 1.6; }

/* Solution steps — 2 huge cards side by side */
.sales-steps { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 40px; }
.sales-step { position: relative; background: linear-gradient(180deg, var(--sales-surface-2), var(--sales-surface)); border: 1px solid var(--sales-border); border-radius: 22px; padding: 56px 44px 44px; text-align: center; }
.sales-step-badge { position: absolute; top: -22px; left: 50%; transform: translateX(-50%); width: 44px; height: 44px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 18px; color: #fff; box-shadow: 0 12px 28px rgba(0,0,0,0.5); }
.sales-step-badge-orange { background: var(--sales-orange); color: #0a0a0a; }
.sales-step-badge-indigo { background: var(--sales-indigo); }
.sales-step-badge-green { background: #22c55e; color: #0a0a0a; }
.sales-step-tag { display: inline-block; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.14em; color: var(--sales-muted); margin: 8px 0 16px; }
.sales-step h3 { font-size: 26px; margin-bottom: 18px; line-height: 1.25; letter-spacing: -0.01em; }
.sales-step > p { font-size: 16px; line-height: 1.65; margin: 0 auto 28px; max-width: 440px; }
.sales-step-list { list-style: none; padding: 0; margin: 0 auto; max-width: 380px; text-align: left; display: inline-block; }
.sales-step-list li { position: relative; padding-left: 30px; font-size: 15px; color: var(--sales-text); margin-bottom: 12px; line-height: 1.55; }
.sales-step-list li::before { content: '✓'; position: absolute; left: 0; top: 2px; width: 20px; height: 20px; border-radius: 50%; background: rgba(34,197,94,0.15); color: #22c55e; font-size: 12px; font-weight: 700; display: flex; align-items: center; justify-content: center; }

/* Benefits — 3 cols with breathing */
.sales-benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.sales-benefit { padding: 40px 32px; background: var(--sales-surface); border: 1px solid var(--sales-border); border-radius: 18px; text-align: center; }
.sales-benefit-num { font-size: 13px; font-weight: 700; color: var(--sales-orange); margin-bottom: 14px; letter-spacing: 0.14em; }
.sales-benefit h3 { font-size: 19px; margin-bottom: 12px; line-height: 1.3; }
.sales-benefit p { font-size: 15px; line-height: 1.6; max-width: 360px; margin: 0 auto; }

/* Pricing */
.sales-pricing { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; align-items: stretch; max-width: 1280px; margin: 0 auto; }
.sales-pricing-duo { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: stretch; max-width: 860px; margin: 0 auto; }
.sales-price-card { position: relative; background: var(--sales-surface); border: 1px solid var(--sales-border); border-radius: 22px; padding: 48px 36px 40px; display: flex; flex-direction: column; text-align: center; align-items: center; }
.sales-price-card-featured { background: linear-gradient(180deg, rgba(245,158,11,0.08), rgba(99,102,241,0.08)); border-color: rgba(245,158,11,0.4); transform: scale(1.05); box-shadow: 0 30px 80px -20px rgba(245,158,11,0.25); }
.sales-price-ribbon { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: linear-gradient(90deg, var(--sales-orange), var(--sales-indigo)); color: #fff; font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; padding: 6px 14px; border-radius: 20px; white-space: nowrap; }
.sales-price-head { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.sales-price-icon { width: 44px; height: 44px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 22px; }
.sales-price-icon-orange { background: var(--sales-orange); }
.sales-price-icon-indigo { background: var(--sales-indigo); }
.sales-price-icon-gradient { background: linear-gradient(135deg, var(--sales-orange), var(--sales-indigo)); }
.sales-price-tag { font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; color: var(--sales-muted); }
.sales-price-card h3 { font-size: 22px; margin-bottom: 8px; }
.sales-price-desc { font-size: 14px; line-height: 1.55; margin-bottom: 24px; min-height: 44px; }
.sales-price { display: flex; align-items: baseline; justify-content: center; gap: 8px; margin-bottom: 6px; }
.sales-price-num { font-size: 44px; font-weight: 800; color: var(--sales-text); letter-spacing: -0.02em; }
.sales-price-unit { font-size: 14px; color: var(--sales-muted); font-weight: 500; }
.sales-price-alt { font-size: 12px; color: var(--sales-muted); margin-bottom: auto; }
.sales-pricing-foot { text-align: center; margin-top: 40px; }

/* FAQ */
.sales-faq { display: flex; flex-direction: column; gap: 12px; }
.sales-faq-item { background: rgba(255,255,255,0.02); border: 1px solid var(--sales-border); border-radius: 12px; padding: 4px 24px; }
.sales-faq-item[open] { background: var(--sales-surface); border-color: rgba(245,158,11,0.25); }
.sales-faq-item summary { cursor: pointer; list-style: none; padding: 18px 0; font-size: 16px; font-weight: 600; color: var(--sales-text); display: flex; justify-content: space-between; align-items: center; }
.sales-faq-item summary::-webkit-details-marker { display: none; }
.sales-faq-item summary::after { content: '+'; font-size: 22px; color: var(--sales-muted); transition: transform .2s; }
.sales-faq-item[open] summary::after { content: '−'; color: var(--sales-orange); }
.sales-faq-item p { padding: 0 0 20px; font-size: 15px; line-height: 1.65; }

/* Final CTA */
.sales-final { padding: 90px 0; }
.sales-final-card { position: relative; text-align: center; padding: 80px 40px; background: linear-gradient(135deg, rgba(245,158,11,0.12), rgba(99,102,241,0.12)); border: 1px solid rgba(245,158,11,0.25); border-radius: 24px; overflow: hidden; }
.sales-final-card::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 30% 20%, rgba(245,158,11,0.15), transparent 50%), radial-gradient(circle at 70% 80%, rgba(99,102,241,0.15), transparent 50%); pointer-events: none; }
.sales-final-card > * { position: relative; }
.sales-final-card h2 { font-size: clamp(28px, 4vw, 44px); font-weight: 800; margin-bottom: 16px; }
.sales-final-card p { font-size: 17px; margin-bottom: 32px; }
.sales-final-cta { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }

/* Footer — compact */
.sales-footer { border-top: 1px solid var(--sales-border); padding: 48px 0 0; background: #070707; }
.sales-footer-inner { display: grid; grid-template-columns: 1.6fr 2.4fr; gap: 48px; padding-bottom: 32px; align-items: start; max-width: 1100px; margin: 0 auto; }
.sales-footer-brand p { font-size: 13px; line-height: 1.55; margin-top: 8px; max-width: 280px; }
.sales-footer-cols { display: grid; grid-template-columns: repeat(3, auto); gap: 56px; justify-content: end; }
.sales-footer-cols h4 { font-size: 12px; text-transform: uppercase; letter-spacing: 0.1em; color: var(--sales-text); margin-bottom: 10px; }
.sales-footer-cols a, .sales-footer-cols button { display: block; font-size: 13px; color: var(--sales-muted); margin-bottom: 7px; background: none; border: 0; padding: 0; text-align: left; cursor: pointer; font: inherit; }
.sales-footer-cols a:hover, .sales-footer-cols button:hover { color: var(--sales-orange); }
.sales-footer-bottom { border-top: 1px solid var(--sales-border); padding: 16px 0; font-size: 12px; color: var(--sales-muted); }

/* Testimonials marquee */
.sales-testimonials { padding: 110px 0 90px; overflow: hidden; }
.sales-marquee { position: relative; width: 100%; overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.sales-marquee + .sales-marquee { margin-top: 24px; }
.sales-marquee-track { display: flex; gap: 24px; width: max-content; animation: sales-scroll 60s linear infinite; }
.sales-marquee-reverse .sales-marquee-track { animation-direction: reverse; animation-duration: 75s; }
.sales-marquee:hover .sales-marquee-track { animation-play-state: paused; }
@keyframes sales-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.sales-testimonial { flex: 0 0 auto; width: 380px; background: var(--sales-surface); border: 1px solid var(--sales-border); border-radius: 16px; padding: 26px 26px 22px; }
.sales-testimonial p { font-size: 15px; line-height: 1.6; color: var(--sales-text); margin: 0 0 16px; }
.sales-testimonial-who { display: flex; align-items: center; gap: 12px; }
.sales-testimonial-avatar { width: 38px; height: 38px; border-radius: 50%; background: linear-gradient(135deg, var(--sales-orange), var(--sales-indigo)); display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 14px; color: #0a0a0a; flex-shrink: 0; }
.sales-testimonial-name { font-size: 14px; font-weight: 600; color: var(--sales-text); }
.sales-testimonial-role { font-size: 12px; color: var(--sales-muted); }
@media (prefers-reduced-motion: reduce) { .sales-marquee-track { animation: none; } }

/* GDPR trust band */
.sales-gdpr { padding: 60px 0; background: var(--sales-surface); border-top: 1px solid var(--sales-border); border-bottom: 1px solid var(--sales-border); }
.sales-gdpr-inner { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; max-width: 1280px; margin: 0 auto; }
.sales-gdpr-item { text-align: center; padding: 0 16px; }
.sales-gdpr-icon { font-size: 26px; margin-bottom: 12px; }
.sales-gdpr-item h4 { font-size: 15px; margin-bottom: 6px; }
.sales-gdpr-item p { font-size: 13px; line-height: 1.55; }
@media (max-width: 860px) { .sales-gdpr-inner { grid-template-columns: repeat(2, 1fr); } .sales-footer-cols { grid-template-columns: repeat(2, 1fr); } .sales-testimonial { width: 300px; } }

/* Responsive */
@media (max-width: 1200px) {
  .sales-container, .sales-nav-inner { padding-left: 40px; padding-right: 40px; }
  .sales-problem-grid { grid-template-columns: repeat(2, 1fr); }
  .sales-benefits { grid-template-columns: repeat(2, 1fr); }
  .sales-hero-card-body { padding: 32px; }
  .sales-hero-card-grid { gap: 32px; }
  .sales-hero-card-right { padding-left: 32px; }
  .sales-nav-links { display: none; }
}
@media (max-width: 860px) {
  .sales-section { padding: 96px 0; }
  .sales-hero { padding: 96px 0 72px; }
  .sales-section-head { margin-bottom: 56px; }
  .sales-problem-grid, .sales-benefits, .sales-steps { grid-template-columns: 1fr; max-width: 560px; }
  .sales-pricing { grid-template-columns: 1fr; max-width: 440px; }
  .sales-price-card-featured { transform: none; }
  .sales-hero-card-grid { grid-template-columns: 1fr; }
  .sales-hero-card-right { border-left: none; padding-left: 0; border-top: 1px solid var(--sales-border); padding-top: 28px; margin-top: 8px; }
  .sales-hero-visual-wrap { margin-top: 56px; }
}
@media (max-width: 560px) {
  .sales-container, .sales-nav-inner { padding-left: 20px; padding-right: 20px; }
  .sales-section { padding: 72px 0; }
  .sales-hero { padding: 64px 0 48px; }
  .sales-footer-inner { grid-template-columns: 1fr; gap: 32px; }
  .sales-footer-cols { grid-template-columns: repeat(2, 1fr); }
  .sales-final-card { padding: 56px 24px; }
  .sales-step { padding: 44px 28px 32px; }
  .sales-problem-card { padding: 32px 26px; }
  .sales-benefit { padding: 32px 24px; }
}

/* ── Hub dashboard ─────────────────────────────────────────── */
.hub-welcome { margin-bottom: 24px; }
.hub-welcome h1 { font-size: 24px; margin-bottom: 4px; color: var(--text, #f0f0ff); }

.hub-products { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 24px; }

.product-card { display: block; text-decoration: none; color: var(--text, #f0f0ff); padding: 20px; border-radius: 16px; transition: transform 0.15s; }
.product-card:hover { transform: translateY(-2px); }
.product-card-head { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.product-icon { width: 44px; height: 44px; border-radius: 12px; background: var(--surface-2, var(--border, rgba(255,255,255,0.08))); display: flex; align-items: center; justify-content: center; font-size: 22px; flex-shrink: 0; }
.product-label { font-size: 16px; font-weight: 600; color: var(--text, #f0f0ff); }
.product-tagline { font-size: 12px; color: var(--text-muted, rgba(240,240,255,0.55)); }
.product-stat { color: var(--text-muted, rgba(240,240,255,0.55)); font-size: 13px; margin-bottom: 14px; }
.product-card-foot { display: flex; justify-content: space-between; align-items: center; }

.product-card-locked { opacity: 0.9; }
.product-card-locked .product-bullets { list-style: none; padding: 0; margin: 12px 0; color: var(--text-muted, rgba(240,240,255,0.55)); font-size: 13px; }
.product-card-locked .product-bullets li { padding: 4px 0; }
.product-card-locked .product-bullets li::before { content: '✓ '; color: var(--success, #22c55e); }
.product-price { font-size: 18px; font-weight: 700; color: var(--text, #f0f0ff); }

.hub-shortcuts { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 10px; margin-bottom: 24px; }
.hub-shortcuts a { text-align: center; font-size: 14px; }

.hub-referral { padding: 20px; }
.hub-referral h3 { margin-bottom: 8px; font-size: 16px; color: var(--text, #f0f0ff); }
.hub-referral-link { display: flex; gap: 8px; margin-top: 12px; }
.hub-referral-link input { flex: 1; padding: 8px 12px; border: 1px solid var(--border, rgba(255,255,255,0.08)); border-radius: 8px; font-family: monospace; font-size: 12px; background: var(--surface, rgba(255,255,255,0.04)); color: var(--text, #f0f0ff); outline: none; }

/* ── Pricing compare page ──────────────────────────────────── */
.pricing-wrap { width: 100%; }
.pricing-page { max-width: 1400px; margin: 0 auto; padding: 60px 48px 96px; position: relative; }
.pricing-page::before { content: ''; position: absolute; top: -40px; left: 50%; transform: translateX(-50%); width: 1100px; height: 700px; background: radial-gradient(ellipse at center, rgba(245,158,11,0.14), transparent 55%); pointer-events: none; z-index: 0; }
.pricing-page > * { position: relative; z-index: 1; }
.sales-nav-pricing { background: linear-gradient(180deg, rgba(20,14,6,0.92), rgba(15,12,20,0.82)); border-bottom: 1px solid rgba(245,158,11,0.15); box-shadow: 0 1px 0 rgba(99,102,241,0.08); }
.sales-nav-pricing .sales-nav-inner { max-width: 1440px; padding: 20px 64px; }
.pricing-header-intro { display: flex; justify-content: space-between; align-items: center; padding: 20px 0 40px; border-bottom: 1px solid var(--border, rgba(255,255,255,0.08)); margin-bottom: 96px; }
.pricing-header-intro .landing-brand { font-size: 16px; font-weight: 700; }
.pricing-intro { text-align: center; margin-bottom: 72px; max-width: 820px; margin-left: auto; margin-right: auto; position: relative; }
.pricing-intro::before { content: ''; position: absolute; top: -120px; left: 50%; transform: translateX(-50%); width: 800px; height: 500px; background: radial-gradient(ellipse at center, rgba(245,158,11,0.1), transparent 60%); pointer-events: none; z-index: -1; }
.pricing-intro .eyebrow { display: inline-block; font-size: 12px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-muted, rgba(240,240,255,0.55)); margin-bottom: 20px; }
.pricing-intro h1 { font-size: clamp(36px, 4.5vw, 60px); font-weight: 800; line-height: 1.12; letter-spacing: -0.02em; margin: 0 0 20px; color: var(--text, #f0f0ff); }
.pricing-intro p { font-size: 19px; line-height: 1.6; color: var(--text-muted, rgba(240,240,255,0.55)); max-width: 600px; margin: 0 auto; }
.eyebrow { font-size: 11px; text-transform: uppercase; letter-spacing: 2px; color: var(--text-muted, rgba(240,240,255,0.55)); font-weight: 600; }

.pricing-table { border: 1px solid var(--border, rgba(255,255,255,0.08)); border-radius: 16px; overflow: hidden; background: var(--surface, rgba(255,255,255,0.04)); }
.pricing-table-head { display: grid; grid-template-columns: 260px 1fr 1fr 1fr; background: var(--surface-2, var(--surface, rgba(255,255,255,0.04))); }
.pricing-col-head {
  padding: 24px 14px 20px;
  text-align: center;
  border-left: 1px solid var(--border, rgba(255,255,255,0.08));
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pricing-col-icon { width: 40px; height: 40px; border-radius: 10px; background: var(--border, rgba(255,255,255,0.08)); display: inline-flex; align-items: center; justify-content: center; font-size: 20px; margin-bottom: 8px; flex-shrink: 0; }
.pricing-col-name { font-size: 16px; font-weight: 700; margin: 3px 0 6px; color: var(--text, #f0f0ff); }
.pricing-col-price { font-size: 26px; font-weight: 800; color: var(--text, #f0f0ff); line-height: 1.1; }
.pricing-col-price span { font-size: 12px; color: var(--text-muted, rgba(240,240,255,0.55)); font-weight: 400; }
.pricing-col-sub { font-size: 11px; color: var(--text-muted, rgba(240,240,255,0.55)); margin: 3px 0 0; line-height: 1.5; }
.pricing-col-setup-note { font-size: 10px; color: rgba(240,240,255,0.35); margin: 3px 0 0; line-height: 1.4; }
.pricing-col-cta-wrap { width: 100%; margin-top: auto; padding-top: 14px; }
.pricing-col-cta {
  display: flex !important;
  width: 100%;
  justify-content: center;
  padding: 9px 10px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 8px;
  background: linear-gradient(135deg, #6366f1, #8b5cf6);
  color: #fff;
  text-decoration: none;
  transition: opacity 0.15s, transform 0.15s;
}
.pricing-col-cta:hover { opacity: 0.88; transform: translateY(-1px); }
.pricing-col-head-bundle { background: rgba(99,102,241,0.06); }
.pricing-col-head-bundle-plus {
  background: rgba(16,185,129,0.06);
  border-left: 1px solid rgba(16,185,129,0.18);
}
.pricing-col-badge { display: inline-block; background: #6366f1; color: #fff; font-size: 10px; font-weight: 600; padding: 3px 12px; border-radius: 20px; white-space: nowrap; margin-bottom: 6px; }
.pricing-col-badge-green { background: #10b981; }
.pricing-col-bundle { background: rgba(99,102,241,0.03); }
.pricing-col-bundle-plus { background: rgba(16,185,129,0.03); }
.pricing-col-head-highlight {
  background: rgba(34,197,94,0.09);
  border-left: 2px solid rgba(34,197,94,0.45);
  border-right: 1px solid rgba(34,197,94,0.15);
}
.pricing-col-head-highlight .pricing-col-cta {
  background: linear-gradient(135deg, #16a34a, #22c55e);
}

.pricing-category { padding: 16px 20px; background: var(--surface-2, rgba(255,255,255,0.03)); border-top: 1px solid var(--border, rgba(255,255,255,0.08)); border-bottom: 1px solid var(--border, rgba(255,255,255,0.08)); font-size: 11px; text-transform: uppercase; letter-spacing: 2px; color: var(--text-muted, rgba(240,240,255,0.55)); font-weight: 600; }
.pricing-row { display: grid; grid-template-columns: 260px 1fr 1fr 1fr; border-top: 1px solid var(--border, rgba(255,255,255,0.08)); }
.pricing-label { padding: 14px 20px; color: var(--text-muted, rgba(240,240,255,0.55)); font-size: 13px; }
.pricing-col-value { padding: 14px 20px; border-left: 1px solid var(--border, rgba(255,255,255,0.08)); text-align: center; font-size: 13px; }
.cell-check { color: var(--success, #22c55e); font-weight: 700; font-size: 16px; }
.cell-empty { color: var(--text-muted, rgba(240,240,255,0.55)); }
.cell-text { color: var(--text, #f0f0ff); }

.pricing-bundle { padding: 28px; text-align: center; border-top: 1px solid var(--border, rgba(255,255,255,0.08)); }
.pricing-bundle-title { font-size: 22px; margin: 6px 0 4px; color: var(--text, #f0f0ff); }
.pricing-bundle .btn { margin-top: 14px; }

/* ── 5-column pricing table ─────────────────────────────────── */
.pricing-table-head-5col {
  display: grid;
  grid-template-columns: 200px repeat(5, 1fr);
  gap: 0;
}
.pricing-table-head-5col ~ .pricing-table-body .pricing-row {
  grid-template-columns: 200px repeat(5, 1fr);
}
.pricing-col-bundle-plus {
  background: rgba(99, 102, 241, 0.06);
  font-weight: 600;
}

/* Free section on pricing */
.pricing-free-section {
  margin-top: 32px;
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 32px;
}
.pricing-free-inner {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  align-items: center;
  gap: 32px;
  padding: 28px 32px;
  border-radius: 16px;
  border: 1px solid rgba(16,185,129,0.2);
  background: rgba(16,185,129,0.04);
}
.pricing-free-eyebrow { color: #10b981; }
.pricing-free-title {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin: 6px 0 4px;
}
.pricing-free-desc {
  font-size: 14px;
  color: rgba(255,255,255,0.6);
  margin: 0;
}
.pricing-free-perks ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.pricing-free-perks li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: rgba(255,255,255,0.85);
}
.pricing-free-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.pricing-free-note {
  font-size: 12px;
  color: rgba(255,255,255,0.45);
}
.btn-outline {
  background: transparent;
  border: 1.5px solid #10b981;
  color: #10b981;
  padding: 10px 28px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s;
  white-space: nowrap;
}
.btn-outline:hover {
  background: rgba(16,185,129,0.1);
  border-color: #34d399;
  color: #34d399;
}
@media (max-width: 900px) {
  .pricing-free-inner {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 20px;
    padding: 24px 20px;
  }
  .pricing-free-perks ul { align-items: center; }
  .pricing-free-perks li { justify-content: center; }
}

/* ── Product switcher ──────────────────────────────────────── */
.product-switcher { position: relative; display: inline-block; }
.product-switcher-trigger { background: none; border: none; color: var(--text, #f0f0ff); padding: 8px; cursor: pointer; border-radius: 8px; line-height: 0; }
.product-switcher-trigger:hover { background: var(--surface-2, rgba(255,255,255,0.06)); }
.product-switcher-menu { position: absolute; top: 100%; left: 0; min-width: 220px; background: var(--surface, rgba(15,15,30,0.97)); border: 1px solid var(--border, rgba(255,255,255,0.08)); border-radius: 12px; padding: 8px; margin-top: 8px; box-shadow: 0 8px 24px rgba(0,0,0,0.4); z-index: 1000; }
.product-switcher-brand { padding: 8px 12px; font-size: 11px; text-transform: uppercase; letter-spacing: 1.5px; color: var(--text-muted, rgba(240,240,255,0.55)); font-weight: 600; }
.product-switcher-menu a { display: flex; align-items: center; gap: 10px; padding: 10px 12px; text-decoration: none; color: var(--text, #f0f0ff); border-radius: 8px; font-size: 14px; transition: background 0.15s; }
.product-switcher-menu a:hover { background: var(--surface-2, rgba(255,255,255,0.06)); }
.product-switcher-menu a.active { background: var(--surface-2, rgba(255,255,255,0.06)); font-weight: 600; }
.product-switcher-menu hr { border: none; border-top: 1px solid var(--border, rgba(255,255,255,0.08)); margin: 6px 0; }

/* ── Badge helpers (used in hub cards) ────────────────────── */
.badge { display: inline-block; padding: 3px 8px; border-radius: 20px; font-size: 11px; font-weight: 600; }
.badge-success { background: rgba(34,197,94,0.15); color: var(--success, #22c55e); }
.badge-warning { background: rgba(234,179,8,0.15); color: #eab308; }

@media (max-width: 900px) {
  .pricing-table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .pricing-table-head-5col,
  .pricing-table-head-5col ~ .pricing-table-body .pricing-row {
    min-width: 900px;
  }
}

/* ── Responsive ────────────────────────────────────────────── */
@media (max-width: 768px) {
  .landing-hero h1 { font-size: 32px; }
  .landing-subtitle { font-size: 16px; }
  .landing-solution h2 { font-size: 26px; }
  .landing-steps { grid-template-columns: 1fr; }
  .landing-step-arrow { transform: rotate(90deg); text-align: center; }
  .pricing-table-head { grid-template-columns: 120px 1fr 1fr 1fr; }
  .pricing-row { grid-template-columns: 120px 1fr 1fr 1fr; }
  .pricing-label { padding: 10px 12px; font-size: 12px; }
  .pricing-col-value { padding: 10px 12px; font-size: 12px; }
  .pricing-intro h1 { font-size: 28px; }
  .landing-footer { flex-direction: column; gap: 12px; text-align: center; }
}

@media (max-width: 640px) {
  .hub-products { grid-template-columns: 1fr; }
  .hub-shortcuts { grid-template-columns: 1fr 1fr; }
  .landing-cta { flex-direction: column; align-items: center; }
  .pricing-table-head { grid-template-columns: 90px 1fr 1fr 1fr; }
  .pricing-row { grid-template-columns: 90px 1fr 1fr 1fr; }
  .pricing-col-head { padding: 16px 10px; }
  .pricing-col-name { font-size: 14px; }
  .pricing-col-price { font-size: 20px; }
}

/* ============== Checkout Page ============== */
.checkout-page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 48px 96px;
  position: relative;
}
.checkout-page::before {
  content: '';
  position: absolute;
  top: 0; left: 50%;
  width: 900px; height: 600px;
  transform: translateX(-50%);
  background: radial-gradient(ellipse at center, rgba(245,158,11,0.18), rgba(99,102,241,0.08) 40%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}
.checkout-page > * { position: relative; z-index: 1; }

/* Tabs */
.checkout-tabs {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 48px;
}
.checkout-tab {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 22px;
  border-radius: 999px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.75);
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.2s;
  position: relative;
}
.checkout-tab:hover { background: rgba(255,255,255,0.08); color: #fff; }
.checkout-tab.active {
  background: linear-gradient(90deg, #f59e0b, #6366f1);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 8px 32px rgba(245,158,11,0.3);
}
.checkout-tab-icon { font-size: 18px; }
.checkout-tab-badge {
  font-size: 10px;
  padding: 3px 8px;
  background: rgba(0,0,0,0.3);
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Hero */
.checkout-hero {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 64px;
}
.checkout-hero-icon {
  font-size: 56px;
  margin-bottom: 16px;
}
.checkout-hero h1 {
  font-size: 44px;
  font-weight: 800;
  margin: 12px 0 16px;
  color: #fff;
  line-height: 1.1;
}
.checkout-tagline {
  font-size: 18px;
  color: rgba(255,255,255,0.7);
  line-height: 1.5;
  margin: 0 0 28px;
}
.checkout-highlights {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
.checkout-highlights li {
  color: rgba(255,255,255,0.85);
  font-size: 15px;
}

/* Grid */
.checkout-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 48px;
  align-items: start;
}

/* Features */
.checkout-features h2 {
  font-size: 24px;
  color: #fff;
  margin: 0 0 24px;
  font-weight: 700;
}
.checkout-feature-group {
  margin-bottom: 28px;
}
.checkout-feature-group h4 {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #f59e0b;
  margin: 0 0 12px;
  font-weight: 700;
}
.checkout-feature-group ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.checkout-feature-group li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: rgba(255,255,255,0.85);
  font-size: 15px;
  line-height: 1.5;
}
.checkout-check {
  color: #10b981;
  font-weight: 800;
  flex-shrink: 0;
}

/* Summary */
.checkout-summary {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 20px;
  padding: 28px;
  position: sticky;
  top: 100px;
  backdrop-filter: blur(10px);
}
.checkout-summary-head { margin-bottom: 20px; }
.checkout-summary-head h3 {
  font-size: 22px;
  color: #fff;
  margin: 6px 0 0;
  font-weight: 700;
}

.checkout-cycles {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 24px;
}
.checkout-cycle {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 10px 12px;
  padding: 11px 14px;
  background: rgba(255,255,255,0.03);
  border: 1.5px solid rgba(255,255,255,0.1);
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.18s;
  color: #fff;
  font-family: inherit;
  text-align: left;
}
.checkout-cycle:hover { background: rgba(255,255,255,0.06); }
.checkout-cycle.active {
  border-color: #f59e0b;
  background: rgba(245,158,11,0.07);
  box-shadow: 0 0 0 3px rgba(245,158,11,0.13);
}
.checkout-cycle-label {
  font-weight: 600;
  font-size: 13px;
  color: rgba(255,255,255,0.85);
}
.checkout-cycle-price {
  font-weight: 800;
  font-size: 15px;
  white-space: nowrap;
  text-align: right;
  line-height: 1.2;
}
.checkout-cycle-price small {
  font-size: 10px;
  font-weight: 500;
  color: rgba(255,255,255,0.5);
  display: block;
  margin-top: 1px;
}
.checkout-cycle-setup {
  display: block;
  font-size: 10px;
  font-weight: 500;
  color: rgba(255,255,255,0.45);
  white-space: nowrap;
  margin-top: 2px;
}
.checkout-cycle-save {
  justify-self: end;
  background: #10b981;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 3px 7px;
  border-radius: 5px;
  white-space: nowrap;
}
.checkout-cycle-save:empty {
  display: none;
}

/* Form wrap — hidden until cycle selected */
.checkout-form-wrap {
  margin-top: 20px;
  animation: checkout-form-in 0.35s ease-out;
}
.checkout-form-wrap[hidden] {
  display: none !important;
}
@keyframes checkout-form-in {
  from { opacity: 0; transform: translateY(12px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* Selected plan label */
.checkout-selected-plan {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(245,158,11,0.1);
  border: 1px solid rgba(245,158,11,0.25);
  border-radius: 10px;
  padding: 10px 14px;
  margin-bottom: 16px;
}
.checkout-selected-plan-label {
  font-size: 14px;
  font-weight: 700;
  color: #f59e0b;
}
.checkout-change-cycle {
  background: none;
  border: none;
  color: rgba(255,255,255,0.55);
  font-size: 12px;
  cursor: pointer;
  text-decoration: underline;
  font-family: inherit;
}
.checkout-change-cycle:hover { color: #fff; }

/* Form */
.checkout-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 20px;
}
.checkout-field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.checkout-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.checkout-field span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: rgba(255,255,255,0.6);
  font-weight: 600;
}
.checkout-field input {
  padding: 12px 14px;
  background: rgba(255,255,255,0.04);
  border: 1.5px solid rgba(255,255,255,0.12);
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  font-family: inherit;
  transition: border-color 0.15s;
}
.checkout-field input:focus {
  outline: none;
  border-color: #f59e0b;
  background: rgba(255,255,255,0.06);
}

/* Promo field */
.checkout-promo-field input {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
}

/* Company toggle */
.checkout-company-toggle {
  margin-top: 2px;
}
.checkout-toggle-label {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 13px;
  color: rgba(255,255,255,0.75);
}
.checkout-company-check {
  accent-color: #f59e0b;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.checkout-company-fields {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 14px;
  margin-top: 4px;
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px;
  animation: checkout-form-in 0.25s ease-out;
}
.checkout-company-fields[hidden] {
  display: none !important;
}

.checkout-form-error {
  font-size: 13px;
  color: #fca5a5;
  background: rgba(239,68,68,0.1);
  border: 1px solid rgba(239,68,68,0.3);
  padding: 10px 12px;
  border-radius: 10px;
}
.checkout-cta[disabled] { opacity: 0.7; cursor: not-allowed; }
.checkout-free-wrap {
  text-align: center;
  margin-top: 6px;
}
.checkout-free-btn {
  background: transparent;
  border: 1.5px dashed rgba(255,255,255,0.2);
  color: rgba(255,255,255,0.8);
  padding: 12px 16px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  width: 100%;
  transition: all 0.2s;
  font-family: inherit;
}
.checkout-free-btn:hover {
  border-color: rgba(245,158,11,0.5);
  color: #fff;
}
.checkout-free-btn:disabled { opacity: 0.6; cursor: wait; }
.checkout-login-hint {
  text-align: center;
  font-size: 12px;
  color: rgba(255,255,255,0.55);
  margin: 8px 0 0;
}
.checkout-login-hint a { color: #f59e0b; text-decoration: none; }
.checkout-login-hint a:hover { text-decoration: underline; }

.checkout-cta-wrap { margin-bottom: 20px; }
.checkout-cta-sub {
  text-align: center;
  font-size: 12px;
  color: rgba(255,255,255,0.55);
  margin: 10px 0 0;
}

/* Free plan specific */
.checkout-summary-free {
  border-color: rgba(16,185,129,0.3);
}
.checkout-summary-free .checkout-summary-head {
  text-align: center;
}
.checkout-free-price-tag {
  font-size: 48px;
  font-weight: 800;
  color: #10b981;
  letter-spacing: -1px;
  margin-bottom: 4px;
}
.checkout-free-desc {
  font-size: 14px;
  color: rgba(255,255,255,0.6);
  margin: 8px 0 0;
}
.checkout-upgrade-hint {
  text-align: center;
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  margin: 12px 0 0;
}
.checkout-upgrade-hint a {
  color: #f59e0b;
  text-decoration: none;
}
.checkout-upgrade-hint a:hover {
  text-decoration: underline;
}
.checkout-tab-free {
  border-color: rgba(16,185,129,0.3);
}
.checkout-tab-free.active {
  border-color: #10b981;
  background: rgba(16,185,129,0.08);
}

.checkout-trust {
  list-style: none;
  padding: 16px 0 0;
  margin: 0;
  border-top: 1px solid rgba(255,255,255,0.08);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.checkout-trust li {
  font-size: 13px;
  color: rgba(255,255,255,0.7);
}

/* FAQ */
.checkout-faq {
  margin-top: 80px;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
.checkout-faq h2 {
  font-size: 28px;
  text-align: center;
  color: #fff;
  margin: 0 0 32px;
  font-weight: 700;
}

/* Responsive */
@media (max-width: 900px) {
  .checkout-grid { grid-template-columns: 1fr; gap: 32px; }
  .checkout-summary { position: static; }
  .checkout-page { padding: 40px 20px 64px; }
  .checkout-hero h1 { font-size: 32px; }
  .checkout-tab { padding: 10px 16px; font-size: 13px; }
  .checkout-tab-name { display: none; }
  .checkout-tab.active .checkout-tab-name { display: inline; }
}

@media (max-width: 640px) {
  .checkout-hero h1 { font-size: 26px; }
  .checkout-hero-icon { font-size: 40px; }
  .checkout-tagline { font-size: 15px; }
  .checkout-tabs { gap: 8px; }
  .checkout-tab { padding: 8px 12px; font-size: 12px; gap: 6px; }
  .checkout-field-row { grid-template-columns: 1fr; }
  .checkout-cycle { grid-template-columns: 1fr auto auto; gap: 10px; padding: 12px 14px; }
  .checkout-cycle-price { font-size: 15px; }
  .checkout-summary { padding: 20px; }
  .checkout-features h2 { font-size: 20px; }
  .checkout-faq h2 { font-size: 22px; }
}

/* Cancelled payment banner */
.checkout-cancelled-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: rgba(120, 53, 15, 0.25);
  border: 1px solid #d97706;
  color: #fde68a;
  border-radius: 10px;
  padding: 14px 18px;
  margin-bottom: 24px;
  font-size: 0.875rem;
  font-weight: 600;
}
.checkout-cancelled-banner-text {
  flex: 1;
}
.checkout-cancelled-dismiss {
  background: none;
  border: none;
  color: #fde68a;
  cursor: pointer;
  font-size: 1.125rem;
  line-height: 1;
  padding: 0 4px;
  opacity: 0.75;
  flex-shrink: 0;
}
.checkout-cancelled-dismiss:hover {
  opacity: 1;
}
