:root{--primary: #6d28d9;--primary-2: #8b5cf6;--primary-soft: #f5f0ff;--ink: #17132b;--muted: #6f6879;--border: #e9e3f2;--surface: #fbfaff;--white: #ffffff;--green: #20b86b;--green-dark: #12894d;--radius: 18px;--container: 1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--white);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.55;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font:inherit}.container{width:min(100% - 32px,var(--container));margin-inline:auto}.section{padding:78px 0}.section-soft{background:var(--surface)}.center{text-align:center}.muted{color:var(--muted)}.accent{color:var(--primary)}.eyebrow{display:inline-flex;align-items:center;gap:8px;padding:9px 14px;border-radius:999px;background:var(--primary-soft);color:var(--primary);font-size:13px;font-weight:800}h1,h2,h3,p{margin-top:0}h1{margin:22px 0 18px;font-size:clamp(42px,5.7vw,74px);line-height:1.02;letter-spacing:-.045em}h2{margin-bottom:12px;font-size:clamp(30px,3.7vw,48px);line-height:1.1;letter-spacing:-.03em}h3{margin-bottom:8px;font-size:19px}.section-head{max-width:760px;margin:0 auto 34px}.btn{min-height:52px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 22px;border:1px solid transparent;border-radius:14px;font-weight:850;cursor:pointer;transition:.2s ease}.btn-whatsapp{color:#fff;background:var(--green);box-shadow:0 12px 28px #20b86b38}.btn-whatsapp:hover{background:var(--green-dark);transform:translateY(-2px)}.btn-outline{background:#fff;border-color:var(--border)}.btn-outline:hover{border-color:#cdb9ef;transform:translateY(-2px)}header{position:sticky;top:0;z-index:30;background:#ffffffe6;border-bottom:1px solid rgba(233,227,242,.9);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.nav{min-height:82px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px}.brand{display:flex;align-items:center;gap:12px;font-size:24px;font-weight:950}.brand-dark{color:#fff}.brand-mark{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;overflow:hidden;background:#f6f0ff;box-shadow:0 10px 22px #6d28d93d}.brand-mark img,.phone-avatar img{width:100%;height:100%;display:block;object-fit:cover}.nav-center{display:flex;justify-content:center;gap:34px;font-size:14px;font-weight:800}.nav-center a{padding:29px 0;position:relative}.nav-center a:after{content:"";position:absolute;left:0;right:0;bottom:18px;height:2px;border-radius:999px;background:var(--primary);transform:scaleX(0);transition:.2s}.nav-center a:hover:after{transform:scaleX(1)}.nav-actions{display:flex;align-items:center;gap:10px}.menu-btn{display:none;width:44px;height:44px;border:1px solid var(--border);border-radius:12px;background:#fff;cursor:pointer}.hero{position:relative;overflow:hidden;padding:72px 0 74px;background:radial-gradient(circle at 85% 15%,rgba(139,92,246,.15),transparent 27%),radial-gradient(circle at 60% 75%,rgba(109,40,217,.07),transparent 30%),linear-gradient(180deg,#fcfbff,#fff)}.hero:before{content:"";position:absolute;right:-120px;bottom:-260px;width:540px;height:540px;border-radius:50%;background:linear-gradient(145deg,#6d28d91a,#8b5cf605)}.hero-grid{position:relative;display:grid;grid-template-columns:1.04fr .96fr;align-items:center;gap:56px}.hero-copy p{max-width:670px;font-size:18px}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin:28px 0 22px}.trust-row{display:flex;flex-wrap:wrap;gap:18px;font-size:13px;font-weight:800;color:var(--muted)}.trust-row span:before{content:"✓";margin-right:7px;color:var(--green-dark)}.hero-visual{position:relative;min-height:610px;display:flex;align-items:center;justify-content:center}.hero-visual:before{content:"";position:absolute;left:8%;top:6%;width:86%;height:86%;border-radius:50%;background:linear-gradient(145deg,#6d28d921,#8b5cf608)}.phone{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:min(100%,360px);padding:8px;border-radius:42px;background:#101010;box-shadow:0 32px 70px #1b12323d}.phone-screen{overflow:hidden;border-radius:34px;background:#efeae2;min-height:600px;display:flex;flex-direction:column}.phone-top{display:flex;align-items:center;gap:11px;padding:15px 16px;background:#fff;border-bottom:1px solid #e8e2d8}.phone-avatar{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;overflow:hidden;background:#f6f0ff}.phone-top .online{font-size:12px;color:#7f7a72}.verified{color:#1db954;font-size:14px}.chat{flex:1;padding:16px 14px 10px;background:radial-gradient(circle at 20% 10%,rgba(255,255,255,.4) 0 2px,transparent 2px),#efeae2;background-size:28px 28px}.bubble{max-width:86%;margin-bottom:10px;padding:12px 13px;border-radius:10px;background:#fff;box-shadow:0 3px 10px #0000000d;font-size:13px}.bubble.user{margin-left:auto;background:#d9fdd3}.bubble strong{display:block;margin-bottom:4px}.choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:10px}.single-choice{grid-template-columns:1fr}.choice{padding:9px 8px;border:1px solid #7bd79c;border-radius:9px;color:#138a4b;background:#fff;text-align:center;font-size:12px;font-weight:850}.chat-input{display:flex;gap:9px;padding:10px;background:#f7f4ef}.chat-input div:first-child{flex:1;padding:10px 13px;border-radius:999px;background:#fff;color:#a39d93;font-size:12px}.send-dot{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:var(--green);color:#fff}.feature-float{position:absolute;display:grid;grid-template-columns:54px 1fr;align-items:center;gap:12px;min-width:190px;padding:12px 14px;border:1px solid var(--border);border-radius:16px;background:#fff;box-shadow:0 15px 35px #1e143214;font-size:14px;font-weight:850}.feature-float .icon{width:48px;height:48px;display:grid;place-items:center;border-radius:14px;color:var(--primary);background:var(--primary-soft);font-size:24px}.f1{top:15%;right:-3%}.f2{top:38%;right:-7%}.f3{top:61%;right:-2%}.f4{bottom:7%;right:6%}.live-demo-wrap{position:relative;z-index:2;width:min(100%,394px);margin-inline:auto}.demo-label-row{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:10px;padding:0 4px;color:#312a3c;font-size:13px}.demo-label-row>div{display:flex;align-items:center;gap:8px}.demo-live-dot{width:8px;height:8px;border-radius:50%;background:#20b86b;box-shadow:0 0 0 5px #20b86b1f}.demo-badge{padding:4px 8px;border:1px solid #ddd3ed;border-radius:999px;color:#756d7f;background:#fffc;font-size:10px;font-weight:850;text-transform:uppercase}.demo-controls{display:flex;gap:6px}.demo-controls button{width:30px;height:30px;display:grid;place-items:center;padding:0;border:1px solid #ddd3ed;border-radius:9px;color:#4d4559;background:#ffffffe6;cursor:pointer}.demo-controls button:hover,.demo-controls button:focus-visible{color:var(--primary);border-color:#bda4e7;outline:none}.demo-progress{margin:0 4px 10px}.demo-progress>div{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:5px;color:#756d7f;font-size:9px;font-weight:750}.demo-progress>div strong{color:var(--primary)}.demo-progress-track{height:3px;display:block;overflow:hidden;border-radius:999px;background:#e7dff1}.demo-progress-track i{height:100%;display:block;border-radius:inherit;background:linear-gradient(90deg,var(--primary),#25d366);transition:width .35s ease}.demo-phone{position:relative;width:100%;padding:7px;border:1px solid #08080a;border-radius:47px;background:linear-gradient(145deg,#4a4a50,#17171a 18%,#050506 52%,#313137);box-shadow:0 34px 70px #1c12304d,0 8px 20px #120c1c29,inset 0 0 0 1px #ffffff29,inset 0 0 0 3px #000000b8}.demo-phone:before{content:"";position:absolute;top:3px;right:3px;bottom:3px;left:3px;z-index:0;border:1px solid rgba(255,255,255,.08);border-radius:43px;pointer-events:none}.demo-phone-island{position:absolute;z-index:9;top:17px;left:50%;width:102px;height:27px;display:flex;align-items:center;justify-content:center;gap:9px;border-radius:999px;background:#000;box-shadow:inset 0 0 0 1px #ffffff06,0 1px 2px #0000008c;transform:translate(-50%)}.demo-island-speaker{width:37px;height:4px;border-radius:999px;background:#111216;box-shadow:inset 0 1px 1px #ffffff0d}.demo-island-camera{width:7px;height:7px;border-radius:50%;background:radial-gradient(circle at 35% 35%,#223b63 0,#223b63,#101728 36%,#020307 70%);box-shadow:0 0 0 2px #0b0b0d}.demo-side-button{position:absolute;z-index:-1;width:4px;border-radius:3px 0 0 3px;background:linear-gradient(90deg,#17171a,#595960);box-shadow:inset 1px 0 #ffffff24}.demo-side-silent{top:88px;left:-3px;height:26px}.demo-side-volume-up{top:132px;left:-3px;height:49px}.demo-side-volume-down{top:190px;left:-3px;height:49px}.demo-side-power{top:145px;right:-3px;height:78px;border-radius:0 3px 3px 0;background:linear-gradient(90deg,#595960,#17171a)}.demo-glass-highlight{position:absolute;z-index:8;top:8px;right:8px;bottom:8px;left:8px;overflow:hidden;border-radius:39px;pointer-events:none}.demo-glass-highlight:before{content:"";position:absolute;top:-70px;left:-125px;width:210px;height:340px;background:linear-gradient(115deg,rgba(255,255,255,.08),transparent 48%);transform:rotate(8deg)}.demo-screen{position:relative;height:600px;display:flex;flex-direction:column;overflow:hidden;border:1px solid #050506;border-radius:40px;color:#f4f5f5;background:#0b141a;box-shadow:inset 0 0 0 1px #ffffff06}.demo-status{min-height:43px;display:flex;align-items:center;justify-content:space-between;padding:0 17px 0 20px;color:#f7f7f7;background:#0b141a;font-size:10px;font-weight:800}.demo-status-time{min-width:46px;text-align:center}.demo-status-icons{display:flex;align-items:center;gap:5px}.demo-signal{height:10px;display:flex;align-items:flex-end;gap:1.5px}.demo-signal i{width:2px;border-radius:1px;background:#f7f7f7}.demo-signal i:nth-child(1){height:4px}.demo-signal i:nth-child(2){height:6px}.demo-signal i:nth-child(3){height:8px}.demo-signal i:nth-child(4){height:10px}.demo-wifi{width:12px;height:9px;border-top:2px solid #f7f7f7;border-radius:50% 50% 0 0;position:relative}.demo-wifi:before,.demo-wifi:after{content:"";position:absolute;left:50%;border-radius:50%;transform:translate(-50%)}.demo-wifi:before{top:2px;width:7px;height:5px;border-top:2px solid #f7f7f7}.demo-wifi:after{bottom:0;width:3px;height:3px;background:#f7f7f7}.demo-network{font-size:8px}.demo-battery{position:relative;width:18px;height:9px;padding:1px;border:1px solid rgba(255,255,255,.85);border-radius:3px}.demo-battery:after{content:"";position:absolute;top:2px;right:-3px;width:2px;height:4px;border-radius:0 1px 1px 0;background:#ffffffa6}.demo-battery i{height:100%;width:78%;display:block;border-radius:1px;background:#f7f7f7}.demo-chat-header{min-height:58px;display:grid;grid-template-columns:18px 38px 1fr auto;align-items:center;gap:8px;padding:8px 13px;background:#202c33;box-shadow:0 1px #ffffff0d}.demo-chat-header>span:nth-child(3){min-width:0}.demo-chat-header strong,.demo-chat-header small{display:block}.demo-chat-header strong{font-size:14px}.demo-chat-header small{margin-top:1px;color:#aebac1;font-size:10px}.demo-back{color:#dbe1e5;font-size:25px;line-height:1}.demo-header-actions{display:flex;align-items:center;gap:11px;color:#dbe1e5;font-size:20px;line-height:1}.demo-video{width:14px;height:10px;display:block;border:1.5px solid #dbe1e5;border-radius:3px;position:relative}.demo-video:after{content:"";position:absolute;top:2px;right:-5px;border-width:3px 0 3px 4px;border-style:solid;border-color:transparent transparent transparent #dbe1e5}.demo-phone-call{width:12px;height:12px;display:block;border:1.5px solid #dbe1e5;border-top-color:transparent;border-right-color:transparent;border-radius:2px 2px 7px;transform:rotate(-45deg)}.demo-avatar{width:38px;height:38px;overflow:hidden;border-radius:50%;background:#f5edff}.demo-avatar img{width:100%;height:100%;display:block;object-fit:cover}.demo-chat{flex:1;min-height:0;overflow-x:hidden;overflow-y:auto;padding:14px 12px 20px;scroll-behavior:smooth;scrollbar-width:none;background-color:#0b141a;background-image:radial-gradient(circle at 18px 18px,rgba(255,255,255,.035) 1.5px,transparent 1.5px),radial-gradient(circle at 42px 42px,rgba(255,255,255,.025) 1px,transparent 1px);background-size:52px 52px}.demo-chat::-webkit-scrollbar{display:none}.demo-chat.sheet-open{overflow:hidden;filter:brightness(.48)}.demo-context{width:max-content;max-width:90%;margin:0 auto 12px;padding:5px 9px;border-radius:6px;color:#aebac1;background:#182229;font-size:9px;text-align:center}.demo-bubble{position:relative;width:fit-content;max-width:88%;margin-bottom:9px;padding:9px 10px 17px;border-radius:9px;color:#e9edef;font-size:12px;line-height:1.45;box-shadow:0 1px 1px #00000038}.demo-bubble-bot{margin-right:auto;border-top-left-radius:2px;background:#202c33}.demo-bubble-user{margin-left:auto;border-top-right-radius:2px;background:#005c4b}.demo-bubble time{position:absolute;right:7px;bottom:3px;color:#9ca8ae;font-size:8px;white-space:pre}.demo-bubble-user time{color:#8ebbc0}.demo-quote{display:block;margin:-3px -3px 7px;padding:6px 7px;border-left:3px solid #53bdeb;border-radius:4px;color:#b8c4ca;background:#0b141a4d;font-size:9px}.demo-quote strong{display:block;margin-bottom:1px;color:#53bdeb}.demo-question,.demo-feedback{width:94%;max-width:94%;padding:11px 11px 19px}.demo-question strong,.demo-feedback strong{display:block;margin:7px 0;font-size:12px}.demo-kicker,.demo-result{display:inline-flex;padding:3px 7px;border-radius:5px;color:#79d4a3;background:#25d3661a;font-size:9px;font-weight:850}.demo-options{display:grid;gap:5px;margin:9px 0}.demo-options span{padding:6px 8px;border:1px solid #39464d;border-radius:6px;background:#182229}.demo-question small,.demo-feedback p{margin:0;color:#bdc7cc;font-size:10px}.demo-feedback .demo-selected{margin-top:8px;color:#ffb4a9}.demo-result.incorrect{color:#ffb4a9;background:#f25e4d1f}.demo-action-row{display:grid;grid-template-columns:repeat(3,1fr);gap:5px;margin-top:10px}.demo-action-row span{padding:6px 3px;border:1px solid #496069;border-radius:6px;color:#5fd38d;text-align:center;font-size:9px;font-weight:800}.demo-typing{display:flex;gap:4px;padding:10px 12px}.demo-typing i{width:5px;height:5px;border-radius:50%;background:#86969f;animation:demoTyping 1s infinite ease-in-out}.demo-typing i:nth-child(2){animation-delay:.14s}.demo-typing i:nth-child(3){animation-delay:.28s}@keyframes demoTyping{0%,60%,to{transform:translateY(0);opacity:.55}30%{transform:translateY(-3px);opacity:1}}.demo-input{min-height:58px;display:grid;grid-template-columns:auto 1fr auto 31px;align-items:center;gap:7px;padding:7px 10px 14px;color:#b7c1c7;background:#0b141a}.demo-input>div{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:9px 12px;border-radius:999px;background:#202c33;font-size:11px}.demo-add{font-size:22px;font-weight:300;line-height:1}.demo-sticker{width:13px;height:13px;display:block;border:1.5px solid #aebac1;border-radius:4px;position:relative}.demo-sticker:after{content:"";position:absolute;right:-1px;bottom:-1px;width:5px;height:5px;border-top:1.5px solid #aebac1;border-left:1.5px solid #aebac1;background:#202c33}.demo-camera-icon{width:16px;height:12px;display:block;border:1.5px solid #aebac1;border-radius:3px;position:relative}.demo-camera-icon:before{content:"";position:absolute;top:-4px;left:4px;width:7px;height:4px;border-radius:2px 2px 0 0;background:#aebac1}.demo-camera-icon:after{content:"";position:absolute;top:2px;left:5px;width:4px;height:4px;border:1px solid #aebac1;border-radius:50%}.demo-mic{width:31px;height:31px;display:block;border-radius:50%;background:#00a884;position:relative}.demo-mic:before{content:"";position:absolute;top:7px;left:12px;width:6px;height:10px;border:1.5px solid #fff;border-radius:4px}.demo-mic:after{content:"";position:absolute;top:15px;left:10px;width:10px;height:7px;border-bottom:1.5px solid #fff;border-radius:0 0 6px 6px}.demo-home-indicator{position:absolute;z-index:7;bottom:5px;left:50%;width:104px;height:4px;border-radius:999px;background:#eef2f4db;transform:translate(-50%);pointer-events:none}.demo-sheet{position:absolute;z-index:5;right:0;bottom:0;left:0;max-height:76%;overflow-y:auto;padding:8px 16px 18px;border-radius:22px 22px 0 0;color:#f2f4f5;background:#111b21;box-shadow:0 -16px 40px #00000073;animation:demoSheetIn .3s ease-out;scrollbar-width:none}.demo-sheet::-webkit-scrollbar{display:none}@keyframes demoSheetIn{0%{transform:translateY(18px);opacity:0}to{transform:translateY(0);opacity:1}}.demo-sheet-handle{width:38px;height:4px;margin:0 auto 10px;border-radius:999px;background:#415058}.demo-sheet-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding-bottom:9px}.demo-sheet-heading strong,.demo-sheet-heading span{display:block}.demo-sheet-heading strong{font-size:15px}.demo-sheet-heading div span{margin-top:2px;color:#98a7ae;font-size:9px}.demo-sheet-close{color:#d2d8db;font-size:23px;line-height:1}.demo-sheet-options{border-top:1px solid #2e3b42}.demo-sheet-option{min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:9px 2px;border-bottom:1px solid #2e3b42;font-size:11px}.demo-sheet-option>span:first-child{min-width:0}.demo-sheet-option strong,.demo-sheet-option small{display:block}.demo-sheet-option strong{color:#f0f3f4;font-size:11px;font-weight:650}.demo-sheet-option small{margin-top:2px;color:#8f9da4;font-size:8px;line-height:1.35}.demo-sheet-option.selected{background:#25d3660b}.demo-check{color:#25d366;font-weight:900}.demo-sheet>small{display:block;margin-top:12px;color:#7e8d95;font-size:8px;text-align:center}.quick-benefits{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin-top:36px}.quick-benefit{padding:18px 14px;border:1px solid var(--border);border-radius:16px;background:#fff;text-align:center}.quick-benefit .icon{width:46px;height:46px;margin:0 auto 10px;display:grid;place-items:center;border-radius:13px;background:var(--primary-soft);font-size:22px}.quick-benefit strong{display:block;font-size:13px}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.card,.feature-card,.mcq-card{padding:24px;border:1px solid var(--border);border-radius:var(--radius);background:#fff;box-shadow:0 10px 30px #1f12350b}.card{display:flex;flex-direction:column}.card p{flex:1}.card .btn{width:100%;margin-top:8px}.card-icon,.feature-icon{margin-bottom:12px;font-size:30px}.flow-steps{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.step{padding:14px 8px;text-align:center}.step-num{display:inline-block;margin-bottom:10px;color:var(--primary);font-size:12px;font-weight:900}.step-icon{width:58px;height:58px;margin:0 auto 14px;border-radius:16px;display:grid;place-items:center;background:var(--primary-soft);font-size:24px}.mcq-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.question-title{margin-top:14px}.options{display:grid;gap:10px;margin-top:16px}.option{padding:12px 14px;border:1px solid var(--border);border-radius:12px;background:#fff}.result{margin-top:12px;padding:17px;border-radius:14px;background:var(--primary-soft)}.result.warning{background:#fff7ed}.concept{margin-top:12px}.concept p{margin:8px 0 0}.remember{margin-top:14px;padding:15px;border:1px solid var(--border);border-radius:12px}.mini-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.mini-actions span{padding:8px 11px;border:1px solid #d7c7f4;border-radius:10px;color:var(--primary);font-size:12px;font-weight:850}.features{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.subjects{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.chip{padding:11px 15px;border:1px solid var(--border);border-radius:999px;background:#fff;font-size:13px;font-weight:800}.faq-list{max-width:860px;margin:0 auto;display:grid;gap:10px}details{padding:16px 18px;border:1px solid var(--border);border-radius:14px;background:#fff}summary{cursor:pointer;font-weight:850}details p{margin:12px 0 0;color:var(--muted)}.cta{display:grid;grid-template-columns:1.2fr .8fr;align-items:center;gap:30px;padding:34px;border:1px solid #ddcff8;border-radius:24px;background:linear-gradient(135deg,#f7f2ff,#fff)}footer{padding:46px 0 18px;color:#fff;background:#171123}.footer-top{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:34px;padding-bottom:28px}.footer-brand p{max-width:430px;margin-top:14px;color:#bbb4c5}.footer-title{margin-bottom:12px;color:#d9cffa;font-size:13px;font-weight:900;text-transform:uppercase}.footer-links{display:grid;gap:10px;color:#c7c0cf;font-size:14px}.footer-bottom{display:flex;justify-content:space-between;gap:14px;padding-top:17px;border-top:1px solid rgba(255,255,255,.1);color:#aaa2b4;font-size:13px}.mobile-cta{display:none;position:fixed;left:12px;right:12px;bottom:12px;z-index:50}.terms-nav{display:flex;justify-content:space-between}.terms-page{padding:58px 0 72px;background:radial-gradient(circle at 85% 12%,rgba(139,92,246,.12),transparent 28%),var(--surface)}.terms-container{max-width:900px}.terms-hero{margin-bottom:18px;padding:34px;border:1px solid #ddcff8;border-radius:24px;background:linear-gradient(135deg,#f7f2ff,#fff)}.terms-hero h1{margin-bottom:10px;font-size:clamp(36px,5vw,58px)}.terms-hero p{margin:0;color:var(--muted);font-weight:800}.terms-content{padding:34px;border:1px solid var(--border);border-radius:24px;background:#fff;box-shadow:0 18px 45px #1f12350d}.terms-content h2{margin:32px 0 8px;font-size:22px;letter-spacing:0}.terms-content p,.terms-content li{color:var(--muted)}.terms-content ul{padding-left:20px}.terms-contact{margin-top:32px;padding:20px;border:1px solid #ddcff8;border-radius:18px;background:var(--primary-soft)}.terms-contact p{margin:8px 0 0}.terms-contact a{color:var(--primary);font-weight:800}.terms-footer{padding:24px 16px;border-top:1px solid var(--border);color:var(--muted);background:#fff;font-size:13px;text-align:center}@media(max-width:1050px){.hero-grid,.mcq-grid,.cta{grid-template-columns:1fr}.hero-copy{text-align:center}.hero-copy p{margin-inline:auto}.hero-actions,.trust-row{justify-content:center}.hero-visual{order:-1;min-height:auto;margin-bottom:10px}.cards,.features{grid-template-columns:repeat(2,1fr)}.flow-steps{grid-template-columns:repeat(3,1fr)}.footer-top{grid-template-columns:repeat(2,1fr)}}@media(max-width:860px){.nav{grid-template-columns:auto auto}.nav-center{position:absolute;top:82px;left:0;right:0;display:none;flex-direction:column;align-items:flex-start;gap:0;padding:12px 20px 18px;background:#fff;border-bottom:1px solid var(--border)}.nav-center.open{display:flex}.nav-center a{width:100%;padding:13px 0}.nav-center a:after{display:none}.nav-actions{justify-self:end}.desktop-cta{display:none}.menu-btn{display:block}.quick-benefits{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){body{padding-bottom:78px}.container{width:min(100% - 24px,var(--container))}.section{padding:54px 0}.nav{min-height:66px}.terms-nav{min-height:72px}.nav-center{top:66px}.brand{font-size:21px}.brand-mark{width:38px;height:38px}.hero{padding:20px 0 48px}h1{font-size:clamp(38px,12vw,54px)}h2{font-size:clamp(28px,8vw,38px)}.hero-copy p{font-size:16px}.hero-actions .btn,.card .btn,.cta .btn{width:100%}.trust-row{display:grid;gap:9px}.hero-visual{min-height:auto;margin-bottom:18px}.live-demo-wrap{width:min(100%,350px)}.demo-screen{height:clamp(500px,70vh,560px)}.demo-phone{padding:6px;border-radius:43px;box-shadow:0 22px 48px #20143647,0 6px 14px #120c1c24,inset 0 0 0 1px #ffffff26,inset 0 0 0 3px #000000b3}.demo-screen{border-radius:37px}.demo-phone:before{border-radius:39px}.demo-glass-highlight{top:7px;right:7px;bottom:7px;left:7px;border-radius:35px}.demo-label-row{margin-bottom:8px}.phone{width:285px}.phone-screen{min-height:500px}.feature-float{display:none}.quick-benefits,.cards,.features,.flow-steps,.footer-top{grid-template-columns:1fr}.quick-benefit{text-align:left;display:grid;grid-template-columns:46px 1fr;align-items:center;gap:12px}.quick-benefit .icon{margin:0}.subjects{justify-content:flex-start}.footer-bottom{flex-direction:column;align-items:flex-start;font-size:12px}.mobile-cta{display:flex}.terms-page{padding:34px 0 48px}.terms-hero,.terms-content{padding:22px;border-radius:18px}}@media(max-width:360px){.demo-screen{height:450px}.demo-chat-header{min-height:54px;padding-inline:10px}.demo-label-row{font-size:12px}}.demo-bubble .wa-list-trigger{margin:12px -12px 0;padding:10px;border-top:1px solid #ffffff18;color:#63d99c;text-align:center;font-weight:600}.demo-bubble .wa-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:14px;color:#87ddb0;font-size:12px}.demo-sheet-send{margin-top:12px;padding:9px;border-radius:20px;color:#16231b;background:#e9eeeb;font-weight:600;text-align:center}.demo-input>div>span{overflow-wrap:anywhere}.demo-input{flex-shrink:0}.hero-visual:before,.demo-progress,.demo-glass-highlight,.demo-header-actions,.demo-wifi,.demo-island-speaker{display:none}.live-demo-wrap{width:min(100%,360px)}.demo-label-row{margin-bottom:14px;font-size:13px}.demo-controls button{width:36px;height:36px;border-radius:50%}.demo-phone{padding:6px;border-radius:42px;background:#26272a;box-shadow:0 22px 44px -18px #17132b55,inset 0 0 0 1px #77797b}.demo-phone:before{border-radius:39px}.demo-screen{height:590px;border-radius:36px;background:#101413}.demo-phone-island{width:84px;height:23px;top:15px}.demo-island-camera{margin-left:48px}.demo-status{min-height:43px;background:#171c1a;font-size:11px}.demo-chat-header{grid-template-columns:14px 36px 1fr;background:#171c1a;min-height:60px;padding:8px 14px}.demo-chat-header strong{font-size:16px}.demo-chat-header small{font-size:11px;color:#8bb49d}.demo-avatar{width:36px;height:36px}.demo-chat{padding:14px 12px 18px;background:#101413}.demo-context{font-size:10px;background:#1c2420}.demo-bubble{min-width:76px;padding:11px 12px 21px;font-size:14px;line-height:1.5;border-radius:10px;overflow-wrap:anywhere;box-shadow:none}.demo-bubble-bot{background:#242c28}.demo-bubble-user{background:#124d37}.demo-bubble time{font-size:9px;bottom:5px}.demo-quote{font-size:11px}.demo-question strong,.demo-feedback strong{font-size:14px;font-weight:600}.demo-question small,.demo-feedback p{font-size:12px}.demo-kicker,.demo-result{font-size:10px}.demo-options{gap:4px}.demo-options span{background:transparent;border:0;padding:3px 0}.demo-action-row span{font-size:11px;padding:8px 3px}.demo-input{background:#171c1a}.demo-input>div{background:#2a312d;font-size:12px}.demo-sheet{background:#1c211e;padding:10px 16px 25px;max-height:80%}.demo-sheet-heading strong{font-size:17px}.demo-sheet-heading div span{font-size:11px}.demo-sheet-option{min-height:50px;padding:10px 4px}.demo-sheet-option strong{font-size:14px}.demo-sheet-option small{font-size:11px}.demo-sheet>small{font-size:10px}.demo-sheet-option.selected{background:#25392d}@media(max-width:640px){.hero{padding-top:16px}.hero-grid{gap:24px}.hero-visual{margin-bottom:0}.live-demo-wrap{width:min(100% - 8px,350px)}.demo-screen{height:clamp(430px,calc(100svh - 210px),580px)}.demo-phone{border-radius:40px}.demo-screen{border-radius:34px}}@media(prefers-reduced-motion:reduce){.demo-sheet,.demo-typing i{animation:none}.demo-chat{scroll-behavior:auto}}:root{--ink: #19231f;--muted: #626d67;--border: #e2e7e3;--surface: #f6f8f7;--green: #13854e;--green-dark: #096438;--radius: 8px}html{scroll-padding-top:90px}h1,h2,h3{letter-spacing:0;text-wrap:balance}h1{font-size:54px;line-height:1.12;font-weight:750}h2{font-size:36px;line-height:1.2;font-weight:720}h3{font-size:19px;line-height:1.35}p{text-wrap:pretty}:focus-visible{outline:3px solid #8c65d8;outline-offset:4px}.section{padding:68px 0}.section-head{max-width:680px;margin-bottom:32px}.section-head p{max-width:580px;margin-inline:auto}.eyebrow{background:transparent;padding:0;border-radius:0;font-weight:650}.section-head .eyebrow{margin-bottom:12px}header{background:#ffffffef;border-color:var(--border)}.nav{min-height:72px;gap:24px}.nav-center{gap:24px;font-weight:600}.nav-center a{padding:24px 0}.brand{font-weight:750}.brand-mark{box-shadow:none;border-radius:50%}.btn{border-radius:8px;font-size:14px;font-weight:650;min-height:48px;padding:12px 20px}.btn-whatsapp{box-shadow:0 4px 10px #13854e15}.btn:hover{transform:none}.btn-outline:hover{background:#f7f9f7;border-color:#a9b8ae}.hero{padding:28px 0 44px;background:#fafcfb}.hero:before,.hero-visual:before{display:none}.hero-grid{grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:56px}.hero-copy,.hero-visual{min-width:0}.hero-copy p{font-size:17px;line-height:1.75;max-width:580px}.hero-actions{margin:24px 0 20px;gap:12px}.trust-row{gap:10px 18px;font-size:12px;font-weight:500}.quick-benefits{display:flex;flex-wrap:wrap;gap:12px 18px;margin-top:24px;padding-top:20px;border-top:1px solid var(--border)}.quick-benefit{display:flex;align-items:center;gap:7px;padding:0;border:0;background:transparent;text-align:left}.quick-benefit .icon{width:auto;height:auto;margin:0;background:none;font-size:16px}.quick-benefit strong{font-size:12px;font-weight:600}.card,.feature-card,.mcq-card{box-shadow:none;padding:24px}.card{border-top:3px solid #b5d7c1;transition:border-color .18s}.card:nth-child(2){border-top-color:#cabbeb}.card:nth-child(3){border-top-color:#99cbd2}.card:nth-child(4){border-top-color:#e8ca8e}.card:hover{border-color:#9bad9f}.card p,.feature-card p{font-size:14px;line-height:1.7}.card-icon,.feature-icon{font-size:26px}.features{gap:16px}.feature-card p{margin-bottom:0}.step{padding:12px 6px}.step-icon{border-radius:8px;background:#edf3ee}.step h3{font-size:16px}.step p{font-size:13px}.step-num{font-size:11px;font-weight:650}.mcq-card .eyebrow{margin-bottom:8px}.option{border-radius:6px;background:#fafcfb}.result,.remember{border-radius:6px}.result{background:#eef6f0}.chip{border-radius:6px;font-weight:550}.faq-list{gap:0}.faq-list details{border:0;border-bottom:1px solid var(--border);border-radius:0;padding:22px 4px;background:transparent}.faq-list summary{font-weight:650}.faq-list details p{line-height:1.75}.cta{padding:32px 0;border:0;border-top:1px solid var(--border);border-radius:0;background:transparent}.cta h2{font-size:30px}.cta .btn{justify-self:end}footer{background:#16271f}.footer-title{color:#cbe0d1;font-weight:650}.footer-brand p,.footer-links{color:#bccbc2;font-size:14px;line-height:1.8}.footer-links a:hover{color:#fff;text-decoration:underline;text-underline-offset:4px}.footer-bottom{color:#a7baad}@media(max-width:1050px){.hero-grid{grid-template-columns:1fr;gap:28px}.hero-copy{max-width:700px;margin-inline:auto}.quick-benefits{justify-content:center}.hero-visual{min-height:0}}@media(max-width:860px){.nav-center{top:72px}.nav-center a{padding:13px 0}}@media(max-width:640px){.container{width:calc(100% - 32px)}.nav{min-height:64px}.nav-center{top:64px}.hero{padding:16px 0 36px}h1{font-size:34px;margin:16px 0}h2{font-size:28px}.hero-copy p{font-size:15px;line-height:1.7}.hero-copy .eyebrow{font-size:11px}.hero-actions{margin:20px 0}.trust-row{display:flex;gap:8px 12px;font-size:11px}.quick-benefits{gap:12px;margin-top:20px;padding-top:16px}.quick-benefit strong{font-size:11px}.section{padding:44px 0}.section-head{margin-bottom:24px}.section-head p{font-size:14px}.cards,.features{gap:14px}.card,.feature-card,.mcq-card{padding:20px}.flow-steps{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 12px}.cta{gap:20px;padding:24px 0}.cta h2{font-size:28px}.cta .btn{justify-self:stretch}.footer-top{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 18px}.footer-brand,.footer-top>div:last-child{grid-column:1 / -1}.footer-links{overflow-wrap:anywhere}.mobile-cta{border-radius:8px;min-height:48px;box-shadow:0 4px 16px #16271f30}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.btn,.card{transition:none}}
