/* landing.css — Extracted from LandingView.vue <style scoped> */
/* CSS variables come from /theme.css (loaded before this file) */

/* ── Root layout ──────────────────────────────────────────────────── */
.landing {
  min-height: 100vh;
  background: hsl(var(--bg-100));
  color: hsl(var(--text-000));
  font-family: var(--font-ui, 'Inter', system-ui, -apple-system, sans-serif);
  overflow-x: hidden;
}

/* ── Top navigation ───────────────────────────────────────────────── */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(14px);
  background: hsl(var(--bg-100) / 78%);
}

.nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.nav-brand {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.nav-brand img {
  max-height: 45px;
  height: auto;
  width: auto;
}

.nav-links {
  display: flex;
  gap: 2rem;
  flex: 1;
  justify-content: center;
  align-items: center;
}

.nav-links a {
  font-size: 0.86rem;
  font-weight: 500;
  color: hsl(var(--text-300));
  transition: color 0.15s;
  text-decoration: none;
}

.nav-links a:hover {
  color: hsl(var(--text-000));
}

.nav-cta {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.nav-signin {
  font-size: 0.86rem;
  font-weight: 500;
  color: hsl(var(--text-200));
  transition: color 0.15s;
  text-decoration: none;
}
.nav-signin:hover { color: hsl(var(--text-000)); }

/* ── Language dropdown ────────────────────────────────────────────── */
.lang-menu {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.lang-trigger {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.55rem;
  background: transparent;
  border: none;
  border-radius: 8px;
  font-size: 0.86rem;
  font-weight: 500;
  color: hsl(var(--text-300));
  cursor: pointer;
  transition: color 0.15s ease, background 0.15s ease;
}

.lang-trigger:hover {
  color: hsl(var(--text-000));
  background: hsl(var(--bg-200));
}

.lang-chevron {
  transition: transform 0.2s ease;
}

.lang-chevron--open {
  transform: rotate(180deg);
}

.lang-menu-list {
  position: absolute;
  top: calc(100% + 0.5rem);
  right: 0;
  min-width: 160px;
  padding: 0.35rem;
  margin: 0;
  list-style: none;
  background: hsl(var(--bg-300));
  border: 1px solid hsl(var(--border-300) / 18%);
  border-radius: 12px;
  box-shadow: 0 12px 32px -8px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(12px);
  z-index: 60;
}

.lang-menu-item {
  padding: 0.55rem 0.75rem;
  border-radius: 8px;
  font-size: 0.88rem;
  color: hsl(var(--text-200));
  cursor: pointer;
  transition: background 0.12s ease, color 0.12s ease;
}

.lang-menu-item:hover {
  background: hsl(var(--bg-200));
  color: hsl(var(--text-000));
}

.lang-menu-item--active {
  color: hsl(var(--text-000));
  background: hsl(var(--bg-200) / 60%);
}

/* ── Buttons ──────────────────────────────────────────────────────── */
.btn-primary-new {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: var(--color-cta-base);
  color: #0B141E;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 0.55rem 1.05rem;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.005em;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 8px 24px -12px rgba(255, 196, 184, 0.55);
  text-decoration: none;
}

.btn-primary-new:hover {
  background: var(--color-cta);
  transform: translateY(-1px);
  box-shadow: 0 12px 28px -10px rgba(255, 196, 184, 0.7);
}

.btn-primary-new--lg {
  padding: 0.85rem 1.6rem;
  font-size: 0.92rem;
  border-radius: 12px;
}

.btn-ghost-new {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: transparent;
  color: hsl(var(--text-100));
  border: 1px solid hsl(var(--border-300) / 20%);
  border-radius: 12px;
  padding: 0.85rem 1.5rem;
  font-size: 0.92rem;
  font-weight: 550;
  cursor: pointer;
  transition: all 0.15s;
  text-decoration: none;
}

.btn-ghost-new:hover {
  background: hsl(var(--bg-200));
  border-color: hsl(var(--border-300) / 35%);
}

/* ── Hero ─────────────────────────────────────────────────────────── */
.hero {
  position: relative;
  padding: 6rem 2rem 7rem;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 1px 1px, hsl(var(--text-400) / 7%) 1px, transparent 0);
  background-size: 28px 28px;
  mask-image: radial-gradient(ellipse 80% 60% at 50% 40%, black 20%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 80% 60% at 50% 40%, black 20%, transparent 75%);
}

.hero-dot {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.45;
}

.hero-dot--1 {
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(129, 203, 226, 0.35), transparent 70%);
  top: -120px;
  left: -120px;
}

.hero-dot--2 {
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(216, 185, 255, 0.28), transparent 70%);
  top: 80px;
  right: -80px;
}

.hero-dot--3 {
  width: 380px;
  height: 380px;
  background: radial-gradient(circle, rgba(23, 107, 166, 0.3), transparent 70%);
  bottom: -140px;
  left: 35%;
}

.hero-inner {
  position: relative;
  max-width: 980px;
  margin: 2rem auto 0;
  text-align: center;
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 0.85rem;
  background: hsl(var(--bg-200));
  border: 1px solid hsl(var(--border-300) / 15%);
  border-radius: 999px;
  font-size: 1.1rem;
  font-weight: 500;
  color: hsl(var(--text-200));
  letter-spacing: 0.02em;
  margin-bottom: 2rem;
}

.kicker-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color-cta-base);
  box-shadow: 0 0 10px var(--color-cta-base);
}

.hero-title {
  font-family: 'Outfit', system-ui, sans-serif;
  font-size: clamp(2.6rem, 7vw, 4.4rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.03em;
  background: linear-gradient(135deg, var(--color-cta-base) 5%, #8be1fb 30% 55%, #176ba6 80%);
  background-size: 300% 300%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: hero-title-gradient 8s ease-in-out infinite;
  margin: 0;
  padding-bottom: 0.5rem;
}

@keyframes hero-title-gradient {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.hero-sub {
  margin: 1.4rem auto 2.4rem;
  max-width: 660px;
  font-size: 1.1rem;
  line-height: 1.6;
  color: hsl(var(--text-300));
  font-weight: 400;
}

.hero-ctas {
  display: flex;
  justify-content: center;
  gap: 0.9rem;
  flex-wrap: wrap;
  margin-bottom: 4rem;
}

.hero-trust {
  display: inline-flex;
  align-items: center;
  gap: 2rem;
  padding: 1.2rem 2rem;
  background: hsl(var(--bg-300));
  /* border: 1px solid hsl(var(--border-300) / 12%); */
  border-radius: 16px;
  backdrop-filter: blur(8px);
}

.trust-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
}

.trust-num {
  font-family: 'Outfit', system-ui, sans-serif;
  font-size: 1.9rem;
  font-weight: 200;
  background: linear-gradient(135deg, #c2c0b6 1%, #81cbe2 15% 59%, #176ba6 80%);
  background-size: 300% 300%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: hero-title-gradient 8s ease-in-out infinite;
  line-height: 1;
}

.trust-label {
  font-size: 0.72rem;
  color: hsl(var(--text-400));
  text-align: center;
  line-height: 1.25;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  white-space: pre-line;
}

.trust-divider {
  width: 1px;
  height: 32px;
  background: hsl(var(--border-300) / 15%);
}

/* ── Section shared ───────────────────────────────────────────────── */
.section-head {
  max-width: 760px;
  margin: 0 auto 4rem;
  text-align: center;
}

.section-kicker {
  display: inline-block;
  font-size: 0.77rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-cta-base);
  margin-bottom: 1.1rem;
}

.section-title {
  font-family: 'Outfit', system-ui, sans-serif;
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  font-weight: 100;
  line-height: 1;
  letter-spacing: -0.025em;
  background: linear-gradient(135deg, #c2c0b6 1%, #81cbe2 15% 59%, #176ba6 80%);
  background-size: 300% 300%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: hero-title-gradient 8s ease-in-out infinite;
  margin: 0 0 1.2rem;
  padding-bottom: 0.5rem;
}

.section-sub {
  font-size: 1rem;
  color: hsl(var(--text-300));
  line-height: 1.6;
  margin: 0;
}

/* ── Value triad ──────────────────────────────────────────────────── */
.triad {
  padding: 2rem 2rem 5rem;
}

.triad-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.1rem;
}

.triad-card {
  background: hsl(var(--bg-300));
  /* border: 1px solid hsl(var(--border-300) / 12%); */
  border-radius: 18px;
  padding: 2rem 1.8rem;
  text-align: center;
  transition: all 0.25s ease;
}

.triad-card:hover {
  /* border-color: hsl(var(--border-300) / 25%); */
  transform: translateY(-2px);
}

.triad-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.2rem;
}

.triad-icon svg { width: 26px; height: 26px; }

.triad-icon--primary {
  background: rgba(156, 202, 255, 0.12);
  color: #9CCAFF;
}

.triad-icon--secondary {
  background: rgba(216, 185, 255, 0.12);
  color: #D8B9FF;
}

.triad-icon--tertiary {
  background: rgba(255, 196, 184, 0.12);
  color: var(--color-cta-base);
}

.triad-card h3 {
  font-family: 'Outfit', system-ui, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  color: hsl(var(--text-000));
  margin: 0 0 0.7rem;
  letter-spacing: -0.01em;
}

.triad-card p {
  font-size: 0.92rem;
  line-height: 1.6;
  color: hsl(var(--text-300));
  margin: 0;
}

/* ── Tracks ───────────────────────────────────────────────────────── */
.tracks {
  padding: 5rem 2rem;
  background:
    linear-gradient(180deg, hsl(var(--bg-100)), hsl(var(--bg-200) / 40%));
}

.tracks-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.1rem;
}

.track-card {
  position: relative;
  background: hsl(var(--bg-300));
  /* border: 1px solid hsl(var(--border-300) / 12%); */
  border-radius: 18px;
  padding: 2rem 1.8rem;
  transition: all 0.25s ease;
  overflow: hidden;
}

.track-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(129, 203, 226, 0.08), transparent 55%);
  opacity: 0;
  transition: opacity 0.25s;
  pointer-events: none;
}

.track-card:hover {
  /* border-color: hsl(var(--border-300) / 25%); */
  transform: translateY(-2px);
}

.track-card:hover::before { opacity: 1; }

.track-tag {
  display: inline-block;
  padding: 0.25rem 0.65rem;
  background: hsl(var(--bg-100));
  border: 1px solid hsl(var(--border-300) / 12%);
  border-radius: 6px;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: hsl(var(--text-300));
  margin-bottom: 1rem;
}

.track-card h3 {
  font-family: 'Outfit', system-ui, sans-serif;
  font-size: 1.7rem;
  font-weight: 300;
  color: hsl(var(--text-000));
  margin: 0 0 0.7rem;
  letter-spacing: -0.015em;
}

.track-card p {
  font-size: 0.92rem;
  color: hsl(var(--text-300));
  line-height: 1.6;
  margin: 0 0 1.3rem;
}

.track-feats {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.track-feats li {
  position: relative;
  padding-left: 1.2rem;
  font-size: 0.86rem;
  color: hsl(var(--text-200));
  line-height: 1.5;
}

.track-feats li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #81cbe2;
}

.track-read-more {
  display: inline-block;
  margin-top: 1rem;
  font-size: 0.8rem;
  font-style: italic;
  color: hsl(var(--text-400));
  text-decoration: none;
  transition: color 0.15s;
}
.track-read-more:hover { color: hsl(var(--accent-secondary-000)); }

/* ── How it works ─────────────────────────────────────────────────── */
.how {
  padding: 6rem 2rem;
}

.how-steps {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  align-items: stretch;
  gap: 0.6rem;
}

.how-step {
  padding: 1.5rem 1.25rem;
  background: hsl(var(--bg-300));
  border: 1px solid hsl(var(--border-300) / 12%);
  border-radius: 16px;
}

.how-step-num {
  font-family: 'Outfit', system-ui, sans-serif;
  font-size: 1.8rem;
  font-weight: 200;
  color: var(--color-cta-base);
  line-height: 1;
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
}

.how-step h4 {
  font-family: 'Outfit', system-ui, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  color: hsl(var(--text-000));
  margin: 0 0 0.5rem;
  letter-spacing: -0.01em;
}

.how-step p {
  font-size: 0.86rem;
  line-height: 1.55;
  color: hsl(var(--text-300));
  margin: 0;
}

.how-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: hsl(var(--text-400));
  font-weight: 200;
}

/* ── Why Calibers ─────────────────────────────────────────────────── */
.why {
  padding: 6rem 2rem;
  background:
    linear-gradient(180deg, hsl(var(--bg-200) / 40%), hsl(var(--bg-100)));
}

.why-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.why-card {
  background: hsl(var(--bg-300));
  /* border: 1px solid hsl(var(--border-300) / 12%); */
  border-radius: 16px;
  padding: 1.6rem 1.4rem;
  transition: all 0.25s ease;
}

.why-card:hover {
  /* border-color: hsl(var(--border-300) / 25%); */
  transform: translateY(-2px);
}

.why-icon {
  width: 42px;
  height: 42px;
  border-radius: 11px;
  background: rgba(156, 202, 255, 0.1);
  color: #9CCAFF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.why-icon svg { width: 22px; height: 22px; }

.why-card h4 {
  font-family: 'Outfit', system-ui, sans-serif;
  font-size: 1.05rem;
  font-weight: 500;
  color: hsl(var(--text-000));
  margin: 0 0 0.5rem;
  letter-spacing: -0.005em;
}

.why-card p {
  font-size: 0.85rem;
  line-height: 1.55;
  color: hsl(var(--text-300));
  margin: 0;
}

/* ── Pricing ──────────────────────────────────────────────────────── */
.pricing {
  padding: 2rem 2rem;
  background:
    linear-gradient(180deg, hsl(var(--bg-100)), hsl(var(--bg-200) / 40%));
}

.pricing-subtitle {
  font-family: 'Outfit', system-ui, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  color: hsl(var(--text-200));
  text-align: center;
  margin: 1rem;
  letter-spacing: -0.01em;
}

.pricing-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.pricing-row {
  display: grid;
  gap: 0.8rem;
  align-items: stretch;
  padding-top: 1rem;
}

.pricing-row--ltd {
  grid-template-columns: 1fr 1fr;
  align-items: center;
  max-width: 50%;
  align-self: center;
  padding-bottom: 2.7rem;
}

.pricing-desc-col {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  padding: 0.5rem 1.5rem 0.5rem 0.25rem;
}

.pricing-desc-col p {
  font-family: 'Outfit', system-ui, sans-serif;
  font-size: 0.9rem;
  color: hsl(var(--text-300));
  line-height: 1.75;
  margin: 0;
}

.pricing-desc-ltd {
  font-style: italic;
}

.pricing-row--subs { grid-template-columns: repeat(4, 1fr); }

.pricing-card {
  position: relative;
  background: hsl(var(--bg-300));
  /* border: 1px solid hsl(var(--border-300) / 12%); */
  border-radius: 18px;
  padding: 2rem 1rem 1.8rem;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  transition: all 0.25s ease;
}

.pricing-card:hover {
  /* border-color: hsl(var(--border-300) / 25%); */
  transform: translateY(-2px);
}

.pricing-card--featured {
  /* border-color: rgba(129, 203, 226, 0.35); */
}

.pricing-card--featured:hover {
  /* border-color: rgba(129, 203, 226, 0.55); */
}

/* LTD Super Pack card */
.pricing-card--ltd {
  /* border-color: rgba(245, 194, 64, 0.28); */
}

.pricing-card--ltd:hover {
  /* border-color: rgba(245, 194, 64, 0.5); */
}

/* Golden price, currency pill, and checkmarks for LTD card */
.pricing-card--ltd .pricing-amount {
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  -webkit-text-fill-color: hsl(38 88% 62%);
  animation: none;
}

.pricing-card--ltd .currency-trigger {
  background: linear-gradient(135deg, #f5c240, #d4960a);
}

.pricing-card--ltd .currency-trigger:hover {
  background: linear-gradient(135deg, #f7cc55, #e0a51a);
}

.pricing-card--ltd .currency-code,
.pricing-card--ltd .currency-chevron {
  color: #1a0e00;
  stroke: #1a0e00;
}

.pricing-card--ltd .pricing-features li::before {
  color: hsl(38 88% 55%);
}

/* Higher specificity so it always overrides .pricing-badge's background */
.pricing-card--ltd .pricing-badge {
  background: linear-gradient(135deg, #f5c240, #d4960a);
  color: #1a0e00;
}

.pricing-cta--ltd {
  border-color: #f5c240;
  color: #f5c240;
}

.pricing-cta--ltd:hover {
  background: rgba(245, 194, 64, 0.08);
  border-color: #f5c240;
}

.pricing-badge {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.22rem 0.7rem;
  background: var(--color-cta-base);
  color: #0B141E;
  border-radius: 999px;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.pricing-tier {
  font-family: 'Outfit', system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: hsl(var(--text-300));
}

.pricing-tag {
  font-family: 'Outfit', system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  color: hsl(var(--text-400));
  margin-top: 0.15rem;
  letter-spacing: 0.02em;
}

.pricing-price {
  display: flex;
  align-items: baseline;
  flex-wrap: nowrap;
  gap: 0.25rem;
  margin: 0.3rem 0 0.1rem;
}

.pricing-currency {
  font-family: 'Outfit', system-ui, sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  color: hsl(var(--text-300));
  line-height: 1;
}

.pricing-amount {
  font-family: 'Outfit', system-ui, sans-serif;
  font-size: 2.8rem;
  font-weight: 200;
  line-height: 1;
  letter-spacing: -0.02em;
  background: linear-gradient(135deg, #c2c0b6 1%, #81cbe2 15% 59%, #176ba6 80%);
  background-size: 300% 300%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: hero-title-gradient 8s ease-in-out infinite;
}

/* ── Currency selector ────────────────────────────────────────────── */
.currency-trigger {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 2px 7px 2px 8px;
  background: #8be1fb;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  margin-left: 0.15rem;
  transition: background 0.15s ease;
}

.currency-trigger:hover {
  background: #a8eafc;
}

.currency-code {
  font-size: 0.72rem;
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  color: #0b1824;
  letter-spacing: 0.04em;
}

.currency-chevron {
  stroke: #0b1824;
  transition: transform 0.2s ease;
  flex-shrink: 0;
}

.currency-chevron--open {
  transform: rotate(180deg);
}

.currency-menu-list {
  position: absolute;
  min-width: 210px;
  padding: 0.35rem;
  margin: 0;
  list-style: none;
  background: hsl(var(--bg-300));
  border: 1px solid hsl(var(--border-300) / 18%);
  border-radius: 12px;
  box-shadow: 0 12px 32px -8px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(12px);
  z-index: 9999;
}

.currency-menu-item {
  padding: 0.55rem 0.75rem;
  border-radius: 8px;
  font-size: 0.88rem;
  color: hsl(var(--text-200));
  cursor: pointer;
  transition: background 0.12s ease, color 0.12s ease;
}

.currency-menu-item:hover {
  background: hsl(var(--bg-200));
  color: hsl(var(--text-000));
}

.currency-menu-item--active {
  color: hsl(var(--text-000));
  background: hsl(var(--bg-200) / 60%);
}

.pricing-per-mo {
  font-size: 0.72rem;
  font-weight: 500;
  color: hsl(var(--text-400));
  margin-left: 0.1rem;
}

.pricing-notes {
  max-width: 900px;
  margin: 2rem auto 0;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.pricing-disclaimer {
  font-size: 0.75rem;
  color: #8be1fb;
  text-align: left;
  margin-top: 0.25rem;
  opacity: 0.8;
}

.pricing-credits {
  font-size: 0.98rem;
  font-weight: 500;
  color: hsl(var(--text-000));
  letter-spacing: -0.005em;
}

.pricing-features {
  list-style: none;
  padding: 0;
  margin: 0 0 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  flex: 1;
}

.pricing-features li {
  font-size: 0.82rem;
  color: hsl(var(--text-300));
  line-height: 1.4;
  padding-left: 1.1rem;
  position: relative;
}

.pricing-features li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: hsl(200 70% 60%);
  font-size: 0.75rem;
  font-weight: 700;
  top: 0.05em;
}

.pricing-features .pricing-feat-more {
  color: hsl(var(--text-400));
  font-style: italic;
}

.pricing-features .pricing-feat-more::before {
  content: '';
}

.pricing-cta {
  margin-top: auto;
  justify-content: center;
  padding: 0.7rem 1rem;
  font-size: 0.85rem;
  border-radius: 10px;
  width: 100%;
  box-sizing: border-box;
}
.pricing-cta--secondary {
  margin-top: 0.5rem;
}

.pricing-note {
  margin: 0;
  text-align: left;
  font-size: 0.75rem;
  color: hsl(var(--text-400));
  font-style: normal;
}

/* ── Estimates / Credits Calculator ──────────────────────────────── */
.estimates {
  padding: 6rem 2rem;
  background: linear-gradient(180deg, hsl(var(--bg-200) / 40%), hsl(var(--bg-100)));
}

.est-layout {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 1.6rem;
  align-items: start;
}

.est-table-wrap {
  background: hsl(var(--bg-300));
  border: 1px solid hsl(var(--border-300) / 12%);
  border-radius: 18px;
  overflow: hidden;
}

.est-table-header {
  display: grid;
  grid-template-columns: 1fr 100px 130px 90px;
  gap: 0;
  padding: 0.7rem 1.4rem;
  background: hsl(var(--bg-200) / 60%);
  border-bottom: 1px solid hsl(var(--border-300) / 10%);
}

.est-th {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: hsl(var(--text-400));
}

.est-th--cost  { text-align: center; }
.est-th--qty   { text-align: center; }
.est-th--sub   { text-align: right; }

.est-row {
  display: grid;
  grid-template-columns: 1fr 100px 130px 90px;
  gap: 0;
  padding: 0.9rem 1.4rem;
  border-bottom: 1px solid hsl(var(--border-300) / 8%);
  align-items: center;
  transition: background 0.15s ease;
}
.est-row:last-child { border-bottom: none; }

.est-row:hover { background: hsl(var(--bg-200) / 30%); }
.est-row--active { background: hsl(var(--bg-200) / 45%); }

.est-row-main {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  cursor: pointer;
  min-width: 0;
}

.est-checkbox {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}

.est-checkmark {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border-radius: 5px;
  border: 1px solid hsl(var(--border-300) / 30%);
  background: hsl(var(--bg-100));
  position: relative;
  margin-top: 2px;
  transition: background 0.15s, border-color 0.15s;
}

.est-checkbox:checked + .est-checkmark {
  background: #81cbe2;
  border-color: #81cbe2;
}

.est-checkbox:checked + .est-checkmark::after {
  content: '';
  position: absolute;
  left: 5px;
  top: 2px;
  width: 5px;
  height: 9px;
  border: 2px solid #0b1824;
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
}

.est-row-info {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 0;
}

.est-row-name {
  font-size: 0.9rem;
  font-weight: 500;
  color: hsl(var(--text-000));
  line-height: 1.35;
}

.est-row-desc {
  font-size: 0.76rem;
  color: hsl(var(--text-400));
  line-height: 1.4;
}

.est-cell-cost {
  display: flex;
  justify-content: center;
  align-items: center;
}

.est-badge-free {
  display: inline-flex;
  align-items: center;
  padding: 0.2rem 0.55rem;
  background: rgba(129, 203, 226, 0.1);
  color: #81cbe2;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.est-badge-cost {
  display: inline-flex;
  align-items: baseline;
  padding: 0.2rem 0.55rem;
  background: rgba(255, 196, 184, 0.1);
  color: var(--color-cta-base);
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 600;
}

.est-badge-unit {
  font-size: 0.65rem;
  font-weight: 500;
  opacity: 0.75;
}

.est-cell-qty {
  display: flex;
  justify-content: center;
  align-items: center;
}

.est-qty-wrap {
  display: inline-flex;
  align-items: center;
  gap: 0;
  border: 1px solid hsl(var(--border-300) / 20%);
  border-radius: 8px;
  overflow: hidden;
  background: hsl(var(--bg-100));
}

.est-qty-btn {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  color: hsl(var(--text-200));
  font-size: 1rem;
  font-weight: 400;
  cursor: pointer;
  transition: background 0.12s, color 0.12s;
  line-height: 1;
}

.est-qty-btn:hover:not(:disabled) {
  background: hsl(var(--bg-200));
  color: hsl(var(--text-000));
}

.est-qty-btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.est-qty-input {
  width: 42px;
  text-align: center;
  background: transparent;
  border: none;
  border-left: 1px solid hsl(var(--border-300) / 15%);
  border-right: 1px solid hsl(var(--border-300) / 15%);
  color: hsl(var(--text-000));
  font-size: 0.85rem;
  font-weight: 500;
  padding: 0.2rem 0;
  -moz-appearance: textfield;
  outline: none;
}

.est-qty-input::-webkit-inner-spin-button,
.est-qty-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.est-qty-na {
  font-size: 0.78rem;
  color: hsl(var(--text-400));
}

.est-qty-auto {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.05rem;
  line-height: 1.2;
}

.est-qty-auto-formula {
  font-size: 0.72rem;
  color: hsl(var(--text-400));
  letter-spacing: 0.01em;
}

.est-qty-auto-eq {
  font-family: 'Outfit', system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #81cbe2;
}

.est-cell-sub {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.est-sub-off {
  font-size: 0.88rem;
  color: hsl(var(--text-400));
}

.est-sub-val {
  font-family: 'Outfit', system-ui, sans-serif;
  font-size: 1.05rem;
  font-weight: 500;
  color: hsl(var(--text-000));
}

.est-sub-free {
  font-size: 0.78rem;
  color: #81cbe2;
  font-weight: 500;
}

/* ── Total Panel ──────────────────────────────────────────────────── */
.est-total-panel {
  position: sticky;
  top: calc(64px + 1.5rem);
}

.est-total-inner {
  background: hsl(var(--bg-300));
  border: 1px solid hsl(var(--border-300) / 15%);
  border-radius: 18px;
  padding: 2rem 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.est-total-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: hsl(var(--text-400));
}

.est-total-num {
  display: flex;
  align-items: baseline;
  gap: 0.4rem;
}

.est-total-digits {
  font-family: 'Outfit', system-ui, sans-serif;
  font-size: 3.2rem;
  font-weight: 200;
  letter-spacing: -0.03em;
  background: linear-gradient(135deg, var(--color-cta-base) 10%, #8be1fb 45% 65%, #176ba6 85%);
  background-size: 300% 300%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: hero-title-gradient 8s ease-in-out infinite;
  line-height: 1;
  transition: all 0.2s ease;
}

.est-total-unit {
  font-size: 0.78rem;
  color: hsl(var(--text-400));
  font-weight: 500;
}

.est-total-bar-wrap {
  height: 4px;
  background: hsl(var(--bg-200));
  border-radius: 999px;
  overflow: hidden;
}

.est-total-bar {
  height: 100%;
  background: linear-gradient(90deg, #81cbe2, var(--color-cta-base));
  border-radius: 999px;
  transition: width 0.35s ease;
}

.est-zero-hint {
  font-size: 0.82rem;
  color: hsl(var(--text-400));
  line-height: 1.45;
  margin: 0;
  font-style: italic;
}

.est-plan-hint {
  font-size: 0.86rem;
  color: hsl(var(--text-300));
  line-height: 1.45;
  margin: 0;
}

.est-plan-name {
  color: #81cbe2;
  font-weight: 600;
}

.est-plan-over {
  font-size: 0.82rem;
  color: var(--color-cta-base);
  line-height: 1.45;
  margin: 0;
}

.est-contact-link {
  color: #81cbe2;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: rgba(129, 203, 226, 0.4);
  text-underline-offset: 2px;
  transition: color 0.15s, text-decoration-color 0.15s;
}

.est-contact-link:hover {
  color: #fff;
  text-decoration-color: rgba(255, 255, 255, 0.5);
}

.est-disclaimer {
  font-size: 0.68rem;
  color: hsl(var(--text-400));
  line-height: 1.4;
  margin: 0;
  font-style: italic;
  opacity: 0.7;
}

.est-reset-btn {
  background: transparent;
  border: 1px solid hsl(var(--border-300) / 20%);
  border-radius: 8px;
  color: hsl(var(--text-400));
  font-size: 0.78rem;
  font-weight: 500;
  padding: 0.45rem 0.85rem;
  cursor: pointer;
  transition: all 0.15s;
  width: 100%;
}

.est-reset-btn:hover {
  border-color: hsl(var(--border-300) / 35%);
  color: hsl(var(--text-200));
  background: hsl(var(--bg-200));
}

.est-cta-btn {
  width: 100%;
  justify-content: center;
}

/* ── Final CTA ────────────────────────────────────────────────────── */
.cta {
  padding: 7rem 2rem;
  position: relative;
}

.cta-inner {
  position: relative;
  max-width: 820px;
  margin: 0 auto;
  padding: 4rem 3rem;
  text-align: center;
  background: hsl(var(--bg-300));
  border: 1px solid hsl(var(--border-300) / 15%);
  border-radius: 24px;
  overflow: hidden;
}

.cta-glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.cta-title {
  position: relative;
  font-family: 'Outfit', system-ui, sans-serif;
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  font-weight: 100;
  line-height: 1.05;
  letter-spacing: -0.03em;
  background: linear-gradient(135deg, #c2c0b6 1%, #81cbe2 15% 59%, #176ba6 80%);
  background-size: 300% 300%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: hero-title-gradient 8s ease-in-out infinite;
  margin: 0 0 1.2rem;
  padding-bottom: 1rem;
}

.cta-sub {
  position: relative;
  max-width: 540px;
  margin: 0 auto 2.2rem;
  font-size: 1rem;
  line-height: 1.6;
  color: hsl(var(--text-300));
}

.cta-actions {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 0.9rem;
  flex-wrap: wrap;
}

/* ── FAQ ──────────────────────────────────────────────────────────── */
.faq {
  padding: 5rem 2rem 6rem;
}

.faq-list {
  max-width: 820px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.faq-item {
  border-bottom: 1px solid hsl(var(--border-300) / 12%);
}

.faq-item:first-child {
  border-top: 1px solid hsl(var(--border-300) / 12%);
}

.faq-q {
  list-style: none;
  cursor: pointer;
  padding: 1.25rem 2rem 1.25rem 0;
  font-size: 1rem;
  font-weight: 500;
  color: hsl(var(--text-100));
  line-height: 1.5;
  position: relative;
  user-select: none;
}

.faq-q::-webkit-details-marker { display: none; }

.faq-q::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.4rem;
  font-weight: 300;
  color: var(--color-cta-base);
  line-height: 1;
  transition: transform 0.2s ease;
}

.faq-item[open] .faq-q::after {
  transform: translateY(-50%) rotate(45deg);
}

.faq-a {
  margin: 0;
  padding: 0 0 1.4rem;
  font-size: 0.95rem;
  color: hsl(var(--text-300));
  line-height: 1.7;
}

/* ── Footer ───────────────────────────────────────────────────────── */
.foot {
  padding: 2.5rem 2rem;
  border-top: 1px solid hsl(var(--border-300) / 8%);
}

.foot-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}

.foot-brand {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.foot-tag {
  font-size: 0.78rem;
  color: hsl(var(--text-400));
  font-style: italic;
}

.foot-meta {
  display: flex;
  gap: 1.5rem;
  font-size: 0.8rem;
  color: hsl(var(--text-400));
}

.foot-meta a {
  transition: color 0.15s;
  color: hsl(var(--text-400));
  text-decoration: none;
}

.foot-meta a:hover { color: hsl(var(--text-200)); }

/* ── Registration modal ───────────────────────────────────────────── */
.reg-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(6px);
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}

.reg-panel {
  width: 100%;
  max-width: 540px;
  background: hsl(var(--bg-300));
  border: 1px solid hsl(var(--border-300) / 15%);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 24px 64px -16px rgba(0, 0, 0, 0.5);
  max-height: 90vh;
  overflow-y: auto;
}

.reg-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1.5rem 1.5rem 1rem;
  border-bottom: 1px solid hsl(var(--border-300) / 10%);
}

.reg-title {
  font-family: 'Outfit', system-ui, sans-serif;
  font-size: 1.35rem;
  font-weight: 400;
  color: hsl(var(--text-000));
  margin: 0 0 0.5rem;
  letter-spacing: -0.01em;
}

.reg-badge {
  display: inline-block;
  padding: 0.22rem 0.65rem;
  background: rgba(255, 196, 184, 0.15);
  border: 1px solid rgba(255, 196, 184, 0.3);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--color-cta-base);
  letter-spacing: 0.04em;
}

.reg-badge--referral {
  background: rgba(129, 203, 100, 0.12);
  border-color: rgba(129, 203, 100, 0.32);
  color: #7ecb60;
  margin-left: 0.4rem;
}

.reg-close {
  flex-shrink: 0;
  background: transparent;
  border: none;
  color: hsl(var(--text-400));
  cursor: pointer;
  padding: 0.3rem;
  border-radius: 6px;
  transition: color 0.15s, background 0.15s;
  margin-top: 0.1rem;
}
.reg-close:hover { color: hsl(var(--text-100)); background: hsl(var(--bg-200)); }

.reg-form {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}


.reg-error {
  padding: 0.75rem 1rem;
  background: rgba(255, 196, 184, 0.1);
  border: 1px solid rgba(255, 196, 184, 0.25);
  border-radius: 8px;
  font-size: 0.85rem;
  color: var(--color-cta-base);
  line-height: 1.4;
}

.reg-field {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.reg-row-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.9rem;
}
.reg-row-two .reg-field {
  justify-content: space-between;
}

.reg-label {
  font-size: 0.8rem;
  font-weight: 500;
  color: hsl(var(--text-300));
  letter-spacing: 0.01em;
  line-height: 0.7;
}

.reg-field-note {
  font-size: 0.75rem;
  font-weight: 400;
  color: hsl(var(--text-400));
  line-height: 1.2;
  padding: 0.2rem 0rem 0rem;
}
.reg-field-note--block {
  display: block;
  font-style: italic;
}

.reg-input {
  background: hsl(var(--bg-100));
  border: 1px solid hsl(var(--border-300) / 18%);
  border-radius: 8px;
  padding: 0.65rem 0.85rem;
  font-size: 0.9rem;
  color: hsl(var(--text-000));
  outline: none;
  transition: border-color 0.15s;
  width: 100%;
  box-sizing: border-box;
  font-family: inherit;
  line-height: 1.2;
}
.reg-input:focus { border-color: rgba(129, 203, 226, 0.45); }
.reg-input::placeholder { color: hsl(var(--text-400)); }

.reg-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23888' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.85rem center;
  background-size: 1em;
  padding-right: 2.5rem;
}

.reg-pass-wrap {
  position: relative;
}
.reg-pass-wrap .reg-input {
  padding-right: 2.5rem;
}
.reg-eye {
  position: absolute;
  right: 0.65rem;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  color: hsl(var(--text-400));
  cursor: pointer;
  padding: 0.2rem;
  display: flex;
  align-items: center;
  transition: color 0.15s;
}
.reg-eye:hover { color: hsl(var(--text-200)); }

.reg-lang-toggle {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.reg-lang-btn {
  padding: 0.4rem 0.85rem;
  border-radius: 7px;
  border: 1px solid hsl(var(--border-300) / 18%);
  background: transparent;
  color: hsl(var(--text-300));
  font-size: 0.8rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.15s;
}
.reg-lang-btn--active {
  background: rgba(129, 203, 226, 0.15);
  border-color: rgba(129, 203, 226, 0.4);
  color: #81cbe2;
}

.reg-radio-group {
  display: flex;
  gap: 1.5rem;
}
.reg-radio-label {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.875rem;
  color: hsl(var(--text-200));
  cursor: pointer;
}
.reg-radio-label input[type="radio"] {
  accent-color: #81cbe2;
  width: 15px;
  height: 15px;
  cursor: pointer;
}

.reg-submit {
  width: 100%;
  justify-content: center;
  margin-top: 0.25rem;
}
.reg-submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

.reg-signin-prompt {
  text-align: center;
  font-size: 0.82rem;
  color: hsl(var(--text-400));
  margin: 0;
}
.reg-signin-prompt a {
  color: #81cbe2;
  text-decoration: none;
  font-weight: 500;
}
.reg-signin-prompt a:hover { text-decoration: underline; }

.reg-success {
  padding: 2rem 1.75rem 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1rem;
}

.reg-success-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(129, 203, 226, 0.12);
  color: #81cbe2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reg-success-title {
  font-family: 'Outfit', system-ui, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  color: hsl(var(--text-000));
  margin: 0;
  letter-spacing: -0.015em;
}

.reg-success-body {
  font-size: 0.95rem;
  line-height: 1.6;
  color: hsl(var(--text-200));
  margin: 0;
  max-width: 360px;
}

.reg-success-note {
  font-size: 0.8rem;
  color: hsl(var(--text-400));
  margin: 0;
}

/* ── Global reset helpers ─────────────────────────────────────────── */
*, *::before, *::after {
  box-sizing: border-box;
}
a { text-decoration: none; }

/* ── Responsive ───────────────────────────────────────────────────── */
@media (max-width: 1100px) {
  .pricing-row--subs { grid-template-columns: repeat(2, 1fr); }
  .pricing-row--ltd  { grid-template-columns: 1fr; max-width: 100%; }
  .pricing-desc-col  { padding: 0 0 0.5rem; }
}

@media (max-width: 900px) {
  .nav-links { display: none; }
  .triad-inner,
  .tracks-grid,
  .why-grid {
    grid-template-columns: 1fr;
  }
  .how-steps {
    grid-template-columns: 1fr;
  }
  .how-arrow {
    transform: rotate(90deg);
    padding: 0.25rem 0;
  }
  .hero-trust { gap: 1rem; padding: 1rem 1.2rem; flex-wrap: wrap; }
  .cta-inner { padding: 2.5rem 1.5rem; }
  .est-layout { grid-template-columns: 1fr; }
  .est-total-panel { position: static; order: -1; }
  .est-table-header,
  .est-row {
    grid-template-columns: 1fr 80px 100px 70px;
  }
}

@media (max-width: 600px) {
  .pricing-row--subs { grid-template-columns: 1fr; }
  .nav-inner { padding: 0.9rem 1.2rem; gap: 0.8rem; }
  .nav-signin { display: none; }
  .hero { padding: 4rem 1.2rem 4.5rem; }
  .hero-ctas { flex-direction: column; align-items: stretch; }
  .hero-trust { justify-content: center; }
  .est-table-header { display: none; }
  .est-row {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    row-gap: 0.5rem;
  }
  .est-row-main { grid-column: 1 / -1; }
  .est-cell-cost { justify-content: flex-start; }
  .est-cell-qty  { justify-content: flex-start; }
  .est-cell-sub  { justify-content: flex-end; }
  .reg-row-two { grid-template-columns: 1fr; }
  .reg-panel { border-radius: 16px; }
  .reg-header, .reg-form, .reg-success { padding-left: 1.25rem; padding-right: 1.25rem; }
}
