:root {
  --bg: #0c0a09;
  --bg-card: #1a1714;
  --bg-section: #141210;
  --border: #2a2520;
  --gold: #c4952a;
  --gold-light: #e0b84d;
  --gold-bright: #f0cc6a;
  --gold-glow: rgba(196, 149, 42, 0.3);
  --gold-glow-strong: rgba(196, 149, 42, 0.5);
  --gold-bg: rgba(196, 149, 42, 0.06);
  --text: #ffffff;
  --text-muted: #b0aba5;
  --text-light: #d0cbc5;
  /* Pastel palette for icon backgrounds */
  --pastel-gold-bg: rgba(196,149,42,0.12);
  --pastel-gold-border: rgba(196,149,42,0.28);
  --pastel-gold-icon: #e0b84d;
  --pastel-rose-bg: rgba(232,146,174,0.12);
  --pastel-rose-border: rgba(232,146,174,0.32);
  --pastel-rose-icon: #eca5c0;
  --pastel-blue-bg: rgba(120,180,230,0.12);
  --pastel-blue-border: rgba(120,180,230,0.32);
  --pastel-blue-icon: #8fc0e8;
  --pastel-green-bg: rgba(140,200,150,0.12);
  --pastel-green-border: rgba(140,200,150,0.32);
  --pastel-green-icon: #9fd1a8;
  --pastel-purple-bg: rgba(180,150,220,0.12);
  --pastel-purple-border: rgba(180,150,220,0.32);
  --pastel-purple-icon: #b79ad9;
  --pastel-red-bg: rgba(220,100,80,0.1);
  --pastel-red-border: rgba(220,100,80,0.3);
  --pastel-red-icon: #e07e6b;
  --pastel-orange-bg: rgba(240,160,80,0.1);
  --pastel-orange-border: rgba(240,160,80,0.3);
  --pastel-orange-icon: #eeb06a;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { font-family: 'DM Sans', sans-serif; background: var(--bg); color: var(--text); line-height: 1.7; overflow-x: hidden; }
.container { max-width: 1060px; margin: 0 auto; padding: 0 24px; }

/* REVEAL */
.reveal { opacity: 0; transform: translateY(40px); transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1); }
.reveal.active { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: 0.12s; }
.delay-2 { transition-delay: 0.24s; }
.delay-3 { transition-delay: 0.36s; }

/* TYPOGRAPHY */
h1, h2, h3, h4 { font-family: 'Sora', sans-serif; }
.section-label { font-size: 13px; font-weight: 700; color: var(--gold); letter-spacing: 3px; text-transform: uppercase; margin-bottom: 16px; }
.section-title { font-size: clamp(28px, 4.5vw, 46px); font-weight: 700; line-height: 1.2; margin-bottom: 20px; letter-spacing: -0.5px; }
br.mobile { display: none; }
.section-text { font-size: 18px; color: var(--text-light); max-width: 680px; line-height: 1.75; }
.gold { color: var(--gold-light); }
.glow-text {
  background: linear-gradient(135deg, var(--gold-bright), var(--gold-light), var(--gold));
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: glowPulse 3s ease-in-out infinite, goldShift 4s ease infinite;
}
@keyframes glowPulse {
  0%, 100% { filter: drop-shadow(0 0 12px rgba(224, 184, 77, 0.4)) drop-shadow(0 0 30px rgba(196, 149, 42, 0.2)); }
  50% { filter: drop-shadow(0 0 20px rgba(224, 184, 77, 0.7)) drop-shadow(0 0 60px rgba(196, 149, 42, 0.4)) drop-shadow(0 0 100px rgba(240, 204, 106, 0.2)); }
}
@keyframes goldShift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* DIVIDER */
.divider { height: 1px; position: relative; margin: 0; }
.divider::before { content: ''; position: absolute; left: 15%; right: 15%; height: 1px; background: linear-gradient(90deg, transparent, var(--gold), transparent); opacity: 0.25; }


/* CTA */
.cta-btn { display: inline-flex; align-items: center; gap: 8px; padding: 18px 52px; background: linear-gradient(135deg, var(--gold), var(--gold-light)); color: #111; font-family: 'Sora', sans-serif; font-size: 16px; font-weight: 700; text-decoration: none; border-radius: 10px; border: none; cursor: pointer; transition: all 0.4s ease; position: relative; overflow: hidden; }
.cta-arrow { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; border-radius: 50%; background: rgba(0,0,0,0.15); flex-shrink: 0; }
.price-card .cta-btn { padding: 18px 24px; }
.cta-btn:hover { transform: translateY(-3px); box-shadow: 0 12px 40px var(--gold-glow-strong); }
.cta-btn::before { content: ''; position: absolute; top: 0; left: -100%; width: 200%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.15), transparent); animation: shimmer 3s infinite; }
@keyframes shimmer { 0% { left: -100%; } 100% { left: 100%; } }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
.cta-sub { display: block; margin-top: 14px; font-size: 14px; color: var(--text-muted); }
.cta-legal { display: block; margin-top: 28px; margin-bottom: -24px; font-size: 8px; color: #9a9590; opacity: 0.6; font-style: italic; letter-spacing: 0.01em; }
@keyframes pulseGlow {
  0%, 100% { box-shadow: 0 0 20px var(--gold-glow), 0 0 40px rgba(196,149,42,0.15); }
  50% { box-shadow: 0 0 30px var(--gold-glow-strong), 0 0 60px var(--gold-glow); }
}
.cta-btn.animated { animation: pulseGlow 2.5s infinite; }
.cta-spinner { display: inline-block; width: 14px; height: 14px; border: 2px solid currentColor; border-top-color: transparent; border-radius: 50%; animation: ctaSpin 0.7s linear infinite; vertical-align: middle; margin-right: 8px; }
@keyframes ctaSpin { to { transform: rotate(360deg); } }

/* HERO */
.hero { padding: 100px 0 80px; text-align: center; position: relative; overflow: clip; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(100px); pointer-events: none; }
.hero-orb-1 { width: 600px; height: 600px; top: -250px; left: 50%; transform: translateX(-50%); background: radial-gradient(circle, rgba(196,149,42,0.1) 0%, transparent 60%); }
.hero-orb-2 { width: 350px; height: 350px; bottom: -100px; right: -50px; background: radial-gradient(circle, rgba(196,149,42,0.06) 0%, transparent 60%); }

.hero .badge { display: inline-block; padding: 10px 26px; border: 1px solid var(--gold); border-radius: 50px; font-size: 12px; font-weight: 700; color: var(--gold); letter-spacing: 2px; text-transform: uppercase; margin-bottom: 32px; background: var(--gold-bg); }
.hero h1 { font-size: clamp(38px, 6vw, 68px); font-weight: 800; line-height: 1.08; margin-bottom: 24px; letter-spacing: -1.5px; }
.hero .subtitle { font-size: 20px; color: var(--text-light); max-width: 780px; margin: 0 auto 32px; line-height: 1.6; }
.hero-stats-label { font-size: 12px; font-weight: 600; color: var(--text-muted); letter-spacing: 2px; text-transform: uppercase; text-align: center; margin-top: 36px; padding-top: 28px; border-top: 1px solid var(--border); margin-bottom: 20px; }
.hero-stats { display: flex; justify-content: center; gap: 64px; flex-wrap: wrap; }
.hero-stat .number { font-family: 'Sora', sans-serif; font-size: 36px; font-weight: 800; }
.hero-stat .label { font-size: 12px; color: var(--text-muted); margin-top: 4px; text-transform: uppercase; letter-spacing: 1.5px; font-weight: 600; }

/* SECTIONS */
section { padding: 100px 0; position: relative; }
.alt-section { background: var(--bg-section); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }

/* CARDS */
.grid-3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; margin-top: 44px; }
.auto-grid-3 { grid-template-columns: repeat(3, 1fr); }
.card { background: var(--bg-card); border: 1px solid var(--border); border-radius: 16px; padding: 32px; transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1); box-shadow: 0 4px 20px rgba(0,0,0,0.15); }
.card:hover { transform: translateY(-6px); border-color: var(--gold); box-shadow: 0 20px 50px rgba(0,0,0,0.35), 0 0 25px var(--gold-glow); }
.card .icon { font-size: 28px; margin-bottom: 16px; display: inline-flex; align-items: center; justify-content: center; width: 52px; height: 52px; background: var(--gold-bg); border: 1px solid rgba(196,149,42,0.2); border-radius: 14px; transition: transform 0.3s ease; }
.card .icon svg, .tool-item .tool-icon svg, .feature .f-icon svg { display: block; }
.card .icon svg { width: 26px; height: 26px; stroke-width: 2; }
.tool-item .tool-icon svg { width: 26px; height: 26px; stroke-width: 2; }
.feature .f-icon svg { width: 22px; height: 22px; stroke-width: 2; }
.card:hover .icon { transform: scale(1.1); }
.card h3 { font-size: 20px; font-weight: 700; margin-bottom: 10px; letter-spacing: -0.3px; }
.card p { font-size: 15px; color: var(--text-muted); line-height: 1.65; }
/* Solution cards with left gold border */
.card-accent { border-left: 3px solid var(--gold); }
/* Problem cards with subtle red tint */
.card-problem { border-top: 2px solid rgba(220,80,60,0.3); }
.card-problem:hover { border-color: rgba(220,80,60,0.5); border-top-color: rgba(220,80,60,0.6); box-shadow: 0 20px 50px rgba(0,0,0,0.35), 0 0 20px rgba(220,80,60,0.1); }

/* STEPS */
.steps { display: flex; flex-direction: column; gap: 0; margin-top: 48px; position: relative; }
.steps::before { content: ''; position: absolute; left: 28px; top: 40px; bottom: 40px; width: 2px; background: linear-gradient(to bottom, var(--gold), rgba(196,149,42,0.1)); }
.step { display: flex; gap: 32px; padding: 32px 0; position: relative; }
.step-num { flex-shrink: 0; width: 56px; height: 56px; background: var(--bg); border: 2px solid var(--gold); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'Sora', sans-serif; font-size: 20px; font-weight: 800; color: var(--gold); z-index: 1; }
.step-content h3 { font-size: 22px; font-weight: 600; margin-bottom: 8px; }
.step-content p { font-size: 16px; color: var(--text-muted); line-height: 1.7; }

/* TOOLS GRID */
.tools-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; margin-top: 44px; }
.tool-item { flex: 0 1 calc(25% - 12px); min-width: 200px; background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 20px; text-align: center; transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1); box-shadow: 0 2px 10px rgba(0,0,0,0.1); }
.tool-item:hover { border-color: var(--gold); background: rgba(196,149,42,0.04); transform: translateY(-4px) scale(1.02); box-shadow: 0 8px 25px rgba(0,0,0,0.25), 0 0 15px var(--gold-glow); }
.tool-item .tool-icon { font-size: 28px; margin: 0 auto 10px; display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 12px; border: 1px solid rgba(196,149,42,0.2); background: var(--gold-bg); transition: transform 0.3s ease; }
.tool-item:hover .tool-icon { transform: scale(1.15) rotate(-3deg); }
.tool-item h4 { font-size: 14px; font-weight: 700; margin-bottom: 4px; }
.tool-item p { font-size: 12px; color: var(--text-muted); line-height: 1.4; }
/* Stagger animation for tools */
.tool-item:nth-child(1) { transition-delay: 0.02s; }
.tool-item:nth-child(2) { transition-delay: 0.04s; }
.tool-item:nth-child(3) { transition-delay: 0.06s; }
.tool-item:nth-child(4) { transition-delay: 0.08s; }

/* FEATURES */
.features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 28px; margin-top: 48px; }
.feature { display: flex; gap: 20px; padding: 28px; background: var(--bg-card); border: 1px solid var(--border); border-radius: 14px; transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1); box-shadow: 0 2px 12px rgba(0,0,0,0.1); }
.feature:hover { border-color: rgba(196,149,42,0.4); box-shadow: 0 12px 35px rgba(0,0,0,0.3), 0 0 15px var(--gold-glow); transform: translateX(4px); }
.feature .f-icon { flex-shrink: 0; width: 44px; height: 44px; background: var(--gold-bg); border: 1px solid rgba(196,149,42,0.2); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 20px; transition: all 0.3s ease; }
/* Pastel icon variants (placed after base styles to win specificity ties) */
.card .icon.pastel-gold, .tool-item .tool-icon.pastel-gold, .feature .f-icon.pastel-gold { background: var(--pastel-gold-bg); border-color: var(--pastel-gold-border); color: var(--pastel-gold-icon); }
.card .icon.pastel-rose, .tool-item .tool-icon.pastel-rose, .feature .f-icon.pastel-rose { background: var(--pastel-rose-bg); border-color: var(--pastel-rose-border); color: var(--pastel-rose-icon); }
.card .icon.pastel-blue, .tool-item .tool-icon.pastel-blue, .feature .f-icon.pastel-blue { background: var(--pastel-blue-bg); border-color: var(--pastel-blue-border); color: var(--pastel-blue-icon); }
.card .icon.pastel-green, .tool-item .tool-icon.pastel-green, .feature .f-icon.pastel-green { background: var(--pastel-green-bg); border-color: var(--pastel-green-border); color: var(--pastel-green-icon); }
.card .icon.pastel-purple, .tool-item .tool-icon.pastel-purple, .feature .f-icon.pastel-purple { background: var(--pastel-purple-bg); border-color: var(--pastel-purple-border); color: var(--pastel-purple-icon); }
.card .icon.pastel-red, .tool-item .tool-icon.pastel-red, .feature .f-icon.pastel-red { background: var(--pastel-red-bg); border-color: var(--pastel-red-border); color: var(--pastel-red-icon); }
.card .icon.pastel-orange, .tool-item .tool-icon.pastel-orange, .feature .f-icon.pastel-orange { background: var(--pastel-orange-bg); border-color: var(--pastel-orange-border); color: var(--pastel-orange-icon); }
.feature:hover .f-icon { background: rgba(196,149,42,0.12); border-color: rgba(196,149,42,0.4); transform: scale(1.1); }
.feature h4 { font-size: 17px; font-weight: 700; margin-bottom: 6px; letter-spacing: -0.2px; }
.feature p { font-size: 14px; color: var(--text-muted); line-height: 1.55; }

/* ABOUT */
.about-box { display: flex; gap: 44px; align-items: center; margin-top: 44px; background: var(--bg-card); padding: 44px; border-radius: 20px; border: 1px solid var(--border); box-shadow: 0 8px 30px rgba(0,0,0,0.2); transition: box-shadow 0.4s ease; }
.about-box:hover { box-shadow: 0 12px 40px rgba(0,0,0,0.3), 0 0 15px var(--gold-glow); }
.about-photo { width: 320px; flex-shrink: 0; }
.about-photo img { width: 100%; height: auto; }
.about-text p { font-size: 16px; color: var(--text-light); margin-bottom: 14px; line-height: 1.8; }
.about-text strong { color: var(--text); }
.credential-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.credential-tag { padding: 6px 14px; font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; border-radius: 20px; background: var(--gold-bg); border: 1px solid rgba(196,149,42,0.2); color: var(--gold-light); }

/* TESTIMONIALS */
.testimonial-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-top: 40px; }
.testimonial-card:last-child:nth-child(odd) { grid-column: 1 / -1; max-width: calc(50% - 12px); margin: 0 auto; }
.testimonial-card { background: var(--bg-card); border: 1px solid var(--border); border-radius: 16px; overflow: hidden; }
.testimonial-card .video-wrapper { position: relative; padding-bottom: 56.25%; height: 0; }
.testimonial-card .video-wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; }
.testimonial-card .t-info { padding: 16px 20px; }
.testimonial-card .t-name { font-family: 'Sora', sans-serif; font-weight: 700; font-size: 15px; }
.testimonial-card .t-role { font-size: 13px; color: var(--gold); margin-bottom: 6px; }
.testimonial-card .t-quote { font-size: 14px; color: var(--text-muted); font-style: italic; line-height: 1.5; }

.written-slider { display: flex; gap: 20px; margin-top: 32px; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; padding-bottom: 12px; scrollbar-width: none; }
.written-slider::-webkit-scrollbar { display: none; }
.written-card { width: 320px; flex-shrink: 0; background: var(--bg-card); border: 1px solid var(--border); border-radius: 16px; padding: 28px 24px; scroll-snap-align: start; display: flex; flex-direction: column; gap: 16px; transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1); box-shadow: 0 4px 16px rgba(0,0,0,0.15); }
.written-card:hover { border-color: rgba(196,149,42,0.3); transform: translateY(-4px); box-shadow: 0 12px 35px rgba(0,0,0,0.3), 0 0 10px var(--gold-glow); }
.wc-header { display: flex; align-items: center; gap: 14px; }
.wc-photo { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; border: 2px solid var(--gold); flex-shrink: 0; }
.wc-name { font-family: 'Sora', sans-serif; font-weight: 700; font-size: 15px; }
.wc-role { font-size: 12px; color: var(--gold); margin-top: 2px; }
.wc-quote { font-size: 14px; color: var(--text-muted); line-height: 1.65; font-style: italic; position: relative; padding-top: 4px; }
.wc-quote::before { content: '\201C'; position: absolute; top: -8px; left: -4px; font-size: 36px; color: var(--gold); opacity: 0.3; font-style: normal; font-family: 'Sora', sans-serif; }
.slider-wrapper { position: relative; }
.slider-wrapper::before, .slider-wrapper::after { content: ''; position: absolute; top: 0; bottom: 0; width: 60px; z-index: 5; pointer-events: none; }
.slider-wrapper::before { left: 0; background: linear-gradient(to right, var(--bg-section), transparent); }
.slider-wrapper::after { right: 0; background: linear-gradient(to left, var(--bg-section), transparent); }
.slider-arrow { position: absolute; top: 50%; transform: translateY(-50%); touch-action: manipulation; width: 48px; height: 48px; border-radius: 50%; background: linear-gradient(135deg, var(--gold), var(--gold-light)); color: #111; border: none; cursor: pointer; font-size: 22px; font-weight: 700; display: flex; align-items: center; justify-content: center; z-index: 10; box-shadow: 0 4px 20px var(--gold-glow-strong); transition: all 0.3s ease; }
.slider-arrow:hover { transform: translateY(-50%) scale(1.1); box-shadow: 0 6px 30px var(--gold-glow-strong); }
.slider-arrow.left { left: -24px; }
.slider-arrow.right { right: -24px; }

/* PRICING */
.pricing { text-align: center; }
.price-cards { display: flex; gap: 28px; justify-content: center; margin-top: 48px; flex-wrap: wrap; }
.price-card { background: var(--bg-card); border: 1px solid var(--border); border-radius: 20px; padding: 44px 40px; width: 360px; text-align: center; transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1); position: relative; box-shadow: 0 4px 20px rgba(0,0,0,0.15); display: flex; flex-direction: column; }
.price-card.featured { border-color: var(--gold); animation: pricePulse 3s ease-in-out infinite; background: linear-gradient(180deg, rgba(196,149,42,0.04) 0%, var(--bg-card) 40%); }
@keyframes pricePulse {
  0%, 100% { box-shadow: 0 0 25px var(--gold-glow), 0 0 50px rgba(196,149,42,0.1); }
  50% { box-shadow: 0 0 40px var(--gold-glow-strong), 0 0 80px var(--gold-glow), 0 0 120px rgba(196,149,42,0.08); }
}
.price-card.featured .price-badge { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); padding: 6px 28px; white-space: nowrap; background: linear-gradient(135deg, var(--gold), var(--gold-light)); color: #111; font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; border-radius: 20px; }
.price-card:hover { transform: translateY(-6px); }
.price-amount { font-family: 'Sora', sans-serif; font-size: 56px; font-weight: 800; color: var(--gold); line-height: 1; }
.price-amount span { font-size: 20px; font-weight: 500; color: var(--text-muted); }
.price-period { font-size: 16px; color: var(--text-muted); margin: 8px 0 28px; }
.price-features { text-align: left; display: flex; flex-direction: column; gap: 14px; margin-bottom: 32px; flex-grow: 1; }
.price-feature { display: flex; align-items: center; gap: 12px; font-size: 15px; color: var(--text-light); }
.price-feature .pf-check { color: var(--gold); font-weight: 800; }

/* FAQ */
.faq-list { max-width: 700px; margin: 44px auto 0; display: flex; flex-direction: column; gap: 12px; }
.faq-item { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; overflow: hidden; transition: border-color 0.3s ease, box-shadow 0.3s ease; }
.faq-item.open { border-color: rgba(196,149,42,0.2); box-shadow: 0 4px 20px rgba(0,0,0,0.15); }
.faq-q { padding: 20px 24px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; font-family: 'Sora', sans-serif; font-size: 16px; font-weight: 600; transition: color 0.3s; width: 100%; background: none; border: none; color: inherit; text-align: left; }
.faq-q:hover { color: var(--gold); }
.faq-q .arrow { font-size: 20px; color: var(--gold); transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1); }
.faq-item.open .faq-q .arrow { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; padding: 0 24px; font-size: 15px; color: var(--text-muted); line-height: 1.7; transition: max-height 0.4s cubic-bezier(0.16, 1, 0.3, 1), padding 0.4s ease; }
.faq-item.open .faq-a { max-height: 300px; padding: 0 24px 20px; }

/* FINAL CTA */
.final-cta { text-align: center; padding: 120px 0; position: relative; overflow: clip; }
.final-cta::before { content: ''; position: absolute; bottom: -100px; left: 50%; transform: translateX(-50%); width: 700px; height: 350px; background: radial-gradient(ellipse, rgba(196,149,42,0.06) 0%, transparent 60%); filter: blur(40px); pointer-events: none; }

/* FOOTER */
footer { text-align: center; padding: 24px 16px; font-size: 12px; color: var(--text-muted); border-top: 1px solid var(--border); }
footer a { color: var(--text-muted); text-decoration: underline; }

/* HERO PARTICLES */
.hero-particles { position: absolute; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; overflow: hidden; z-index: 0; }
.spark { position: absolute; border-radius: 50%; }
@keyframes dustRise {
  0% { opacity: 0; transform: translate(0, 0); }
  10% { opacity: var(--spark-opacity); }
  50% { opacity: calc(var(--spark-opacity) * 0.7); }
  100% { opacity: 0; transform: translate(var(--drift-x), -300px); }
}

/* RESPONSIVE — TABLET */
@media (max-width: 1024px) {
  .features-grid { grid-template-columns: 1fr; }
  .about-box { gap: 28px; padding: 28px; }
  .about-photo { width: 240px; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .testimonial-card:last-child:nth-child(odd) { grid-column: auto; max-width: none; margin: 0; }
  .price-cards { gap: 20px; }
  .price-card { width: 320px; padding: 36px 28px; }
}
@media (max-width: 900px) {
  .auto-grid-3 { grid-template-columns: 1fr; }
}

/* RESPONSIVE — MOBILE */
@media (max-width: 768px) {
  .hero { padding: 80px 0 50px; }
  .hero h1 { font-size: clamp(28px, 8vw, 42px); }
  .hero h1 br.desktop { display: none; }
  .hero h1 br.mobile { display: inline; }
  .hero .subtitle { font-size: 17px; max-width: 100%; padding: 0 8px; }
  .hero .badge { font-size: 11px; padding: 8px 18px; letter-spacing: 1px; }
  .hero-stats-label { margin-top: 40px; padding-top: 28px; margin-bottom: 16px; font-size: 11px; }
  .hero-stats { gap: 24px; padding: 0; }
  .hero-stat .number { font-size: 24px; }
  .hero-stat .label { font-size: 11px; letter-spacing: 1px; }
  .cta-btn { padding: 16px 40px; font-size: 15px; width: auto; }
  .price-card .cta-btn { width: 100%; justify-content: center; }
  .price-card .cta-btn { padding: 16px 20px; }
  .cta-sub { font-size: 13px; }
  section { padding: 60px 0; }
  .section-label { font-size: 12px; letter-spacing: 2px; margin-bottom: 12px; }
  .section-title { font-size: clamp(22px, 6vw, 32px); }
  .section-title br.desktop { display: none; }
  .section-title br.mobile { display: inline; }
  .section-text { font-size: 15px; padding: 0 4px; line-height: 1.7; }
  .container { padding: 0 20px; }
  .grid-3 { grid-template-columns: 1fr; gap: 16px; }
  .auto-grid-3 { grid-template-columns: 1fr; }
  .card { padding: 24px; }
  .card h3 { font-size: 18px; }
  .card p { font-size: 14px; }
  .about-box { flex-direction: column; text-align: center; padding: 24px 20px; }
  .about-photo { width: 100%; max-width: 200px; margin: 0 auto; }
  .about-text p { font-size: 15px; }
  .testimonial-grid { grid-template-columns: 1fr; gap: 16px; }
  .price-cards { flex-direction: column; align-items: center; gap: 20px; }
  .price-card { width: 100%; max-width: 400px; padding: 32px 24px; }
  .price-amount { font-size: 44px; }
  .price-period { font-size: 14px; }
  .price-feature { font-size: 14px; }
  .steps { gap: 0; }
  .steps::before { left: 22px; }
  .step { gap: 16px; padding: 20px 0; }
  .step-num { width: 44px; height: 44px; font-size: 16px; }
  .step-content h3 { font-size: 18px; }
  .step-content p { font-size: 14px; }
  .tools-grid { gap: 10px; }
  .tool-item { flex: 0 1 calc(50% - 5px); min-width: 0; padding: 14px 10px; }
  .tool-item .tool-icon { width: 36px; height: 36px; border-radius: 10px; }
  .tool-item .tool-icon svg { width: 20px; height: 20px; }
  .tool-item h4 { font-size: 12px; }
  .tool-item p { font-size: 11px; }
  .features-grid { grid-template-columns: 1fr; gap: 16px; }
  .feature { padding: 20px; gap: 16px; }
  .feature h4 { font-size: 16px; }
  .feature p { font-size: 13px; }
  .feature .f-icon { width: 40px; height: 40px; }
  .feature .f-icon svg { width: 20px; height: 20px; }
  .faq-q { font-size: 15px; padding: 16px 20px; }
  .faq-a { font-size: 14px; }
  .faq-item.open .faq-a { padding: 0 20px 16px; max-height: 500px; }
  .final-cta { padding: 80px 0; }
  .slider-wrapper::before, .slider-wrapper::after { display: none; }
  .written-card { width: 85vw; padding: 22px 18px; }
  .wc-photo { width: 44px; height: 44px; }
  .wc-name { font-size: 14px; }
  .wc-quote { font-size: 13px; }
  .slider-arrow { width: 38px; height: 38px; font-size: 18px; }
  .slider-arrow.left { left: 4px; }
  .slider-arrow.right { right: 4px; }
  .credential-tags { gap: 6px; justify-content: center; }
  .credential-tag { font-size: 10px; padding: 5px 10px; }
  h1, h2, .section-title { word-break: break-word; }
}
/* VIDEO GLOW */
.video-glow-pulse { animation: videoGlowPulse 3s ease-in-out infinite; }
@keyframes videoGlowPulse {
  0%, 100% { box-shadow: 0 0 30px var(--gold-glow), 0 20px 60px rgba(0,0,0,0.5); }
  50% { box-shadow: 0 0 50px var(--gold-glow-strong), 0 0 80px var(--gold-glow), 0 20px 60px rgba(0,0,0,0.5); }
}
/* COMPARISON SECTION */
.compare-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-top: 48px;
  align-items: stretch;
}
.compare-col {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
}
.compare-sans { border-top: 3px solid rgba(220, 80, 60, 0.4); }
.compare-header {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: 'Sora', sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border);
}
.compare-header-sans { color: #e07e6b; }
.compare-header-sans svg { color: #e07e6b; }
.compare-header-avec { color: var(--gold-light); }
.compare-header-avec svg { color: var(--gold-light); }
.compare-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0;
  flex: 1;
}
.compare-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}
.compare-item:last-child { border-bottom: none; }
.compare-item-struck .compare-role,
.compare-item-struck .compare-price {
  text-decoration: line-through;
  text-decoration-color: rgba(220, 80, 60, 0.6);
  text-decoration-thickness: 2px;
}
.compare-role { font-size: 15px; color: var(--text-muted); }
.compare-price {
  font-family: 'Sora', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: rgba(224, 126, 107, 0.8);
  white-space: nowrap;
}
.compare-price small { font-size: 12px; font-weight: 400; color: var(--text-muted); opacity: 0.7; }
.compare-total {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  padding-top: 24px;
  border-top: 2px solid rgba(220, 80, 60, 0.2);
  gap: 4px;
}
.compare-total-label {
  font-size: 13px;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 2px;
}
.compare-total-amount {
  font-family: 'Sora', sans-serif;
  font-size: 44px;
  font-weight: 800;
  color: #e07e6b;
  line-height: 1.1;
}
.compare-total-amount small { font-size: 16px; font-weight: 400; color: var(--text-muted); }
.compare-avec {
  border-color: var(--gold);
  background: linear-gradient(180deg, rgba(196, 149, 42, 0.06) 0%, var(--bg-card) 50%);
  box-shadow: 0 0 30px var(--gold-glow), 0 4px 20px rgba(0, 0, 0, 0.15);
  animation: pricePulse 3s ease-in-out infinite;
}
.compare-avec-amount {
  font-family: 'Sora', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
}
.compare-avec-amount small { font-size: 15px; font-weight: 400; color: var(--text-muted); }
.compare-avec-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 28px;
  flex: 1;
}
.compare-avec-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  color: var(--text-light);
}
.compare-check { color: var(--gold); font-weight: 800; flex-shrink: 0; }
.compare-avec-pricing {
  text-align: center;
  padding-top: 24px;
  border-top: 1px solid rgba(196, 149, 42, 0.2);
  margin-top: auto;
}
.compare-avec-label {
  font-size: 13px;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.compare-avec-prices {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 14px;
}
.compare-avec-sep {
  font-size: 13px;
  color: var(--text-muted);
}
.compare-avec-annual {
  font-family: 'Sora', sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: var(--gold-light);
  line-height: 1;
}
.compare-avec-annual small { font-size: 14px; font-weight: 400; color: var(--text-muted); }
@media (max-width: 768px) {
  .compare-grid { grid-template-columns: 1fr; gap: 20px; }
  .compare-col { padding: 24px 20px; }
  .compare-header { font-size: 18px; margin-bottom: 20px; padding-bottom: 16px; }
  .compare-role { font-size: 14px; }
  .compare-price { font-size: 15px; }
  .compare-avec-list li { font-size: 14px; }
  .compare-total-amount { font-size: 36px; }
  .compare-avec-amount { font-size: 24px; }
  .compare-avec-annual { font-size: 20px; }
  .compare-avec-prices { gap: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  /* Désactive les animations décoratives en boucle, mais préserve les transitions de feedback courtes */
  .hero-orb, .hero-particle, .hero-particles { display: none !important; }
  .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
  .cta-btn::before { display: none !important; }
  .cta-btn.animated { animation: none !important; }
  /* Préserve les effets glow en static (sans pulsation) */
  .glow-text {
    animation: none !important;
    filter: drop-shadow(0 0 16px rgba(224, 184, 77, 0.55)) drop-shadow(0 0 36px rgba(196, 149, 42, 0.3));
  }
  .video-glow-pulse {
    animation: none !important;
    box-shadow: 0 0 40px var(--gold-glow-strong), 0 0 80px var(--gold-glow), 0 20px 60px rgba(0,0,0,0.5);
  }
  html { scroll-behavior: auto !important; }
}

/* STICKY NAV (apparaît au scroll après le hero) */
.sticky-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(12, 10, 9, 0.85);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
  padding: 12px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transform: translateY(-110%);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
}
.sticky-nav.visible {
  transform: translateY(0);
  pointer-events: auto;
}
.sticky-nav-logo {
  font-family: 'Sora', sans-serif;
  font-weight: 800;
  font-size: 18px;
  color: var(--gold);
  text-decoration: none;
  letter-spacing: -0.5px;
}
.sticky-nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 22px;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: #111;
  font-family: 'Sora', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.sticky-nav-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px var(--gold-glow-strong);
}
@media (max-width: 640px) {
  .sticky-nav { padding: 10px 16px; }
  .sticky-nav-logo { font-size: 16px; }
  .sticky-nav-cta { padding: 9px 16px; font-size: 13px; }
}

/* Variant: features-grid with centered orphan row (5 items in 3-col layout) */
.features-grid--center { display: flex; flex-wrap: wrap; justify-content: center; gap: 28px; margin-top: 48px; }
.features-grid--center > .feature { flex: 0 1 calc((100% - 56px) / 3); min-width: 280px; max-width: calc((100% - 56px) / 3); }
@media (max-width: 1024px) {
  .features-grid--center > .feature { flex: 1 1 100%; min-width: 0; max-width: 100%; }
}
@media (max-width: 900px) {
  .features-grid--center { gap: 16px; }
}
