*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-height:100vh;color:var(--ink);background:#f6f3fb;margin:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;overflow-x:hidden}button,input,select{font:inherit}button{cursor:pointer}.page-glow{z-index:-1;filter:blur(10px);pointer-events:none;border-radius:999px;position:fixed}.page-glow-a{background:radial-gradient(circle,#c5b1ff6b,#0000 70%);width:620px;height:620px;top:70px;left:-220px}.page-glow-b{background:radial-gradient(circle,#ffb9e652,#0000 70%);width:560px;height:560px;bottom:-120px;right:-180px}.site-header{justify-content:space-between;align-items:center;width:min(1180px,100% - 40px);height:86px;margin:auto;display:flex}.brand{color:var(--ink);letter-spacing:-.04em;align-items:center;gap:12px;font-size:18px;font-weight:800;text-decoration:none;display:flex}.brand-mark{grid-template-columns:repeat(2,10px);gap:3px;display:grid}.brand-mark i{background:var(--ink);width:10px;height:10px;display:block}.header-meta{color:#777184;align-items:center;gap:9px;font-size:12px;font-weight:650;display:flex}.status-dot{background:var(--green);border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 5px #39b9801f}main{padding:54px 20px 80px}.hero-copy{text-align:center;max-width:840px;margin:0 auto 44px}.eyebrow{color:#817b8e;letter-spacing:.19em;justify-content:center;align-items:center;gap:9px;font-size:11px;font-weight:800;display:flex}.eyebrow span{background:var(--pink);width:24px;height:2px}.hero-copy h1{letter-spacing:-.055em;margin:18px 0 20px;font:800 clamp(42px,6vw,72px)/.98 Georgia,Times New Roman,serif}.hero-copy h1 em{color:var(--purple);font-style:italic;font-weight:500}.hero-copy p{max-width:650px;color:var(--muted);margin:auto;font-size:16px;line-height:1.65}.calculator-shell{border:14px solid var(--lavender);background:var(--paper);width:min(980px,100%);min-height:620px;box-shadow:var(--shadow);border-radius:34px;margin:auto;position:relative;overflow:hidden}.calculator-shell:before{content:"";z-index:0;pointer-events:none;border:48px solid #e917b60b;border-radius:50%;width:260px;height:260px;position:absolute;top:160px;right:-140px}.calculator-shell:after{content:"";z-index:0;pointer-events:none;border:40px solid #7c36e80a;border-radius:50%;width:210px;height:210px;position:absolute;bottom:20px;left:-130px}.calculator-topbar{z-index:1;border-bottom:1px solid var(--line);background:#fffdf9e6;justify-content:space-between;align-items:center;min-height:82px;padding:0 38px;display:flex;position:relative}.calculator-topbar>div:first-child{gap:5px;display:grid}.topbar-label{color:#a29baa;letter-spacing:.17em;font-size:9px;font-weight:800}.calculator-topbar strong{font-size:14px}.step-counter{color:var(--purple);align-items:baseline;font:700 22px Georgia,serif;display:flex}.step-counter small{color:#aaa4b1;font:600 11px Inter,sans-serif}.progress-track{background:#eeeaf1;height:3px}.progress-track span{background:linear-gradient(90deg,var(--pink),var(--purple));width:20%;height:100%;transition:width .35s;display:block}form{z-index:1;position:relative}.step{min-height:470px;padding:42px 9% 34px;display:none}.step.active{animation:.35s both stepIn;display:block}.step-heading{text-align:center;margin-bottom:30px}.step-heading>span,.result-intro>span{color:var(--pink);letter-spacing:.19em;font-size:9px;font-weight:850}.step-heading h2,.result-intro h2{letter-spacing:-.035em;margin:10px 0 9px;font:700 clamp(29px,4vw,40px)/1.08 Georgia,Times New Roman,serif}.step-heading p,.result-intro p{color:var(--muted);margin:0;font-size:13px;line-height:1.55}fieldset{border:0;margin:0 0 26px;padding:0}legend,.field-label,.form-grid label{letter-spacing:.025em;justify-content:space-between;width:100%;margin-bottom:11px;font-size:11px;font-weight:800;display:flex}.field-label b,.form-grid label b{color:#a49dab;text-transform:uppercase;font-size:9px;font-weight:650}.choice-grid{grid-template-columns:repeat(4,1fr);gap:9px;display:grid}.choice-grid label,.choice-list label{position:relative}.choice-grid input,.choice-list input{opacity:0;pointer-events:none;position:absolute}.choice-grid span,.choice-list span{border:1px solid var(--line);color:#5f596c;background:#fff;border-radius:12px;justify-content:center;align-items:center;min-height:48px;padding:10px 12px;font-size:12px;font-weight:700;transition:all .18s;display:flex}.choice-grid input:checked+span,.choice-list input:checked+span{border-color:var(--purple);color:var(--purple);background:#f5f0ff;box-shadow:0 0 0 3px #7c36e814}.choice-grid span:hover,.choice-list span:hover{border-color:#cabce7;transform:translateY(-1px)}.choice-grid-platform label:last-child{grid-column:span 2}.choice-list{grid-template-columns:repeat(3,1fr);gap:9px;display:grid}.launch-count{grid-template-columns:repeat(5,1fr)}.yes-no{grid-template-columns:1.5fr 1fr}.field-stack{width:min(570px,100%);margin:auto}.money-field{border:1px solid var(--line);background:#fff;border-radius:15px;align-items:center;gap:13px;height:82px;padding:0 24px;display:flex;box-shadow:0 12px 35px #2c1d4c0f}.money-field span{color:#9d96a7;font:600 16px Georgia,serif}.money-field input{width:100%;color:var(--ink);letter-spacing:-.04em;background:0 0;border:0;outline:0;font:700 clamp(34px,7vw,52px)/1 Georgia,serif}.text-input,select{border:1px solid var(--line);width:100%;height:51px;color:var(--ink);background:#fff;border-radius:11px;outline:0;padding:0 15px;font-size:13px}.text-input:focus,select:focus{border-color:var(--purple);box-shadow:0 0 0 4px #7c36e814}.field-stack>.text-input{margin-top:3px}.field-stack .field-label:nth-of-type(2){margin-top:27px}.field-help{color:#9a94a3;margin:8px 2px;font-size:10px;display:block}.form-grid{grid-template-columns:1fr 1fr;gap:18px;display:grid}.form-grid label{gap:8px;margin:0;display:grid}.form-grid .full{grid-column:1/-1}.consent{color:#7d7687;align-items:flex-start;gap:9px;margin-top:20px;font-size:10px;line-height:1.45;display:flex}.form-footer{border-top:1px solid var(--line);background:#fffdf9eb;grid-template-columns:150px 1fr 180px;align-items:center;gap:16px;min-height:78px;padding:0 38px;display:grid}.form-footer[hidden]{display:none}.back-button,.next-button,.restart-button{background:0 0;border:0;font-size:11px;font-weight:800}.back-button{text-align:left;color:#797281}.back-button:disabled{opacity:.25;cursor:default}.next-button{color:#fff;background:var(--ink);border-radius:99px;height:44px;box-shadow:0 10px 24px #1714262e}.next-button:hover{background:var(--purple);transform:translateY(-1px)}#formMessage{text-align:center;color:#c83d69;font-size:10px;font-weight:700}.result-step{padding:34px 6% 30px}.result-intro{text-align:center}.result-intro h2{font-size:clamp(27px,4vw,38px)}.result-hero{text-align:center;padding:27px 20px 22px}.result-hero>span{color:#8b8493;text-transform:uppercase;letter-spacing:.12em;font-size:10px;font-weight:750;display:block}.result-hero strong{color:var(--pink);letter-spacing:-.06em;margin:6px 0;font:800 clamp(54px,9vw,88px)/1 Georgia,Times New Roman,serif;display:block}.result-hero small{color:#aaa3ae;font-size:10px}.result-grid{border:1px solid var(--line);background:#fff;border-radius:15px;grid-template-columns:repeat(3,1fr);display:grid;box-shadow:0 12px 38px #2b184b0f}.result-grid article{text-align:center;padding:20px 17px}.result-grid article+article{border-left:1px solid var(--line)}.result-grid span,.result-grid small{color:#9b94a2;font-size:9px;display:block}.result-grid strong{margin:7px 0 5px;font:700 24px Georgia,serif;display:block}.tech-limit{background:#f8f4ff;border:1px solid #ece5f5;border-radius:13px;align-items:flex-start;gap:14px;margin-top:16px;padding:17px;display:flex}.tech-limit>span{color:#fff;background:var(--purple);border-radius:50%;flex:none;place-items:center;width:29px;height:29px;display:grid}.tech-limit strong{font-size:11px}.tech-limit p{color:#6f6877;margin:4px 0 0;font-size:10px;line-height:1.45}.result-action{color:#fff;background:var(--deep);border-radius:13px;grid-template-columns:1fr auto;align-items:center;gap:20px;margin-top:16px;padding:17px 19px;display:grid}.result-action>div>span{color:#d0c1ee;letter-spacing:.15em;font-size:8px;font-weight:850}.result-action p{color:#c6bfd1;max-width:450px;margin:4px 0 0;font-size:10px;line-height:1.45}.result-action button{color:#fff;background:linear-gradient(90deg,var(--pink),var(--purple));white-space:nowrap;border:0;border-radius:99px;min-height:44px;padding:0 18px;font-size:10px;font-weight:800}.restart-button{color:#898291;margin:17px auto 0;text-decoration:underline;display:block}.trust-row{color:#77717e;justify-content:center;gap:40px;width:min(820px,100%);margin:25px auto 0;font-size:10px;font-weight:650;display:flex}footer{color:#99929f;border-top:1px solid #e2dce9;justify-content:space-between;gap:30px;width:min(1180px,100% - 40px);margin:auto;padding:30px 0 42px;font-size:9px;display:flex}.toast{z-index:20;color:#fff;background:var(--deep);opacity:0;pointer-events:none;border-radius:12px;max-width:min(520px,100% - 32px);padding:14px 18px;font-size:12px;line-height:1.4;transition:all .25s;position:fixed;bottom:24px;left:50%;transform:translate(-50%,20px);box-shadow:0 16px 40px #19102740}.toast.show{opacity:1;transform:translate(-50%)}@keyframes stepIn{0%{opacity:0;transform:translateY(8px)}}@media (width<=720px){.site-header{height:72px}.header-meta{font-size:0}.header-meta:after{content:"3 min";font-size:10px}.site-header .brand{font-size:16px}main{padding:32px 14px 60px}.hero-copy{margin-bottom:28px}.hero-copy h1{font-size:clamp(38px,12vw,54px)}.hero-copy h1 br{display:none}.hero-copy p{font-size:13px}.calculator-shell{border-width:8px;border-radius:24px}.calculator-topbar{min-height:69px;padding:0 19px}.step{min-height:470px;padding:31px 19px 26px}.choice-grid{grid-template-columns:repeat(2,1fr)}.choice-grid-platform label:last-child{grid-column:auto}.choice-list{grid-template-columns:1fr 1fr}.launch-count{grid-template-columns:repeat(3,1fr)}.yes-no{grid-template-columns:1fr}.form-grid{grid-template-columns:1fr;gap:13px}.form-grid .full{grid-column:auto}.form-footer{grid-template-columns:80px 1fr 138px;gap:6px;padding:0 18px}.form-footer #formMessage{background:#fff0f5;border-radius:8px;padding:8px;position:absolute;bottom:70px;left:15px;right:15px}.result-step{padding-inline:14px}.result-grid{grid-template-columns:1fr}.result-grid article{text-align:left;grid-template-columns:1fr 1fr;align-items:center;padding:13px 15px;display:grid}.result-grid article+article{border-left:0;border-top:1px solid var(--line)}.result-grid strong{text-align:right;grid-area:1/2/3}.result-action{grid-template-columns:1fr}.result-action button{white-space:normal;width:100%}.trust-row{flex-wrap:wrap;gap:12px 22px}footer{text-align:center;flex-direction:column;align-items:center}.result-hero strong{font-size:clamp(47px,16vw,72px)}}@media (width<=410px){.choice-list{grid-template-columns:1fr}.step-heading h2{font-size:29px}.calculator-topbar strong{font-size:12px}.money-field{height:70px}.money-field input{font-size:38px}.form-footer{grid-template-columns:72px 1fr 126px}.back-button,.next-button{font-size:10px}.trust-row{font-size:9px}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}body{color:var(--ink);background:linear-gradient(115deg,#040a11f7,#07121ef5 52%,#081422fa),#07111d}body:before{content:"";z-index:-2;pointer-events:none;opacity:.43;background-image:linear-gradient(#ffffff05 1px,#0000 1px),linear-gradient(90deg,#ffffff05 1px,#0000 1px);background-size:64px 64px;position:fixed;inset:0;-webkit-mask-image:linear-gradient(#000,#0000 76%);mask-image:linear-gradient(#000,#0000 76%)}.page-glow{filter:blur(22px);opacity:.72}.page-glow-a{background:radial-gradient(circle,#d3776933,#4a232b14 42%,#0000 72%);top:-20px;left:-250px}.page-glow-b{background:radial-gradient(circle,#df8d7624,#1233491c 48%,#0000 72%);bottom:-130px;right:-190px}.site-header{border-bottom:1px solid #eab5a214}.brand{color:#fff7f1;letter-spacing:-.025em}.brand-mark i:nth-child(2),.brand-mark i:nth-child(3){background:#d78072}.eyebrow span{background:linear-gradient(90deg,#9e605f,#efad91);box-shadow:0 0 18px #e28b786b}.calculator-shell{box-shadow:var(--shadow);background:linear-gradient(135deg,#122539f5,#081523fa 54%,#0a1a2afa);border:1px solid #e7ab962b}.calculator-shell:before{filter:blur(10px);background:radial-gradient(circle,#dd82701f,#0000 66%);border:0;width:420px;height:420px;top:80px;right:-235px}.calculator-shell:after{filter:blur(4px);background:radial-gradient(#e7947f2b,#43232b14 42%,#0000 68%);border:0;border-radius:48%;width:360px;height:600px;bottom:-180px;left:-265px;transform:rotate(-24deg)}.calculator-topbar{-webkit-backdrop-filter:blur(18px);background:#081523b8;border-bottom-color:#e2aa961c}.step-counter{color:#e79885}.progress-track span{background:linear-gradient(90deg,#9f5e5f,#ed9c84,#f1b195);box-shadow:0 0 20px #e28b7873}.choice-grid span:hover,.choice-list span:hover{color:#f3e9e3;border-color:#e79c8466}.text-input,select{color:#edf0f2;background:#142a3ec2;border-color:#dea99624;box-shadow:inset 0 1px #ffffff05}.show-errors input:invalid,.show-errors select:invalid,.show-errors input[type=checkbox]:not(:checked)+span{border-color:#eb7586}.form-footer{-webkit-backdrop-filter:blur(16px);background:#07121e9e;border-top-color:#dea9961a}.result-action{background:linear-gradient(135deg,#0f2030fa,#08131ffa);border:1px solid #e4a89326;box-shadow:0 20px 48px #00040a42}.toast{color:#f4ebe5;background:#0e2234;border:1px solid #e4aa952e;box-shadow:0 18px 55px #00040a80}@media (width<=720px){.site-header{border-bottom-color:#0000}.calculator-shell{border:1px solid #e7ab9629;border-radius:24px}.result-grid article+article{border-top-color:#dea9961c}}:root{--ink:#f7f2e8;--muted:#aaa49a;--line:#e0bf6726;--paper:#0a0a09;--lavender:#13120f;--pink:#e9c866;--purple:#ae8131;--deep:#060606;--green:#cdb15e;--shadow:0 52px 150px #000000bd,0 0 0 1px #e2c16912,inset 0 1px #ffffff06}body{background:radial-gradient(circle at 12% 20%,#d1a84613,#0000 24%),radial-gradient(circle at 87% 68%,#bd8f300f,#0000 28%),linear-gradient(125deg,#050505,#090908 48%,#050505)}body:before{opacity:.78;background-image:radial-gradient(circle at 8% 16%,#f4d27447 0 1px,#0000 2px),radial-gradient(circle at 91% 24%,#f4d27433 0 1px,#0000 2px),radial-gradient(circle at 78% 78%,#f4d27424 0 1px,#0000 2px),linear-gradient(#f0d28204 1px,#0000 1px),linear-gradient(90deg,#f0d28204 1px,#0000 1px);background-size:auto,auto,auto,72px 72px,72px 72px;-webkit-mask-image:linear-gradient(#000,#0000007a 74%,#0000);mask-image:linear-gradient(#000,#0000007a 74%,#0000)}.page-glow-a{filter:blur(30px);background:radial-gradient(circle,#d5ad461c,#61481509 43%,#0000 70%);width:720px;height:720px;top:-170px;left:-330px}.page-glow-b{filter:blur(34px);background:radial-gradient(circle,#dab14517,#48371106 46%,#0000 72%);width:680px;height:680px;bottom:-180px;right:-300px}.site-header{border-bottom-color:#e5c57017}.brand{color:#f8f3e9}.brand-mark i{background:#f5ead0}.brand-mark i:nth-child(2),.brand-mark i:nth-child(3){background:#d8b454;box-shadow:0 0 13px #dab55438}.header-meta{color:#8d897f}.status-dot{background:#d8b454;box-shadow:0 0 0 5px #d8b45413,0 0 24px #d8b4544d}.eyebrow{color:#b8b2a7}.eyebrow span{background:linear-gradient(90deg,#0000,#e4c466);height:1px;box-shadow:0 0 16px #e3c2636b}.hero-copy h1{color:#faf7f0;text-shadow:0 20px 65px #000000b8}.hero-copy h1 em{color:#e5c25c;text-shadow:0 0 34px #e0bb531c}.hero-copy p{color:#96928b}.calculator-shell{box-shadow:var(--shadow);background:linear-gradient(145deg,#11110ffb,#070707fe 58%,#0c0b09fe);border-color:#e2c16929}.calculator-shell:before{filter:blur(12px);background:radial-gradient(circle,#e1be5b18,#5b430d06 43%,#0000 68%);top:36px;right:-245px}.calculator-shell:after{filter:blur(8px);background:radial-gradient(#e0b84a14,#4f3c1005 43%,#0000 70%);bottom:-235px;left:-280px}.calculator-topbar{background:#080807c2;border-bottom-color:#e2c1691a}.topbar-label{color:#7f796c}.calculator-topbar strong{color:#f2ede3}.step-counter{color:#e5c361;text-shadow:0 0 18px #e2be5626}.step-counter small{color:#676359}.progress-track{background:#ffffff06}.progress-track span{background:linear-gradient(90deg,#876328,#e2bd56,#f5dc8b);height:2px;box-shadow:0 0 18px #e2be566e}.step-heading>span,.result-intro>span{color:#d8b550}.step-heading h2,.result-intro h2{color:#f9f5ec}.step-heading p,.result-intro p{color:#8f8b83}legend,.field-label,.form-grid label{color:#ded9cf}.field-label b,.form-grid label b{color:#777269}.choice-grid span,.choice-list span{color:#aaa69e;background:linear-gradient(145deg,#181815e0,#0b0b0ae6);border-color:#dfc16f21;box-shadow:inset 0 1px #ffffff06,0 10px 30px #00000024}.choice-grid input:checked+span,.choice-list input:checked+span{color:#f5e7bd;background:linear-gradient(145deg,#53441fb8,#231e11c2);border-color:#e8c86fa3;box-shadow:0 0 0 3px #e2be560e,0 16px 34px #00000052,inset 0 1px #fff5cc12}.choice-grid span:hover,.choice-list span:hover{color:#f1eadb;background:linear-gradient(145deg,#1e1d18f0,#0d0d0bf0);border-color:#e7c76f61}.money-field{background:linear-gradient(145deg,#161613f2,#0a0a09f7);border-color:#e1c26f29;box-shadow:0 22px 54px #0000005e,inset 0 1px #ffffff06}.money-field:focus-within{border-color:#cda945;box-shadow:0 0 0 4px #d5b04a11,0 22px 54px #00000061}.money-field span{color:#9c8954}.money-field input{color:#f7f2e7}.money-field input::placeholder{color:#3e3b34}.text-input,select{color:#ece8df;background:#161613d6;border-color:#e0c16e24}.text-input::placeholder{color:#5d5a53}.text-input:focus,select:focus{background:#1b1a16;border-color:#cda945;box-shadow:0 0 0 4px #d5b04a11}select option{color:#efebe2;background:#12110f}.field-help{color:#726f68}.consent{color:#86827a}.consent input{accent-color:#d3ae4a}.form-footer{background:#070706ad;border-top-color:#e1c16b17}.back-button{color:#7d7971}.next-button{color:#17140c;background:linear-gradient(100deg,#9d772d,#d9b34c 53%,#f2d77b);box-shadow:0 15px 38px #a27a263d,inset 0 1px #fffadc66}.next-button:hover{background:linear-gradient(100deg,#b08935,#e5c25a 53%,#f8e293);box-shadow:0 18px 44px #b1892d52}#formMessage{color:#eaa57e}.result-hero strong{color:#e5c15b;text-shadow:0 0 46px #dcb44421}.result-hero>span,.result-hero small{color:#7d796f}.result-grid{background:linear-gradient(145deg,#161613f0,#090908f7);border-color:#e0c06b24;box-shadow:0 22px 58px #00000057,inset 0 1px #ffffff06}.result-grid article+article{border-color:#e0c06b1a}.result-grid span,.result-grid small{color:#78746c}.result-grid strong{color:#f3ede0}.tech-limit{background:linear-gradient(135deg,#44391b4a,#12120f8c);border-color:#e1c06729}.tech-limit>span{color:#17130b;background:linear-gradient(135deg,#ac8431,#edcf70);box-shadow:0 9px 26px #b88b283b}.tech-limit strong{color:#efe9dc}.tech-limit p{color:#918d83}.result-action{background:linear-gradient(135deg,#11110efc,#060606fc);border-color:#e3c26926;box-shadow:0 24px 58px #00000061}.result-action>div>span{color:#d8b751}.result-action p{color:#8e8a81}.result-action button{color:#17140c;background:linear-gradient(100deg,#9c762c,#dbb64e 55%,#f1d579);box-shadow:0 14px 34px #9c742240}.restart-button{color:#77736b}.trust-row{color:#79766e}footer{color:#6d6962;border-top-color:#e0bf6717}.toast{color:#f3ede0;background:#14130f;border-color:#e1c0692e;box-shadow:0 22px 60px #0000009e}@media (width<=720px){.calculator-shell{border-color:#e2c16926}.result-grid article+article{border-top-color:#e0c06b1a}}.number-field{background:linear-gradient(145deg,#161613f2,#0a0a09f7);border:1px solid #e1c26f29;border-radius:15px;align-items:center;gap:14px;height:82px;padding:0 24px;display:flex;box-shadow:0 22px 54px #0000005e,inset 0 1px #ffffff06}.number-field:focus-within{border-color:#cda945;box-shadow:0 0 0 4px #d5b04a11,0 22px 54px #00000061}.number-field input{color:#f7f2e7;letter-spacing:-.04em;background:0 0;border:0;outline:0;width:100%;min-width:0;font:700 clamp(34px,7vw,52px)/1 Georgia,serif}.number-field input::placeholder{color:#3e3b34}.number-field span{color:#807969;text-transform:uppercase;letter-spacing:.09em;font-size:11px;font-weight:750}.compact-money-field{position:relative}.compact-money-field>span{z-index:2;color:#92804c;font-size:12px;position:absolute;top:50%;left:15px;transform:translateY(-50%)}.compact-money-field .text-input{padding-left:42px}.field-stack .field-label[for=buyers],.field-stack .field-label[for=ticket]{margin-top:23px}.tool-demand{grid-template-columns:repeat(3,1fr)}@media (width<=720px){.number-field{height:70px;padding-inline:17px}.number-field input{font-size:38px}.tool-demand{grid-template-columns:repeat(3,1fr)}.step[data-step="3"]{padding-top:26px}.step[data-step="3"] .step-heading{margin-bottom:22px}.step[data-step="3"] fieldset{margin-bottom:19px}}.calculator-stage{isolation:isolate;width:min(1180px,100%);margin:auto;padding:116px 0 70px;position:relative}.calculator-stage .calculator-shell{z-index:2;margin:0 auto;position:relative}.app-motion-layer{z-index:4;pointer-events:none;position:absolute;inset:0}.motion-card{color:#f7f1e5;-webkit-backdrop-filter:blur(18px);opacity:.94;background:linear-gradient(145deg,#1d1c17f0,#0a0a09f5);border:1px solid #e4c66f38;border-radius:15px;align-items:center;gap:11px;transition:transform .85s cubic-bezier(.16,1,.3,1),opacity .55s,filter .55s;animation:.75s both motionCardReveal,7s ease-in-out 1s infinite motionCardFloat;display:flex;position:absolute;box-shadow:0 22px 58px #0000007a,inset 0 1px #ffffff0b}.motion-card span,.motion-card small{display:block}.motion-card>div>span,.motion-card>span{color:#a69f91;letter-spacing:.15em;font-size:7px;font-weight:850}.motion-card strong{color:#f6eddb;font:700 20px/1.1 Georgia,serif;display:block}.motion-card small{color:#77736a;margin-top:3px;font-size:7px}.motion-card-icon{color:#18140b;background:linear-gradient(135deg,#b88c34,#f0d374);border-radius:10px;flex:none;place-items:center;width:34px;height:34px;font-size:18px;display:grid;box-shadow:0 8px 20px #b489293d}.motion-card-base{width:205px;padding:13px 14px;animation-delay:80ms,1.1s;top:24px;left:86px}.motion-card-base strong{margin-top:2px}.micro-trend{align-items:flex-end;gap:2px;height:27px;margin-left:auto;display:flex}.micro-trend b{opacity:.8;background:#d7b654;border-radius:3px;width:3px}.micro-trend b:first-child{height:7px}.micro-trend b:nth-child(2){height:13px}.micro-trend b:nth-child(3){height:10px}.micro-trend b:nth-child(4){height:20px}.micro-trend b:nth-child(5){height:26px}.motion-card-revenue{width:195px;padding:15px 16px;animation-delay:.2s,1.4s;display:block;top:34px;right:86px}.motion-card-revenue strong{color:#e8c65e;margin-top:5px;font-size:24px}.mini-chart{align-items:flex-end;gap:4px;height:22px;margin-top:8px;display:flex}.mini-chart i{background:linear-gradient(#ecd270,#8a6829);border-radius:3px 3px 1px 1px;flex:1;display:block}.mini-chart i:first-child{height:28%}.mini-chart i:nth-child(2){height:43%}.mini-chart i:nth-child(3){height:37%}.mini-chart i:nth-child(4){height:61%}.mini-chart i:nth-child(5){height:72%}.mini-chart i:nth-child(6){height:100%}.motion-card-audience{width:218px;padding:13px 15px;animation-delay:.32s,1.8s;bottom:12px;left:34px}.motion-card-audience>div:last-child{min-width:0}.motion-card-audience strong{font:700 11px/1.2 Inter,Arial,sans-serif}.avatar-stack{padding-left:7px;display:flex}.avatar-stack i{color:#17130b;background:#cfae50;border:2px solid #171510;border-radius:50%;place-items:center;width:27px;height:27px;margin-left:-7px;font:800 8px Inter,sans-serif;display:grid}.avatar-stack i:nth-child(2){background:#f0deaa}.avatar-stack i:nth-child(3){color:#d8b85b;background:#302a19}.motion-card-notification{width:232px;padding:12px 14px;animation-delay:.43s,2.2s;bottom:0;right:34px}.motion-card-notification strong{font:750 10px/1.2 Inter,Arial,sans-serif}.motion-card-notification>span{color:#706b62;letter-spacing:0;margin-left:auto;font-size:7px}.notification-dot{background:#e2bf58;border-radius:50%;flex:none;width:9px;height:9px;box-shadow:0 0 0 5px #e2bf5814,0 0 18px #e2bf5861}.motion-particle{color:#e4c55f;text-shadow:0 0 18px #e2c1598c;opacity:.55;animation:6s ease-in-out infinite particleDrift;position:absolute}.particle-a{font-size:12px;top:44%;left:5%}.particle-b{font-size:21px;animation-delay:-1.6s;top:18%;right:7%}.particle-c{font-size:12px;animation-delay:-3s;bottom:31%;left:10%}.particle-d{font-size:8px;animation-delay:-4.2s;bottom:25%;right:9%}.calculator-stage[data-step="1"] .motion-card-audience,.calculator-stage[data-step="1"] .motion-card-notification{opacity:.5;filter:saturate(.65)}.calculator-stage[data-step="2"] .motion-card-base{transform:translate(28px,-16px)scale(1.07)}.calculator-stage[data-step="2"] .motion-card-revenue{opacity:.68;transform:translate(-8px,26px)scale(.93)}.calculator-stage[data-step="3"] .motion-card-audience{opacity:1;transform:translate(30px,-22px)scale(1.06)}.calculator-stage[data-step="3"] .motion-card-base{opacity:.55;transform:translate(-14px,28px)scale(.9)}.calculator-stage[data-step="4"] .motion-card-notification{opacity:1;transform:translate(-34px,-22px)scale(1.07)}.calculator-stage[data-step="4"] .motion-card-audience{opacity:.56;transform:translate(-12px,18px)scale(.93)}.calculator-stage[data-step="5"] .motion-card-revenue{opacity:.98;transform:translate(-42px,-24px)scale(1.08)}.calculator-stage[data-step="5"] .motion-card-base,.calculator-stage[data-step="5"] .motion-card-audience,.calculator-stage[data-step="5"] .motion-card-notification{opacity:.2;filter:blur(2px)}.step.active{animation:.68s cubic-bezier(.16,1,.3,1) both motionSceneEnter}.step.active .step-heading>span,.step.active .step-heading>h2,.step.active .step-heading>p{animation:.58s cubic-bezier(.16,1,.3,1) both motionTextRise}.step.active .step-heading>h2{animation-delay:60ms}.step.active .step-heading>p{animation-delay:.12s}.step.active fieldset,.step.active .field-stack>:not(.field-help),.step.active .form-grid>*{animation:.62s cubic-bezier(.16,1,.3,1) both motionModuleIn}.step.active fieldset:first-of-type,.step.active .field-stack>:first-child,.step.active .form-grid>:first-child{animation-delay:.12s}.step.active fieldset:nth-of-type(2),.step.active .field-stack>:nth-child(2),.step.active .form-grid>:nth-child(2){animation-delay:.19s}.step.active fieldset:nth-of-type(3),.step.active .field-stack>:nth-child(3),.step.active .form-grid>:nth-child(3){animation-delay:.26s}.step.active .choice-grid label,.step.active .choice-list label{animation:.55s cubic-bezier(.16,1,.3,1) both motionChipIn}.step.active .choice-grid label:nth-child(2),.step.active .choice-list label:nth-child(2){animation-delay:50ms}.step.active .choice-grid label:nth-child(3),.step.active .choice-list label:nth-child(3){animation-delay:.1s}.step.active .choice-grid label:nth-child(4),.step.active .choice-list label:nth-child(4){animation-delay:.15s}.step.active .choice-grid label:nth-child(5),.step.active .choice-list label:nth-child(5){animation-delay:.2s}.step.active .choice-grid label:nth-child(6),.step.active .choice-list label:nth-child(6){animation-delay:.25s}.step.active .choice-grid label:nth-child(7){animation-delay:.3s}.result-step.active .result-hero,.result-step.active .result-grid,.result-step.active .tech-limit,.result-step.active .result-action{animation:.72s cubic-bezier(.16,1,.3,1) both motionModuleIn}.result-step.active .result-grid{animation-delay:.12s}.result-step.active .tech-limit{animation-delay:.2s}.result-step.active .result-action{animation-delay:.28s}@keyframes motionCardReveal{0%{opacity:0;filter:blur(8px);clip-path:inset(0 100% 0 0 round 15px)}to{clip-path:inset(0 round 15px)}}@keyframes motionCardFloat{0%,to{translate:0}50%{translate:0 -8px}}@keyframes particleDrift{0%,to{opacity:.3;translate:0;rotate:0deg}50%{opacity:.78;translate:10px -14px;rotate:18deg}}@keyframes motionSceneEnter{0%{opacity:0;filter:blur(7px);transform:translate(34px,10px)scale(.986)}to{opacity:1;filter:none;transform:none}}@keyframes motionTextRise{0%{opacity:0;filter:blur(4px);transform:translateY(18px)}to{opacity:1;filter:none;transform:none}}@keyframes motionModuleIn{0%{opacity:0;filter:blur(5px);transform:translate(24px,16px)scale(.965)}to{opacity:1;filter:none;transform:none}}@keyframes motionChipIn{0%{opacity:0;transform:translateY(12px)scale(.96)}to{opacity:1;transform:none}}@media (width<=1180px) and (width>=921px){.motion-card-base{left:42px}.motion-card-revenue{right:42px}.motion-card-audience{left:18px}.motion-card-notification{right:18px}}@media (width<=920px){.calculator-stage{padding-top:112px}.motion-card-audience,.motion-card-notification,.motion-particle{display:none}.motion-card-base{width:172px;padding:11px 12px;display:flex;top:12px;left:8px;opacity:.9!important;filter:none!important;transform:none!important}.motion-card-revenue{width:158px;padding:12px 13px;display:block;top:22px;right:8px;opacity:.9!important;filter:none!important;transform:none!important}.motion-card-base strong{font-size:17px}.motion-card-base small{display:none}.motion-card-icon{width:29px;height:29px;font-size:15px}.micro-trend{height:22px}.motion-card-revenue strong{font-size:19px}.mini-chart{height:15px;margin-top:6px}}@media (width<=390px){.motion-card-base{width:164px}.motion-card-revenue{width:150px}}.coursekit-home{--home-gold:#7c36e8;--home-cream:#f4f0e8;isolation:isolate;min-height:100svh;color:var(--home-cream);background:#070706;padding:0 24px 58px;font-family:Manrope,Inter,Helvetica Neue,Arial,sans-serif;position:relative;overflow:hidden}.home-atmosphere,.home-grain{pointer-events:none;position:absolute;inset:0}.home-atmosphere{z-index:-1;background:radial-gradient(circle at 50% -18%,#893eec30,#0000 36%),linear-gradient(#0c0b08 0%,#070706 70%,#0a0906 100%);overflow:hidden}.home-grain{opacity:.13;mix-blend-mode:soft-light;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.22'/%3E%3C/svg%3E")}.gold-beam{filter:blur(5px);opacity:.86;transform-origin:50%;mix-blend-mode:screen;background:linear-gradient(90deg,#0000 2%,#6114c512 20%,#9857eee6 49%,#370b700d 80%,#0000);display:block;position:absolute}.beam-left{width:860px;height:128px;top:270px;left:-450px;transform:rotate(-53deg);box-shadow:0 0 58px #802fea57}.beam-top{opacity:.58;width:720px;height:82px;top:-48px;left:calc(50% - 350px);transform:rotate(23deg)}.beam-right{width:920px;height:126px;top:350px;right:-545px;transform:rotate(48deg);box-shadow:0 0 70px #701fda4d}.gold-orb{filter:blur(34px);opacity:.23;border-radius:50%;width:620px;height:620px;position:absolute}.orb-left{background:radial-gradient(circle,#934eed 0,#5110a770 28%,#0000 68%);top:34%;left:-440px}.orb-right{background:radial-gradient(circle,#934eee 0,#5110a766 30%,#0000 68%);top:29%;right:-430px}.home-header{z-index:3;border-bottom:1px solid #ffffff13;justify-content:space-between;align-items:center;width:min(1180px,100%);height:84px;margin:auto;display:flex;position:relative}.home-brand{color:var(--home-cream);align-items:center;gap:10px;text-decoration:none;display:flex}.home-brand>span:last-child{align-items:baseline;gap:5px;display:flex}.home-brand strong{letter-spacing:-.045em;font-size:15px}.home-brand small{color:#8f8b81;text-transform:uppercase;letter-spacing:.11em;font-size:9px;font-weight:650}.home-brand-mark{background:linear-gradient(145deg,#9f62ef,#4c1496);border:1px solid #aa73f16b;border-radius:5px;width:23px;height:23px;display:block;position:relative;overflow:hidden;box-shadow:0 0 22px #7d32df2e,inset 0 1px #ffffff80}.home-brand-mark i{background:#19150a;border-radius:8px;width:14px;height:2px;position:absolute;left:4px;transform:rotate(-45deg)}.home-brand-mark i:first-child{top:6px}.home-brand-mark i:nth-child(2){top:11px;left:6px}.home-brand-mark i:nth-child(3){top:16px}.home-nav{align-items:center;gap:31px;display:flex}.home-nav a{color:#8b887f;font-size:10px;font-weight:650;text-decoration:none;transition:all .2s}.home-nav>a:not(.home-nav-cta):hover{color:#f2ede2}.home-nav-cta{background:#f2efe7;border-radius:5px;align-items:center;min-height:36px;display:flex;box-shadow:0 8px 24px #0003;color:#17140e!important;gap:16px!important;padding:0 15px!important;font-weight:800!important}.home-nav-cta span{font-size:13px}.home-hero{z-index:1;text-align:center;width:min(830px,100%);margin:86px auto 38px;position:relative}.home-kicker{color:#a79f8d;letter-spacing:.2em;justify-content:center;align-items:center;gap:9px;font-size:8px;font-weight:800;display:flex}.home-kicker span{background:#8841e5;border-radius:50%;width:6px;height:6px;box-shadow:0 0 0 5px #8841e514,0 0 18px #8841e56b}.home-hero h1{color:#f4f1e9;letter-spacing:-.065em;text-wrap:balance;text-shadow:0 4px 32px #00000052;margin:17px 0;font:800 clamp(43px,5.5vw,75px)/.98 Manrope,Inter,sans-serif}.home-hero h1 em{color:#9150e6;background:linear-gradient(105deg,#5713b1 4%,#c7a3f6 47%,#6417c9 94%);-webkit-text-fill-color:transparent;filter:drop-shadow(0 0 20px #7d32df21);-webkit-background-clip:text;background-clip:text;font-style:normal;font-weight:800}.home-hero>p{color:#8f8b82;text-wrap:balance;width:min(610px,100%);margin:0 auto;font-size:13px;line-height:1.7}.home-primary-cta{color:#14120d;background:linear-gradient(#fffefb,#e8e4dc);border:1px solid #ffffffd1;border-radius:5px;justify-content:center;align-items:center;gap:19px;width:max-content;min-width:206px;height:48px;margin:25px auto 11px;padding:0 18px;font-size:10px;font-weight:850;text-decoration:none;transition:transform .25s,box-shadow .25s;display:flex;box-shadow:0 16px 38px #00000054,0 0 0 1px #a66df114,inset 0 1px #fff}.home-primary-cta:hover{transform:translateY(-2px);box-shadow:0 20px 44px #0000006b,0 0 35px #7d32df21}.home-primary-cta span{font-size:15px}.home-cta-note{color:#625f59;justify-content:center;align-items:center;gap:6px;font-size:8px;font-weight:600;display:flex}.home-cta-note i{background:#59249f;border-radius:50%;width:5px;height:5px}.vsl-frame{z-index:2;width:min(785px,100% - 16px);margin:0 auto;position:relative}.vsl-frame:before{content:"";z-index:-2;filter:blur(18px);background:radial-gradient(#7625e038,#390c740d 39%,#0000 68%);position:absolute;inset:-70px -170px}.vsl-frame:after{content:"";z-index:-1;filter:blur(35px);background:#6d1cd840;border-radius:50%;height:55px;position:absolute;bottom:-25px;left:8%;right:8%}.vsl-edge{pointer-events:none;background:linear-gradient(120deg,#a76ef11f,#0000 24% 74%,#a76ef11f);border:1px solid #8e4ae824;border-radius:15px;position:absolute;inset:-7px;box-shadow:0 34px 90px #000000ad,0 0 0 7px #0c0a07b8,0 0 55px #6516cd21}.vsl-screen{aspect-ratio:16/8.7;background:#0b0a08;border:1px solid #ffffff1f;border-radius:10px;position:relative;overflow:hidden;box-shadow:inset 0 0 70px #0000008c}.vsl-screen video{object-fit:cover;filter:saturate(.68)contrast(1.08)brightness(.55)sepia(.2);width:100%;height:100%;display:block;transform:scale(1.015)}.vsl-grade{pointer-events:none;background:linear-gradient(#0404036b,#0000 31% 54%,#030302d9),linear-gradient(90deg,#09070373,#0000 30% 70%,#09070373);position:absolute;inset:0;box-shadow:inset 0 0 0 1px #a368f00d,inset 0 0 90px #00000040}.vsl-topline{color:#f2ede085;letter-spacing:.12em;justify-content:space-between;align-items:center;font-size:7px;font-weight:750;display:flex;position:absolute;top:15px;left:18px;right:18px}.vsl-topline span:first-child{align-items:center;gap:7px;display:flex}.vsl-topline i{background:#7a33d7;border-radius:50%;width:5px;height:5px;box-shadow:0 0 11px #7a33d7bf}.vsl-play{color:#17130a;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:#dacdebeb;border:1px solid #ffffff4d;border-radius:50%;place-items:center;width:58px;height:58px;transition:all .25s;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 14px 34px #00000057,0 0 0 8px #ffffff0a}.vsl-play:hover{background:#fff;transform:translate(-50%,-50%)scale(1.07)}.pause-icon{gap:4px;display:flex}.pause-icon i{background:#16130c;border-radius:2px;width:3px;height:14px}.vsl-play.is-paused .pause-icon{border-top:8px solid #0000;border-bottom:8px solid #0000;border-left:13px solid #16130c;width:0;height:0;margin-left:4px}.vsl-play.is-paused .pause-icon i{display:none}.vsl-caption{justify-content:space-between;align-items:flex-end;gap:20px;display:flex;position:absolute;bottom:14px;left:19px;right:19px}.vsl-caption div{gap:3px;display:grid}.vsl-caption small{color:#7334c6;letter-spacing:.17em;font-size:6px;font-weight:850}.vsl-caption strong{color:#f0ece2;font-size:10px;font-weight:650}.vsl-caption button{color:#aaa59a;letter-spacing:.08em;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#05050473;border:1px solid #ffffff21;border-radius:99px;align-items:center;gap:6px;height:26px;padding:0 9px;font-size:7px;font-weight:800;display:flex}.vsl-caption button:hover{color:#f3eee3;border-color:#a062f03d}.home-proof{z-index:1;text-align:center;margin:34px auto 0;position:relative}.home-proof>span{color:#55534e;letter-spacing:.16em;text-transform:uppercase;margin-bottom:15px;font-size:7px;font-weight:700;display:block}.home-proof>div{flex-wrap:wrap;justify-content:center;align-items:center;gap:35px;display:flex}.home-proof strong{color:#5e5a51;letter-spacing:.05em;filter:grayscale();font-size:9px;transition:all .2s}.home-proof strong:hover{color:#744ea5}#diagnostico{scroll-margin-top:0}.site-header{scroll-margin-top:18px}@media (width<=760px){.coursekit-home{padding:0 18px 44px}.home-header{height:72px}.home-nav>a:not(.home-nav-cta){display:none}.home-nav{gap:0}.home-nav-cta{min-height:34px;padding:0 12px!important}.home-brand small{display:none}.home-hero{margin-top:64px}.home-hero h1{font-size:clamp(40px,11vw,58px);line-height:1.02}.home-hero h1 br{display:none}.home-hero>p{max-width:500px}.vsl-screen{aspect-ratio:16/10}.vsl-caption strong{font-size:8px}.home-proof>div{gap:20px}.beam-left{left:-590px}.beam-right{right:-640px}}@media (width<=480px){.home-header{border-bottom-color:#ffffff0e}.home-nav-cta{font-size:0}.home-nav-cta:before{content:"Começar";font-size:9px}.home-nav-cta span{font-size:12px}.home-hero{margin-top:50px}.home-kicker{letter-spacing:.14em;font-size:6.5px}.home-hero h1{letter-spacing:-.06em;margin-top:15px;font-size:39px}.home-hero>p{font-size:11px;line-height:1.65}.home-primary-cta{height:46px}.vsl-frame{width:100%;margin-top:30px}.vsl-edge{border-radius:11px;inset:-4px}.vsl-screen{aspect-ratio:1.32}.vsl-screen video{object-position:53% center}.vsl-play{width:50px;height:50px}.vsl-caption{bottom:11px;left:12px;right:12px}.vsl-caption strong{max-width:230px}.vsl-caption button{justify-content:center;width:28px;padding:0;font-size:0}.vsl-caption button span{font-size:12px}.home-proof{margin-top:29px}.home-proof>div{gap:14px}.home-proof strong{font-size:7px}}@media (prefers-reduced-motion:reduce){.home-primary-cta,.vsl-play{transition:none}.gold-beam{filter:blur(8px)}}.home-nav-cta .home-nav-label{font-size:10px}@media (width<=480px){.home-nav-cta .home-nav-label{display:none}.home-nav-cta:before{content:"Começar";font-size:9px}.home-nav-cta .home-nav-arrow{font-size:12px}}.home-brand strong{font-size:18px}.home-brand small{font-size:10px}.home-nav a,.home-nav-cta .home-nav-label{font-size:12px}.home-nav-cta .home-nav-arrow{font-size:15px}.home-kicker{font-size:10px}.home-hero>p{max-width:680px;font-size:16px;line-height:1.65}.home-primary-cta{min-width:238px;height:54px;font-size:13px}.home-cta-note{font-size:10px}.vsl-topline{font-size:9px}.vsl-caption small{font-size:8px}.vsl-caption strong{font-size:13px}.vsl-caption button{height:30px;font-size:9px}.home-proof>span{font-size:9px}.home-proof strong{font-size:12px}@media (width<=760px){.home-nav a{font-size:11px}.home-kicker{font-size:8px}.home-hero>p{font-size:14px}.home-primary-cta{font-size:12px}.home-cta-note{font-size:9px}.vsl-topline{font-size:8px}.vsl-caption strong{font-size:10px}.home-proof>span{font-size:8px}.home-proof strong{font-size:9px}}@media (width<=480px){.home-nav-cta:before{font-size:10px}.home-nav-cta .home-nav-arrow{font-size:13px}.home-kicker{font-size:7px}.home-hero>p{font-size:13px}.home-primary-cta{font-size:12px}.vsl-caption small{font-size:7px}.vsl-caption strong{font-size:9px}.home-proof strong{font-size:8px}}.home-proof{width:min(1180px,100%);margin-top:38px}.home-proof>span{color:#716b5d;letter-spacing:.18em;margin-bottom:16px;font-size:9px}.home-proof>.cases-marquee{width:100%;display:block;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000);mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000)}.cases-track{will-change:transform;width:max-content;animation:34s linear infinite casesLoop;display:flex}.cases-set{align-items:center;gap:12px;padding-right:12px;display:flex}.case-card{background:linear-gradient(145deg,#14120de6,#070706f5);border:1px solid #9659e61a;border-radius:10px;flex:0 0 176px;place-items:center;width:176px;height:82px;margin:0;transition:border-color .25s,background .25s,transform .25s;display:grid;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff06}.case-card:after{content:"";background:linear-gradient(115deg,#0000 25%,#863de50e 50%,#0000 75%);transition:transform .6s;position:absolute;inset:0;transform:translate(-120%)}.case-card:hover{z-index:2;background:linear-gradient(145deg,#1e190ef2,#080806fa);border-color:#9659e640;transform:translateY(-2px)}.case-card:hover:after{transform:translate(120%)}.case-card img{object-fit:contain;opacity:.72;filter:sepia(.08)brightness(.94);width:132px;height:132px;transition:opacity .25s,filter .25s,transform .25s;display:block;transform:scale(1.46)}.cases-marquee:hover .cases-track,.cases-marquee:focus-within .cases-track{animation-play-state:paused}@keyframes casesLoop{to{transform:translate(-50%)}}@media (width<=760px){.home-proof{margin-top:33px}.home-proof>span{font-size:8px}.cases-set{gap:9px;padding-right:9px}.case-card{flex-basis:148px;width:148px;height:70px}.case-card img{width:114px;height:114px;transform:scale(1.48)}.cases-track{animation-duration:29s}}@media (prefers-reduced-motion:reduce){.cases-track{animation:none}.cases-marquee{scrollbar-width:none;overflow-x:auto}.cases-marquee::-webkit-scrollbar{display:none}}.home-proof>.cases-marquee{margin:-14px 0;padding:14px 0}.case-card,.case-card:hover{box-shadow:none;background:0 0;border:0;border-radius:0;overflow:visible;transform:none}.case-card:after{display:none}.case-card img{mix-blend-mode:screen;opacity:.72;filter:brightness(.92)grayscale();transform:scale(1.46)}.case-card:hover img{opacity:1;filter:brightness(1.12)grayscale();transform:scale(1.53)}.liquid-divider{grid-template-columns:1fr auto 1fr;align-items:center;gap:18px;width:min(980px,88%);height:38px;margin:76px auto 0;display:grid;position:relative}.liquid-divider span{background:linear-gradient(90deg,#0000,#ffffff1f);height:1px}.liquid-divider span:last-child{background:linear-gradient(90deg,#ffffff1f,#0000)}.liquid-divider i{border:1px solid #c49ef585;border-radius:50%;width:7px;height:7px;box-shadow:0 0 22px #7d32df61,inset 0 0 5px #ffffff80}.liquid-section{z-index:1;width:min(1120px,100%);margin:142px auto 0;scroll-margin-top:90px;position:relative}.liquid-section:before{content:"";z-index:-1;filter:blur(34px);pointer-events:none;background:radial-gradient(#ffffff0b,#7432cb06 38%,#0000 70%);border-radius:50%;width:650px;height:430px;position:absolute}.opportunity-section:before{top:20px;right:-290px}.method-section:before{top:-60px;left:-330px}.proof-section:before{top:80px;right:-270px}.section-heading{text-align:center;width:min(790px,100%);margin:0 auto 55px}.section-index{color:#827f77;letter-spacing:.2em;align-items:center;gap:9px;font-size:9px;font-weight:800;display:inline-flex}.section-index:before{content:"";background:linear-gradient(90deg,#3c0f77,#9250e9);width:20px;height:1px}.section-heading h2,.method-intro h2,.liquid-cta h2{color:#f4f1eb;letter-spacing:-.065em;text-wrap:balance;margin:17px 0 18px;font:750 clamp(40px,5.35vw,70px)/1.02 Manrope,Inter,sans-serif}.section-heading h2 em,.method-intro h2 em,.liquid-cta h2 em{background:linear-gradient(110deg,#49148f,#d3b7f8 50%,#5d14bd);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-style:normal;font-weight:750}.section-heading p,.method-intro>p,.liquid-cta>p{color:#88857f;text-wrap:balance;width:min(630px,100%);margin:auto;font-size:14px;line-height:1.75}.liquid-card{--glass-x:50%;--glass-y:0%;-webkit-backdrop-filter:blur(28px)saturate(125%);background:linear-gradient(145deg,#ffffff13,#ffffff06 42%,#ffffff0a);border:1px solid #ffffff1b;border-radius:22px;position:relative;overflow:hidden;transform:translateZ(0);box-shadow:inset 0 1px #ffffff1c,inset 0 -1px #ffffff05,0 32px 85px #00000075,0 0 0 1px #7d32df05}.liquid-card:before{content:"";z-index:0;pointer-events:none;background:radial-gradient(420px circle at var(--glass-x) var(--glass-y),#ffffff21,#ab76f10b 22%,transparent 58%);opacity:.72;transition:opacity .35s;position:absolute;inset:-1px}.liquid-card:after{content:"";z-index:0;opacity:.66;background:linear-gradient(90deg,#0000,#ffffff75,#9a5bed40,#0000);height:1px;position:absolute;top:0;left:9%;right:9%}.liquid-card:hover:before{opacity:1}.liquid-card>*{z-index:1;position:relative}.liquid-bento{grid-template-columns:repeat(12,1fr);gap:14px;display:grid}.revenue-card{grid-area:span 2/span 8;min-height:534px;padding:24px 26px 0}.asset-card,.signal-card{grid-column:span 4;min-height:260px;padding:22px}.glass-card-top{justify-content:space-between;align-items:center;display:flex}.glass-icon{color:#d8d4ca;background:#ffffff09;border:1px solid #ffffff1f;border-radius:10px;place-items:center;width:34px;height:34px;font-size:15px;display:grid;box-shadow:inset 0 1px #ffffff14}.glass-status,.glass-number{color:#77746e;letter-spacing:.16em;font-size:8px;font-weight:750}.glass-status{align-items:center;gap:7px;display:flex}.glass-status i{background:#894adc;border-radius:50%;width:5px;height:5px;box-shadow:0 0 13px #894adc9e}.glass-number{color:#d7d3ca;letter-spacing:-.02em;font-size:12px}.revenue-card-copy{width:min(430px,70%);margin:74px 0 0}.revenue-card-copy>span,.glass-card-copy>span,.proof-stat>span,.proof-quote>small{color:#77746e;letter-spacing:.18em;font-size:8px;font-weight:800}.revenue-card-copy strong{color:#f1eee7;letter-spacing:-.05em;margin-top:12px;font-size:clamp(25px,3vw,39px);line-height:1.08;display:block}.revenue-card-copy p,.glass-card-copy p,.proof-stat p{color:#77746f;max-width:390px;margin:13px 0 0;font-size:11px;line-height:1.7}.liquid-chart{height:215px;position:absolute;bottom:0;left:26px;right:26px;overflow:hidden}.chart-grid{opacity:.34;background-image:linear-gradient(#ffffff0d 1px,#0000 1px),linear-gradient(90deg,#ffffff0d 1px,#0000 1px);background-size:100% 48px,80px 100%;position:absolute;inset:0;-webkit-mask-image:linear-gradient(90deg,#0000,#000 12%,#000);mask-image:linear-gradient(90deg,#0000,#000 12%,#000)}.liquid-chart svg{width:100%;height:100%;position:absolute;inset:0;overflow:visible}.chart-area{fill:url(#chartFill)}.chart-line{fill:none;stroke:url(#chartStroke);stroke-width:2.2px;stroke-linecap:round}.liquid-chart circle{fill:#b07ef1;stroke:#ffffff59;stroke-width:7px;paint-order:stroke;filter:drop-shadow(0 0 10px #7f34e1b8)}.chart-pill{color:#b8b3aa;background:#0808079e;border:1px solid #ffffff1a;border-radius:99px;padding:7px 10px;font-size:8px;position:absolute;top:4px;right:2px;box-shadow:inset 0 1px #ffffff0f}.glass-card-copy{position:absolute;bottom:21px;left:22px;right:22px}.glass-card-copy h3{color:#e9e6de;letter-spacing:-.04em;max-width:300px;margin:9px 0 0;font-size:19px;line-height:1.18}.asset-card .glass-card-copy{max-width:270px}.asset-orbit{border:1px solid #ffffff0f;border-radius:50%;width:174px;height:174px;position:absolute;top:24px;right:-23px;box-shadow:inset 0 0 44px #ffffff05,0 0 45px #7e40ce09}.asset-orbit:before,.asset-orbit:after{content:"";border:1px solid #fff1;border-radius:50%;position:absolute}.asset-orbit:before{inset:29px}.asset-orbit:after{background:radial-gradient(circle,#e0cff62e,#ffffff04 58%,#0000);inset:59px}.asset-orbit span,.asset-orbit i,.asset-orbit b{background:#bb9be5;border-radius:50%;position:absolute;box-shadow:0 0 13px #8741e3b3}.asset-orbit span{width:5px;height:5px;top:71px;left:18px}.asset-orbit i{width:4px;height:4px;top:27px;right:35px}.asset-orbit b{width:3px;height:3px;bottom:42px;right:21px}.signal-card{background:linear-gradient(152deg,#ffffff0e,#ffffff05 46%,#702cc809)}.signal-visual{place-items:center;width:170px;height:170px;display:grid;position:absolute;top:-18px;right:-18px}.signal-core{z-index:2;color:#dad5ca;letter-spacing:.12em;background:#ffffff0e;border:1px solid #ffffff2e;border-radius:50%;place-items:center;width:48px;height:48px;font-size:7px;display:grid;position:relative;box-shadow:0 0 35px #ffffff0f,inset 0 1px #ffffff1a}.signal-ring{border:1px solid #ffffff12;border-radius:50%;position:absolute}.ring-one{inset:32px}.ring-two{inset:7px}.signal-node{background:#925adb;border-radius:50%;width:5px;height:5px;position:absolute;box-shadow:0 0 13px #925adba6}.node-one{top:68px;left:32px}.node-two{top:45px;right:25px}.node-three{bottom:24px;right:43px}.method-section{grid-template-columns:minmax(280px,.72fr) minmax(530px,1.28fr);align-items:center;gap:72px;display:grid}.method-intro h2{font-size:clamp(40px,4.7vw,64px)}.method-intro>p{max-width:480px;margin:0}.glass-link{color:#e7e3da;background:linear-gradient(#ffffff13,#ffffff09);border:1px solid #ffffff24;border-radius:8px;align-items:center;gap:18px;width:max-content;min-height:47px;margin-top:26px;padding:0 17px;font-size:10px;font-weight:800;text-decoration:none;transition:all .25s;display:flex;box-shadow:inset 0 1px #ffffff1a,0 14px 35px #0000004d}.glass-link:hover{border-color:#a164f040;transform:translateY(-2px);box-shadow:inset 0 1px #ffffff21,0 18px 38px #0000006b,0 0 30px #7a33d70f}.glass-link span{color:#8744df;font-size:14px}.diagnostic-console{border-radius:25px;min-height:540px}.console-bar,.console-footer{color:#67645f;letter-spacing:.14em;justify-content:space-between;align-items:center;font-size:7px;font-weight:750;display:flex}.console-bar{border-bottom:1px solid #ffffff13;height:55px;padding:0 22px}.console-bar span:first-child{align-items:center;gap:7px;display:flex}.console-bar i{background:#8444d7;border-radius:50%;width:5px;height:5px;box-shadow:0 0 12px #8444d7a6}.console-body{grid-template-columns:.9fr 1.1fr;min-height:430px;display:grid}.console-radar{background:radial-gradient(circle,#c19af40f,#0000 48%);border-right:1px solid #fff1;place-items:center;display:grid;position:relative;overflow:hidden}.radar-ring{border:1px solid #ffffff12;border-radius:50%;position:absolute}.radar-one{width:82px;height:82px}.radar-two{width:154px;height:154px}.radar-three{width:236px;height:236px}.radar-axis{background:#ffffff0e;position:absolute}.axis-a{width:78%;height:1px}.axis-b{width:1px;height:78%}.console-radar strong{z-index:2;color:#e2d8ee;letter-spacing:.08em;background:#ffffff0b;border:1px solid #ffffff29;border-radius:50%;place-items:center;width:54px;height:54px;font-size:11px;display:grid;position:relative;box-shadow:0 0 34px #7e36dc1a,inset 0 1px #ffffff1f}.radar-sweep{transform-origin:0 0;background:conic-gradient(from 270deg,#7d32de21,#0000 26%);border-left:1px solid #914fe75c;width:118px;height:118px;animation:7s linear infinite radarSweep;position:absolute;top:50%;left:50%}.diagnostic-steps{margin:0;padding:20px 18px;list-style:none}.diagnostic-steps li{border-bottom:1px solid #fff1;grid-template-columns:35px 1fr auto;align-items:center;gap:10px;min-height:92px;display:grid;position:relative}.diagnostic-steps li:last-child{border-bottom:0}.diagnostic-steps li>span{color:#78756e;font-size:8px;font-weight:700}.diagnostic-steps div{gap:6px;display:grid}.diagnostic-steps strong{color:#dbd7cf;font-size:11px}.diagnostic-steps small{color:#6f6c66;font-size:8px;line-height:1.45}.diagnostic-steps li>i{border:1px solid #ffffff29;border-radius:50%;width:7px;height:7px}.diagnostic-steps li:first-child>i,.diagnostic-steps li:last-child>i{background:#8141d4;border-color:#8141d4;box-shadow:0 0 12px #8141d46b}.console-footer{border-top:1px solid #fff1;height:54px;padding:0 22px}.proof-showcase{grid-template-columns:minmax(0,1.65fr) minmax(270px,.7fr);gap:14px;display:grid}.featured-case{min-height:492px;padding:23px}.featured-case-meta,.featured-case-footer{color:#6e6b65;letter-spacing:.14em;justify-content:space-between;align-items:center;font-size:7px;font-weight:750;display:flex}.featured-case-content{grid-template-columns:.94fr 1.06fr;align-items:center;gap:30px;min-height:376px;display:grid}.featured-case-content small{color:#8a867d;letter-spacing:.16em;font-size:8px;font-weight:800}.featured-case-content h3{color:#f0ede6;letter-spacing:-.055em;max-width:410px;margin:13px 0 14px;font-size:clamp(29px,3.4vw,46px);line-height:1.04}.featured-case-content p{color:#7a7771;max-width:410px;margin:0;font-size:11px;line-height:1.7}.case-stack{perspective:900px;height:280px;position:relative}.case-stack span{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(145deg,#ffffff14,#ffffff06);border:1px solid #ffffff1a;border-radius:15px;place-items:center;width:190px;height:118px;display:grid;position:absolute;box-shadow:0 22px 55px #0000006b,inset 0 1px #ffffff1a}.case-stack span:first-child{top:76px;left:4px;transform:rotateY(13deg)rotate(-7deg)}.case-stack span:nth-child(2){top:17px;right:9px;transform:rotateY(-11deg)rotate(5deg)}.case-stack span:nth-child(3){bottom:6px;right:28px;transform:rotateY(-8deg)rotate(-2deg)}.case-stack img{object-fit:contain;filter:brightness(1.3)grayscale();mix-blend-mode:screen;width:120px;height:90px}.featured-case-footer{border-top:1px solid #ffffff12;justify-content:flex-start;gap:28px;min-height:45px}.featured-case-footer span{align-items:center;gap:8px;display:flex}.featured-case-footer span:before{content:"";background:#6632a9;border-radius:50%;width:4px;height:4px}.proof-side{gap:14px;display:grid}.proof-stat,.proof-quote{min-height:239px;padding:23px}.proof-stat strong{color:#f1eee7;letter-spacing:-.07em;margin:22px 0 6px;font-size:64px;line-height:1;display:block}.proof-stat strong small{color:#88847b;letter-spacing:-.04em;font-size:16px}.proof-quote{flex-direction:column;justify-content:flex-end;display:flex}.quote-mark{color:#ffffff14;font:500 92px/1 Georgia,serif;position:absolute;top:15px;left:22px}.proof-quote p{color:#d7d3ca;letter-spacing:-.025em;max-width:300px;margin:0 0 19px;font-size:17px;line-height:1.45}.proof-quote>small{display:block}.liquid-cta{z-index:1;text-align:center;background:radial-gradient(circle at 50% 130%,#8138e01f,#0000 43%),linear-gradient(145deg,#ffffff0b,#ffffff03);border:1px solid #ffffff17;border-radius:26px;flex-direction:column;justify-content:center;align-items:center;width:min(1120px,100%);min-height:500px;margin:150px auto 50px;padding:90px 30px;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff17,0 45px 100px #0000007a}.liquid-cta:before,.liquid-cta:after{content:"";pointer-events:none;position:absolute}.liquid-cta:before{background-image:linear-gradient(#ffffff06 1px,#0000 1px),linear-gradient(90deg,#ffffff06 1px,#0000 1px);background-size:70px 70px;inset:0;-webkit-mask-image:radial-gradient(circle,#000,#0000 72%);mask-image:radial-gradient(circle,#000,#0000 72%)}.liquid-cta:after{background:linear-gradient(90deg,#0000,#ffffff8c,#853de34d,#0000);height:1px;top:0;left:12%;right:12%}.liquid-cta>:not(.cta-halo){z-index:2;position:relative}.liquid-cta h2{max-width:830px;font-size:clamp(42px,5.6vw,72px)}.liquid-cta>p{font-size:13px}.liquid-cta>.home-primary-cta{margin-top:29px}.liquid-cta>small{color:#66635d;align-items:center;gap:7px;font-size:8px;display:flex}.liquid-cta>small i{background:#5e29a3;border-radius:50%;width:5px;height:5px}.cta-halo{background:radial-gradient(circle at 50% 15%,#d4b9f82e,#6a1ccf0f 24%,#0000 53%);border:1px solid #ffffff1f;border-radius:50%;width:620px;height:620px;position:absolute;bottom:-535px;left:50%;transform:translate(-50%);box-shadow:0 0 95px #792bde1c}.home-footer{grid-template-columns:auto 1fr auto;align-items:center;gap:30px;width:min(1120px,100%);color:#5f5c56!important;border-top:1px solid #ffffff13!important;margin:0 auto!important;padding:36px 0 6px!important;display:grid!important}.home-footer .home-brand{font-size:initial}.home-footer p{text-align:center;margin:0;font-size:9px}.home-footer>a:last-child{color:#827d72;font-size:9px;font-weight:750;text-decoration:none}.home-footer>a:last-child:hover{color:#e4dfd4}.reveal-ready .reveal{opacity:0;filter:blur(5px);transition:opacity .85s cubic-bezier(.16,1,.3,1),transform .85s cubic-bezier(.16,1,.3,1),filter .85s cubic-bezier(.16,1,.3,1);transform:translateY(30px)}.reveal-ready .reveal.is-visible{opacity:1;filter:none;transform:none}.liquid-bento .reveal:nth-child(2),.proof-side .reveal:first-child{transition-delay:80ms}.liquid-bento .reveal:nth-child(3),.proof-side .reveal:nth-child(2){transition-delay:.16s}@keyframes radarSweep{to{transform:rotate(360deg)}}@media (width<=920px){.liquid-section{margin-top:112px}.liquid-bento{grid-template-columns:1fr 1fr}.revenue-card{grid-column:1/-1;min-height:510px}.asset-card,.signal-card{grid-column:auto}.method-section{grid-template-columns:1fr;gap:42px}.method-intro{text-align:center}.method-intro>p{margin:auto}.method-intro .glass-link{margin-inline:auto}.diagnostic-console{width:min(720px,100%);margin:auto}.proof-showcase{grid-template-columns:1fr}.proof-side{grid-template-columns:1fr 1fr}.proof-stat,.proof-quote{min-height:230px}.home-footer{grid-template-columns:auto 1fr}.home-footer>a:last-child{display:none}}@media (width<=680px){.coursekit-home{padding-bottom:30px}.liquid-divider{margin-top:58px}.liquid-section{margin-top:90px}.section-heading{margin-bottom:34px}.section-heading h2,.method-intro h2,.liquid-cta h2{font-size:clamp(36px,10.5vw,52px)}.section-heading p,.method-intro>p,.liquid-cta>p{font-size:12px}.liquid-bento{grid-template-columns:1fr}.revenue-card,.asset-card,.signal-card{grid-column:auto}.revenue-card{min-height:495px;padding-inline:19px}.revenue-card-copy{width:88%;margin-top:48px}.liquid-chart{left:19px;right:19px}.asset-card,.signal-card{min-height:275px}.console-body{grid-template-columns:1fr}.console-radar{border-bottom:1px solid #fff1;border-right:0;min-height:260px}.diagnostic-console{min-height:auto}.diagnostic-steps li{min-height:82px}.featured-case{padding:19px}.featured-case-content{grid-template-columns:1fr;gap:8px;padding:42px 0 16px}.case-stack{height:245px}.case-stack span{width:160px;height:102px}.case-stack span:first-child{left:4px}.case-stack span:nth-child(2){right:4px}.case-stack span:nth-child(3){right:18px}.case-stack img{width:104px;height:76px}.featured-case-footer{flex-wrap:wrap;gap:12px}.proof-side{grid-template-columns:1fr}.liquid-cta{min-height:470px;margin-top:95px;padding:65px 20px}.home-footer{text-align:center;grid-template-columns:1fr;justify-items:center}.home-footer p{max-width:280px}.chart-pill{display:none}}@media (width<=430px){.liquid-card{border-radius:17px}.revenue-card{min-height:470px}.revenue-card-copy{width:100%}.revenue-card-copy strong{font-size:28px}.asset-orbit,.signal-visual{opacity:.58}.console-bar,.console-footer{padding-inline:15px}.console-footer span:last-child{display:none}.featured-case-content h3{font-size:31px}.case-stack span{width:146px}.proof-stat strong{font-size:58px}.home-footer .home-brand small{display:inline}}@media (prefers-reduced-motion:reduce){.radar-sweep{animation:none}.reveal-ready .reveal{opacity:1;filter:none;transition:none;transform:none}}.proof-section{width:min(1180px,100%)}.proof-section:before{background:radial-gradient(#8148cc14,#5b693b0e 38%,#0000 70%);width:980px;height:760px;top:170px;right:-420px}.proof-intro{text-align:center;width:min(820px,100%);margin:0 auto 78px}.proof-intro h2{color:#f5f2ec;letter-spacing:-.072em;text-wrap:balance;margin:18px 0 19px;font:580 clamp(44px,6.25vw,78px)/.98 Manrope,Inter,sans-serif}.proof-intro h2 em{background:linear-gradient(106deg,#532194,#c5a1f4 52%,#702fc4);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-style:normal;font-weight:580}.proof-intro>p{color:#9b978e;text-wrap:balance;width:min(700px,100%);margin:auto;font-size:15px;line-height:1.7}.proof-summary{border-top:1px solid #ffffff16;grid-template-columns:repeat(3,1fr);margin:42px auto 0;padding-top:31px;display:grid}.proof-summary article{gap:6px;display:grid;position:relative}.proof-summary article+article:before{content:"";background:linear-gradient(#0000,#ffffff17,#0000);width:1px;position:absolute;top:6px;bottom:5px;left:0}.proof-summary strong{color:#935fd8;letter-spacing:-.065em;font:520 clamp(33px,4.2vw,49px)/1 Manrope,Inter,sans-serif}.proof-summary span{color:#89857d;letter-spacing:.02em;font-size:11px}.proof-cases{gap:88px;display:grid}.proof-receipts{color:#925bd9;letter-spacing:.17em;text-shadow:0 0 20px #8951d229;background:linear-gradient(#5b378b,#5b378b) 0/1px 100% no-repeat,linear-gradient(#5b378b,#5b378b) 100%/1px 100% no-repeat;width:max-content;padding:0 15px;font-size:12px;font-weight:800;line-height:27px;display:block}.proof-receipts:before,.proof-receipts:after{content:"";vertical-align:middle;background:#492c6f;width:7px;height:1px;display:inline-block}.proof-receipts:before{margin-right:8px}.proof-receipts:after{margin-left:8px}.proof-case{--glass-x:50%;--glass-y:0%;position:relative}.proof-case:before{content:"";z-index:-1;filter:blur(70px);pointer-events:none;background:#60408a12;border-radius:50%;width:72%;height:74%;position:absolute;top:18%;left:5%}.proof-case-header{justify-content:space-between;align-items:flex-end;gap:28px;min-height:92px;padding:0 2px 22px;display:flex}.proof-case-header>div>span{color:#aaa49a;letter-spacing:.14em;margin-bottom:11px;font-size:11px;font-weight:800;display:block}.proof-case-header h3{color:#f0ede7;letter-spacing:-.058em;margin:0;font:520 clamp(31px,4vw,46px)/1.05 Manrope,Inter,sans-serif}.proof-case-header>p{color:#aaa49a;align-items:center;gap:10px;margin:0 0 5px;font-size:13px;line-height:1.4;display:flex}.proof-case-header>p i{background:#6732ad;border-radius:50%;width:3px;height:3px;box-shadow:0 0 9px #7030c46b}.proof-case-grid{grid-template-columns:minmax(0,1.45fr) minmax(310px,.95fr);gap:14px;display:grid}.case-evidence,.case-brand{border:1px solid #ffffff18;border-radius:18px;min-height:525px;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff17,0 34px 78px #0000005c}.case-evidence{background:radial-gradient(circle at 20% 15%,#8d5bcf11,#0000 38%),linear-gradient(145deg,#171813,#0e0e0c 72%);padding:40px 42px 0}.case-evidence>p{color:#e4e0d7;text-align:center;letter-spacing:-.025em;max-width:570px;margin:0 auto 28px;font-size:16px;line-height:1.5}.case-evidence-radar{background:radial-gradient(circle at 15% 8%,#8c9b5621,#0000 42%),linear-gradient(145deg,#181b14,#0d0f0b 72%)}.case-evidence-quasar{background:radial-gradient(circle at 78% 10%,#622fa526,#0000 42%),linear-gradient(145deg,#1a1711,#0e0d0a 72%)}.case-evidence-tradyon{background:radial-gradient(circle at 15% 5%,#4d346e26,#0000 45%),linear-gradient(145deg,#171613,#0c0c0b 72%)}.product-window{background:#0d0e0c;border:1px solid #ffffff1f;border-radius:11px;width:min(590px,94%);height:315px;margin:0 auto;position:relative;overflow:hidden;transform:perspective(1000px)rotateX(2deg);box-shadow:0 30px 60px #00000080,inset 0 1px #ffffff14}.product-window:after{content:"";pointer-events:none;background:linear-gradient(115deg,#ffffff0e,#0000 20% 75%,#8f5ad509);position:absolute;inset:0}.product-window-bar{color:#5f615a;letter-spacing:.12em;background:#ffffff06;border-bottom:1px solid #ffffff13;grid-template-columns:1fr auto 1fr;align-items:center;height:32px;padding:0 12px;font-size:6px;display:grid}.product-window-bar>span{gap:4px;display:flex}.product-window-bar i{background:#5a5c55;border-radius:50%;width:4px;height:4px}.product-window-bar i:first-child{background:#6632a9}.product-window-bar small{font-size:6px}.product-window-bar b{color:#89946b;justify-self:end;font-size:6px;font-weight:750}.radar-product-ui{grid-template-columns:104px 1fr;height:calc(100% - 32px);display:grid}.radar-product-ui>aside{background:#ffffff05;border-right:1px solid #ffffff0f;padding:17px 12px}.radar-product-ui>aside img{object-fit:contain;filter:brightness(1.4)grayscale();mix-blend-mode:screen;width:76px;height:40px}.radar-product-ui>aside span{background:#ffffff12;border-radius:5px;width:70%;height:5px;margin:14px 0;display:block}.radar-product-ui>aside span:nth-of-type(2){background:#9dac662e;width:86%}.radar-product-ui main{padding:22px}.product-ui-title{justify-content:space-between;align-items:flex-end;display:flex}.product-ui-title span{color:#858178;letter-spacing:.15em;font-size:6px}.product-ui-title strong{color:#d7d7cd;font-size:15px;font-weight:560}.product-ui-cards{grid-template-columns:repeat(3,1fr);gap:9px;margin-top:18px;display:grid}.product-ui-cards i{background:linear-gradient(145deg,#8f9d5821,#ffffff06);border:1px solid #ffffff12;border-radius:7px;height:55px}.product-ui-board{background:#ffffff05;border:1px solid #fff1;border-radius:7px;gap:8px;height:92px;margin-top:10px;padding:13px;display:grid}.product-ui-board span{background:linear-gradient(90deg,#a2b16929 0 42%,#ffffff0a 42%);border-radius:3px;width:100%;height:9px}.product-ui-board span:nth-child(2){background:linear-gradient(90deg,#a2b1691c 0 67%,#ffffff09 67%)}.quasar-product-ui{grid-template-columns:1.08fr .92fr;align-items:center;height:calc(100% - 32px);padding:35px 42px;display:grid;position:relative;overflow:hidden}.quasar-product-ui:before{content:"";border:1px solid #8345d512;border-radius:50%;width:290px;height:290px;position:absolute;top:-30px;right:-40px;box-shadow:0 0 0 42px #8345d505,0 0 0 84px #8345d502}.quasar-copy{z-index:2;display:grid;position:relative}.quasar-copy>span{color:#532c87;letter-spacing:.17em;font-size:6px;font-weight:800}.quasar-copy strong{color:#e0dbd0;letter-spacing:-.055em;margin:9px 0 12px;font-size:25px;line-height:1.02}.quasar-copy small{color:#68655e;font-size:7px}.quasar-sphere{background:radial-gradient(circle at 35% 30%,#bb93ef3d,#6027ab14 30%,#ffffff04 61%,#0000 62%);border:1px solid #9a65e026;border-radius:50%;width:168px;height:168px;margin:auto;position:relative;box-shadow:inset 0 0 42px #a268ed12,0 0 65px #6623be17}.quasar-sphere:before,.quasar-sphere:after{content:"";border:1px solid #ffffff17;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.quasar-sphere:before{width:108px;height:108px}.quasar-sphere:after{width:48px;height:48px}.quasar-sphere>b{color:#bb99e8;font-size:13px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.quasar-sphere i{background:#874cd3;border-radius:50%;width:5px;height:5px;position:absolute;box-shadow:0 0 13px #874cd3b3}.quasar-sphere i:first-child{top:74px;left:12px}.quasar-sphere i:nth-child(2){top:22px;right:27px}.quasar-sphere i:nth-child(3){bottom:39px;right:11px}.tradyon-product-ui{grid-template-columns:1fr 130px;height:calc(100% - 32px);display:grid}.tradyon-chart{background-image:linear-gradient(#ffffff06 1px,#0000 1px),linear-gradient(90deg,#ffffff06 1px,#0000 1px);background-size:48px 48px;border-right:1px solid #ffffff0f;padding:28px 28px 18px;position:relative;overflow:hidden}.tradyon-chart>span{color:#6d695f;letter-spacing:.16em;font-size:6px;font-weight:800;display:block}.tradyon-chart>strong{color:#dcd8cf;letter-spacing:-.045em;margin-top:7px;font-size:18px;display:block}.tradyon-chart svg{width:calc(100% - 44px);height:150px;position:absolute;bottom:22px;left:22px;right:22px;overflow:visible}.tradyon-chart path{fill:none;stroke:url(#proofLine);stroke-width:2.5px;stroke-linecap:round;filter:drop-shadow(0 0 9px #8c51d838)}.tradyon-product-ui>aside{flex-direction:column;justify-content:center;gap:24px;padding:32px 18px;display:flex}.tradyon-product-ui>aside span{color:#747067;align-items:center;gap:8px;font-size:7px;display:flex}.tradyon-product-ui>aside i{border:1px solid #ffffff26;border-radius:50%;width:5px;height:5px}.tradyon-product-ui>aside span:first-child i,.tradyon-product-ui>aside span:last-child i{background:#7640bd;border-color:#7640bd;box-shadow:0 0 11px #7640bd80}.case-facts{border-top:1px solid #ffffff13;grid-template-columns:repeat(3,1fr);align-items:center;height:83px;margin:0 -42px;padding:0 42px;display:grid}.case-facts>div{min-width:0}.case-facts>div+div{border-left:1px solid #ffffff14;padding-left:22px}.case-facts dt{color:#65625c;letter-spacing:.14em;font-size:6px;font-weight:800}.case-facts dd{color:#c7c1b6;letter-spacing:-.025em;white-space:nowrap;margin:7px 0 0;font-size:13px}.case-brand{background:linear-gradient(145deg,#171713,#0c0c0a);justify-content:center;align-items:center;display:flex}.case-brand:before{content:"";pointer-events:none;background:linear-gradient(120deg,#fff1,#0000 25% 74%,#8d54d809);position:absolute;inset:0}.case-brand-index{color:#66635d;letter-spacing:.15em;font-size:6px;font-weight:800;position:absolute;top:20px;left:21px}.case-brand>img{z-index:2;object-fit:contain;filter:brightness(1.42)grayscale();mix-blend-mode:screen;width:66%;height:185px;position:relative}.case-brand>small{color:#706c64;letter-spacing:.17em;text-align:center;font-size:7px;font-weight:800;position:absolute;bottom:23px;left:0;right:0}.case-brand-radar{background:radial-gradient(circle at 50% 45%,#7a904e30,#0000 34%),linear-gradient(145deg,#171b13,#0b0d09 72%)}.brand-orbit{border:1px solid #a0b06317;border-radius:50%;width:285px;height:285px;position:absolute;box-shadow:0 0 0 42px #a0b06305,0 0 0 84px #a0b06302}.brand-orbit i{background:#a3b66b;border-radius:50%;width:5px;height:5px;position:absolute;box-shadow:0 0 15px #a3b66b8c}.brand-orbit i:first-child{top:130px;left:5px}.brand-orbit i:nth-child(2){top:23px;right:44px}.brand-orbit i:nth-child(3){bottom:87px;right:8px}.case-brand-quasar{background:radial-gradient(circle at 50% 46%,#6a2abe33,#0000 30%),linear-gradient(145deg,#1c1810,#0d0c09 72%)}.quasar-rays{background:repeating-conic-gradient(from 0deg,#8d4fdd13 0 1deg,transparent 1deg 18deg);border-radius:50%;width:330px;height:330px;animation:38s linear infinite proofSpin;position:absolute;-webkit-mask-image:radial-gradient(circle,#0000 0 26%,#000 27% 55%,#0000 72%);mask-image:radial-gradient(circle,#0000 0 26%,#000 27% 55%,#0000 72%)}.case-brand-tradyon{background:radial-gradient(circle at 50% 48%,#764faa24,#0000 33%),linear-gradient(145deg,#181714,#0c0c0a 72%)}.tradyon-grid{opacity:.55;background-image:linear-gradient(#ffffff06 1px,#0000 1px),linear-gradient(90deg,#ffffff06 1px,#0000 1px);background-size:44px 44px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(circle,#000,#0000 72%);mask-image:radial-gradient(circle,#000,#0000 72%)}.proof-more{border-top:1px solid #ffffff16;border-bottom:1px solid #ffffff16;margin-top:95px}.proof-more>header{justify-content:space-between;align-items:center;gap:24px;min-height:95px;display:flex}.proof-more>header span{color:#62339f;letter-spacing:.18em;font-size:8px;font-weight:800}.proof-more>header p{color:#6c6962;margin:0;font-size:10px}.proof-more>div{border-top:1px solid #ffffff12;grid-template-columns:repeat(4,1fr);display:grid}.proof-more figure{background:linear-gradient(145deg,#ffffff06,#ffffff02);flex-direction:column;justify-content:center;align-items:center;min-width:0;height:190px;margin:0;padding:25px 18px 18px;transition:all .3s;display:flex;position:relative;overflow:hidden}.proof-more figure+figure{border-left:1px solid #ffffff12}.proof-more figure:hover{background:linear-gradient(145deg,#ffffff0e,#7637c906)}.proof-more img{object-fit:contain;mix-blend-mode:screen;filter:brightness(1.32)grayscale();opacity:.78;width:85%;height:110px;transition:all .3s}.proof-more figure:hover img{opacity:1;transform:translateY(-3px)}.proof-more figcaption{color:#625f58;letter-spacing:.12em;text-transform:uppercase;font-size:7px;font-weight:750}@keyframes proofSpin{to{transform:rotate(360deg)}}@media (width<=900px){.proof-case-grid{grid-template-columns:minmax(0,1.3fr) minmax(245px,.7fr)}.case-evidence{padding-inline:26px}.case-facts{margin-inline:-26px;padding-inline:26px}.product-window{width:100%}.case-brand>img{width:75%}}@media (width<=720px){.proof-intro{margin-bottom:55px}.proof-intro h2{font-size:clamp(40px,11.5vw,58px)}.proof-intro>p{font-size:12px}.proof-summary{margin-top:32px;padding-top:24px}.proof-summary span{font-size:7px}.proof-cases{gap:62px}.proof-receipts{font-size:7px}.proof-case-header{flex-direction:column;justify-content:flex-end;align-items:flex-start;gap:12px;min-height:105px}.proof-case-header>p{margin:0}.proof-case-grid{grid-template-columns:1fr}.case-evidence,.case-brand{min-height:0}.case-evidence{padding:28px 18px 0}.case-evidence>p{font-size:12px}.product-window{height:270px}.case-facts{height:79px;margin:0 -18px;padding:0 18px}.case-facts>div+div{padding-left:10px}.case-facts dd{font-size:10px}.case-brand{min-height:270px}.case-brand>img{width:58%;height:140px}.proof-more{margin-top:70px}.proof-more>header{flex-direction:column;justify-content:center;align-items:flex-start;gap:7px}.proof-more>div{grid-template-columns:1fr 1fr}.proof-more figure{height:145px}.proof-more figure:nth-child(3){border-left:0}.proof-more figure:nth-child(n+3){border-top:1px solid #ffffff12}.proof-more img{height:82px}}@media (width<=480px){.proof-summary strong{font-size:31px}.proof-summary span{padding:0 4px;line-height:1.35}.product-window{height:245px}.radar-product-ui{grid-template-columns:72px 1fr}.radar-product-ui>aside{padding-inline:8px}.radar-product-ui>aside img{width:52px}.radar-product-ui main{padding:16px 12px}.product-ui-title strong{font-size:12px}.product-ui-cards i{height:43px}.quasar-product-ui{grid-template-columns:1fr .8fr;padding:26px 18px}.quasar-copy strong{font-size:20px}.quasar-sphere{width:120px;height:120px}.quasar-sphere:before{width:76px;height:76px}.quasar-sphere:after{width:35px;height:35px}.tradyon-product-ui{grid-template-columns:1fr 86px}.tradyon-chart{padding:22px 14px}.tradyon-chart>strong{font-size:14px}.tradyon-product-ui>aside{padding-inline:11px}.case-facts dd{font-size:9px}.case-brand{min-height:235px}.proof-more>header p{font-size:9px}}@media (prefers-reduced-motion:reduce){.quasar-rays{animation:none}}.revenue-card-copy{z-index:3;width:min(420px,63%);margin-top:58px;position:relative}.growth-foundation{pointer-events:none;background:radial-gradient(circle at 70% 88%,#7831d514,#0000 29%);height:275px;bottom:0;left:0;right:0;overflow:hidden;z-index:1!important;position:absolute!important}.growth-foundation:after{content:"";filter:blur(50px);background:#6e26cb14;border-radius:50%;height:130px;position:absolute;bottom:-52px;left:7%;right:7%}.growth-curve{height:190px;position:absolute;inset:0 18px auto}.growth-curve svg{width:100%;height:100%;position:absolute;inset:0;overflow:visible}.growth-line-shadow{fill:none;stroke:#7f36de33;stroke-width:16px;stroke-linecap:round;filter:blur(12px)}.growth-line{fill:none;stroke:url(#growthStroke);stroke-width:4px;stroke-linecap:round;filter:url(#growthGlow)}.growth-point-halo{fill:#8a4bdd38;filter:blur(5px)}.growth-point{fill:#d7bff7;stroke:#7f36deb8;stroke-width:7px;paint-order:stroke;filter:drop-shadow(0 0 12px #8d45eaf2)}.growth-stage{color:#774dae;letter-spacing:.02em;text-shadow:0 0 18px #6f29ca59;font-size:8px;font-weight:700;position:absolute}.stage-base{top:77%;left:11%}.stage-fit{top:37%;left:40%}.stage-recurring{color:#9567d2;top:9%;right:4%}.growth-cluster{z-index:2;width:238px;height:150px;position:absolute;bottom:-3px;right:25px}.growth-cluster:before{content:"";border:1px solid #8441dc1f;border-radius:50%;width:96px;height:96px;position:absolute;top:33px;left:72px;box-shadow:0 0 0 7px #8441dc06,0 0 0 13px #8441dc05,0 0 38px #8441dc17}.growth-petal{opacity:.72;background:linear-gradient(135deg,#6028aa4d 0 47%,#1a1612cc 49% 100%);border:1px solid #ffffff08;border-radius:50%;width:54px;height:54px;position:absolute;box-shadow:inset 0 1px #ffffff06,0 12px 30px #0000003d}.petal-1{top:49px;left:18px}.petal-2{top:2px;left:49px;transform:rotate(48deg)}.petal-3{top:-10px;left:103px;transform:rotate(84deg)}.petal-4{top:23px;right:27px;transform:rotate(123deg)}.petal-5{top:76px;right:7px;transform:rotate(165deg)}.petal-6{bottom:-14px;right:57px;transform:rotate(207deg)}.petal-7{bottom:-10px;left:63px;transform:rotate(248deg)}.petal-8{bottom:0;left:8px;transform:rotate(305deg)}.growth-orb{z-index:3;color:#ebe2f6;background:radial-gradient(circle at 34% 25%,#8e50df,#551c9f 62%,#39126b);border:1px solid #ffffff1f;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:57px;height:57px;font-size:7px;font-weight:750;display:flex;position:absolute;box-shadow:inset 0 1px #ffffff47,0 12px 26px #00000057,0 0 24px #7228d324}.growth-orb small{color:#ffffffa3;margin-bottom:2px;font-size:5px}.orb-base{color:#241833;background:radial-gradient(circle at 34% 25%,#d8c4f2,#997ebc 62%,#5b4478);top:18px;left:24px}.orb-ticket{top:1px;right:15px}.orb-fit{background:radial-gradient(circle at 34% 25%,#a36de9,#6224b3 64%,#3f1575);bottom:-5px;left:59px}.orb-product{background:radial-gradient(circle at 34% 25%,#914aed,#6016c1 61%,#3f0d80);width:65px;height:65px;top:40px;left:89px;box-shadow:inset 0 1px #ffffff4d,0 14px 30px #00000061,0 0 34px #6f1ade42}@media (width<=680px){.revenue-card{min-height:525px}.revenue-card-copy{width:100%;margin-top:42px}.revenue-card-copy p{max-width:94%}.growth-foundation{height:235px}.growth-curve{height:160px;inset:0 8px auto}.growth-stage{font-size:6.5px}.stage-base{left:8%}.stage-fit{top:35%;left:36%}.stage-recurring{right:1%}.growth-cluster{transform-origin:100% 100%;bottom:-14px;right:-18px;transform:scale(.78)}}@media (width<=430px){.revenue-card{min-height:535px}.growth-foundation{height:225px}.growth-cluster{opacity:.88;right:-25px}.growth-stage{letter-spacing:-.01em}.stage-recurring{top:14%}}@media (prefers-reduced-motion:reduce){.growth-line,.growth-point{filter:none}}.method-section{max-width:1120px;display:block}.method-process-shell{background:radial-gradient(circle at 76% 47%,#7b37d50e,#0000 27%),linear-gradient(145deg,#ffffff0d,#ffffff04 42%,#ffffff06);border-radius:25px;padding:78px 70px 0;box-shadow:inset 0 1px #ffffff18,0 48px 120px #00000085}.method-process-header{max-width:850px}.method-kicker{color:#8c887f;letter-spacing:.17em;align-items:center;gap:9px;font-size:9px;font-weight:800;display:flex}.method-kicker i{color:#803ed6;text-shadow:0 0 18px #803ed68c;font-size:13px;font-style:normal}.method-process-header h2{color:#f0ede6;letter-spacing:-.065em;margin:19px 0 13px;font:550 clamp(40px,5vw,68px)/1.02 Manrope,Inter,sans-serif}.method-process-header h2 em{background:linear-gradient(105deg,#4e139b,#c39df5 52%,#6018bd);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-style:normal;font-weight:620}.method-process-header>p{color:#77746e;margin:0;font-size:12px;line-height:1.65}.method-process-layout{grid-template-columns:270px minmax(0,1fr);align-items:stretch;gap:45px;margin-top:58px;display:grid}.process-rail{flex-direction:column;justify-content:center;padding:8px 0 8px 27px;display:flex;position:relative}.process-rail:before{content:"";background:linear-gradient(#0000,#ffffff16 10% 90%,#0000);width:1px;position:absolute;top:6px;bottom:6px;left:2px}.process-step{text-align:left;color:#625f5a;background:0 0;border:0;grid-template-columns:1fr;width:100%;min-height:77px;padding:12px 7px 12px 0;display:grid;position:relative}.process-step:before{content:"";background:#11100e;border:1px solid #ffffff24;border-radius:50%;width:5px;height:5px;transition:all .3s;position:absolute;top:30px;left:-27px;transform:translate(-50%)}.process-step:after{content:"";opacity:0;transform-origin:0;background:linear-gradient(90deg,#803ed68c,#0000);width:28px;height:1px;transition:all .35s;position:absolute;top:30px;left:-27px;transform:scaleX(.2)}.process-step>span{color:#5f5c57;margin-bottom:5px;font-size:7px;font-weight:700;transition:all .3s}.process-step strong{color:#76726b;letter-spacing:-.025em;font-size:13px;font-weight:580;transition:all .3s}.process-step p{color:#77736b;opacity:0;max-width:225px;max-height:0;margin:0;font-size:9px;line-height:1.55;transition:max-height .45s,margin .35s,opacity .35s,transform .35s;overflow:hidden;transform:translateY(-4px)}.process-step:hover strong{color:#b6b1a7}.process-step.is-active{min-height:122px}.process-step.is-active:before{background:#8545d9;border-color:#8545d9;box-shadow:0 0 0 5px #8545d90f,0 0 18px #8545d97a}.process-step.is-active:after{opacity:1;transform:scaleX(1)}.process-step.is-active>span{color:#7035bd}.process-step.is-active strong{color:#eeeae1;font-size:15px}.process-step.is-active p{opacity:1;max-height:70px;margin-top:9px;transform:none}.process-stage{background:radial-gradient(circle at 53% 47%,#8d4ce313,#0000 24%),linear-gradient(145deg,#151411,#0b0b0a 55%,#11100e);border:1px solid #ffffff14;border-radius:15px;min-height:462px;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff13,0 26px 65px #0000006b}.process-stage:before{content:"";pointer-events:none;background-image:linear-gradient(#ffffff06 1px,#0000 1px),linear-gradient(90deg,#ffffff06 1px,#0000 1px);background-size:54px 54px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(circle,#000,#0000 72%);mask-image:radial-gradient(circle,#000,#0000 72%)}.process-stage-bar{z-index:5;color:#66635d;letter-spacing:.13em;border-bottom:1px solid #fff1;justify-content:space-between;align-items:center;height:49px;padding:0 18px;font-size:7px;font-weight:750;display:flex;position:absolute;top:0;left:0;right:0}.process-stage-bar strong{color:#5d27a4;font-size:8px}.process-scene{animation:.55s cubic-bezier(.16,1,.3,1) both processSceneIn;position:absolute;inset:49px 0 0;overflow:hidden}.process-scene[hidden]{display:none}.process-scene:before{content:"";border:1px solid #ffffff09;border-radius:50%;width:380px;height:380px;position:absolute;top:43%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 0 56px #ffffff02,0 0 0 112px #ffffff02}.scene-caption{z-index:4;border-top:1px solid #fff1;padding-top:14px;position:absolute;bottom:20px;left:24px;right:24px}.scene-caption span{color:#5b3f80;letter-spacing:.15em;font-size:7px;font-weight:800}.scene-caption h3{color:#ddd9d0;letter-spacing:-.03em;max-width:520px;margin:7px 0 0;font-size:16px;font-weight:570;line-height:1.3}.base-map{width:310px;height:310px;position:absolute;top:42%;left:50%;transform:translate(-50%,-50%)}.base-map-ring{border:1px solid #ffffff17;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.base-map .ring-a{width:96px;height:96px}.base-map .ring-b{width:186px;height:186px}.base-map .ring-c{width:290px;height:290px}.base-map-axis{background:#ffffff0e;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.base-map .axis-x{width:100%;height:1px}.base-map .axis-y{width:1px;height:100%}.base-map>strong{z-index:2;color:#e3d9f0;letter-spacing:.09em;background:#ffffff0b;border:1px solid #ffffff30;border-radius:50%;place-items:center;width:64px;height:64px;font-size:9px;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:inset 0 1px #ffffff1f,0 0 38px #813ddb1f}.base-node{background:#8242d5;border:1px solid #ffffff3d;border-radius:50%;width:7px;height:7px;position:absolute;box-shadow:0 0 15px #8242d594}.base-map .node-a{top:145px;left:29px}.base-map .node-b{top:52px;right:55px}.base-map .node-c{bottom:89px;right:13px}.base-map .node-d{bottom:35px;left:80px}.ticket-display{width:500px;height:295px;position:absolute;top:42%;left:50%;transform:translate(-50%,-50%)}.ticket-ghost{color:#ffffff06;letter-spacing:-.12em;font-size:210px;font-weight:800;line-height:1;position:absolute;top:47%;left:50%;transform:translate(-50%,-50%)}.ticket-core{color:#d3cade;background:linear-gradient(145deg,#ffffff17,#ffffff06);border:1px solid #ffffff21;border-radius:28px;flex-direction:column;justify-content:center;align-items:center;width:158px;height:158px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(-3deg);box-shadow:inset 0 1px #ffffff1a,0 28px 55px #0000006b,0 0 45px #722acf17}.ticket-core small{color:#573287;letter-spacing:.14em;font-size:7px;font-weight:800}.ticket-core strong{color:#f0ece3;letter-spacing:-.06em;margin:8px 0 2px;font-size:27px}.ticket-core span{color:#777169;font-size:8px}.ticket-tag{color:#8b867d;letter-spacing:.11em;background:#ffffff09;border:1px solid #ffffff17;border-radius:99px;padding:8px 11px;font-size:7px;font-style:normal;position:absolute;box-shadow:inset 0 1px #ffffff0f}.tag-a{top:65px;left:21px}.tag-b{top:108px;right:4px}.tag-c{bottom:37px;left:64px}.conversion-funnel{width:430px;height:300px;position:absolute;top:43%;left:50%;transform:translate(-50%,-50%)}.funnel-layer{clip-path:polygon(4% 0,96% 0,82% 100%,18% 100%);background:linear-gradient(#ffffff13,#ffffff05);border:1px solid #ffffff14;justify-content:center;align-items:center;height:68px;display:flex;position:absolute;left:50%;transform:translate(-50%)}.funnel-layer i{color:#7c776d;letter-spacing:.16em;font-size:7px;font-style:normal}.layer-a{width:400px;top:13px}.layer-b{background:linear-gradient(#803dd817,#ffffff05);width:300px;top:89px}.layer-c{background:linear-gradient(#8641e12b,#5517a70a);width:202px;top:165px}.conversion-funnel>strong{color:#a26ee7;letter-spacing:-.06em;text-shadow:0 0 30px #7b31dc38;font-size:36px;position:absolute;bottom:5px;left:50%;transform:translate(-50%)}.potential-display{height:260px;position:absolute;top:82px;left:34px;right:34px}.potential-label{color:#746d5f;letter-spacing:.15em;font-size:7px;font-weight:800}.potential-display>strong{color:#eeeae1;letter-spacing:-.075em;margin-top:5px;font-size:48px;display:block}.potential-display svg{width:100%;height:170px;position:absolute;bottom:0;left:0;right:0;overflow:visible}.potential-display path{fill:none;stroke:url(#methodCurve);stroke-width:3px;stroke-linecap:round;filter:drop-shadow(0 0 10px #7f37dc40)}.potential-display circle{fill:#cdb0f4;stroke:#7d36d97a;stroke-width:8px;paint-order:stroke;filter:drop-shadow(0 0 12px #8742e1ad)}.potential-pill{color:#aaa399;background:#08080794;border:1px solid #ffffff1a;border-radius:99px;padding:7px 10px;font-size:7px;position:absolute;top:40px;right:0}.method-process-footer{color:#625f59;letter-spacing:.13em;border-top:1px solid #fff1;justify-content:space-between;align-items:center;min-height:76px;margin:43px -70px 0;padding:0 70px;font-size:7px;font-weight:750;display:flex}.method-process-footer>a{color:#ddd8ce;letter-spacing:0;background:#ffffff09;border:1px solid #ffffff1f;border-radius:7px;align-items:center;gap:18px;height:38px;padding:0 14px;font-size:9px;font-weight:800;text-decoration:none;transition:all .25s;display:flex}.method-process-footer>a:hover{background:#ffffff0f;border-color:#823ddc52;transform:translateY(-2px)}.method-process-footer i{color:#8544da;font-size:13px;font-style:normal}@keyframes processSceneIn{0%{opacity:0;filter:blur(5px);transform:scale(.985)}to{opacity:1;filter:none;transform:none}}@media (width<=900px){.method-process-shell{padding:60px 42px 0}.method-process-layout{grid-template-columns:235px minmax(0,1fr);gap:28px}.method-process-footer{margin-inline:-42px;padding-inline:42px}.process-stage{min-height:440px}.ticket-display{width:420px}.conversion-funnel{width:360px}.layer-a{width:340px}.layer-b{width:260px}.layer-c{width:180px}}@media (width<=720px){.method-process-shell{padding:42px 22px 0}.method-process-header h2{font-size:clamp(36px,10vw,50px)}.method-process-layout{grid-template-columns:1fr;gap:25px;margin-top:38px}.process-rail{grid-template-columns:1fr 1fr;gap:5px 14px;padding:0;display:grid}.process-rail:before,.process-step:before,.process-step:after{display:none}.process-step{background:#ffffff05;border:1px solid #fff1;border-radius:10px;min-height:70px;padding:12px}.process-step.is-active{background:linear-gradient(145deg,#8545d912,#ffffff05);border-color:#8545d93d;min-height:112px}.process-step p{font-size:8px}.process-stage{min-height:420px}.method-process-footer{gap:20px;margin:28px -22px 0;padding:18px 22px}.method-process-footer>span{max-width:190px;line-height:1.5}.base-map{transform:translate(-50%,-50%)scale(.82)}.ticket-display{width:360px;transform:translate(-50%,-50%)scale(.9)}.conversion-funnel{transform:translate(-50%,-50%)scale(.84)}.potential-display{left:22px;right:22px}.scene-caption{left:18px;right:18px}}@media (width<=480px){.method-process-shell{padding-inline:16px}.method-process-header>p{font-size:10px}.process-rail{grid-template-columns:1fr}.process-step{min-height:57px}.process-step.is-active{min-height:105px}.process-stage{min-height:390px}.process-stage-bar{padding-inline:13px}.scene-caption h3{font-size:14px}.base-map{top:40%;transform:translate(-50%,-50%)scale(.72)}.ticket-display{top:41%;transform:translate(-50%,-50%)scale(.75)}.conversion-funnel{top:41%;transform:translate(-50%,-50%)scale(.72)}.potential-display{top:76px}.potential-display>strong{font-size:39px}.method-process-footer{flex-direction:column;align-items:stretch;margin-inline:-16px;padding-inline:16px}.method-process-footer>span{text-align:center;max-width:none}.method-process-footer>a{justify-content:center}}@media (prefers-reduced-motion:reduce){.process-scene{animation:none}}.process-art{z-index:1;background:#080807;position:absolute;inset:0;overflow:hidden}.process-art:before{content:"";z-index:2;pointer-events:none;background:linear-gradient(#0808070f 0%,#08080705 46%,#08080757 72%,#080807eb 100%),linear-gradient(90deg,#0808071f,#0000 32% 75%,#0808071a);position:absolute;inset:0}.process-art:after{content:"";z-index:3;pointer-events:none;border:1px solid #ffffff06;position:absolute;inset:0;box-shadow:inset 0 0 90px #00000038}.process-art img{object-fit:cover;object-position:center 38%;filter:saturate(.84)brightness(.79)contrast(1.07);width:100%;height:100%;transition:transform 7s cubic-bezier(.16,1,.3,1),filter .45s;display:block;transform:scale(1.018)}.process-scene.is-active .process-art img{transform:scale(1.055)}.process-scene:has(.process-art):before{display:none}.process-scene:has(.process-art) .scene-caption{text-shadow:0 2px 14px #000c;border-top-color:#ffffff1f;padding-top:13px}.process-scene:has(.process-art) .scene-caption span{color:#783dc6}.process-scene:has(.process-art) .scene-caption h3{color:#f0ede6}@media (width<=720px){.process-art img{object-position:center 34%}.process-art-ticket img,.process-art-potential img{object-position:center 31%}}@media (width<=480px){.process-art img{object-position:center 29%;transform:scale(1.05)}.process-scene.is-active .process-art img{transform:scale(1.085)}.process-art-base img,.process-art-conversion img{object-position:center 23%}}@media (prefers-reduced-motion:reduce){.process-art img,.process-scene.is-active .process-art img{transition:none;transform:scale(1.025)}}@media (width>=901px){.method-process-layout{grid-template-columns:310px minmax(0,1fr);gap:36px}}@media (width>=721px) and (width<=900px){.method-process-layout{grid-template-columns:280px minmax(0,1fr);gap:26px}}@media (width>=721px){.process-rail{justify-content:center;padding:12px 0 12px 38px;font-family:Inter,Helvetica Neue,Arial,sans-serif}.process-rail:before{background:linear-gradient(#0000,#ffffff1f 8% 92%,#0000);top:14px;bottom:14px;left:0}.process-step{outline:none;align-content:center;min-height:84px;padding:15px 14px 15px 0;font-family:inherit}.process-step:before{background:#11100e;width:6px;height:6px;top:33px;left:-38px}.process-step:after{width:38px;top:36px;left:-38px}.process-step>span{color:#74716b;letter-spacing:.11em;margin-bottom:7px;font-size:8px;font-weight:500;line-height:1}.process-step strong{color:#96928b;letter-spacing:-.035em;font-size:15px;font-weight:450;line-height:1.25}.process-step p{color:#98938b;letter-spacing:-.012em;max-width:270px;font-size:11.5px;font-weight:400;line-height:1.58}.process-step:hover strong{color:#d2cec5}.process-step.is-active{min-height:142px}.process-step.is-active>span{color:#7d3ed0}.process-step.is-active strong{color:#f3f0e9;font-size:18px;font-weight:500;line-height:1.2}.process-step.is-active p{color:#aaa59d;opacity:1;max-height:82px;margin-top:13px}.process-step:focus,.process-step:focus-visible{outline:none}.process-step:focus-visible strong{text-underline-offset:7px;-webkit-text-decoration:underline #803ed66b;text-decoration:underline #803ed66b;text-decoration-thickness:1px}}@media (width<=720px){.process-step{outline:none;font-family:Inter,Helvetica Neue,Arial,sans-serif}.process-step>span{letter-spacing:.1em;font-size:8px;font-weight:500}.process-step strong{color:#aaa69f;font-size:15px;font-weight:450;line-height:1.25}.process-step p{color:#99948c;font-size:10.5px;line-height:1.55}.process-step.is-active strong{color:#f2eee6;font-size:17px;font-weight:500}.process-step.is-active p{margin-top:10px}.process-step:focus{outline:none}.process-step:focus-visible{outline-offset:2px;outline:1px solid #803ed66b}}.system-landscape-section{max-width:1180px;display:block}.system-ownership-heading{text-align:center;max-width:1020px;margin:0 auto 48px;padding:0 12px}.system-ownership-heading>span{color:#bd91ff;letter-spacing:.16em;font:600 10px/1.6 Inter,sans-serif}.system-ownership-heading h2{letter-spacing:-.05em;color:#f4eff9;margin:20px 0;font-size:clamp(30px,4.2vw,54px);font-weight:600;line-height:1.12}.system-ownership-heading h2 em{color:#c59bff;font-style:normal}.system-ownership-heading p{color:#b2aaba;max-width:660px;margin:0 auto;font-size:16px;line-height:1.75}@media (width<=640px){.system-ownership-heading{margin-bottom:30px;padding:0}.system-ownership-heading p{font-size:14px}.system-ownership-heading>span{letter-spacing:.1em;font-size:9px}}.system-landscape{isolation:isolate;background:#b7b6ae;border:1px solid #ffffff21;border-radius:27px;min-height:790px;position:relative;overflow:hidden;box-shadow:0 58px 150px #0009,inset 0 1px #ffffff38}.system-landscape-bg{z-index:-3;object-fit:cover;object-position:center;filter:saturate(.72)contrast(1.06)brightness(.66);width:104%;height:104%;transition:transform 9s cubic-bezier(.16,1,.3,1);position:absolute;inset:-2%;transform:scale(1.035)}.system-landscape.is-counting .system-landscape-bg{transform:scale(1.085)}.system-landscape-shade{z-index:-2;background:linear-gradient(#090a0899,#0a0b0821 23%,#0809070d 62%,#050604ad),radial-gradient(circle at 50% 44%,#0000 20%,#00000040 100%);position:absolute;inset:0}.system-landscape-label{z-index:4;color:#ffffffd6;justify-content:space-between;align-items:center;display:flex;position:absolute;top:27px;left:42px;right:42px}.system-landscape-label span{letter-spacing:.16em;font:700 8px/1 Inter,sans-serif}.system-landscape-label p{color:#ffffffa3;margin:0;font-size:9px}.system-window{z-index:2;color:#141610;opacity:.72;background:#f3f4ef;border:1px solid #ffffff38;border-radius:13px;width:min(930px,100% - 92px);transition:opacity .9s,transform 1.2s cubic-bezier(.16,1,.3,1);position:absolute;top:76px;left:50%;overflow:hidden;transform:translate(-50%,34px)scale(.965);box-shadow:0 45px 100px #0000007a,0 0 0 8px #0000000b}.system-landscape.is-counting .system-window{opacity:1;transform:translate(-50%)scale(1)}.system-browser-bar{color:#a4aaa0;letter-spacing:.04em;background:#0b0d0a;grid-template-columns:82px 1fr 82px;align-items:center;height:39px;padding:0 14px;font:600 7px/1 Inter,sans-serif;display:grid}.system-browser-dots{gap:5px;display:flex}.system-browser-dots i{background:#8c4939;border-radius:50%;width:6px;height:6px}.system-browser-dots i:nth-child(2){background:#c59c42}.system-browser-dots i:nth-child(3){background:#6d8854}.system-browser-url{text-align:center;color:#747a71}.system-browser-status{color:#b2b7ae;justify-content:flex-end;align-items:center;gap:5px;display:flex}.system-browser-status i{background:#a9c85e;border-radius:50%;width:5px;height:5px;box-shadow:0 0 10px #a9c85eb3}.system-dashboard{background:linear-gradient(#fafbf7fa,#eef0e9fa);padding:19px 26px 24px}.system-dashboard-head{border-bottom:1px solid #14191017;grid-template-columns:1fr auto 1fr;align-items:start;height:28px;font-family:Inter,sans-serif;display:grid}.system-wordmark{color:#141610;letter-spacing:-.06em;font-size:13px;font-weight:700;text-decoration:none}.system-wordmark span{color:#7e925a;margin-left:2px;font-size:9px}.system-dashboard-head nav{color:#777d73;letter-spacing:.07em;gap:24px;font-size:6.5px;font-weight:600;display:flex}.system-demo-label{color:#777d73;letter-spacing:.08em;border:1px solid #1419101c;border-radius:99px;justify-self:end;padding:5px 8px;font-size:6px;font-weight:650}.system-dashboard-title{text-align:center;padding:24px 0 20px}.system-dashboard-title>span{color:#8b9188;letter-spacing:.14em;font:650 6px/1 Inter,sans-serif}.system-dashboard-title h2{color:#a4aaa1;letter-spacing:-.065em;margin:8px 0 0;font:420 clamp(24px,3.1vw,39px)/1.05 Inter,sans-serif}.system-dashboard-title h2 em{color:#161914;font-style:normal;font-weight:530}.system-data-layout{grid-template-columns:minmax(0,1.75fr) minmax(210px,.72fr);gap:13px;display:grid}.system-main-metric,.system-insight,.system-metrics-grid article{background:#ffffffa3;border:1px solid #1419101a;box-shadow:inset 0 1px #fffc}.system-main-metric{border-radius:10px;min-height:248px;padding:18px 19px 11px}.system-metric-heading{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.system-metric-heading>div>span{color:#898f85;letter-spacing:.11em;font:650 6px/1 Inter,sans-serif;display:block}.system-metric-heading strong{color:#11140f;letter-spacing:-.075em;font-variant-numeric:tabular-nums;white-space:nowrap;margin-top:7px;font:520 clamp(33px,4.3vw,54px)/.92 Inter,sans-serif;display:block}.system-growth-pill{color:#31411f;white-space:nowrap;background:#dfe9bd;border-radius:99px;padding:6px 8px;font:600 7px/1 Inter,sans-serif}.system-chart{height:152px;margin-top:5px;position:relative}.system-chart svg{width:100%;height:100%;overflow:visible}.system-grid-lines path{fill:none;stroke:#171c1212;stroke-width:1px;stroke-dasharray:2 5}.system-area{fill:url(#systemArea);opacity:0;transition:opacity .8s .55s}.system-line{fill:none;stroke:url(#systemLine);stroke-width:3px;stroke-linecap:round;stroke-dasharray:900;stroke-dashoffset:900px;filter:drop-shadow(0 5px 8px #54693033);transition:stroke-dashoffset 1.8s cubic-bezier(.16,1,.3,1) .3s}.system-points circle{fill:#f7f7f2;stroke:#71874b;stroke-width:3px;opacity:0;transform-box:fill-box;transform-origin:50%;transition:opacity .35s,transform .5s cubic-bezier(.16,1,.3,1);transform:scale(0)}.system-last-point{filter:drop-shadow(0 0 7px #6c854099)}.system-landscape.is-counting .system-area{opacity:1}.system-landscape.is-counting .system-line{stroke-dashoffset:0}.system-landscape.is-counting .system-points circle{opacity:1;transform:scale(1)}.system-landscape.is-counting .system-points circle:first-child{transition-delay:.65s}.system-landscape.is-counting .system-points circle:nth-child(2){transition-delay:.92s}.system-landscape.is-counting .system-points circle:nth-child(3){transition-delay:1.18s}.system-landscape.is-counting .system-points circle:nth-child(4){transition-delay:1.48s}.system-chart-label{z-index:2;color:#94998f;letter-spacing:.08em;font:600 5.5px/1 Inter,sans-serif;position:absolute;bottom:0}.label-a{left:0}.label-b{left:50%;transform:translate(-50%)}.label-c{right:0}.system-insight{color:#eef0e8;background:linear-gradient(145deg,#181d13f5,#0c0f0afa);border-radius:10px;flex-direction:column;min-height:248px;padding:19px;display:flex}.system-insight-kicker{color:#aeb4a7;letter-spacing:.11em;align-items:center;gap:6px;font:650 6px/1 Inter,sans-serif;display:flex}.system-insight-kicker i{background:#adc661;border-radius:50%;width:5px;height:5px;box-shadow:0 0 10px #adc6619e}.system-insight>strong{letter-spacing:-.05em;margin-top:27px;font:500 18px/1.12 Inter,sans-serif}.system-insight p{color:#90978a;margin:11px 0 18px;font:400 8px/1.55 Inter,sans-serif}.system-insight a{color:#eef0e8;background:#ffffff0e;border:1px solid #ffffff26;border-radius:6px;justify-content:space-between;align-items:center;height:31px;margin-top:auto;padding:0 10px;font:600 7px/1 Inter,sans-serif;text-decoration:none;display:flex}.system-insight a:hover{background:#ffffff1a}.system-insight a span{color:#bed373;font-size:10px}.system-metrics-grid{grid-template-columns:repeat(3,1fr);gap:9px;margin-top:10px;display:grid}.system-metrics-grid article{border-radius:8px;min-height:79px;padding:13px 14px}.system-metrics-grid article>span{color:#848a80;letter-spacing:.1em;font:650 5.5px/1 Inter,sans-serif;display:block}.system-metrics-grid strong{color:#141711;letter-spacing:-.055em;font-variant-numeric:tabular-nums;margin:7px 0 3px;font:530 21px/.95 Inter,sans-serif;display:block}.system-metrics-grid small{color:#8a9086;font:400 6px/1.2 Inter,sans-serif}.system-landscape-footer{z-index:4;color:#ffffffad;letter-spacing:.13em;justify-content:space-between;font:650 6.5px/1 Inter,sans-serif;display:flex;position:absolute;bottom:24px;left:42px;right:42px}@media (width<=840px){.system-landscape{min-height:760px}.system-window{width:calc(100% - 42px);top:73px}.system-dashboard-head nav{display:none}.system-dashboard-head{grid-template-columns:1fr 1fr}.system-data-layout{grid-template-columns:1fr .62fr}.system-insight>strong{font-size:16px}.system-landscape-label,.system-landscape-footer{left:24px;right:24px}}@media (width<=640px){.system-landscape{border-radius:20px;min-height:1010px}.system-landscape-bg{object-position:center;height:108%}.system-landscape-label{top:20px}.system-landscape-label p{display:none}.system-window{border-radius:10px;width:calc(100% - 24px);top:56px}.system-browser-bar{grid-template-columns:58px 1fr 58px;height:34px}.system-browser-url{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.system-dashboard{padding:15px 13px 16px}.system-dashboard-title{padding:19px 0 17px}.system-dashboard-title h2{font-size:clamp(25px,7.4vw,34px)}.system-data-layout{grid-template-columns:1fr}.system-main-metric{min-height:225px}.system-insight{min-height:155px}.system-insight>strong{max-width:280px;margin-top:16px}.system-insight p{max-width:330px;margin-bottom:12px}.system-metrics-grid{grid-template-columns:1fr 1fr}.system-metrics-grid article:last-child{grid-column:1/-1}.system-metrics-grid article{min-height:68px}.system-landscape-footer{bottom:15px}.system-landscape-footer span:last-child{display:none}}@media (width<=430px){.system-landscape{min-height:1030px}.system-window{top:52px}.system-dashboard-title h2 br{display:none}.system-metric-heading{position:relative}.system-metric-heading>div{width:100%}.system-growth-pill{position:absolute;top:0;right:0}.system-metric-heading strong{font-size:39px}.system-chart{height:135px}.system-metrics-grid strong{font-size:19px}}@media (prefers-reduced-motion:reduce){.system-landscape-bg,.system-window,.system-area,.system-line,.system-points circle{transition:none}.system-landscape .system-window{opacity:1;transform:translate(-50%)}.system-landscape .system-line{stroke-dashoffset:0}.system-landscape .system-area{opacity:1}.system-landscape .system-points circle{opacity:1;transform:scale(1)}}.proof-section>.proof-cases,.proof-section>.proof-more{display:none}.proof-intro{margin-bottom:48px}.creator-demo-note{color:#77736b;letter-spacing:.16em;margin-top:24px;font-size:9px;font-weight:750;display:block}.creator-spotlight{background:#17171a;border:1px solid #ffffff21;border-radius:2px;position:relative;overflow:hidden;box-shadow:0 48px 120px #0000008a,inset 0 1px #ffffff0f}.creator-tabs{background:#101012;border-bottom:1px solid #ffffff17;grid-template-columns:repeat(3,1fr);height:52px;padding:0 20px;display:grid}.creator-tabs button{color:#6c6c70;letter-spacing:.1em;text-transform:uppercase;background:0 0;border:0;font-size:10px;font-weight:650;transition:color .25s,background .25s;position:relative}.creator-tabs button+button{border-left:1px solid #fff1}.creator-tabs button span{color:#4d4d51;margin-right:9px;font-size:8px}.creator-tabs button:after{content:"";opacity:0;background:#ece9e2;height:1px;transition:all .3s;position:absolute;bottom:-1px;left:24px;right:24px;transform:scaleX(.4)}.creator-tabs button:hover{color:#bebdc0}.creator-tabs button.is-active{color:#eeeae3;background:#ffffff06}.creator-tabs button.is-active span{color:#885fbd}.creator-tabs button.is-active:after{opacity:1;transform:scaleX(1)}.creator-panels{min-height:690px;position:relative}.creator-panel{grid-template-columns:minmax(0,.96fr) minmax(0,1.14fr);min-height:690px;animation:.65s cubic-bezier(.16,1,.3,1) both creatorPanelIn;display:grid}.creator-panel[hidden]{display:none}.creator-portrait{background:#070708;min-height:690px;position:relative;overflow:hidden}.creator-portrait:after{content:"";pointer-events:none;position:absolute;inset:0;box-shadow:inset -1px 0 #ffffff14,inset 0 -120px 120px #00000029}.creator-portrait>img{object-fit:cover;object-position:center;filter:grayscale()contrast(1.13)brightness(.82);width:100%;height:100%;transition:transform 8s cubic-bezier(.16,1,.3,1);position:absolute;inset:0;transform:scale(1.025)}.creator-panel.is-active .creator-portrait>img{transform:scale(1)}.creator-portrait-shade{z-index:1;background:linear-gradient(90deg,#00000014,#0000 55%,#12121433),linear-gradient(#0000 56%,#050506eb);position:absolute;inset:0}.creator-identity{z-index:2;position:absolute;bottom:35px;left:40px;right:38px}.creator-identity>span{color:#818187;letter-spacing:.18em;font-size:9px;font-weight:650}.creator-identity h3{color:#f3efe8;letter-spacing:-.045em;margin:12px 0 5px;font:500 clamp(35px,4vw,52px)/.98 Georgia,Times New Roman,serif}.creator-identity>p{color:#9a999d;letter-spacing:.15em;margin:0;font-size:10px}.creator-identity>div{border-top:1px solid #ffffff2b;align-items:baseline;gap:8px;margin-top:21px;padding-top:17px;display:flex}.creator-identity>div strong{color:#f1ede6;letter-spacing:-.04em;font:500 20px/1 Inter,sans-serif}.creator-identity>div small{color:#79787d;letter-spacing:.13em;margin-right:7px;font-size:7px;font-weight:700}.creator-identity>div i{color:#8057b6;margin:0 5px;font-size:13px;font-style:normal}.creator-story{background:radial-gradient(circle at 100% 0,#ffffff09,#0000 34%),#1b1b1e;min-width:0;padding:24px 40px}.creator-story-label,.creator-evolution-title{color:#737277;letter-spacing:.19em;font-size:9px;font-weight:700;display:block}.creator-story h3{color:#f1eee8;letter-spacing:-.045em;text-wrap:balance;max-width:650px;margin:10px 0;font:500 clamp(32px,3.1vw,42px)/1.03 Georgia,Times New Roman,serif}.creator-story>p{color:#d4d2d4;letter-spacing:0;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;max-width:620px;margin:0;font:500 15px/1.55 Segoe UI Variable Text,Segoe UI,Arial,sans-serif}.creator-evolution-title{color:#aaa7a9;margin-top:20px;font-size:12px}.creator-timeline{margin:8px 0 0;padding:0;list-style:none}.creator-timeline li{border-top:1px solid #ffffff16;grid-template-columns:64px minmax(0,1fr);align-items:center;gap:14px;min-height:88px;padding:8px 0;display:grid}.creator-timeline li:last-child{border-bottom:1px solid #ffffff16}.creator-timeline img{object-fit:cover;filter:grayscale()contrast(1.06)brightness(.72);width:64px;height:64px;transition:filter .3s,transform .3s}.creator-timeline li:hover img{filter:grayscale(.35)contrast(1.03)brightness(.9);transform:scale(1.025)}.creator-timeline li>div{grid-template-columns:minmax(0,1fr) max-content;grid-template-areas:"title badge""copy copy";align-items:center;column-gap:10px;min-width:0;display:grid}.creator-timeline li span{color:#f0ece6;letter-spacing:.1em;grid-area:title;align-items:center;gap:9px;font-size:12px;font-weight:750;display:flex}.creator-timeline li span small{color:#89878c;font-size:8px;font-weight:650}.creator-timeline li p{color:#c8c6c9;letter-spacing:0;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;grid-area:copy;margin:5px 0 0;font:500 13px/1.42 Segoe UI Variable Text,Segoe UI,Arial,sans-serif}.creator-timeline li strong{color:#d1ced0;letter-spacing:.08em;border:1px solid #ffffff24;grid-area:badge;width:max-content;padding:4px 7px;font-size:8px;font-weight:600;display:block}.creator-spotlight-footer{background:#101012;width:100%;color:#69686d!important;border-top:1px solid #ffffff17!important;justify-content:space-between!important;align-items:center!important;height:48px!important;margin:0!important;padding:0 20px!important;display:flex!important}.creator-spotlight-footer>span{letter-spacing:.14em;align-items:center;gap:8px;font-size:8px;font-weight:700;display:flex}.creator-spotlight-footer>span i{background:#7e54b6;border-radius:50%;width:5px;height:5px;box-shadow:0 0 12px #7e54b68c}.creator-spotlight-footer>div{align-items:center;gap:11px;display:flex}.creator-spotlight-footer button{color:#d8d4cd;background:#ffffff06;border:1px solid #ffffff21;border-radius:50%;width:28px;height:28px;transition:all .25s}.creator-spotlight-footer button:hover{color:#d9c5f4;background:#945eda12;border-color:#945eda6b}.creator-spotlight-footer strong{color:#98979b;letter-spacing:.1em;text-align:center;min-width:44px;font-size:9px;font-weight:650}@keyframes creatorPanelIn{0%{opacity:0;filter:blur(5px);transform:translate(22px)}to{opacity:1;filter:none;transform:none}}@media (width<=900px){.creator-panel{grid-template-columns:.9fr 1.1fr}.creator-story{padding:40px 34px 30px}.creator-story h3{font-size:36px}.creator-timeline li{grid-template-columns:62px 1fr;gap:13px}.creator-timeline img{width:62px;height:62px}.creator-timeline li p{font-size:13px}.creator-identity{left:28px;right:26px}}@media (width<=720px){.proof-intro{margin-bottom:34px}.creator-demo-note{font-size:8px;line-height:1.55}.creator-tabs{scrollbar-width:none;height:54px;padding:0;display:flex;overflow-x:auto}.creator-tabs::-webkit-scrollbar{display:none}.creator-tabs button{white-space:nowrap;min-width:152px;padding:0 13px;font-size:8px}.creator-tabs button:after{left:13px;right:13px}.creator-panel{min-height:0;display:block}.creator-portrait{min-height:520px}.creator-story{padding:38px 22px 32px}.creator-story-label{font-size:8px}.creator-story h3{font-size:clamp(35px,10vw,45px)}.creator-story>p{font-size:15px;line-height:1.7}.creator-evolution-title{margin-top:34px;font-size:12px}.creator-timeline li{grid-template-columns:72px 1fr;min-height:112px;padding:14px 0}.creator-timeline img{width:72px;height:74px}.creator-timeline li>div{display:block}.creator-timeline li span{flex-direction:column;align-items:flex-start;gap:4px;font-size:12px}.creator-timeline li p{margin:8px 0;font-size:13px;line-height:1.5}.creator-spotlight-footer>span{font-size:7px}.creator-spotlight-footer{padding-inline:15px!important}.creator-identity{bottom:27px;left:22px;right:22px}.creator-identity h3{font-size:42px}}@media (width<=430px){.creator-portrait{min-height:470px}.creator-identity>div{gap:6px}.creator-identity>div strong{font-size:17px}.creator-identity>div small{margin-right:2px;font-size:6px}.creator-story{padding-inline:18px}.creator-timeline li{grid-template-columns:64px 1fr;gap:12px}.creator-timeline img{width:64px;height:70px}.creator-timeline li p{line-height:1.4}.creator-spotlight-footer>span{max-width:135px;line-height:1.4}}@media (prefers-reduced-motion:reduce){.creator-panel{animation:none}.creator-portrait>img{transition:none}}.proof-section .section-index{color:#b8b2a7;letter-spacing:.16em;font-size:12px}.case-facts dt{color:#969188;letter-spacing:.12em;font-size:9px}.case-facts dd{color:#ded8cd;font-size:15px}.case-brand-index{color:#9f9a90;letter-spacing:.13em;font-size:10px}.case-brand>small{color:#a39d93;letter-spacing:.14em;font-size:10px}.proof-more>header span{color:#7b40c8;letter-spacing:.16em;font-size:10px}.proof-more>header p{color:#8d8980;font-size:12px}.proof-more figcaption{color:#8d8980;letter-spacing:.11em;font-size:9px}@media (width<=720px){.proof-section .section-index{font-size:10px}.proof-intro>p{font-size:14px}.proof-summary span{font-size:9px}.proof-receipts{font-size:10px;line-height:24px}.proof-case-header{min-height:112px}.proof-case-header>div>span{font-size:10px}.proof-case-header>p{font-size:12px}.case-evidence>p{font-size:14px}.case-facts{height:84px}.case-facts dt{font-size:8px}.case-facts dd{font-size:12px}.case-brand-index,.case-brand>small,.proof-more>header span{font-size:9px}.proof-more>header p{font-size:11px}.proof-more figcaption{font-size:8px}}.creator-continuous{box-shadow:none;background:0 0;border:0;border-radius:0;overflow:visible}.creator-continuous .creator-tabs,.creator-continuous .creator-spotlight-footer{display:none}.creator-continuous .creator-panels{background:linear-gradient(90deg,#ffffff06,#0000 24% 76%,#ffffff06);border-top:1px solid #ffffff21;border-bottom:1px solid #ffffff21;min-height:0;display:grid;position:relative;overflow:visible}.creator-continuous .creator-panel{min-height:690px;box-shadow:none;background:#17171a;border-bottom:1px solid #ffffff1f;grid-template-columns:minmax(0,.96fr) minmax(0,1.14fr);animation:none;display:grid;position:relative}.creator-continuous .creator-panel:last-child{border-bottom:0}.creator-continuous .creator-panel:nth-child(2n){background:#151518;grid-template-columns:minmax(0,1.14fr) minmax(0,.96fr)}.creator-continuous .creator-panel:nth-child(2n) .creator-story{order:1}.creator-continuous .creator-panel:nth-child(2n) .creator-portrait{order:2}.creator-continuous .creator-panel:before{content:"";z-index:3;pointer-events:none;background:#ffffff12;width:1px;position:absolute;top:0;bottom:0;left:50%}.creator-continuous .creator-portrait{min-height:690px}.creator-continuous .creator-story{padding:54px 58px 44px}.creator-continuous .creator-story-label{color:#8c6bb8;letter-spacing:.2em;font-size:10px}.creator-continuous .creator-story h3{color:#f4f0e8;max-width:600px;margin:14px 0;font-size:clamp(38px,3.25vw,48px);line-height:1.02}.creator-continuous .creator-story>p{max-width:570px;font-size:16px;line-height:1.6}.creator-continuous .creator-evolution-title{margin-top:31px;font-size:11px}.creator-continuous .creator-timeline{margin-top:13px}.creator-continuous .creator-timeline li{min-height:92px;padding:10px 0}.creator-continuous .creator-timeline li:first-child{border-top-color:#925fd447}.creator-continuous .creator-timeline img{width:68px;height:68px}.creator-continuous .creator-timeline li{grid-template-columns:68px minmax(0,1fr)}.creator-continuous .creator-portrait:before{content:"";z-index:2;background:#7e53b7;width:34px;height:1px;position:absolute;top:28px;left:30px;box-shadow:42px 0 #ffffff3b}.creator-continuous .creator-identity{bottom:39px;left:44px}.creator-continuous .creator-panel:nth-child(2n) .creator-identity{left:auto;right:44px}.creator-continuous .creator-panel:nth-child(2n) .creator-portrait:before{left:auto;right:30px;box-shadow:-42px 0 #ffffff3b}@media (width<=900px){.creator-continuous .creator-panel,.creator-continuous .creator-panel:nth-child(2n){grid-template-columns:.9fr 1.1fr}.creator-continuous .creator-story{padding:42px 34px 32px}.creator-continuous .creator-story h3{font-size:36px}.creator-continuous .creator-panel:nth-child(2n) .creator-story{order:1}.creator-continuous .creator-panel:nth-child(2n) .creator-portrait{order:2}.creator-continuous .creator-timeline li{grid-template-columns:62px minmax(0,1fr)}.creator-continuous .creator-timeline img{width:62px;height:62px}}@media (width<=720px){.creator-continuous .creator-panels{border-inline:0;display:block}.creator-continuous .creator-panel,.creator-continuous .creator-panel:nth-child(2n){min-height:0;display:block}.creator-continuous .creator-panel:before{display:none}.creator-continuous .creator-portrait{min-height:470px}.creator-continuous .creator-story{padding:38px 22px 34px}.creator-continuous .creator-story h3{font-size:clamp(35px,10vw,45px)}.creator-continuous .creator-story>p{font-size:15px;line-height:1.65}.creator-continuous .creator-evolution-title{margin-top:31px}.creator-continuous .creator-timeline li{grid-template-columns:72px minmax(0,1fr);min-height:112px}.creator-continuous .creator-timeline img{width:72px;height:74px}.creator-continuous .creator-identity,.creator-continuous .creator-panel:nth-child(2n) .creator-identity{bottom:27px;left:22px;right:22px}.creator-continuous .creator-panel:nth-child(2n) .creator-portrait:before{left:24px;right:auto;box-shadow:42px 0 #ffffff3b}}.coursekit-home{flex-direction:column;display:flex}.home-header{order:1}.home-hero{order:2}.vsl-frame{order:3}.proof-section{order:4;margin-top:86px}.home-proof{order:5}.liquid-divider{order:6}.opportunity-section{order:7}.method-section{order:8}.system-landscape-section{order:9}.liquid-cta{order:10}.home-footer{order:11}.creator-identity>p.creator-handle{color:#b7b2aa;letter-spacing:0;align-items:center;gap:7px;margin:8px 0 0;font:700 9px/1 Inter,sans-serif;display:flex}.creator-handle>span{color:#9561d9;font-size:13px;line-height:1}.creator-handle>b{color:#e0d5efc4;letter-spacing:.2em;text-align:center;background:repeating-linear-gradient(90deg,#ffffff12 0 2px,#0000 2px 5px),#ffffff09;border:1px solid #925bdb4d;border-radius:2px;min-width:54px;padding:4px 7px;font-size:7px;line-height:1;display:block;box-shadow:inset 0 1px #ffffff17,0 0 18px #8246d114}.creator-handle>b::selection{color:#e0d5efc4;background:0 0}@media (width<=720px){.proof-section{margin-top:64px}.creator-identity>p.creator-handle{margin-top:9px}.creator-handle>b{min-width:58px;padding:4px 8px}}@media (width>=721px){.creator-continuous .creator-panel:nth-child(2n) .creator-identity{text-align:left;left:44px;right:38px}}.opportunity-section .section-heading>p{color:#c6c0cf;text-wrap:pretty;width:100%;max-width:680px;font-family:Inter,Arial,sans-serif;font-size:17px;line-height:1.75}.opportunity-section .revenue-card-copy p,.opportunity-section .glass-card-copy p{color:#c6c0cf;text-wrap:pretty;max-width:440px;font-family:Inter,Arial,sans-serif;font-size:15px;font-weight:400;line-height:1.7}.opportunity-section .revenue-card-copy>span,.opportunity-section .glass-card-copy>span{color:#b7a9c9;letter-spacing:.12em;font-size:10px;line-height:1.5}@media (width<=680px){.opportunity-section .section-heading>p{font-size:16px}.opportunity-section .revenue-card-copy p,.opportunity-section .glass-card-copy p{font-size:15px}}.coursekit-home{--home-purple:#7c36e8;--home-purple-light:#bd91ff;--home-gold:var(--home-purple)}.section-heading h2 em,.method-intro h2 em,.method-process-header h2 em,.liquid-cta h2 em{background-image:linear-gradient(110deg,#a16aef,#e4ceff 50%,#ae7aef)}.process-step.is-active .step-number,.process-stage-bar strong,.scene-caption span,.creator-continuous .creator-story-label{color:var(--home-purple-light)}.coursekit-home{--hero-page-gutter:24px}.home-atmosphere{background:linear-gradient(#120c1c,#070706 1000px,#0a0906 100%)}.home-atmosphere .gold-beam{display:none}.clean-hero-shell{z-index:1;--hero-inset:clamp(24px, 4.2vw, 96px);width:calc(100% + var(--hero-page-gutter) + var(--hero-page-gutter));margin:0 calc(-1 * var(--hero-page-gutter));color:#faf7ff;background:#141216;border-radius:0;order:1;font-family:Inter,Arial,sans-serif;position:relative;overflow:hidden}.vision-hero{isolation:isolate;background:#211033;border-radius:0;height:max(560px,100svh - 126px);position:relative;overflow:hidden}.clean-portrait{z-index:-3;object-fit:cover;object-position:50% 20%;width:100%;height:100%;position:absolute;inset:0}.clean-shade{z-index:-2;pointer-events:none;background:linear-gradient(#0000 56%,#0d07161f),linear-gradient(90deg,#2110330f,#0000 40%,#0d071614);position:absolute;inset:0}.vision-header{z-index:3;height:94px;padding:0 var(--hero-inset);align-items:center;gap:34px;display:flex;position:absolute;inset:0 0 auto}.vision-header a{color:#f9f4ff;text-decoration:none}.clean-brand{flex:none;align-items:center;min-height:44px;display:flex}.clean-brand img{width:185px;height:auto;display:block}.clean-nav{align-items:center;gap:32px;margin-left:auto;display:flex}.clean-nav a{opacity:.78;font-size:13px;transition:opacity .2s}.clean-nav a:hover,.clean-nav a[aria-current]{opacity:1}.vision-header .clean-cta{color:#4b2180;white-space:nowrap;background:#f9f4ff;border:1px solid #ffffff5c;border-radius:99px;justify-content:space-between;align-items:center;gap:17px;min-height:42px;padding:5px 5px 5px 18px;font-size:12px;font-weight:600;transition:background .2s,transform .2s;display:inline-flex}.clean-cta>span{color:#fff;background:#7c36e8;border-radius:50%;place-items:center;width:30px;height:30px;font-size:20px;font-weight:400;line-height:1;display:grid}.vision-header .clean-cta:hover{background:#eadcff;transform:translateY(-2px)}.clean-copy{top:29%;left:var(--hero-inset);z-index:2;width:42%;position:absolute}.clean-copy>p{color:#e9ddf7;letter-spacing:-.02em;margin:0 0 24px;font-size:clamp(17px,1.5vw,21px);line-height:1.35}.clean-copy h1{color:#fbf8ff;letter-spacing:-.06em;margin:0;font-size:clamp(58px,5.35vw,104px);font-weight:600;line-height:1.03}.clean-intro{z-index:2;top:46%;left:72%;right:var(--hero-inset);position:absolute}.clean-intro h2{color:#f5efff;letter-spacing:-.035em;margin:0 0 19px;font-size:clamp(21px,1.9vw,30px);font-weight:500;line-height:1.3}.clean-intro>p{color:#b6a8c9;letter-spacing:-.015em;max-width:350px;margin:0;font-size:clamp(15px,1.05vw,18px);line-height:1.65}.clean-topics{z-index:2;left:var(--hero-inset);right:var(--hero-inset);grid-template-columns:repeat(4,1fr);gap:20px;margin:0;padding:0;list-style:none;display:grid;position:absolute;bottom:34px}.clean-topics li>span{color:#e0d7ec;letter-spacing:-.04em;font-size:13px}.clean-topics i{color:#b388f5;margin-right:3px;font-style:normal}.clean-topics p{color:#d0c7dc;letter-spacing:-.025em;margin:12px 0 0;font-size:14px;line-height:1.3}.clean-partners{width:100%;min-height:126px;padding:24px var(--hero-inset);grid-template-columns:minmax(132px,1.4fr) repeat(9,minmax(0,1fr));align-items:center;gap:clamp(12px,1.4vw,28px);display:grid}.clean-partners>p{color:#d6d2db;letter-spacing:-.015em;margin:0;font-size:12px;line-height:1.5}.clean-partners>div{justify-content:center;align-items:center;height:65px;display:flex}.clean-partners img{object-fit:contain;filter:grayscale()brightness(0)invert();opacity:.66;width:100%;height:100%;display:block;transform:scale(2)}.clean-hero-shell a:focus-visible{outline-offset:5px;outline:2px solid #d7baff}.home-footer .home-brand img{width:165px;height:auto;display:block}@media (width>=761px) and (width<=1100px){.clean-partners{grid-template-columns:repeat(5,minmax(0,1fr));row-gap:8px}}@media (width>=761px) and (height<=800px){.vision-hero{height:max(520px,100svh - 112px)}.vision-header{height:80px}.clean-copy{top:29%}.clean-copy>p{margin-bottom:18px}.clean-copy h1{font-size:clamp(55px,5vw,68px)}.clean-intro{top:44%}.clean-intro h2{margin-bottom:15px;font-size:23px}.clean-intro>p{font-size:14px}.clean-topics{bottom:29px}.clean-partners{min-height:112px;padding-block:17px}}@media (width>=761px) and (width<=1000px){.vision-header{gap:23px;padding-inline:27px}.clean-nav{gap:23px}.clean-brand img{width:165px}.clean-copy h1{font-size:56px}.clean-intro{left:73%}.clean-intro h2{font-size:22px}.clean-intro>p{font-size:14px}.clean-topics p{font-size:12px}.clean-partners{gap:9px;padding-inline:27px}.clean-partners>p{font-size:11px}}@media (width<=760px){.coursekit-home{--hero-page-gutter:18px}.vision-hero{background:radial-gradient(at 5% 0,#6528b2,#32184f 37%,#190e29 69%);flex-direction:column;height:auto;min-height:0;display:flex}.vision-header{justify-content:space-between;gap:15px;height:82px;padding-inline:22px}.clean-brand img{width:130px}.clean-nav{display:none}.vision-header .clean-cta{gap:12px;min-height:40px;padding-left:14px;font-size:11px}.clean-cta>span{width:28px;height:28px;font-size:18px}.clean-copy{order:1;width:auto;padding:117px 24px 0;position:relative;top:auto;left:auto}.clean-copy>p{margin-bottom:19px;font-size:16px}.clean-copy h1{letter-spacing:-.06em;font-size:clamp(46px,11.5vw,68px);line-height:1.05}.clean-portrait{z-index:0;object-fit:cover;object-position:53% center;order:2;width:100%;height:330px;margin-top:-10px;position:relative;inset:auto;-webkit-mask-image:linear-gradient(#0000,#000 12% 80%,#0000);mask-image:linear-gradient(#0000,#000 12% 80%,#0000)}.clean-shade{display:none}.clean-intro{order:3;margin-top:-15px;padding:0 24px;position:relative;top:auto;left:auto;right:auto}.clean-intro h2{margin-bottom:13px;font-size:25px}.clean-intro h2 br{display:none}.clean-intro>p{max-width:460px;font-size:14px;line-height:1.65}.clean-topics{order:4;grid-template-columns:repeat(2,1fr);gap:24px 18px;padding:31px 24px 32px;position:relative;bottom:auto;left:auto;right:auto}.clean-topics li>span{font-size:12px}.clean-topics p{margin-top:8px;font-size:13px}.clean-partners{grid-template-columns:repeat(3,1fr);gap:0 18px;min-height:0;padding:27px 24px 20px}.clean-partners>p{text-align:center;grid-column:1/-1;margin-bottom:16px;font-size:12px;line-height:1.5}.clean-partners>p br{display:none}.clean-partners>div{height:66px}.clean-partners img{transform:scale(1.8)}}@media (width<=380px){.vision-header{gap:8px;padding-inline:18px}.clean-brand img{width:clamp(98px,30vw,114px)}.vision-header .clean-cta{gap:7px;padding-left:11px;font-size:10px}.clean-copy{padding-inline:20px}.clean-copy h1{font-size:clamp(41px,12.4vw,46px)}.clean-portrait{height:280px}.clean-intro{padding-inline:20px}.clean-intro h2{font-size:23px}.clean-topics{gap:23px 14px;padding-inline:20px}.clean-topics p{font-size:12px}}@media (prefers-reduced-motion:reduce){.clean-hero-shell a{transition:none}}.vision-header{gap:22px}.clean-nav{gap:18px;min-width:0}.clean-nav a{white-space:nowrap;align-items:center;min-height:42px;font-size:12px;display:flex}.clean-nav a:focus-visible{outline-offset:4px;border-radius:4px;outline:2px solid #d9baff}#lancamentos,#prova,#depoimentos,#portfolio,#oportunidade,#metodo,#sistema,#comecar{scroll-margin-top:24px}@media (width<=1450px){.vision-header{grid-template-rows:72px 44px;grid-template-columns:1fr auto;gap:0 20px;height:auto;display:grid}.vision-header .clean-brand{grid-area:1/1}.vision-header .clean-cta{grid-area:1/2}.vision-header .clean-nav{border-top:1px solid #ffffff1a;grid-area:2/1/auto/-1;justify-content:center;gap:24px;margin:0;display:flex}}@media (width<=900px){.vision-header .clean-nav{scrollbar-width:thin;scrollbar-color:#bd91ff60 transparent;justify-content:flex-start;gap:22px;padding:0 2px 3px;overflow-x:auto}.vision-header .clean-nav a{flex-shrink:0;font-size:13px}}@media (width<=760px){.clean-copy{padding-top:158px}}.value-wall{color:#f4f0f8;background:radial-gradient(at 50% 30%,#7c36e810,#0000 65%);order:9;width:min(1240px,100%);margin:100px auto 20px;padding:64px 24px;position:relative}.value-wall-heading{text-align:center;max-width:820px;margin:0 auto 48px}.value-eyebrow{letter-spacing:.18em;color:#bd91ff;font:600 10px/1.5 Inter,sans-serif}.value-wall-heading h2{letter-spacing:-.055em;margin:22px 0;font-size:clamp(32px,4.2vw,56px);line-height:1.1}.value-wall-heading h2 em{color:#bd91ff;font-style:normal}.value-wall-heading>p{color:#a6a1af;max-width:560px;margin:0 auto;font-size:15px;line-height:1.7}.value-channels{color:#bbb5c4;justify-content:center;gap:22px;margin-top:24px;font-size:11px;display:flex}.value-channels span{align-items:center;gap:7px;display:flex}.value-channels svg{width:15px;height:15px}.value-wall-grid{columns:4;column-gap:16px}.value-card{break-inside:avoid;background:linear-gradient(145deg,#ffffff07,#0000 75%),#151319;border:1px solid #ffffff12;border-radius:16px;margin:0 0 16px;padding:23px 20px;transition:border-color .2s,transform .2s;box-shadow:0 8px 30px #0002}.value-card:hover{border-color:#a76def66;transform:translateY(-3px)}.value-card:nth-child(3n){background:linear-gradient(145deg,#7c36e812,#0000 80%),#17141d}.value-card-header{align-items:center;gap:10px;display:flex}.value-avatar{color:#d8bfff;background:#7c36e821;border:1px solid #bd91ff30;border-radius:50%;flex-shrink:0;place-items:center;width:34px;height:34px;font-size:10px;font-weight:700;display:grid}.value-author{flex:1;min-width:0}.value-author strong{font-size:12px;display:block}.value-author small{color:#928b9d;margin-top:4px;font-size:10px;display:block}.value-platform{flex-shrink:0;width:19px;height:19px}.value-platform.whatsapp{color:#75cba2}.value-platform.instagram{color:#c79bec}.value-platform.slack{color:#c2bbcf}.value-card blockquote{color:#ddd8e4;white-space:pre-line;margin:22px 0;padding:0;font:400 14px/1.8 Inter,sans-serif}.value-card-footer{color:#aca0bd;border-top:1px solid #ffffff0c;justify-content:space-between;align-items:center;gap:8px;padding-top:14px;font-size:10px;display:flex}.value-card-footer button{color:#cba8ff;font:inherit;cursor:pointer;background:0 0;border:0;padding:4px 0}.value-card-footer button:focus-visible{outline-offset:5px;outline:2px solid #bd91ff}.value-wall-note{text-align:center;color:#81798c;margin:25px 0 0;font-size:11px}.proof-dialog{color:#f4f0f8;background:#16121d;border:1px solid #a677df55;border-radius:16px;width:min(900px,100vw - 32px);max-height:90svh;padding:0;overflow:auto}.proof-dialog::backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#050209dc}.proof-dialog header{background:#16121df5;justify-content:space-between;align-items:center;gap:20px;padding:16px 20px;display:flex;position:sticky;top:0}.proof-dialog h2{margin:0;font:500 14px/1.5 Inter,sans-serif}.proof-dialog button{color:#fff;cursor:pointer;background:#ffffff0b;border:1px solid #ffffff24;border-radius:50%;width:36px;height:36px}.proof-dialog>img{width:100%;height:auto;display:block}.proof-dialog button:focus-visible{outline:2px solid #bd91ff}.value-avatar{overflow:hidden}.value-avatar img{object-fit:cover;border-radius:inherit;width:100%;height:100%;display:block}.proof-dialog{width:fit-content;max-width:calc(100vw - 32px);max-height:90svh;overflow:hidden}.proof-dialog header{box-sizing:border-box;min-height:60px;padding:12px 16px;position:static}.proof-dialog>img{object-fit:contain;width:auto;max-width:min(860px,100vw - 34px);height:auto;max-height:calc(90svh - 70px);margin:0 auto}.value-wall-grid{columns:auto;grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;gap:16px;display:grid}.value-wall-column{flex-direction:column;gap:16px;min-width:0;display:flex}.value-wall-column .value-card{flex-direction:column;flex:1 0 auto;min-width:0;margin:0;display:flex}.value-card-footer{color:#d0c4df;letter-spacing:0;flex-wrap:wrap;justify-content:space-between;min-height:0;margin-top:auto;padding:16px 0 0;font:500 13px/1.5 Inter,sans-serif}.value-card-footer button{white-space:nowrap;font-size:12px}@media (width<=1050px){.value-wall-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=760px){.value-wall{margin-top:60px;padding:36px 0}.value-wall-grid{columns:2}.value-wall-heading{margin-bottom:32px}.value-card{padding:20px 17px}}@media (width<=480px){.value-wall-grid{columns:1}.value-card{padding:24px}.value-wall-heading h2{font-size:34px}.value-wall-heading>p{font-size:14px}.value-card blockquote{font-size:15px}}@media (prefers-reduced-motion:reduce){.value-card{transition:none}.value-card:hover{transform:none}}@media (width<=480px){.value-wall-grid{grid-template-columns:minmax(0,1fr)}.value-wall-column{display:contents}}.value-wall-grid,.value-wall-column{gap:18px}.value-wall .value-card{isolation:isolate;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:linear-gradient(145deg,#1c1822f5,#111015fa 65%) padding-box padding-box,linear-gradient(135deg,#e4cdff36,#ffffff0b 45%,#a575e629) border-box;border:1px solid #0000;border-radius:20px;padding:26px 22px;transition:box-shadow .25s,background .25s;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff06,0 12px 32px #00000026}.value-wall .value-card:before{content:"";z-index:-1;pointer-events:none;background:radial-gradient(at 95% 0,#a36cef12,#0000 55%);position:absolute;inset:0}.value-wall .value-card:after{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#dcc2ff55,#0000);height:1px;position:absolute;top:0;left:22px;right:22px}.value-wall .value-card:hover,.value-wall .value-card:focus-within{background:linear-gradient(145deg,#221b2df5,#141117fa 65%) padding-box padding-box,linear-gradient(135deg,#d7b7ff70,#ffffff14 45%,#a575e64d) border-box;transform:none;box-shadow:inset 0 1px #ffffff0a,0 16px 44px #0005,0 0 24px #7c36e810}.value-wall .value-card-header{gap:11px}.value-wall .value-avatar{border:2px solid #201827;outline:1px solid #d8b5ff40;width:38px;height:38px;box-shadow:0 0 0 4px #b97eff07}.value-wall .value-author strong{letter-spacing:-.02em;color:#f4eff9;font-size:14px;font-weight:600}.value-wall .value-author small{color:#aaa1b5;margin-top:3px;font-size:11px;line-height:1.4}.value-card-header>span[role=img]{background:#ffffff04;border:1px solid #ffffff0b;border-radius:9px;flex-shrink:0;place-items:center;width:30px;height:30px;display:grid}.value-wall .value-platform{width:16px;height:16px}.value-wall .value-card blockquote{letter-spacing:-.015em;color:#e1dce7;margin:26px 0 28px;font-size:15px;line-height:1.8;position:relative}.value-wall .value-card-footer{border-top:1px solid #e5cbff12;flex-direction:column;justify-content:flex-end;align-items:flex-start;gap:12px;margin-top:auto;padding:18px 0 0;font-size:13px;line-height:1.5;display:flex}.value-wall .value-card-footer>span:first-child{color:#d5c2ed;background:linear-gradient(110deg,#b583f013,#b583f005);border:1px solid #bd91ff21;border-radius:7px;max-width:100%;padding:5px 10px;font-weight:500}.value-wall .value-card-footer button{color:#b7a7cb;padding:4px 0;font-size:12px;transition:color .2s}.value-wall .value-card-footer button:hover{color:#eedfff}.value-wall .value-card-footer>span:last-child:not(:first-child){color:#a59aad;padding:4px 0;font-size:12px}@media (width<=480px){.value-wall .value-card{padding:25px 23px}.value-wall .value-card-footer{flex-direction:row;justify-content:space-between;align-items:center}}@media (prefers-reduced-motion:reduce){.value-wall .value-card,.value-wall .value-card-footer button{transition:none}}.value-wall .value-channels{color:#d5cede;gap:28px;font-size:15px;font-weight:500}.value-wall .value-channels span{gap:9px}.value-wall .value-channels .value-platform{width:22px;height:22px}.value-wall .value-card-header>span[role=img]{width:36px;height:36px}.value-wall .value-card-header .value-platform{width:22px;height:22px}@media (width<=480px){.value-wall .value-channels{gap:16px;font-size:14px}.value-wall .value-channels span{gap:6px}}.coursekit-home>.clean-hero-shell{order:1}.coursekit-home>.proof-section{order:2}.coursekit-home>.value-wall{order:3;margin-top:56px}.coursekit-home>.home-proof{order:4}.coursekit-home>.liquid-divider{order:5}.coursekit-home>.opportunity-section{order:6}.coursekit-home>.method-section{order:7}.coursekit-home>.system-landscape-section{order:8}.coursekit-home>.liquid-cta{order:9}.coursekit-home>.home-footer{order:10}
