:root{--black: #0A0A0A;--black-rich: #0A0A0A;--black-soft: #1A1A1A;--black-card: #141414;--black-border: #2A2A2A;--black-hover: #1A1A1A;--gold: #9A948A;--gold-bright: #B5B0A8;--gold-dim: #6B6660;--gold-pale: rgba(154,148,138,.08);--gold-glow: rgba(154,148,138,.12);--white: #FFFFFF;--off-white: #F5F5F5;--text-bright: rgba(255,255,255,.92);--text-mid: rgba(255,255,255,.55);--text-dim: rgba(255,255,255,.28);--text-faint: rgba(255,255,255,.12);--serif: "Cinzel", Georgia, serif;--sans: "Plus Jakarta Sans", system-ui, sans-serif;--mono: "JetBrains Mono", monospace;--max: 1100px;--max-narrow: 740px;--ease: cubic-bezier(.25, .46, .45, .94);--ease-out: cubic-bezier(0, 0, .2, 1);--t-fast: .18s var(--ease);--t: .32s var(--ease);--t-slow: .6s var(--ease)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px;overflow-x:hidden}.site-fireflies{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:4;overflow:hidden;opacity:.82;mix-blend-mode:screen}.announcement-bar,#main-content,.site-footer{position:relative;z-index:3}.scroll-progress,.site-header,.sticky-cta{position:relative;z-index:8}.site-fireflies__dot{position:absolute;left:var(--x, 50%);top:var(--y, 50%);width:var(--size, 4px);height:var(--size, 4px);border-radius:50%;opacity:var(--alpha, .72);background:radial-gradient(circle,rgba(245,245,245,.15) 0%,rgba(245,245,245,.05) 60%,transparent 100%);box-shadow:none;animation:fireflyDrift var(--drift, 18s) ease-in-out infinite,fireflyPulse var(--pulse, 5.4s) ease-in-out infinite;animation-delay:var(--delay, 0s),calc(var(--delay, 0s) * .6);will-change:transform,opacity}body{font-family:var(--sans);background:var(--black);color:var(--text-bright);line-height:1.65;font-weight:300;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none}ul,ol{list-style:none}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.035'/%3E%3C/svg%3E");pointer-events:none;z-index:1000;opacity:.4}h1,h2,h3,h4{font-family:var(--serif);font-weight:400;line-height:1.08;letter-spacing:-.01em}.eyebrow{display:inline-flex;align-items:center;gap:12px;font-family:var(--sans);font-size:10px;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:#9a948a}.eyebrow:before{content:"";display:block;width:24px;height:1px;background:#9a948a;flex-shrink:0}.eyebrow--center:before{display:none}.container{width:100%;max-width:var(--max);margin:0 auto;padding:0 32px}.container--narrow{max-width:var(--max-narrow)}.gold-line{width:100%;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(0,124,248,.3) 30%,rgba(0,124,248,.3) 70%,transparent 100%);opacity:.25}.gold-line--full{opacity:.15}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;font-family:var(--sans);font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;padding:18px 40px;cursor:pointer;transition:var(--t);white-space:nowrap;position:relative;overflow:hidden}.btn--gold{background:#9a948a;color:var(--black);border:1px solid #9A948A;animation:btnPulse 2.8s ease-in-out infinite}.btn--gold:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(255,255,255,.15) 0%,transparent 60%);opacity:0;transition:opacity var(--t-fast)}.btn--gold:after{content:"";position:absolute;top:-3px;right:-3px;bottom:-3px;left:-3px;border-radius:inherit;background:linear-gradient(135deg,#9a948a,#b5b0a8,#9a948a);z-index:-1;filter:blur(12px);opacity:.35;animation:btnGlow 2.8s ease-in-out infinite}@keyframes btnPulse{0%,to{box-shadow:0 4px 20px #007cf814}50%{box-shadow:0 6px 32px #007cf826,0 0 60px #007cf80a}}@keyframes btnGlow{0%,to{opacity:.25}50%{opacity:.55}}.btn--gold:hover{background:#b5b0a8;border-color:#b5b0a8;transform:translateY(-2px) scale(1.02);box-shadow:0 12px 40px #007cf826,0 4px 12px #007cf817;animation:none}.btn--gold:hover:before{opacity:1}.btn--gold:hover:after{opacity:.7}.btn--gold-lg{padding:22px 56px;font-size:12px}.btn--outline{background:transparent;color:#9a948a;border:1px solid rgba(0,124,248,.12)}.btn--outline:hover{border-color:#9a948a;background:#9a948a12;box-shadow:0 0 24px #007cf814}.announcement-bar{background:var(--black-rich);border-bottom:1px solid var(--black-border);padding:11px 0;text-align:center;position:relative;overflow:hidden}.announcement-bar:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(0,124,248,.09),transparent)}.announcement-bar p{font-size:11px;font-weight:400;letter-spacing:.1em;color:var(--text-dim)}.announcement-bar strong{color:#9a948a;font-weight:600}.site-header{position:sticky;top:0;z-index:500;background:#05070bf7;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--black-border)}.site-header:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(0,124,248,.08),transparent)}.header-inner{display:flex;align-items:center;justify-content:space-between;height:72px;gap:24px}.header-logo{display:flex;flex-direction:column;gap:2px;text-decoration:none}.header-logo__brand{font-family:var(--sans);font-size:8px;font-weight:700;letter-spacing:.28em;text-transform:uppercase;color:#6b6660}.header-logo__name{font-family:var(--serif);font-size:21px;font-weight:400;color:var(--white);line-height:1;letter-spacing:.04em}.header-actions{display:flex;align-items:center;gap:20px}.cart-btn{position:relative;color:var(--text-mid);transition:color var(--t-fast);display:flex;align-items:center}.cart-btn:hover{color:#9a948a}.cart-count{position:absolute;top:-7px;right:-9px;width:16px;height:16px;background:#9a948a;color:var(--black);border-radius:50%;font-size:9px;font-weight:800;display:none;align-items:center;justify-content:center}.header-cta{display:none}@media(min-width:640px){.header-cta{display:inline-flex}}.sticky-cta{position:fixed;bottom:0;left:0;right:0;z-index:400;background:var(--black-rich);border-top:1px solid var(--black-border);padding:14px 20px;transform:translateY(100%);transition:transform .4s var(--ease-out)}.sticky-cta.visible{transform:translateY(0)}.sticky-cta__btn{display:block;width:100%;background:#9a948a;color:var(--black);text-align:center;font-family:var(--sans);font-size:11px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;padding:17px;border-radius:2px;transition:background var(--t-fast)}.sticky-cta__btn:hover{background:#b5b0a8}@media(min-width:900px){.sticky-cta{display:none}}.hero{--hero-price-was-size: 16px;--hero-price-was-color: var(--text-dim);--hero-price-now-color: #B5B0A8;--hero-badge-top: -20px;--hero-badge-right: -20px;--hero-badge-num-size: 28px;background:radial-gradient(circle at 18% 18%,rgba(0,124,248,.02) 0%,transparent 28%),radial-gradient(circle at 82% 20%,rgba(255,255,255,.035) 0%,transparent 22%),linear-gradient(180deg,#090909,#0b0b0b);min-height:100vh;display:flex;align-items:center;position:relative;overflow:hidden;padding:100px 0 80px;isolation:isolate}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(255,255,255,.02),transparent 36%),radial-gradient(ellipse at bottom center,rgba(0,124,248,.03) 0%,transparent 58%);pointer-events:none;z-index:0}.hero__ambient,.hero__grid,.hero__glow,.hero__spotlight,.hero__lines{pointer-events:none}.hero__ambient{position:absolute;border-radius:50%;filter:blur(90px);opacity:.35;mix-blend-mode:screen;animation:heroDrift 18s ease-in-out infinite;z-index:0}.hero__ambient--1{width:500px;height:500px;top:5%;left:-15%;background:radial-gradient(circle,rgba(0,124,248,.04) 0%,transparent 70%)}.hero__ambient--2{width:500px;height:500px;right:-15%;top:5%;background:radial-gradient(circle,rgba(0,124,248,.03) 0%,transparent 70%);animation-duration:22s;animation-delay:-7s}.hero__ambient--3{width:600px;height:600px;left:40%;bottom:-25%;background:radial-gradient(circle,rgba(0,124,248,.03) 0%,transparent 70%);animation-duration:26s;animation-delay:-10s}.hero__grid{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;opacity:.22;background:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:110px 110px;-webkit-mask-image:radial-gradient(circle at center,black 42%,transparent 92%);mask-image:radial-gradient(circle at center,black 42%,transparent 92%)}.hero__glow{position:absolute;width:860px;height:860px;border-radius:50%;background:radial-gradient(circle,rgba(0,124,248,.03) 0%,rgba(0,124,248,.01) 42%,transparent 68%);top:50%;left:58%;transform:translate(-50%,-50%);z-index:0}.hero__spotlight{display:none}.hero__lines{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;z-index:0}.hero__line{position:absolute;background:linear-gradient(180deg,transparent,rgba(0,124,248,.03),transparent);width:1px}.hero__line:nth-child(1){left:33%;height:100%;top:0}.hero__line:nth-child(2){left:66%;height:100%;top:0;opacity:.5}.hero__inner{display:grid;grid-template-columns:minmax(0,1fr) 460px;gap:72px;align-items:center;position:relative;z-index:2}.hero__eyebrow{margin-bottom:32px;opacity:0;animation:fadeUp .8s var(--ease) .2s forwards}.hero__title{font-family:var(--serif);font-size:clamp(52px,7vw,96px);font-weight:400;color:var(--white);line-height:1;margin-bottom:6px;opacity:0;animation:fadeUp .9s var(--ease) .35s forwards}.hero__title-accent{display:block;font-style:italic;color:#9a948a;background:linear-gradient(135deg,#9a948a,#b5b0a8 42%,#9a948a 50% 58%,#b5b0a8);background-size:220% 100%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:0 0 24px rgba(0,124,248,.05);animation:titleShimmer 7s linear infinite}.hero__subtitle{font-family:var(--sans);font-size:11px;font-weight:600;letter-spacing:.24em;text-transform:uppercase;color:#ffffff73;margin-bottom:30px;opacity:0;animation:fadeUp .8s var(--ease) .5s forwards}.hero__divider{width:48px;height:1px;background:linear-gradient(90deg,#9A948A,transparent);margin-bottom:32px;opacity:0;animation:fadeUp .8s var(--ease) .55s forwards}.hero__promise{font-size:17px;color:var(--text-mid);max-width:500px;line-height:1.78;margin-bottom:42px;opacity:0;animation:fadeUp .8s var(--ease) .65s forwards}.hero__promise strong{color:var(--text-bright);font-weight:400}.hero__actions{display:flex;flex-direction:column;align-items:flex-start;gap:20px;opacity:0;animation:fadeUp .8s var(--ease) .8s forwards}.hero__trust{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.hero__trust-item{display:inline-flex;align-items:center;gap:8px;min-height:36px;padding:9px 14px;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#ffffff0a,#ffffff05);box-shadow:inset 0 1px #ffffff0a,0 10px 26px #0000002e;font-size:11px;color:#ffffffb8;letter-spacing:.04em}.hero__trust-item:before{content:"";width:6px;height:6px;border-radius:50%;background:#b5b0a8;box-shadow:0 0 12px #007cf826;flex-shrink:0}.hero__visual{position:relative;display:flex;align-items:center;justify-content:center;overflow:visible;opacity:0;animation:fadeIn 1.2s var(--ease) .4s forwards}.hero__visual-stage{position:relative;width:100%;min-height:620px;display:flex;align-items:center;justify-content:center;padding-left:40px;z-index:2;transform-style:preserve-3d;transition:transform .28s var(--ease),filter .28s var(--ease)}.hero__halo{position:absolute;width:340px;height:400px;border-radius:12px;background:radial-gradient(ellipse at center,rgba(0,124,248,.08) 0%,rgba(0,124,248,.02) 45%,transparent 72%);filter:blur(28px);z-index:0;animation:haloPulse 5.5s ease-in-out infinite}.hero__orbit{position:absolute;border-radius:50%;z-index:1;border:1px solid rgba(0,124,248,.04)}.hero__orbit--1{width:390px;height:470px;transform:rotate(14deg);box-shadow:inset 0 0 0 1px #ffffff04,0 0 60px #007cf805;animation:orbitSpin 18s linear infinite}.hero__orbit--2{width:450px;height:540px;transform:rotate(-18deg);border-style:dashed;opacity:.45;animation:orbitSpinReverse 24s linear infinite}.hero__pedestal{position:absolute;bottom:86px;width:310px;height:68px;border-radius:50%;background:radial-gradient(ellipse at center,#007cf814,#007cf80a 28%,#05070b00 72%),radial-gradient(ellipse at center,rgba(255,255,255,.06) 0%,transparent 60%);filter:blur(14px);z-index:1}.hero__spark{position:absolute;width:6px;height:6px;border-radius:50%;background:transparent;box-shadow:0 0 18px none;z-index:2;animation:sparkFloat 6s ease-in-out infinite}.hero__spark--1{top:104px;right:44px;animation-delay:-.8s}.hero__spark--2{bottom:156px;left:18px;animation-delay:-2.1s}.hero__spark--3{top:194px;left:52px;width:4px;height:4px;animation-delay:-3.4s}.hero__cover-wrap{position:relative;z-index:3;width:320px;animation:heroFloat 7s ease-in-out infinite;filter:drop-shadow(0 32px 64px rgba(0,0,0,.88)) drop-shadow(0 0 80px rgba(0,124,248,.04))}.hero__cover-img{display:block;width:100%;border-radius:4px 12px 12px 4px;border-left:5px solid #0d0c09;position:relative;z-index:1}.hero__cover-overlay{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:4px 12px 12px 4px;background:linear-gradient(115deg,rgba(255,255,255,.06) 0%,transparent 45%);mix-blend-mode:screen;pointer-events:none;z-index:2}.hero__cover-badge{position:absolute;top:-13px;left:-13px;background:#9a948a;color:#0a0900;font-family:var(--sans);font-size:7px;font-weight:600;letter-spacing:.2em;text-transform:uppercase;padding:5px 10px;border-radius:4px;white-space:nowrap;box-shadow:0 4px 20px #007cf81f;z-index:4}.hero__cover-fallback{width:100%;aspect-ratio:2/3;background:linear-gradient(160deg,#1a1710,#0d0c0a);border-radius:4px 12px 12px 4px;border-left:5px solid #0a0906;padding:36px 28px;display:flex;flex-direction:column;justify-content:flex-start;gap:12px}.hero__cover-fallback-brand{font-family:var(--sans);font-size:7px;letter-spacing:.28em;text-transform:uppercase;color:#9a948a;opacity:.7}.hero__cover-fallback-title{font-family:var(--serif);font-size:36px;font-weight:400;color:var(--white);line-height:1.05}.hero__cover-fallback-line{width:28px;height:1px;background:#9a948a;opacity:.5}.hero__cover-fallback-sub{font-size:9px;color:#ffffff4d;letter-spacing:.1em;line-height:1.6}.hero__badge{position:absolute;top:var(--hero-badge-top);right:var(--hero-badge-right);width:92px;height:92px;background:radial-gradient(circle at 30% 30%,#1c2030,#b5b0a8 46%,#9a948a);border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 12px 36px #007cf826,0 0 80px #007cf80d;z-index:6;animation:badgePulse 2.5s ease-in-out infinite}@keyframes badgePulse{0%,to{box-shadow:0 8px 32px #007cf81f,0 0 40px #007cf80a;transform:scale(1)}50%{box-shadow:0 8px 40px #007cf82e,0 0 70px #007cf814;transform:scale(1.06)}}.hero__badge-num{font-family:var(--serif);font-size:var(--hero-badge-num-size);font-weight:600;color:var(--black);line-height:1}.hero__badge-label{font-family:var(--sans);font-size:7px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--black)}.hero__card{position:absolute;bottom:-20px;right:-180px;min-width:200px;background:linear-gradient(180deg,#141414f5,#0c0c0cf0);border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:16px 18px;z-index:5;box-shadow:0 24px 48px #00000085,0 0 44px #007cf805}.hero__card:before{content:"";position:absolute;top:0;left:12px;right:12px;height:1px;background:linear-gradient(90deg,transparent,rgba(0,124,248,.3),transparent);opacity:.7}.hero__card-title{font-size:9px;font-weight:700;letter-spacing:.24em;text-transform:uppercase;color:#b5b0a8;margin-bottom:10px}.hero__card-item{font-size:11px;color:#ffffffad;margin-bottom:7px;display:flex;align-items:center;gap:8px}.hero__card-item:last-child{margin-bottom:0}.hero__card-item:before{content:"";width:6px;height:6px;border-radius:50%;background:#b5b0a8;box-shadow:0 0 10px #007cf814;flex-shrink:0}.hero__hero-note{position:absolute;top:96px;right:-44px;left:auto;display:flex;flex-direction:column;align-items:flex-start;gap:5px;min-width:164px;max-width:170px;padding:14px 16px;border-radius:18px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#0f0f0feb,#090909e0);box-shadow:0 18px 42px #0000006b,0 0 36px #007cf805;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);pointer-events:none;z-index:4;transition:transform .28s var(--ease),box-shadow .28s var(--ease),border-color .28s var(--ease);will-change:transform}.hero__hero-note-kicker{font-size:9px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:#b5b0a8}.hero__hero-note strong{font-family:var(--serif);font-size:28px;line-height:.95;color:var(--white)}.hero__hero-note span:last-child{font-size:11px;line-height:1.45;color:#fff9}@keyframes fadeUp{0%{opacity:0;transform:translateY(32px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes shimmer{0%,to{transform:translate(-30%) translateY(-30%) rotate(45deg)}50%{transform:translate(30%) translateY(30%) rotate(45deg)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes heroFloat{0%,to{transform:translateZ(0)}50%{transform:translate3d(0,-12px,0)}}@keyframes haloPulse{0%,to{transform:scale(.98);opacity:.72}50%{transform:scale(1.05);opacity:1}}@keyframes heroDrift{0%,to{transform:translateZ(0)}33%{transform:translate3d(14px,-10px,0)}66%{transform:translate3d(-16px,12px,0)}}@keyframes orbitSpin{0%{transform:rotate(14deg)}to{transform:rotate(374deg)}}@keyframes orbitSpinReverse{0%{transform:rotate(-18deg)}to{transform:rotate(-378deg)}}@keyframes sparkFloat{0%,to{transform:translateZ(0);opacity:.35}50%{transform:translate3d(0,-14px,0);opacity:1}}@keyframes titleShimmer{0%{background-position:0% 50%}to{background-position:220% 50%}}@keyframes pulseGold{0%,to{box-shadow:0 0 #007cf817}50%{box-shadow:0 0 0 12px transparent}}.reveal{opacity:0;transform:translateY(36px);transition:opacity .8s var(--ease),transform .8s var(--ease)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.reveal-delay-4{transition-delay:.4s}.brand-statement{background:var(--black-soft);border-top:1px solid var(--black-border);border-bottom:1px solid var(--black-border);padding:28px 0;overflow:hidden;position:relative}.brand-statement:before,.brand-statement:after{content:"";position:absolute;top:0;bottom:0;width:120px;z-index:2}.brand-statement:before{left:0;background:linear-gradient(90deg,var(--black-soft),transparent)}.brand-statement:after{right:0;background:linear-gradient(-90deg,var(--black-soft),transparent)}.brand-statement__track{display:flex;gap:64px;animation:marquee 25s linear infinite;width:max-content}.brand-statement__item{display:flex;align-items:center;gap:16px;white-space:nowrap;font-family:var(--sans);font-size:11px;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--text-dim)}.brand-statement__item span{color:#9a948a;font-size:16px;opacity:.6}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.presentation{padding:120px 0;background:var(--black);position:relative;overflow:hidden}.presentation__bg-number{position:absolute;right:-40px;top:50%;transform:translateY(-50%);font-family:var(--serif);font-size:320px;color:transparent;line-height:1;pointer-events:none;-webkit-user-select:none;user-select:none}.presentation__inner{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:center}.presentation__quote-wrap{position:relative;padding:52px 48px;background:var(--black-card);border:1px solid rgba(0,124,248,.08);box-shadow:0 0 40px #007cf805,0 0 80px #007cf803;animation:cardAura 4s ease-in-out infinite}@keyframes cardAura{0%,to{box-shadow:0 0 30px #007cf805,0 0 60px transparent;border-color:#007cf80d}50%{box-shadow:0 0 50px #007cf80a,0 0 100px #007cf805,inset 0 0 30px transparent;border-color:#007cf81a}}.presentation__quote-wrap:before{content:"";position:absolute;top:0;left:0;width:3px;height:100%;background:linear-gradient(180deg,#9A948A,transparent)}.presentation__quote-wrap:after{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,#9A948A,transparent);opacity:.5}.presentation__quote-mark{font-family:var(--serif);font-size:80px;color:#9a948a;opacity:.15;line-height:.7;margin-bottom:20px}.presentation__quote{font-family:var(--serif);font-size:clamp(22px,2.5vw,30px);font-style:italic;color:var(--text-bright);line-height:1.3;margin-bottom:28px}.presentation__quote em{font-style:normal;color:#9a948a}.presentation__quote-attr{font-size:10px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--text-dim);border-top:1px solid var(--black-border);padding-top:20px}.presentation__right .eyebrow{margin-bottom:20px}.presentation__title{font-size:clamp(34px,4vw,54px);color:var(--white);margin-bottom:28px}.presentation__text{font-size:16px;color:var(--text-mid);line-height:1.85;margin-bottom:16px}.presentation__text strong{color:var(--text-bright);font-weight:400}.benefits{padding:120px 0;background:var(--black-soft);position:relative}.benefits:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#9A948A,transparent);opacity:.15}.benefits__header{text-align:center;margin-bottom:72px}.benefits__header .eyebrow{margin-bottom:20px}.benefits__title{font-size:clamp(34px,4.5vw,58px);color:var(--white);max-width:640px;margin:0 auto}.benefits__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--black-border);border:1px solid var(--black-border)}.benefit-card{background:var(--black-card);padding:44px 36px;position:relative;transition:background var(--t);overflow:hidden}.benefit-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#9A948A,transparent);opacity:0;transition:opacity var(--t)}.benefit-card:hover{background:var(--black-hover)}.benefit-card:hover:before{opacity:1}.benefit-card__num{font-family:var(--serif);font-size:11px;color:#9a948a;letter-spacing:.2em;margin-bottom:20px;display:block;opacity:.7}.benefit-card__title{font-family:var(--serif);font-size:24px;color:var(--white);margin-bottom:14px;line-height:1.2}.benefit-card__text{font-size:14px;color:var(--text-dim);line-height:1.75}.pain{padding:120px 0;background:var(--black)}.pain__inner{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}.pain__content .eyebrow{margin-bottom:20px}.pain__title{font-size:clamp(28px,3.5vw,46px);color:var(--white);margin-bottom:28px}.pain__text{font-size:16px;color:var(--text-mid);line-height:1.85;margin-bottom:36px}.pain__list{display:flex;flex-direction:column;gap:14px}.pain__item{display:flex;align-items:flex-start;gap:14px;font-size:15px;color:var(--text-mid);line-height:1.55;padding:14px 0;border-bottom:1px solid var(--black-border)}.pain__item:last-child{border-bottom:none}.pain__item-icon{width:22px;height:22px;border:1px solid var(--black-border);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}.pain__item-icon:after{content:"";width:5px;height:5px;border-radius:50%;background:#6b6660}.pain__callout{background:var(--black-card);border:1px solid rgba(0,124,248,.08);padding:52px 44px;position:sticky;top:100px;position:relative;overflow:hidden;box-shadow:0 0 40px #007cf805,0 0 80px #007cf803;animation:cardAura 4s ease-in-out infinite;animation-delay:1s}.pain__callout:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#9A948A,transparent)}.pain__callout:after{content:"";position:absolute;bottom:-80px;right:-80px;width:200px;height:200px;border-radius:50%;background:radial-gradient(circle,rgba(0,124,248,.02) 0%,transparent 70%)}.pain__callout-quote{font-family:var(--serif);font-size:clamp(22px,2.5vw,32px);font-style:italic;color:var(--text-bright);line-height:1.3;margin-bottom:32px}.pain__callout-quote em{font-style:normal;color:#9a948a}.pain__callout-attr{font-size:10px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--text-dim);padding-top:24px;border-top:1px solid var(--black-border)}@media(max-width:900px){.pain__inner{grid-template-columns:1fr}.pain__callout{position:static;padding:36px 28px}.pain__content{text-align:center}.pain__list{text-align:left}}.includes{padding:120px 0;background:var(--black-soft)}.includes__header{text-align:center;margin-bottom:72px}.includes__header .eyebrow{margin-bottom:20px}.includes__title{font-size:clamp(34px,4.5vw,58px);color:var(--white);margin-bottom:16px}.includes__sub{font-size:16px;color:var(--text-dim);max-width:480px;margin:0 auto}.includes__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2px;background:var(--black-border);border:1px solid var(--black-border)}.includes__grid .include-card:last-child:nth-child(odd){grid-column:1 / -1}.include-card{background:var(--black-card);padding:44px 40px;transition:all .4s var(--ease);position:relative;overflow:hidden}.include-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:1px solid transparent;transition:border-color .4s var(--ease);pointer-events:none}.include-card:hover{background:var(--black-hover);transform:translateY(-4px);box-shadow:0 16px 48px #007cf80a,0 0 60px #007cf805}.include-card:hover:after{border-color:#007cf814}.include-card--main{background:linear-gradient(145deg,#161410,#0e0c09);border-left:2px solid #9A948A;box-shadow:0 0 40px #007cf808,0 0 80px #007cf803;animation:cardAura 4s ease-in-out infinite}.include-card--main:hover{box-shadow:0 16px 60px #007cf80d,0 0 100px #007cf805}.include-card--main:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,#9A948A,transparent);opacity:.5}.include-card__tag{display:inline-flex;align-items:center;gap:6px;font-size:9px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:#9a948a;border:1px solid rgba(0,124,248,.08);padding:5px 12px;margin-bottom:22px}.include-card__tag--bonus{color:#6b6660;border-color:#007cf814;background:#007cf805}.include-card__title{font-family:var(--serif);font-size:26px;color:var(--white);margin-bottom:12px;line-height:1.2}.include-card__desc{font-size:14px;color:var(--text-dim);line-height:1.75;margin-bottom:24px}.include-card__features{display:flex;flex-direction:column;gap:10px}.include-card__feature{display:flex;align-items:center;gap:10px;font-size:13px;color:var(--text-mid)}.include-card__feature:before{content:"\2713";width:18px;height:18px;background:#007cf80a;border:1px solid rgba(0,124,248,.08);color:#9a948a;font-size:9px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.transformation{padding:120px 0;background:var(--black);text-align:center;position:relative;overflow:hidden}.transformation:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#9A948A,transparent);opacity:.15}.transformation__bg{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 60% 60% at 50% 50%,rgba(0,124,248,.02) 0%,transparent 70%);pointer-events:none}.transformation .eyebrow{margin-bottom:20px;justify-content:center}.transformation__title{font-size:clamp(36px,5vw,68px);color:var(--white);margin-bottom:20px}.transformation__title em{font-style:italic;background:linear-gradient(135deg,#9a948a,#b5b0a8,#9a948a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.transformation__sub{font-size:16px;color:var(--text-dim);max-width:460px;margin:0 auto 72px;line-height:1.75}.transformation__steps{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--black-border);border:1px solid var(--black-border);margin-bottom:72px;text-align:left;position:relative}.trans-step{background:var(--black-card);padding:44px 36px;position:relative;transition:all .4s var(--ease);overflow:hidden}.trans-step:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:1px solid transparent;pointer-events:none;transition:all .4s var(--ease)}.trans-step:hover{background:var(--black-hover);transform:translateY(-4px);box-shadow:0 16px 48px #007cf80a,0 0 60px #007cf805}.trans-step:hover:after{border-color:#007cf817;box-shadow:inset 0 0 20px #007cf803}.trans-step:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#9A948A,#B5B0A8,transparent);opacity:.4;transition:opacity var(--t)}.trans-step:hover:before{opacity:1}.trans-step__week{font-size:10px;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:#9a948a;margin-bottom:14px;display:block;opacity:.8}.trans-step__title{font-family:var(--serif);font-size:24px;color:var(--white);margin-bottom:14px}.trans-step__text{font-size:14px;color:var(--text-dim);line-height:1.75}.for-who{padding:120px 0;background:var(--black-soft)}.for-who__header{text-align:center;margin-bottom:72px}.for-who__header .eyebrow{margin-bottom:20px;justify-content:center}.for-who__header h2{font-size:clamp(32px,4vw,52px);color:var(--white)}.for-who__grid{display:grid;grid-template-columns:1fr 1fr;gap:2px;background:var(--black-border);border:1px solid var(--black-border)}.for-who-col{padding:48px 40px}.for-who-col--yes{background:linear-gradient(145deg,#161410,#0e0c09);border-left:2px solid #9A948A}.for-who-col--no{background:var(--black-card)}.for-who-col__title{font-family:var(--serif);font-size:28px;color:var(--white);margin-bottom:32px}.for-who-list{display:flex;flex-direction:column;gap:16px}.for-who-item{display:flex;align-items:flex-start;gap:12px;font-size:14px;line-height:1.55}.for-who-col--yes .for-who-item{color:var(--text-mid)}.for-who-col--no .for-who-item{color:var(--text-dim)}.for-who-icon{flex-shrink:0;margin-top:1px}.for-who-col--yes .for-who-icon{color:#9a948a}.for-who-col--no .for-who-icon{color:var(--text-faint)}@media(max-width:640px){.for-who__grid{grid-template-columns:1fr}}.testimonials{padding:120px 0;background:var(--black)}.testimonials__header{text-align:center;margin-bottom:64px}.testimonials__header .eyebrow{margin-bottom:20px;justify-content:center}.testimonials__header h2{font-size:clamp(30px,3.5vw,48px);color:var(--white)}.testimonials__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:var(--black-border);border:1px solid var(--black-border)}.testimonial-card{background:var(--black-card);padding:40px 36px;position:relative;transition:background var(--t)}.testimonial-card:hover{background:var(--black-hover)}.testimonial-card:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,#9A948A,transparent);opacity:0;transition:opacity var(--t)}.testimonial-card:hover:before{opacity:.4}.testimonial-card__stars{color:#9a948a;font-size:13px;letter-spacing:2px;margin-bottom:20px}.testimonial-card__text{font-family:var(--serif);font-size:18px;font-style:italic;color:var(--text-bright);line-height:1.6;margin-bottom:24px}.testimonial-card__author{display:flex;align-items:center;gap:12px;border-top:1px solid var(--black-border);padding-top:20px}.testimonial-author__avatar{width:38px;height:38px;border-radius:50%;background:var(--black-soft);border:1px solid rgba(0,124,248,.08);display:flex;align-items:center;justify-content:center;font-family:var(--serif);font-size:15px;color:#9a948a;flex-shrink:0}.testimonial-author__name{font-size:13px;font-weight:600;color:var(--text-bright);letter-spacing:.04em}.testimonial-author__meta{font-size:11px;color:var(--text-dim);letter-spacing:.04em}@media(max-width:900px){.testimonials__grid{grid-template-columns:1fr}}@media(min-width:640px)and (max-width:900px){.testimonials__grid{grid-template-columns:repeat(2,1fr)}}.offer{padding:120px 0;background:var(--black-soft);position:relative;overflow:hidden}.offer:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#9A948A,transparent);opacity:.3}.offer__bg-glow{position:absolute;top:0;left:50%;transform:translate(-50%);width:600px;height:300px;background:radial-gradient(ellipse,rgba(0,124,248,.02) 0%,transparent 70%);pointer-events:none}.offer__inner{display:grid;grid-template-columns:1fr 400px;gap:72px;align-items:start;position:relative;z-index:2}.offer .eyebrow{margin-bottom:20px}.offer__title{font-size:clamp(30px,4vw,52px);color:var(--white);margin-bottom:20px}.offer__desc{font-size:16px;color:var(--text-dim);line-height:1.85;margin-bottom:40px}.offer__stack{display:flex;flex-direction:column}.offer__stack-item{display:flex;align-items:center;justify-content:space-between;padding:16px 0;border-bottom:1px solid var(--black-border);font-size:14px}.offer__stack-item:last-child{border-bottom:none}.offer__stack-name{display:flex;align-items:center;gap:10px;color:var(--text-mid)}.offer__stack-bullet{color:#9a948a;font-size:10px;opacity:.7}.offer__stack-value{color:var(--text-faint);text-decoration:line-through;font-size:13px}.offer__box{background:var(--black-card);border:1px solid var(--black-border);padding:44px 40px;text-align:center;position:sticky;top:100px;position:relative;overflow:hidden}.offer__box:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,#9A948A,transparent)}.offer__box-eyebrow{font-size:10px;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:#9a948a;margin-bottom:20px;opacity:.8}.offer__price-was{font-size:16px;color:var(--text-faint);text-decoration:line-through;margin-bottom:8px}.offer__price{font-family:var(--serif);font-size:80px;color:var(--white);line-height:1;margin-bottom:6px}.offer__price-currency{font-size:32px;vertical-align:super}.offer__price-note{font-size:11px;color:var(--text-dim);letter-spacing:.1em;margin-bottom:12px}.offer__installments{font-size:14px;color:var(--text-mid);margin-bottom:16px}.offer__installments strong{color:#b5b0a8;font-weight:600}.offer__payment-methods{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:var(--offer-payment-logo-gap, 8px);margin:0 0 10px}.offer__payment-logo{display:flex;align-items:center;justify-content:center;width:var(--offer-payment-logo-box-width, 56px);min-width:var(--offer-payment-logo-box-width, 56px);height:var(--offer-payment-logo-box-height, 32px);min-height:var(--offer-payment-logo-box-height, 32px);border-radius:var(--offer-payment-logo-radius, 4px);background:var(--offer-payment-logo-bg, #0f1522);border:var(--offer-payment-logo-border-width, 1px) solid var(--offer-payment-logo-border-color, rgba(255,255,255,.08));padding:var(--offer-payment-logo-pad-y, 4px) var(--offer-payment-logo-pad-x, 6px);box-shadow:none;overflow:hidden;box-sizing:border-box;flex:0 0 auto}.offer__payment-logo-image{display:block;width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain}.offer__payment-caption{font-size:11px;color:var(--text-dim);letter-spacing:.04em;margin-bottom:12px}.offer__bank-transfer-note{margin:0 0 14px;text-align:center;font-size:14px;line-height:1.45;color:#b5b0a8;font-weight:700}.offer__box .btn{width:100%;justify-content:center;margin-bottom:20px;animation:pulseGold 3s ease-in-out infinite}.offer__guarantee{font-size:12px;color:var(--text-dim);line-height:1.65;margin-bottom:16px}.offer__guarantee strong{color:var(--text-mid)}.offer__live{display:flex;align-items:center;justify-content:center;gap:8px;font-size:11px;color:var(--text-dim);letter-spacing:.06em}.offer__live-dot{width:7px;height:7px;border-radius:50%;background:#4ade80;animation:pulseGreen 2s ease-in-out infinite}@keyframes pulseGreen{0%,to{opacity:1;box-shadow:0 0 #4ade8066}50%{opacity:.7;box-shadow:0 0 0 6px #4ade8000}}@media(max-width:900px){.offer__inner{grid-template-columns:1fr}.offer__box{position:static;margin:0 auto}.offer__box .btn{width:100%}}@media(max-width:520px){.offer__payment-methods{gap:max(6px,calc(var(--offer-payment-logo-gap, 8px) - 2px))}}.guarantee{background:var(--black);border-top:1px solid var(--black-border);border-bottom:1px solid var(--black-border);padding:64px 0}.guarantee__inner{display:flex;align-items:center;gap:36px;max-width:680px;margin:0 auto}.guarantee__icon-wrap{width:80px;height:80px;border:1px solid rgba(0,124,248,.09);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#9a948a;position:relative}.guarantee__icon-wrap:before{content:"";position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;border-radius:50%;border:1px solid rgba(0,124,248,.03)}.guarantee__title{font-family:var(--serif);font-size:26px;color:var(--white);margin-bottom:8px}.guarantee__text{font-size:14px;color:var(--text-dim);line-height:1.75}@media(max-width:640px){.guarantee__inner{flex-direction:column;text-align:center}}.faq{padding:120px 0;background:var(--black-soft)}.faq__header{text-align:center;margin-bottom:64px}.faq__header .eyebrow{margin-bottom:20px;justify-content:center}.faq__header h2{font-size:clamp(30px,3.5vw,48px);color:var(--white)}.faq__list{max-width:740px;margin:0 auto}.faq-item{border-bottom:1px solid var(--black-border)}.faq-item__question{width:100%;text-align:left;padding:24px 0;display:flex;align-items:center;justify-content:space-between;gap:20px;font-family:var(--serif);font-size:20px;font-weight:400;color:var(--text-bright);cursor:pointer;background:none;border:none;transition:color var(--t-fast)}.faq-item__question:hover{color:#9a948a}.faq-item__icon{width:28px;height:28px;border:1px solid var(--black-border);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--text-dim);font-size:18px;font-family:var(--sans);font-weight:300;transition:transform var(--t),border-color var(--t-fast),color var(--t-fast)}.faq-item.open .faq-item__icon{transform:rotate(45deg);border-color:#9a948a;color:#9a948a}.faq-item__answer{max-height:0;overflow:hidden;transition:max-height .4s var(--ease)}.faq-item__answer-inner{padding-bottom:28px;font-size:15px;color:var(--text-dim);line-height:1.85}.close-section{padding:140px 0;background:var(--black);text-align:center;position:relative;overflow:hidden}.close-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 50% 80% at 50% 100%,rgba(0,124,248,.02) 0%,transparent 60%);pointer-events:none}.close-section .eyebrow{margin-bottom:24px;justify-content:center}.close-section__title{font-family:var(--serif);font-size:clamp(42px,6vw,80px);color:var(--white);margin-bottom:28px;position:relative}.close-section__title em{font-style:italic;background:linear-gradient(135deg,#9a948a,#b5b0a8,#9a948a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.close-section__text{font-size:17px;color:var(--text-dim);max-width:500px;margin:0 auto 56px;line-height:1.8;position:relative}.close-section__cta{position:relative;display:flex;flex-direction:column;align-items:center;gap:16px}.site-footer{background:var(--black-rich);border-top:1px solid var(--black-border);padding:72px 0 40px}.footer__inner{display:grid;grid-template-columns:2fr 1fr 1fr;gap:56px;margin-bottom:56px}.footer__brand-label{font-size:8px;font-weight:700;letter-spacing:.26em;text-transform:uppercase;color:#6b6660;margin-bottom:6px}.footer__logo{font-family:var(--serif);font-size:24px;color:var(--white);display:block;margin-bottom:14px}.footer__tagline{font-size:13px;color:var(--text-dim);line-height:1.7;max-width:280px}.footer__col-title{font-size:9px;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--text-faint);margin-bottom:18px}.footer__links{display:flex;flex-direction:column;gap:12px}.footer__links a{font-size:13px;color:var(--text-dim);transition:color var(--t-fast)}.footer__links a:hover{color:#9a948a}.footer__bottom{display:flex;align-items:center;justify-content:space-between;padding-top:28px;border-top:1px solid var(--black-border);flex-wrap:wrap;gap:12px}.footer__copy{font-size:12px;color:var(--text-faint)}.footer__legal{display:flex;gap:24px}.footer__legal a{font-size:12px;color:var(--text-faint);transition:color var(--t-fast)}.footer__legal a:hover{color:var(--text-dim)}@media(max-width:768px){.footer__inner{grid-template-columns:1fr;gap:36px}}.product-page{padding:80px 0;background:var(--black)}.product-page__inner{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}.product-page__image-wrap{position:sticky;top:100px;aspect-ratio:2/3;max-width:320px;background:var(--black-card);border:1px solid var(--black-border);overflow:hidden}.product-page__image-wrap img{width:100%;height:100%;object-fit:cover}.product-page__brand{font-size:9px;font-weight:700;letter-spacing:.24em;text-transform:uppercase;color:#9a948a;display:block;margin-bottom:12px;opacity:.8}.product-page h1{font-size:clamp(32px,4vw,52px);color:var(--white);margin-bottom:8px}.product-page__sub{font-size:14px;color:var(--text-dim);letter-spacing:.06em;margin-bottom:32px}.product-page__price{font-family:var(--serif);font-size:52px;color:var(--white);line-height:1;margin-bottom:4px}.product-page__price-compare{font-size:18px;color:var(--text-faint);text-decoration:line-through;margin-bottom:28px;display:block}.product-page__desc{font-size:15px;color:var(--text-dim);line-height:1.85;margin-bottom:32px;padding-bottom:32px;border-bottom:1px solid var(--black-border)}.product-page__includes-label{font-size:9px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--text-faint);margin-bottom:14px}.product-page__includes{display:flex;flex-direction:column;gap:10px;margin-bottom:36px}.product-page__include{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--text-mid)}.product-page__include:before{content:"\2713";width:20px;height:20px;background:#007cf808;border:1px solid rgba(0,124,248,.08);color:#9a948a;font-size:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.product-page__cta{display:block;width:100%;background:#9a948a;color:var(--black);text-align:center;font-family:var(--sans);font-size:11px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;padding:20px 32px;cursor:pointer;border:none;transition:background var(--t-fast),transform var(--t-fast),box-shadow var(--t-fast);margin-bottom:14px}.product-page__cta:hover{background:#b5b0a8;transform:translateY(-2px);box-shadow:0 12px 36px #007cf814}.product-page__trust{text-align:center;font-size:11px;color:var(--text-faint);letter-spacing:.08em}@media(max-width:768px){.product-page__inner{grid-template-columns:1fr}.product-page__image-wrap{position:static;max-width:260px}}.cart-page{padding:72px 0;min-height:50vh;background:var(--black)}.cart-page h1{font-family:var(--serif);font-size:48px;color:var(--white);margin-bottom:48px}.cart-item{display:flex;align-items:center;gap:24px;padding:24px 0;border-bottom:1px solid var(--black-border)}.cart-item__img{width:80px;height:80px;background:var(--black-card);border:1px solid var(--black-border);flex-shrink:0;overflow:hidden}.cart-item__img img{width:100%;height:100%;object-fit:cover}.cart-item__name{font-family:var(--serif);font-size:20px;color:var(--white);flex:1}.cart-item__price{font-size:18px;font-weight:500;color:#9a948a}.cart-item__remove{font-size:12px;color:var(--text-dim);transition:color var(--t-fast);cursor:pointer}.cart-item__remove:hover{color:var(--text-mid)}.cart-total-row{display:flex;justify-content:space-between;font-size:20px;padding:28px 0;border-top:1px solid var(--black-border);margin-top:8px;color:var(--white)}.cart-checkout-btn{display:block;width:100%;max-width:380px;margin-left:auto;background:#9a948a;color:var(--black);text-align:center;padding:20px;font-family:var(--sans);font-size:11px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;border:none;cursor:pointer;transition:background var(--t-fast)}.cart-checkout-btn:hover{background:#b5b0a8}.empty-state{text-align:center;padding:80px 24px}.empty-state h2{font-family:var(--serif);font-size:40px;color:var(--white);margin-bottom:12px}.empty-state p{color:var(--text-dim);margin-bottom:32px}@media(max-width:900px){.presentation__inner{grid-template-columns:1fr;gap:48px}.presentation__quote-wrap{max-width:500px;margin:0 auto}.pain__inner{grid-template-columns:1fr;gap:48px}.pain__content{text-align:center}.pain__content .eyebrow{justify-content:center}.pain__list{text-align:left}.pain__callout{position:static;padding:36px 28px;max-width:500px;margin:0 auto}.benefits__header .eyebrow,.includes__header .eyebrow,.transformation .eyebrow{justify-content:center}.transformation .btn{margin-left:auto;margin-right:auto;display:flex;max-width:360px}.for-who__header .eyebrow,.testimonials .eyebrow{justify-content:center}.testimonials__grid{grid-template-columns:1fr}.offer__inner{grid-template-columns:1fr;gap:48px;text-align:center}.offer__stack{text-align:left;max-width:400px;margin:0 auto}.offer .eyebrow{justify-content:center}.offer__title,.offer__desc{text-align:center}.offer__box{max-width:400px;margin:0 auto}.objection__title{font-size:36px}.objection{padding:72px 0}.objection__compare{grid-template-columns:1fr}.objection__col--old{border-right:none;border-bottom:1px solid var(--black-border)}.objection__col--new{border-left:none;border-top:1px solid rgba(0,124,248,.05)}.faq .eyebrow,.close-section .eyebrow{justify-content:center}.guarantee__inner{text-align:center}}@media(max-width:640px){html,body{overflow-x:hidden}.container{padding:0 20px}.hero__book-wrap{width:185px;max-width:185px}.hero__title{font-size:40px}.hero__price-now{font-size:28px}.for-who__grid{grid-template-columns:1fr}.for-who-col{padding:32px 24px}.footer__inner{grid-template-columns:1fr;gap:28px}.footer__bottom{flex-direction:column;align-items:flex-start}.includes__grid,.transformation__steps,.benefits__grid{grid-template-columns:1fr}.offer__title{font-size:32px}.include-card,.include-card--main{padding:32px 24px}.presentation__quote-wrap{padding:36px 28px}.objection__col{padding:28px 24px}}@media(min-width:640px)and (max-width:900px){.benefits__grid,.testimonials__grid{grid-template-columns:repeat(2,1fr)}}.objection{padding:100px 0;position:relative}.objection__top{text-align:center;margin-bottom:48px}.objection__title{font-family:var(--serif);font-size:46px;font-weight:400;line-height:1.1;margin-top:20px;color:var(--text-bright)}.objection__text{max-width:680px;margin:0 auto 56px;text-align:center}.objection__text p{color:var(--text-mid);font-size:15px;line-height:1.75;margin-bottom:16px}.objection__text strong{color:var(--text-bright)}.objection__compare{display:grid;grid-template-columns:1fr 1fr;gap:2px;max-width:800px;margin:0 auto;border-radius:8px;overflow:hidden}.objection__col{padding:36px 32px;background:var(--black-card)}.objection__col--old{border-right:1px solid var(--black-border)}.objection__col--new{border-left:1px solid rgba(0,124,248,.05);background:linear-gradient(180deg,rgba(0,124,248,.02) 0%,var(--black-card) 100%);animation:cardAura 4s ease-in-out infinite;border:1px solid rgba(0,124,248,.08)}.objection__col-title{font-family:var(--serif);font-size:22px;font-weight:500;color:var(--text-bright);margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid var(--black-border)}.objection__col--new .objection__col-title{border-bottom-color:#007cf814}.objection__col-item{display:flex;align-items:center;gap:12px;padding:12px 0;font-size:14px;color:var(--text-mid);border-bottom:1px solid rgba(255,255,255,.04)}.objection__col-item:last-child{border-bottom:none}.objection__col--new .objection__col-item{color:var(--text-bright)}.objection__icon{display:flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;font-size:11px;font-weight:700;flex-shrink:0}.objection__icon--no{background:#ffffff0f;color:var(--text-dim)}.objection__icon--yes{background:#007cf80d;color:#9a948a}@media(max-width:900px){.objection__title{font-size:36px}.objection{padding:72px 0}}.hero__price-row{display:flex;align-items:flex-end;gap:14px;margin-bottom:16px}.hero__price-was{font-family:var(--sans);font-size:var(--hero-price-was-size);color:var(--hero-price-was-color);text-decoration:line-through}.hero__price-now{font-family:var(--serif);font-size:38px;font-weight:500;color:var(--hero-price-now-color);letter-spacing:-.02em;text-shadow:0 0 28px rgba(0,124,248,.04)}.hero__price-usd-note{font-size:11px;color:var(--text-faint, rgba(255,255,255,.35));letter-spacing:.06em;margin-top:-8px;margin-bottom:4px}.hero__installments{font-size:13px;color:var(--text-mid);margin-top:-2px;margin-bottom:12px}.hero__installments strong{color:#b5b0a8;font-weight:600}.offer__countdown{display:flex;align-items:center;justify-content:center;gap:8px;margin:20px 0 16px;padding:16px 0;border-top:1px solid var(--black-border);border-bottom:1px solid var(--black-border)}.countdown__unit{display:flex;flex-direction:column;align-items:center;min-width:48px}.countdown__num{font-family:var(--sans);font-size:26px;font-weight:700;color:#b5b0a8;letter-spacing:.04em;line-height:1}.countdown__label{font-family:var(--sans);font-size:9px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--text-dim);margin-top:4px}.countdown__sep{font-family:var(--sans);font-size:22px;font-weight:300;color:var(--text-dim);margin-top:-12px}@media(max-width:900px){.hero{--hero-badge-top: -14px;--hero-badge-right: -6px;--hero-badge-num-size: 18px;min-height:auto;padding:80px 0 60px}.hero .container{overflow:visible}.hero__inner{grid-template-columns:minmax(0,1fr);gap:40px;text-align:center}.hero__content{display:flex;flex-direction:column;align-items:center;width:100%;min-width:0}.hero__visual{order:-1;width:100%;justify-content:center;overflow:visible;padding:24px 0 32px}.hero__visual-stage{min-height:470px}.hero__cover-wrap{width:220px;margin-inline:auto}.hero__visual-stage{padding-left:0;min-height:400px}.hero__book-wrap{width:220px;max-width:220px;margin-inline:auto;overflow:visible;position:relative}.hero__book-wrap:after{content:"";position:absolute;top:10%;right:5%;bottom:10%;left:5%;background:radial-gradient(ellipse at center,rgba(0,124,248,.11) 0%,transparent 70%);z-index:-1;pointer-events:none}.hero__halo{width:300px;height:300px}.hero__orbit--1{width:280px;height:340px}.hero__orbit--2{width:320px;height:390px}.hero__pedestal{width:220px;bottom:78px}.book{box-shadow:-4px 0 #0a0906,-8px 0 #00000080,20px 20px 60px #000c,inset 0 1px #007cf814}.hero__badge{width:64px;height:64px}.hero__badge-label{font-size:6px}.hero__card,.hero__hero-note{display:none}.hero__title,.hero__subtitle,.hero__promise,.hero__price-row,.hero__trust,.hero__actions{width:100%}.hero__actions{align-items:center}.hero__actions .btn,.transformation .btn,.offer__box .btn{width:100%;max-width:340px;justify-content:center;margin-inline:auto}.hero__eyebrow,.hero__price-row,.hero__trust,.offer .eyebrow,.faq .eyebrow,.close-section .eyebrow,.presentation .eyebrow,.pain__content .eyebrow,.benefits__header .eyebrow,.includes__header .eyebrow,.transformation .eyebrow,.for-who__header .eyebrow,.testimonials .eyebrow{justify-content:center}.hero__subtitle,.hero__promise,.offer__inner>div,.guarantee__inner,.pain__content{text-align:center}.hero__promise,.hero__divider,.offer__box,.presentation__quote-wrap,.pain__callout{margin-inline:auto}.offer__inner,.presentation__inner,.pain__inner,.objection__compare{grid-template-columns:1fr}.offer__inner{gap:40px}.presentation__inner,.pain__inner{gap:48px}.offer__stack,.pain__list{text-align:left}.offer__box{width:100%;max-width:340px}.presentation__bg-number,.hero__card{display:none}.objection__compare{gap:0}.objection__col--old{border-right:none;border-bottom:1px solid var(--black-border)}.objection__col--new{border-left:none;border-top:none}}@media(max-width:480px){.offer__box{max-width:100%;padding:32px 24px}.hero__book-wrap{width:180px;max-width:180px}.hero__title{font-size:38px}.hero__glow{width:400px;height:400px;left:50%}}@media(prefers-reduced-motion:reduce){.hero__glow,.hero__visual,.hero__eyebrow,.hero__title,.hero__subtitle,.hero__promise,.hero__actions,.hero__badge,.book:before,.reveal{animation:none;transition:none;transform:none;opacity:1}}@media(max-width:900px){.hero{padding:56px 0 48px}.hero__lines{display:none}.hero__inner{display:flex;flex-direction:column;align-items:center;gap:28px}.hero__content{order:1;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;max-width:100%;margin:0 auto;text-align:center}.hero__visual{order:2;display:flex;width:100%;margin:0 auto;justify-content:center}.hero__visual-stage{min-height:360px}.hero__book-wrap{width:min(180px,56vw);max-width:min(180px,56vw);margin:0 auto}.hero__orbit--1{width:min(240px,72vw);height:min(290px,88vw)}.hero__orbit--2{width:min(270px,80vw);height:min(330px,98vw)}.hero__pedestal{width:min(190px,60vw);height:46px;bottom:64px}.hero__badge,.hero__card,.hero__hero-note{display:none}.hero__eyebrow,.hero__title,.hero__subtitle,.hero__divider,.hero__promise,.hero__price-row,.hero__trust,.hero__actions{margin-left:auto;margin-right:auto;text-align:center}.hero__promise{max-width:30ch}.hero__actions{width:100%;max-width:360px;align-items:center}.hero__actions .btn{display:flex;width:100%;max-width:none;white-space:normal;padding-left:24px;padding-right:24px}.hero__trust{justify-content:center}}@media(max-width:480px){.hero__title{font-size:34px}.hero__promise{max-width:26ch;font-size:16px}.hero__grid,.hero__ambient--2,.hero__spark{display:none}}.header-actions{margin-left:auto}.offer__delivery-note{margin:10px 0 18px;font-size:13px;line-height:1.6;color:var(--text-soft)}.offer__microtrust{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin:16px 0 14px}.offer__microtrust span{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:8px 12px;border:1px solid var(--black-border);border-radius:999px;background:#ffffff08;color:var(--text-soft);font-size:12px;letter-spacing:.04em}.close-section__cta{display:flex;flex-direction:column;align-items:center;gap:12px}@media(max-width:900px){.offer__microtrust{gap:8px}.offer__microtrust span{flex:1 1 calc(50% - 8px)}.sticky-cta__btn{width:min(100%,420px)}}@media(max-width:480px){.offer__delivery-note{font-size:12px}.offer__microtrust span{flex:1 1 100%}}.includes__midfunnel-cta{text-align:center;padding:56px 0 8px}.includes__midfunnel-trust{font-size:12px;color:var(--text-faint);letter-spacing:.08em;margin-top:14px;text-align:center}.hero__readers{display:flex;align-items:center;gap:8px;margin-top:16px;justify-content:center}.hero__readers-dot{width:7px;height:7px;border-radius:50%;background:#4ade80;flex-shrink:0;animation:readersPulse 2s ease-in-out infinite}@keyframes readersPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.85)}}.hero__readers-text{font-size:12px;color:var(--text-dim);letter-spacing:.04em}@media(max-width:900px){.hero__readers{justify-content:center}}.scroll-progress{position:fixed;inset:0 0 auto 0;height:2px;z-index:900;background:#ffffff0a;pointer-events:none}.scroll-progress__bar{display:block;width:0%;height:100%;background:linear-gradient(90deg,#9a948a,#b5b0a8);box-shadow:0 0 18px #007cf826;transition:width .12s linear}.sticky-cta{background:linear-gradient(180deg,#0a0a0aeb,#080808fa);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:0 -18px 40px #00000059}.sticky-cta:before{content:"";position:absolute;inset:0 0 auto 0;height:1px;background:linear-gradient(90deg,transparent,rgba(0,124,248,.15),transparent)}.sticky-cta__meta{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:10px;font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--text-dim)}.sticky-cta__meta-dot{width:8px;height:8px;border-radius:999px;background:#b5b0a8;box-shadow:0 0 #007cf81a;animation:pulseGold 2.8s ease-in-out infinite}.sticky-cta__btn{position:relative;overflow:hidden;box-shadow:0 12px 28px #00000047,0 0 28px #007cf80a}.sticky-cta__btn:after,.btn--gold:after{content:"";position:absolute;top:0;left:-140%;width:80%;height:100%;background:linear-gradient(120deg,transparent,rgba(255,255,255,.38),transparent);transform:skew(-18deg);transition:left .72s var(--ease);pointer-events:none}.sticky-cta__btn:hover:after,.btn--gold:hover:after,.btn--gold:focus-visible:after,.sticky-cta__btn:focus-visible:after{left:165%}.btn--gold{position:relative;overflow:hidden;transform:translateZ(0);box-shadow:0 14px 30px #0000002e,0 0 0 transparent;transition:transform .24s var(--ease),box-shadow .24s var(--ease),background var(--t-fast),border-color var(--t-fast)}.btn--gold:hover,.btn--gold:focus-visible{transform:translateY(-2px);box-shadow:0 18px 36px #0000003d,0 0 34px #007cf80a}.btn--gold:active{transform:translateY(0)}.hero__book-wrap,.benefit-card,.include-card,.trans-step,.testimonial-card,.presentation__quote-wrap,.for-who-col,.offer__box{transform-style:preserve-3d;will-change:transform;backface-visibility:hidden}@media(pointer:fine)and (prefers-reduced-motion:no-preference){.benefit-card,.include-card,.trans-step,.testimonial-card,.presentation__quote-wrap,.for-who-col,.offer__box,.hero__book-wrap{transition:transform .24s var(--ease),box-shadow .3s var(--ease),border-color .3s var(--ease),background .3s var(--ease)}.offer__payment-logo{transition:transform .22s var(--ease),border-color .22s var(--ease),box-shadow .22s var(--ease),background .22s var(--ease)}.offer__payment-logo:hover{transform:translateY(-2px);border-color:#007cf81a;box-shadow:0 12px 26px #00000038,0 0 26px #007cf808}}.hero__book-wrap{position:relative;filter:drop-shadow(0 30px 60px rgba(0,0,0,.28))}.hero__badge,.hero__card{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.hero__card{background:linear-gradient(180deg,#141414f2,#0e0e0eeb);box-shadow:0 22px 44px #0000007a,0 0 44px #007cf805}.hero__price-now{display:inline-flex;align-items:flex-start;gap:6px;line-height:1}.hero__price-currency{font-family:var(--serif);font-size:.68em;line-height:1;transform:translateY(.15em)}.hero__price-value{display:inline-block;line-height:.9}.offer__box{position:sticky!important;top:110px;border-radius:10px;background:linear-gradient(180deg,#141414f5,#0b0b0bfa);box-shadow:0 18px 60px #00000061,0 0 calc(26px + (var(--offer-focus, 0) * 34px)) rgba(0,124,248,calc(.04 + (var(--offer-focus, 0) * .08)))}.offer__box:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 50% 0%,rgba(0,124,248,calc(.03 + var(--offer-focus, 0) * .08)),transparent 55%);opacity:1;pointer-events:none}.offer__box>*{position:relative;z-index:1}.offer__discount-badge{display:inline-flex;align-items:center;gap:8px;margin:0 0 14px;padding:8px 14px;border-radius:999px;border:1px solid rgba(0,124,248,.11);background:linear-gradient(135deg,#007cf80d,#007cf805);box-shadow:0 0 #007cf80d;animation:badgePulse 3.2s ease-in-out infinite}.offer__discount-badge-num{font-size:14px;font-weight:700;color:#b5b0a8;letter-spacing:.02em}.offer__discount-badge-text{font-size:10px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--text-bright)}@keyframes badgePulse{0%,to{transform:translateY(0);box-shadow:0 0 #007cf80d}50%{transform:translateY(-1px);box-shadow:0 0 0 10px transparent}}.offer__price{display:inline-flex;align-items:flex-start;justify-content:center;gap:6px;margin-bottom:8px;line-height:1}.offer__price-currency{font-size:30px;line-height:1;transform:translateY(.18em);margin-right:2px}.offer__price-value{display:inline-block;font-size:clamp(54px,7vw,80px);line-height:.86;letter-spacing:-.03em;transform:translateY(-.03em)}.offer__price-was{margin-bottom:12px}.offer__installments{max-width:30ch;margin:0 auto 16px}.offer__bank-transfer-note{display:inline-block;margin:0 auto 14px;padding:0 4px}.offer__delivery-note{max-width:34ch;margin:0 auto 18px}.offer__microtrust span{background:linear-gradient(180deg,#ffffff0d,#ffffff05);border-color:#ffffff0f;box-shadow:inset 0 1px #ffffff0a}.offer__live-dot{animation:livePulse 2.4s ease-in-out infinite}@keyframes livePulse{0%,to{transform:scale(1);box-shadow:0 0 #3bec803d}50%{transform:scale(1.08);box-shadow:0 0 0 9px #3bec8000}}.benefit-card,.include-card,.trans-step,.testimonial-card,.presentation__quote-wrap,.for-who-col{border-radius:10px}.benefit-card:after,.include-card:before,.trans-step:after,.testimonial-card:after,.presentation__quote-wrap .presentation__quote,.for-who-col:after{will-change:transform}.benefit-card{box-shadow:inset 0 1px #ffffff05,0 16px 36px #00000024}.benefit-card:after,.trans-step:after,.testimonial-card:after,.for-who-col:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;pointer-events:none;background:radial-gradient(circle at top left,rgba(255,255,255,.06),transparent 45%);opacity:0;transition:opacity .25s var(--ease)}.benefit-card:hover:after,.trans-step:hover:after,.testimonial-card:hover:after,.for-who-col:hover:after{opacity:1}.include-card,.trans-step,.testimonial-card,.for-who-col,.presentation__quote-wrap{box-shadow:inset 0 1px #ffffff05,0 18px 44px #00000029}.testimonial-card{overflow:hidden}.testimonial-card:after{background:radial-gradient(circle at top left,rgba(0,124,248,.03),transparent 45%)}.presentation__quote-wrap{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}[data-offer-box].is-in-focus{border-color:#007cf81a}@media(max-width:900px){.offer__box{position:relative!important;top:auto}.offer__price-currency{font-size:24px;transform:translateY(.18em)}.offer__price-value{font-size:clamp(52px,15vw,68px)}.sticky-cta__meta{font-size:9px}}@media(prefers-reduced-motion:reduce){.scroll-progress__bar,.btn--gold,.sticky-cta__btn,.offer__discount-badge,.offer__live-dot,.sticky-cta__meta-dot,.hero__glow,.book:before{animation:none!important;transition:none!important}}@keyframes fireflyDrift{0%,to{transform:translateZ(0) scale(.95)}25%{transform:translate3d(14px,-18px,0) scale(1.08)}50%{transform:translate3d(-10px,-34px,0) scale(.92)}75%{transform:translate3d(8px,-14px,0) scale(1.04)}}@keyframes fireflyPulse{0%,to{opacity:.2}50%{opacity:.85}}@media(max-width:1100px){.hero__hero-note{top:30px;left:8px;max-width:150px;padding:12px 14px}}@media(max-width:640px){.site-fireflies__dot:nth-child(n+6){display:none}.hero__hero-note{top:14px;left:6px;max-width:132px;padding:10px 12px;border-radius:14px}.hero__hero-note strong{font-size:22px}.hero__hero-note span:last-child{font-size:10px}}@media(max-width:1280px){.hero__hero-note{right:-18px;top:84px}}@media(max-width:1100px){.hero__hero-note{right:-4px;top:72px;min-width:152px;max-width:156px;padding:12px 14px}}@media(max-width:900px){.site-fireflies{opacity:.9;mix-blend-mode:normal}.site-fireflies__dot{display:block!important;box-shadow:0 0 calc(var(--size, 4px) * 2.8) transparent,0 0 calc(var(--size, 4px) * 5.8) #007cf80a}.hero{padding:44px 0 42px}.hero__inner{gap:20px}.hero__content{order:1}.hero__visual{order:-1;padding:12px 0 8px}.hero__visual-stage{min-height:320px}.hero__book-wrap{width:min(172px,52vw);max-width:min(172px,52vw);animation-duration:7.4s}.hero__orbit--1{width:min(232px,72vw);height:min(284px,88vw)}.hero__orbit--2{width:min(258px,80vw);height:min(316px,98vw);opacity:.3}.hero__halo{width:min(270px,82vw);height:min(270px,82vw);filter:blur(8px)}.hero__pedestal{width:min(180px,58vw);height:42px;bottom:58px;filter:blur(10px)}.hero__ambient--3,.hero__hero-note,.hero__card{display:none}.hero__spark{display:block;width:4px;height:4px;opacity:.9}.hero__spark--1{top:28px;right:18px}.hero__spark--2{bottom:88px;left:8px}.hero__spark--3{top:122px;left:18px;width:3px;height:3px}.book{box-shadow:-3px 0 #0a0906,-6px 0 #00000070,16px 18px 48px #000000b8,0 0 70px #007cf808,inset 0 1px #007cf80a,inset 0 -12px 26px #00000038}.book__content{padding:28px 22px 22px 30px}.book__title{font-size:clamp(28px,8vw,32px)}.book__sub{font-size:8px;line-height:1.45}.book__number{font-size:clamp(56px,17vw,72px)}.hero__title{font-size:clamp(38px,10vw,56px)}.hero__subtitle{font-size:13px}.hero__promise{max-width:27ch;font-size:16px;line-height:1.55}.hero__price-row{gap:10px;margin-bottom:10px}.hero__price-now{font-size:32px}.hero__price-usd-note{font-size:10px;margin-top:-4px}.hero__installments{font-size:12px;max-width:28ch;margin-inline:auto}.hero__trust-item{padding:10px 14px;font-size:10px}.btn--gold,.sticky-cta__btn{box-shadow:0 10px 26px #007cf817,0 4px 10px #00000038}}@media(max-width:640px){.site-fireflies{opacity:.84;mix-blend-mode:normal}.site-fireflies__dot{display:block!important;box-shadow:0 0 calc(var(--size, 4px) * 3.1) transparent,0 0 calc(var(--size, 4px) * 6.4) #007cf80d}.hero__visual-stage{min-height:292px}.hero__book-wrap{width:min(156px,50vw);max-width:min(156px,50vw)}.hero__orbit--1{width:min(214px,68vw);height:min(262px,82vw)}.hero__orbit--2{width:min(236px,76vw);height:min(292px,94vw)}.hero__glow{width:340px;height:340px}.hero__grid{opacity:.12}.hero__title{font-size:clamp(34px,9.2vw,42px)}.hero__promise{max-width:24ch;font-size:15px}.hero__actions{gap:14px}.hero__trust{gap:8px}.hero__readers{font-size:11px;padding:8px 12px}}@media(max-width:480px){.hero{padding:40px 0 36px}.hero__visual-stage{min-height:268px}.hero__book-wrap{width:min(148px,48vw);max-width:min(148px,48vw)}.hero__orbit--1{width:min(200px,66vw);height:min(246px,80vw)}.hero__orbit--2{width:min(222px,74vw);height:min(274px,92vw)}.hero__pedestal{bottom:50px;height:36px}.hero__grid,.hero__ambient--2{display:none}.hero__spark{display:block;width:3px;height:3px;opacity:.88}.hero__spark--1{top:22px;right:12px}.hero__spark--2{bottom:72px;left:10px}.hero__spark--3{top:106px;left:14px;width:2px;height:2px}.book__content{padding:24px 18px 18px 26px}.book__title{font-size:26px}.book__brand{margin-bottom:12px}.book__line{margin:14px 0}.hero__title{font-size:32px}.hero__subtitle{font-size:12px}.hero__promise{font-size:14px;max-width:22ch}.hero__price-now{font-size:30px}.hero__trust-item{padding:9px 12px}}html,body{max-width:100%;overflow-x:hidden}@supports (overflow: clip){html,body{overflow-x:clip}}body,#main-content,.site-header,.site-footer,.shopify-section,.shopify-section-group-header-group,.shopify-section-group-footer-group{max-width:100%}.site-fireflies,.scroll-progress{width:100%;max-width:100vw}@media(max-width:900px){html,body,#main-content,.site-header,.site-footer,.shopify-section,.shopify-section-group-header-group,.shopify-section-group-footer-group{overflow-x:hidden!important}@supports (overflow: clip){html,body,#main-content,.site-header,.site-footer,.shopify-section,.shopify-section-group-header-group,.shopify-section-group-footer-group{overflow-x:clip!important}}.hero,.hero .container,.hero__inner,.hero__content,.hero__visual,.hero__visual-stage,.offer,.includes,.presentation,.pain,.transformation,.faq,.close-section,.guarantee,.testimonials,.benefits,.for-who,.marquee{max-width:100%;overflow-x:hidden}@supports (overflow: clip){.hero,.hero .container,.hero__inner,.hero__content,.hero__visual,.hero__visual-stage,.offer,.includes,.presentation,.pain,.transformation,.faq,.close-section,.guarantee,.testimonials,.benefits,.for-who,.marquee{overflow-x:clip}}.hero__ambient,.hero__glow,.hero__spotlight,.hero__orbit,.hero__pedestal,.hero__spark,.site-fireflies__dot,.book,.hero__hero-note,.hero__card{will-change:auto}.hero__glow,.hero__ambient,.hero__spotlight,.site-fireflies,.scroll-progress,body:before{left:0;right:0}}:root{--section-glow-soft: transparent;--section-glow-strong: rgba(0,124,248,.04);--lux-border: rgba(255,255,255,.05);--lux-border-gold: rgba(0,124,248,.09);--lux-shadow: 0 28px 80px rgba(0,0,0,.26);--lux-shadow-soft: 0 18px 44px rgba(0,0,0,.18)}body{background:radial-gradient(circle at 18% 0%,rgba(0,124,248,.02) 0%,transparent 30%),radial-gradient(circle at 82% 12%,rgba(255,255,255,.02) 0%,transparent 24%),linear-gradient(180deg,#080808,#070707)}.site-header{background:#070707d1;border-bottom-color:#ffffff0a;transition:background .28s var(--ease),border-color .28s var(--ease),box-shadow .28s var(--ease)}.site-header:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(255,255,255,.02),transparent 72%);pointer-events:none}body.is-scrolled .site-header{background:#070707e6;border-bottom-color:#007cf80a;box-shadow:0 12px 30px #0000003d}.header-inner{height:78px;position:relative}.header-inner:after{content:"";position:absolute;left:0;bottom:8px;width:88px;height:1px;background:linear-gradient(90deg,rgba(0,124,248,.17),transparent);opacity:.45}.header-logo__brand{color:#007cf83b;text-shadow:0 0 18px rgba(0,124,248,.03)}.header-logo__name{letter-spacing:.02em}.header-cta{min-width:164px;padding-inline:28px;box-shadow:0 14px 38px #007cf80d}.brand-statement{position:relative;overflow:hidden;border-top:1px solid rgba(255,255,255,.03);border-bottom:1px solid rgba(255,255,255,.03);background:linear-gradient(180deg,#ffffff03,#fff0)}.brand-statement:before,.brand-statement:after{content:"";position:absolute;top:0;bottom:0;width:110px;pointer-events:none;z-index:2}.brand-statement:before{left:0;background:linear-gradient(90deg,#080808,transparent)}.brand-statement:after{right:0;background:linear-gradient(270deg,#080808,transparent)}.brand-statement__item{position:relative;color:#ffffffad;letter-spacing:.16em}.brand-statement__item span{color:#007cf838;filter:drop-shadow(0 0 8px rgba(0,124,248,.08))}.presentation,.for-who,.benefits,.pain,.objection,.includes,.transformation,.testimonials,.offer,.guarantee,.faq,.close-section,.site-footer{position:relative;isolation:isolate}.presentation:before,.for-who:before,.benefits:after,.pain:before,.objection:before,.includes:before,.transformation:before,.testimonials:before,.offer:before,.guarantee:before,.faq:before,.close-section:after,.site-footer:before{content:"";position:absolute;inset-inline:0;top:0;height:1px;background:linear-gradient(90deg,transparent,rgba(0,124,248,.05),transparent);opacity:.6;pointer-events:none}.presentation:after,.pain:after,.includes:after,.testimonials:after,.offer:after,.close-section:before,.site-footer:after{content:"";position:absolute;inset:auto 8% 0;height:240px;background:radial-gradient(ellipse at center,var(--section-glow-soft) 0%,transparent 72%);pointer-events:none;filter:blur(30px);opacity:.55;z-index:-1}.presentation__inner,.for-who__grid,.benefits__grid,.objection__compare,.includes__grid,.testimonials__grid,.offer__inner{position:relative}.presentation__right{max-width:560px}.presentation__right:before{content:"";display:block;width:72px;height:1px;margin-bottom:26px;background:linear-gradient(90deg,rgba(0,124,248,.21),transparent)}.presentation__title{max-width:12ch;text-wrap:balance}.presentation__text{max-width:54ch}.presentation__quote-wrap{border-radius:18px;background:linear-gradient(180deg,#ffffff09,#ffffff03);border-color:#007cf80d}.presentation__quote-wrap:after{opacity:.9}.presentation__quote-mark{margin-bottom:10px;filter:drop-shadow(0 0 18px rgba(0,124,248,.04))}.presentation__quote-attr{letter-spacing:.22em}.for-who__header h2,.benefits__title,.includes__title,.testimonials h2,.faq__header h2,.guarantee__title{text-wrap:balance}.for-who__grid{gap:24px;background:transparent;border:0}.for-who-col{position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.045);border-radius:18px;background:linear-gradient(180deg,#ffffff06,#ffffff03);box-shadow:var(--lux-shadow-soft)}.for-who-col:before{content:"";position:absolute;inset:0 0 auto;height:90px;background:radial-gradient(circle at top left,rgba(0,124,248,.04),transparent 60%);opacity:.7;pointer-events:none}.for-who-col--yes{border-left:1px solid rgba(0,124,248,.08)}.for-who-col--no{border-left:1px solid rgba(255,255,255,.06)}.for-who-col__title{margin-bottom:20px}.for-who-item{padding:10px 0;border-bottom:1px solid rgba(255,255,255,.04);transition:color .22s var(--ease),transform .22s var(--ease)}.for-who-item:last-child{border-bottom:0}.for-who-col:hover .for-who-item{color:#ffffffc7}.for-who-item:hover{transform:translate(2px)}.benefits__grid{gap:18px;background:transparent;border:0}.benefit-card{border:1px solid rgba(255,255,255,.045);border-radius:18px;min-height:290px;background:linear-gradient(180deg,#ffffff08,#ffffff03);box-shadow:var(--lux-shadow-soft)}.benefit-card:before{opacity:1;height:1px;background:linear-gradient(90deg,rgba(0,124,248,.26),transparent 70%)}.benefit-card:after{content:attr(data-card-num);position:absolute;right:22px;bottom:12px;font-family:var(--serif);font-size:clamp(54px,7vw,78px);line-height:.9;letter-spacing:-.04em;color:#007cf808;opacity:1;pointer-events:none}.benefit-card__num{position:relative;display:inline-flex;align-items:center;padding:7px 11px;border-radius:999px;border:1px solid rgba(0,124,248,.04);background:#007cf805;font-size:10px}.benefit-card__title{max-width:12ch}.benefit-card__text{max-width:29ch}.benefit-card:hover{background:linear-gradient(180deg,#ffffff0a,#ffffff05);border-color:#007cf80d;transform:translateY(-3px)}.pain__inner{gap:92px}.pain__title,.objection__title,.offer__title{text-wrap:balance}.pain__list{gap:10px}.pain__item{padding:16px 18px 16px 0;border-bottom-color:#ffffff0e;transition:transform .22s var(--ease),color .22s var(--ease),border-color .22s var(--ease)}.pain__item:hover{transform:translate(3px);color:#ffffffd6;border-color:#007cf80d}.pain__item-icon{border-color:#ffffff14;background:#ffffff04}.pain__callout{border-radius:22px;background:linear-gradient(180deg,#ffffff08,#ffffff03);border-color:#007cf80d;box-shadow:0 30px 80px #00000038,0 0 0 1px #ffffff05 inset}.pain__callout-quote{text-wrap:balance}.objection{background:linear-gradient(180deg,#0a0a0a,#090909)}.objection__text{max-width:740px}.objection__text p{color:#ffffff9e}.objection__compare{gap:20px;background:transparent}.objection__col{border:1px solid rgba(255,255,255,.045);border-radius:18px;background:linear-gradient(180deg,#ffffff08,#ffffff03);box-shadow:var(--lux-shadow-soft)}.objection__col--old,.objection__col--new{border-color:#ffffff0b}.objection__col--new{box-shadow:0 24px 60px #0000002e,0 0 0 1px #007cf805 inset}.objection__col-title{margin-bottom:18px}.objection__col-item{border-bottom-color:#ffffff0d}.includes{background:linear-gradient(180deg,#090909,#0a0a0a)}.includes__header{margin-bottom:74px}.includes__sub{max-width:620px}.includes__grid{gap:20px}.include-card{border-radius:20px;border:1px solid rgba(255,255,255,.045);background:linear-gradient(180deg,#ffffff08,#ffffff03);box-shadow:var(--lux-shadow-soft)}.include-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;pointer-events:none;background:radial-gradient(circle at top left,rgba(0,124,248,.03),transparent 42%);opacity:.9}.include-card--main{background:linear-gradient(180deg,#007cf808,#ffffff04);border-color:#007cf80a}.include-card__title{max-width:15ch}.include-card__desc{max-width:34ch}.include-card__feature{border-bottom:1px solid rgba(255,255,255,.045);padding-bottom:10px}.include-card__feature:last-child{border-bottom:0;padding-bottom:0}.include-card:hover{border-color:#007cf80d;transform:translateY(-3px)}.transformation{background:radial-gradient(circle at 50% 0%,rgba(0,124,248,.03),transparent 40%),linear-gradient(180deg,#080808,#0b0b0b)}.transformation__steps{position:relative;gap:20px}.transformation__steps:before{content:"";position:absolute;left:13%;right:13%;top:32px;height:1px;background:linear-gradient(90deg,#007cf80a,#007cf814,#007cf80a);pointer-events:none}.trans-step{position:relative;border-radius:20px;border:1px solid rgba(255,255,255,.045);background:linear-gradient(180deg,#ffffff08,#ffffff03);box-shadow:var(--lux-shadow-soft)}.trans-step:after{opacity:1;background:radial-gradient(circle at top left,rgba(0,124,248,.03),transparent 55%)}.trans-step:before{content:attr(data-step-index);position:absolute;top:22px;right:24px;font-family:var(--mono);font-size:11px;letter-spacing:.18em;color:#007cf829}.trans-step__week{position:relative;margin-bottom:52px}.trans-step__week:after{content:"";position:absolute;left:0;top:calc(100% + 16px);width:10px;height:10px;border-radius:999px;background:#9a948a;box-shadow:0 0 0 6px #007cf808,0 0 18px #007cf817}.trans-step__title{max-width:14ch}.trans-step:hover{border-color:#007cf80d;transform:translateY(-3px)}.testimonials__grid{gap:20px}.testimonial-card{border-radius:20px;border:1px solid rgba(255,255,255,.045);background:linear-gradient(180deg,#ffffff08,#ffffff03);box-shadow:var(--lux-shadow-soft)}.testimonial-card:before{opacity:.55}.testimonial-card:after{opacity:1}.testimonial-card__text{font-size:19px;max-width:28ch;position:relative}.testimonial-card__text:before{content:"\201c";position:absolute;left:-10px;top:-12px;font-size:42px;color:#007cf80d;line-height:1}.testimonial-author__avatar{border:1px solid rgba(0,124,248,.05);box-shadow:0 0 0 4px #007cf805}.offer__stack{border-top:1px solid rgba(255,255,255,.04)}.offer__stack-item{position:relative;border-bottom-color:#ffffff0d;transition:transform .22s var(--ease),border-color .22s var(--ease),color .22s var(--ease)}.offer__stack-item:before{content:"";position:absolute;top:6px;right:0;bottom:6px;left:0;border-radius:10px;background:linear-gradient(90deg,rgba(0,124,248,.02),transparent 60%);opacity:0;pointer-events:none;transition:opacity .22s var(--ease)}.offer__stack-item:hover{transform:translate(4px);border-color:#007cf80a}.offer__stack-item:hover:before{opacity:1}.offer__stack-name{color:#ffffffd1}.offer__stack-value{color:#ffffff42}.offer__box{border-radius:22px;background:linear-gradient(180deg,#ffffff08,#ffffff03);border:1px solid rgba(255,255,255,.05);box-shadow:0 34px 90px #00000047,0 0 0 1px #ffffff05 inset}.offer__box:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;pointer-events:none;background:linear-gradient(180deg,rgba(255,255,255,.045),transparent 26%);opacity:.9}.offer__discount-badge{box-shadow:0 14px 30px #007cf80d}.offer__payment-logo{box-shadow:inset 0 1px #ffffff0a,0 10px 24px #0003}.offer__bank-transfer-note{letter-spacing:.02em;text-shadow:0 0 18px rgba(0,124,248,.04)}.offer__countdown{border-radius:18px;border:1px solid rgba(255,255,255,.045);background:linear-gradient(180deg,#ffffff05,#ffffff03);padding:20px 18px}.offer__microtrust span{background:linear-gradient(180deg,#ffffff0a,#ffffff04);border:1px solid rgba(255,255,255,.05);box-shadow:inset 0 1px #ffffff05}.guarantee{background:linear-gradient(180deg,#0a0a0a,#090909)}.guarantee__inner{max-width:760px;border-radius:22px;border:1px solid rgba(255,255,255,.05);background:linear-gradient(180deg,#ffffff08,#ffffff03);padding:36px 34px;box-shadow:var(--lux-shadow-soft)}.guarantee__inner:before{content:"COMPRA PROTEGIDA";position:absolute;left:34px;top:14px;font-size:10px;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:#007cf838}.guarantee__title{margin-top:10px}.guarantee__icon-wrap{background:radial-gradient(circle at 50% 50%,rgba(0,124,248,.03),transparent 65%)}.faq__list{display:grid;gap:14px}.faq-item{border:1px solid rgba(255,255,255,.05);border-radius:18px;background:linear-gradient(180deg,#ffffff06,#ffffff03);padding-inline:24px;transition:border-color .22s var(--ease),transform .22s var(--ease),background .22s var(--ease)}.faq-item:hover{border-color:#007cf80d;transform:translateY(-2px)}.faq-item__question{padding:24px 0}.faq-item.open{border-color:#007cf80d;background:linear-gradient(180deg,#007cf805,#ffffff04)}.faq-item__answer-inner{padding-top:4px}.close-section{background:radial-gradient(circle at 50% 100%,rgba(0,124,248,.03),transparent 44%),linear-gradient(180deg,#090909,#080808)}.close-section__text{max-width:38ch}.close-section__trust-line{font-size:12px;color:var(--text-faint);letter-spacing:.12em;text-transform:uppercase}.site-footer{background:linear-gradient(180deg,#080808,#070707)}.footer__inner{gap:64px}.footer__logo{position:relative;display:inline-block;padding-right:18px}.footer__logo:after{content:"";position:absolute;left:calc(100% + 8px);top:50%;width:28px;height:1px;background:linear-gradient(90deg,rgba(0,124,248,.15),transparent)}.footer__tagline{max-width:340px}.footer__bottom{border-top-color:#ffffff0d}@media(max-width:900px){.header-inner{height:70px}.header-inner:after{bottom:6px;width:64px}.presentation,.for-who,.benefits,.pain,.objection,.includes,.transformation,.testimonials,.offer,.guarantee,.faq,.close-section{padding-block:96px}.presentation:after,.pain:after,.includes:after,.testimonials:after,.offer:after,.close-section:before,.site-footer:after{height:170px;opacity:.42}.benefits__grid,.includes__grid,.testimonials__grid,.for-who__grid,.objection__compare{gap:14px}.benefit-card,.include-card,.testimonial-card,.trans-step,.for-who-col,.faq-item{border-radius:16px}.transformation__steps:before{left:22px;right:auto;top:18px;bottom:18px;width:1px;height:auto;background:linear-gradient(180deg,#007cf80d,#007cf805)}.trans-step{padding-left:28px}.trans-step__week{margin-bottom:28px}.trans-step__week:after{left:-12px;top:2px}.offer__stack-item:before{top:4px;right:-6px;bottom:4px;left:-6px}.offer__box{border-radius:20px}}@media(max-width:640px){.site-fireflies{opacity:.92}.presentation,.for-who,.benefits,.pain,.objection,.includes,.transformation,.testimonials,.offer,.guarantee,.faq,.close-section{padding-block:82px}.container{padding-inline:22px}.presentation__bg-number{right:-16px;font-size:170px;opacity:.85}.presentation__quote-wrap,.pain__callout,.offer__box,.guarantee__inner{padding:28px 22px}.presentation__title,.benefits__title,.includes__title,.offer__title,.close-section__title,.for-who__header h2,.faq__header h2{max-width:12ch;margin-inline:auto}.presentation__text,.pain__text,.offer__desc,.includes__sub,.close-section__text,.faq-item__answer-inner,.guarantee__text{font-size:15px;line-height:1.72}.benefit-card{min-height:auto;padding:30px 24px}.benefit-card:after{right:18px;bottom:10px;font-size:54px}.benefit-card__text,.testimonial-card__text{max-width:none}.pain__item{gap:12px;padding-right:0}.include-card__desc,.testimonial-card__text,.offer__stack-name{text-wrap:pretty}.offer__stack-name{font-size:14px}.offer__stack-value{font-size:13px}.offer__countdown{padding:16px 12px;gap:6px}.offer__microtrust{gap:8px}.offer__microtrust span{padding:9px 12px}.faq-item{padding-inline:18px}.faq-item__question{font-size:18px;line-height:1.35}.close-section__trust-line{letter-spacing:.08em;line-height:1.6;text-align:center}.footer__logo:after,.header-inner:after,.presentation__right:before,.presentation:after,.pain:after,.includes:after,.testimonials:after,.offer:after,.close-section:before,.site-footer:after{display:none}.guarantee__inner:before{left:50%;transform:translate(-50%);width:max-content}}.benefit-card,.include-card,.trans-step,.testimonial-card,.objection__col{overflow:hidden;isolation:isolate;background:linear-gradient(180deg,#0e0e0ef5,#090909fc);box-shadow:inset 0 1px #ffffff05,0 14px 30px #00000029}.benefit-card:after,.include-card:after,.trans-step:after,.testimonial-card:after,.objection__col:after{border-radius:inherit}.benefits{background:linear-gradient(180deg,#090909,#080808)}.benefits__grid{gap:16px}.benefit-card{min-height:272px;padding:40px 34px;border-color:#ffffff0a;box-shadow:inset 0 1px #ffffff05,0 12px 24px #00000024}.benefit-card:before{height:1px;opacity:.9;background:linear-gradient(90deg,rgba(0,124,248,.22),transparent 62%)}.benefit-card:after{content:none}.benefit-card__num{display:inline-flex;align-items:center;justify-content:center;min-width:38px;height:38px;padding:0 12px;margin-bottom:22px;border-radius:999px;border:1px solid rgba(0,124,248,.05);background:radial-gradient(circle at center,rgba(0,124,248,.03),transparent);color:#007cf842;letter-spacing:.18em;font-size:10px;line-height:1}.benefit-card__title{margin-bottom:16px}.benefit-card__text{color:#ffffff94}.benefit-card:hover{transform:translateY(-2px);border-color:#007cf80a;box-shadow:inset 0 1px #ffffff05,0 18px 36px #0000002e}.objection{background:radial-gradient(circle at 50% 0%,rgba(0,124,248,.02),transparent 34%),linear-gradient(180deg,#0a0a0a,#090909)}.objection__compare{gap:18px}.objection__col{position:relative;border-radius:18px;border-color:#ffffff0a}.objection__col:before{content:"";position:absolute;inset:-18% auto auto -10%;width:68%;aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,rgba(0,124,248,.04),rgba(0,124,248,.01) 46%,transparent 72%);filter:blur(26px);opacity:.5;pointer-events:none}.objection__col--old:before{background:radial-gradient(circle,rgba(255,255,255,.05),rgba(255,255,255,.015) 42%,transparent 70%);opacity:.35}.objection__col--new{border-color:#007cf80a;background:linear-gradient(180deg,#12100cf5,#0a0908fc);box-shadow:inset 0 1px #ffffff05,0 16px 34px #0000002e;animation:none}.objection__col-title{margin-bottom:20px;padding-bottom:18px}.includes{background:linear-gradient(180deg,#090909 0% 100%)}.includes:after{display:none}.includes__grid{gap:18px}.include-card{border-radius:18px;border-color:#ffffff0a;background:linear-gradient(180deg,#0e0e0efa,#090909fe);box-shadow:inset 0 1px #ffffff05,0 14px 28px #00000026}.include-card:before{top:0;right:0;bottom:0;left:0;border-radius:inherit;background:radial-gradient(circle at top left,rgba(0,124,248,.02),transparent 44%);opacity:.72}.include-card:after{top:0;right:0;bottom:0;left:0;border-radius:inherit}.include-card--main{background:linear-gradient(180deg,#16120bfa,#0a0908fe);border-color:#007cf80a;border-left:1px solid rgba(0,124,248,.05);box-shadow:inset 0 1px #ffffff05,0 18px 34px #0000002e;animation:none}.include-card:hover{transform:translateY(-2px);box-shadow:inset 0 1px #ffffff05,0 18px 34px #0000002e}.include-card__tag{border-radius:999px}.include-card__title{margin-bottom:14px}.include-card__desc{color:#ffffff94}.transformation{background:radial-gradient(circle at 50% 0%,rgba(0,124,248,.02),transparent 34%),linear-gradient(180deg,#080808,#0a0a0a)}.transformation__bg{opacity:.42;filter:blur(36px)}.transformation__steps{gap:18px;background:transparent;border:0}.transformation__steps:before{display:none}.trans-step{border-radius:18px;border-color:#ffffff0a;background:linear-gradient(180deg,#0e0e0efa,#090909fe);padding:38px 32px 34px;box-shadow:inset 0 1px #ffffff05,0 14px 28px #00000026}.trans-step:before{content:"";position:absolute;top:0;left:32px;width:56px;height:1px;background:linear-gradient(90deg,rgba(0,124,248,.23),transparent);opacity:.95}.trans-step:after{background:radial-gradient(circle at top left,rgba(0,124,248,.02),transparent 52%);opacity:.9}.trans-step__week{margin-bottom:18px}.trans-step__week:after{content:none}.trans-step__title{max-width:16ch;margin-bottom:12px}.trans-step__text{color:#ffffff94}.trans-step:hover{transform:translateY(-2px);box-shadow:inset 0 1px #ffffff05,0 18px 34px #0000002e}.testimonials{background:linear-gradient(180deg,#0a0a0a,#090909)}.testimonials:after{display:none}.testimonials__grid{gap:18px}.testimonial-card{border-radius:18px;border-color:#ffffff0a;padding:32px 30px;background:linear-gradient(180deg,#0e0e0efa,#090909fe);box-shadow:inset 0 1px #ffffff05,0 14px 28px #00000026}.testimonial-card:before{background:linear-gradient(90deg,rgba(0,124,248,.3),transparent 62%);opacity:.75}.testimonial-card:after{background:radial-gradient(circle at top left,rgba(0,124,248,.02),transparent 48%);opacity:.75}.testimonial-card__stars{margin-bottom:16px}.testimonial-card__text{font-size:16px;line-height:1.72;max-width:31ch;margin-bottom:20px;color:#ffffffc7}.testimonial-card__text:before{left:-6px;top:-10px;font-size:34px;color:#007cf80a}.testimonial-card__author{padding-top:16px}.close-section__cta{gap:22px}.close-section__trust-line{margin-top:2px}@media(max-width:900px){.benefits__grid,.includes__grid,.transformation__steps,.testimonials__grid,.objection__compare{gap:14px}.benefit-card,.include-card,.trans-step,.testimonial-card,.objection__col{border-radius:16px}.trans-step{padding:32px 24px 28px}.trans-step:before{left:24px;width:48px}}@media(max-width:640px){.benefit-card{min-height:auto;padding:28px 22px}.benefit-card__num{min-width:34px;height:34px;margin-bottom:18px;font-size:9px}.include-card,.trans-step,.testimonial-card,.objection__col{padding-left:22px;padding-right:22px}.testimonial-card__text{font-size:15px;line-height:1.68;max-width:none}.close-section__cta{gap:18px}}.includes__grid,.transformation__steps,.testimonials__grid{background:transparent!important;border:0!important}.includes__grid{box-shadow:none!important}.include-card,.trans-step,.testimonial-card{background-color:#090909;background-image:linear-gradient(180deg,#0d0d0dfb,#080808fe)}.include-card:before,.trans-step:after,.testimonial-card:after{background-size:100% 100%;background-repeat:no-repeat}.includes__grid>*,.transformation__steps>*,.testimonials__grid>*{position:relative;z-index:1}.testimonials .testimonial-card__text{font-size:var(--testimonial-text-size, 16px)!important;line-height:var(--testimonial-text-line-height, 1.72)!important;max-width:34ch;text-wrap:pretty}.testimonials--review-font-sans .testimonial-card__text{font-family:var(--sans)!important;font-style:normal!important;font-weight:400;letter-spacing:-.01em}.testimonials--review-font-serif_roman .testimonial-card__text{font-family:var(--serif)!important;font-style:normal!important;font-weight:400;letter-spacing:-.01em}.testimonials--review-font-serif_italic .testimonial-card__text{font-family:var(--serif)!important;font-style:italic!important;font-weight:400;letter-spacing:0}.testimonials--review-font-sans .testimonial-card__text:before{top:-8px}@media(max-width:640px){.testimonials .testimonial-card__text{font-size:var(--testimonial-text-size-mobile, 15px)!important;max-width:none}}.section-title-keyword{color:#b5b0a8;background:linear-gradient(135deg,#9a948a,#b5b0a8 52%,#9a948a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:0 0 22px rgba(0,124,248,.03)}.guarantee__inner{position:relative;padding-top:54px}.guarantee__icon-wrap{margin-top:4px}.guarantee__title{text-wrap:balance}@media(max-width:900px){.presentation__right,.presentation__right .eyebrow,.presentation__title,.presentation__text{text-align:left;margin-inline:0}.presentation .eyebrow{justify-content:flex-start!important}.presentation__title{max-width:none;text-wrap:pretty}.presentation__text{max-width:none}}@media(max-width:640px){.presentation__right:before{display:block;margin-inline:0;width:64px}.presentation__title{max-width:none;margin-inline:0;font-size:clamp(34px,11vw,48px);line-height:1.02}.presentation__text{font-size:15px;line-height:1.76}.guarantee__inner{display:grid;justify-items:center;gap:18px;padding-top:64px;text-align:center}.guarantee__inner:before{top:18px;left:50%;transform:translate(-50%);width:max-content}.guarantee__icon-wrap{margin-top:0;width:88px;height:88px}.guarantee__title{margin-top:0;font-size:clamp(30px,9.6vw,44px);line-height:1.04}.guarantee__text{max-width:28ch;margin-inline:auto}.offers__title,.offer__title,.includes__title,.benefits__title,.faq__header h2,.for-who__header h2,.testimonials h2{text-wrap:balance}}.guarantee__inner>div:last-child{min-width:0}@media(max-width:640px){.guarantee__inner>div:last-child{width:100%}}.testimonials--inside-preview{background:radial-gradient(circle at 12% 18%,rgba(0,124,248,.03),transparent 34%),radial-gradient(circle at 88% 14%,rgba(0,124,248,.02),transparent 28%),linear-gradient(180deg,#090909,#0b0b0b)}.testimonials--inside-preview .testimonials__header{max-width:860px;margin:0 auto 56px}.inside-preview__subtitle{max-width:760px;margin:18px auto 0;font-size:18px;line-height:1.75;color:var(--text-mid);text-wrap:balance}.inside-preview__hero{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:28px;align-items:stretch;margin-bottom:28px}.inside-preview__lead,.inside-preview__frame,.inside-preview-card,.inside-preview__strip-item{position:relative;border:1px solid rgba(255,255,255,.05);background:linear-gradient(180deg,#ffffff0a,#ffffff04);box-shadow:0 24px 60px #00000047;overflow:hidden}.inside-preview__lead:before,.inside-preview__frame:before,.inside-preview-card:before,.inside-preview__strip-item:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(0,124,248,.04),transparent 28%,transparent 72%,rgba(0,124,248,.03));pointer-events:none}.inside-preview__lead{border-radius:28px;padding:38px}.inside-preview__pill{display:inline-flex;align-items:center;gap:10px;padding:10px 16px;border-radius:999px;margin-bottom:22px;border:1px solid rgba(0,124,248,.09);background:#007cf808;color:#9a948a;font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.inside-preview__lead h3{font-family:var(--serif);font-size:clamp(28px,3vw,42px);line-height:1.08;color:var(--white);margin-bottom:18px;max-width:12ch}.inside-preview__lead p{max-width:54ch;color:var(--text-mid);font-size:16px;line-height:1.78;margin-bottom:28px}.inside-preview__stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.inside-preview__stat{padding:18px 16px;border-radius:18px;border:1px solid rgba(255,255,255,.05);background:#0000002e}.inside-preview__stat strong{display:block;font-family:var(--serif);font-size:clamp(26px,3vw,34px);line-height:1;color:#9a948a;margin-bottom:8px}.inside-preview__stat span{display:block;font-size:12px;line-height:1.55;color:var(--text-mid)}.inside-preview__visual{min-width:0}.inside-preview__frame{border-radius:28px;min-height:100%;padding:22px}.inside-preview__frame-top{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:22px}.inside-preview__chip{display:inline-flex;align-items:center;min-height:34px;padding:0 14px;border-radius:999px;background:#ffffff0b;border:1px solid rgba(255,255,255,.06);color:var(--text-bright);font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.inside-preview__frame-body{border-radius:22px;padding:28px;background:linear-gradient(180deg,#00000047,#0000002e);border:1px solid rgba(0,124,248,.04);min-height:calc(100% - 56px)}.inside-preview__kicker{color:#9a948a;font-size:11px;letter-spacing:.18em;text-transform:uppercase;font-weight:700;margin-bottom:14px}.inside-preview__frame-body h4{font-family:var(--serif);font-size:clamp(24px,2.4vw,34px);line-height:1.12;color:var(--white);margin-bottom:22px;max-width:14ch}.inside-preview__chapter-list{display:grid;gap:14px}.inside-preview__chapter-list li{display:grid;gap:4px;padding:14px 0;border-top:1px solid rgba(255,255,255,.06)}.inside-preview__chapter-list li:first-child{padding-top:0;border-top:0}.inside-preview__chapter-list span{color:var(--text-bright);font-size:15px;font-weight:600;letter-spacing:.01em}.inside-preview__chapter-list small{color:var(--text-mid);font-size:13px;line-height:1.6}.inside-preview__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.inside-preview-card{border-radius:24px;padding:28px}.inside-preview-card__top{display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;align-items:center;margin-bottom:18px}.inside-preview-card__tag,.inside-preview-card__badge{font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.inside-preview-card__tag{color:#9a948a}.inside-preview-card__badge{color:var(--text-mid)}.inside-preview-card h3{font-family:var(--serif);font-size:clamp(24px,2vw,30px);line-height:1.14;color:var(--white);margin-bottom:18px;max-width:16ch}.inside-preview-card__list{display:grid;gap:12px;margin-bottom:22px}.inside-preview-card__list li{position:relative;padding-left:18px;color:var(--text-mid);font-size:14px;line-height:1.72}.inside-preview-card__list li:before{content:"\2726";position:absolute;left:0;top:0;color:#9a948a;opacity:.8}.inside-preview-card__footer{padding-top:18px;border-top:1px solid rgba(255,255,255,.06);color:var(--text-bright);font-size:13px;line-height:1.65}.inside-preview__strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:20px}.inside-preview__strip-item{border-radius:18px;padding:18px 20px;color:var(--text-mid);font-size:13px;line-height:1.65}.offer__bank-transfer-note strong{color:#9a948a}.offer__bank-transfer-note span{color:var(--text-mid)}@media(max-width:990px){.inside-preview__hero,.inside-preview__grid,.inside-preview__strip{grid-template-columns:1fr}.inside-preview__lead,.inside-preview__frame,.inside-preview-card{border-radius:22px}}@media(max-width:640px){.inside-preview__subtitle{font-size:16px}.inside-preview__lead{padding:26px 22px}.inside-preview__stats{grid-template-columns:1fr}.inside-preview__frame{padding:16px}.inside-preview__frame-body,.inside-preview-card{padding:22px 18px}.inside-preview__frame-body h4,.inside-preview-card h3,.inside-preview__lead h3{max-width:none}}.header-logo__img{height:32px;width:auto;display:block;filter:brightness(1);transition:opacity var(--t-fast)}.header-logo__img:hover{opacity:.8}h1,h2,.hero__title,.section-title,.offer__title{font-family:Cinzel,Georgia,serif;letter-spacing:-.01em}.btn--gold{background:#f5f5f5!important;color:#0a0a0a!important;border:1px solid #F5F5F5!important;border-radius:2px!important;letter-spacing:.1em!important;font-weight:600!important;text-transform:uppercase!important}.btn--gold:hover{background:#eaeaea!important;border-color:#eaeaea!important}.btn--outline{border-color:#9a948a!important;color:#9a948a!important;border-radius:2px!important;letter-spacing:.1em!important;text-transform:uppercase!important}.btn--outline:hover{border-color:#f5f5f5!important;color:#f5f5f5!important}.hero__title-accent,.hero__price-now,.section-accent,.eyebrow{color:#9a948a!important}.scroll-progress__bar{background:#9a948a!important}.announcement-bar{background:#111!important;border-bottom:1px solid #2A2A2A!important}.footer-logo{display:flex;align-items:center;gap:10px}.footer-logo__img{height:28px;width:auto;opacity:.7}.footer-logo__text{font-family:Cinzel,Georgia,serif;font-size:14px;letter-spacing:.2em;color:#ffffff8c}.hero__divider,.section-divider,.offer__divider{background:#9a948a!important;opacity:.4}.hero__trust-item:before{color:#9a948a!important}.bonus-card,.testimonial-card,.faq-item{border-color:#2a2a2a!important}.bonus-card:hover,.testimonial-card:hover{border-color:#9a948a!important}*{font-family:Plus Jakarta Sans,system-ui,sans-serif}body{background:#05070b!important;font-family:Plus Jakarta Sans,system-ui,sans-serif!important;font-size:17px;-webkit-font-smoothing:antialiased}.site-fireflies{display:none!important}.site-header{background:#05070bf5!important;border-bottom:1px solid #1C2030!important;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.header-logo__img{height:30px;width:auto}.header-logo__brand,.header-logo__name{display:none}.announcement-bar{background:#0c0f16!important;border-bottom:1px solid rgba(0,124,248,.2)!important}h1,.hero__title{font-family:Plus Jakarta Sans,system-ui,sans-serif!important;font-weight:800!important;font-size:clamp(40px,9vw,82px)!important;line-height:1.03!important;letter-spacing:-.025em!important}h2,.section-title,.benefits__title,.pain__title,.objection__title,.includes__title,.offer__title,.presentation__title,.transformation__title,.close-section__title{font-family:Plus Jakarta Sans,system-ui,sans-serif!important;font-weight:700!important;font-size:clamp(26px,5vw,44px)!important;line-height:1.12!important;letter-spacing:-.015em!important}h3,.benefit-card__title,.include-card__title,.for-who-col__title,.trans-step__title,.guarantee__title{font-family:Plus Jakarta Sans,system-ui,sans-serif!important;font-weight:700!important;font-size:clamp(17px,3vw,22px)!important;line-height:1.25!important}p,li,.benefit-card__text,.pain__text,.pain__item,.for-who-item,.faq-item__answer,.offer__desc,.presentation__text,.trans-step__text,.guarantee__text{font-family:Plus Jakarta Sans,system-ui,sans-serif!important;font-weight:400!important;font-size:clamp(15px,2.2vw,17px)!important;line-height:1.72!important;letter-spacing:0!important}.eyebrow,.hero__eyebrow,.include-card__tag,.offer__box-eyebrow,.trans-step__week{font-family:Plus Jakarta Sans,system-ui,sans-serif!important;font-weight:600!important;font-size:11px!important;letter-spacing:.22em!important;text-transform:uppercase!important;color:#9a948a!important}.hero__subtitle{font-size:12px!important;font-weight:600!important;letter-spacing:.18em!important;text-transform:uppercase!important;color:#9a948a!important}.hero__promise{font-size:clamp(16px,2.2vw,18px)!important;font-weight:400!important;line-height:1.65!important;color:#ffffffad!important;max-width:500px!important}.hero__title-accent,.section-title-keyword{color:#007cf8!important}.btn{font-family:Plus Jakarta Sans,system-ui,sans-serif!important;font-weight:700!important;font-size:12px!important;letter-spacing:.14em!important;text-transform:uppercase!important;border-radius:2px!important}.btn--gold{background:#f5f5f5!important;color:#05070b!important;border:1px solid #F5F5F5!important}.btn--gold:hover{background:#e8e8e8!important;border-color:#e8e8e8!important}.scroll-progress__bar{background:#007cf8!important}.benefit-card{background:#0f1219!important;border:1px solid #1C2030!important;border-radius:4px!important;transition:border-color .25s ease}.benefit-card:hover{border-color:#007cf859!important;box-shadow:0 0 24px #007cf80f!important}.benefit-card__num{font-weight:800!important;font-size:10px!important;letter-spacing:.18em!important;color:#007cf8!important}.include-card{background:#0f1219!important;border:1px solid #1C2030!important;border-radius:4px!important;transition:border-color .25s ease}.include-card--main{border-color:#007cf840!important;box-shadow:0 0 32px #007cf80d!important}.include-card:hover{border-color:#007cf84d!important}.include-card__tag{background:#007cf81a!important;border:1px solid rgba(0,124,248,.25)!important;color:#007cf8!important}.include-card__tag--bonus{background:#9a948a14!important;border-color:#9a948a33!important;color:#9a948a!important}.faq-item{border-bottom:1px solid #1C2030!important}.faq-item__question{font-size:clamp(15px,2.2vw,17px)!important;font-weight:600!important;line-height:1.45!important}.faq-item__icon{color:#007cf8!important}.faq-item__answer-inner{font-size:clamp(14px,2vw,16px)!important;line-height:1.72!important;color:#fff9!important}.offer__box{background:#0f1219!important;border:1px solid rgba(0,124,248,.2)!important;box-shadow:0 0 48px #007cf80f,inset 0 1px #ffffff0a!important;border-radius:6px!important}.offer__discount-badge{background:#007cf81f!important;border:1px solid rgba(0,124,248,.3)!important;color:#007cf8!important;border-radius:3px!important}.guarantee__inner{border:1px solid rgba(0,124,248,.15)!important;background:#0f1219!important;border-radius:4px!important}.trans-step{border-left:2px solid #1C2030!important;transition:border-color .3s}.trans-step:hover,.trans-step.is-active{border-left-color:#007cf8!important}.trans-step__week{color:#007cf8!important}.objection__col--new{border:1px solid rgba(0,124,248,.2)!important;background:#007cf80a!important;border-radius:4px!important}.objection__icon--yes{color:#007cf8!important}.objection__icon--no{color:#4a4a5a!important}.brand-statement{border-top:1px solid #1C2030!important;border-bottom:1px solid #1C2030!important;background:#0c0f16!important}.brand-statement__item{font-weight:600!important;font-size:11px!important;letter-spacing:.2em!important;text-transform:uppercase!important;color:#9a948a!important}.brand-statement__item span{color:#007cf8!important}.hero__divider{background:linear-gradient(90deg,#007CF8,transparent)!important;height:1px!important;opacity:.4!important}.hero__trust-item{font-size:11px!important;font-weight:500!important;letter-spacing:.08em!important;color:#ffffff73!important}.hero__trust-item:before{color:#007cf8!important}.pain__item-icon{background:#007cf81f!important;border:1px solid rgba(0,124,248,.2)!important}.pain__callout{border-left:2px solid #007CF8!important;background:#007cf80a!important}.inside-preview__frame{border:1px solid rgba(0,124,248,.2)!important;background:#0f1219!important}.close-section{border-top:1px solid rgba(0,124,248,.1)!important}.footer__logo-img{opacity:.6}.presentation__quote-mark{color:#007cf84d!important}.hero__ambient--1{background:radial-gradient(ellipse at 20% 50%,rgba(0,124,248,.06) 0%,transparent 60%)!important}.hero__ambient--2{background:radial-gradient(ellipse at 80% 20%,rgba(0,124,248,.04) 0%,transparent 50%)!important}.hero__glow{background:radial-gradient(ellipse at 50% 0%,rgba(0,124,248,.08) 0%,transparent 60%)!important}@media(max-width:768px){h1,.hero__title{font-size:clamp(36px,11vw,52px)!important}h2{font-size:clamp(24px,7vw,34px)!important}p,li{font-size:15px!important}.hero__promise{font-size:16px!important}}body,html{background:#05070b!important}.site-fireflies,.site-fireflies__dot{display:none!important;opacity:0!important}.hero__ambient--1,.hero__ambient--2,.hero__ambient--3{opacity:.4!important;background:radial-gradient(circle,rgba(0,124,248,.05) 0%,transparent 70%)!important}.hero__glow{background:radial-gradient(ellipse at 50% -10%,rgba(0,124,248,.06) 0%,transparent 60%)!important}.hero__grid{opacity:.025!important;background-image:linear-gradient(rgba(255,255,255,.6) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.6) 1px,transparent 1px)!important}.hero__line{background:linear-gradient(90deg,transparent,rgba(0,124,248,.15),transparent)!important}.btn--gold{background:#f5f5f5!important;color:#05070b!important;border:1px solid #F5F5F5!important;border-radius:2px!important;animation:none!important;box-shadow:none!important;transition:background .2s ease,box-shadow .2s ease!important}.btn--gold:hover{background:#e2e2e2!important;border-color:#e2e2e2!important;box-shadow:0 8px 32px #0006!important}.announcement-bar{background:#05070b!important;border-bottom:1px solid rgba(0,124,248,.15)!important}.benefit-card,.include-card,.faq-item,.objection__col,.testimonial-card,.inside-preview-card,.inside-preview__frame,.offer__box,.guarantee__inner,.pain__callout,.presentation__quote-wrap{background:#0f1219!important;border:1px solid #1C2030!important}.benefit-card:hover,.include-card:hover,.inside-preview-card:hover{border-color:#007cf840!important;box-shadow:0 0 32px #007cf80a!important}.include-card--main,.offer__box{border-color:#007cf833!important;box-shadow:0 0 48px #007cf80a!important}.presentation{background:#05070b!important;overflow:hidden!important;position:relative!important}.presentation__bg-number{position:absolute!important;right:-2%!important;top:50%!important;transform:translateY(-50%)!important;font-size:clamp(180px,22vw,320px)!important;font-weight:900!important;line-height:1!important;letter-spacing:-.05em!important;color:transparent!important;-webkit-text-stroke:1px rgba(0,124,248,.08)!important;background:linear-gradient(135deg,rgba(0,124,248,.06) 0%,transparent 60%)!important;-webkit-background-clip:text!important;background-clip:text!important;-webkit-user-select:none!important;user-select:none!important;pointer-events:none!important;animation:numberPulse 6s ease-in-out infinite!important;z-index:0!important}@keyframes numberPulse{0%,to{opacity:.6;transform:translateY(-50%) scale(1)}50%{opacity:1;transform:translateY(-50%) scale(1.02)}}.presentation__quote-wrap{background:#0f1219!important;border:1px solid #1C2030!important;border-radius:6px!important;position:relative!important;z-index:1!important}.presentation__quote-wrap:before{border-color:#007cf826!important}.presentation__quote-wrap:after{border-color:#007cf814!important}.presentation__quote-mark{color:#007cf840!important;font-size:64px!important}.presentation__quote{color:#ffffffd1!important;font-style:italic!important;font-size:clamp(16px,2.2vw,20px)!important;line-height:1.65!important}.presentation__quote-attr{color:#9a948a!important;font-size:11px!important;letter-spacing:.2em!important;text-transform:uppercase!important;margin-top:20px!important}.presentation__left{position:relative!important}.presentation__left:before{content:""!important;position:absolute!important;left:-24px!important;top:0!important;bottom:0!important;width:1px!important;background:linear-gradient(to bottom,transparent,rgba(0,124,248,.3),transparent)!important}.objection__col--old{background:#0c0f16!important;border:1px solid #1C2030!important;border-radius:4px!important}.objection__col--new{background:#007cf808!important;border:1px solid rgba(0,124,248,.18)!important;border-radius:4px!important}.objection__col-title{font-size:11px!important;letter-spacing:.2em!important;text-transform:uppercase!important;font-weight:600!important}.pain__callout{background:#007cf808!important;border:1px solid rgba(0,124,248,.12)!important;border-left:2px solid #007CF8!important;border-radius:0 4px 4px 0!important;padding:28px 32px!important}.pain__callout-quote{color:#ffffffc7!important;font-style:italic!important;font-size:clamp(16px,2vw,19px)!important;line-height:1.65!important}.pain__callout-attr{color:#9a948a!important;font-size:11px!important;letter-spacing:.15em!important;text-transform:uppercase!important;margin-top:16px!important}.pain__item-icon{background:#007cf814!important;border:1px solid rgba(0,124,248,.15)!important;color:#007cf8!important}.brand-statement{background:#05070b!important;border-top:1px solid #1C2030!important;border-bottom:1px solid #1C2030!important}.brand-statement__item span{color:#007cf880!important}.offer{background:#05070b!important}.offer__bg-glow{display:none!important}.offer__stack-item{border-bottom:1px solid #1C2030!important}.offer__stack-bullet{color:#007cf8!important}.offer__stack-value{color:#9a948a!important}.offer__discount-badge{background:#007cf814!important;border:1px solid rgba(0,124,248,.2)!important;color:#007cf8!important}.guarantee{background:#05070b!important}.guarantee__inner{background:#0f1219!important;border:1px solid rgba(0,124,248,.12)!important;border-radius:6px!important}.guarantee__icon-wrap{color:#007cf8!important}.transformation__bg{display:none!important}.transformation{background:#05070b!important}.trans-step{border-left:2px solid #1C2030!important;padding-left:24px!important;transition:border-color .3s!important}.trans-step:hover{border-left-color:#007cf8!important}.trans-step__week{color:#007cf8!important;font-size:11px!important;letter-spacing:.2em!important;text-transform:uppercase!important;font-weight:600!important}.for-who{background:#05070b!important}.for-who-col--yes{border-color:#007cf826!important}.for-who-col--yes .for-who-icon{color:#007cf8!important}.for-who-col--no .for-who-icon{color:#3a3a4a!important}.benefits{background:#05070b!important}.benefit-card__num{color:#007cf8!important;font-size:10px!important;font-weight:800!important;letter-spacing:.2em!important}.testimonials,.inside-preview{background:#05070b!important}.inside-preview__stat strong{color:#007cf8!important}.inside-preview__frame{background:#0f1219!important;border:1px solid rgba(0,124,248,.15)!important;border-radius:6px!important}.inside-preview-card{background:#0f1219!important;border:1px solid #1C2030!important;border-radius:6px!important}.close-section{background:#05070b!important;border-top:1px solid rgba(0,124,248,.08)!important}.sticky-cta{background:#05070bf7!important;border-top:1px solid #1C2030!important;-webkit-backdrop-filter:blur(16px)!important;backdrop-filter:blur(16px)!important}body:before{opacity:.02!important}.hero__price-now{color:#f5f5f5!important}.hero__price-was{color:#4a4a5a!important;text-decoration:line-through!important}.hero__trust-item{color:#ffffff61!important;font-size:11px!important;letter-spacing:.08em!important}.hero__divider{background:linear-gradient(90deg,#007cf8,#007cf81a)!important;opacity:.35!important;height:1px!important}.section-divider{background:linear-gradient(90deg,transparent,rgba(0,124,248,.2),transparent)!important}.scroll-progress__bar,.scroll-progress__fill{background:#007cf8!important}@media(max-width:768px){.presentation__bg-number{font-size:120px!important;right:-5%!important;opacity:.5!important}.presentation__left:before{display:none!important}}*,*:before,*:after{font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif!important}.section-title-keyword{color:#007cf8!important;background:none!important;-webkit-background-clip:unset!important;-webkit-text-fill-color:#007CF8!important;background-clip:unset!important;text-shadow:none!important}.hero__title-accent{color:#007cf8!important;-webkit-text-fill-color:#007CF8!important}.announcement-bar{background:#05070b!important;border-bottom:1px solid rgba(0,124,248,.12)!important}.announcement-bar p{font-size:12px!important;letter-spacing:.06em!important;font-weight:500!important}.site-header{background:#05070bf7!important;border-bottom:1px solid #1C2030!important;backdrop-filter:blur(20px)!important;-webkit-backdrop-filter:blur(20px)!important}.header-logo__img{height:28px!important;width:auto!important;display:block!important}.hero{background:#05070b!important}.hero__grid{opacity:.02!important}.hero__spotlight{display:none!important}.btn--gold,.btn--gold-lg,.product-page__cta{background:#f5f5f5!important;color:#05070b!important;border:1px solid #F5F5F5!important;border-radius:2px!important;font-weight:700!important;font-size:12px!important;letter-spacing:.14em!important;text-transform:uppercase!important;padding:18px 48px!important;transition:all .2s ease!important;animation:none!important;box-shadow:none!important}.btn--gold:hover,.btn--gold-lg:hover{background:#dcdcdc!important;border-color:#dcdcdc!important;box-shadow:0 8px 24px #00000059!important;transform:translateY(-1px)!important}@media(max-width:768px){.pain{padding:64px 0!important}.pain__inner{gap:40px!important}.pain__callout{margin-top:0!important}}@media(max-width:768px){.presentation{padding:64px 0!important}.presentation__inner{gap:40px!important}.presentation__bg-number{font-size:100px!important;right:-8%!important;opacity:.35!important}}.include-card{background:#0f1219!important;border:1px solid #1C2030!important;border-radius:6px!important;padding:28px!important;transition:border-color .25s ease!important}.include-card--main{border-color:#007cf833!important}.include-card:hover{border-color:#007cf840!important}.include-card__feature{font-size:14px!important;line-height:1.5!important;color:#ffffffa6!important;padding:8px 0!important;border-bottom:1px solid #1C2030!important}.include-card__feature:last-child{border-bottom:none!important}.benefit-card{background:#0f1219!important;border:1px solid #1C2030!important;border-radius:6px!important;padding:28px!important;transition:border-color .25s ease!important}.benefit-card:hover{border-color:#007cf833!important}.for-who-col{background:#0f1219!important;border:1px solid #1C2030!important;border-radius:6px!important;padding:32px!important}.for-who-col--yes{border-color:#007cf82e!important}.faq-item{background:transparent!important;border:none!important;border-bottom:1px solid #1C2030!important;border-radius:0!important;padding-inline:0!important}.faq-item:first-child{border-top:1px solid #1C2030!important}.faq-item__question{padding:20px 0!important;font-size:15px!important;font-weight:600!important;color:#ffffffd9!important;text-align:left!important;width:100%!important;display:flex!important;justify-content:space-between!important;align-items:center!important;gap:16px!important}.faq-item__icon{color:#007cf8!important;font-size:20px!important;line-height:1!important;flex-shrink:0!important;font-weight:300!important}.faq-item__answer-inner{padding:0 0 20px!important;font-size:14px!important;line-height:1.72!important;color:#ffffff8c!important}.offer__box{background:#0f1219!important;border:1px solid rgba(0,124,248,.18)!important;border-radius:8px!important;box-shadow:0 0 60px #007cf80a!important}.close-section{background:#05070b!important;border-top:1px solid rgba(0,124,248,.08)!important;text-align:center!important}.close-section__title{font-size:clamp(30px,6vw,52px)!important;font-weight:700!important;line-height:1.1!important;letter-spacing:-.02em!important}.close-section__title em{color:#9a948a!important;font-style:italic!important}.close-section__text{max-width:520px!important;margin:0 auto 32px!important;color:#ffffff8c!important;font-size:16px!important;line-height:1.7!important}.close-section__trust-line{margin-top:16px!important;font-size:11px!important;letter-spacing:.12em!important;color:#ffffff4d!important;text-transform:uppercase!important}.site-footer{background:#05070b!important;border-top:1px solid #1C2030!important}.footer__brand-label{font-family:Plus Jakarta Sans,system-ui,sans-serif!important;font-weight:800!important;font-size:14px!important;letter-spacing:.2em!important;color:#f5f5f5!important}.footer__tagline{color:#ffffff59!important;font-size:12px!important;font-style:italic!important;margin-top:8px!important}.footer__col-title{font-size:10px!important;letter-spacing:.2em!important;text-transform:uppercase!important;color:#9a948a!important;font-weight:600!important;margin-bottom:16px!important}.footer__links a{color:#ffffff73!important;font-size:13px!important;transition:color .2s ease!important}.footer__links a:hover{color:#f5f5f5!important}.footer__copy{color:#ffffff40!important;font-size:11px!important}.sticky-cta{background:#05070bfa!important;border-top:1px solid #1C2030!important;-webkit-backdrop-filter:blur(20px)!important;backdrop-filter:blur(20px)!important}@media(max-width:768px){section{padding-top:56px!important;padding-bottom:56px!important}.hero{padding-top:80px!important;padding-bottom:80px!important}.btn--gold,.btn--gold-lg{padding:16px 36px!important;font-size:11px!important;width:100%!important;text-align:center!important}.close-section .btn--gold{width:auto!important}h1,.hero__title{font-size:clamp(34px,10vw,48px)!important}h2{font-size:clamp(22px,6vw,32px)!important}}body:before{opacity:.015!important}html{scroll-behavior:smooth!important}::selection{background:#007cf840!important;color:#f5f5f5!important}.header-logo__img,.header-logo__brand,.header-logo__name{display:none!important}.header-logo__wordmark{font-family:Plus Jakarta Sans,system-ui,sans-serif!important;font-weight:800!important;font-size:17px!important;letter-spacing:.28em!important;color:#f5f5f5!important;text-transform:uppercase!important;line-height:1!important;text-decoration:none!important;display:block!important;transition:opacity .2s ease!important}.header-logo:hover .header-logo__wordmark{opacity:.7!important}.includes__grid{display:grid!important;grid-template-columns:1fr 1fr!important;grid-template-rows:auto auto!important;gap:16px!important}.include-card--main{grid-column:1 / 2!important;grid-row:1!important}.includes__grid>.include-card:nth-child(2){grid-column:2 / 3!important;grid-row:1!important}.includes__grid>.include-card:nth-child(3),.includes__grid>.include-card:nth-child(4){grid-column:auto!important;grid-row:2!important}.include-card{padding:24px!important;border-radius:6px!important}.include-card__title{font-size:clamp(15px,2vw,18px)!important;font-weight:700!important;line-height:1.3!important;margin-bottom:10px!important}.include-card__desc{font-size:13px!important;line-height:1.55!important;color:#ffffff80!important;margin-bottom:16px!important}.include-card__features{display:flex!important;flex-direction:column!important;gap:0!important}.include-card__feature{font-size:13px!important;line-height:1.45!important;color:#fff9!important;padding:7px 0!important;border-bottom:1px solid rgba(255,255,255,.06)!important}.include-card__feature:last-child{border-bottom:none!important;padding-bottom:0!important}.include-card__feature:empty{display:none!important}.include-card__tag{font-size:9px!important;letter-spacing:.2em!important;padding:4px 10px!important;margin-bottom:14px!important}.includes__midfunnel-cta{text-align:center!important;margin-top:48px!important}.includes__midfunnel-trust{margin-top:12px!important;font-size:11px!important;letter-spacing:.1em!important;color:#ffffff4d!important;text-transform:uppercase!important}@media(max-width:768px){.includes__grid{grid-template-columns:1fr!important}.include-card--main,.includes__grid>.include-card:nth-child(2),.includes__grid>.include-card:nth-child(3),.includes__grid>.include-card:nth-child(4){grid-column:1!important;grid-row:auto!important}.include-card{padding:20px!important}}.inside-preview-card__footer,.inside-preview-card__note{display:none!important}.inside-preview__grid{gap:16px!important}.inside-preview-card{padding:24px!important}.inside-preview-card h3{font-size:clamp(15px,2vw,17px)!important;font-weight:700!important;line-height:1.3!important;margin-bottom:14px!important}.inside-preview-card__point{font-size:13px!important;line-height:1.55!important;color:#ffffff94!important;padding:7px 0!important;border-bottom:1px solid rgba(255,255,255,.05)!important}.inside-preview-card__point:last-child{border-bottom:none!important;padding-bottom:0!important}.inside-preview__strip:empty,.inside-preview__strip-item:empty{display:none!important}.pain__list{gap:0!important}.pain__item{display:flex!important;align-items:flex-start!important;gap:16px!important;padding:16px 0!important;border-bottom:1px solid rgba(255,255,255,.06)!important;font-size:15px!important;line-height:1.6!important;color:#ffffffb8!important;transition:color .2s ease!important}.pain__item:last-child{border-bottom:none!important}.pain__item:hover{color:#ffffffe0!important;transform:none!important}.pain__item-icon{width:20px!important;height:20px!important;min-width:20px!important;border-radius:50%!important;border:1.5px solid rgba(0,124,248,.45)!important;background:#007cf80f!important;display:flex!important;align-items:center!important;justify-content:center!important;flex-shrink:0!important;margin-top:2px!important;position:relative!important;box-shadow:0 0 8px #007cf81f!important}.pain__item:hover .pain__item-icon{border-color:#007cf8b3!important;box-shadow:0 0 12px #007cf833!important}.guarantee__inner{position:relative!important;background:#0f1219!important;border:1px solid rgba(0,124,248,.18)!important;border-radius:8px!important;padding:36px 40px!important;display:flex!important;align-items:center!important;gap:28px!important;max-width:680px!important;margin:0 auto!important;box-shadow:0 0 48px #007cf80a!important}.guarantee__inner:before{content:"COMPRA PROTEGIDA"!important;position:absolute!important;top:-1px!important;left:36px!important;transform:translateY(-50%)!important;font-size:9px!important;font-weight:700!important;letter-spacing:.25em!important;text-transform:uppercase!important;color:#007cf8!important;background:#0f1219!important;padding:0 10px!important;line-height:1!important}.guarantee__icon-wrap{width:48px!important;height:48px!important;min-width:48px!important;border-radius:8px!important;background:#007cf814!important;border:1px solid rgba(0,124,248,.25)!important;display:flex!important;align-items:center!important;justify-content:center!important;flex-shrink:0!important;box-shadow:0 0 16px #007cf81a!important}.guarantee__icon-wrap svg{width:20px!important;height:20px!important;stroke:#007cf8!important;stroke-width:1.5px!important}.guarantee__title{font-size:clamp(16px,2.2vw,19px)!important;font-weight:700!important;color:#f5f5f5!important;margin-bottom:6px!important;line-height:1.3!important;padding-top:0!important;margin-top:0!important}.guarantee__title .section-title-keyword{color:#007cf8!important;-webkit-text-fill-color:#007CF8!important;background:none!important;-webkit-background-clip:unset!important;background-clip:unset!important}.guarantee__text{font-size:14px!important;line-height:1.7!important;color:#ffffff80!important;margin:0!important}@media(max-width:640px){.guarantee__inner{flex-direction:row!important;padding:32px 24px 28px!important;align-items:flex-start!important}.guarantee__inner:before{left:24px!important}}.guarantee{background:#05070b!important;padding:60px 0!important}.guarantee__inner{display:flex!important;align-items:center!important;gap:24px!important;max-width:640px!important;margin:0 auto!important;background:#0f1219!important;border:1px solid rgba(0,124,248,.18)!important;border-radius:10px!important;padding:36px 40px!important;position:relative!important;box-shadow:0 0 48px #007cf80a!important}.guarantee__inner:before{content:"COMPRA PROTEGIDA"!important;position:absolute!important;top:0!important;left:36px!important;transform:translateY(-50%)!important;font-size:9px!important;font-weight:700!important;letter-spacing:.25em!important;text-transform:uppercase!important;color:#007cf8!important;background:#0f1219!important;padding:0 10px!important;line-height:1!important;white-space:nowrap!important}.guarantee__icon-wrap{width:52px!important;height:52px!important;min-width:52px!important;border-radius:8px!important;background:#007cf814!important;border:1px solid rgba(0,124,248,.25)!important;display:flex!important;align-items:center!important;justify-content:center!important;flex-shrink:0!important;color:#007cf8!important;box-shadow:0 0 16px #007cf81a!important}.guarantee__icon-wrap svg{width:22px!important;height:22px!important;stroke:#007cf8!important;color:#007cf8!important}.guarantee__title{font-size:clamp(17px,2.5vw,20px)!important;font-weight:700!important;color:#f5f5f5!important;margin-bottom:8px!important;line-height:1.3!important}.guarantee__text{font-size:14px!important;line-height:1.72!important;color:#ffffff85!important;margin:0!important}@media(max-width:640px){.guarantee__inner{flex-direction:row!important;text-align:left!important;align-items:flex-start!important;padding:36px 20px 24px!important;gap:16px!important;margin:0 16px!important}.guarantee__inner:before{left:20px!important}.guarantee__icon-wrap{width:44px!important;height:44px!important;min-width:44px!important}.guarantee__title{font-size:16px!important}.guarantee__text{font-size:13px!important}}.faq-item__icon{width:32px!important;height:32px!important;min-width:32px!important;border-radius:50%!important;border:1px solid rgba(0,124,248,.3)!important;background:#007cf80f!important;display:flex!important;align-items:center!important;justify-content:center!important;flex-shrink:0!important;color:#007cf8!important;font-size:20px!important;font-weight:300!important;line-height:1!important;padding:0 0 1px!important;margin:0!important;font-family:Plus Jakarta Sans,system-ui,sans-serif!important;transition:transform .3s ease,border-color .2s ease,background .2s ease!important}.faq-item.open .faq-item__icon{transform:rotate(45deg)!important;border-color:#007cf899!important;background:#007cf81f!important;color:#007cf8!important}.faq-item__question{font-size:clamp(14px,2vw,16px)!important;font-weight:600!important;font-family:Plus Jakarta Sans,system-ui,sans-serif!important;padding:20px 0!important;gap:16px!important}@media(max-width:768px){.faq-item__icon{width:30px!important;height:30px!important;min-width:30px!important;font-size:18px!important}.faq-item__question{font-size:14px!important;padding:18px 0!important}}.hero__book-wrap{position:relative!important;filter:drop-shadow(0 40px 80px rgba(0,0,0,.5))!important}.hero__book-wrap:before{content:""!important;position:absolute!important;top:-20px!important;right:-20px!important;bottom:-20px!important;left:-20px!important;background:radial-gradient(ellipse at 50% 30%,rgba(255,255,255,.12) 0%,rgba(255,255,255,.04) 35%,transparent 70%)!important;z-index:-1!important;border-radius:12px!important;pointer-events:none!important}.hero__book-wrap:after{content:""!important;position:absolute!important;bottom:-30px!important;left:50%!important;transform:translate(-50%)!important;width:80%!important;height:40px!important;background:radial-gradient(ellipse at center,rgba(0,124,248,.18) 0%,transparent 70%)!important;z-index:-1!important;pointer-events:none!important;filter:blur(8px)!important}.hero__book-wrap img,.hero__book-wrap .book,.hero__book-wrap picture img{filter:brightness(1.06) contrast(1.02)!important}@keyframes bookGlow{0%,to{opacity:.7;transform:scale(1)}50%{opacity:1;transform:scale(1.03)}}.hero__book-wrap:before{animation:bookGlow 4s ease-in-out infinite!important}@media(max-width:768px){.hero__book-wrap:before{top:-12px!important;right:-12px!important;bottom:-12px!important;left:-12px!important;background:radial-gradient(ellipse at 50% 25%,rgba(255,255,255,.09) 0%,rgba(255,255,255,.03) 35%,transparent 65%)!important}.hero__book-wrap:after{width:90%!important;height:30px!important;bottom:-20px!important}}.faq-item__answer{display:grid!important;grid-template-rows:0fr!important;transition:grid-template-rows .38s cubic-bezier(.4,0,.2,1)!important;overflow:hidden!important;max-height:none!important}.faq-item.open .faq-item__answer{grid-template-rows:1fr!important}.faq-item__answer-inner{overflow:hidden!important;padding-bottom:0!important}.faq-item.open .faq-item__answer-inner{padding-bottom:24px!important}.faq-item__icon{width:30px!important;height:30px!important;min-width:30px!important;border-radius:50%!important;border:1px solid rgba(0,124,248,.25)!important;background:#007cf80d!important;display:flex!important;align-items:center!important;justify-content:center!important;flex-shrink:0!important;color:#007cf8!important;font-size:0!important;transition:transform .38s cubic-bezier(.4,0,.2,1),border-color .2s ease,background .2s ease!important}.faq-item__icon svg{display:block!important;stroke:#007cf8!important;transition:stroke .2s ease!important}.faq-item.open .faq-item__icon{transform:rotate(45deg)!important;border-color:#007cf880!important;background:#007cf81a!important}.faq-item__question{font-family:Plus Jakarta Sans,system-ui,sans-serif!important;font-size:15px!important;font-weight:600!important;padding:20px 0!important;gap:16px!important;color:#ffffffd9!important;line-height:1.45!important}.faq-item__question:hover{color:#f5f5f5!important}.faq-item__answer-inner{font-family:Plus Jakarta Sans,system-ui,sans-serif!important;font-size:14px!important;line-height:1.72!important;color:#ffffff85!important}.faq-item{border-bottom:1px solid rgba(255,255,255,.07)!important}.faq-item:first-child{border-top:1px solid rgba(255,255,255,.07)!important}@media(max-width:768px){.faq-item__question{font-size:14px!important;padding:16px 0!important}.faq-item__icon{width:28px!important;height:28px!important;min-width:28px!important}.faq-item__icon svg{width:10px!important;height:10px!important}}.guarantee{background:#05070b!important;padding:72px 0!important}.guarantee__inner{position:relative!important;display:flex!important;align-items:center!important;gap:28px!important;max-width:620px!important;margin:0 auto!important;background:#0d1018!important;border:1px solid rgba(0,124,248,.15)!important;border-radius:12px!important;padding:40px 44px!important;box-shadow:0 0 60px #007cf80a,0 24px 48px #0000004d!important}.guarantee__label{position:absolute!important;top:-10px!important;left:36px!important;font-family:Plus Jakarta Sans,system-ui,sans-serif!important;font-size:9px!important;font-weight:700!important;letter-spacing:.25em!important;text-transform:uppercase!important;color:#007cf8!important;background:#0d1018!important;padding:2px 10px!important;border-radius:2px!important;line-height:1.4!important;white-space:nowrap!important}.guarantee__icon-wrap{width:52px!important;height:52px!important;min-width:52px!important;border-radius:10px!important;background:#007cf814!important;border:1px solid rgba(0,124,248,.2)!important;display:flex!important;align-items:center!important;justify-content:center!important;flex-shrink:0!important;color:#007cf8!important;box-shadow:0 0 20px #007cf814!important}.guarantee__icon-wrap:before{display:none!important}.guarantee__icon-wrap svg{stroke:#007cf8!important}.guarantee__body{flex:1!important}.guarantee__title{font-family:Plus Jakarta Sans,system-ui,sans-serif!important;font-size:clamp(16px,2.5vw,19px)!important;font-weight:700!important;color:#f5f5f5!important;margin-bottom:8px!important;line-height:1.3!important}.guarantee__text{font-family:Plus Jakarta Sans,system-ui,sans-serif!important;font-size:13px!important;line-height:1.72!important;color:#ffffff7a!important;margin:0!important}@media(max-width:640px){.guarantee{padding:56px 0!important}.guarantee__inner{flex-direction:row!important;align-items:flex-start!important;text-align:left!important;padding:36px 20px 28px!important;margin:0 16px!important;gap:16px!important}.guarantee__label{left:20px!important;top:-9px!important}.guarantee__icon-wrap{width:44px!important;height:44px!important;min-width:44px!important;border-radius:8px!important;margin-top:2px!important}.guarantee__title{font-size:15px!important}.guarantee__text{font-size:12px!important}}.hero__book-glow-top{position:absolute!important;top:-40px!important;left:50%!important;transform:translate(-50%)!important;width:280px!important;height:280px!important;background:radial-gradient(ellipse at 50% 60%,rgba(255,255,255,.14) 0%,rgba(255,255,255,.06) 30%,rgba(200,220,255,.03) 55%,transparent 75%)!important;filter:blur(20px)!important;z-index:2!important;pointer-events:none!important;animation:bookGlowTop 5s ease-in-out infinite!important}.hero__book-glow-base{position:absolute!important;bottom:60px!important;left:50%!important;transform:translate(-50%)!important;width:240px!important;height:50px!important;background:radial-gradient(ellipse at center,rgba(0,124,248,.22) 0%,rgba(0,124,248,.08) 40%,transparent 75%)!important;filter:blur(16px)!important;z-index:2!important;pointer-events:none!important;animation:bookGlowBase 5s ease-in-out infinite!important;animation-delay:.5s!important}@keyframes bookGlowTop{0%,to{opacity:.65;transform:translate(-50%) scale(1)}50%{opacity:1;transform:translate(-50%) scale(1.08)}}@keyframes bookGlowBase{0%,to{opacity:.7;transform:translate(-50%) scaleX(1)}50%{opacity:1;transform:translate(-50%) scaleX(1.15)}}.hero__cover-img{filter:brightness(1.05) contrast(1.03)!important}.hero__cover-overlay{background:linear-gradient(130deg,rgba(255,255,255,.08) 0%,rgba(255,255,255,.03) 35%,transparent 60%)!important}@media(max-width:768px){.hero__book-glow-top{width:200px!important;height:200px!important;top:-20px!important;filter:blur(16px)!important}.hero__book-glow-base{width:160px!important;height:36px!important;bottom:40px!important;filter:blur(12px)!important}}.sticky-cta{background:#05070bf7!important;border-top:1px solid rgba(255,255,255,.06)!important;backdrop-filter:blur(20px)!important;-webkit-backdrop-filter:blur(20px)!important;padding:12px 20px 16px!important}.sticky-cta__btn{background:#f5f5f5!important;color:#05070b!important;font-family:Plus Jakarta Sans,system-ui,sans-serif!important;font-size:11px!important;font-weight:800!important;letter-spacing:.18em!important;border-radius:3px!important;box-shadow:0 4px 16px #0006!important;transition:background .18s ease,box-shadow .18s ease!important}.sticky-cta__btn:hover{background:#e2e2e2!important;box-shadow:0 6px 24px #00000080!important}.pain__item{display:flex!important;align-items:flex-start!important;gap:16px!important;padding:14px 0!important}.pain__item-icon{width:22px!important;height:22px!important;min-width:22px!important;border-radius:50%!important;border:1.5px solid rgba(0,124,248,.35)!important;background:#007cf80f!important;display:flex!important;align-items:center!important;justify-content:center!important;flex-shrink:0!important;margin-top:2px!important;box-shadow:0 0 8px #007cf81a!important}.pain__item-icon:after{content:""!important;width:5px!important;height:5px!important;border-radius:50%!important;background:#007cf8!important;opacity:.9!important}@media(max-width:768px){.hero__inner{padding-top:0!important;gap:28px!important}.hero__visual{margin-top:0!important;padding-top:0!important}.hero__visual-stage{min-height:380px!important}}@media(max-width:768px){.hero__visual-stage,.hero__cover-wrap{overflow:visible!important}}@media(max-width:640px){.guarantee{padding-top:56px!important;padding-bottom:56px!important}}@media(max-width:768px){.faq__list{margin-top:0!important}.faq-item__question{font-size:14px!important;padding:15px 0!important}.faq-item.open .faq-item__answer-inner{padding-bottom:18px!important}}.hero__halo{width:420px!important;height:480px!important;background:radial-gradient(ellipse at 50% 55%,rgba(0,124,248,.18) 0%,rgba(0,124,248,.07) 40%,rgba(100,160,255,.02) 65%,transparent 80%)!important;filter:blur(32px)!important;animation:haloPulse 4s ease-in-out infinite!important}.hero__cover-wrap{filter:drop-shadow(0 40px 80px rgba(0,0,0,.95)) drop-shadow(0 -8px 40px rgba(255,255,255,.06)) drop-shadow(0 0 120px rgba(0,124,248,.12))!important}.hero__book-glow-top{width:320px!important;height:320px!important;top:-80px!important;background:radial-gradient(ellipse at 50% 75%,rgba(255,255,255,.22) 0%,rgba(220,235,255,.12) 25%,rgba(180,210,255,.05) 50%,transparent 72%)!important;filter:blur(24px)!important;animation:bookGlowTop 4s ease-in-out infinite!important}.hero__book-glow-base{width:300px!important;height:70px!important;bottom:50px!important;background:radial-gradient(ellipse at center,rgba(0,124,248,.35) 0%,rgba(0,124,248,.14) 40%,transparent 72%)!important;filter:blur(20px)!important;animation:bookGlowBase 4s ease-in-out infinite!important;animation-delay:.4s!important}.hero__pedestal{background:radial-gradient(ellipse at center,rgba(0,124,248,.18) 0%,rgba(0,124,248,.08) 30%,transparent 70%),radial-gradient(ellipse at center,rgba(255,255,255,.1) 0%,transparent 55%)!important;filter:blur(18px)!important;width:340px!important;height:80px!important}.hero__cover-overlay{background:linear-gradient(160deg,rgba(255,255,255,.14) 0%,rgba(255,255,255,.06) 20%,rgba(200,220,255,.02) 45%,transparent 65%)!important}.hero__cover-img{filter:brightness(1.1) contrast(1.05) saturate(.95)!important}@keyframes bookGlowTop{0%,to{opacity:.7;transform:translate(-50%) scaleY(1) scaleX(1)}50%{opacity:1;transform:translate(-50%) scaleY(1.12) scaleX(1.08)}}@keyframes bookGlowBase{0%,to{opacity:.65;transform:translate(-50%) scaleX(1)}50%{opacity:1;transform:translate(-50%) scaleX(1.2)}}.hero__spark{background:#007cf8e6!important;box-shadow:0 0 6px #007cf8cc,0 0 14px #007cf866,0 0 28px #007cf833!important}@media(max-width:768px){.hero__halo{width:280px!important;height:320px!important;filter:blur(24px)!important}.hero__book-glow-top{width:220px!important;height:220px!important;top:-50px!important;filter:blur(18px)!important;background:radial-gradient(ellipse at 50% 75%,rgba(255,255,255,.18) 0%,rgba(220,235,255,.08) 30%,transparent 65%)!important}.hero__book-glow-base{width:200px!important;height:50px!important;bottom:35px!important;filter:blur(14px)!important;background:radial-gradient(ellipse at center,rgba(0,124,248,.28) 0%,rgba(0,124,248,.1) 40%,transparent 72%)!important}.hero__pedestal{width:220px!important;height:55px!important;filter:blur(14px)!important}.hero__visual-stage,.hero__cover-wrap,.hero__visual{overflow:visible!important}}.hero__readers{display:none!important}.hero__content{position:relative;z-index:2}.hero__bullets,.hero__features,.hero__trust{margin-bottom:24px}.hero__price-wrap,.hero__price-row{margin-top:22px;margin-bottom:16px}.hero__visual{align-self:center}.hero__visual-stage{transform:translateY(-4%)}.offer__countdown{display:none!important}@media(min-width:900px){.hero__inner{align-items:center!important}.hero__visual{margin-top:0!important}}@media(max-width:749px){.hero__visual-stage{transform:none}.hero__bullets,.hero__features{display:grid;gap:10px;margin-bottom:24px}.hero__price-wrap,.hero__price-row{margin-top:24px;margin-bottom:18px}.guarantee,.guarantee__inner{text-align:left}.guarantee__card,.guarantee__box{padding:24px!important;border-radius:18px}}.pain#problema-real{display:block!important;padding:clamp(72px,8vw,118px) 0!important;background:#05070b!important}.pain#problema-real .pain__inner{display:grid!important;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr)!important;gap:clamp(44px,7vw,92px)!important;align-items:center!important}.pain#problema-real .pain__title{max-width:620px!important;margin-bottom:26px!important}.pain#problema-real .pain__text{max-width:620px!important;margin-bottom:42px!important}.pain#problema-real .pain__list{gap:0!important}.pain#problema-real .pain__item{min-height:76px!important;align-items:center!important}.pain#problema-real .pain__callout{position:relative!important;top:auto!important;padding:clamp(30px,4vw,48px)!important;border-left:2px solid var(--electric-blue, #007CF8)!important;background:linear-gradient(180deg,#0a121fb8,#070a0fdb)!important}.pain#problema-real .pain__callout-quote{font-style:italic!important}@media(max-width:980px){.pain#problema-real .pain__inner{grid-template-columns:1fr!important;gap:42px!important}.pain#problema-real .pain__content{text-align:left!important}.pain#problema-real .pain__content .eyebrow{justify-content:flex-start!important}.pain#problema-real .pain__callout{max-width:none!important;margin:0!important}}@media(max-width:640px){.pain#problema-real{padding:58px 0!important}.pain#problema-real .pain__title{font-size:clamp(34px,10vw,46px)!important;line-height:.98!important;margin-bottom:20px!important}.pain#problema-real .pain__text{margin-bottom:28px!important}.pain#problema-real .pain__item{min-height:auto!important;padding:18px 0!important;font-size:15px!important;line-height:1.45!important}.pain#problema-real .pain__callout{padding:28px 22px!important}.pain#problema-real .pain__callout-quote{font-size:20px!important;line-height:1.55!important}}.offer__secure-block{margin:18px 0 20px!important;padding:18px!important;border-radius:12px!important;background:linear-gradient(180deg,#ffffff06,#ffffff03)!important;border:1px solid rgba(0,124,248,.16)!important}.offer__secure-head{display:grid!important;gap:10px!important;margin-bottom:14px!important}.offer__secure-badge{display:inline-flex!important;align-items:center!important;width:fit-content!important;padding:7px 10px!important;border-radius:999px!important;border:1px solid rgba(0,124,248,.22)!important;background:#007cf814!important;color:#dcebff!important;font-size:10px!important;font-weight:700!important;letter-spacing:.16em!important;text-transform:uppercase!important}.offer__secure-copy{margin:0!important;color:#ffffffb8!important;font-size:14px!important;line-height:1.65!important}.offer__secure-grid{display:grid!important;gap:10px!important}.offer__secure-item{display:grid!important;grid-template-columns:36px 1fr!important;gap:12px!important;align-items:flex-start!important;padding:12px!important;border-radius:10px!important;background:#ffffff05!important;border:1px solid rgba(255,255,255,.05)!important}.offer__secure-icon{width:36px!important;height:36px!important;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:10px!important;color:#8cc2ff!important;background:#007cf81a!important;border:1px solid rgba(0,124,248,.16)!important}.offer__secure-content{display:grid!important;gap:4px!important}.offer__secure-content strong{color:#f5f5f5!important;font-size:14px!important;font-weight:700!important;line-height:1.35!important}.offer__secure-content span{color:#ffffff8c!important;font-size:12px!important;line-height:1.55!important}.offer__checkout-note{margin:-6px 0 16px!important;color:#ffffff6b!important;font-size:12px!important;line-height:1.5!important;text-align:center!important}.offer__price-note{color:#ffffff85!important}.offer__delivery-note,.offer__guarantee,.offer__payment-caption{color:#ffffff9e!important}.offer__live{margin-top:16px!important;color:#ffffffa3!important}.offer__microtrust span{background:#ffffff05!important;border-color:#ffffff0f!important}.sticky-cta__btn{white-space:normal!important;text-align:center!important;line-height:1.25!important}@media(max-width:768px){.offer__secure-block{padding:16px!important;margin-top:16px!important}.offer__secure-item{grid-template-columns:34px 1fr!important;gap:10px!important;padding:11px!important}.offer__secure-copy{font-size:13px!important}.offer__checkout-note{font-size:11px!important}}@media(max-width:420px){.sticky-cta__btn{letter-spacing:.12em!important;font-size:10px!important}}:root{--accent: #007CF8;--accent-dim: rgba(0,124,248,.12);--accent-glow: rgba(0,124,248,.18);--accent-line: rgba(0,124,248,.25);--card-bg: #0F1219;--border: #1C2030;--border-hi: rgba(0,124,248,.2);--hi: #F5F5F5;--hi-dim: rgba(245,245,245,.65);--lo: #6B7280;--lo-dim: rgba(107,114,128,.5)}.btn--gold,.btn--gold:visited{background:#f5f5f5!important;color:#05070b!important;border:none!important;border-radius:4px!important;letter-spacing:.1em!important;animation:none!important;box-shadow:none!important}.btn--gold:before,.btn--gold:after{display:none!important}.btn--gold:hover,.btn--gold:focus-visible{background:#e8e8e8!important;color:#05070b!important;transform:translateY(-1px)!important;box-shadow:0 8px 24px #0000004d!important}.btn--gold:active{transform:translateY(0)!important}.sticky-cta__btn{background:#f5f5f5!important;color:#05070b!important}.sticky-cta__btn:hover{background:#e8e8e8!important}.hero:after{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,var(--accent) 40%,var(--accent) 60%,transparent 100%);opacity:.35;pointer-events:none;z-index:10}.hero__price-row,.hero__price-was,.hero__price-now,.hero__price-usd-note,.hero__installments,.hero__price-currency{display:none!important}.hero__trust-item:before{background:var(--accent)!important;box-shadow:0 0 8px var(--accent-glow)!important}.hero__title-accent{background:linear-gradient(135deg,#60a5fa,#007cf8,#3b82f6)!important;background-size:200% 100%!important;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important;background-clip:text!important}.hero__cover-badge{background:var(--accent)!important;color:#fff!important;box-shadow:0 4px 16px var(--accent-glow)!important}.hero__card:before{background:linear-gradient(90deg,transparent,var(--accent),transparent)!important;opacity:.5!important}.hero__card-item:before{background:var(--accent)!important;box-shadow:0 0 8px var(--accent-glow)!important}.hero__hero-note-kicker{color:var(--accent)!important}.benefit-card:before{background:linear-gradient(90deg,var(--accent),transparent)!important}.benefit-card__num{color:var(--accent)!important;opacity:1!important}.pain__callout{border-color:var(--border-hi)!important}.pain__callout:before{background:linear-gradient(180deg,var(--accent),transparent)!important}.pain__item-icon{border-color:var(--border-hi)!important}.pain__item-icon:after{background:var(--accent)!important}.presentation__quote-wrap{border-color:var(--border-hi)!important}.presentation__quote-wrap:before{background:linear-gradient(180deg,var(--accent),transparent)!important}.presentation__quote-wrap:after{background:linear-gradient(90deg,var(--accent),transparent)!important}.section-title-keyword{color:var(--accent)!important;background:none!important;-webkit-text-fill-color:var(--accent)!important}.include-card--main{border-left-color:var(--accent)!important}.include-card--main:before{background:linear-gradient(90deg,var(--accent),transparent)!important}.include-card__tag{color:var(--accent)!important;border-color:var(--border-hi)!important}.include-card__feature:before{color:var(--accent)!important;border-color:var(--border-hi)!important;background:var(--accent-dim)!important}.include-card__tag--bonus{color:var(--lo)!important;border-color:var(--border)!important}.for-who-col--yes{border-left-color:var(--accent)!important;background:linear-gradient(145deg,#0d111e,#0a0d17)!important}.for-who-col--yes .for-who-icon{color:var(--accent)!important}.trans-step__week{color:var(--accent)!important;opacity:1!important}.trans-step:before{background:linear-gradient(90deg,var(--accent),transparent)!important}.transformation__title em{background:linear-gradient(135deg,#60a5fa,#007cf8,#3b82f6)!important;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important;background-clip:text!important}.objection__col--new{border-left-color:var(--border-hi)!important}.objection__icon--yes{color:var(--accent)!important}.guarantee__icon-wrap{border-color:var(--border-hi)!important;color:var(--accent)!important}.guarantee__icon-wrap:before{border-color:var(--accent-dim)!important}.faq-item__question:hover{color:var(--accent)!important}.faq-item.open .faq-item__icon{border-color:var(--accent)!important;color:var(--accent)!important}.close-section{background:#020408!important;position:relative;overflow:hidden}.close-section:after{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,var(--accent) 40%,var(--accent) 60%,transparent 100%);opacity:.4;pointer-events:none}.close-section:before{background:radial-gradient(ellipse 60% 60% at 50% 50%,rgba(0,124,248,.05) 0%,transparent 70%)!important}.close-section__title em{background:linear-gradient(135deg,#60a5fa,#007cf8,#3b82f6)!important;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important;background-clip:text!important}.close-section__trust-line{font-size:.72rem;color:var(--lo);letter-spacing:.04em;margin-top:4px}.cart-btn:hover{color:var(--accent)!important}.cart-count{background:var(--accent)!important;color:#fff!important}.header-cta{color:var(--accent)!important;border-color:var(--border-hi)!important}.header-cta:hover{background:var(--accent-dim)!important}.footer__links a:hover,.footer__legal a:hover{color:var(--accent)!important}.scroll-progress__bar{background:var(--accent)!important}.eyebrow:before{background:var(--accent)!important;opacity:.7}.gold-line{background:linear-gradient(90deg,transparent 0%,var(--accent) 30%,var(--accent) 70%,transparent 100%)!important;opacity:.15!important}.announcement-bar strong{color:var(--accent)!important}.offer-ascen{max-width:560px;margin:0 auto;padding:80px 20px}.offer-ascen__header{text-align:center;margin-bottom:36px}.offer-ascen__eyebrow{font-size:.68rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:#9a948a;margin-bottom:14px;display:block}.offer-ascen__title{font-size:clamp(2rem,6vw,2.8rem);font-weight:700;line-height:1.1;color:#f5f5f5;margin-bottom:12px}.offer-ascen__desc{font-size:.9rem;color:#6b7280;line-height:1.6}.offer-ascen__card{position:relative;background:#0f1219;border:1px solid #1C2030;border-radius:18px;overflow:hidden;isolation:isolate}.offer-ascen__card:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;pointer-events:none;z-index:2}.offer-ascen__card:after{content:"";position:absolute;top:-80px;left:50%;transform:translate(-50%);width:320px;height:180px;background:radial-gradient(ellipse at 50% 0%,rgba(0,124,248,.08) 0%,transparent 70%);pointer-events:none;z-index:0}.offer-ascen__badge-wrap{position:relative;z-index:1;display:flex;justify-content:center;padding:22px 28px 0}.offer-ascen__badge{display:inline-flex;align-items:center;gap:7px;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:6px 14px;border-radius:100px;border:1px solid}.offer-ascen__badge-pct{font-size:.85rem;font-weight:800}.offer-ascen__price-wrap{position:relative;z-index:1;padding:20px 28px 22px;text-align:center}.offer-ascen__price-was{font-size:.9rem;color:#f5f5f547;text-decoration:line-through;letter-spacing:.02em;display:block;margin-bottom:4px}.offer-ascen__price-main{display:inline-flex;align-items:baseline;gap:3px;margin-bottom:8px}.offer-ascen__currency{font-size:1.1rem;font-weight:500;color:#f5f5f599}.offer-ascen__amount{font-size:3.8rem;font-weight:800;color:#f5f5f5;letter-spacing:-.04em;line-height:1}.offer-ascen__price-meta{font-size:.75rem;color:#6b7280;margin-bottom:10px}.offer-ascen__installments{display:inline-flex;align-items:center;gap:6px;font-size:.8rem;color:#f5f5f599;background:#ffffff0a;border:1px solid rgba(255,255,255,.07);padding:6px 14px;border-radius:8px}.offer-ascen__sep{height:1px;background:linear-gradient(90deg,transparent,#1C2030,transparent);margin:0 28px}.offer-ascen__stack{padding:20px 28px;display:flex;flex-direction:column;gap:2px;position:relative;z-index:1}.offer-ascen__stack-label{font-size:.7rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#ffffff4d;margin-bottom:10px}.offer-ascen__stack-item{display:flex;align-items:center;gap:12px;padding:9px 10px;border-radius:10px;transition:background .18s ease}.offer-ascen__stack-item:hover{background:#ffffff06}.offer-ascen__stack-icon{width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:8px;flex-shrink:0;border:1px solid}.offer-ascen__stack-icon--muted{background:#ffffff0a!important;border-color:#ffffff14!important;color:#f5f5f566!important}.offer-ascen__stack-text{flex:1;font-size:.86rem;color:#f5f5f5d1;line-height:1.3}.offer-ascen__stack-tag{font-size:.64rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;padding:3px 8px;border-radius:6px;flex-shrink:0;border:1px solid}.offer-ascen__stack-tag--bonus{color:#f5f5f559;background:#ffffff0a;border-color:#ffffff14}.offer-ascen__cta-block{padding:6px 28px 24px;display:flex;flex-direction:column;gap:10px;position:relative;z-index:1}.offer-ascen__guarantee-strip{display:flex;align-items:center;gap:8px;font-size:.78rem;color:#f5f5f573;padding:8px 10px;margin-bottom:4px;line-height:1.4}.offer-ascen__guarantee-strip svg{flex-shrink:0;color:#007cf8b3}.offer-ascen__cta{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;border-radius:10px;padding:16px 24px;font-size:.88rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;text-decoration:none}.offer-ascen__cta-sub{text-align:center;font-size:.7rem;color:#6b7280b3;letter-spacing:.02em}.offer-ascen__payment{padding:14px 28px 20px;border-top:1px solid #1C2030;display:flex;flex-direction:column;align-items:center;gap:10px;position:relative;z-index:1}.offer-ascen__payment-label{font-size:.68rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#6b728080}.offer-ascen__payment-logos{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:center}.offer-ascen__payment-chip{display:flex;align-items:center;justify-content:center;background:#ffffff0a;border:1px solid rgba(255,255,255,.07);border-radius:7px;padding:5px 10px;height:30px}.offer-ascen__payment-img{height:16px;width:auto;object-fit:contain;opacity:.55;filter:grayscale(100%) brightness(1.4)}.offer-ascen__trust{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:14px}.offer-ascen__trust-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px;background:#0f1219;border:1px solid #1C2030;border-radius:12px;padding:14px 8px}.offer-ascen__trust-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;flex-shrink:0;border:1px solid}.offer-ascen__trust-label{font-size:.7rem;font-weight:600;color:#f5f5f5bf;line-height:1.2}.offer-ascen__trust-sub{font-size:.62rem;color:#6b728099;line-height:1.3}.offer-ascen__cd{display:flex;align-items:center;gap:12px;background:#0f1219;border:1px solid;border-radius:12px;padding:12px 16px;margin-top:10px;flex-wrap:wrap}.offer-ascen__cd-icon{flex-shrink:0}.offer-ascen__cd-text{font-size:.75rem;color:#6b7280;flex:1;min-width:100px;line-height:1.35}.offer-ascen__cd-timer{font-size:1.05rem;font-weight:700;font-variant-numeric:tabular-nums;letter-spacing:.06em;flex-shrink:0;padding:5px 12px;border-radius:8px;border:1px solid}.offer-ascen__urgency{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:12px;font-size:.7rem;color:#6b72808c;text-align:center;line-height:1.5}.offer-ascen__urgency-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0;animation:ascen-pulse 2.2s ease-in-out infinite}@keyframes ascen-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.75)}}@media(max-width:520px){.offer-ascen__card{border-radius:14px}.offer-ascen__badge-wrap{padding:18px 16px 0}.offer-ascen__badge{font-size:.68rem;padding:5px 12px;gap:5px;white-space:nowrap;flex-wrap:nowrap}.offer-ascen__badge>svg{display:none}.offer-ascen__badge-pct{font-size:.82rem}.offer-ascen__price-wrap{padding:16px 16px 18px}.offer-ascen__amount{font-size:2.8rem}.offer-ascen__currency{font-size:1rem}.offer-ascen__installments{font-size:.75rem;padding:5px 10px;gap:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;display:flex;flex-wrap:nowrap}.offer-ascen__installments svg{display:none}.offer-ascen__sep{margin:0 16px}.offer-ascen__stack{padding:16px;gap:0}.offer-ascen__stack-label{font-size:.64rem;margin-bottom:8px}.offer-ascen__stack-item{gap:10px;padding:8px;align-items:center}.offer-ascen__stack-icon{width:24px;height:24px;border-radius:6px;flex-shrink:0}.offer-ascen__stack-icon svg{width:12px;height:12px}.offer-ascen__stack-text{font-size:.8rem;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}.offer-ascen__stack-tag{font-size:.58rem;padding:2px 6px;flex-shrink:0;white-space:nowrap}.offer-ascen__cta-block{padding:4px 16px 20px}.offer-ascen__guarantee-strip{font-size:.73rem;padding:6px 8px}.offer-ascen__cta{padding:14px 20px;font-size:.82rem}.offer-ascen__cta-sub{font-size:.65rem}.offer-ascen__payment{padding:12px 16px 18px}.offer-ascen__trust{gap:8px}.offer-ascen__trust-item{padding:12px 6px;gap:6px;border-radius:10px}.offer-ascen__trust-icon{width:28px;height:28px}.offer-ascen__trust-icon svg{width:13px;height:13px}.offer-ascen__trust-label{font-size:.64rem}.offer-ascen__trust-sub{display:none}.offer-ascen__cd{padding:10px 14px;gap:8px;flex-wrap:nowrap;align-items:center}.offer-ascen__cd-text{font-size:.7rem;min-width:0}.offer-ascen__cd-timer{font-size:.95rem;padding:4px 10px}.offer-ascen__urgency{font-size:.65rem;gap:6px}}@media(max-width:360px){.offer-ascen__amount{font-size:2.4rem}.offer-ascen__stack-text{font-size:.75rem}.offer-ascen__trust{grid-template-columns:repeat(3,1fr)}.offer-ascen__trust-label{font-size:.6rem}}.offer-ascen__card:before{background:linear-gradient(90deg,transparent 5%,var(--accent) 50%,transparent 95%)!important;opacity:.5!important}.offer-ascen__badge,.offer-ascen__stack-icon,.offer-ascen__trust-icon{background:var(--accent-dim)!important;border-color:var(--accent-line)!important;color:var(--accent)!important}.offer-ascen__cd{border-color:var(--border-hi)!important}.offer-ascen__cd-icon{color:var(--accent)!important}.offer-ascen__cd-timer{background:var(--accent-dim)!important;border-color:var(--accent-line)!important;color:var(--accent)!important}.offer-ascen__urgency-dot{background:var(--accent)!important}.offer-ascen__stack-tag--main{color:var(--accent)!important;background:var(--accent-dim)!important;border-color:var(--accent-line)!important}.offer-ascen__installments strong{color:var(--accent)!important}.offer-ascen__cta{background:#f5f5f5!important;color:#05070b!important;border:none!important;transition:background .18s ease,transform .12s ease!important}.offer-ascen__cta:hover{background:#e8e8e8!important;color:#05070b!important;transform:translateY(-1px)!important}.offer-ascen__cta:active{transform:translateY(0)!important}.product-page__cta{background:#f5f5f5!important;color:#05070b!important}.product-page__cta:hover{background:#e8e8e8!important}.product-page__include:before{color:var(--accent)!important;border-color:var(--border-hi)!important;background:var(--accent-dim)!important}.product-page__brand{color:var(--accent)!important}.cart-checkout-btn{background:#f5f5f5!important;color:#05070b!important}.cart-checkout-btn:hover{background:#e8e8e8!important}.cart-item__price{color:var(--accent)!important}@media(max-width:900px){.hero__inner{display:flex!important;flex-direction:column!important;align-items:center!important;text-align:center!important;gap:48px!important}.hero__content{width:100%;max-width:560px}.hero__eyebrow,.hero__trust{justify-content:center}.hero__promise{max-width:100%}.hero__actions{align-items:center!important}.hero__visual{order:-1;width:100%;max-width:320px}.hero__visual-stage{min-height:400px!important;padding:0!important}.hero__card{display:none!important}.hero__hero-note{position:relative!important;top:auto!important;right:auto!important;margin:16px auto 0!important;max-width:260px!important}}.testimonial-card__stars{color:var(--accent)!important}.inside-preview__chip,.inside-preview__pill{background:var(--accent-dim)!important;border-color:var(--accent-line)!important;color:var(--accent)!important}.inside-preview__stat strong{color:var(--accent)!important}.brand-statement__item span{color:var(--accent)!important;opacity:.8!important}.offer{background:#020408!important}.offer:before{background:linear-gradient(90deg,transparent,var(--accent),transparent)!important;opacity:.2!important}.guarantee-v2{padding:0 0 80px;background:#020408;position:relative}.guarantee-v2__inner{max-width:680px;margin:0 auto;padding:0 20px}.guarantee-v2__eyebrow{display:flex;align-items:center;gap:10px;font-size:.68rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#6b7280;margin-bottom:20px;justify-content:center}.guarantee-v2__eyebrow-dot{width:6px;height:6px;background:#007cf8;border-radius:50%;animation:ascen-pulse 2.2s ease-in-out infinite}.guarantee-v2__card{position:relative;background:#0f1219;border:1px solid #1C2030;border-radius:18px;overflow:hidden;display:flex;align-items:stretch;gap:0}.guarantee-v2__card:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 5%,#007CF8 50%,transparent 95%);opacity:.4;pointer-events:none}.guarantee-v2__card:after{content:"";position:absolute;top:-60px;left:60px;width:200px;height:200px;background:radial-gradient(ellipse,rgba(0,124,248,.06) 0%,transparent 70%);pointer-events:none}.guarantee-v2__icon-col{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:36px 32px;border-right:1px solid #1C2030;background:#007cf808;min-width:120px;flex-shrink:0;position:relative;z-index:1}.guarantee-v2__icon-wrap{width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:#007cf81a;border:1px solid rgba(0,124,248,.25);border-radius:16px;color:#007cf8;position:relative}.guarantee-v2__icon-wrap:before{content:"";position:absolute;top:-6px;right:-6px;bottom:-6px;left:-6px;border-radius:22px;border:1px solid rgba(0,124,248,.12);animation:guaranteePulse 3s ease-in-out infinite}@keyframes guaranteePulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(1.08)}}.guarantee-v2__days-badge{display:flex;flex-direction:column;align-items:center;gap:1px}.guarantee-v2__days-num{font-size:2rem;font-weight:800;color:#f5f5f5;line-height:1}.guarantee-v2__days-label{font-size:.65rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#6b7280}.guarantee-v2__body{padding:32px;display:flex;flex-direction:column;gap:14px;position:relative;z-index:1}.guarantee-v2__title{font-size:1.25rem;font-weight:600;color:#f5f5f5;line-height:1.25}.guarantee-v2__accent{color:#007cf8}.guarantee-v2__text{font-size:.88rem;color:#6b7280;line-height:1.75}.guarantee-v2__chips{display:flex;gap:8px;flex-wrap:wrap;margin-top:4px}.guarantee-v2__chip{display:inline-flex;align-items:center;gap:5px;font-size:.7rem;font-weight:600;color:#007cf8e6;background:#007cf814;border:1px solid rgba(0,124,248,.18);padding:4px 10px;border-radius:6px;letter-spacing:.03em}.guarantee-v2__chip svg{flex-shrink:0;color:#007cf8}@media(max-width:600px){.guarantee-v2__card{flex-direction:column}.guarantee-v2__icon-col{flex-direction:row;border-right:none;border-bottom:1px solid #1C2030;padding:24px;justify-content:flex-start;min-width:unset}.guarantee-v2__body{padding:24px}.guarantee-v2__title{font-size:1.1rem}}.reviews-proof{position:relative;overflow:hidden;padding:clamp(84px,10vw,132px) 0;background:radial-gradient(circle at 50% 8%,rgba(0,124,248,.14),transparent 30%),radial-gradient(circle at 14% 40%,rgba(0,124,248,.06),transparent 32%),linear-gradient(180deg,#07090d,#05070b 52%,#07090d)}.reviews-proof:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(255,255,255,.025),transparent 18%,transparent 82%,rgba(255,255,255,.018)),radial-gradient(circle at 50% 100%,rgba(0,124,248,.08),transparent 34%);pointer-events:none}.reviews-proof__container{position:relative;z-index:1;max-width:1020px}.reviews-proof__header{max-width:840px;margin:0 auto clamp(42px,6vw,66px);text-align:center}.reviews-proof__eyebrow{justify-content:center;margin-bottom:24px;color:var(--gold-bright)}.reviews-proof__eyebrow:before{background:#007cf8}.reviews-proof__title{font-family:var(--sans);font-weight:800;letter-spacing:-.055em;line-height:.96;color:var(--white);font-size:clamp(44px,9vw,76px);text-wrap:balance}.reviews-proof__title .section-title-keyword{display:inline;color:#007cf8}.reviews-proof__subtitle{max-width:660px;margin:24px auto 0;color:#ffffff94;font-size:clamp(17px,2.2vw,22px);line-height:1.65;text-wrap:balance}.reviews-proof__list{display:grid;gap:22px;max-width:930px;margin:0 auto}.reviews-proof__card{position:relative;display:grid;grid-template-columns:112px minmax(0,1fr);gap:clamp(20px,3vw,34px);align-items:start;min-height:204px;padding:clamp(26px,4vw,42px);border:1px solid rgba(0,124,248,.38);border-radius:26px;background:linear-gradient(180deg,#0f1219d1,#070a10db),radial-gradient(circle at 14% 20%,rgba(0,124,248,.1),transparent 36%);box-shadow:0 28px 80px #00000057,inset 0 1px #ffffff06;overflow:hidden}.reviews-proof__card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(255,255,255,.035),transparent 35%,rgba(0,124,248,.035));pointer-events:none}.reviews-proof__avatar-wrap{position:relative;z-index:1;width:96px;height:96px}.reviews-proof__avatar-img,.reviews-proof__avatar-initials{width:96px;height:96px;border-radius:50%;border:1px solid rgba(255,255,255,.14);box-shadow:0 18px 44px #00000047}.reviews-proof__avatar-img{object-fit:cover;filter:grayscale(1) contrast(1.05)}.reviews-proof__avatar-initials{display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#ffffff0b,#ffffff03);color:var(--white);font-size:30px;line-height:1;font-weight:700;letter-spacing:-.03em}.reviews-proof__body,.reviews-proof__meta,.reviews-proof__quote{position:relative;z-index:1}.reviews-proof__meta{display:grid;gap:8px;margin-bottom:24px}.reviews-proof__name{font-family:var(--sans);color:var(--white);font-size:clamp(26px,3vw,34px);font-weight:800;letter-spacing:-.045em;line-height:1.05}.reviews-proof__verified{display:inline-flex;align-items:center;gap:10px;color:#ffffff6b;font-size:clamp(15px,1.8vw,18px);line-height:1.2}.reviews-proof__check{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:#007cf8;color:#05070b;font-size:13px;font-weight:900;box-shadow:0 0 28px #007cf838}.reviews-proof__quote{max-width:670px;color:#ffffffd6;font-size:clamp(20px,2.7vw,28px);line-height:1.52;letter-spacing:-.035em}.reviews-proof__quote p{margin:0}.reviews-proof__quote strong{color:#007cf8;font-weight:800}.reviews-proof__quote-mark{position:absolute;right:42px;top:30px;color:#ffffff12;font-family:Georgia,serif;font-size:86px;line-height:1;z-index:0}.reviews-proof__trust{display:flex;flex-wrap:wrap;justify-content:center;gap:14px;max-width:930px;margin:42px auto 0;padding-top:32px;border-top:1px solid rgba(255,255,255,.06)}.reviews-proof__chip{display:inline-flex;align-items:center;justify-content:center;gap:11px;min-height:48px;padding:0 24px;border-radius:999px;border:1px solid rgba(255,255,255,.1);background:#ffffff06;color:#ffffff75;font-size:14px;font-weight:600;letter-spacing:-.02em}.reviews-proof__chip span{width:7px;height:7px;border-radius:50%;background:#007cf8;box-shadow:0 0 18px #007cf873}.reviews-proof__brand{margin-top:44px;text-align:center;color:#ffffff7a;font-size:19px;font-weight:600;letter-spacing:.54em;text-transform:uppercase}@media(min-width:991px){.reviews-proof__card:nth-child(2n){margin-left:44px}}@media(max-width:760px){.reviews-proof{padding:78px 0 88px}.reviews-proof__container{padding-left:18px;padding-right:18px}.reviews-proof__header{margin-bottom:36px}.reviews-proof__title{font-size:clamp(39px,12vw,56px)}.reviews-proof__subtitle{margin-top:18px;font-size:17px;line-height:1.55}.reviews-proof__card{grid-template-columns:68px minmax(0,1fr);gap:18px;min-height:0;padding:22px 18px;border-radius:20px}.reviews-proof__avatar-wrap,.reviews-proof__avatar-img,.reviews-proof__avatar-initials{width:58px;height:58px}.reviews-proof__avatar-initials,.reviews-proof__name{font-size:22px}.reviews-proof__verified{font-size:14px}.reviews-proof__check{width:18px;height:18px;font-size:11px}.reviews-proof__meta{margin-bottom:16px}.reviews-proof__quote{grid-column:1 / -1;font-size:18px;line-height:1.55;letter-spacing:-.025em}.reviews-proof__quote-mark{right:18px;top:16px;font-size:56px}.reviews-proof__trust{display:grid;grid-template-columns:1fr;gap:10px;margin-top:30px;padding-top:26px}.reviews-proof__chip{min-height:44px;width:100%;font-size:14px}.reviews-proof__brand{margin-top:34px;font-size:15px}}.content-preview-gallery,.not-motivation,.after-purchase{position:relative;padding:104px 0;overflow:hidden;background:radial-gradient(circle at 50% 0%,rgba(0,124,248,.1) 0%,transparent 38%),linear-gradient(180deg,#0000,#007cf806,#0000)}.content-preview-gallery:before,.not-motivation:before,.after-purchase:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(90deg,transparent,rgba(0,124,248,.06),transparent);opacity:.5}.content-preview-gallery__container,.not-motivation__container,.after-purchase__container{position:relative;z-index:1}.content-preview-gallery__header,.not-motivation__header,.after-purchase__header{max-width:780px;margin:0 auto 44px;text-align:center}.content-preview-gallery__eyebrow,.not-motivation__eyebrow,.after-purchase__eyebrow{justify-content:center;margin-bottom:20px}.content-preview-gallery__title,.not-motivation__title,.after-purchase__title{color:var(--white);font-size:clamp(32px,5vw,58px);letter-spacing:-.035em;font-family:var(--sans);font-weight:800;line-height:1.02}.content-preview-gallery__subtitle,.not-motivation__subtitle,.after-purchase__subtitle{max-width:640px;margin:20px auto 0;color:#fff9;font-size:17px;line-height:1.75}.content-preview-gallery__rail{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px;align-items:stretch}.content-preview-card{position:relative;min-width:0;background:linear-gradient(180deg,#0d1118f0,#070a0ff5);border:1px solid rgba(0,124,248,.28);border-radius:22px;overflow:hidden;box-shadow:0 22px 70px #00000073,inset 0 1px #ffffff0a;transition:transform .28s var(--ease),border-color .28s var(--ease),box-shadow .28s var(--ease)}.content-preview-card:hover{transform:translateY(-4px);border-color:#007cf88c;box-shadow:0 28px 90px #0000008c,0 0 38px #007cf81a}.content-preview-card__media{position:relative;display:block;aspect-ratio:4 / 5;background:#05070b;overflow:hidden;width:100%;padding:0;border:0;cursor:zoom-in;text-align:left;appearance:none;-webkit-appearance:none}.content-preview-card__media:focus-visible{outline:2px solid rgba(0,124,248,.95);outline-offset:3px}.content-preview-card__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 38%,rgba(0,0,0,.32) 100%);pointer-events:none}.content-preview-card__media img{width:100%;height:100%;object-fit:cover;transform:scale(1.015);filter:saturate(.95) contrast(1.04)}.content-preview-card__open{position:absolute;left:14px;bottom:14px;z-index:2;display:inline-flex;align-items:center;justify-content:center;padding:8px 11px;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:#05070bb8;color:#ffffffc7;font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.content-preview-card__body{padding:20px 18px 22px}.content-preview-card__label{display:inline-flex;margin-bottom:10px;padding:6px 10px;border-radius:999px;border:1px solid rgba(0,124,248,.34);background:#007cf814;color:#007cf8;font-size:10px;font-weight:800;line-height:1;letter-spacing:.16em;text-transform:uppercase}.content-preview-card__body h3{font-family:var(--sans);font-size:18px;font-weight:800;line-height:1.18;color:#fffffff0;letter-spacing:-.03em}.content-preview-card__body p{margin-top:10px;color:#ffffff8f;font-size:14px;line-height:1.62}.content-preview-gallery__footer{max-width:760px;margin:44px auto 0;text-align:center}.content-preview-gallery__footer p{color:#ffffffad;font-size:15px;line-height:1.75;margin-bottom:22px}.not-motivation__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.not-motivation-card{position:relative;min-height:240px;padding:34px 28px;border-radius:22px;background:linear-gradient(180deg,#0e121aeb,#07090ef5);border:1px solid rgba(0,124,248,.25);box-shadow:0 22px 70px #0000005c,inset 0 1px #ffffff0a}.not-motivation-card:before{content:"";position:absolute;top:0;left:28px;right:28px;height:1px;background:linear-gradient(90deg,transparent,rgba(0,124,248,.75),transparent)}.not-motivation-card__num{display:inline-flex;margin-bottom:26px;color:#007cf8;font-family:var(--mono);font-size:12px;font-weight:800;letter-spacing:.22em}.not-motivation-card h3{font-family:var(--sans);font-size:24px;color:var(--white);font-weight:800;letter-spacing:-.04em}.not-motivation-card p{margin-top:14px;color:#ffffff94;font-size:15px;line-height:1.72}.not-motivation__statement{margin:34px auto 0;max-width:760px;padding:24px 28px;border-left:2px solid #007CF8;background:#007cf80e;color:#ffffffbd;font-size:18px;line-height:1.65;font-style:italic}.after-purchase__steps{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.after-purchase-step{position:relative;padding:26px 20px;border-radius:20px;background:linear-gradient(180deg,#0e121aeb,#07090ef5);border:1px solid rgba(255,255,255,.08);box-shadow:inset 0 1px #ffffff0a}.after-purchase-step__num{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;margin-bottom:18px;border-radius:50%;border:1px solid rgba(0,124,248,.42);color:#007cf8;font-family:var(--mono);font-size:11px;font-weight:800;background:#007cf814}.after-purchase-step h3{font-family:var(--sans);font-size:17px;line-height:1.25;color:var(--white);font-weight:800;letter-spacing:-.03em}.after-purchase-step p{margin-top:10px;color:#ffffff8c;font-size:13.5px;line-height:1.62}.after-purchase__trust{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:34px}.after-purchase__trust span{display:inline-flex;align-items:center;gap:9px;min-height:42px;padding:10px 16px;border-radius:999px;border:1px solid rgba(255,255,255,.1);background:#ffffff09;color:#ffffffad;font-size:13px;font-weight:700}.after-purchase__trust span:before{content:"";width:7px;height:7px;border-radius:50%;background:#007cf8;box-shadow:0 0 16px #007cf8cc}.preview-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:grid;place-items:center;padding:clamp(18px,4vw,48px);background:#000000d1;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .24s var(--ease),visibility .24s var(--ease)}.preview-modal.is-open{opacity:1;visibility:visible;pointer-events:auto}.preview-modal__dialog{position:relative;width:min(96vw,1120px);max-height:92vh;display:flex;flex-direction:column;border-radius:24px;background:linear-gradient(180deg,#0d1118fa,#05070bfa);border:1px solid rgba(0,124,248,.34);box-shadow:0 40px 140px #000000bf,0 0 60px #007cf821,inset 0 1px #ffffff0f;overflow:hidden;transform:translateY(14px) scale(.985);transition:transform .24s var(--ease)}.preview-modal.is-open .preview-modal__dialog{transform:translateY(0) scale(1)}.preview-modal__header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 16px 14px 20px;border-bottom:1px solid rgba(255,255,255,.08);background:#05070bb8}.preview-modal__title{margin:0;color:#ffffffe0;font-family:var(--sans);font-size:14px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.preview-modal__close{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:#ffffff0a;color:#ffffffe6;cursor:pointer;font-size:24px;line-height:1;transition:background .2s var(--ease),border-color .2s var(--ease),transform .2s var(--ease)}.preview-modal__close:hover{background:#007cf81f;border-color:#007cf873;transform:rotate(90deg)}.preview-modal__body{position:relative;min-height:0;padding:clamp(14px,2vw,24px);overflow:auto;overscroll-behavior:contain;background:radial-gradient(circle at 50% 0%,rgba(0,124,248,.1),transparent 45%),#05070b}.preview-modal__image{display:block;width:100%;max-width:980px;max-height:calc(92vh - 110px);margin:0 auto;object-fit:contain;border-radius:18px;box-shadow:0 24px 80px #00000085}body.preview-modal-open{overflow:hidden;touch-action:none}@media(max-width:640px){.preview-modal{padding:10px;align-items:center}.preview-modal__dialog{width:100%;max-height:94vh;border-radius:18px}.preview-modal__header{padding:10px 10px 10px 14px}.preview-modal__title{font-size:11px;letter-spacing:.06em}.preview-modal__close{width:38px;height:38px;font-size:22px}.preview-modal__body{padding:10px}.preview-modal__image{max-height:calc(94vh - 78px);border-radius:14px}}.reviews-proof strong,.content-preview-gallery strong,.not-motivation strong,.after-purchase strong{color:#007cf8}@media(max-width:1024px){.content-preview-gallery__rail{display:flex;gap:16px;overflow-x:auto;padding:0 32px 18px;margin:0 -32px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.content-preview-gallery__rail::-webkit-scrollbar{height:3px}.content-preview-gallery__rail::-webkit-scrollbar-thumb{background:#007cf873;border-radius:99px}.content-preview-card{flex:0 0 min(78vw,340px);scroll-snap-align:start}.not-motivation__grid{grid-template-columns:1fr;max-width:720px;margin:0 auto}.after-purchase__steps{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.content-preview-gallery,.not-motivation,.after-purchase{padding:76px 0}.content-preview-gallery__header,.not-motivation__header,.after-purchase__header{margin-bottom:32px;text-align:left}.content-preview-gallery__eyebrow,.not-motivation__eyebrow,.after-purchase__eyebrow{justify-content:flex-start}.content-preview-gallery__title,.not-motivation__title,.after-purchase__title{font-size:34px;line-height:1.05}.content-preview-gallery__subtitle,.not-motivation__subtitle,.after-purchase__subtitle{margin:16px 0 0;font-size:15px;line-height:1.65}.content-preview-gallery__rail{padding-left:20px;padding-right:20px;margin-left:-20px;margin-right:-20px}.content-preview-card{flex-basis:84vw;border-radius:18px}.content-preview-card__body{padding:18px 16px 20px}.content-preview-gallery__footer{text-align:left;margin-top:30px}.not-motivation-card{min-height:auto;padding:28px 22px;border-radius:18px}.not-motivation-card h3{font-size:22px}.not-motivation__statement{margin-top:24px;padding:20px 22px;font-size:15px}.after-purchase__steps{grid-template-columns:1fr;gap:10px}.after-purchase-step{padding:22px 18px}.after-purchase__trust{justify-content:flex-start;gap:8px}.after-purchase__trust span{font-size:12px;min-height:38px;padding:8px 12px}}
/*# sourceMappingURL=/cdn/shop/t/107/assets/theme.css.map */
