@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&display=swap";:root{--bg-color:#faf8f5;--bg-alt:#f1ede7;--bg-dark:#0f172a;--bg-card:#fff;--text-primary:#0f172a;--text-on-dark:#f8fafc;--text-secondary:#475569;--text-muted:#94a3b8;--brand:#e84545;--brand-hover:#c73535;--brand-light:#fef2f2;--brand-border:#e8454533;--gold:#f59e0b;--gold-light:#fffbeb;--gold-border:#f59e0b40;--navy:#1e3a5f;--navy-light:#eff6ff;--border:#e2e8f0;--shadow-sm:0 1px 3px #0f172a14, 0 1px 2px #0f172a0a;--shadow-md:0 4px 16px #0f172a1a, 0 2px 6px #0f172a0f;--shadow-lg:0 10px 40px #0f172a1f;--shadow-brand:0 4px 20px #e8454540;--radius-sm:8px;--radius-md:16px;--radius-lg:24px;--radius-xl:32px;--radius-full:100px;--transition:all .3s cubic-bezier(.16, 1, .3, 1)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;font-size:16px}body{background-color:var(--bg-color);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Outfit,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.65;overflow-x:hidden}h1,h2,h3,h4,h5,h6{letter-spacing:-.02em;color:var(--text-primary);font-weight:800;line-height:1.1}h1{margin-bottom:1.25rem;font-size:2.4rem}h2{margin-bottom:1.25rem;font-size:1.9rem}h3{margin-bottom:.6rem;font-size:1.15rem}p{color:var(--text-secondary);max-width:60ch;font-size:1rem;line-height:1.75}@media (width>=768px){h1{font-size:3.5rem}h2{font-size:2.75rem}}@media (width>=1024px){h1{font-size:clamp(3.5rem,6vw,5.5rem)}h2{font-size:clamp(2.5rem,4vw,4rem)}p{font-size:1.125rem}}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 1.25rem}@media (width>=640px){.container{padding:0 2rem}}@media (width>=1024px){.container{padding:0 4rem}}.flex-center{justify-content:center;align-items:center;display:flex}.flex-between{justify-content:space-between;align-items:center;display:flex}.btn{border-radius:var(--radius-full);transition:var(--transition);cursor:pointer;white-space:nowrap;letter-spacing:.01em;border:none;justify-content:center;align-items:center;gap:.5rem;min-height:48px;padding:.875rem 1.75rem;font-size:1rem;font-weight:700;text-decoration:none;display:inline-flex}.btn-primary{background:var(--brand);color:#fff;box-shadow:var(--shadow-brand)}.btn-primary:hover{background:var(--brand-hover);transform:translateY(-2px);box-shadow:0 8px 25px #e8454559}.btn-primary:active{transform:translateY(0)}.btn-secondary{color:var(--text-primary);border:2px solid var(--border);background:0 0}.btn-secondary:hover{border-color:var(--brand);color:var(--brand);background:var(--brand-light)}.btn-large{min-height:56px;padding:1rem 2.5rem;font-size:1.1rem}.btn-outline-white{color:#fff;background:0 0;border:2px solid #ffffff59}.btn-outline-white:hover{background:#ffffff26;border-color:#fff}.header{z-index:100;-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border);width:100%;transition:var(--transition);background:#faf8f5f2;padding:.875rem 0;position:fixed;top:0;left:0}.header.scrolled{box-shadow:var(--shadow-sm);padding:.6rem 0}.scroll-progress-bar{background:var(--brand);transform-origin:0;z-index:200;border-radius:0 2px 2px 0;width:100%;height:3px;position:absolute;bottom:0;left:0}.logo{color:var(--text-primary);letter-spacing:.12em;text-transform:uppercase;font-size:1.4rem;font-weight:900;text-decoration:none}.logo span{color:var(--brand)}.sticky-bar{z-index:200;background:var(--bg-dark);border-bottom:2px solid var(--brand);width:100%;padding:.75rem 0;position:fixed;top:0;left:0}.sticky-bar-inner{gap:1rem}.sticky-product-info{flex-direction:column;gap:.1rem;display:flex}.sticky-name{color:var(--text-on-dark);font-size:.9rem;font-weight:600}.sticky-price{color:var(--brand);font-size:1.1rem;font-weight:800}.sticky-original{color:var(--text-muted);margin-left:.4rem;font-size:.82rem;font-weight:400;text-decoration:line-through}.canvas-container,.bg-glow{display:none}.hero-grid{flex-direction:column;align-items:center;gap:2.5rem;min-height:calc(100svh - 72px);padding-top:5rem;padding-bottom:3rem;display:flex}@media (width>=900px){.hero-grid{grid-template-columns:1fr 1fr;align-items:center;gap:2rem;display:grid}}.hero-copy{max-width:520px}.hero-canvas-wrap{border-radius:var(--radius-xl);width:100%;height:340px;position:relative;overflow:visible}@media (width>=640px){.hero-canvas-wrap{height:440px}}@media (width>=900px){.hero-canvas-wrap{height:min(90vh,680px)}}.hero-canvas-wrap canvas{border-radius:var(--radius-xl)}.hero-glow-orb{aspect-ratio:1;pointer-events:none;z-index:0;filter:blur(24px);background:radial-gradient(circle,#e845452e 0%,#f59e0b1a 45%,#0000 72%);border-radius:50%;width:72%;animation:4s ease-in-out infinite alternate glowPulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes glowPulse{0%{opacity:.7;transform:translate(-50%,-50%)scale(.95)}to{opacity:1;transform:translate(-50%,-50%)scale(1.05)}}.section{z-index:10;flex-direction:column;justify-content:center;min-height:100svh;padding:5rem 0;display:flex;position:relative}@media (width>=768px){.section{padding:7rem 0}}@media (width>=1024px){.section{padding:8rem 0}}.section-content{max-width:540px}.section-tag{text-transform:uppercase;letter-spacing:.15em;color:var(--brand);background:var(--brand-light);border:1px solid var(--brand-border);border-radius:var(--radius-full);align-items:center;gap:.4rem;margin-bottom:1.25rem;padding:.35rem 1rem;font-size:.75rem;font-weight:700;display:inline-flex}.hero{background:var(--bg-color);padding-top:6rem}.hero p{color:var(--text-secondary);max-width:480px;margin-bottom:2.5rem;font-size:1.05rem}@media (width>=768px){.hero p{font-size:1.2rem}}.hero-btns{flex-wrap:wrap;gap:.75rem;margin-bottom:2rem;display:flex}.trust-badges{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.badge{color:var(--text-secondary);background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-sm);box-shadow:var(--shadow-sm);align-items:center;gap:.4rem;padding:.35rem .8rem;font-size:.78rem;font-weight:600;display:inline-flex}.stars-row{gap:.05rem;display:flex}.problem-section{background:var(--bg-dark);min-height:auto;padding:5rem 0}.problem-section h2,.problem-section .section-tag{color:var(--text-on-dark)}.problem-section .section-tag{background:#e8454526;border-color:#e845454d}.problem-section>.container p{color:#f8fafcb3}.problem-list{margin-top:2rem;list-style:none}.problem-item{color:#f8fafcbf;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;font-size:1rem;line-height:1.6;display:flex}.problem-item strong{color:var(--text-on-dark)}.problem-icon{color:var(--brand);flex-shrink:0;margin-top:.15rem}.solution-section{background:var(--bg-color);border-top:3px solid var(--brand);min-height:auto;padding:5rem 0}.solution-section .problem-item{color:var(--text-secondary)}.solution-section .problem-item strong{color:var(--text-primary)}.features-section{background:var(--navy-light);min-height:auto;padding:5rem 0}.features-section .section-content{max-width:800px}.feature-cards{grid-template-columns:1fr;gap:1rem;margin-top:2.5rem;display:grid}@media (width>=480px){.feature-cards{grid-template-columns:1fr 1fr}}@media (width>=1024px){.feature-cards{grid-template-columns:repeat(3,1fr)}}.feature-card{border-radius:var(--radius-md);background:var(--bg-card);border:1px solid var(--border);box-shadow:var(--shadow-sm);transition:var(--transition);padding:1.75rem}.feature-card:hover{box-shadow:var(--shadow-md);border-color:var(--brand-border);transform:translateY(-4px)}.feature-icon-wrapper{border-radius:var(--radius-sm);background:var(--brand-light);border:1px solid var(--brand-border);width:52px;height:52px;color:var(--brand);justify-content:center;align-items:center;margin-bottom:1.25rem;display:flex}.feature-card h3{color:var(--text-primary);margin-bottom:.5rem;font-size:1.05rem}.feature-card p{color:var(--text-secondary);max-width:none;font-size:.9rem}.gallery-section{background:var(--bg-color);min-height:auto;padding:5rem 0}.gallery-container{max-width:860px}.gallery-layout{flex-direction:column;gap:1rem;display:flex}@media (width>=640px){.gallery-layout{grid-template-columns:1fr auto;align-items:start;gap:1.25rem;display:grid}}.gallery-main{border-radius:var(--radius-lg);border:1px solid var(--border);box-shadow:var(--shadow-md);position:relative;overflow:hidden}.gallery-main-img{object-fit:cover;width:100%;height:300px;transition:opacity .3s;display:block}@media (width>=640px){.gallery-main-img{height:420px}}.gallery-label{letter-spacing:.04em;color:#fff;background:linear-gradient(#0000,#0f172abf);padding:.85rem 1.25rem;font-size:.85rem;font-weight:600;position:absolute;bottom:0;left:0;right:0}.gallery-thumbs{flex-direction:row;gap:.75rem;display:flex;overflow-x:auto}@media (width>=640px){.gallery-thumbs{flex-direction:column;overflow-x:visible}}.gallery-thumb{border-radius:var(--radius-md);border:2px solid var(--border);cursor:pointer;width:72px;min-width:72px;height:72px;transition:var(--transition);opacity:.6;overflow:hidden}.gallery-thumb img{object-fit:cover;width:100%;height:100%}.gallery-thumb.active,.gallery-thumb:hover{border-color:var(--brand);opacity:1;box-shadow:0 0 0 3px var(--brand-light)}.reviews-section{background:var(--bg-alt);min-height:auto;padding:5rem 0}.overall-rating{flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:2.5rem;display:flex}.rating-text{color:var(--text-secondary);font-size:.9rem;font-weight:600}.stars{gap:.1rem;display:flex}.reviews-grid{grid-template-columns:1fr;gap:1rem;display:grid}@media (width>=640px){.reviews-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.reviews-grid{grid-template-columns:repeat(3,1fr)}}.review-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);transition:var(--transition);padding:1.5rem}.review-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.review-header{flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.review-avatar{background:linear-gradient(135deg, var(--brand), #f59e0b);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:.9rem;font-weight:800;display:flex}.review-name{color:var(--text-primary);font-size:.9rem;font-weight:700}.review-location{color:var(--text-muted);font-size:.75rem}.verified-badge{color:#15803d;border-radius:var(--radius-full);white-space:nowrap;background:#f0fdf4;border:1px solid #bbf7d0;margin-left:auto;padding:.2rem .6rem;font-size:.7rem;font-weight:700}.review-text{color:var(--text-secondary);max-width:none;margin-top:.75rem;font-size:.92rem;line-height:1.65}.pdf-section{background:var(--bg-dark);min-height:auto;padding:5rem 0}.pdf-card{border-radius:var(--radius-xl);background:#ffffff0d;border:1px solid #e8454540;flex-direction:column;gap:2.5rem;padding:2rem;display:flex;position:relative;overflow:hidden}.pdf-card:before{content:"";background:linear-gradient(90deg, transparent, var(--brand), transparent);height:2px;position:absolute;top:0;left:0;right:0}@media (width>=768px){.pdf-card{flex-direction:row;align-items:center;gap:4rem;padding:3.5rem}}.pdf-content{flex:1}.pdf-title{color:var(--text-on-dark);margin-bottom:.75rem;font-size:clamp(1.5rem,3vw,2.5rem)}.pdf-subtitle{color:#f8fafcb3;max-width:none;margin-bottom:1.75rem;font-size:.95rem;line-height:1.65}.pdf-subtitle strong{color:var(--text-on-dark)}.pdf-chapters{flex-direction:column;gap:.5rem;margin-bottom:2rem;list-style:none;display:flex}.pdf-chapters li{color:#f8fafcb3;align-items:flex-start;gap:.6rem;font-size:.87rem;line-height:1.5;display:flex}.pdf-chapters li svg{color:var(--brand);flex-shrink:0;margin-top:.15rem}.pdf-form{flex-direction:column;gap:.75rem;display:flex}@media (width>=480px){.pdf-form{flex-flow:wrap}}.pdf-email-input{border-radius:var(--radius-full);min-width:200px;color:var(--text-on-dark);transition:var(--transition);background:#ffffff14;border:1px solid #ffffff26;outline:none;flex:1;min-height:48px;padding:.9rem 1.25rem;font-family:inherit;font-size:1rem}.pdf-email-input::placeholder{color:#f8fafc66}.pdf-email-input:focus{border-color:var(--brand);background:#e845451a}.pdf-success{color:#4ade80;align-items:center;gap:.75rem;padding:.75rem 0;font-size:1rem;font-weight:600;display:flex}.pdf-privacy{color:#f8fafc66;max-width:none;margin-top:.75rem;font-size:.75rem}.pdf-image-wrap{flex-shrink:0;align-self:center;position:relative}.pdf-cover-img{border-radius:var(--radius-md);width:160px;display:block;box-shadow:0 20px 60px #00000080}@media (width>=768px){.pdf-cover-img{width:200px}}.pdf-badge-float{background:var(--gold);color:var(--bg-dark);border-radius:var(--radius-full);letter-spacing:.08em;padding:.3rem .8rem;font-size:.75rem;font-weight:900;position:absolute;top:-10px;right:-10px}.faq-section{background:var(--bg-color);min-height:auto;padding:5rem 0}.faq-container{max-width:720px}.faq-list{flex-direction:column;gap:.75rem;display:flex}.faq-item{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);cursor:pointer;transition:var(--transition);box-shadow:var(--shadow-sm);padding:1.25rem 1.5rem}.faq-item:hover,.faq-item.open{border-color:var(--brand-border);box-shadow:var(--shadow-md)}.faq-item.open{background:var(--brand-light)}.faq-question{color:var(--text-primary);justify-content:space-between;align-items:center;gap:1rem;font-size:.95rem;font-weight:700;display:flex}.faq-question svg{color:var(--brand);flex-shrink:0}.faq-answer{overflow:hidden}.faq-answer p{color:var(--text-secondary);max-width:none;margin-top:.75rem;font-size:.92rem;line-height:1.65}.cta-section{background:var(--bg-dark);text-align:center;min-height:auto;padding:6rem 0}.cta-section h2{color:var(--text-on-dark);max-width:720px;margin:0 auto 2.5rem;font-size:clamp(2rem,4.5vw,4rem)}.cta-section .section-tag{background:#e8454526;border-color:#e845454d}.price-box{border-radius:var(--radius-xl);background:#ffffff0f;border:1px solid #ffffff1f;width:100%;max-width:480px;margin-bottom:1.5rem;padding:2rem 1.5rem;display:inline-block}@media (width>=640px){.price-box{padding:3rem 2.5rem}}@media (width<=899px){.price-box{-webkit-backdrop-filter:blur(8px);border:none;background:radial-gradient(circle,#0f172af2 0%,#0f172ab3 70%,#0f172a00 100%)!important}}.pricing{flex-wrap:wrap;justify-content:center;align-items:baseline;gap:.75rem;margin-bottom:.5rem;display:flex}.price-tag{color:var(--text-on-dark);font-size:3rem;font-weight:900;line-height:1}@media (width>=640px){.price-tag{font-size:3.5rem}}.original-price{color:var(--text-muted);font-size:1.3rem;font-weight:500;text-decoration:line-through}.discount-tag{color:var(--bg-dark);background:var(--gold);border-radius:var(--radius-full);padding:.2rem .7rem;font-size:.82rem;font-weight:800}.urgency{color:var(--brand);text-transform:uppercase;letter-spacing:.1em;font-size:.82rem;font-weight:600}.cta-trust-row{color:#f8fafc99;flex-wrap:wrap;justify-content:center;align-items:center;gap:1.25rem;margin-top:.75rem;font-size:.82rem;display:flex}.cta-trust-row span{align-items:center;gap:.35rem;display:flex}.emi-note{color:#f8fafc80;margin-top:.75rem;font-size:.8rem}.footer{text-align:center;background:var(--bg-dark);color:var(--text-muted);z-index:10;border-top:1px solid #ffffff14;padding:2.5rem 0;font-size:.85rem;position:relative}.stats-bar{background:var(--bg-dark);z-index:10;padding:2.5rem 0;position:relative}.stats-inner{flex-wrap:wrap;justify-content:center;gap:2rem 4rem;display:flex}.stat-item{text-align:center;flex-direction:column;align-items:center;gap:.3rem;display:flex}.stat-icon{color:var(--brand);margin-bottom:.2rem}.stat-value{color:var(--text-on-dark);letter-spacing:-.03em;font-size:2rem;font-weight:900;line-height:1}.stat-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;font-size:.75rem;font-weight:600}.solution-item{color:var(--text-secondary)!important}.solution-item strong{color:var(--text-primary)!important}.page-layout{display:block;position:relative}@media (width>=900px){.page-layout{grid-template-columns:1fr 1fr;align-items:start;display:grid}.sticky-canvas-col{order:2}.content-col{order:1}}.sticky-canvas-col{display:none;position:relative}@media (width>=900px){.sticky-canvas-col{z-index:5;height:calc(100vh - 72px);display:block;position:sticky;top:72px;overflow:hidden}}.sticky-orb{aspect-ratio:1;pointer-events:none;z-index:1;filter:blur(28px);background:radial-gradient(circle,#e8454529 0%,#f59e0b17 45%,#0000 72%);border-radius:50%;width:65%;animation:4s ease-in-out infinite alternate glowPulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.content-col{min-width:0}.canvas-scroll-hint{letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);opacity:.65;z-index:10;pointer-events:none;font-size:.72rem;animation:2.5s ease-in-out infinite scrollHintBob;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}@keyframes scrollHintBob{0%,to{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(6px)}}.mobile-sticky-canvas{z-index:0;pointer-events:none;background:var(--bg-color);width:100%;height:100%;display:block;position:fixed;top:0;left:0}.mobile-sticky-canvas canvas{width:100%!important;height:100%!important}@media (width>=900px){.mobile-sticky-canvas{display:none!important}}@media (width<=899px){.content-col{z-index:10;position:relative}.content-col .section,.content-col .stats-bar{-webkit-backdrop-filter:blur(var(--mobile-blur,12px)) saturate(1.4);border-radius:0;margin-bottom:0;background:rgba(250, 248, 245, var(--mobile-bg-alpha,1))!important}.content-col .problem-section,.content-col .pdf-section,.content-col .cta-section,.content-col .stats-bar{position:relative;background:rgba(15, 23, 42, var(--mobile-bg-alpha,1))!important}.content-col .problem-section:before,.content-col .pdf-section:before,.content-col .cta-section:before,.content-col .stats-bar:before{content:"";z-index:-1;pointer-events:none;background:linear-gradient(#0f172a73 0%,#0f172a00 100%);width:100%;height:100%;position:absolute;top:0;left:0}.content-col .features-section{background:rgba(239, 246, 255, var(--mobile-bg-alpha,1))!important}.content-col .reviews-section{background:rgba(241, 237, 231, var(--mobile-bg-alpha,1))!important}}.mobile-canvas{display:none!important}.hero-copy-only{max-width:540px;margin:0 auto;padding:6rem 1.25rem 4rem;position:relative}@media (width<=899px){.hero-copy-only{padding-top:60vh}.hero-copy-only:before{content:"";z-index:-1;pointer-events:none;background:radial-gradient(circle,#ffffffb3 0%,#fff3 50%,#0000 80%);width:140%;height:140%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}}@media (width>=900px){.hero-copy-only{padding-top:6rem;padding-bottom:4rem}.content-col .section{padding-left:0;padding-right:0}}.pdf-section .section-tag{color:#f87171;background:#f8717114;border-color:#f871714d}.pdf-section h2,.pdf-section h2 span{color:var(--text-on-dark)}.pdf-section .pdf-subtitle{color:#f8fafcbf}.pdf-section .pdf-subtitle strong{color:var(--text-on-dark)}.modal-backdrop{-webkit-backdrop-filter:blur(4px);z-index:900;background:#0f172a8c;position:fixed;inset:0}.checkout-modal{background:var(--bg-color);z-index:901;flex-direction:column;width:100%;max-width:480px;display:flex;position:fixed;top:0;bottom:0;right:0;overflow-y:auto;box-shadow:-12px 0 60px #0f172a2e}.checkout-header{border-bottom:1px solid var(--border);background:var(--bg-color);z-index:10;justify-content:space-between;align-items:flex-start;gap:1rem;padding:1.5rem 1.5rem 1.25rem;display:flex;position:sticky;top:0}.checkout-title{color:var(--text-primary);margin:0 0 .2rem;font-size:1.2rem;font-weight:800}.checkout-subtitle{color:var(--text-secondary);margin:0;font-size:.9rem}.checkout-subtitle strong{color:var(--brand);font-size:1.05rem}.checkout-close{cursor:pointer;color:var(--text-secondary);border-radius:var(--radius-sm);transition:var(--transition);background:0 0;border:none;flex-shrink:0;padding:.25rem}.checkout-close:hover{background:var(--bg-alt);color:var(--text-primary)}.checkout-form{flex-direction:column;flex:1;gap:1rem;padding:1.5rem;display:flex}.checkout-section-label{text-transform:uppercase;letter-spacing:.12em;color:var(--text-muted);margin-bottom:-.25rem;font-size:.7rem;font-weight:700}.form-row{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.form-field{flex-direction:column;gap:.35rem;display:flex}.form-field label{color:var(--text-secondary);font-size:.78rem;font-weight:600}.form-field input,.form-field select,.form-field .form-textarea{background:var(--bg-card);border:1.5px solid var(--border);border-radius:var(--radius-sm);color:var(--text-primary);transition:var(--transition);outline:none;min-height:44px;padding:.75rem 1rem;font-family:inherit;font-size:.95rem}.form-field input:focus,.form-field select:focus,.form-field .form-textarea:focus{border-color:var(--brand);box-shadow:0 0 0 3px #e845451a}.form-field select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%2394a3b8' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;padding-right:2.5rem}.form-textarea{resize:vertical;line-height:1.5}.checkout-trust{color:var(--text-muted);background:var(--bg-alt);border-radius:var(--radius-sm);border:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.74rem;font-weight:500;display:flex}.checkout-trust span{align-items:center;gap:.3rem;display:flex}.checkout-cta{justify-content:center;width:100%;font-size:1.05rem}.checkout-disclaimer{color:var(--text-muted);text-align:center;max-width:none;font-size:.72rem;line-height:1.5}.checkout-state{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:1rem;padding:3rem 2rem;display:flex}.checkout-state h3{color:var(--text-primary);margin:0;font-size:1.2rem}.checkout-state p{color:var(--text-secondary);max-width:280px}.coupon-toggle{cursor:pointer;color:var(--brand);transition:var(--transition);background:0 0;border:none;align-items:center;gap:.4rem;padding:0;font-family:inherit;font-size:.82rem;font-weight:600;display:flex}.coupon-toggle:hover{color:var(--brand-hover)}.thankyou-page{background:var(--bg-dark);z-index:1000;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0;overflow-y:auto}.thankyou-glow{pointer-events:none;filter:blur(40px);background:radial-gradient(circle,#e845451f 0%,#0000 70%);border-radius:50%;width:600px;height:400px;position:absolute;top:20%;left:50%;transform:translate(-50%)}.thankyou-card{border-radius:var(--radius-xl);text-align:center;background:#ffffff0a;border:1px solid #ffffff1a;flex-direction:column;gap:1.5rem;width:100%;max-width:520px;padding:2.5rem 2rem;display:flex;position:relative}@media (width>=640px){.thankyou-card{padding:3rem 3.5rem}}.thankyou-icon{justify-content:center;display:flex}.thankyou-greeting{color:var(--text-muted);margin-bottom:.5rem;font-size:.95rem}.thankyou-headline{color:var(--text-on-dark);margin:0 0 .75rem;font-size:clamp(1.6rem,5vw,2.4rem)}.thankyou-subtext{color:#f8fafca6;max-width:none;font-size:.95rem}.thankyou-details{border-radius:var(--radius-md);text-align:left;background:#ffffff0d;border:1px solid #ffffff14;flex-direction:column;gap:.75rem;padding:1.25rem 1.5rem;display:flex}.thankyou-detail-row{justify-content:space-between;align-items:center;gap:1rem;display:flex}.thankyou-detail-label{color:var(--text-muted);align-items:center;gap:.4rem;font-size:.8rem;display:flex}.thankyou-detail-value{color:var(--text-on-dark);font-size:.85rem;font-weight:600}.thankyou-mono{font-family:monospace;font-size:.75rem}.thankyou-steps{justify-content:space-between;gap:.5rem;display:flex}.thankyou-step{color:var(--text-muted);opacity:.5;flex-direction:column;flex:1;align-items:center;gap:.4rem;font-size:.68rem;display:flex}.thankyou-step.active{opacity:1;color:#4ade80}.thankyou-step-dot{font-size:1.3rem}.thankyou-support{color:var(--text-muted);justify-content:center;align-items:center;gap:.4rem;font-size:.8rem;display:flex}.thankyou-support strong{color:var(--text-on-dark)}.thankyou-btn{justify-content:center;width:100%}
