.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:calc(var(--header-height) + var(--space-xl)) var(--space-md) var(--space-xl);position:relative}.hero-inner{display:flex;align-items:center;gap:var(--space-xxl);max-width:var(--max-width);margin:0 auto;width:100%}.hero-content{flex:1;display:flex;flex-direction:column;gap:var(--space-lg)}.hero-mockup{flex:0 0 auto;display:flex;justify-content:center;position:relative;z-index:2}.hero-title{font-size:45px;font-weight:700;line-height:1.15;letter-spacing:-.5px}.hero-subtitle{font-size:18px;color:var(--color-text-secondary);line-height:1.6;max-width:520px}.hero-trust{font-size:13px;color:var(--color-text-tertiary);display:flex;align-items:center;gap:var(--space-sm)}.phone-mockup{position:relative;width:280px}.phone-frame{--glow: 0;background:#1a0d1f;border:3px solid rgba(250,190,156,calc(var(--glow) * .5));border-radius:40px;padding:12px;box-shadow:0 0 10px 2px rgba(250,190,156,calc(var(--glow) * .5)),0 0 40px rgba(220,80,20,calc(var(--glow) * .7)),0 0 90px rgba(160,25,10,calc(var(--glow) * .25)),0 0 160px rgba(90,5,5,calc(var(--glow) * .1)),0 20px 60px #00000080,inset 0 0 0 1px #ffffff0d;transition:border-color .05s,box-shadow .05s}.phone-notch{width:120px;height:28px;background:#1a0d1f;border-radius:0 0 16px 16px;margin:0 auto -14px;position:relative;z-index:2}.phone-screen{border-radius:28px;overflow:hidden}.phone-screen img{width:100%;height:auto;display:block}@media (max-width: 768px){.hero{min-height:auto;padding-top:calc(var(--header-height) + var(--space-lg));padding-bottom:var(--space-lg)}.hero-inner{flex-direction:column;text-align:center;gap:var(--space-lg)}.hero-content{align-items:center}.hero-title{font-size:32px}.hero-subtitle{font-size:16px}.phone-mockup{width:220px}.hero-trust{justify-content:center}}.proof-bar{background:transparent;border-top:none;border-bottom:none;padding:var(--space-xl) 0;position:relative;z-index:2}.proof-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-md);max-width:var(--max-width);margin:0 auto;padding:0 var(--space-md)}.proof-item{text-align:center;padding:var(--space-lg) var(--space-md);background:#2d1b3566;border:1px solid rgba(255,255,255,.06);border-radius:12px}.proof-number{font-size:28px;font-weight:700;color:var(--color-text);margin-bottom:var(--space-xs);display:flex;align-items:center;justify-content:center;gap:6px}.proof-icon{width:24px;height:24px;flex-shrink:0}.proof-label{font-size:13px;color:var(--color-text-tertiary);letter-spacing:.3px}@media (max-width: 768px){.proof-grid{grid-template-columns:1fr 1fr}.proof-number{font-size:24px}}.section-title{text-align:center;margin-bottom:var(--space-xl)}.section-title h2{font-size:32px;font-weight:700;margin-bottom:var(--space-sm)}.section-title p{font-size:16px;color:var(--color-text-secondary);max-width:560px;margin:0 auto}@media (max-width: 768px){.section-title h2{font-size:26px}}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-md)}.step-card{padding:var(--space-lg);display:flex;flex-direction:column;gap:var(--space-md)}.step-header{display:flex;align-items:center;gap:var(--space-sm)}.step-card-highlight{border-color:var(--color-primary-glow-40);box-shadow:0 0 24px var(--color-primary-glow-20);position:relative;overflow:visible}.step-card-highlight .step-badge-overlay{position:absolute;top:-14px;right:-12px;left:auto;transform:none;z-index:5;background:#8c1d2d8c;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:#fff;font-size:11px;font-weight:700;letter-spacing:.8px;text-transform:uppercase;padding:6px 18px;border-radius:6px;border:1px solid rgba(255,255,255,.12);white-space:nowrap;animation:badge-pulse 2.5s ease-in-out infinite}@keyframes badge-pulse{0%,to{opacity:.7;box-shadow:0 0 8px #8c1d2d4d}50%{opacity:1;box-shadow:0 0 20px #8c1d2d99,0 0 40px #8c1d2d33}}@media (max-width: 768px){.steps-grid{grid-template-columns:1fr}}.benefits-grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-md)}.benefit-card{padding:var(--space-lg);display:flex;flex-direction:row;align-items:flex-start;gap:var(--space-lg)}.benefit-card .benefit-text{flex:1;display:flex;flex-direction:column;gap:var(--space-sm)}.benefit-icon-svg{flex-shrink:0;width:56px;height:56px;order:1;filter:drop-shadow(0 0 8px rgba(140,29,45,.5)) drop-shadow(0 0 20px rgba(140,29,45,.2))}.benefit-icon-svg svg{width:56px;height:56px;stroke:#c4384a}@media (max-width: 768px){.benefits-grid{grid-template-columns:1fr}.benefit-icon-svg{width:44px;height:44px}.benefit-icon-svg svg{width:44px;height:44px}}.pricing-row{display:flex;gap:var(--space-md);justify-content:center;flex-wrap:wrap}.save-badge{display:inline-block;background:var(--color-success);color:#fff;font-size:11px;font-weight:700;padding:2px 8px;border-radius:var(--radius-xs);margin-left:var(--space-sm);vertical-align:middle}.final-cta{text-align:center;padding:var(--space-xxxl) var(--space-md);position:relative;z-index:2;overflow:visible}.final-cta-inner{max-width:600px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:var(--space-lg)}.email-capture{width:100%;max-width:440px}.email-capture-label{font-size:14px;color:var(--color-text-tertiary);margin-bottom:var(--space-sm)}.email-capture-row{display:flex;gap:var(--space-sm)}.email-capture-row input{flex:1;background:var(--color-card);border:none;border-radius:var(--radius-sm);padding:0 var(--space-md);height:var(--btn-height-sm);color:var(--color-text);font-size:14px}.email-capture-row input::placeholder{color:var(--color-text-tertiary)}.email-capture-row input:focus{outline:none}.step-screenshot{--glow: 0;width:100%;max-width:220px;height:auto;border-radius:var(--radius-card);box-shadow:0 0 5px 1px rgba(250,190,156,calc(var(--glow) * .4)),0 0 20px rgba(220,80,20,calc(var(--glow) * .55)),0 0 55px rgba(160,25,10,calc(var(--glow) * .2)),0 0 110px rgba(90,5,5,calc(var(--glow) * .08));transition:box-shadow .05s;margin:0 auto;display:block}.step-card .text-title-md{font-size:clamp(16px,1.8vw,20px);white-space:nowrap}.step-card .text-body-md{font-size:16px;line-height:1.6}.feature-screenshot{width:100%;max-width:280px;height:auto;border-radius:var(--radius-card);box-shadow:0 8px 32px #0006,0 0 20px var(--color-primary-glow-20)}@media (max-width: 768px){.feature-screenshot{max-width:200px;margin:0 auto;display:block}}.mid-cta-bar{text-align:center;margin-top:var(--space-xl);padding-top:var(--space-lg);border-top:var(--border-divider);display:flex;flex-direction:column;align-items:center;gap:var(--space-sm)}.mid-cta-bar .store-badges{justify-content:center}.mid-cta-bar .store-badges img{height:56px}.try-it{display:flex;align-items:center;gap:var(--space-xxl);max-width:var(--max-width);margin:0 auto;width:100%}.try-it-text{flex:1;display:flex;flex-direction:column;gap:var(--space-md)}.try-it-text h2{font-size:32px;font-weight:700;line-height:1.15}.try-it-text p{font-size:18px;color:var(--color-text-secondary);line-height:1.6;max-width:460px}.try-it-hint{font-size:13px;color:var(--color-text-tertiary);font-style:italic}.try-it-widget{flex:0 0 340px}.try-it-widget .dwc{height:320px}@media (max-width: 768px){.try-it{flex-direction:column;gap:var(--space-lg);text-align:center}.try-it-text{align-items:center}.try-it-text-desktop{display:none}.try-it-text h2{font-size:26px}.try-it-text p{font-size:16px}.try-it-widget{flex:none;width:100%;max-width:400px}}.hero-store-screen{width:260px;border-radius:36px;display:block;--glow: 0;box-shadow:0 0 7px 1px rgba(250,190,156,calc(var(--glow) * .65)),0 0 29px rgba(220,80,20,calc(var(--glow) * .85)),0 0 78px rgba(160,25,10,calc(var(--glow) * .33)),0 0 156px rgba(90,5,5,calc(var(--glow) * .12));border:2px solid rgba(250,190,156,calc(var(--glow) * .6));transition:box-shadow .05s,border-color .05s}@media (max-width: 768px){.hero-store-screen{width:180px;border-radius:18px}}.feature-screen-section{max-width:var(--max-width);margin:0 auto;padding:0 var(--space-md);position:relative;z-index:2}.feature-screen-row{display:flex;align-items:center;gap:var(--space-xxl);padding:var(--space-xxl) 0;border-bottom:1px solid rgba(255,255,255,.05)}.feature-screen-row:last-of-type{border-bottom:none}.feature-screen-row--reverse{flex-direction:row-reverse}.feature-screen-img{width:220px;flex-shrink:0;border-radius:32px;--glow: 0;box-shadow:0 0 7px 1px rgba(250,190,156,calc(var(--glow) * .65)),0 0 29px rgba(220,80,20,calc(var(--glow) * .85)),0 0 78px rgba(160,25,10,calc(var(--glow) * .33)),0 0 156px rgba(90,5,5,calc(var(--glow) * .12));border:2px solid rgba(250,190,156,calc(var(--glow) * .6));transition:box-shadow .05s,border-color .05s}.feature-screen-text{flex:1}.feature-screen-text h2{font-size:28px;font-weight:700;line-height:1.25;margin-bottom:var(--space-md);color:var(--color-text)}.feature-screen-text p{font-size:16px;line-height:1.7;color:var(--color-text-secondary)}@media (max-width: 768px){.feature-screen-row,.feature-screen-row--reverse{flex-direction:column;gap:var(--space-lg);padding:var(--space-xl) 0;text-align:center}.feature-screen-img{width:200px;margin:0 auto}.feature-screen-text h2{font-size:22px}}.screen-gallery{display:none;position:fixed;inset:0;z-index:9999;background:#000000eb;flex-direction:column;align-items:center;justify-content:center;padding:var(--space-lg)}.screen-gallery.is-open{display:flex}.screen-gallery-close{position:absolute;top:20px;right:24px;background:#ffffff1a;border:none;cursor:pointer;color:#fff;font-size:22px;width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .15s;z-index:2}.screen-gallery-close:hover{background:#ffffff38}.screen-gallery-nav{position:absolute;top:50%;transform:translateY(-50%);background:#ffffff1a;border:none;cursor:pointer;color:#fff;font-size:36px;width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .15s;z-index:2;line-height:1}.screen-gallery-nav:hover{background:#ffffff38}.screen-gallery-prev{left:20px}.screen-gallery-next{right:20px}.screen-gallery-track-wrap{width:min(320px,70vw);overflow:hidden;border-radius:28px}.screen-gallery-track{display:flex;transition:transform .3s ease}.screen-gallery-slide{flex:0 0 100%;width:100%;border-radius:28px;object-fit:contain;max-height:80vh;display:block}.screen-gallery-dots{display:flex;gap:8px;margin-top:var(--space-md)}.screen-gallery-dot{width:8px;height:8px;border-radius:50%;border:none;cursor:pointer;background:#ffffff4d;transition:background .2s,transform .2s}.screen-gallery-dot.is-active{background:var(--color-primary-light, #e879f9);transform:scale(1.4)}@media (max-width: 600px){.screen-gallery-nav{width:40px;height:40px;font-size:28px}.screen-gallery-prev{left:8px}.screen-gallery-next{right:8px}}
