:root{--paper:#f8fafc;--surface:#fff;--ink:#0f172a;--ink-soft:#334155;--muted:#64748b;--line:#e2e8f0;--line-strong:#cbd5e1;--green:#166534;--green-dark:#0f3d24;--green-soft:#e8f3ea;--purple:#166534;--purple-dark:#0f3d24;--purple-soft:#e8f3ea;--shadow:0 14px 34px -28px #0f172a4d;--shell:min(1460px, calc(100% - 80px))}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:96px}body{color:var(--ink);background:var(--paper);-webkit-font-smoothing:antialiased;margin:0;font-family:Lexend,system-ui,sans-serif;font-size:16px;line-height:1.65}a{color:inherit;text-underline-offset:.2em}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}svg{width:1.4em;height:1.4em;display:block}.shell{width:var(--shell);margin-inline:auto}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.skip-link{z-index:100;color:#fff;background:var(--green-dark);padding:10px 16px;position:fixed;top:10px;left:10px;transform:translateY(-150%)}.skip-link:focus{transform:none}:focus-visible{outline-offset:3px;outline:3px solid #f2c94c}.site-header{z-index:10;border-bottom:1px solid var(--line);background:#f8fafcf7;position:relative}.header-inner{grid-template-columns:1fr auto 1fr;align-items:center;gap:30px;min-height:104px;display:grid}.brand{align-items:center;width:fit-content;text-decoration:none;display:inline-flex}.brand img{width:148px;height:auto;display:block}.header-brand{align-items:center;gap:13px;display:flex}.prerelease-label{color:var(--green-dark);background:var(--green-soft);letter-spacing:.04em;text-transform:uppercase;border:1px solid #cfe2d3;border-radius:5px;padding:4px 8px;font-size:.64rem;font-weight:700}.nav{align-items:center;gap:clamp(24px,3vw,56px);display:flex}.nav a{font-size:.98rem;font-weight:700;text-decoration:none}.nav a:hover{color:var(--purple)}.header-inner>.button{justify-self:end}.menu-button{background:0 0;border:0;padding:10px;display:none}.menu-button>span:not(.sr-only){background:currentColor;width:25px;height:2px;margin:5px 0;display:block}.button{letter-spacing:-.01em;cursor:pointer;border:1.5px solid #0000;border-radius:5px;justify-content:center;align-items:center;gap:20px;min-height:54px;padding:13px 28px;font-size:.98rem;font-weight:700;text-decoration:none;transition:transform .18s,background-color .18s,color .18s,box-shadow .18s;display:inline-flex}.button svg{width:19px}.button:hover{transform:translateY(-2px);box-shadow:0 12px 24px -18px #17132da6}.button--primary{color:#fff;background:var(--green)}.button--primary:hover{background:var(--green-dark)}.button--secondary{color:var(--purple);border-color:var(--purple);background:0 0}.button--secondary:hover{background:var(--purple-soft)}.button--purple{color:#fff;background:var(--purple)}.button--purple:hover{background:var(--purple-dark)}.button:disabled{opacity:.65;cursor:wait;transform:none}.hero{background:radial-gradient(circle at 84% 42%, #5030c80d, transparent 28%), var(--paper);padding:50px 0 70px;overflow:hidden}.hero-grid{grid-template-columns:minmax(0,.92fr) minmax(560px,.88fr);align-items:center;gap:70px;min-height:535px;display:grid}.hero-copy{min-width:0}.hero-copy h1{letter-spacing:-.055em;margin:0 0 30px;font-size:clamp(3.5rem,5.4vw,5.75rem);font-weight:800;line-height:.98}.hero-copy h1 em{letter-spacing:-.03em;font-family:Newsreader,Georgia,serif;font-weight:500}.hero-copy>p:not(.helper){max-width:680px;color:var(--ink-soft);margin:0 0 34px;font-size:clamp(1.05rem,1.35vw,1.28rem);line-height:1.55}.hero-actions{flex-wrap:wrap;gap:18px;display:flex}.helper{color:var(--muted);margin:12px 0 0;font-size:.9rem}.hero-visual{height:470px;position:relative}.signal-list{gap:24px;display:grid;position:absolute;top:42px;left:0}.signal-list span{width:62px;height:62px;color:var(--purple);border:1px solid var(--line);box-shadow:var(--shadow);background:#fff;border-radius:10px;place-items:center;font-size:1.5rem;display:grid}.signal-list span:nth-child(2){margin-left:-22px}.signal-list span:nth-child(4){margin-left:16px}.signal-list svg{width:29px;height:29px}.flow-dot{z-index:3;color:#fff;background:var(--purple-dark);border-radius:50%;place-items:center;width:48px;height:48px;display:grid;position:absolute;top:205px;left:135px;box-shadow:0 9px 24px #35208e42}.flow-dot:before,.flow-dot:after{content:"";transform-origin:100%;z-index:-1;border-top:1.5px dashed #aaa2c7;width:120px;position:absolute;right:42px}.flow-dot:before{transform:rotate(23deg)}.flow-dot:after{transform:rotate(-23deg)}.flow-dot svg{width:22px}.rule-sheet{border:1px solid var(--line);background:#fff;border-left:15px solid #241951;border-radius:6px;width:320px;min-height:330px;padding:30px 26px 26px 34px;position:absolute;top:50px;left:170px;box-shadow:0 20px 42px -28px #17132d8c}.sheet-title{border-bottom:1px solid var(--line);align-items:center;gap:15px;padding-bottom:20px;display:flex}.sheet-title svg{color:#fff;background:#33266e;border-radius:50%;width:49px;height:49px;padding:10px}.sheet-row{border-bottom:1px solid var(--line);min-height:62px;color:var(--ink-soft);grid-template-columns:26px 1fr;align-items:center;gap:11px;font-size:.78rem;display:grid}.sheet-row i{color:#fff;background:var(--green);border-radius:50%;place-items:center;width:22px;height:22px;display:grid}.sheet-row svg{width:13px}.evidence-card{z-index:4;border:1px solid var(--line);background:#fff;border-radius:7px;width:225px;padding:24px;position:absolute;bottom:2px;right:2px;box-shadow:0 22px 42px -26px #17132d7a}.evidence-card>strong{font-size:.84rem}.evidence-card>i{color:#fff;background:var(--green);border-radius:50%;place-items:center;width:22px;height:22px;display:grid;position:absolute;top:20px;right:18px}.evidence-card>i svg{width:13px}.evidence-card dl{margin:17px 0 0;font-size:.7rem}.evidence-card dl div{grid-template-columns:62px 1fr;margin:8px 0;display:grid}.evidence-card dt{color:var(--muted)}.evidence-card dd{margin:0;font-weight:700}.regulatory{background:linear-gradient(90deg,#f4f2fb 0,#faf9fc 55%,#f3f1fb 100%);border-block:1px solid #ece9f5;padding:34px 0}.regulatory-inner{grid-template-columns:110px 1fr;align-items:center;max-width:1250px;display:grid}.line-icon{width:76px;height:76px;color:var(--purple);border:1.5px solid var(--purple);border-radius:8px;place-items:center;display:grid}.line-icon svg{width:43px;height:43px}.regulatory h2{margin:0 0 4px;font-family:Newsreader,Georgia,serif;font-size:clamp(1.55rem,2.4vw,2.2rem);font-weight:500}.regulatory p{color:var(--ink-soft);margin:0}.trust-line{align-items:center;gap:10px;font-size:.9rem;display:flex;color:var(--ink)!important;margin-top:12px!important}.trust-line svg{width:22px;color:var(--green)}.section{padding-block:92px}.section-heading{max-width:900px;margin-bottom:42px}.section-heading h2{letter-spacing:-.04em;margin:0 0 9px;font-size:clamp(2rem,3.2vw,3.15rem);line-height:1.16}.section-heading p{color:var(--ink-soft);margin:0;font-size:1.08rem}.process-line{grid-template-columns:repeat(3,1fr);gap:50px;padding:0 55px 55px;display:grid;position:relative}.process-line:after{content:"";background:linear-gradient(90deg, var(--green), var(--purple));height:2px;position:absolute;bottom:15px;left:80px;right:65px}.process-step{grid-template-columns:82px 1fr;gap:24px;display:grid}.process-step:after{content:"";background:var(--paper);border:3px solid var(--purple);z-index:2;border-radius:50%;width:14px;height:14px;margin-left:34px;position:absolute;bottom:7px}.process-step:first-child:after{border-color:var(--green)}.process-icon{width:78px;height:78px;color:var(--purple);border:1.5px solid;border-radius:10px;place-items:center;display:grid}.process-step:first-child .process-icon{color:var(--green)}.process-icon svg{width:43px;height:43px}.process-step strong{color:var(--purple-dark);margin:6px 0 7px;display:block}.process-step:first-child strong{color:var(--green-dark)}.process-step p{color:var(--ink-soft);margin:0;font-size:.94rem}.included,.stats,.trust,.pricing{border:1px solid var(--line);box-shadow:var(--shadow);background:#ffffff9e;border-radius:10px}.included{grid-template-columns:1.3fr repeat(4,1fr);align-items:stretch;margin-top:42px;display:grid}.included-title,.included-item{border-right:1px solid var(--line);align-items:center;gap:16px;min-height:112px;padding:24px 30px;display:flex}.included-title svg{width:48px;height:48px;color:var(--purple);border:1px solid var(--line-strong);border-radius:8px;flex:none;padding:10px}.included h3{margin:0;font-size:1.16rem;line-height:1.3}.included-item:last-child{border-right:0}.included-item i{color:#fff;background:var(--green);border-radius:50%;flex:none;place-items:center;width:25px;height:25px;display:grid}.included-item svg{width:14px}.included-item span{font-size:.9rem}.stats{background:linear-gradient(90deg,#ffffffbf,#f2effbd1);grid-template-columns:1.2fr repeat(4,1fr);margin-top:18px;padding:29px 30px 48px;display:grid;position:relative}.stats>div{border-right:1px solid var(--line-strong);min-height:90px;padding:0 30px}.stats>div:nth-child(5){border-right:0}.stats-title{align-items:center;gap:22px;display:flex}.stats-title h3{margin:0}.chart-icon{border:1px solid var(--purple);border-radius:8px;justify-content:center;align-items:end;gap:5px;width:70px;height:70px;padding:14px;display:flex}.chart-icon i{border:1.5px solid var(--purple);width:8px;display:block}.chart-icon i:first-child{height:20px}.chart-icon i:nth-child(2){height:36px}.chart-icon i:nth-child(3){height:27px}.stats>div:not(.stats-title){flex-direction:column;justify-content:center;display:flex}.stats strong{color:var(--purple);font-size:clamp(2.4rem,3vw,3.7rem);line-height:1}.stats span{margin-top:9px;font-size:.86rem}.stats-source{color:var(--muted);margin:0;font-size:.75rem;position:absolute;bottom:14px;left:calc(24% + 30px)}.demo-section{background:#f7f5fb;border-block:1px solid #ece9f5;padding-block:92px}.demo-frame{border:1px solid var(--line-strong);box-shadow:var(--shadow);background:#fff;border-radius:10px;overflow:hidden}.demo-tabs{grid-template-columns:repeat(3,1fr);display:grid}.demo-tabs button{border:0;border-right:1px solid var(--line);border-bottom:1px solid var(--line);min-height:68px;color:var(--ink);cursor:pointer;background:#fcfbfd;font-weight:600}.demo-tabs button:last-child{border-right:0}.demo-tabs button[aria-selected=true]{color:var(--purple);box-shadow:inset 0 -3px var(--purple);background:#fff}.demo-tabs span{border:1px solid var(--line-strong);border-radius:50%;place-items:center;width:28px;height:28px;margin-right:10px;display:inline-grid}.demo-tabs button[aria-selected=true] span{color:#fff;border-color:var(--purple);background:var(--purple)}.demo-panels{grid-template-columns:repeat(3,1fr);display:grid}.demo-panel{border-right:1px solid var(--line);padding:38px}.demo-panel:last-child{border-right:0}.js .demo-panels{display:block}.js .demo-panel[data-active=false]{display:none}.js .demo-panel{border-right:0}.demo-panel h3{margin:0 0 3px;font-size:1.35rem}.demo-panel>p{color:var(--ink-soft);margin:0 0 22px}.usage-grid{grid-template-columns:1fr 1fr;gap:12px;max-width:760px;display:grid}.usage-option{min-height:60px;color:var(--ink);text-align:left;border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:6px;align-items:center;gap:15px;padding:12px 18px;display:flex}.usage-option:last-child{grid-column:1/-1}.usage-option i{border:1.5px solid #a9a2c4;border-radius:5px;place-items:center;width:24px;height:24px;display:grid}.usage-option.selected{border-color:var(--green);background:#fbfdf9}.usage-option.selected i{color:#fff;border-color:var(--green);background:var(--green)}.usage-option svg{width:14px}.inline-action{color:#fff;background:var(--purple);cursor:pointer;border:0;border-radius:5px;align-items:center;gap:18px;margin-top:24px;padding:13px 24px;font-weight:700;display:inline-flex}.inline-action svg{width:18px}.inline-action--quiet{color:var(--purple);border:1px solid var(--purple);background:0 0}.rule-list{gap:12px;max-width:700px;margin:24px 0 0;padding:0;list-style:none;display:grid}.rule-list li{border:1px solid var(--line);border-radius:7px;align-items:center;gap:18px;min-height:68px;padding:14px 18px;display:flex}.rule-list li>svg{color:var(--purple);flex:none;width:31px;height:31px}.rule-list li span{align-items:center;gap:14px;display:flex}.rule-list b{color:#fff;background:var(--purple);border-radius:50%;place-items:center;width:28px;height:28px;font-size:.8rem;display:grid}.demo-proof{border:1px solid var(--line);background:#fcfbfd;border-radius:8px;grid-template-columns:80px 1fr;gap:25px;max-width:680px;margin-top:25px;padding:30px;display:grid}.demo-proof>svg{width:65px;height:65px;color:var(--purple)}.demo-proof dl{margin:18px 0 0}.demo-proof dl div{border-top:1px solid var(--line);grid-template-columns:95px 1fr;padding:8px 0;display:grid}.demo-proof dt{color:var(--muted)}.demo-proof dd{margin:0;font-weight:700}.demo-note{justify-content:space-between;align-items:center;gap:25px;padding:18px 90px;display:flex}.demo-note>span{color:var(--ink-soft);align-items:center;gap:12px;font-size:.88rem;display:flex}.demo-note>span svg{color:var(--green);width:26px}.pricing{grid-template-columns:1.15fr 1fr 1fr;padding:34px 44px 70px;display:grid;position:relative;overflow:hidden}.pricing-included{padding-right:38px}.pricing-included h2{grid-column:1/-1;margin:0 0 25px;font-size:1.65rem}.pricing-included h3{margin:0 0 12px;font-size:.95rem}.pricing-included p{border-bottom:1px solid var(--line);align-items:center;gap:16px;margin:0;padding:9px 0;font-size:.89rem;display:flex}.pricing-included p svg{width:26px;color:var(--purple);flex:none}.price-column{border-left:1px solid var(--line);text-align:center;padding:0 45px}.price-column h3{color:var(--green);margin:0 0 10px;font-size:1.25rem}.price-column--partner h3{color:var(--purple)}.price{color:var(--green);justify-content:center;align-items:baseline;gap:12px;margin:0;display:flex}.price strong{letter-spacing:-.05em;font-size:clamp(3.2rem,5vw,5rem);line-height:1}.price-column--partner .price{color:var(--purple)}.price-column>p:not(.price){min-height:70px;color:var(--ink-soft);margin:17px 0 18px;font-size:.85rem}.price-column .button{width:100%;padding-inline:18px}.follow-up{text-align:center;margin:0;font-size:.84rem;position:absolute;bottom:18px;left:34%;right:0}.trust{grid-template-columns:1.35fr repeat(4,1fr);margin-top:18px;padding:24px 34px;display:grid}.trust>div{border-right:1px solid var(--line);min-height:78px;padding:0 28px}.trust>div:last-child{border-right:0}.trust-title{align-items:center;gap:20px;display:flex}.trust-title svg{width:55px;height:55px;color:var(--purple)}.trust h2{margin:0;font-size:1.2rem;line-height:1.35}.trust>div:not(.trust-title){grid-template-columns:32px 1fr;align-content:center;column-gap:12px;display:grid}.trust>div:not(.trust-title) svg{width:28px;color:var(--purple);grid-row:1/3}.trust span{color:var(--muted);font-size:.78rem}.trust p{margin:1px 0 0;font-size:.76rem;line-height:1.45}.faq-heading{margin:0 0 15px;font-size:1.8rem}.faq-list details{border:1px solid var(--line);background:#fff9;border-radius:7px}.faq-list details+details{margin-top:8px}.faq-list summary{cursor:pointer;grid-template-columns:1fr auto;align-items:center;min-height:62px;padding:14px 24px;font-weight:700;list-style:none;display:grid;position:relative}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{color:var(--purple);font-size:1.6rem;font-weight:400;transition:transform .2s}.faq-list details[open] summary span{transform:rotate(45deg)}.faq-list details p{color:var(--ink-soft);margin:0;padding:0 24px 20px}.closing-cta{border:1px solid var(--line);background:linear-gradient(90deg,#fff,#f5f2fc);border-radius:9px;grid-template-columns:70px 1fr auto auto;align-items:center;gap:32px;margin-top:26px;padding:24px 36px;display:grid}.closing-cta>svg{width:55px;height:55px;color:var(--purple)}.closing-cta h2{max-width:620px;margin:0;font-size:1.55rem;line-height:1.3}.inquiry-section{background:#f2f0f8;border-top:1px solid #e7e3f0;padding:92px 0}.inquiry-grid{grid-template-columns:.8fr 1.2fr;align-items:start;gap:90px;max-width:1230px;display:grid}.inquiry-copy h2{letter-spacing:-.04em;margin:0 0 18px;font-size:clamp(2.2rem,3.5vw,3.55rem);line-height:1.08}.inquiry-copy>p{color:var(--ink-soft);font-size:1.05rem}.inquiry-points{margin-top:36px}.inquiry-points p{align-items:center;gap:14px;font-size:.9rem;display:flex}.inquiry-points svg{color:var(--purple)}.inquiry-form{border:1px solid var(--line-strong);box-shadow:var(--shadow);background:#fff;border-radius:10px;gap:20px;padding:34px;display:grid}.inquiry-form fieldset{border:0;margin:0;padding:0}.inquiry-form legend,.inquiry-form label{font-size:.82rem;font-weight:700;display:block}.offer-toggle{grid-template-columns:1fr 1fr;gap:10px;margin-top:8px;display:grid}.offer-toggle label{border:1px solid var(--line);cursor:pointer;border-radius:6px;padding:14px 16px 14px 43px;position:relative}.offer-toggle label:has(input:checked){color:var(--purple-dark);border-color:var(--purple);background:var(--purple-soft)}.offer-toggle input{accent-color:var(--purple);position:absolute;top:18px;left:16px}.form-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.inquiry-form label>span{color:var(--muted);font-weight:400}.inquiry-form input:not([type=radio]):not([type=checkbox]),.inquiry-form select,.inquiry-form textarea{width:100%;color:var(--ink);border:1px solid var(--line-strong);background:#fdfcfe;border-radius:5px;margin-top:7px;padding:12px 13px;font-size:.93rem;font-weight:400}.inquiry-form textarea{resize:vertical;min-height:110px}.inquiry-form input:focus,.inquiry-form select:focus,.inquiry-form textarea:focus{border-color:var(--purple);outline:3px solid #5030c81f}.consent{color:var(--ink-soft);grid-template-columns:20px 1fr;align-items:start;gap:10px;line-height:1.45;font-weight:400!important;display:grid!important}.consent input{accent-color:var(--purple);margin-top:3px}.consent>span{color:var(--ink-soft)!important;font-weight:400!important}.consent a{color:var(--purple-dark)}.honeypot{width:1px;height:1px;left:-10000px;overflow:hidden;position:absolute!important}.turnstile{min-height:65px}.form-preview-note{color:var(--muted);background:#f7f5fb;border-radius:5px;margin:0;padding:10px 12px;font-size:.75rem}.form-error{color:#7d1721;background:#fceff0;border-left:3px solid #b32735;margin:0;padding:11px 14px;font-size:.82rem}.form-submit{border:0;width:100%}.form-footnote{text-align:center;color:var(--muted);margin:-10px 0 0;font-size:.72rem}.legal-hero{background:linear-gradient(90deg,#f3f0fa,#faf9fc);border-block:1px solid #eae6f2;padding:64px 0}.legal-title{align-items:center;gap:28px;max-width:960px;display:flex}.legal-title>svg{width:68px;height:68px;color:var(--purple);border:1px solid var(--purple);border-radius:9px;padding:12px}.legal-title h1{letter-spacing:-.045em;margin:0;font-size:clamp(2.3rem,4vw,4.1rem);line-height:1.05}.legal-title p{color:var(--muted);margin:7px 0 0;font-size:.82rem}.legal-article{max-width:960px;padding-block:70px 100px}.legal-intro{border-left:4px solid var(--green);background:var(--green-soft);margin-bottom:45px;padding:25px 28px}.legal-article section{border-bottom:1px solid var(--line);padding:28px 0}.legal-article h2{margin:0 0 10px;font-size:1.25rem}.legal-article p{color:var(--ink-soft);margin:7px 0}.legal-article a{color:var(--purple-dark)}.legal-article code{background:var(--purple-soft);border-radius:3px;padding:2px 5px}.confirmation{text-align:center;max-width:760px;min-height:61vh;padding-block:110px}.confirmation-icon{width:86px;height:86px;color:var(--green);border:1.5px solid var(--green);border-radius:50%;place-items:center;margin:0 auto 28px;display:grid}.confirmation-icon svg{width:44px;height:44px}.confirmation h1{letter-spacing:-.05em;margin:0 0 18px;font-size:clamp(2.2rem,5vw,4.5rem);line-height:1.05}.confirmation p{color:var(--ink-soft)}.confirmation .reference{color:var(--muted);background:#f3f1f8;border-radius:6px;margin:24px auto;padding:14px;font-size:.82rem}.site-footer{border-top:1px solid var(--line);background:#fff;padding:32px 0}.footer-inner{grid-template-columns:auto 1fr auto;align-items:center;gap:40px;display:grid}.footer-inner .brand{font-size:1.7rem}.footer-inner .brand svg{width:28px;height:28px}.footer-inner nav{flex-wrap:wrap;justify-content:center;gap:12px 26px;display:flex}.footer-inner nav a,.footer-mail{color:var(--ink-soft);font-size:.76rem;text-decoration:none}.footer-inner nav a:hover,.footer-mail:hover{color:var(--purple);text-decoration:underline}.footer-mail{align-items:center;gap:9px;display:flex}.footer-mail svg{width:17px;color:var(--purple)}@media (width<=1180px){:root{--shell:min(calc(100% - 48px), 1080px)}.header-inner{grid-template-columns:auto 1fr auto}.nav{gap:20px}.hero-grid{grid-template-columns:1fr .8fr;gap:30px}.hero-copy h1{font-size:clamp(3.2rem,6vw,4.7rem)}.hero-visual{transform-origin:100%;margin-left:-30px;transform:scale(.84)}.included{grid-template-columns:1fr 1fr}.included-title{grid-column:1/-1}.included-title,.included-item{border-bottom:1px solid var(--line)}.stats{grid-template-columns:1fr 1fr;padding-bottom:30px}.stats-title{grid-column:1/-1}.stats-source{grid-column:1/-1;margin:15px 30px 0;position:static}.pricing{grid-template-columns:1fr 1fr}.pricing-included{grid-column:1/-1;margin-bottom:35px;padding-right:0}.price-column--regular{border-left:0}.follow-up{grid-column:1/-1;margin:28px 0 -46px;position:static}.trust{grid-template-columns:1fr 1fr}.trust-title{border-bottom:1px solid var(--line);grid-column:1/-1;border-right:0!important;padding-bottom:20px!important}.closing-cta{grid-template-columns:55px 1fr}.closing-cta .button{grid-row:2}}@media (width<=860px){:root{--shell:min(calc(100% - 32px), 720px)}.header-inner{grid-template-columns:1fr auto;min-height:82px}.brand{font-size:1.75rem}.brand svg{width:29px;height:29px}.menu-button{display:block}.header-inner>.button{display:none}.nav{border:1px solid var(--line);box-shadow:var(--shadow);background:#fff;flex-direction:column;align-items:stretch;gap:0;padding:10px;display:none;position:absolute;top:75px;left:16px;right:16px}.nav--open{display:flex}.nav a{padding:11px 12px}.hero{padding:38px 0 56px}.hero-grid{grid-template-columns:minmax(0,1fr);min-height:auto}.hero-copy h1{font-size:clamp(3rem,12vw,4.6rem)}.hero-visual{transform-origin:top;width:600px;max-width:100%;height:420px;margin:-10px auto 0;transform:scale(.9)}.regulatory-inner{grid-template-columns:1fr;gap:22px}.process-line{grid-template-columns:1fr;padding:0}.process-line:after,.process-step:after{display:none}.process-step{grid-template-columns:70px 1fr}.process-icon{width:65px;height:65px}.included{grid-template-columns:1fr}.included-title{grid-column:auto}.included-title,.included-item{border-right:0;min-height:82px}.demo-tabs button{padding:12px 8px;font-size:.78rem}.demo-tabs span{margin:0 auto 4px;display:grid}.demo-panels{grid-template-columns:1fr}.demo-panel{border-right:0;border-bottom:1px solid var(--line)}.demo-note{flex-direction:column;align-items:stretch;padding:18px 0}.pricing{grid-template-columns:1fr;padding-inline:28px}.price-column{border-left:0;border-top:1px solid var(--line);padding:30px 0}.price-column--regular{border-top:0}.trust{grid-template-columns:1fr}.trust>div{border-right:0;border-bottom:1px solid var(--line);padding-block:18px}.trust>div:last-child{border-bottom:0}.inquiry-grid{grid-template-columns:1fr;gap:42px}.footer-inner{text-align:center;grid-template-columns:1fr;justify-items:center}}@media (width<=560px){.hero-copy h1{font-size:clamp(2.7rem,13vw,4rem)}.hero-actions{flex-direction:column;align-items:stretch}.hero-visual{height:350px;margin-bottom:-80px;transform:scale(.72)}.rule-sheet{left:115px}.signal-list{left:10px}.flow-dot{left:118px}.regulatory{padding-block:28px}.section,.demo-section,.inquiry-section{padding-block:68px}.stats{grid-template-columns:1fr;padding-inline:20px}.stats>div{border-right:0;border-bottom:1px solid var(--line);padding:20px}.stats-source{margin-inline:20px}.demo-panel{padding:24px 18px}.usage-grid,.form-row,.offer-toggle{grid-template-columns:1fr}.usage-option:last-child{grid-column:auto}.demo-proof{grid-template-columns:1fr}.pricing{padding:25px 20px 62px}.closing-cta{grid-template-columns:1fr;padding:26px 22px}.closing-cta .button{grid-row:auto}.inquiry-form{padding:24px 18px}.legal-title{align-items:flex-start}.legal-title>svg{width:52px;height:52px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.hero{background:var(--paper);padding:62px 0 78px}.hero-grid{grid-template-columns:minmax(0,.88fr) minmax(600px,1fr);gap:55px;min-height:560px}.hero-copy h1{letter-spacing:-.05em;font-size:clamp(3.4rem,5.1vw,5.45rem);line-height:1.03}.hero-copy h1 em{color:var(--green);letter-spacing:inherit;font-family:inherit;font-style:normal;font-weight:800}.hero-visual{height:500px}.hero-fil{z-index:3;filter:drop-shadow(0 14px 18px #0f172a1f);width:285px;height:auto;position:absolute;bottom:-2px;left:-70px}.app-preview{background:var(--surface);border:1.5px solid var(--line-strong);border-radius:10px;position:absolute;inset:18px 0 18px 135px;overflow:hidden;box-shadow:0 18px 45px -28px #0f172a66}.app-preview__top{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:20px;min-height:68px;padding:14px 20px;display:flex}.app-preview__top img{width:104px}.app-preview__top span{color:var(--muted);font-size:.72rem}.app-preview__body{grid-template-columns:118px 1fr;min-height:394px;display:grid}.app-preview__body nav{border-right:1px solid var(--line);flex-direction:column;gap:8px;padding:24px 12px;display:flex}.app-preview__body nav span,.app-preview__body nav strong{border-radius:7px;padding:9px 11px;font-size:.65rem;font-style:normal}.app-preview__body nav strong{color:var(--green-dark);background:var(--green-soft)}.app-preview__body>div{padding:29px 27px}.app-preview__body small{color:var(--muted);font-size:.67rem}.app-preview__body h2{margin:4px 0 1px;font-size:1.25rem}.app-preview__body p{color:var(--muted);margin:0;font-size:.7rem}.preview-progress{background:var(--line);border-radius:99px;height:8px;margin:13px 0 19px;overflow:hidden}.preview-progress i{background:var(--green);border-radius:inherit;width:60%;height:100%;display:block}.app-preview ul{border-top:1px solid var(--line);margin:0 0 21px;padding:0;list-style:none}.app-preview li{border-bottom:1px solid var(--line);grid-template-columns:24px 1fr auto;align-items:center;gap:9px;min-height:54px;font-size:.68rem;display:grid}.app-preview li b{color:#fff;background:var(--green);border-radius:50%;place-items:center;width:21px;height:21px;display:grid}.app-preview li b svg{width:12px}.app-preview li em{color:var(--green-dark);font-size:.58rem;font-style:normal;font-weight:700}.app-preview a{color:var(--green-dark);align-items:center;gap:9px;font-size:.7rem;font-weight:700;text-decoration:none;display:inline-flex}.app-preview a svg{width:15px}.regulatory,.stats,.closing-cta,.inquiry-section,.legal-hero{background:var(--surface)}.regulatory h2{font-family:inherit;font-weight:700}.regulatory,.demo-section,.inquiry-section,.legal-hero{border-color:var(--line)}.line-icon,.process-icon,.chart-icon{color:var(--green);border-color:var(--green)}.stats strong{color:var(--green)}.demo-teaser{grid-template-columns:.85fr 1.15fr;align-items:center;gap:78px;display:grid}.demo-feature-list{gap:13px;margin:-12px 0 30px;padding:0;list-style:none;display:grid}.demo-feature-list li{color:var(--ink-soft);align-items:center;gap:11px;display:flex}.demo-feature-list svg{width:22px;color:var(--green);flex:none}.demo-teaser__visual{background:var(--surface);border:1.5px solid var(--line-strong);min-height:410px;box-shadow:var(--shadow);border-radius:10px;padding:54px 34px 34px 180px;position:relative}.demo-teaser__visual>img{width:185px;position:absolute;bottom:30px;left:18px}.demo-teaser__visual>div{gap:12px;display:grid}.demo-teaser__visual strong{font-size:1.15rem}.demo-teaser__visual span{color:var(--muted);font-size:.78rem}.demo-teaser__visual p{min-height:55px;color:var(--ink-soft);border-top:1px solid var(--line);align-items:center;gap:11px;margin:0;padding:10px 12px;font-size:.78rem;display:flex}.demo-teaser__visual p svg{width:21px;color:var(--green);flex:none}.learning-demo{min-height:100vh;color:var(--ink);background:var(--paper);grid-template-rows:88px 1fr auto;grid-template-columns:260px 1fr;font-family:Lexend,system-ui,sans-serif;display:grid}.learning-demo *,.learning-demo :before,.learning-demo :after{box-sizing:border-box}.learning-demo button,.learning-demo a{font:inherit}.learning-demo__header{background:var(--surface);border-bottom:1.5px solid var(--line-strong);grid-column:1/-1;grid-template-columns:260px 1fr auto;align-items:center;min-height:88px;display:grid}.learning-demo__header>a:first-child{border-right:1.5px solid var(--line-strong);align-items:center;height:100%;padding:0 28px;display:flex}.learning-demo__header img{width:154px;height:auto}.learning-demo__header>p{align-items:center;gap:12px;margin:0;padding:0 34px;font-weight:600;display:flex}.learning-demo__header>p svg{width:24px}.learning-demo__header>div{align-items:center;gap:16px;padding-right:32px;display:flex}.demo-control{min-height:50px;color:var(--ink);background:var(--surface);border:1.5px solid var(--line-strong);cursor:pointer;border-radius:8px;align-items:center;gap:10px;padding:10px 18px;font-weight:600;display:inline-flex}.demo-control:hover{border-color:var(--green)}.learning-demo__nav{background:var(--surface);border-right:1.5px solid var(--line-strong);flex-direction:column;grid-row:2/4;gap:7px;padding:26px 15px;display:flex}.learning-demo__nav button{min-height:60px;color:var(--ink);text-align:left;cursor:pointer;background:0 0;border:1.5px solid #0000;border-radius:9px;align-items:center;gap:18px;padding:12px 20px;display:flex}.learning-demo__nav button:hover{background:var(--paper)}.learning-demo__nav button.is-active{color:var(--green-dark);background:var(--green-soft);border-color:#cfe2d3;font-weight:700}.learning-demo__nav svg{flex:none;width:25px;height:25px}.learning-demo__main{min-width:0;padding:38px clamp(30px,4vw,66px) 52px}.learning-demo__foot{min-height:52px;color:var(--muted);background:var(--surface);border-top:1px solid var(--line);grid-column:2;justify-content:center;align-items:center;gap:9px;padding:12px 25px;font-size:.78rem;display:flex}.learning-demo__foot svg{width:19px}.demo-view{width:min(1180px,100%);margin:0 auto}.demo-view>header{margin-bottom:27px}.demo-view h1{letter-spacing:-.04em;margin:0 0 8px;font-size:clamp(2.2rem,3.3vw,3.4rem);line-height:1.14}.demo-view>header>p:not(.demo-label){max-width:76ch;color:var(--ink-soft);margin:0;font-size:1.03rem}.demo-label{color:var(--green-dark);align-items:center;gap:9px;margin:0 0 9px;font-size:.82rem;font-weight:700;display:flex}.demo-label svg{width:20px}.demo-course-hero,.demo-path,.practice-example,.quiz-layout>form,.quiz-feedback,.result-success,.document-preview,.result-lessons{background:var(--surface);border:1.5px solid var(--line-strong);border-radius:10px}.demo-course-hero{grid-template-columns:1.35fr .65fr;gap:30px;min-height:350px;padding:32px 36px;display:grid}.demo-course-hero h2{margin:5px 0;font-size:1.65rem}.demo-course-hero>div:first-child>p:not(.demo-label){max-width:58ch;color:var(--ink-soft);margin:0 0 22px}.demo-duration{color:var(--muted);margin-top:10px;font-size:.76rem;display:block}.demo-progress{width:min(620px,100%);margin:18px 0 27px;padding:0;list-style:none;display:flex}.demo-progress li{flex:1;position:relative}.demo-progress li:before{content:"";background:var(--line-strong);height:3px;position:absolute;top:17px;left:0;right:0}.demo-progress li:first-child:before{left:50%}.demo-progress li:last-child:before{right:50%}.demo-progress li.is-complete:before,.demo-progress li.is-current:before{background:var(--green)}.demo-progress li span:first-child{z-index:1;width:36px;height:36px;color:var(--muted);background:var(--surface);border:2px solid var(--line-strong);border-radius:50%;place-items:center;margin:0 auto;font-size:.78rem;display:grid;position:relative}.demo-progress li.is-complete span:first-child{color:#fff;background:var(--green);border-color:var(--green)}.demo-progress li.is-current span:first-child{color:var(--green-dark);border-color:var(--green);font-weight:700}.demo-progress svg{width:17px}.demo-fil-guide{justify-content:center;align-items:center;gap:8px;display:flex}.demo-fil-guide img{width:165px}.demo-fil-guide p{max-width:180px;color:var(--ink-soft);background:var(--green-soft);border-radius:9px;margin:0;padding:16px;font-size:.8rem}.demo-fil-guide strong{color:var(--green-dark);margin-bottom:4px;display:block}.demo-path{margin-top:18px;padding:24px 28px}.demo-path h2{margin:0 0 12px;font-size:1.15rem}.demo-path ol{margin:0;padding:0;list-style:none}.demo-path li{border-top:1px solid var(--line);grid-template-columns:32px 1fr auto;align-items:center;gap:12px;min-height:53px;display:grid}.demo-path li>span{width:26px;height:26px;color:var(--muted);border:1.5px solid var(--line-strong);border-radius:50%;place-items:center;font-size:.72rem;display:grid}.demo-path li.is-complete>span{color:#fff;background:var(--green);border-color:var(--green)}.demo-path li.is-current{background:var(--green-soft);margin-inline:-12px;padding-inline:12px}.demo-path li.is-current>span{color:var(--green-dark);border-color:var(--green)}.demo-path li strong{font-size:.83rem}.demo-path li em{min-width:112px;color:var(--muted);text-align:center;font-size:.67rem;font-style:normal}.demo-path li.is-complete em,.demo-path li.is-current em{color:var(--green-dark);font-weight:700}.demo-lesson{max-width:1140px}.lesson-layout{grid-template-columns:minmax(0,820px) 220px;gap:45px;display:grid}.lesson-copy>section{margin-bottom:29px}.lesson-copy h2{margin:0 0 8px;font-size:1.35rem}.lesson-copy p{color:var(--ink-soft);margin:0}.practice-example{background:#f5faf6;border-color:#7bb18f;margin:32px 0;padding:22px 24px}.practice-example h3{color:var(--green-dark);align-items:center;gap:9px;margin:0 0 16px;display:flex}.practice-example h3 svg{width:22px}.practice-example>div{grid-template-columns:1fr 35px 1fr;align-items:center;gap:16px;display:grid}.practice-example>div>svg{width:24px;color:var(--green)}.practice-example>div p{border:1px solid var(--line-strong);background:#fff;border-radius:7px;min-height:100px;padding:16px;font-size:.8rem}.practice-example p span{color:var(--green-dark);margin-bottom:7px;font-weight:700;display:block}.lesson-fil{align-self:start;padding-top:90px;position:sticky;top:115px}.lesson-fil p{color:var(--green-dark);background:var(--green-soft);border-radius:9px;margin:0 0 8px;padding:15px;font-size:.78rem;font-weight:700;position:relative}.lesson-fil img{width:205px;margin-inline:auto;display:block}.demo-view__actions{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-top:34px;display:flex}.demo-view__actions>a:not(.button){color:var(--green-dark);font-weight:700}.quiz-progress{background:var(--line);border-radius:99px;width:min(730px,100%);height:8px;margin-top:22px;overflow:hidden}.quiz-progress i{background:var(--green);height:100%;transition:width .2s;display:block}.quiz-layout{grid-template-columns:minmax(0,1fr) 300px;align-items:start;gap:28px;display:grid}.quiz-layout>form{padding:28px}.quiz-layout fieldset{border:0;gap:11px;margin:0 0 22px;padding:0;display:grid}.quiz-layout legend{margin-bottom:13px;font-size:.8rem;font-weight:700}.quiz-layout label{border:1.5px solid var(--line-strong);cursor:pointer;border-radius:8px;grid-template-columns:24px 32px 1fr auto;align-items:center;gap:14px;min-height:68px;padding:12px 16px;display:grid}.quiz-layout label:hover{border-color:var(--green)}.quiz-layout label:focus-within{outline-offset:2px;outline:3px solid #f2c94c}.quiz-layout label.is-selected{border-color:var(--green);background:#f5faf6}.quiz-layout label.is-correct{border-width:2px}.quiz-layout input{width:20px;height:20px;accent-color:var(--green)}.quiz-layout label b{color:var(--green-dark)}.quiz-layout label span{color:var(--ink-soft);font-size:.86rem}.quiz-layout label em{color:var(--green-dark);font-size:.72rem;font-style:normal;font-weight:700}.quiz-feedback{border-color:#7bb18f;padding:24px}.quiz-feedback>div{color:var(--green-dark);align-items:center;gap:10px;display:flex}.quiz-feedback>div svg{width:28px}.quiz-feedback p{color:var(--ink-soft);font-size:.88rem}.quiz-feedback img{width:180px;margin:18px auto 0;display:block}.demo-privacy{color:var(--muted);justify-content:center;align-items:center;gap:9px;margin:28px 0 0;font-size:.75rem;display:flex}.demo-privacy svg{width:18px}.result-grid{grid-template-columns:minmax(0,1.5fr) minmax(280px,.65fr);gap:18px;display:grid}.result-success{border-color:#7bb18f;grid-template-columns:210px 1fr;align-items:center;padding:28px 34px;display:grid}.result-success img{width:190px}.result-success h2{color:var(--green-dark);align-items:center;gap:10px;margin:0 0 6px;font-size:1.35rem;display:flex}.result-success h2 svg{width:29px}.result-success p{color:var(--ink-soft);margin:0}.result-success>div>strong{color:var(--green-dark);margin-top:5px;font-size:.82rem;display:block}.document-preview{grid-row:span 2;padding:25px}.document-preview h2{margin:0 0 7px;font-size:1.05rem}.document-preview>div{border:1px solid var(--line);border-radius:7px;gap:11px;min-height:220px;margin:20px 0;padding:28px 22px;display:grid}.document-preview>div i{background:#dce8df;border-radius:3px;height:9px;display:block}.document-preview>div i:first-child{width:55%;height:30px}.document-preview>div i:nth-child(3){width:82%}.document-preview>div i:nth-child(4){width:68%}.document-preview>p{color:var(--ink-soft);background:var(--paper);border:1px solid var(--line);border-radius:7px;grid-template-columns:22px 1fr;gap:9px;margin:0;padding:14px;font-size:.75rem;display:grid}.document-preview>p svg{width:20px}.document-preview>p strong{color:var(--ink)}.result-lessons{padding:22px 28px}.result-lessons h2{margin:0 0 8px;font-size:1.05rem}.result-lessons p{color:var(--ink-soft);align-items:center;gap:10px;margin:8px 0;display:flex}.result-lessons p svg{width:20px;color:var(--green)}.display-backdrop{z-index:100;background:#0f172a94;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.display-dialog{background:var(--surface);border:2px solid var(--ink);border-radius:10px;width:min(560px,100%);padding:28px;box-shadow:0 24px 70px -25px #000000a6}.display-dialog__head{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.display-dialog h2{margin:0;font-size:1.6rem}.display-dialog__head p{color:var(--ink-soft);margin:3px 0 0}.display-dialog__head button{width:44px;height:44px;color:var(--ink);background:var(--paper);border:1.5px solid var(--line-strong);cursor:pointer;border-radius:8px;font-size:1.6rem}.display-dialog__head button svg{width:22px;height:22px;margin:auto}.display-options{gap:9px;margin:24px 0;display:grid}.display-options button{min-height:68px;color:var(--ink);text-align:left;border:1.5px solid var(--line-strong);cursor:pointer;background:#fff;border-radius:8px;grid-template-columns:1fr 46px;align-items:center;gap:18px;padding:12px 15px;display:grid}.display-options button[aria-pressed=true]{border-color:var(--green);background:var(--green-soft)}.display-options span{gap:2px;display:grid}.display-options small{color:var(--muted)}.display-options i{background:var(--line-strong);border-radius:99px;width:44px;height:24px;position:relative}.display-options i:after{content:"";background:#fff;border-radius:50%;width:18px;height:18px;transition:transform .16s;position:absolute;top:3px;left:3px}.display-options button[aria-pressed=true] i{background:var(--green)}.display-options button[aria-pressed=true] i:after{transform:translate(20px)}.learning-demo.is-large-text{font-size:18px}.learning-demo.is-focus-mode{grid-template-columns:1fr}.learning-demo.is-focus-mode .learning-demo__header{grid-template-columns:220px 1fr auto}.learning-demo.is-focus-mode .learning-demo__nav{display:none}.learning-demo.is-focus-mode .learning-demo__foot{grid-column:1}.learning-demo.is-focus-mode .demo-view{max-width:960px}.learning-demo.is-strong-contrast{--line:#94a3b8;--line-strong:#475569;--ink-soft:#1e293b}.learning-demo.is-strong-contrast .is-active,.learning-demo.is-strong-contrast .is-selected{border-width:2px}.learning-demo.is-reduced-motion *,.learning-demo.is-reduced-motion :before,.learning-demo.is-reduced-motion :after{scroll-behavior:auto!important;transition:none!important;animation:none!important}@media (width<=1180px){.hero-grid{grid-template-columns:1fr .92fr}.hero-visual{width:auto;margin-left:0;transform:none}.app-preview{left:90px}.hero-fil{width:225px;left:-55px}.learning-demo{grid-template-columns:210px 1fr}.learning-demo__header{grid-template-columns:210px 1fr auto}.learning-demo__header>a:first-child{padding-inline:20px}.learning-demo__header img{width:142px}}@media (width<=860px){.brand img{width:126px}.hero-grid{grid-template-columns:minmax(0,1fr)}.hero-visual{width:min(680px,100%);height:470px;margin:0 auto;transform:none}.demo-teaser{grid-template-columns:1fr;gap:40px}.learning-demo{display:block}.learning-demo__header{z-index:20;grid-template-columns:auto 1fr auto;min-height:74px;position:sticky;top:0}.learning-demo__header>a:first-child{border-right:0;padding:0 16px}.learning-demo__header img{width:120px}.learning-demo__header>p{justify-self:center;padding:0 10px;font-size:.78rem}.learning-demo__header>div{padding-right:12px}.learning-demo__header .button{display:none}.demo-control{width:48px;padding:10px;font-size:0}.demo-control svg{width:24px}.learning-demo__nav{z-index:15;border-right:0;border-bottom:1.5px solid var(--line-strong);grid-template-columns:repeat(5,1fr);padding:6px;display:grid;position:sticky;top:74px;overflow-x:auto}.learning-demo__nav button{justify-content:center;gap:7px;min-width:105px;min-height:50px;padding:8px;font-size:.72rem}.learning-demo__nav svg{width:20px;height:20px}.learning-demo__main{padding:30px 18px 45px}.learning-demo__foot{min-height:52px}.demo-course-hero,.lesson-layout,.quiz-layout,.result-grid{grid-template-columns:1fr}.lesson-fil{align-items:center;padding-top:0;display:flex;position:static}.lesson-fil img{width:145px}.document-preview{grid-row:auto}.learning-demo.is-focus-mode .learning-demo__header{grid-template-columns:auto 1fr auto}}@media (width<=560px){.hero-copy h1{font-size:clamp(2.55rem,12vw,3.5rem)}.hero-visual{height:430px;margin-bottom:0;transform:none}.app-preview{inset:20px 0 20px 35px}.hero-fil{width:155px;bottom:2px;left:-30px}.app-preview__body{grid-template-columns:82px 1fr}.app-preview__body nav{padding:17px 7px}.app-preview__body nav span,.app-preview__body nav strong{padding:8px 6px;font-size:.52rem}.app-preview__body>div{padding:22px 17px 18px}.app-preview li{font-size:.57rem}.demo-teaser__visual{min-height:450px;padding:35px 20px 165px}.demo-teaser__visual>img{width:155px;bottom:5px;left:50%;transform:translate(-50%)}.learning-demo__header>p{font-size:0}.learning-demo__header>p svg{width:24px}.learning-demo__nav{grid-template-columns:repeat(5,94px)}.demo-view h1{font-size:2rem}.demo-course-hero{padding:23px 18px}.demo-fil-guide{flex-direction:column-reverse}.demo-fil-guide img{width:145px}.demo-path{padding:19px 16px}.demo-path li{grid-template-columns:30px 1fr;padding-block:8px}.demo-path li em{text-align:left;grid-column:2;min-width:0}.practice-example>div{grid-template-columns:1fr}.practice-example>div>svg{transform:rotate(90deg)}.quiz-layout>form,.quiz-feedback{padding:20px 16px}.quiz-layout label{grid-template-columns:22px 28px 1fr}.quiz-layout label em{grid-column:3}.result-success{text-align:center;grid-template-columns:1fr;padding:22px}.result-success img{margin:0 auto}.result-success h2{justify-content:center}.display-dialog{padding:21px 16px}}@font-face{font-family:Lexend Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/lexend-vietnamese-wght-normal-RvljkFvg.woff2)format("woff2-variations");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Lexend Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/lexend-latin-ext-wght-normal-B6JQhE1e.woff2)format("woff2-variations");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Lexend Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/lexend-latin-wght-normal-ci0D1wrL.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
