.adv-landing{--landing-accent: #c8102e;--landing-accent-dark: #a00d24;--landing-accent-light: #ff3b5c;--landing-gold: #f0b13a;--landing-bg: #0a0a12;--landing-card: rgba(255, 255, 255, .04);--landing-card-border: rgba(255, 255, 255, .08);--landing-text: #f0f0f5;--landing-text-muted: #9a9ab0;--landing-gradient-hero: linear-gradient(165deg, #0e0e1a 0%, #1a0a12 50%, #0a0a12 100%);--landing-gradient-accent: linear-gradient( 135deg, var(--landing-accent) 0%, var(--landing-gold) 100% );min-height:100vh;background:var(--landing-bg);color:var(--landing-text);font-family:Inter,Segoe UI,system-ui,sans-serif;overflow-x:hidden}.adv-hero{position:relative;min-height:85vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:120px 24px 80px;background:var(--landing-gradient-hero);overflow:hidden}.adv-hero:before{content:"";position:absolute;top:-200px;right:-200px;width:600px;height:600px;background:radial-gradient(circle,rgba(200,16,46,.15) 0%,transparent 70%);animation:hero-glow-pulse 6s ease-in-out infinite alternate;pointer-events:none}.adv-hero:after{content:"";position:absolute;bottom:-150px;left:-150px;width:500px;height:500px;background:radial-gradient(circle,rgba(240,177,58,.1) 0%,transparent 70%);animation:hero-glow-pulse 8s ease-in-out infinite alternate-reverse;pointer-events:none}@keyframes hero-glow-pulse{0%{opacity:.5;transform:scale(.9)}to{opacity:1;transform:scale(1.1)}}.adv-hero-content{position:relative;z-index:2;max-width:800px}.adv-hero-badge{display:inline-flex;align-items:center;gap:8px;background:#c8102e26;border:1px solid rgba(200,16,46,.3);border-radius:var(--radius-2xl);padding:8px 20px;font-size:.85rem;font-weight:600;color:var(--landing-accent-light);margin-bottom:32px;letter-spacing:.5px}.adv-hero h1{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800;line-height:1.1;margin-bottom:24px;letter-spacing:-1px}.adv-hero h1 .accent-text{color:var(--landing-accent-light)}.adv-hero-subtitle{font-size:clamp(1.1rem,2.5vw,1.35rem);color:var(--landing-text-muted);max-width:600px;margin:0 auto 40px;line-height:1.6}.adv-hero-actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.adv-btn-primary{display:inline-flex;align-items:center;gap:10px;background:var(--landing-gradient-accent);color:#fff;border:none;border-radius:var(--radius-lg);padding:16px 36px;font-size:1.05rem;font-weight:700;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);text-decoration:none;box-shadow:0 4px 24px #c8102e4d}.adv-btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 32px #c8102e73}.adv-btn-secondary{display:inline-flex;align-items:center;gap:10px;background:#ffffff0f;color:var(--landing-text);border:1px solid rgba(255,255,255,.12);border-radius:var(--radius-lg);padding:16px 36px;font-size:1.05rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none}.adv-btn-secondary:hover{background:#ffffff1a;border-color:#fff3}.adv-stats-bar{position:relative;z-index:3;margin-top:-60px;padding:0 24px;margin-bottom:80px}.adv-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--landing-card-border);border-radius:var(--radius-xl);overflow:hidden;max-width:1000px;margin:0 auto;box-shadow:0 20px 60px #0006}.adv-stat-item{background:#0f0f19f2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:32px 24px;text-align:center}.adv-stat-value{font-size:2.2rem;font-weight:800;color:var(--landing-accent-light);margin-bottom:6px}.adv-stat-label{font-size:.85rem;color:var(--landing-text-muted);font-weight:500}.adv-section{padding:80px 24px;max-width:1200px;margin:0 auto}.adv-section-header{text-align:center;max-width:700px;margin:0 auto 60px}.adv-section-label{display:inline-block;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:2px;color:var(--landing-accent-light);margin-bottom:16px}.adv-section-header h2{font-size:clamp(1.8rem,4vw,2.8rem);font-weight:800;margin-bottom:16px;letter-spacing:-.5px}.adv-section-header p{font-size:1.1rem;color:var(--landing-text-muted);line-height:1.6}.adv-formats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.adv-format-card{background:var(--landing-card);border:1px solid var(--landing-card-border);border-radius:var(--radius-xl);padding:36px;transition:all .2s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.adv-format-card:before{content:"";position:absolute;top:0;left:20px;right:20px;height:3px;background:var(--landing-gradient-accent);border-radius:0 0 4px 4px;opacity:0;transition:opacity .3s ease}.adv-format-card:hover{transform:translateY(-4px);border-color:#c8102e40;box-shadow:0 12px 40px #0000004d}.adv-format-card:hover:before{opacity:1}.adv-format-icon{width:56px;height:56px;border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;margin-bottom:20px;font-size:1.5rem}.adv-format-icon.red{background:#c8102e26;color:var(--landing-accent-light)}.adv-format-icon.gold{background:#f0b13a26;color:var(--landing-gold)}.adv-format-icon.blue{background:#3b82f626;color:#60a5fa}.adv-format-icon.green{background:#22c55e26;color:#4ade80}.adv-format-card h3{font-size:1.25rem;font-weight:700;margin-bottom:10px}.adv-format-card p{font-size:.95rem;color:var(--landing-text-muted);line-height:1.6;margin-bottom:16px}.adv-format-tag{display:inline-block;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-base);padding:4px 12px;font-size:.78rem;font-weight:600;color:var(--landing-text-muted)}.adv-pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:1000px;margin:0 auto}.adv-price-card{background:var(--landing-card);border:1px solid var(--landing-card-border);border-radius:var(--radius-xl);padding:36px 28px;text-align:center;transition:all .2s ease;position:relative}.adv-price-card.featured{border-color:#c8102e66;background:#c8102e0f;box-shadow:0 0 50px #c8102e1a;transform:scale(1.05)}.adv-price-card.featured .adv-popular-badge{display:block}.adv-popular-badge{display:none;position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--landing-gradient-accent);color:#fff;padding:4px 20px;border-radius:var(--radius-xl);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:1px}.adv-price-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0000004d}.adv-price-card.featured:hover{transform:scale(1.05) translateY(-4px)}.adv-price-name{font-size:1.15rem;font-weight:700;margin-bottom:8px}.adv-price-duration{font-size:.85rem;color:var(--landing-text-muted);margin-bottom:24px}.adv-price-value{font-size:3rem;font-weight:800;margin-bottom:4px}.adv-price-value span{font-size:1rem;font-weight:500;color:var(--landing-text-muted)}.adv-price-features{list-style:none;padding:0;margin:24px 0;text-align:left}.adv-price-features li{display:flex;align-items:center;gap:10px;padding:8px 0;font-size:.9rem;color:var(--landing-text-muted)}.adv-price-features li svg{color:#4ade80;flex-shrink:0}.adv-price-btn{display:block;width:100%;padding:14px;border-radius:var(--radius-md);border:none;font-size:.95rem;font-weight:700;cursor:pointer;transition:all .3s ease;text-decoration:none;text-align:center}.adv-price-card.featured .adv-price-btn{background:var(--landing-gradient-accent);color:#fff;box-shadow:0 4px 16px #c8102e4d}.adv-price-card:not(.featured) .adv-price-btn{background:#ffffff0f;color:var(--landing-text);border:1px solid rgba(255,255,255,.12)}.adv-price-card:not(.featured) .adv-price-btn:hover{background:#ffffff1f}.adv-steps-container{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;max-width:900px;margin:0 auto}.adv-step-card{text-align:center;position:relative}.adv-step-number{width:56px;height:56px;border-radius:var(--radius-lg);background:#c8102e1a;border:2px solid rgba(200,16,46,.3);display:flex;align-items:center;justify-content:center;margin:0 auto 20px;font-size:1.4rem;font-weight:800;color:var(--landing-accent-light)}.adv-step-card h3{font-size:1.15rem;font-weight:700;margin-bottom:8px}.adv-step-card p{font-size:.9rem;color:var(--landing-text-muted);line-height:1.5}.adv-step-card:not(:last-child):after{content:"";position:absolute;top:28px;right:-16px;width:32px;height:2px;background:linear-gradient(90deg,#c8102e66,#c8102e1a)}.adv-faq-list{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:12px}.adv-faq-item{background:var(--landing-card);border:1px solid var(--landing-card-border);border-radius:var(--radius-lg);overflow:hidden;cursor:pointer;transition:border-color .3s ease}.adv-faq-item:hover{border-color:#c8102e33}.adv-faq-item.open{border-color:#c8102e4d}.adv-faq-question{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;gap:16px}.adv-faq-question h3{font-size:1rem;font-weight:600;flex:1}.adv-faq-chevron{transition:transform .3s ease;color:var(--landing-text-muted);flex-shrink:0}.adv-faq-item.open .adv-faq-chevron{transform:rotate(180deg)}.adv-faq-answer{padding:0 24px 20px;font-size:.95rem;color:var(--landing-text-muted);line-height:1.7}.adv-final-cta{text-align:center;padding:100px 24px;position:relative;overflow:hidden}.adv-final-cta:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at center,rgba(200,16,46,.08) 0%,transparent 60%);pointer-events:none}.adv-final-cta h2{font-size:clamp(2rem,5vw,3rem);font-weight:800;margin-bottom:16px;position:relative}.adv-final-cta p{font-size:1.1rem;color:var(--landing-text-muted);margin-bottom:40px;max-width:550px;margin-left:auto;margin-right:auto;position:relative}.adv-landing-footer{padding:40px 24px;text-align:center;border-top:1px solid var(--landing-card-border)}.adv-landing-footer-links{display:flex;justify-content:center;gap:24px;flex-wrap:wrap}.adv-landing-footer-links a{color:var(--landing-text-muted);text-decoration:none;font-size:.9rem;transition:color .2s}.adv-landing-footer-links a:hover{color:var(--landing-text)}.adv-landing-footer-links .dot{color:#ffffff26}@media (max-width: 900px){.adv-stats-grid{grid-template-columns:repeat(2,1fr)}.adv-formats-grid{grid-template-columns:1fr}.adv-pricing-grid{grid-template-columns:1fr;max-width:400px}.adv-price-card.featured{transform:none;order:-1}.adv-price-card.featured:hover{transform:translateY(-4px)}.adv-steps-container{grid-template-columns:1fr;max-width:400px}.adv-step-card:not(:last-child):after{display:none}}@media (max-width: 600px){.adv-hero{min-height:70vh;padding:100px 16px 60px}.adv-stats-grid{grid-template-columns:repeat(2,1fr)}.adv-stat-item{padding:20px 16px}.adv-stat-value{font-size:1.6rem}.adv-hero-actions{flex-direction:column;align-items:center}.adv-btn-primary,.adv-btn-secondary{width:100%;justify-content:center}.adv-format-card{padding:24px}.adv-section{padding:60px 16px}}.adv-landing{--landing-accent: var(--brand-primary);--landing-accent-dark: var(--brand-secondary, var(--brand-primary));--landing-accent-light: var(--brand-primary);--landing-gold: var(--warning);--landing-bg: var(--bg-primary);--landing-card: color-mix(in srgb, var(--glass-surface) 92%, transparent);--landing-card-border: var(--border-subtle);--landing-text: var(--text-primary);--landing-text-muted: var(--text-secondary);--landing-gradient-hero: var(--bg-primary);--landing-gradient-accent: var(--brand-gradient);position:relative;isolation:isolate;min-height:100svh;overflow-x:clip;background:radial-gradient(circle at 10% 0%,var(--brand-alpha-low),transparent min(34rem,52vw)),radial-gradient(circle at 92% 18%,var(--brand-alpha-low),transparent min(28rem,44vw)),var(--bg-primary);color:var(--text-primary);font-family:var(--font-body, var(--font-primary))}.adv-landing:before,.adv-landing:after{position:absolute;z-index:-1;border:1px solid var(--brand-alpha-low);border-radius:50%;content:"";pointer-events:none}.adv-landing:before{top:20rem;right:-24rem;width:min(72vw,56rem);aspect-ratio:1;opacity:.2;transform:rotate(-18deg) scaleY(.3)}.adv-landing:after{top:86rem;left:-22rem;width:min(58vw,44rem);aspect-ratio:1;opacity:.13;transform:rotate(24deg) scaleY(.28)}.adv-landing .adv-hero{min-height:min(48rem,84svh);justify-content:flex-start;padding:clamp(5rem,11vw,8.5rem) clamp(1rem,6vw,5rem) clamp(5rem,10vw,8rem);background:radial-gradient(circle at 78% 48%,var(--brand-alpha-medium),transparent min(26rem,44vw)),linear-gradient(120deg,var(--bg-primary) 0%,var(--surface-primary) 100%);text-align:left}.adv-landing .adv-hero:before{top:12%;right:-9rem;width:min(46vw,38rem);height:min(46vw,38rem);border:1px solid var(--brand-alpha-medium);border-radius:50%;background:none;opacity:.7;animation:editorial-orbit-drift 18s ease-in-out infinite alternate}.adv-landing .adv-hero:after{right:-3rem;bottom:8%;left:auto;width:min(30vw,24rem);height:min(30vw,24rem);border:1px solid var(--brand-alpha-low);border-radius:50%;background:none;opacity:.45;animation:editorial-orbit-drift 12s ease-in-out infinite alternate-reverse}@keyframes editorial-orbit-drift{0%{transform:rotate(-10deg) scaleY(.32) translateZ(0)}to{transform:rotate(10deg) scaleY(.36) translate3d(-1.5rem,.75rem,0)}}.adv-landing .adv-hero-content{width:min(100%,70rem);max-width:none;margin:0 auto}.adv-landing .adv-hero-badge{gap:.55rem;margin-bottom:1.45rem;padding:.5rem .85rem;border:1px solid var(--brand-alpha-medium);border-radius:var(--radius-full);background:var(--brand-alpha-low);color:var(--brand-primary);font-family:var(--font-ui, var(--font-primary));font-size:.66rem;font-weight:var(--font-weight-bold, 700);letter-spacing:var(--track-label, .08em);text-transform:uppercase}.adv-landing .adv-hero-badge svg{color:var(--brand-primary)}.adv-landing .adv-hero h1{max-width:12ch;margin:0 0 1.35rem;color:var(--text-primary);font-family:var(--font-title, var(--font-primary));font-size:clamp(2.8rem,7vw,6.2rem);font-weight:var(--font-weight-medium, 500);letter-spacing:-.065em;line-height:.98}.adv-landing .adv-hero h1 .accent-text{display:block;color:var(--brand-primary);font-family:var(--font-editorial, var(--font-title, var(--font-primary)));font-weight:400;letter-spacing:-.035em}.adv-landing .adv-hero-subtitle{max-width:56ch;margin:0 0 2.1rem;color:var(--text-secondary);font-size:clamp(.98rem,2vw,1.2rem);line-height:1.7}.adv-landing .adv-hero-actions{justify-content:flex-start;gap:.7rem}.adv-landing .adv-btn-primary,.adv-landing .adv-btn-secondary,.adv-landing .adv-price-btn{min-height:2.85rem;border-radius:var(--radius-md, .65rem);font-family:var(--font-ui, var(--font-primary));font-size:.72rem;font-weight:var(--font-weight-bold, 700);letter-spacing:.04em;text-transform:uppercase;transition:transform var(--transition-fast, .2s ease),border-color var(--transition-fast, .2s ease),box-shadow var(--transition-fast, .2s ease),background-color var(--transition-fast, .2s ease)}.adv-landing .adv-btn-primary{padding:.8rem 1.3rem;border:1px solid var(--brand-alpha-medium);background:var(--brand-gradient);box-shadow:0 .8rem 2rem var(--brand-alpha-low);color:var(--text-on-overlay)}.adv-landing .adv-btn-primary:hover{border-color:var(--brand-primary);box-shadow:0 1rem 2.5rem var(--brand-alpha-medium);transform:translateY(-2px)}.adv-landing .adv-btn-secondary{padding:.8rem 1.3rem;border:1px solid var(--border-subtle);background:var(--glass-surface);color:var(--text-primary)}.adv-landing .adv-btn-secondary:hover{border-color:var(--brand-alpha-medium);background:var(--brand-alpha-low);transform:translateY(-2px)}.adv-landing .adv-stats-bar{margin-top:-3rem;margin-bottom:clamp(2.5rem,7vw,5rem);padding:0 clamp(1rem,6vw,5rem)}.adv-landing .adv-stats-grid{width:min(100%,74rem);max-width:none;gap:0;border:1px solid var(--border-subtle);border-radius:var(--radius-xl);background:color-mix(in srgb,var(--glass-surface) 94%,transparent);box-shadow:0 1.4rem 3rem #00000040;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.adv-landing .adv-stat-item{min-height:7rem;padding:1.25rem 1rem;border-right:1px solid var(--border-subtle);background:transparent}.adv-landing .adv-stat-item:last-child{border-right:0}.adv-landing .adv-stat-value{margin-bottom:.3rem;color:var(--brand-primary);font-family:var(--font-title, var(--font-primary));font-size:clamp(1.7rem,3.5vw,2.4rem);font-weight:var(--font-weight-medium, 500);letter-spacing:-.04em}.adv-landing .adv-stat-label{color:var(--text-tertiary);font-family:var(--font-ui, var(--font-primary));font-size:.64rem;font-weight:var(--font-weight-bold, 700);letter-spacing:var(--track-label, .08em);text-transform:uppercase}.adv-landing .adv-section{width:min(100%,76rem);max-width:none;padding:clamp(4rem,8vw,7rem) clamp(1rem,6vw,5rem)}.adv-landing .adv-section-header{max-width:48rem;margin-bottom:clamp(2rem,5vw,3.75rem);text-align:left}.adv-landing .adv-section-label{position:relative;margin-bottom:.85rem;padding-left:1.1rem;color:var(--brand-primary);font-family:var(--font-ui, var(--font-primary));font-size:.64rem;letter-spacing:var(--track-label, .1em)}.adv-landing .adv-section-label:before{position:absolute;top:50%;left:0;width:.4rem;height:.4rem;border-radius:50%;background:var(--brand-primary);box-shadow:0 0 0 .25rem var(--brand-alpha-low);content:"";transform:translateY(-50%)}.adv-landing .adv-section-header h2,.adv-landing .adv-final-cta h2{margin:0 0 .75rem;color:var(--text-primary);font-family:var(--font-title, var(--font-primary));font-size:clamp(1.9rem,4.5vw,3.2rem);font-weight:var(--font-weight-medium, 500);letter-spacing:-.045em;line-height:1.02}.adv-landing .adv-section-header p,.adv-landing .adv-final-cta p{max-width:60ch;color:var(--text-secondary);font-size:.95rem;line-height:1.7}.adv-landing .adv-formats-grid{gap:clamp(.9rem,2vw,1.3rem)}.adv-landing .adv-format-card,.adv-landing .adv-price-card,.adv-landing .adv-faq-item{border:1px solid var(--border-subtle);border-radius:var(--radius-xl);background:var(--landing-card);box-shadow:var(--shadow-md);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.adv-landing .adv-format-card{min-height:15rem;padding:clamp(1.2rem,3vw,1.8rem);transition:transform var(--transition-fast, .2s ease),border-color var(--transition-fast, .2s ease),box-shadow var(--transition-fast, .2s ease)}.adv-landing .adv-format-card:before{right:1.35rem;left:1.35rem;height:2px;background:var(--brand-gradient)}.adv-landing .adv-format-card:hover{border-color:var(--brand-alpha-medium);box-shadow:0 1rem 2.2rem #00000038,0 0 1.5rem var(--brand-alpha-low);transform:translateY(-5px)}.adv-landing .adv-format-icon{width:3rem;height:3rem;margin-bottom:1.1rem;border:1px solid var(--brand-alpha-medium);border-radius:var(--radius-lg);background:var(--brand-alpha-low);color:var(--brand-primary)}.adv-landing .adv-format-icon.gold{border-color:var(--warning-alpha-medium, var(--warning));background:var(--warning-alpha-low);color:var(--warning)}.adv-landing .adv-format-icon.blue,.adv-landing .adv-format-icon.green,.adv-landing .adv-format-icon.red{border-color:var(--brand-alpha-medium);background:var(--brand-alpha-low);color:var(--brand-primary)}.adv-landing .adv-format-card h3,.adv-landing .adv-price-name,.adv-landing .adv-step-card h3,.adv-landing .adv-faq-question h3{color:var(--text-primary);font-family:var(--font-title, var(--font-primary));font-weight:var(--font-weight-medium, 500);letter-spacing:-.02em}.adv-landing .adv-format-card p,.adv-landing .adv-price-duration,.adv-landing .adv-price-features li,.adv-landing .adv-step-card p,.adv-landing .adv-faq-answer{color:var(--text-secondary);line-height:1.6}.adv-landing .adv-format-tag{border:1px solid var(--border-subtle);border-radius:var(--radius-full);background:var(--surface-secondary);color:var(--text-tertiary);font-family:var(--font-ui, var(--font-primary));font-size:.62rem;letter-spacing:.04em;text-transform:uppercase}.adv-landing .adv-pricing-grid{width:min(100%,66rem);max-width:none;align-items:stretch;gap:clamp(.9rem,2vw,1.3rem)}.adv-landing .adv-price-card{display:flex;flex-direction:column;min-height:28rem;padding:clamp(1.3rem,3vw,2rem) clamp(1.1rem,2.5vw,1.6rem);text-align:left;transition:transform var(--transition-fast, .2s ease),border-color var(--transition-fast, .2s ease),box-shadow var(--transition-fast, .2s ease)}.adv-landing .adv-price-card.featured{border-color:var(--brand-alpha-medium);background:var(--brand-alpha-low);box-shadow:0 0 2.5rem var(--brand-alpha-low);transform:translateY(-.65rem)}.adv-landing .adv-price-card:hover,.adv-landing .adv-price-card.featured:hover{border-color:var(--brand-primary);box-shadow:0 1rem 2.4rem #0000003d,0 0 1.8rem var(--brand-alpha-low);transform:translateY(-.4rem)}.adv-landing .adv-price-card.featured:hover{transform:translateY(-1rem)}.adv-landing .adv-popular-badge{top:.8rem;right:.8rem;left:auto;padding:.35rem .65rem;border:1px solid var(--brand-alpha-medium);border-radius:var(--radius-full);background:var(--brand-alpha-low);color:var(--brand-primary);font-family:var(--font-ui, var(--font-primary));font-size:.6rem;letter-spacing:.04em;transform:none}.adv-landing .adv-price-name{margin-bottom:.35rem;font-size:1.25rem}.adv-landing .adv-price-duration{margin-bottom:1.25rem;font-family:var(--font-ui, var(--font-primary));font-size:.7rem}.adv-landing .adv-price-value{margin-bottom:.1rem;color:var(--text-primary);font-family:var(--font-title, var(--font-primary));font-size:clamp(2.2rem,4vw,3.2rem);font-weight:var(--font-weight-medium, 500);letter-spacing:-.05em}.adv-landing .adv-price-value span{color:var(--text-tertiary);font-family:var(--font-ui, var(--font-primary));font-size:.72rem;letter-spacing:.04em}.adv-landing .adv-price-features{flex:1;margin:1.2rem 0}.adv-landing .adv-price-features li{gap:.55rem;padding:.45rem 0;font-size:.78rem}.adv-landing .adv-price-features li svg{flex:0 0 auto;color:var(--success)}.adv-landing .adv-price-btn{display:flex;align-items:center;justify-content:center;width:100%;padding:.75rem 1rem}.adv-landing .adv-price-card.featured .adv-price-btn{border:1px solid var(--brand-alpha-medium);background:var(--brand-gradient);color:var(--text-on-overlay)}.adv-landing .adv-price-card:not(.featured) .adv-price-btn{border:1px solid var(--border-subtle);background:var(--surface-secondary);color:var(--text-primary)}.adv-landing .adv-price-btn:hover{border-color:var(--brand-primary)!important;transform:translateY(-2px)}.adv-landing .adv-steps-container{width:min(100%,66rem);max-width:none;gap:clamp(1rem,3vw,2.5rem)}.adv-landing .adv-step-card{padding:1.3rem 1rem;border:1px solid var(--border-subtle);border-radius:var(--radius-xl);background:var(--landing-card);box-shadow:var(--shadow-sm)}.adv-landing .adv-step-number{width:3rem;height:3rem;margin-bottom:1rem;border:1px solid var(--brand-alpha-medium);border-radius:var(--radius-lg);background:var(--brand-alpha-low);color:var(--brand-primary);font-family:var(--font-title, var(--font-primary));font-size:1.15rem;font-weight:var(--font-weight-medium, 500)}.adv-landing .adv-step-card:not(:last-child):after{top:2.8rem;right:calc(clamp(1rem,3vw,2.5rem)/-2);width:clamp(1rem,3vw,2.5rem);height:1px;background:linear-gradient(90deg,var(--brand-alpha-medium),transparent)}.adv-landing .adv-faq-list{width:min(100%,66rem);max-width:none;gap:.65rem}.adv-landing .adv-faq-item{transition:transform var(--transition-fast, .2s ease),border-color var(--transition-fast, .2s ease),background-color var(--transition-fast, .2s ease)}.adv-landing .adv-faq-item:hover,.adv-landing .adv-faq-item.open{border-color:var(--brand-alpha-medium);background:var(--brand-alpha-low)}.adv-landing .adv-faq-item:hover{transform:translate(3px)}.adv-landing .adv-faq-question{padding:1.05rem 1.2rem}.adv-landing .adv-faq-question h3{font-size:.95rem}.adv-landing .adv-faq-chevron{color:var(--brand-primary)}.adv-landing .adv-faq-answer{padding:0 1.2rem 1.15rem;font-size:.84rem}.adv-landing .adv-final-cta{width:min(100% - 2rem,76rem);margin:clamp(2rem,5vw,4rem) auto clamp(2rem,5vw,4rem);padding:clamp(3rem,8vw,6rem) clamp(1.2rem,5vw,4rem);border:1px solid var(--brand-alpha-medium);border-radius:var(--radius-xl);background:radial-gradient(circle at 90% 20%,var(--brand-alpha-medium),transparent 18rem),var(--brand-alpha-low);box-shadow:0 1.5rem 3.5rem #0003}.adv-landing .adv-final-cta h2,.adv-landing .adv-final-cta p{position:relative;z-index:1;margin-right:auto;margin-left:auto;text-align:center}.adv-landing .adv-final-cta h2{max-width:17ch}.adv-landing .adv-final-cta p{margin-bottom:2rem}.adv-landing .adv-final-cta .adv-hero-actions{position:relative;z-index:1;justify-content:center}.adv-landing .adv-landing-footer{padding:2.2rem 1rem calc(2.5rem + env(safe-area-inset-bottom,0px));border-top-color:var(--border-subtle)}.adv-landing .adv-landing-footer-links{gap:.45rem 1rem}.adv-landing .adv-landing-footer-links a{color:var(--text-tertiary);font-family:var(--font-ui, var(--font-primary));font-size:.68rem;letter-spacing:.03em}.adv-landing .adv-landing-footer-links a:hover{color:var(--brand-primary)}.adv-landing .adv-landing-footer-links .dot{color:var(--brand-alpha-medium)}.adv-landing :is(a,button,[role=button]):focus-visible{outline:2px solid var(--brand-primary);outline-offset:3px}@media (max-width: 900px){.adv-landing .adv-hero{min-height:auto}.adv-landing .adv-price-card.featured,.adv-landing .adv-price-card.featured:hover{transform:none}}@media (max-width: 600px){.adv-landing .adv-hero{padding-top:4.5rem;padding-bottom:4.5rem}.adv-landing .adv-hero h1{max-width:11ch;font-size:clamp(2.65rem,13vw,4.5rem)}.adv-landing .adv-hero-actions,.adv-landing .adv-final-cta .adv-hero-actions{align-items:stretch;flex-direction:column}.adv-landing .adv-btn-primary,.adv-landing .adv-btn-secondary{width:100%;justify-content:center}.adv-landing .adv-stats-bar{margin-top:-1.5rem;padding-inline:1rem}.adv-landing .adv-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.adv-landing .adv-stat-item:nth-child(2){border-right:0}.adv-landing .adv-stat-item:nth-child(-n+2){border-bottom:1px solid var(--border-subtle)}.adv-landing .adv-section{padding-top:3.6rem;padding-bottom:3.6rem}.adv-landing .adv-section-header{margin-bottom:2rem}.adv-landing .adv-format-card,.adv-landing .adv-price-card{min-height:auto}.adv-landing .adv-step-card{text-align:left}.adv-landing .adv-step-number{margin-left:0}.adv-landing .adv-step-card:not(:last-child):after{display:none}.adv-landing .adv-final-cta{width:calc(100% - 2rem)}}@media (prefers-reduced-motion: reduce){.adv-landing *,.adv-landing *:before,.adv-landing *:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}.adv-landing .adv-format-card:hover,.adv-landing .adv-price-card:hover,.adv-landing .adv-price-card.featured:hover,.adv-landing .adv-btn-primary:hover,.adv-landing .adv-btn-secondary:hover,.adv-landing .adv-price-btn:hover,.adv-landing .adv-faq-item:hover{transform:none}}
