@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Instrument+Serif:ital@0;1&display=swap";:root{--bg-color:#f5f3ff;--bg-gradient:linear-gradient(135deg, #f5f3ff 0%, #e9d5ff 50%, #d8b4fe 100%);--bg-secondary:#e9e5e2;--bg-panel:#fff;--text-primary:#000;--text-secondary:#666;--border-color:#00000014;--accent-color:#7b4dff;--font-main:"Inter", sans-serif;--font-serif:"Instrument Serif", serif}*{box-sizing:border-box;scroll-behavior:smooth;margin:0;padding:0}html,body{max-width:100vw;overflow-x:hidden}body{background:var(--bg-gradient);color:var(--text-primary);font-family:var(--font-main);-webkit-font-smoothing:antialiased;background-attachment:fixed;min-height:100vh;font-size:.8rem;line-height:1.4;overflow-x:hidden}body:before{content:"";opacity:.06;pointer-events:none;z-index:9999;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");width:100%;height:100%;position:fixed;top:0;left:0}h1,h2,h3,h4{letter-spacing:-.04em;color:var(--text-primary);font-weight:800;line-height:1.1}.serif-italic{font-family:var(--font-serif);font-style:italic;font-weight:400}.highlight-purple{background-image:linear-gradient(90deg,#e9d5ff,#c084fc);background-position:0 88%;background-repeat:no-repeat;background-size:100% 35%;display:inline}.container{max-width:1100px;margin:0 auto;padding:0 1.5rem}.section{padding:3rem 0}.nav-pill-inner{grid-template-columns:1fr auto 1fr;align-items:center;width:100%;padding:.6rem .8rem .6rem 1.6rem;display:grid}.nav-links{justify-content:center;align-items:center;gap:.3rem;display:flex}.nav-actions{justify-content:flex-end;align-items:center;gap:.5rem;display:flex}.hamburger-btn{cursor:pointer;background:#000;border:none;border-radius:50%;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:4px;width:36px;height:36px;transition:transform .2s;display:none!important}.hamburger-line{background:#fff;border-radius:2px;width:14px;height:1.5px;display:block}.hamburger-btn:active{transform:scale(.95)}.logo-box{letter-spacing:.1rem;border:1.5px solid #000;padding:.2rem .6rem;font-size:1rem;font-weight:900}.nav-link{color:#000;opacity:.5;font-size:.95rem;font-weight:500;text-decoration:none;transition:opacity .3s}.nav-link:hover,.nav-link.active{opacity:1}.btn{cursor:pointer;border:none;border-radius:99px;justify-content:center;align-items:center;padding:.6rem 1.4rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex}.btn-primary{color:#fff;background:#000}.btn-primary:hover{background:#333;transform:scale(1.02)}.pill-cta{padding:1.2rem 2.8rem;font-size:1.1rem}.hero-editorial{grid-template-columns:1.6fr auto;justify-content:space-between;align-items:center;gap:8rem;min-height:calc(100vh - 6rem);padding-top:0;display:grid}.editorial-social-strip{gap:1.5rem;margin-bottom:3rem;display:flex}.social-icon-link{color:var(--text-primary);opacity:.3;justify-content:center;align-items:center;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.social-icon-link:hover{opacity:1;transform:translateY(-2px)scale(1.1)}.editorial-headline{letter-spacing:-.05em;margin-bottom:2rem;font-size:clamp(3.5rem,8vw,6.5rem);line-height:.9}.editorial-subtext{color:var(--text-secondary);max-width:550px;margin-bottom:3rem;font-size:1.2rem;line-height:1.5}.editorial-image-container{aspect-ratio:9/16;border-radius:36px;width:100%;max-width:520px;margin-left:auto;position:relative;overflow:hidden;box-shadow:0 40px 100px #0000001a}.editorial-img{object-fit:cover;width:100%;height:100%}.status-badge{text-transform:uppercase;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border-radius:99px;align-items:center;gap:.4rem;padding:.4rem .8rem;font-size:.65rem;font-weight:700;display:flex;position:absolute;top:1rem;right:1rem}.status-dot{background:#ff3b30;border-radius:50%;width:8px;height:8px;animation:2s infinite pulse}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.group-label{text-transform:uppercase;letter-spacing:.2rem;color:var(--text-secondary);align-items:center;gap:1rem;margin-bottom:2rem;font-size:.8rem;font-weight:850;display:flex}.group-label:after{content:"";background:#00000014;flex:1;height:1px}.video-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:750px;margin:0 auto;display:grid}.video-thumb-container{aspect-ratio:9/16;background:#e9e5e2;border-radius:24px;position:relative;overflow:hidden}.video-thumb{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1)}.video-card:hover .video-thumb{transform:scale(1.05)}.video-overlay{opacity:0;background:#0003;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .3s;display:flex;position:absolute;top:0;left:0}.video-card:hover .video-overlay{opacity:1}.play-button{border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:transform .3s cubic-bezier(.17,.67,.83,.67);display:flex;transform:scale(.8)}.video-card:hover .play-button{transform:scale(1)}.chatbot-card{background:#fff;border:1px solid #00000008;border-radius:20px;padding:1.8rem;transition:all .4s;box-shadow:0 10px 30px #00000005}.chatbot-card:hover{transform:translateY(-5px);box-shadow:0 40px 80px #0000000d}.card-header{align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.header-text{letter-spacing:.1em;text-transform:uppercase;opacity:.4;font-size:.75rem;font-weight:800}.cta-section-wrapper{margin-top:4rem}.big-rect-btn{color:#fff;text-transform:uppercase;letter-spacing:.1em;background:#000;border:1px solid #000;border-radius:14px;justify-content:center;align-items:center;gap:1rem;width:100%;padding:1.2rem;font-size:1.1rem;font-weight:850;text-decoration:none;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex}.big-rect-btn:hover{background:#222;transform:translateY(-5px);box-shadow:0 40px 100px #0000001a}.big-rect-btn.btn-purple{color:#000;background:#c084fc;border-color:#c084fc}.big-rect-btn.btn-purple:hover{background:#a855f7}.contact-form-container{background:var(--bg-panel);border:1px solid #0000000a;border-radius:50px;padding:5rem}.form-label{letter-spacing:.15em;opacity:.4;margin-bottom:1.5rem;font-size:.75rem;font-weight:800;display:block}.form-input{background:0 0;border:none;border-bottom:2px solid #0000000d;outline:none;font-size:1.25rem;font-weight:500;transition:border-color .3s}.form-input:focus{border-color:#000}@media (width<=1024px){.nav-content{padding:0 1.5rem}.hero-editorial{text-align:center;grid-template-columns:1fr;gap:4rem}.editorial-subtext{margin:0 auto 3rem}.editorial-social-strip{justify-content:center}.video-grid{grid-template-columns:repeat(2,1fr)}.editorial-image-container{max-width:440px;margin:0 auto}}@media (width<=640px){.video-grid{grid-template-columns:1fr}.editorial-headline{font-size:4rem}.contact-form-container{padding:3rem 2rem}}.bento-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-auto-rows:minmax(350px,auto);gap:2.5rem;margin-top:4rem;display:grid}.bento-card{background:#fff;border:1px solid #00000008;border-radius:40px;flex-direction:column;padding:2.5rem;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden;box-shadow:0 20px 60px #00000005}.bento-card:hover{transform:translateY(-8px);box-shadow:0 40px 100px #0000000d}.bento-card.large,.bento-card.wide{grid-column:span 2}.project-thumb{object-fit:cover;width:calc(100% + 5rem);height:60%;margin:-2.5rem -2.5rem 2rem}.project-tags{flex-wrap:wrap;gap:.6rem;margin-top:auto;display:flex}.project-tag{text-transform:uppercase;letter-spacing:.05em;color:#000;opacity:.5;background:#f7f7f7;border-radius:99px;padding:.4rem 1rem;font-size:.7rem;font-weight:800}@media (width<=1024px){.bento-card.large,.bento-card.wide{grid-column:span 1}}@media (width<=768px){.container{padding:0 1.2rem}.section{padding:2rem 0}.nav-links,.nav-cta-desktop{display:none!important}.hamburger-btn{display:flex!important}.nav-pill-inner{justify-content:space-between!important;align-items:center!important;padding:.5rem .5rem .5rem 1.2rem!important;display:flex!important}.hero-editorial{text-align:center;grid-template-columns:1fr;gap:2.5rem;min-height:auto;padding-top:2rem}.editorial-headline{font-size:clamp(2.4rem,10vw,3.5rem)}.editorial-social-strip{justify-content:center}.editorial-subtext{margin:0 auto 2rem}.editorial-image-container{max-width:100%;margin:0 auto}.bento-grid{gap:1.2rem;margin-top:2rem;padding:0 1.5rem;grid-template-columns:1fr!important}.bento-card.large,.bento-card.wide{grid-column:span 1!important}.bento-card{border-radius:24px;min-height:auto!important;padding:2rem!important}.video-grid{justify-items:center;gap:2.5rem;grid-template-columns:1fr!important}.video-thumb-container{width:calc(100% - 3rem);max-width:320px;margin:0 auto;aspect-ratio:9/16!important;height:auto!important}.chatbot-card{padding:2rem!important}.big-rect-btn{padding:1.2rem 1.5rem!important;font-size:.85rem!important}.contact-form-container{border-radius:28px;padding:2rem 1.5rem}.mobile-center{text-align:center!important;justify-content:center!important;align-items:center!important}.mobile-center-parent{text-align:center!important;flex-direction:column!important;align-items:center!important;display:flex!important}.mobile-pretitle{letter-spacing:.15em!important;font-size:.65rem!important}.page-container{padding:0 1rem;overflow-x:hidden}.performance-section{border-radius:24px!important;margin:2rem auto!important;padding:3rem 1.5rem!important}.pricing-bento{grid-template-columns:1fr!important}.flow-container{border-radius:20px!important;padding:2rem 1.5rem!important}.flow-step{flex-direction:column!important;gap:1rem!important}.flow-features-grid{grid-template-columns:1fr!important}}@media (width<=480px){h1,.editorial-headline{letter-spacing:-.03em}.section{padding:1.5rem 0}.hero-editorial{gap:2rem;padding-top:1rem}.bento-card{border-radius:20px;padding:1.5rem!important}.project-card-grid{grid-template-columns:1fr!important}.footer-grid{grid-template-columns:1fr 1fr!important;gap:2rem!important}.container{padding:0 1.25rem}.stats-grid{grid-template-columns:repeat(2,1fr)!important}}@media (width<=768px){.hide-on-mobile{display:none!important}[style*=grid-template-columns][style*="420px"]{grid-template-columns:1fr!important}[style*="justify-content: space-between"][style*="align-items: flex-end"]{flex-direction:column;align-items:flex-start!important;gap:1.5rem!important}[style*="padding: 6rem 3rem"]{border-radius:28px!important;margin:2rem auto!important;padding:4rem 1.5rem!important}[style*="width: 40px"]{width:20px!important}[style*="grid-template-columns: 1fr 380px"]{grid-template-columns:1fr!important}[style*=minmax\(300px]{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))!important}[style*="grid-template-columns: 1fr 1fr"]{grid-template-columns:1fr!important}[style*="grid-template-columns: 1fr 1fr 1fr 1fr"]{grid-template-columns:1fr 1fr!important;gap:2rem!important}[style*="grid-template-columns: 1fr 420px"],[style*="grid-template-columns: 420px 1fr"]{grid-template-columns:1fr!important}[style*="order: 1"]{order:0!important}[style*="grid-column: span 2"]{grid-column:span 1!important}.page-container{padding-top:1rem}[style*=clamp\(3rem],[style*="clamp(3.5rem"]{font-size:clamp(2.2rem,8vw,3.5rem)!important}}@media (width<=480px){[style*="grid-template-columns: 1fr 1fr 1fr 1fr"],[style*="grid-template-columns: 1fr 1fr"]{grid-template-columns:1fr!important}[style*="padding: 0px 1.5rem"]{padding:0 .8rem}[style*="grid-template-columns: repeat(auto-fit, minmax(330px"]{grid-template-columns:1fr!important}}@media (width<=360px){.container{padding:0 .8rem!important}.section{padding:1.2rem 0!important}h1{font-size:clamp(1.8rem,9vw,2.5rem)!important;line-height:1!important}h2{font-size:clamp(1.4rem,7vw,2rem)!important}h3{font-size:clamp(1.1rem,5vw,1.4rem)!important}[style*="maxWidth: '900px'"]{max-width:100%!important}[style*="padding: '0 1.5rem'"]{padding:0 .5rem!important}.hamburger-btn{display:flex!important}.nav-links{display:none!important}.serif-italic{font-size:1.1rem!important}.hero-editorial{gap:1.5rem!important;min-height:auto!important;padding-top:6.5rem!important}.editorial-headline{font-size:clamp(2rem,10vw,2.8rem)!important}.editorial-subtext{font-size:.85rem!important}.bento-card,.chatbot-card{border-radius:16px!important;padding:1.2rem!important}.bento-grid,.video-grid{grid-template-columns:1fr!important;gap:.8rem!important}[style*="gridTemplateColumns: 'repeat(4, 1fr)'"]{grid-template-columns:repeat(2,1fr)!important}[style*="gridTemplateColumns: '1fr 1fr 1fr 1fr'"],[style*="gridTemplateColumns: '1fr 1fr'"]{grid-template-columns:1fr!important;gap:1.5rem!important}[style*="gridTemplateColumns: '1fr 420px'"],[style*="gridTemplateColumns: '420px 1fr'"],[style*="gridTemplateColumns: '1fr 380px'"],[style*="gridTemplateColumns: '1fr 1fr'"]{grid-template-columns:1fr!important}.video-thumb-container{height:240px!important}.contact-form-container{border-radius:20px!important;padding:1.2rem!important}.btn{padding:.8rem 1.5rem!important;font-size:.8rem!important}.big-rect-btn{padding:1rem 1.2rem!important;font-size:.75rem!important}.pill-cta{padding:.9rem 2rem!important;font-size:.9rem!important}.page-container{padding-bottom:2rem!important}[style*="clamp(3rem, 8vw"]{font-size:clamp(1.8rem,10vw,2.6rem)!important}[style*="gridTemplateColumns: '1fr 1fr'"]{grid-template-columns:1fr!important}[style*="padding: '6rem 3rem'"]{padding:3rem 1.2rem!important}[style*="borderRadius: '40px'"],[style*="borderRadius: '36px'"],[style*="borderRadius: '32px'"]{border-radius:20px!important}}.video-marquee-container{background:0 0;width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding:1rem 0;display:flex;position:relative;overflow:hidden}.video-marquee-container:before,.video-marquee-container:after{content:"";z-index:2;pointer-events:none;width:100px;height:100%;position:absolute;top:0}.video-marquee-container:before{background:linear-gradient(to right, var(--bg-color), transparent);left:0}.video-marquee-container:after{background:linear-gradient(to left, var(--bg-color), transparent);right:0}.marquee-track{gap:1.5rem;width:max-content;padding-left:1.5rem;animation:45s linear infinite marquee-scroll;display:flex}.marquee-track:hover{animation-play-state:paused}.marquee-item{background:#111;border-radius:16px;flex-shrink:0;width:240px;height:426px;transition:transform .3s;overflow:hidden;box-shadow:0 10px 30px #0000001a}.marquee-item:hover{z-index:10;transform:scale(1.02)}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(calc(-50% - .75rem))}}@media (width<=768px){.marquee-item{width:180px;height:320px}.marquee-track{gap:1rem;animation-duration:30s}.video-marquee-container:before,.video-marquee-container:after{width:40px}}@media (width<=480px){.marquee-item{width:150px;height:266px}.marquee-track{gap:.8rem;animation-duration:25s}.video-marquee-container{padding:0}.hero-marquee-wrapper{margin-top:1rem!important;margin-bottom:3rem!important}}.pricing-card-wrapper{color:#000;text-align:left;z-index:1;background:#fff;border:1px solid #0000000d;border-radius:20px;flex-direction:column;padding:2.5rem 2rem;transition:transform .3s;display:flex;position:relative;box-shadow:0 20px 40px #00000014}.pricing-card-wrapper.special{z-index:10;border:2px solid #4f46e5;transform:scale(1.04)}.pricing-price-text{letter-spacing:-.04em;color:#000;font-size:3.5rem;font-weight:800;line-height:1}@media (width<=900px){.pricing-bento{grid-template-columns:1fr!important;max-width:400px!important}.pricing-card-wrapper.special{z-index:1;transform:scale(1)}}@media (width<=480px){.pricing-card-wrapper{padding:2rem 1.5rem}.pricing-price-text{font-size:3rem}}.offer-page .vsl-modal-backdrop{z-index:99999;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#000000e0;justify-content:center;align-items:center;animation:.25s fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.offer-page .vsl-modal{aspect-ratio:16/9;background:#000;width:min(900px,95vw);position:relative;box-shadow:0 30px 80px #000c}.offer-page .vsl-modal iframe{border:none;width:100%;height:100%;position:absolute;inset:0}.offer-page .vsl-close{color:#fff;cursor:pointer;opacity:.7;z-index:10;background:0 0;border:none;padding:4px 8px;font-family:Inter,sans-serif;font-size:28px;line-height:1;transition:opacity .2s;position:absolute;top:-44px;right:0}.offer-page .vsl-close:hover{opacity:1}.offer-page .vsl-modal-backdrop p{color:#fff6;white-space:nowrap;font-family:Inter,sans-serif;font-size:12px;position:absolute;bottom:20px;left:50%;transform:translate(-50%)}.offer-page *{box-sizing:border-box;margin:0;padding:0}.offer-page{color:#161616;z-index:10000;background:#f7f4ee;min-height:100vh;font-family:Inter,sans-serif;position:relative;overflow-x:hidden}.offer-page a{color:inherit;text-decoration:none}.offer-page .container{width:min(980px,92%);margin:auto}.offer-page section{padding:90px 0}.offer-page{--primary:#ff6b35;--primary-dark:#e55625;--yellow:#ffe066;--dark:#161616;--soft:#666;--line:#d9d5cf;--white:#fff;--green:#14b86a}.offer-page .top-bar{text-align:center;border-bottom:3px solid var(--primary);background:#161616;padding:12px 20px}.offer-page .top-bar span{background:var(--primary);letter-spacing:1px;color:#fff;margin-right:10px;padding:5px 10px;font-size:11px;font-weight:800}.offer-page .top-bar p{color:#fff;letter-spacing:.5px;text-transform:uppercase;font-size:12px;font-weight:700;display:inline}.offer-page .hero{text-align:center;align-items:center;min-height:100vh;padding-top:40px;padding-bottom:50px;display:flex}.offer-page .hero .container{max-width:900px}.offer-page .label{border:2px solid var(--primary);letter-spacing:3px;text-transform:uppercase;background:#fff;margin-bottom:22px;padding:8px 16px;font-size:10px;font-weight:800;display:inline-block}.offer-page .hero h1{letter-spacing:-3px;max-width:850px;margin:auto;font-size:clamp(40px,5vw,64px);font-weight:900;line-height:1}.offer-page .highlight{background:var(--yellow);border:3px solid #111;margin-top:6px;padding:2px 12px;display:inline-block}.offer-page .subheadline{color:var(--soft);max-width:760px;margin:24px auto;font-size:20px;font-weight:500;line-height:1.6}.offer-page .subheadline strong{color:#111}.offer-page .benefits{flex-wrap:wrap;justify-content:center;gap:24px;margin-top:22px;margin-bottom:30px;display:flex}.offer-page .benefit{color:var(--soft);align-items:center;gap:8px;font-size:13px;font-weight:700;display:flex}.offer-page .benefit:before{content:"✓";background:var(--green);color:#fff;border-radius:999px;justify-content:center;align-items:center;width:20px;height:20px;font-size:10px;font-weight:800;display:flex}.offer-page .vsl-wrapper{background:#fff;border:5px solid #161616;max-width:720px;margin:auto;overflow:hidden;box-shadow:8px 8px #161616}.offer-page .vsl{color:#fff;background:#161616;justify-content:center;align-items:center;width:100%;height:360px;font-size:28px;font-weight:800;display:flex}.offer-page .vsl-thumbnail{cursor:pointer;position:relative;overflow:hidden}.offer-page .vsl-cover{object-fit:cover;width:100%;height:360px;transition:transform .4s;display:block}.offer-page .vsl-thumbnail:hover .vsl-cover{transform:scale(1.03)}.offer-page .vsl-play-btn{background:#00000040;justify-content:center;align-items:center;transition:background .3s;display:flex;position:absolute;inset:0}.offer-page .vsl-thumbnail:hover .vsl-play-btn{background:#0006}.offer-page .vsl-play-btn svg{filter:drop-shadow(0 4px 20px #00000080);transition:transform .3s}.offer-page .vsl-thumbnail:hover .vsl-play-btn svg{transform:scale(1.1)}.offer-page .cta-wrap{text-align:center;margin-top:28px}.offer-page .cta-btn{background:var(--primary);color:#fff;text-transform:uppercase;border:3px solid var(--primary-dark);justify-content:center;align-items:center;padding:16px 30px;font-size:20px;font-weight:900;line-height:1.1;transition:all .2s;display:inline-flex;box-shadow:0 4px #c9471d}.offer-page .cta-btn:hover{transform:translateY(-3px)}.offer-page .small-btn{background:var(--primary);color:#fff;text-transform:uppercase;border:3px solid var(--primary-dark);padding:14px 24px;font-size:14px;font-weight:800;display:inline-flex}.offer-page .secure{color:#666;margin-top:14px;font-size:12px;font-weight:600}.offer-page .section{border-top:2px solid var(--line);border-bottom:2px solid var(--line);background:#fff}.offer-page .section-title{text-align:center;margin-bottom:70px}.offer-page .section-title h2{letter-spacing:-3px;margin-bottom:22px;font-size:56px;font-weight:900;line-height:1}.offer-page .section-title p{color:var(--soft);max-width:850px;margin:auto;font-size:20px;line-height:1.8}.offer-page .problem-grid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.offer-page .problem{border:2px solid var(--line);background:#fffdf8;padding:35px}.offer-page .problem h3{margin-bottom:14px;font-size:28px;font-weight:900}.offer-page .problem p{color:var(--soft);font-size:17px;line-height:1.8}.offer-page .big-copy{text-align:center;max-width:900px;margin:auto}.offer-page .big-copy h2{letter-spacing:-4px;margin-bottom:28px;font-size:72px;font-weight:900;line-height:.95}.offer-page .big-copy p{color:var(--soft);font-size:22px;line-height:1.8}.offer-page .stack{gap:80px;margin-top:80px;display:grid}.offer-page .stack-box{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.offer-page .stack-content h3{letter-spacing:-3px;margin-bottom:20px;font-size:54px;font-weight:900;line-height:1}.offer-page .stack-content p{color:var(--soft);margin-bottom:28px;font-size:19px;line-height:1.9}.offer-page .stack-image{color:#fff;background:#161616;border:5px solid #161616;justify-content:center;align-items:center;height:380px;font-size:28px;font-weight:800;display:flex;box-shadow:10px 10px #161616}.offer-page .ads-mock{background:#fff;border:4px solid #161616;flex-direction:column;min-height:380px;font-family:Inter,sans-serif;display:flex;overflow:hidden;box-shadow:8px 8px #161616}.offer-page .ads-topbar{background:#161616;justify-content:space-between;align-items:center;padding:12px 18px;display:flex}.offer-page .ads-platform{gap:8px;display:flex}.offer-page .ads-logo{letter-spacing:.5px;border-radius:4px;padding:4px 10px;font-size:11px;font-weight:900}.offer-page .ads-logo--meta{color:#fff;background:#1877f2}.offer-page .ads-logo--google{color:#161616;background:#fff}.offer-page .ads-live{color:#14b86a;letter-spacing:1px;align-items:center;gap:6px;font-size:11px;font-weight:800;display:flex}.offer-page .ads-live-dot{background:#14b86a;border-radius:50%;width:8px;height:8px;animation:1.5s infinite pulse}.offer-page .ads-metrics{border-bottom:2px solid #f0f0f0;grid-template-columns:repeat(4,1fr);display:grid}.offer-page .ads-metric{text-align:center;border-right:1px solid #f0f0f0;padding:14px 12px}.offer-page .ads-metric:last-child{border-right:none}.offer-page .ads-metric-label{color:#999;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px;font-size:10px;font-weight:700}.offer-page .ads-metric-value{color:#161616;margin-bottom:3px;font-size:18px;font-weight:900}.offer-page .ads-metric-change{font-size:11px;font-weight:700}.offer-page .ads-up{color:#14b86a}.offer-page .ads-down{color:#ff6b35}.offer-page .ads-chart{flex:1;padding:14px 16px 8px}.offer-page .ads-chart-label{color:#999;text-transform:uppercase;letter-spacing:.5px;margin-bottom:10px;font-size:11px;font-weight:700}.offer-page .ads-bars{align-items:flex-end;gap:6px;height:100px;display:flex}.offer-page .ads-bar-wrap{flex-direction:column;flex:1;justify-content:flex-end;align-items:center;gap:4px;height:100%;display:flex}.offer-page .ads-bar{background:linear-gradient(#ffb347,#ff6b35);border-radius:3px 3px 0 0;width:100%;min-height:6px;transition:height .3s}.offer-page .ads-bar-day{color:#aaa;font-size:10px;font-weight:700}.offer-page .ads-footer{color:#666;background:#f8f8f8;border-top:2px solid #f0f0f0;padding:10px 16px;font-size:12px;font-weight:600}.offer-page .chatbot-mock{background:#fff;border:4px solid #161616;flex-direction:column;min-height:380px;font-family:Inter,sans-serif;display:flex;overflow:hidden;box-shadow:8px 8px #161616}.offer-page .chatbot-topbar{background:#161616;align-items:center;gap:10px;padding:14px 18px;display:flex}.offer-page .chatbot-dot{background:#14b86a;border-radius:50%;flex-shrink:0;width:10px;height:10px;animation:2s infinite pulse;box-shadow:0 0 0 3px #14b86a4d}.offer-page .chatbot-title{color:#fff;flex:1;font-size:14px;font-weight:800}.offer-page .chatbot-badge{color:#fff;letter-spacing:.5px;background:#ff6b35;padding:3px 8px;font-size:10px;font-weight:800}.offer-page .chatbot-body{background:#f8f8f8;flex-direction:column;flex:1;gap:12px;padding:16px;display:flex;overflow-y:auto}.offer-page .chatbot-msg{align-items:flex-start;gap:8px;display:flex}.offer-page .chatbot-msg--user{flex-direction:row-reverse}.offer-page .chatbot-avatar{color:#ff6b35;background:#161616;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:10px;font-weight:900;display:flex}.offer-page .chatbot-bubble{border-radius:12px;max-width:80%;padding:9px 13px;font-size:13px;line-height:1.5}.offer-page .chatbot-msg--bot .chatbot-bubble{color:#111;background:#fff;border:1px solid #e5e5e5;border-top-left-radius:2px}.offer-page .chatbot-msg--user .chatbot-bubble{color:#fff;background:#ff6b35;border-top-right-radius:2px}.offer-page .chatbot-input{background:#fff;border-top:2px solid #e5e5e5;align-items:center;gap:10px;padding:12px 16px;display:flex}.offer-page .chatbot-placeholder{color:#aaa;flex:1;font-size:13px}.offer-page .chatbot-send{color:#fff;cursor:pointer;background:#ff6b35;border:none;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:14px;display:flex}.offer-page .wa-mock{border:4px solid #161616;flex-direction:column;min-height:380px;font-family:Inter,sans-serif;display:flex;overflow:hidden;box-shadow:8px 8px #161616}.offer-page .wa-header{background:#075e54;align-items:center;gap:12px;padding:14px 18px;display:flex}.offer-page .wa-avatar{color:#fff;background:#25d366;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:13px;font-weight:900;display:flex}.offer-page .wa-name{color:#fff;font-size:15px;font-weight:700}.offer-page .wa-status{color:#a8d5a2;margin-top:2px;font-size:12px}.offer-page .wa-body{background:#e5ddd5 url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23c9c3bc' fill-opacity='0.15'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");flex-direction:column;flex:1;gap:10px;padding:16px 14px;display:flex;overflow-y:auto}.offer-page .wa-msg{flex-direction:column;max-width:78%;display:flex}.offer-page .wa-msg--bot{align-self:flex-start}.offer-page .wa-msg--lead{align-self:flex-end}.offer-page .wa-bubble{word-break:break-word;border-radius:8px;padding:9px 13px;font-size:13px;line-height:1.5}.offer-page .wa-msg--bot .wa-bubble{color:#111;background:#fff;border-top-left-radius:0}.offer-page .wa-msg--lead .wa-bubble{color:#111;background:#dcf8c6;border-top-right-radius:0}.offer-page .wa-time{color:#888;margin-top:3px;font-size:10px}.offer-page .wa-msg--lead .wa-time{text-align:right}.offer-page .funnel-diagram{background:#f7f4ee;border:4px solid #161616;flex-direction:column;justify-content:center;align-items:center;gap:0;min-height:380px;padding:32px 24px;display:flex;box-shadow:8px 8px #161616}.offer-page .funnel-row{flex-direction:column;align-items:center;width:100%;display:flex}.offer-page .funnel-bar{border-radius:4px;justify-content:center;align-items:center;gap:10px;padding:12px 16px;transition:width .3s;display:flex}.offer-page .funnel-icon{flex-shrink:0;font-size:18px}.offer-page .funnel-label{color:#fff;letter-spacing:1px;text-align:center;font-size:12px;font-weight:800}.offer-page .funnel-stat{color:#666;letter-spacing:.5px;margin-top:5px;font-size:12px;font-weight:700}.offer-page .funnel-arrow{color:#ff6b35;margin:4px 0;font-size:18px;line-height:1}.offer-page .stack-videos{grid-template-columns:1fr 1fr;align-items:start;gap:14px;display:grid}.offer-page .stack-video-wrap{aspect-ratio:9/16;background:#000;border:3px solid #161616;max-height:420px;overflow:hidden;box-shadow:5px 5px #161616}.offer-page .stack-video-wrap iframe{border:none;width:100%;height:100%;display:block}.offer-page .results{grid-template-columns:repeat(3,1fr);gap:24px;margin-top:60px;display:grid}.offer-page .result{border:2px solid var(--line);text-align:center;background:#fffdf8;padding:40px}.offer-page .result h3{color:var(--primary);margin-bottom:12px;font-size:56px;font-weight:900}.offer-page .result p{color:var(--soft);font-size:18px;line-height:1.7}.offer-page .offer-box{color:#fff;background:#161616;padding:80px}.offer-page .offer-box h2{letter-spacing:-4px;color:#fff;margin-bottom:30px;font-size:72px;font-weight:900;line-height:.95}.offer-page .offer-box p{color:#cfcfcf;font-size:22px;line-height:1.8}.offer-page .offer-list{grid-template-columns:repeat(2,1fr);gap:20px;margin-top:45px;display:grid}.offer-page .offer-item{align-items:center;gap:14px;font-size:19px;font-weight:700;display:flex}.offer-page .offer-item:before{content:"✓";background:var(--green);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:14px;font-weight:900;display:flex}.offer-page .faq{border-bottom:2px solid var(--line);cursor:pointer;padding:28px 0}.offer-page .faq-question{justify-content:space-between;align-items:center;display:flex}.offer-page .faq-question h3{font-size:28px;font-weight:800}.offer-page .faq-answer{max-height:0;transition:all .4s;overflow:hidden}.offer-page .faq-answer p{color:var(--soft);padding-top:20px;font-size:18px;line-height:1.8}.offer-page .faq.active .faq-answer{max-height:300px}.offer-page .final{text-align:center;padding:120px 0}.offer-page .final h2{letter-spacing:-5px;margin-bottom:30px;font-size:96px;font-weight:900;line-height:.9}.offer-page .final p{max-width:900px;color:var(--soft);margin:auto auto 45px;font-size:24px;line-height:1.8}.offer-page .calendar-embed-wrap{background:#fff;border:5px solid #161616;max-width:800px;margin:50px auto 40px;overflow:hidden;box-shadow:8px 8px #161616}.offer-page .calendar-embed-wrap iframe{border:none;width:100%;min-height:600px;display:block}.offer-page .offer-footer{color:#fff;background:#0e0e0e;border-top:3px solid #ff6b35;padding:70px 0 0}.offer-page .offer-footer-grid{border-bottom:1px solid #ffffff14;grid-template-columns:1.6fr 1fr 1fr;gap:60px;padding-bottom:60px;display:grid}.offer-page .offer-footer-logo{letter-spacing:-1.5px;color:#fff;margin-bottom:16px;font-size:28px;font-weight:900}.offer-page .offer-footer-tagline{color:#999;margin-bottom:24px;font-size:15px;line-height:1.8}.offer-page .offer-footer-socials{gap:14px;display:flex}.offer-page .offer-footer-socials a{color:#aaa;border:1.5px solid #ffffff26;border-radius:8px;justify-content:center;align-items:center;width:38px;height:38px;transition:all .2s;display:flex}.offer-page .offer-footer-socials a:hover{color:#ff6b35;background:#ff6b3514;border-color:#ff6b35}.offer-page .offer-footer-heading{letter-spacing:2px;text-transform:uppercase;color:#ff6b35;margin-bottom:20px;font-size:11px;font-weight:900}.offer-page .offer-footer-links{gap:12px;list-style:none;display:grid}.offer-page .offer-footer-links li{color:#999;font-size:14px;font-weight:500;transition:color .2s}.offer-page .offer-footer-links a{color:#999;text-decoration:none;transition:color .2s}.offer-page .offer-footer-links a:hover,.offer-page .offer-footer-links li:hover{color:#fff}.offer-page .offer-footer-bottom{color:#555;justify-content:space-between;align-items:center;padding:22px 0;font-size:13px;font-weight:600;display:flex}@media (width<=900px){.offer-page .offer-footer-grid{grid-template-columns:1fr;gap:40px}.offer-page .offer-footer-bottom{text-align:center;flex-direction:column;gap:8px}}.offer-page .calc-grid{grid-template-columns:1.3fr .7fr;align-items:start;gap:40px;display:grid}.offer-page .calc-services{gap:10px;display:grid}.offer-page .calc-row{cursor:pointer;-webkit-user-select:none;user-select:none;background:#ffffff0a;border:1.5px solid #ffffff14;align-items:center;gap:16px;padding:18px 20px;transition:all .2s;display:flex}.offer-page .calc-row:hover{background:#ff6b350f;border-color:#ff6b3566}.offer-page .calc-row--active{background:#ff6b351a!important;border-color:#ff6b35!important}.offer-page .calc-check{color:#ff6b35;border:2px solid #ffffff4d;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;font-size:14px;font-weight:900;transition:all .2s;display:flex}.offer-page .calc-row--active .calc-check{color:#fff;background:#ff6b35;border-color:#ff6b35}.offer-page .calc-info{flex:1}.offer-page .calc-label{color:#fff;margin-bottom:3px;font-size:16px;font-weight:700}.offer-page .calc-price-tag{color:#aaa;font-size:13px;font-weight:600}.offer-page .calc-qty{background:#ffffff14;border-radius:4px;align-items:center;gap:10px;padding:6px 12px;display:flex}.offer-page .calc-qty button{color:#ff6b35;cursor:pointer;background:0 0;border:none;padding:0 4px;font-size:20px;font-weight:900;line-height:1}.offer-page .calc-qty span{color:#fff;text-align:center;min-width:18px;font-size:16px;font-weight:800}.offer-page .calc-subtotal{color:#ff6b35;white-space:nowrap;font-size:15px;font-weight:800}.offer-page .calc-card{color:#111;background:#fff;padding:32px;position:sticky;top:40px}.offer-page .calc-card-title{letter-spacing:2px;color:#999;margin-bottom:16px;font-size:11px;font-weight:900}.offer-page .calc-empty{color:#aaa;text-align:center;padding:30px 0;font-size:16px;font-weight:600}.offer-page .calc-original{color:#bbb;margin-bottom:4px;font-size:22px;font-weight:700;text-decoration:line-through}.offer-page .calc-total{letter-spacing:-3px;color:#ff6b35;margin-bottom:8px;font-size:64px;font-weight:900;line-height:1;transition:all .3s}.offer-page .calc-saved{color:#14b86a;background:#e8fff3;border:1px solid #b3f0d1;margin-bottom:20px;padding:8px 12px;font-size:13px;font-weight:800}.offer-page .calc-breakdown{border-top:1px solid #f0f0f0;gap:8px;margin-bottom:24px;padding-top:16px;display:grid}.offer-page .calc-line{color:#555;justify-content:space-between;font-size:13px;font-weight:600;display:flex}.offer-page .calc-line--discount{color:#14b86a;font-weight:800}.offer-page .pricing-btn--disabled{box-shadow:none!important;cursor:not-allowed!important;background:#999!important;border-color:#888!important}.offer-page .calc-discount-note{color:#ff6b35;font-weight:800}.offer-page .calc-bundle-banner{color:#ff6b35;text-align:center;background:#ff6b351f;border:1.5px solid #ff6b35;margin-top:30px;padding:16px 24px;font-size:15px;font-weight:700}.offer-page .calc-form{gap:10px;margin-bottom:14px;display:grid}.offer-page .calc-input{color:#111;border:2px solid #e5e5e5;outline:none;width:100%;padding:12px 14px;font-family:Inter,sans-serif;font-size:14px;font-weight:600;transition:border-color .2s}.offer-page .calc-input:focus{border-color:#ff6b35}.offer-page .calc-success{color:#0a7a40;text-align:center;background:#e8fff3;border:2px solid #14b86a;margin-bottom:14px;padding:20px 16px;font-size:15px;font-weight:800}.offer-page .pricing-section{border-top:2px solid var(--line);border-bottom:2px solid var(--line);background:#fff;padding:100px 0}.offer-page .pricing-box{color:#fff;background:#161616;border:4px solid #111;padding:70px;box-shadow:12px 12px #111}.offer-page .pricing-tag{letter-spacing:2px;color:#fff;background:#ff6b35;margin-bottom:24px;padding:8px 16px;font-size:11px;font-weight:800;display:inline-block}.offer-page .pricing-box h2{letter-spacing:-4px;color:#fff;margin-bottom:25px;font-size:68px;font-weight:900;line-height:.95}.offer-page .pricing-sub{color:#cfcfcf;max-width:850px;margin-bottom:55px;font-size:21px;line-height:1.8}.offer-page .pricing-grid{grid-template-columns:1.2fr .8fr;align-items:start;gap:50px;display:grid}.offer-page .pricing-left{gap:20px;display:grid}.offer-page .pricing-item{background:#ffffff0a;border:1px solid #ffffff14;align-items:flex-start;gap:18px;padding:24px;display:flex}.offer-page .pricing-item span{color:#fff;background:#16c172;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:14px;font-weight:900;display:flex}.offer-page .pricing-item h3{color:#fff;margin-bottom:8px;font-size:24px;font-weight:800}.offer-page .pricing-item p{color:#cfcfcf;font-size:16px;line-height:1.8}.offer-page .pricing-card{color:#111;background:#fff;padding:40px;position:sticky;top:40px}.offer-page .strike-price{color:#777;margin-bottom:10px;font-size:28px;font-weight:700;text-decoration:line-through}.offer-page .main-price{letter-spacing:-4px;color:#ff6b35;margin-bottom:10px;font-size:82px;font-weight:900;line-height:1}.offer-page .price-note{color:#111;margin-bottom:30px;font-size:18px;font-weight:700}.offer-page .bonus-box{background:#fff5ef;border:2px solid #ffd5c5;margin-bottom:30px;padding:24px}.offer-page .bonus-box h4{color:#111;margin-bottom:16px;font-size:18px;font-weight:900}.offer-page .bonus-box ul{gap:10px;padding-left:18px;display:grid}.offer-page .bonus-box li{color:#333;font-size:15px;line-height:1.7}.offer-page .pricing-btn{color:#fff;text-transform:uppercase;background:#ff6b35;border:3px solid #e55625;justify-content:center;align-items:center;width:100%;padding:18px;font-size:18px;font-weight:900;text-decoration:none;display:flex;box-shadow:0 4px #c9471d}.offer-page .secure-line{text-align:center;color:#777;margin-top:14px;font-size:13px;font-weight:600}@media (width<=900px){.offer-page .problem-grid,.offer-page .stack-box,.offer-page .results,.offer-page .offer-list{grid-template-columns:1fr}.offer-page .hero h1,.offer-page .big-copy h2,.offer-page .offer-box h2,.offer-page .final h2{letter-spacing:-2px}.offer-page .vsl{height:220px;font-size:22px}.offer-page .cta-btn{width:100%;padding:14px 20px;font-size:16px}.offer-page .section-title h2{font-size:40px}.offer-page .big-copy h2{font-size:48px}.offer-page .stack-content h3{font-size:40px}.offer-page .offer-box{padding:45px 30px}.offer-page .offer-box h2{font-size:46px}.offer-page .final h2{font-size:54px}.offer-page .stack-image{height:260px}.offer-page .pricing-grid{grid-template-columns:1fr}.offer-page .pricing-box{padding:40px 25px}.offer-page .main-price{font-size:62px}.offer-page .calc-grid{grid-template-columns:1fr;gap:24px}.offer-page .calc-card{order:2;position:static}.offer-page .calc-services{order:1}.offer-page .calc-total{letter-spacing:-2px;font-size:44px}.offer-page .pricing-box h2{letter-spacing:-2px;font-size:38px}.offer-page .calc-row{flex-wrap:wrap;gap:10px 12px;padding:14px}.offer-page .calc-info{flex:1;min-width:0}.offer-page .calc-label{white-space:normal;word-break:break-word;font-size:14px}.offer-page .calc-qty,.offer-page .calc-subtotal{margin-left:38px}.offer-page .pricing-section{padding:60px 0}.offer-page .pricing-sub{margin-bottom:36px;font-size:16px}.offer-page .calc-bundle-banner{padding:12px 16px;font-size:13px}}@media (width<=480px){.offer-page .pricing-box{padding:28px 16px}.offer-page .pricing-box h2{letter-spacing:-1px;font-size:30px}.offer-page .calc-total{letter-spacing:-1px;font-size:36px}.offer-page .calc-card{padding:20px 16px}.offer-page .calc-row{padding:12px 10px}.offer-page .calc-qty,.offer-page .calc-subtotal{margin-left:34px}.offer-page .pricing-sub{font-size:14px}}.app-container{background-color:var(--bg-color);flex-direction:column;min-height:100vh;display:flex}.main-content{z-index:2;flex-grow:1;padding-top:6rem;position:relative}.bg-wrapper{z-index:0;pointer-events:none;background:var(--bg-color);width:100%;height:100%;position:fixed;top:0;left:0}.bg-shape{filter:blur(140px);opacity:.1;border-radius:50%;position:absolute}.bg-shape-1{background:#e0d9d5;width:40vw;height:40vw;top:-10vw;left:-10vw}.bg-shape-2{background:#e9e2de;width:30vw;height:30vw;bottom:-5vw;right:-5vw}@media (width<=768px){.menu-btn{cursor:pointer;color:#000;background:0 0;border:none;justify-content:center;align-items:center;display:flex!important}.nav-links{display:none}}.floating-whatsapp{color:#fff;z-index:1000;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;text-decoration:none;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 10px 25px #25d3664d}.floating-whatsapp:hover{transform:scale(1.1)rotate(5deg)}.page-container{padding-bottom:4rem}
