:root{--black:#000;--white:#fff;--gray-100:#f5f5f5;--gray-400:#9ca3af;--gray-600:#4b5563;--gray-800:#1a1a1a;--gray-900:#111;--orange:#e8956a;--orange-bright:#f77036;--orange-brighter:#ff8a55;--orange-muted:#c4785a;--green-bg:#050f0a;--green-bg-light:#0a1810;--green-card:#0d1f16;--green-border:#1a3d2a;--green:#22c55e;--green-bright:#4ade80;--green-neon:#39ff88;--font-sans:"DM Sans", system-ui, sans-serif;--font-serif:"Instrument Serif", Georgia, serif;--section-pad-x:clamp(1.25rem, 4vw, 4rem);--section-pad-y:clamp(3rem, 6vw, 5rem);--max-width:1200px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-sans);background:var(--black);color:var(--white);-webkit-font-smoothing:antialiased;line-height:1.5}.landing-page{overflow-x:hidden}.section{padding:var(--section-pad-y) var(--section-pad-x);position:relative}.text-green{color:var(--green-bright)}.section-title{font-variation-settings:"wght" 1000, "opsz" 32;font-size:clamp(1.75rem,4vw,2.75rem);font-weight:900;line-height:1.2}.section-title-serif{font-family:var(--font-serif);font-variation-settings:normal;-webkit-text-stroke:.035em currentColor;paint-order:stroke fill;font-weight:400}.section-subtitle{color:var(--gray-400);max-width:640px;font-size:clamp(.95rem,2vw,1.1rem)}.section-header-center{text-align:center;flex-direction:column;align-items:center;gap:1rem;margin-bottom:3rem;display:flex}.section-header-center .section-subtitle{margin:0 auto}.pill{letter-spacing:.08em;text-transform:uppercase;border-radius:999px;align-items:center;gap:.4rem;padding:.35rem 1rem;font-size:.7rem;font-weight:600;display:inline-flex}.pill-orange-outline{border:1px solid var(--orange);color:var(--orange);background:#e8956a14}.pill-green-outline{border:1px solid var(--green-border);color:var(--green-bright);background:#22c55e14}.btn{cursor:default;border:none;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;font-family:inherit;font-weight:600;text-decoration:none;transition:opacity .2s,background-color .2s,border-color .2s,color .2s,box-shadow .2s;display:inline-flex}a.btn,button.btn{cursor:pointer}.btn-primary{background:var(--orange-bright);color:var(--white)}.btn-green{background:var(--green);color:var(--black)}.btn-lg{padding:.9rem 1.75rem;font-size:1rem}.btn-outline{border:1px solid var(--orange-muted);color:var(--orange);background:0 0;border-radius:999px;padding:.6rem 1.25rem;font-size:.9rem}a.btn-primary:hover,button.btn-primary:hover{background:var(--orange-brighter);box-shadow:0 0 28px #ff8a5573}a.btn-primary:active,button.btn-primary:active{background:var(--orange-bright);transform:scale(.975);box-shadow:0 0 18px #f7703666}a.btn-green:hover,button.btn-green:hover{background:var(--green-bright);box-shadow:0 0 24px #4ade8059}a.btn-green:active,button.btn-green:active{opacity:.82;transform:scale(.975)}a.btn-outline:hover,button.btn-outline:hover{border-color:var(--orange-bright);color:var(--orange-bright);background:#ff7b4a1f;box-shadow:0 0 20px #ff7b4a26}a.btn-outline:active,button.btn-outline:active{opacity:.85}.section-cta-row{max-width:var(--max-width);flex-wrap:wrap;justify-content:center;align-items:center;gap:1.25rem;margin:2rem auto 0;display:flex}.section-cta-note{color:var(--gray-400);flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;font-size:.8rem;display:flex}.cta-refund{cursor:help;flex-shrink:0;align-items:center;gap:.45rem;display:inline-flex;position:relative}.cta-refund-badge{border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;transition:transform .2s,box-shadow .2s;display:flex}.cta-refund-badge-orange{border:1px solid var(--orange-muted);color:var(--orange);background:#f770361f}.cta-refund-badge-green{border:1px solid var(--green-border);color:var(--green-bright);background:#22c55e1a}.cta-refund:hover .cta-refund-badge{transform:scale(1.08)}.cta-refund:hover .cta-refund-badge-orange{box-shadow:0 0 14px #f7703640}.cta-refund:hover .cta-refund-badge-green{box-shadow:0 0 14px #4ade8040}.cta-refund-label{white-space:nowrap;font-size:.72rem;font-weight:600}.cta-refund-label-orange{color:var(--orange)}.cta-refund-label-green{color:var(--green-bright)}.cta-refund-tooltip{background:var(--gray-900);opacity:0;visibility:hidden;pointer-events:none;z-index:10;border-radius:12px;width:280px;padding:.85rem 1.1rem;transition:opacity .2s,transform .2s,visibility .2s;position:absolute;bottom:calc(100% + 12px);left:50%;transform:translate(-50%)translateY(4px)}.cta-refund-tooltip-orange{border:1px solid var(--orange-muted)}.cta-refund-tooltip-green{border:1px solid var(--green-border)}.cta-refund-tooltip:after{content:"";border:7px solid #0000;position:absolute;top:100%;left:50%;transform:translate(-50%)}.cta-refund-tooltip-orange:after{border-top-color:var(--orange-muted)}.cta-refund-tooltip-green:after{border-top-color:var(--green-border)}.cta-refund:hover .cta-refund-tooltip,.cta-refund:focus-within .cta-refund-tooltip{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.cta-refund-tooltip-title{color:var(--white);align-items:center;gap:.4rem;margin-bottom:.5rem;font-size:.75rem;font-weight:700;display:flex}.cta-refund-tooltip-title svg{flex-shrink:0}.cta-refund-tooltip-body{color:var(--gray-400);font-size:.72rem;line-height:1.55}.cta-refund-tooltip-email{font-weight:600}.cta-refund-tooltip-email-orange{color:var(--orange-bright)}.cta-refund-tooltip-email-green{color:var(--green-bright)}.btn-icon{border:1px solid var(--orange-muted);width:40px;height:40px;color:var(--orange);background:0 0;border-radius:8px;padding:0}button.btn-icon:hover,a.btn-icon:hover{border-color:var(--orange-bright);color:var(--orange-bright);background:#ff7b4a1f}.logo-claude-icon,.logo-excel-icon{object-fit:contain;display:block}.icon-on-dark{color:#fff}.logo-text{color:var(--black);font-size:1.1rem;font-weight:600}.logo-serif{font-family:var(--font-serif);font-size:1.25rem;font-weight:400}.logo-group{align-items:center;gap:.5rem;display:flex}.logo-divider{background:var(--gray-600);width:1px;height:24px;margin:0 1rem}.sunburst{width:20px;height:20px;color:var(--orange)}.title-divider{color:var(--orange);align-items:center;gap:1rem;display:flex}.title-divider:before,.title-divider:after{content:"";background:var(--orange-muted);width:60px;height:1px}.section-hero{background:var(--black);flex-direction:column;min-height:100vh;padding-top:0;display:flex}.hero-header{background:var(--white);border-radius:1.25rem;margin-top:1.5rem;padding:1rem}.hero-header-inner{max-width:var(--max-width);justify-content:space-between;align-items:center;width:100%;margin:0 auto;display:flex}.hero-tagline{font-variation-settings:"wght" 300, "opsz" 32;text-align:center;max-width:800px;margin:3rem auto;font-size:clamp(2rem,4.5vw,3.25rem);font-weight:300;line-height:1.15}.hero-logos-left,.hero-logos-right{align-items:center;gap:.5rem;display:flex}.hero-logos-right img{filter:invert()}.hero-body{max-width:var(--max-width);flex:1;grid-template-columns:1fr 1fr;align-items:center;gap:3rem;width:100%;margin:0 auto;display:grid}.hero-badges{background:var(--gray-800);border-radius:999px;align-items:center;margin-bottom:1.5rem;padding:.25rem;display:inline-flex}.badge{letter-spacing:.06em;border-radius:999px;padding:.35rem .85rem;font-size:.7rem;font-weight:700}.badge-live{background:var(--orange-bright);color:var(--white);align-items:center;gap:.35rem;display:flex}.badge-dot{background:var(--white);border-radius:50%;width:6px;height:6px}.badge-sessions{color:var(--gray-400)}.hero-title{font-variation-settings:"wght" 1000, "opsz" 32;margin-bottom:1rem;font-size:clamp(2rem,4.5vw,3.25rem);font-weight:900;line-height:1.15}.hero-highlight{font-variation-settings:"wght" 1000, "opsz" 32;display:inline-block;position:relative}.hero-highlight:after{content:"";background:var(--orange);opacity:.5;z-index:-1;border-radius:3px;width:100%;height:6px;position:absolute;bottom:2px;left:0}.hero-subtitle{color:var(--gray-400);max-width:520px;margin-bottom:2rem;font-size:1.05rem}.hero-features{grid-template-columns:repeat(4,1fr);gap:.65rem;margin-bottom:2rem;display:grid}.hero-feature-card{background:#161616;border:1px solid #252525;border-radius:14px;flex-direction:column;align-items:center;gap:.7rem;min-height:88px;padding:1rem .85rem;display:flex}.hero-feature-icon{width:26px;height:26px;color:var(--orange-bright);flex-shrink:0;margin-top:2px}.hero-feature-text{text-align:center;gap:.2rem;min-width:0}.hero-feature-title{font-variation-settings:"wght" 1000, "opsz" 20;color:var(--white);font-size:.95rem;font-weight:900;line-height:1.25}.hero-feature-sub{color:#8a8a8a;font-size:.68rem;font-weight:400;line-height:1.4}.hero-feature-price{color:var(--orange-bright);font-size:1rem;font-weight:800}.price-strike{opacity:.65;font-weight:500;text-decoration:line-through}.price-strike1{opacity:.65;font-weight:500}.hero-cta-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.25rem;display:flex}.hero-cta-note{color:var(--gray-400);flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;margin-top:1rem;font-size:.8rem;display:flex}.hero-cta-note svg{color:var(--orange);flex-shrink:0}.video-player{border:2px solid var(--orange-bright);background:var(--gray-900);border-radius:16px;overflow:hidden}.video-iframe{aspect-ratio:16/10;touch-action:manipulation;border:none;width:100%;height:100%;display:block}.social-proof{background:var(--gray-800);border:1px solid #2a2a2a;border-radius:12px;margin-top:1rem;padding:1rem 1.25rem}.social-proof-label{color:var(--orange);margin-bottom:.75rem;font-size:.75rem}.social-proof-row{align-items:center;gap:1rem;display:flex}.hero-avatars{display:flex}.hero-avatar{border:2px solid var(--gray-800);width:36px;height:36px;margin-left:calc(var(--i) * -10px);background:linear-gradient(135deg, hsl(calc(var(--i) * 40), 50%, 40%), hsl(calc(var(--i) * 40 + 20), 40%, 30%));color:var(--white);border-radius:50%;justify-content:center;align-items:center;font-size:.65rem;font-weight:700;display:flex}.hero-avatar:first-child{margin-left:0}.social-proof-text{color:var(--gray-400);font-size:.85rem}.social-proof-text strong{color:var(--white)}.section-problem{background:var(--green-bg)}.text-green-glow{color:var(--green-neon);text-shadow:0 0 24px #39ff8873}.comparison-row{max-width:var(--max-width);isolation:isolate;grid-template-columns:1fr auto 1.25fr;align-items:stretch;gap:1.25rem;margin:0 auto 2rem;display:grid;position:relative;overflow:visible}.comparison-card{z-index:1;border-radius:20px;flex-direction:column;padding:1.75rem 1.5rem 1.5rem;display:flex;position:relative;overflow:hidden}.comparison-card-light{color:#0d2818;background:linear-gradient(108deg,#fff 48%,#f4f9f6 70%,#eff5ee 100%)}.comparison-card-dark{background:#0a2013;border:1px solid #22c55e1a;box-shadow:0 8px 28px #00000038}.comparison-card-header{align-items:flex-start;gap:.75rem;margin-bottom:1.1rem;display:flex}.comparison-card-body{flex:1;grid-template-columns:minmax(0,1fr) minmax(0,44%);align-items:center;gap:.75rem 1rem;min-width:0;display:grid}.comparison-card-body-dark{align-items:center}.comparison-card-content{min-width:0;padding-right:.25rem}.comparison-card-inner{flex-direction:column;min-width:0;display:flex}.comparison-card-header h3{font-variation-settings:"wght" 1000, "opsz" 20;font-size:1.2rem;font-weight:900;line-height:1.2}.comparison-card-light .comparison-card-header h3{color:#0d2818}.comparison-card-sub{color:#6b7280;margin-top:.2rem;font-size:.82rem}.icon-circle{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.icon-circle-dark{background:#0d2818}.icon-circle-green{background:var(--green);box-shadow:0 0 16px #22c55e73}.comparison-label{color:var(--green);margin-bottom:.85rem;font-size:.88rem;font-weight:600}.comparison-list{flex-direction:column;gap:.65rem;list-style:none;display:flex}.comparison-list li{align-items:center;gap:.7rem;font-size:.88rem;line-height:1.35;display:flex}.comparison-list li strong{font-weight:700}.list-icon{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:.72rem;font-weight:700;display:flex}.list-icon-green{color:#16a34a;background:#22c55e1f;border:1px solid #22c55e2e}.comparison-visual-wrap{isolation:isolate;justify-content:flex-end;align-items:center;width:calc(100% + 4rem);min-width:0;margin-right:-1.5rem;line-height:0;display:flex;position:relative;overflow:hidden}.comparison-visual-wrap1{isolation:isolate;justify-content:flex-end;align-items:center;width:calc(100% + 9rem);min-width:0;margin-right:-1.5rem;line-height:0;display:flex;position:relative;overflow:hidden}.comparison-visual-wrap-traditional{background-color:#eff5ee}.comparison-visual-wrap-traditional:before{content:"";filter:blur(16px);opacity:.9;z-index:0;pointer-events:none;background:#eff5ee;position:absolute;inset:-10px}.comparison-visual-wrap-traditional:after{content:"";z-index:2;pointer-events:none;background:linear-gradient(90deg,#ffffffeb 0%,#0000 28%),radial-gradient(96% 94% at 58%,#0000 52%,#eff5ee 100%);position:absolute;inset:0}.comparison-visual-wrap-reality{background-color:#0a2013}.comparison-visual-wrap-reality:before{content:"";filter:blur(18px);opacity:.92;z-index:0;pointer-events:none;background:#0a2013;position:absolute;inset:-10px}.comparison-visual-wrap-reality:after{content:"";z-index:2;pointer-events:none;background:linear-gradient(90deg,#0a2013f2 0%,#0000 26%),radial-gradient(96% 94% at 58%,#0000 50%,#0a2013 100%);position:absolute;inset:0}.comparison-visual-traditional,.comparison-visual-reality{z-index:1;object-fit:contain;object-position:right center;min-width:420px;height:auto;max-height:370px;box-shadow:none;vertical-align:middle;border:none;outline:none;margin-left:2rem;display:block;position:relative;-webkit-mask-image:radial-gradient(92% 88% at 56%,#000 54%,#0000 100%);mask-image:radial-gradient(92% 88% at 56%,#000 54%,#0000 100%)}.comparison-arrow{z-index:0;flex-shrink:0;justify-content:center;align-self:center;align-items:center;width:44px;height:44px;display:flex;position:relative;overflow:visible}.comparison-arrow-ring{z-index:0;pointer-events:none;border:2px dashed #22c55e59;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.comparison-arrow-ring-300{width:300px;height:300px}.comparison-arrow-ring-250{width:250px;height:250px}.comparison-arrow-ring-200{border-color:#39ff8838;width:200px;height:200px}.comparison-arrow-ring-150{border-color:#39ff882e;width:150px;height:150px}.comparison-arrow-btn{background:var(--green);z-index:2;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;display:flex;position:relative;box-shadow:0 0 20px #22c55e80}.comparison-body{color:var(--gray-400);margin-bottom:1rem;font-size:.9rem;line-height:1.65}.comparison-card-dark .comparison-body{margin-top:0}.skill-boxes{flex-direction:column;gap:.85rem;display:flex}.skill-box{margin-bottom:0}.skill-label{color:var(--green-bright);margin-bottom:.35rem;font-size:.78rem;font-weight:500}.skill-quote-row{max-width:100%;display:block;position:relative}.skill-quote{z-index:1;background:#00000059;border:1px solid #22c55e24;border-radius:10px;min-width:0;padding:.7rem .85rem .7rem 2.5rem;font-size:.84rem;line-height:1.4;position:relative}.skill-quote-old{border-color:#22c55e1f}.skill-quote-active{border-color:#22c55e73;box-shadow:0 0 14px #22c55e1f}.skill-mark{z-index:2;pointer-events:none;flex-shrink:0;width:58px;height:58px;margin:0;position:absolute;top:50%;right:-20px}.skill-mark-x{filter:drop-shadow(0 0 8px #ef444466);transform:translateY(-52%)rotate(-10deg)}.skill-mark-check{filter:drop-shadow(0 0 10px #39ff8873);transform:translateY(-48%)rotate(6deg)}.problem-footer{max-width:var(--max-width);background:linear-gradient(90deg,#0a1a12 0%,#071410 100%);border:1px solid #22c55e4d;border-radius:999px;align-items:center;gap:1rem;margin:0 auto;padding:.85rem 1.5rem .85rem 1rem;display:flex;box-shadow:0 8px 32px #00000040}.problem-footer-icon{background:var(--green);width:40px;height:40px;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex;box-shadow:0 0 16px #22c55e66}.problem-footer p{color:var(--gray-400);font-size:.88rem;line-height:1.5}.section-audience{background:var(--black)}.audience-dots{top:1.25rem;right:var(--section-pad-x);background-image:radial-gradient(var(--orange-bright) 2px, transparent 2px);pointer-events:none;background-size:14px 14px;width:154px;height:168px;position:absolute;-webkit-mask-image:radial-gradient(120% 120% at 100% 0,#000 15%,#0009 45%,#0000 75%);mask-image:radial-gradient(120% 120% at 100% 0,#000 15%,#0009 45%,#0000 75%)}.audience-grid{max-width:var(--max-width);grid-template-columns:repeat(4,1fr);gap:1rem;margin:0 auto 1.5rem;display:grid}.audience-card{background:var(--gray-800);border:1px solid #2a2a2a;border-radius:12px;gap:.85rem;padding:1.25rem;display:flex}.audience-card-icon{border:1.5px solid var(--orange-bright);width:44px;height:44px;color:var(--orange-bright);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1rem;display:flex}.audience-card-icon svg{width:18px;height:18px}.audience-card-icon-badge{letter-spacing:.02em;color:var(--orange-bright);font-size:.65rem;font-weight:800}.audience-card-text h3{font-variation-settings:"wght" 1000, "opsz" 20;margin-bottom:.35rem;font-size:.9rem;font-weight:900}.audience-card-text p{color:var(--gray-400);font-size:.75rem;line-height:1.45}.audience-callout{max-width:var(--max-width);border:1px solid var(--orange-muted);border-radius:16px;justify-content:center;align-items:center;gap:1.25rem;margin:0 auto;padding:1.5rem 2rem;display:flex}.audience-callout-icon{color:var(--orange);flex-shrink:0}.audience-callout-icon svg{width:36px;height:36px}.audience-callout p{color:var(--gray-100);font-size:1rem}.section-curriculum{background:var(--green-bg)}.curriculum-top{max-width:var(--max-width);grid-template-columns:1fr 2fr 1fr;align-items:start;gap:1rem;margin:0 auto 2rem;display:grid}.curriculum-logo-left{flex-direction:column;align-items:flex-start;gap:.25rem;display:flex}.curriculum-logo-left .logo-claude-icon{width:40px;height:40px}.curriculum-header-center{text-align:center;flex-direction:column;align-items:center;gap:.75rem;display:flex}.curriculum-excel-icon-sm{opacity:.6}.curriculum-excel-icon-sm .logo-excel-icon{width:20px;height:20px}.curriculum-logo-right{justify-content:flex-end;display:flex}.curriculum-logo-right .logo-excel-icon{filter:drop-shadow(0 0 12px #22c55e66);width:56px;height:56px}.curriculum-table{max-width:var(--max-width);border:1px solid var(--green-border);border-radius:16px;margin:0 auto 1.5rem;overflow:hidden}.curriculum-table-head{border-bottom:1px solid var(--green-border);letter-spacing:.08em;color:var(--green-bright);text-transform:uppercase;background:#22c55e14;grid-template-columns:160px 1fr 1fr;font-size:.7rem;font-weight:700;display:grid}.curriculum-table-head>div{padding:.85rem 1.25rem}.curriculum-day-block{border-bottom:1px solid var(--green-border);grid-template-columns:160px 1fr;display:grid}.curriculum-day-block:last-child{border-bottom:none}.curriculum-day{border-right:1px solid var(--green-border);padding:1.5rem 1rem;position:relative;overflow:hidden}.curriculum-day-1{background:#22c55e0f}.curriculum-day-2{background:#22c55e0a}.day-badge{border:1px solid var(--green-border);letter-spacing:.06em;color:var(--green-bright);background:#22c55e26;border-radius:6px;align-items:center;gap:.35rem;margin-bottom:.75rem;padding:.25rem .6rem;font-size:.65rem;font-weight:700;display:inline-flex}.day-title{font-variation-settings:"wght" 1000, "opsz" 20;font-size:.95rem;font-weight:900}.day-deco{opacity:.12;height:60px;position:absolute;bottom:0;left:0;right:0}.day-deco-bars{background:repeating-linear-gradient(90deg, var(--green) 0, var(--green) 8px, transparent 8px, transparent 16px);-webkit-mask-image:linear-gradient(#0000,#000);mask-image:linear-gradient(#0000,#000)}.day-deco-grid{background:repeating-linear-gradient(0deg, var(--green) 0, var(--green) 1px, transparent 1px, transparent 12px), repeating-linear-gradient(90deg, var(--green) 0, var(--green) 1px, transparent 1px, transparent 12px);-webkit-mask-image:linear-gradient(#0000,#000);mask-image:linear-gradient(#0000,#000)}.curriculum-day-content{flex-direction:column;display:flex}.curriculum-row{border-bottom:1px solid #1a3d2a80;grid-template-columns:1fr 1fr;font-size:.85rem;display:grid}.curriculum-row:last-child{border-bottom:none}.curriculum-topic,.curriculum-focus{padding:1rem 1.25rem}.curriculum-focus{color:var(--gray-400);border-left:1px solid #1a3d2a80}.module-num{border:1px solid var(--green-border);width:22px;height:22px;color:var(--green-bright);background:#22c55e33;border-radius:4px;justify-content:center;align-items:center;margin-right:.35rem;font-size:.7rem;font-weight:700;display:inline-flex}.module-check{background:var(--green);width:22px;height:22px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;margin-right:.35rem;font-size:.7rem;display:inline-flex}.curriculum-checklist{flex-direction:column;gap:.4rem;list-style:none;display:flex}.curriculum-checklist li{align-items:flex-start;gap:.5rem;font-size:.8rem;display:flex}.curriculum-checklist svg{color:var(--green-bright);flex-shrink:0;margin-top:2px}.curriculum-bonus{max-width:var(--max-width);border:1px solid var(--green-border);background:#22c55e0d;border-radius:12px;align-items:center;gap:1rem;margin:0 auto;padding:1rem 1.5rem;display:flex;position:relative;overflow:hidden}.curriculum-bonus-left{white-space:nowrap;align-items:center;gap:.5rem;display:flex}.bonus-star{color:#fbbf24;font-size:1.1rem}.curriculum-bonus p{color:var(--gray-400);flex:1;font-size:.85rem}.curriculum-bonus-deco{background:linear-gradient(to top, var(--green) 40%, transparent);opacity:.3;border-radius:4px;flex-shrink:0;width:60px;height:40px}.curriculum-sample{max-width:var(--max-width);border:1px solid var(--green-border);background:#22c55e0d;border-radius:12px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin:1.5rem auto 0;padding:1rem 1.5rem;display:flex}.curriculum-sample-left{color:var(--gray-400);align-items:center;gap:.5rem;font-size:.85rem;display:flex}.curriculum-sample-left .logo-excel-icon{filter:drop-shadow(0 0 8px #22c55e66);flex-shrink:0;width:24px;height:24px}.curriculum-sample-btn{white-space:nowrap;flex-shrink:0;padding:.6rem 1.25rem;font-size:.85rem;text-decoration:none}.section-before-after{background:var(--black)}.ba-waves{opacity:.5;background:repeating-linear-gradient(45deg,#0000,#0000 10px,#e8956a0d 10px 11px);width:200px;height:120px;position:absolute;bottom:0;left:0}.ba-sunburst{color:var(--orange);margin-bottom:.5rem;display:block}.ba-sunburst svg{width:24px;height:24px}.section-title-accent{color:var(--orange-bright);font-size:clamp(1.75rem,4vw,2.75rem)}.ba-comparison{grid-template-columns:1fr auto 1fr;align-items:center;gap:1.5rem;max-width:900px;margin:0 auto;display:grid}.ba-card{background:var(--gray-900);border:1px solid #2a2a2a;border-radius:20px;padding:2.5rem 1.5rem 1.5rem;position:relative}.ba-card-after{border-color:var(--orange-muted);box-shadow:0 0 30px #e8956a14}.ba-badge{letter-spacing:.08em;white-space:nowrap;border-radius:999px;padding:.35rem 1rem;font-size:.65rem;font-weight:700;position:absolute;top:-14px;left:50%;transform:translate(-50%)}.ba-badge-muted{background:var(--gray-800);color:var(--gray-400);border:1px solid #333}.ba-badge-orange{background:var(--orange-bright);color:var(--white)}.ba-list{flex-direction:column;list-style:none;display:flex}.ba-list li{color:var(--gray-400);border-bottom:1px solid #222;align-items:center;gap:.85rem;padding:.85rem 0;font-size:.9rem;display:flex}.ba-list li:last-child{border-bottom:none}.ba-card-after .ba-list li{color:var(--gray-100)}.ba-icon{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.ba-icon svg{width:16px;height:16px}.ba-icon-muted{color:var(--gray-600);background:#222}.ba-icon-orange{color:var(--orange-bright);background:#ff7b4a26}.ba-arrow{background:var(--orange-bright);width:44px;height:44px;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.section-instructor{background:var(--black)}.instructor-dots{top:1.25rem;right:var(--section-pad-x);background-image:radial-gradient(var(--orange-bright) 2px, transparent 2px);pointer-events:none;background-size:14px 14px;width:154px;height:168px;position:absolute;-webkit-mask-image:radial-gradient(120% 120% at 100% 0,#000 15%,#0009 45%,#0000 75%);mask-image:radial-gradient(120% 120% at 100% 0,#000 15%,#0009 45%,#0000 75%)}.instructor-grid{max-width:var(--max-width);grid-template-columns:1fr 1.2fr;align-items:center;gap:4rem;margin:0 auto;display:grid}.instructor-visual{position:relative}.instructor-photo{border:2px solid var(--orange-bright);aspect-ratio:3/4;border-radius:16px;max-width:340px;overflow:hidden}.instructor-photo-img{object-fit:cover;width:100%;height:100%;display:block}.instructor-quote{background:var(--gray-800);border:1px solid var(--orange-muted);border-radius:12px;padding:1rem 1.25rem;position:absolute;bottom:-20px;left:-10px;right:20px}.instructor-quote p{color:var(--orange-muted);font-size:.8rem;font-style:italic;line-height:1.5}.instructor-lines{background:repeating-linear-gradient(135deg,#0000,#0000 8px,#ffffff08 8px 9px);width:120px;height:80px;position:absolute;bottom:-60px;left:-40px}.instructor-tag{letter-spacing:.1em;align-items:center;gap:.75rem;margin-bottom:1.25rem;font-size:.7rem;font-weight:700;display:flex}.instructor-tag-icon{color:var(--orange-bright)}.instructor-tag-icon svg{width:18px;height:18px}.instructor-tag-divider{background:var(--orange-muted);width:1px;height:16px}.instructor-heading{color:var(--gray-400);margin-bottom:.5rem;font-size:1.5rem}.instructor-name{margin-bottom:1rem;font-size:clamp(2.5rem,5vw,3.5rem);line-height:1.1}.instructor-role{margin-bottom:.35rem;font-size:1rem}.instructor-exp-label{margin:2rem 0 1rem;font-size:.85rem;font-weight:600}.instructor-exp-row{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.instructor-exp-item{color:var(--white);flex-direction:column;align-items:center;gap:.35rem;padding:0 .75rem;font-size:.75rem;display:flex}.instructor-exp-icon{color:var(--orange-bright);justify-content:center;align-items:center;display:flex}.instructor-exp-icon svg{width:20px;height:20px}.instructor-exp-divider{background:#333;width:1px;height:40px}.instructor-actions{align-items:center;gap:.75rem;margin-top:2rem;display:flex}.section-certification{background:var(--black)}.cert-dots{top:1.25rem;right:var(--section-pad-x);background-image:radial-gradient(var(--orange-bright) 2px, transparent 2px);pointer-events:none;background-size:14px 14px;width:154px;height:168px;position:absolute;-webkit-mask-image:radial-gradient(120% 120% at 100% 0,#000 15%,#0009 45%,#0000 75%);mask-image:radial-gradient(120% 120% at 100% 0,#000 15%,#0009 45%,#0000 75%)}.cert-grid{max-width:var(--max-width);grid-template-columns:1fr 1fr;align-items:center;gap:4rem;margin:0 auto;display:grid}.cert-tag{letter-spacing:.1em;align-items:center;gap:.75rem;margin-bottom:1.25rem;font-size:.7rem;font-weight:700;display:flex}.cert-tag-icon{color:var(--orange-bright)}.cert-tag-icon svg,.cert-tag-icon .logo-claude-icon{width:18px;height:18px}.cert-tag-divider{background:var(--orange-muted);width:1px;height:16px}.cert-heading{color:var(--white);margin-bottom:1rem;font-size:clamp(1.75rem,4vw,2.75rem)}.cert-subtitle{color:var(--gray-400);max-width:540px;margin-bottom:2rem;font-size:1rem;line-height:1.65}.cert-benefits{flex-direction:column;gap:1.5rem;display:flex}.cert-benefit-item{gap:1rem;display:flex}.cert-benefit-icon{border:1.5px solid var(--orange-bright);width:44px;height:44px;color:var(--orange-bright);background:#f770361a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.cert-benefit-icon svg{width:18px;height:18px}.cert-benefit-item h4{margin-bottom:.3rem;font-size:.95rem;font-weight:700}.cert-benefit-item p{color:var(--gray-400);font-size:.82rem;line-height:1.5}.cert-visual{flex-direction:column;align-items:center;gap:1.5rem;display:flex}.cert-image-wrap{border-radius:16px;position:relative;overflow:hidden;box-shadow:0 0 40px #f770361f}.cert-image{width:100%;height:auto;transition:transform .3s;display:block}.cert-image-link{cursor:zoom-in;display:block;position:relative}.cert-image-link:hover .cert-image{transform:scale(1.02)}.cert-image-overlay{opacity:0;color:var(--white);background:#0000008c;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;font-size:.8rem;font-weight:600;transition:opacity .25s;display:flex;position:absolute;inset:0}.cert-image-link:hover .cert-image-overlay{opacity:1}.cert-image-overlay svg{width:32px;height:32px}.cert-badge-row{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.cert-mini-badge{letter-spacing:.03em;border:1px solid var(--orange-muted);color:var(--orange);background:#f7703614;border-radius:999px;align-items:center;gap:.45rem;padding:.4rem .9rem;font-size:.7rem;font-weight:600;display:inline-flex}.cert-mini-badge svg{flex-shrink:0;width:14px;height:14px}.section-testimonials{background:var(--black)}.testimonials-collage{width:100%;max-width:900px;height:560px;margin:0 auto;position:relative;transform:translate(5%)}.testimonial-card{z-index:1;cursor:pointer;background:#111;border:1px solid #2a2a2a;border-radius:10px;width:200px;transition:transform .3s cubic-bezier(.34,1.56,.64,1),box-shadow .3s,border-color .3s,z-index step-end;display:block;position:absolute;overflow:hidden;box-shadow:0 2px 12px #00000080,0 0 0 1px #ffffff08}.testimonial-card:first-child{z-index:1;top:4%;left:4%;transform:rotate(-6deg)}.testimonial-card:nth-child(2){z-index:4;top:0%;left:24%;transform:rotate(4deg)}.testimonial-card:nth-child(3){z-index:4;top:22%;left:16%;transform:rotate(-3deg)}.testimonial-card:nth-child(4){z-index:2;top:2%;left:46%;transform:rotate(-2deg)}.testimonial-card:nth-child(5){z-index:5;top:28%;left:38%;transform:rotate(1deg)}.testimonial-card:nth-child(6){z-index:5;top:12%;left:64%;transform:rotate(12deg)}.testimonial-card:nth-child(7){z-index:7;top:36%;left:56%;transform:rotate(3deg)}.testimonial-card:nth-child(8){z-index:0;top:40%;left:3%;transform:rotate(-8deg)}.testimonial-card:nth-child(9){z-index:4;top:54%;left:24%;transform:rotate(5deg)}.testimonial-card:nth-child(10){z-index:6;top:68%;left:36%;transform:rotate(-4deg)}.testimonial-card img{object-fit:cover;width:100%;height:auto;display:block}.testimonial-card:hover,.testimonial-card:focus-visible{z-index:20;border-color:var(--orange-muted);transform:rotate(0)scale(1.2);box-shadow:0 16px 48px #f770364d,0 0 0 1px #ffffff0d}@media (width<=1024px){.testimonials-collage{max-width:700px;height:640px;transform:translate(-4%)}.testimonial-card{width:170px}.testimonial-card:first-child{top:5%;left:3%}.testimonial-card:nth-child(2){top:1%;left:26%}.testimonial-card:nth-child(3){top:24%;left:17%}.testimonial-card:nth-child(4){top:3%;left:49%}.testimonial-card:nth-child(5){top:30%;left:40%}.testimonial-card:nth-child(6){top:14%;left:67%}.testimonial-card:nth-child(7){top:38%;left:58%}.testimonial-card:nth-child(8){top:42%;left:2%}.testimonial-card:nth-child(9){top:56%;left:18%}.testimonial-card:nth-child(10){top:70%;left:36%}}@media (width<=640px){.testimonials-collage{max-width:100%;height:620px;transform:translate(-6%)}.testimonial-card{width:140px}.testimonial-card:first-child{top:4%;left:2%;transform:rotate(-7deg)}.testimonial-card:nth-child(2){top:0%;left:30%;transform:rotate(5deg)}.testimonial-card:nth-child(3){top:26%;left:18%;transform:rotate(-4deg)}.testimonial-card:nth-child(4){top:3%;left:58%;transform:rotate(6deg)}.testimonial-card:nth-child(5){top:32%;left:46%;transform:rotate(-6deg)}.testimonial-card:nth-child(6){top:16%;left:74%;transform:rotate(-3deg)}.testimonial-card:nth-child(7){top:44%;left:30%;transform:rotate(4deg)}.testimonial-card:nth-child(8){top:42%;left:5%;transform:rotate(-5deg)}.testimonial-card:nth-child(9){z-index:6;top:52%;left:54%;transform:rotate(6deg)}.testimonial-card:nth-child(10){z-index:6;top:56%;left:12%;transform:rotate(-3deg)}}.section-pricing{background:var(--green-bg);overflow:hidden}.pricing-bg-excel{opacity:.08;filter:drop-shadow(0 0 40px var(--green));position:absolute;top:10%;left:5%;transform:scale(3)}.pricing-bg-chart{background:linear-gradient(to top, var(--green) 20%, var(--green-bright) 50%, transparent 100%);opacity:.08;clip-path:polygon(0 100%,15% 70%,30% 80%,45% 40%,60% 55%,75% 20%,90% 35%,100% 5%,100% 100%);width:200px;height:120px;position:absolute;top:5%;right:5%}.pricing-title{font-size:clamp(1.75rem,4vw,2.5rem)}.pricing-amount{align-items:center;gap:1.5rem;margin-top:.5rem;display:flex}.pricing-amount p{color:var(--gray-400);font-size:1.1rem}.pricing-price{font-size:clamp(2.5rem,6vw,4rem);font-weight:700;line-height:1}.pricing-line{background:linear-gradient(90deg, transparent, var(--green-border), transparent);flex:1;max-width:120px;height:1px}.pricing-cards{max-width:var(--max-width);border:1px solid var(--green-border);background:#0d1f1680;border-radius:16px;grid-template-columns:1fr auto 1fr;gap:0;margin:0 auto 1.5rem;display:grid;overflow:hidden}.pricing-card{padding:2rem}.pricing-card-title{font-variation-settings:"wght" 1000, "opsz" 20;color:var(--green-bright);align-items:center;gap:.5rem;margin-bottom:1.25rem;font-size:.95rem;font-weight:900;display:flex}.pricing-card-icon .logo-excel-icon{width:20px;height:20px}.pricing-list,.pricing-checklist{flex-direction:column;list-style:none;display:flex}.pricing-list li,.pricing-checklist li{color:var(--white);border-bottom:1px solid #1a3d2a80;align-items:center;gap:.75rem;padding:.85rem 0;font-size:.9rem;display:flex}.pricing-list li:last-child,.pricing-checklist li:last-child{border-bottom:none}.pricing-icon{border:1px solid var(--green-border);width:32px;height:32px;color:var(--green-bright);background:#22c55e1a;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.pricing-icon svg{width:16px;height:16px}.pricing-card-icon svg{width:20px;height:20px;color:var(--green-bright)}.pricing-prereq-label{color:var(--green);margin-bottom:.5rem;font-size:.85rem}.pricing-check{border:1px solid var(--green);width:22px;height:22px;color:var(--green-bright);background:#22c55e33;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.pricing-check svg{width:14px;height:14px}.pricing-divider{border-left:1px solid var(--green-border);border-right:1px solid var(--green-border);justify-content:center;align-items:center;padding:0 .5rem;display:flex}.pricing-divider span{border:1px solid var(--green-border);width:32px;height:32px;color:var(--green-bright);background:var(--green-bg);border-radius:50%;justify-content:center;align-items:center;font-size:1.1rem;display:flex}.pricing-not-required{max-width:var(--max-width);border:1px solid var(--green-border);border-radius:12px;flex-wrap:wrap;align-items:center;gap:2rem;margin:0 auto;padding:1.25rem 2rem;display:flex}.not-required-label{color:var(--green-bright);white-space:nowrap;align-items:center;gap:.5rem;font-size:.9rem;font-weight:700;display:flex}.not-required-badge{border:1px solid var(--green);width:24px;height:24px;color:var(--green-bright);background:#22c55e33;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.not-required-badge svg{width:12px;height:12px}.not-required-items{flex-wrap:wrap;flex:1;align-items:center;gap:2rem;display:flex}.not-required-item{color:var(--white);align-items:center;gap:.5rem;font-size:.85rem;display:flex}.not-required-x{border:1px solid var(--green);width:20px;height:20px;color:var(--green-bright);background:#22c55e33;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.not-required-x svg{width:12px;height:12px}@media (width<=1024px){.comparison-visual-wrap1{justify-content:flex-start;margin-left:-8.5rem}.hero-body{grid-template-columns:1fr}.hero-media{order:-1}.audience-grid{grid-template-columns:repeat(2,1fr)}.comparison-row{grid-template-columns:1fr}.comparison-arrow{width:44px;height:44px;margin:0 auto;padding:.5rem 0}.comparison-arrow-ring-300{width:200px;height:200px}.comparison-arrow-ring-250{width:170px;height:170px}.comparison-arrow-ring-200{width:140px;height:140px}.comparison-arrow-ring-150{width:110px;height:110px}.comparison-card-body,.comparison-card-body-dark{grid-template-columns:1fr;gap:1.25rem}.comparison-visual-wrap{max-width:280px;margin:0 auto}.comparison-visual-traditional,.comparison-visual-reality{max-height:220px;-webkit-mask-image:radial-gradient(94% 90%,#000 62%,#0000 100%);mask-image:radial-gradient(94% 90%,#000 62%,#0000 100%)}.curriculum-top{text-align:center;grid-template-columns:1fr}.curriculum-logo-left,.curriculum-logo-right{justify-content:center;align-items:center}.curriculum-logo-left{flex-direction:row}.instructor-grid{grid-template-columns:1fr}.instructor-photo{max-width:280px;margin:0 auto}.instructor-visual{flex-direction:column;align-items:center;display:flex}.cert-grid{grid-template-columns:1fr;gap:2.5rem}.cert-visual{order:-1}.pricing-cards{grid-template-columns:1fr}.pricing-divider{border-left:none;border-right:none;border-top:1px solid var(--green-border);border-bottom:1px solid var(--green-border);padding:.75rem}}@media (width<=640px){.hero-features{grid-template-columns:repeat(2,1fr)}.hero-header{margin-bottom:1rem}.hero-header-inner{flex-direction:column;gap:1rem}.hero-logos-right{order:-1}.audience-grid,.curriculum-day-block{grid-template-columns:1fr}.curriculum-table-head{display:none}.curriculum-day{border-right:none;border-bottom:1px solid var(--green-border)}.curriculum-row{grid-template-columns:1fr}.curriculum-focus{border-top:1px solid #1a3d2a4d;border-left:none}.ba-comparison{grid-template-columns:1fr}.ba-arrow{justify-self:center;transform:rotate(90deg)}.problem-footer{text-align:center;border-radius:16px;flex-direction:column}.pricing-not-required{flex-direction:column;align-items:flex-start}.not-required-items{flex-direction:column;gap:.75rem}.curriculum-bonus{text-align:center;flex-direction:column;gap:.65rem;padding:1.25rem 1rem}.curriculum-bonus-left{white-space:normal}.curriculum-bonus p{font-size:.8rem}.curriculum-bonus-deco{border-radius:2px;order:-1;width:100%;height:4px}.curriculum-sample{text-align:center;flex-direction:column;gap:.75rem;padding:1.25rem 1rem}.curriculum-sample-left{flex-wrap:wrap;justify-content:center}.cta-refund-tooltip{width:260px;max-width:calc(100vw - 2rem);left:auto;right:0;transform:translate(0)translateY(4px)}.cta-refund-tooltip:after{left:auto;right:16px;transform:translate(0)}.cta-refund:hover .cta-refund-tooltip,.cta-refund:focus-within .cta-refund-tooltip{transform:translate(0)translateY(0)}}.site-footer{background:var(--black);padding:clamp(2.5rem, 5vw, 4rem) var(--section-pad-x) 1.5rem;border-top:1px solid #1a1a1a}.footer-inner{max-width:var(--max-width);margin:0 auto}.footer-grid{grid-template-columns:1fr 1fr 1fr;gap:3rem;display:grid}.footer-col{text-align:center;flex-direction:column;align-items:center;display:flex}.footer-brand{align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.footer-brand-text{font-family:var(--font-serif);color:var(--white);font-size:1.1rem;font-weight:600}.footer-desc{color:var(--gray-400);max-width:300px;font-size:.82rem;line-height:1.6}.footer-heading{color:var(--white);margin-bottom:1rem;font-size:.95rem;font-weight:600}.footer-links{flex-direction:column;gap:.55rem;list-style:none;display:flex}.footer-links a,.footer-links button{color:var(--gray-400);cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:.82rem;text-decoration:none;transition:color .2s}.footer-links a:hover,.footer-links button:hover{color:var(--orange-bright)}.footer-contact{flex-direction:column;gap:.65rem;margin-bottom:1.25rem;display:flex}.footer-contact-item{color:var(--gray-400);align-items:center;gap:.5rem;font-size:.82rem;display:flex}.footer-contact-icon{color:var(--orange);flex-shrink:0}.footer-social{justify-content:center;gap:1rem;display:flex}.footer-social-link{color:var(--gray-400);transition:color .2s}.footer-social-link:hover{color:var(--orange-bright)}.footer-bottom{text-align:center;border-top:1px solid #1a1a1a;margin-top:3rem;padding-top:1.5rem}.footer-bottom p{color:var(--gray-600);font-size:.78rem}.legal-modal-dialog{max-width:720px!important}.legal-modal-body{color:var(--gray-400);font-size:.85rem;line-height:1.7}.legal-modal-body h3{color:var(--white);margin:1.5rem 0 .6rem;font-size:.95rem;font-weight:700}.legal-modal-body h4{color:var(--gray-100);margin:1rem 0 .4rem;font-size:.85rem;font-weight:600}.legal-modal-body p{margin-bottom:.6rem}.legal-modal-body ul{margin-bottom:.75rem;padding-left:1.25rem;list-style:outside}.legal-modal-body ul li{margin-bottom:.3rem}.legal-modal-body strong{color:var(--white)}.legal-meta{background:#f770360d;border:1px solid #f770361f;border-radius:8px;margin-bottom:1.5rem;padding:1rem 1.25rem}.legal-meta p{margin-bottom:.25rem;font-size:.78rem}.legal-contact-box{background:#f770360d;border:1px solid #f770361f;border-radius:8px;margin:1rem 0 1.5rem;padding:1rem 1.25rem}.legal-contact-box p{margin-bottom:.2rem;font-size:.82rem}.legal-footer-note{text-align:center;color:var(--gray-600);border-top:1px solid #1a1a1a;margin-top:2rem;padding-top:1rem;font-size:.78rem}@media (width<=1024px){.footer-grid{grid-template-columns:1fr;gap:2rem}}.legal-page{background:var(--black);min-height:100vh;color:var(--white)}.legal-page-header{z-index:100;-webkit-backdrop-filter:blur(12px);background:#0a0a0aeb;border-bottom:1px solid #ffffff14;position:sticky;top:0}.legal-page-header-inner{max-width:var(--max-width);padding:1rem var(--section-pad-x);justify-content:space-between;align-items:center;gap:1rem;margin:0 auto;display:flex}.legal-page-brand{align-items:center;text-decoration:none;display:inline-flex}.legal-page-back{color:var(--orange-bright);white-space:nowrap;font-size:.9rem;font-weight:600;text-decoration:none}.legal-page-back:hover{text-decoration:underline}.legal-page-main{max-width:820px;padding:clamp(2rem, 5vw, 4rem) var(--section-pad-x) clamp(3rem, 6vw, 5rem);margin:0 auto}.legal-page-title{color:var(--white);margin-bottom:1.5rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:900;line-height:1.15}.legal-page .legal-modal-body{font-size:.92rem}@media (width<=640px){.legal-page .legal-modal-body{font-size:.88rem}}.cert-lightbox{z-index:2000;-webkit-backdrop-filter:blur(8px);cursor:zoom-out;background:#000000e6;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.cert-lightbox[hidden]{display:none}.cert-lightbox-img{object-fit:contain;border-radius:8px;max-width:90vw;max-height:85vh;box-shadow:0 0 60px #f7703626}.cert-lightbox-close{width:40px;height:40px;color:var(--white);cursor:pointer;background:#00000080;border:1px solid #ffffff40;border-radius:50%;justify-content:center;align-items:center;font-size:1.4rem;line-height:1;transition:background .2s,border-color .2s;display:flex;position:absolute;top:1.25rem;right:1.25rem}.cert-lightbox-close:hover{border-color:var(--orange-muted);background:#ffffff1a}body.modal-open{overflow:hidden}.modal-overlay{z-index:1000;justify-content:center;align-items:center;padding:1.25rem;display:flex;position:fixed;inset:0}.modal-overlay[hidden]{display:none}.modal-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000bf;position:absolute;inset:0}.modal-dialog{z-index:1;scrollbar-width:none;-ms-overflow-style:none;background:var(--gray-900);border:1px solid #e8956a40;border-radius:16px;width:min(100%,500px);max-height:90vh;padding:1.75rem 1.5rem 1.5rem;position:relative;overflow-y:auto;box-shadow:0 24px 80px #0000008c}.modal-dialog::-webkit-scrollbar{display:none}.modal-close{border:1px solid var(--gray-600);width:36px;height:36px;color:var(--gray-400);cursor:pointer;background:0 0;border-radius:8px;font-size:1.4rem;line-height:1;transition:color .2s,border-color .2s;position:absolute;top:.85rem;right:.85rem}.modal-close:hover{color:var(--white);border-color:var(--orange-muted)}.modal-title{text-align:center;margin-bottom:1.25rem;padding-right:2rem;font-size:1.5rem;font-weight:700}.registration-form{flex-direction:column;gap:1.1rem;display:flex}.form-field{border:none;flex-direction:column;gap:.45rem;margin:0;padding:0;display:flex}.form-field legend,.form-field>label{color:var(--white);font-size:.9rem;font-weight:600}.registration-form input[type=text],.registration-form input[type=email],.registration-form input[type=tel],.registration-form select{border:1px solid var(--gray-600);background:var(--black);width:100%;color:var(--white);font:inherit;border-radius:8px;padding:.65rem .85rem;transition:border-color .2s}.registration-form input:focus,.registration-form select:focus{border-color:var(--orange);outline:none}.registration-form select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%239ca3af' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right .85rem center;background-repeat:no-repeat;padding-right:2rem}.form-check-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem .85rem;display:grid}.form-check{color:var(--gray-400);cursor:pointer;align-items:center;gap:.5rem;font-size:.875rem;display:flex}.form-check input[type=checkbox]{width:16px;height:16px;accent-color:var(--orange-bright);flex-shrink:0}.form-error{color:#f87171;min-height:1rem;font-size:.8rem}.form-error-global{text-align:center}.form-success{text-align:center;color:var(--green-bright);font-size:.9rem}.btn-full{width:100%;margin-top:.25rem}button.btn-primary:disabled,button.btn-green:disabled{opacity:.65;cursor:not-allowed}@media (width<=480px){.form-check-grid{grid-template-columns:1fr}}.registration-success{text-align:center;flex-direction:column;align-items:center;gap:1rem;padding:.5rem .25rem .25rem;display:flex}.registration-success-icon{border:1px solid var(--green-border);width:72px;height:72px;color:var(--green-bright);background:#22c55e1f;border-radius:50%;justify-content:center;align-items:center;margin-bottom:.25rem;display:flex;box-shadow:0 0 24px #39ff8840}.registration-success-title{color:var(--green-bright);margin:0;font-size:1.5rem;font-weight:700}.registration-success-body{color:var(--gray-400);max-width:360px;margin:0;font-size:.92rem;line-height:1.55}.btn-whatsapp{background:var(--green);color:var(--white);margin-top:.5rem}.btn-whatsapp:hover:not(:disabled){background:var(--green-bright);box-shadow:0 0 20px #4ade8040}.registration-success-close{margin-top:.25rem;padding:.5rem 1.25rem;font-size:.85rem}@media (width<=480px){.registration-success-title{font-size:1.3rem}.registration-success-body{font-size:.88rem}}.registration-full{text-align:center;flex-direction:column;align-items:center;gap:1rem;padding:.5rem .25rem .25rem;display:flex}.registration-full-icon{border:1px solid var(--orange-muted);width:72px;height:72px;color:var(--orange-bright);background:#f973161f;border-radius:50%;justify-content:center;align-items:center;margin-bottom:.25rem;display:flex;box-shadow:0 0 24px #f9731640}.registration-full-title{color:var(--orange-bright);margin:0;font-size:1.5rem;font-weight:700}.registration-full-body{color:var(--gray-400);max-width:360px;margin:0;font-size:.92rem;line-height:1.55}.registration-full-close{margin-top:.25rem;padding:.5rem 1.25rem;font-size:.85rem}@media (width<=480px){.registration-full-title{font-size:1.3rem}.registration-full-body{font-size:.88rem}}.section-bonus{background-color:#050505;padding:60px 20px;font-family:system-ui,-apple-system,sans-serif}.text-orange{color:#ff6b00}.text-white{color:#fff}.text-light-gray{color:#a0a0a0}.section-bonus .section-header-center{text-align:center;flex-direction:column;align-items:center;gap:16px;margin-bottom:50px;display:flex}.bonus-header-pill{color:#000;text-transform:uppercase;letter-spacing:.5px;background-color:#ff6b00;border-radius:50px;align-items:center;gap:8px;padding:8px 24px;font-size:14px;font-weight:800;display:inline-flex}.section-bonus .section-title{margin:0;font-size:36px;font-weight:800}.section-bonus .section-subtitle{max-width:700px;margin:0 auto;font-size:16px}.bonus-grid{flex-wrap:wrap;justify-content:center;gap:20px;max-width:1200px;margin:0 auto 50px;display:flex}.bonus-card{background-color:#111;border:1px solid #333;border-radius:12px;flex-direction:column;width:220px;transition:transform .3s;display:flex;overflow:hidden}.bonus-card:hover{border-color:#ff6b00;transform:translateY(-5px)}.bonus-card-inner{background-color:#000;flex-direction:column;flex-grow:1;align-items:center;padding:20px;display:flex}.bonus-card-header{align-items:flex-start;gap:10px;width:100%;margin-bottom:12px;display:flex}.bonus-card-number{color:#000;background-color:#ff6b00;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:14px;font-weight:800;display:flex}.bonus-card-title{color:#fff;margin:0;font-size:14px;font-weight:600;line-height:1.3}.bonus-card-value{margin-bottom:20px}.value-badge{color:#000;background-color:#ff6b00;border-radius:4px;padding:4px 12px;font-size:14px;font-weight:800}.bonus-card-image-wrapper{justify-content:center;align-items:center;width:100%;height:260px;display:flex;overflow:hidden}.bonus-card-image-wrapper img{object-fit:contain;transform-origin:50%;max-width:100%;height:auto}.bonus-card-footer{color:#000;text-align:center;background-color:#ff6b00;justify-content:center;align-items:center;gap:8px;padding:12px;font-size:16px;font-weight:800;display:flex}.bonus-summary-box{background:linear-gradient(#111 0%,#080808 100%);border:1px solid #333;border-radius:12px;justify-content:space-between;align-items:center;max-width:900px;margin:0 auto;padding:24px 40px;display:flex}.summary-group{align-items:center;gap:16px;display:flex}.summary-center{flex-direction:column;align-items:center;gap:4px}.summary-icon{color:#ff6b00;border:1px solid #ff6b00;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.summary-icon.icon-ticket{border-style:dashed}.summary-text{flex-direction:column;display:flex}.text-light{color:#ccc;font-size:14px}.text-bold{color:#fff;font-size:18px;font-weight:700}.text-large{font-size:24px;font-weight:900}.summary-price{font-size:32px;font-weight:900;line-height:1}.summary-subtext{color:#ccc;font-size:14px}.summary-divider{background-color:#333;width:1px;height:60px}@media (width<=768px){.bonus-summary-box{text-align:center;flex-direction:column;gap:20px;padding:24px}.summary-group{flex-direction:column}.summary-divider{width:100%;height:1px}.hidden-mobile{display:none}}.sticky-bar{--sticky-accent:var(--orange-bright);--sticky-accent-strong:var(--orange-brighter);--sticky-glow:#ff8a5573;--sticky-btn-ink:var(--white);z-index:900;-webkit-backdrop-filter:blur(12px);border-top:2px solid var(--sticky-accent);background:#0a0a0aeb;transition:border-color .3s;position:fixed;bottom:0;left:0;right:0}.sticky-bar[data-theme=green]{--sticky-accent:var(--green);--sticky-accent-strong:var(--green-bright);--sticky-glow:#4ade8059;--sticky-btn-ink:var(--black)}.sticky-bar-inner{max-width:var(--max-width);padding:.75rem var(--section-pad-x);align-items:center;gap:1.5rem;margin:0 auto;display:flex}.sticky-countdown{flex-direction:column;gap:.2rem;display:flex}.sticky-countdown-label{letter-spacing:.08em;text-transform:uppercase;color:var(--gray-400);font-size:.68rem}.sticky-countdown-timer{color:var(--sticky-accent);font-variant-numeric:tabular-nums;align-items:center;gap:.35rem;transition:color .3s;display:flex}.cd-unit{flex-direction:column;align-items:center;gap:.1rem;display:flex}.cd-value{font-size:1.15rem;font-weight:800;line-height:1}.cd-label{text-transform:uppercase;letter-spacing:.05em;color:var(--gray-400);font-size:.6rem}.cd-sep{opacity:.6;padding-bottom:.7rem;font-weight:800}.sticky-price{flex-direction:column;gap:.2rem;max-width:420px;margin-left:auto;display:flex}.sticky-price-label{letter-spacing:.08em;text-transform:uppercase;color:var(--gray-400);font-size:.68rem}.sticky-price-value{color:var(--gray-100);font-size:.92rem;font-weight:600;line-height:1.35;transition:color .3s}.sticky-price-value strong{color:var(--sticky-accent);font-weight:800}.sticky-cta{background:var(--sticky-accent);color:var(--sticky-btn-ink);border-radius:10px;flex-shrink:0;padding:.8rem 1.5rem;font-size:.95rem;font-weight:700;transition:background-color .3s,box-shadow .3s,transform .2s}.sticky-cta:hover{background:var(--sticky-accent-strong);box-shadow:0 0 24px var(--sticky-glow)}.sticky-cta:active{transform:scale(.975)}body{padding-bottom:96px}@media (width<=640px){.sticky-bar-inner{padding:.6rem var(--section-pad-x);grid-template-columns:40% 60%;grid-template-areas:"countdown price""cta cta";gap:.5rem .75rem;display:grid}.sticky-countdown{grid-area:countdown;min-width:0}.sticky-price{grid-area:price;min-width:0;max-width:none;margin-left:0}.sticky-cta{grid-area:cta;width:100%}.sticky-countdown-label{font-size:.58rem}.sticky-countdown-timer{gap:.2rem}.cd-value{font-size:.9rem}.cd-label{font-size:.5rem}.cd-sep{padding-bottom:.5rem}.sticky-price-value{font-size:.78rem;line-height:1.3}body{padding-bottom:128px}}@media (width<=360px){.sticky-countdown-timer{gap:.15rem}.cd-value{font-size:.8rem}.cd-label{font-size:.45rem}.sticky-price-value{font-size:.72rem}.sticky-countdown-label{font-size:.52rem}}
