/* ============================================================
   CloseRunner AI — style.css — Light Glass Theme Redesign
   ============================================================ */

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  -webkit-font-smoothing: antialiased;
  background: #f8fafc;
  color: #0f172a;
}

/* ── GLASS NAVBAR ─────────────────────────── */
.glass-nav {
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.8) inset,
    0 6px 28px rgba(15, 23, 42, 0.08),
    0 1px 4px rgba(15, 23, 42, 0.05);
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

.glass-nav.scrolled {
  background: rgba(255, 255, 255, 0.88);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 8px 32px rgba(15, 23, 42, 0.12),
    0 1px 6px rgba(15, 23, 42, 0.06);
}

.nav-link {
  font-size: 13.5px;
  font-weight: 500;
  color: #64748b;
  text-decoration: none;
  transition: color 0.15s ease;
  white-space: nowrap;
}

.nav-link:hover {
  color: #0f172a;
}

.mobile-nav-link {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #475569;
  padding: 10px 12px;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.15s ease;
}

.mobile-nav-link:hover {
  background: rgba(37, 99, 235, 0.07);
  color: #1e40af;
}

.btn-pill-primary {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #4643df;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 9999px;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.35), 0 0 0 1px rgba(255, 255, 255, 0.15) inset;
  transition: all 0.2s ease;
}

.btn-pill-primary:hover {
  background: #1d4ed8;
  box-shadow: 0 4px 16px rgba(37, 99, 235, 0.45), 0 0 0 1px rgba(255, 255, 255, 0.2) inset;
  transform: translateY(-1px);
}

/* ── HERO ─────────────────────────────────── */
.hero-section {
  background: linear-gradient(160deg, #f0f7ff 0%, #e8f4fd 35%, #f1f5fe 60%, #fafbff 100%);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 55% at 65% 40%, rgba(147, 197, 253, 0.22) 0%, transparent 70%),
    radial-gradient(ellipse 50% 40% at 20% 70%, rgba(196, 181, 253, 0.12) 0%, transparent 60%);
  pointer-events: none;
}

.hero-badge {
  background: rgba(219, 234, 254, 0.8);
  border: 1px solid rgba(147, 197, 253, 0.6);
  border-radius: 9999px;
  padding: 5px 14px;
  backdrop-filter: blur(8px);
}

.hero-gradient-text {
  background: linear-gradient(135deg, #4643df 0%, #7c3aed 50%, #0ea5e9 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn-hero-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #4643df, #1d4ed8);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 14px 28px;
  border-radius: 14px;
  text-decoration: none;
  box-shadow: 0 4px 22px rgba(37, 99, 235, 0.4), 0 0 0 1px rgba(255, 255, 255, 0.12) inset;
  transition: all 0.22s ease;
  white-space: nowrap;
}

.btn-hero-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(37, 99, 235, 0.5), 0 0 0 1px rgba(255, 255, 255, 0.18) inset;
}

.btn-hero-ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.7);
  color: #374151;
  font-size: 15px;
  font-weight: 600;
  padding: 14px 28px;
  border-radius: 14px;
  border: 1px solid rgba(148, 163, 184, 0.35);
  text-decoration: none;
  backdrop-filter: blur(10px);
  transition: all 0.2s ease;
  white-space: nowrap;
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.06);
}

.btn-hero-ghost:hover {
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(37, 99, 235, 0.3);
  color: #1e40af;
  transform: translateY(-1px);
}

.hero-stat {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hero-stat-icon {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: rgba(219, 234, 254, 0.8);
  border: 1px solid rgba(147, 197, 253, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  backdrop-filter: blur(6px);
}

/* ── PHONE MOCKUP ─────────────────────────── */

/* Hero sağ kolonu: canvas tam boyut + kart sağ kenara çakılı */
.hero-right-col {
  position: relative;
  width: 100%;
  height: 480px;
}

@media (min-width: 1024px) {
  .hero-right-col {
    height: 640px;
  }
}

/* Kart: sağ kenara sabitle, CSS 3D perspective tilt */
.hero-card-pin {
  position: absolute;
  right: -16px;
  top: 40%;
  transform: translateY(0);
  z-index: 20;
  perspective: 900px;
}

.hero-card-pin .mockup-phone {
  transform: rotateY(-10deg) rotateX(3deg);
  transform-style: preserve-3d;
  transition: transform 0.4s ease;
}

.hero-card-pin:hover .mockup-phone {
  transform: rotateY(-4deg) rotateX(1deg);
}

@media (max-width: 1023px) {
  .hero-card-pin {
    right: 0px;
    top: 5%;
    transform-origin: top right;
    transform: scale(0.5);
    opacity: 0.95;
  }
}

/* Dar kart — hero'da */
.hero-mockup-sm {
  width: 260px !important;
  border-radius: 22px !important;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.95) inset,
    0 24px 60px rgba(15, 23, 42, 0.16),
    0 6px 24px rgba(37, 99, 235, 0.15),
    -8px 8px 32px rgba(37, 99, 235, 0.08) !important;
}

@media (min-width: 1024px) {
  .hero-mockup-sm {
    width: 280px !important;
  }
}

.mockup-phone {
  width: 310px;
  background: rgba(255, 255, 255, 0.88);
  border-radius: 28px;
  border: 1px solid rgba(148, 163, 184, 0.2);
  overflow: hidden;
  position: relative;
  z-index: 1;
  backdrop-filter: blur(20px);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.9) inset,
    0 28px 70px rgba(15, 23, 42, 0.12),
    0 4px 20px rgba(37, 99, 235, 0.1);
}

.mockup-glow {
  position: absolute;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(147, 197, 253, 0.4) 0%, transparent 70%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  filter: blur(30px);
  pointer-events: none;
}

.xp-badge {
  font-size: 11px;
  font-weight: 700;
  padding: 3px 9px;
  border-radius: 8px;
  background: rgba(219, 234, 254, 0.9);
  border: 1px solid rgba(147, 197, 253, 0.5);
  color: #1d4ed8;
}

.chat-ai {
  padding: 10px 13px;
  border-radius: 16px 16px 16px 4px;
  font-size: 12.5px;
  line-height: 1.5;
  max-width: 85%;
  background: rgba(241, 245, 249, 0.95);
  border: 1px solid rgba(226, 232, 240, 0.8);
  color: #374151;
  align-self: flex-start;
}

.chat-user {
  padding: 10px 13px;
  border-radius: 16px 16px 4px 16px;
  font-size: 12.5px;
  line-height: 1.5;
  max-width: 85%;
  background: #4643df;
  color: #fff;
  align-self: flex-end;
  margin-left: auto;
}

.chat-coach {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  font-size: 11px;
  color: #1d4ed8;
  background: rgba(219, 234, 254, 0.7);
  border: 1px solid rgba(147, 197, 253, 0.4);
  border-radius: 10px;
  padding: 7px 10px;
}

.typing-dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #94a3b8;
  border-radius: 50%;
  animation: typingBounce 1.2s ease-in-out infinite;
}

@keyframes typingBounce {

  0%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-5px);
  }
}

/* ── TRUST BAR ────────────────────────────── */
.trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 500;
  color: #94a3b8;
}

.trust-item i {
  color: #3b82f6;
  font-size: 16px;
}

.trust-sep {
  width: 1px;
  height: 20px;
  background: #e2e8f0;
}

/* ── SECTION BADGE ────────────────────────── */
.section-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(219, 234, 254, 0.7);
  border: 1px solid rgba(147, 197, 253, 0.5);
  color: #4643df;
  font-size: 11.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 5px 14px;
  border-radius: 9999px;
  margin-bottom: 16px;
  backdrop-filter: blur(6px);
}

/* ── HOW IT WORKS ─────────────────────────── */
.step-card {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(226, 232, 240, 0.8);
  border-radius: 20px;
  padding: 32px 28px;
  position: relative;
  backdrop-filter: blur(12px);
  box-shadow: 0 2px 16px rgba(15, 23, 42, 0.05);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.step-card:hover {
  transform: translateY(-5px);
  border-color: rgba(147, 197, 253, 0.6);
  box-shadow: 0 14px 40px rgba(37, 99, 235, 0.1), 0 2px 8px rgba(15, 23, 42, 0.06);
}

.step-num {
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: #cbd5e1;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.step-icon-wrap {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: rgba(219, 234, 254, 0.7);
  border: 1px solid rgba(147, 197, 253, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

/* ── FEATURES STICKY ──────────────────────── */
.features-sticky-layout {
  display: flex;
  align-items: flex-start;
  max-width: 1152px;
  margin: 0 auto;
  padding: 0 24px 96px;
}

.features-nav-sticky {
  width: 280px;
  flex-shrink: 0;
  position: sticky;
  top: 90px;
  padding-bottom: 96px;
  align-self: flex-start;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.fnav-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid transparent;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease;
}

.fnav-item:hover {
  background: rgba(219, 234, 254, 0.5);
  border-color: rgba(147, 197, 253, 0.4);
}

.fnav-item.active {
  background: rgba(219, 234, 254, 0.7);
  border-color: rgba(147, 197, 253, 0.6);
  box-shadow: 0 2px 10px rgba(37, 99, 235, 0.08);
}

.fnav-icon-wrap {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #94a3b8;
  font-size: 15px;
  flex-shrink: 0;
  transition: all 0.2s;
}

.fnav-item.active .fnav-icon-wrap,
.fnav-item:hover .fnav-icon-wrap {
  background: rgba(219, 234, 254, 0.8);
  border-color: rgba(147, 197, 253, 0.5);
  color: #4643df;
}

.fnav-label {
  font-size: 13.5px;
  font-weight: 600;
  color: #94a3b8;
  display: block;
  transition: color 0.2s;
}

.fnav-item.active .fnav-label,
.fnav-item:hover .fnav-label {
  color: #1e40af;
}

.fnav-sub {
  font-size: 11px;
  color: #cbd5e1;
  display: block;
  margin-top: 1px;
}

.features-panels {
  flex: 1;
  min-width: 0;
  padding-bottom: 96px;
}

.feature-panel {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 48px 0 48px 48px;
  opacity: 0.35;
  transition: opacity 0.45s ease;
}

.feature-panel.is-active {
  opacity: 1;
}

/* Feature Panel Glass Card */
.fp-card {
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 24px;
  padding: 44px;
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
  transition: border-color 0.3s, box-shadow 0.3s;
}

.feature-panel.is-active .fp-card {
  border-color: rgba(147, 197, 253, 0.6);
  box-shadow: 0 8px 40px rgba(37, 99, 235, 0.1), 0 2px 10px rgba(15, 23, 42, 0.05);
}

.fp-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, #4643df, #7c3aed, #0ea5e9);
  opacity: 0;
  transition: opacity 0.3s;
}

.feature-panel.is-active .fp-card::before {
  opacity: 1;
}

.fp-eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
}

.fp-icon-big {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: rgba(219, 234, 254, 0.7);
  border: 1px solid rgba(147, 197, 253, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.fp-num-badge {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #4643df;
  background: rgba(219, 234, 254, 0.7);
  border: 1px solid rgba(147, 197, 253, 0.4);
  padding: 4px 12px;
  border-radius: 9999px;
}

.fp-title {
  font-size: clamp(22px, 2.5vw, 28px);
  font-weight: 900;
  letter-spacing: -0.025em;
  color: #0f172a;
  margin-bottom: 14px;
  line-height: 1.2;
}

.fp-desc {
  font-size: 15px;
  color: #64748b;
  line-height: 1.75;
  margin-bottom: 28px;
}

.fp-details {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 28px;
}

.fp-detail {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13.5px;
  line-height: 1.55;
}

.fp-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.fp-tag {
  font-size: 12px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 9999px;
  background: rgba(219, 234, 254, 0.7);
  border: 1px solid rgba(147, 197, 253, 0.4);
  color: #1d4ed8;
}

/* Score demo */
.score-demo {
  background: rgba(248, 250, 252, 0.9);
  border: 1px solid rgba(226, 232, 240, 0.8);
  border-radius: 14px;
  padding: 18px 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.score-row {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
}

.score-row>span:first-child {
  width: 110px;
  color: #64748b;
  font-weight: 500;
  flex-shrink: 0;
  font-size: 12px;
}

.score-track {
  flex: 1;
  height: 7px;
  background: rgba(226, 232, 240, 0.9);
  border-radius: 9999px;
  overflow: hidden;
}

.score-fill {
  height: 100%;
  background: linear-gradient(90deg, #4643df, #7c3aed);
  border-radius: 9999px;
  transition: width 1s ease;
}

.score-val {
  width: 26px;
  font-weight: 800;
  color: #4643df;
  font-size: 13px;
  text-align: right;
  flex-shrink: 0;
}

/* ── CATEGORIES ───────────────────────────── */
.cat-card {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(226, 232, 240, 0.8);
  border-radius: 20px;
  padding: 28px 24px;
  position: relative;
  cursor: pointer;
  backdrop-filter: blur(12px);
  box-shadow: 0 2px 14px rgba(15, 23, 42, 0.05);
  transition: all 0.25s ease;
  overflow: hidden;
}

.cat-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 80% at 50% -10%, rgba(147, 197, 253, 0.2), transparent);
  opacity: 0;
  transition: opacity 0.3s;
}

.cat-card:hover {
  transform: translateY(-5px);
  border-color: rgba(147, 197, 253, 0.6);
  box-shadow: 0 14px 40px rgba(37, 99, 235, 0.1), 0 2px 8px rgba(15, 23, 42, 0.06);
}

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

.cat-icon-wrap {
  width: 60px;
  height: 60px;
  border-radius: 18px;
  background: rgba(219, 234, 254, 0.7);
  border: 1px solid rgba(147, 197, 253, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  transition: all 0.25s;
}

.cat-card:hover .cat-icon-wrap {
  background: rgba(219, 234, 254, 0.9);
  border-color: rgba(147, 197, 253, 0.7);
}

.cat-arrow {
  margin-top: 14px;
  transition: transform 0.2s;
  display: inline-block;
}

.cat-card:hover .cat-arrow {
  transform: translateX(4px);
}

/* ── PRICING ──────────────────────────────── */
.pricing-card {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(226, 232, 240, 0.8);
  border-radius: 24px;
  padding: 36px 32px;
  position: relative;
  backdrop-filter: blur(16px);
  box-shadow: 0 2px 16px rgba(15, 23, 42, 0.05);
  transition: border-color 0.25s, box-shadow 0.25s;
}

.pricing-card:hover {
  border-color: rgba(147, 197, 253, 0.55);
  box-shadow: 0 14px 40px rgba(37, 99, 235, 0.1);
}

.pricing-card.pricing-featured {
  background: linear-gradient(148deg, rgba(239, 246, 255, 0.95), rgba(219, 234, 254, 0.8));
  border-color: rgba(147, 197, 253, 0.7);
  box-shadow: 0 8px 40px rgba(37, 99, 235, 0.14), 0 0 0 1px rgba(147, 197, 253, 0.3);
}

.pricing-card.pricing-featured:hover {
  box-shadow: 0 16px 50px rgba(37, 99, 235, 0.2), 0 0 0 1px rgba(147, 197, 253, 0.5);
}

.pricing-top-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(90deg, #4643df, #7c3aed);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  padding: 4px 14px;
  border-radius: 9999px;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.4);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.pricing-name {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #94a3b8;
  margin-bottom: 10px;
}

.pricing-featured .pricing-name {
  color: #4643df;
}

.pricing-amount {
  font-size: 42px;
  font-weight: 900;
  color: #0f172a;
  letter-spacing: -0.04em;
  line-height: 1;
}

.pricing-period {
  font-size: 14px;
  color: #94a3b8;
  font-weight: 500;
  margin-bottom: 10px;
}

.pf-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13.5px;
}

.pf-item.on {
  color: #374151;
}

.pf-item.off {
  color: #d1d5db;
}

.pricing-btn-outline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  padding: 13px 24px;
  border-radius: 12px;
  border: 1px solid rgba(147, 197, 253, 0.5);
  color: #4643df;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  background: transparent;
  transition: all 0.2s ease;
}

.pricing-btn-outline:hover {
  background: rgba(219, 234, 254, 0.5);
  border-color: rgba(147, 197, 253, 0.8);
  transform: translateY(-1px);
}

.pricing-btn-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 13px 24px;
  border-radius: 12px;
  background: linear-gradient(135deg, #4643df, #1d4ed8);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 4px 18px rgba(37, 99, 235, 0.4);
  transition: all 0.2s ease;
}

.pricing-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 26px rgba(37, 99, 235, 0.5);
}

/* ── TESTIMONIALS ─────────────────────────── */
.testimonial-card {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(226, 232, 240, 0.8);
  border-radius: 22px;
  padding: 32px 28px;
  backdrop-filter: blur(14px);
  box-shadow: 0 2px 14px rgba(15, 23, 42, 0.05);
  transition: all 0.25s ease;
}

.testimonial-card:hover {
  transform: translateY(-4px);
  border-color: rgba(147, 197, 253, 0.55);
  box-shadow: 0 14px 40px rgba(37, 99, 235, 0.1);
}

.testimonial-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  flex-shrink: 0;
}

/* ── CTA FINAL ────────────────────────────── */
.cta-bg {
  background: linear-gradient(135deg, #1d4ed8 0%, #4643df 40%, #7c3aed 100%);
}

.cta-btn-white {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  color: #1e3a8a;
  font-size: 15px;
  font-weight: 800;
  padding: 14px 32px;
  border-radius: 14px;
  text-decoration: none;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  transition: all 0.2s ease;
}

.cta-btn-white:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.22);
}

.cta-btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.92);
  font-size: 15px;
  font-weight: 600;
  padding: 14px 32px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  text-decoration: none;
  backdrop-filter: blur(8px);
  transition: all 0.2s ease;
}

.cta-btn-ghost:hover {
  background: rgba(255, 255, 255, 0.22);
  color: #fff;
  transform: translateY(-1px);
}

/* ── FOOTER ───────────────────────────────── */
.footer-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #94a3b8;
  text-decoration: none;
  transition: color 0.15s;
}

.footer-link:hover {
  color: #475569;
}

/* ── SCROLL REVEAL ───────────────────────── */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ── CANVAS ───────────────────────────────── */
#heroCanvas {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  touch-action: pan-y;
}

@media (max-width: 768px) {
  #heroCanvas {
    pointer-events: none;
  }
}

/* ── RESPONSIVE OVERRIDES ─────────────────── */
@media (max-width: 640px) {
  .btn-pill-primary {
    padding: 6px 14px;
    font-size: 11.5px;
    gap: 4px;
  }

  .btn-hero-primary {
    padding: 12px 24px;
    font-size: 14px;
  }

  .btn-hero-ghost {
    padding: 12px 24px;
    font-size: 14px;
  }

  .hero-section {
    padding-top: 5rem;
    padding-bottom: 2rem;
  }
}

@media (max-width: 768px) {
  .features-sticky-layout {
    display: block;
    padding: 0 16px 48px;
  }

  .features-nav-sticky {
    display: none;
  }

  .feature-panel {
    min-height: auto;
    padding: 16px 0;
    opacity: 1 !important;
    transform: none !important;
  }

  .feature-panel .fp-card {
    padding: 24px 20px;
  }

  .feature-panel .fp-card::before {
    opacity: 1;
  }
}

@media (max-width: 640px) {
  .mockup-phone {
    width: 275px;
  }

  .pricing-card {
    padding: 28px 22px;
  }
}