:root{color-scheme:light;--ink:#10172c;--muted:#697188;--blue:#4166f5;--blue-deep:#3253de;--lavender:#f0edff;--violet:#7158ed;--mint:#e8f8f0;--peach:#fff0e6;--canvas:#fffefa;--line:#e9eaf0;--font-sans:"Avenir Next",Inter,"Segoe UI",system-ui,-apple-system,sans-serif;--container:1160px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--canvas);color:var(--ink);font-family:var(--font-sans);font-size:16px;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}button,select{font:inherit}.container{width:min(var(--container),calc(100% - 64px));margin-inline:auto}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.site-header{height:88px;position:relative;z-index:4;background:#fffefad6;backdrop-filter:blur(14px)}.nav-bar{height:100%;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:inline-flex;align-items:center;gap:10px;font-size:25px;font-weight:780;letter-spacing:-1.2px;white-space:nowrap}.brand svg{width:29px;height:29px;fill:var(--blue)}.brand svg rect:nth-child(3){opacity:.36}.brand-accent{color:var(--blue)}.nav-links,.nav-actions{display:flex;align-items:center;gap:28px}.nav-links a{font-size:14px;font-weight:550;color:#454d61;transition:color .2s}.nav-links a:hover,.nav-links a.is-active{color:var(--blue)}.nav-actions{gap:15px}.language-control{display:flex;align-items:center;gap:7px;color:#586174}.language-control svg{width:16px}.language-control select{max-width:135px;border:0;background:transparent;color:#454d61;cursor:pointer;font-size:13px}.button{min-height:49px;padding:0 19px;display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:11px;font-size:14px;font-weight:650;transition:transform .2s,background .2s,box-shadow .2s}.button:hover{transform:translateY(-2px)}.button-primary{background:var(--blue);color:#fff;box-shadow:0 8px 20px #4166f533}.button-primary:hover{background:var(--blue-deep);box-shadow:0 12px 26px #4166f540}.button svg{width:17px;height:17px}.button-secondary{background:#fff;border:1px solid var(--line);color:var(--ink)}.nav-cta{min-height:43px;font-size:13px}.language-suggestion{background:#eff1ff;color:#4049a0;font-size:13px}.suggestion-inner{min-height:41px;display:flex;align-items:center;justify-content:center;gap:15px}.suggestion-inner a{text-decoration:underline;font-weight:650}.suggestion-inner button{display:flex;border:0;background:none;color:inherit;cursor:pointer}.suggestion-inner button svg{width:15px;height:15px}.hero{position:relative;overflow:hidden;text-align:center;padding-top:78px}.hero-glow{position:absolute;pointer-events:none;width:470px;height:580px;border-radius:50%;background:radial-gradient(ellipse,rgba(173,163,255,.18),transparent 70%);filter:blur(8px)}.hero-glow-left{left:-210px;top:50px}.hero-glow-right{right:-205px;top:80px}.hero-content{position:relative;z-index:1}.eyebrow{display:inline-flex;align-items:center;gap:9px;color:var(--blue);font-size:12px;font-weight:720;letter-spacing:1.3px;text-transform:uppercase}.hero-eyebrow{margin-bottom:19px}.hero-eyebrow>span{width:8px;height:8px;border-radius:50%;background:#59c78a}h1,h2,h3,p{margin:0}.hero h1{font-size:clamp(52px,8.1vw,95px);line-height:.98;font-weight:760;letter-spacing:-6px}.hero h1>span{color:var(--blue)}.hero-subhead{max-width:570px;margin:20px auto 0;color:var(--muted);font-size:17px;line-height:1.75}.hero-actions{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:28px}.dashboard-wrap{position:relative;max-width:965px;margin:80px auto 0;text-align:left}.concept-badge{position:absolute;top:-34px;right:4px;display:flex;align-items:center;gap:7px;color:#757c90;font-size:11px}.concept-badge span{width:7px;height:7px;background:#7b67ed;border-radius:50%}.dashboard{display:grid;grid-template-columns:192px minmax(0,1fr);min-height:407px;overflow:hidden;background:#fff;border:1px solid #e9e8f5;border-radius:19px;box-shadow:0 25px 75px #2e2e6b1f,0 4px 16px #2e2e6b0d}.dash-sidebar{position:relative;padding:24px 13px;background:linear-gradient(155deg,#3844aa,#243085);color:#fff}.dash-logo{display:flex;align-items:center;gap:8px;margin:0 0 31px 4px;font-size:15px;font-weight:700}.dash-logo svg{width:18px}.dash-sidebar-item{display:flex;align-items:center;gap:9px;margin-bottom:6px;padding:10px 9px;border-radius:8px;color:#ffffffc7;font-size:12px}.dash-sidebar-item svg{width:16px;height:16px}.dash-sidebar-active{background:#ffffff21;color:#fff}.dash-safe{position:absolute;right:13px;bottom:17px;left:13px;display:flex;align-items:center;gap:7px;padding:11px 8px;border-radius:8px;background:#ffffff1a;font-size:10px}.dash-safe svg{width:15px;color:#9eecb8}.dash-main{padding:22px 25px;background:linear-gradient(180deg,#fff 72%,#faf9ff)}.dash-top{display:flex;align-items:center;justify-content:space-between;font-size:16px;font-weight:690}.dash-status{display:inline-flex;align-items:center;gap:6px;color:#657084;font-size:11px;font-weight:500}.dash-status>span{width:8px;height:8px;background:#64c88c;border-radius:50%}.dash-tabs{display:flex;gap:7px;margin-top:22px}.dash-tabs button{padding:9px 12px;border:0;border-radius:8px;background:#f5f5fa;color:#657084;font-size:11px;cursor:pointer}.dash-tabs button.dash-tab-active{background:#edebff;color:#5140bd}.dash-table{margin-top:20px}.dash-row{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.62fr) minmax(0,.9fr);gap:8px;align-items:center;min-height:44px;border-bottom:1px solid #f0f0f5;color:#414a5f;font-size:11px}.dash-head{min-height:33px;color:#828899;font-size:10px}.dash-product{display:flex;align-items:center;gap:8px;min-width:0}.product-dot{width:20px;height:20px;flex:0 0 20px;border-radius:6px;background:#f1ebff}.product-dot-1{background:#fef0e4}.product-dot-2{background:#e6f6ef}.dash-ready{display:flex;align-items:center;gap:4px;color:#3b9568;font-size:10px}.dash-ready svg{width:13px;height:13px}.dash-action{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:22px}.dash-action>span{max-width:250px;color:#858a9b;font-size:10px;line-height:1.5}.dash-action button{display:inline-flex;align-items:center;gap:6px;padding:9px 11px;border:0;border-radius:7px;background:var(--blue);color:#fff;font-size:10px;white-space:nowrap}.dash-action button svg{width:14px;height:14px}.float-card{position:absolute;display:flex;align-items:center;gap:8px;padding:13px 15px;border:1px solid #eeeaf8;border-radius:12px;background:#fff;color:#343b58;font-size:12px;font-weight:600;box-shadow:0 10px 30px #29256214}.float-card svg{color:var(--violet)}.float-left{left:-40px;top:85px}.float-right{right:-45px;top:150px}.section{padding-block:125px}.section-intro{text-align:center;max-width:750px;margin-inline:auto}.section-intro h2,.spotlight-inner h2,.closing-section h2,.product-credits h2{margin-top:15px;font-size:clamp(36px,5vw,56px);font-weight:730;letter-spacing:-2.6px;line-height:1.1}.section-intro>p,.spotlight-inner>div>p,.closing-section p{max-width:635px;margin:17px auto 0;color:var(--muted);font-size:16px;line-height:1.8}.benefit-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:21px;margin-top:59px}.benefit-card{min-height:205px;padding:29px;border:1px solid #ebe7fa;border-radius:17px;background:linear-gradient(150deg,#f5f1ff,#fefcff)}.benefit-card-1{background:linear-gradient(150deg,#eef4ff,#fff);border-color:#e4ecfa}.benefit-card-2{background:linear-gradient(150deg,#fff2ea,#fff);border-color:#f3e7e0}.feature-icon{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:10px;background:#fff;color:var(--violet);box-shadow:0 4px 10px #3c32640f}.benefit-card h3,.feature-card h3{margin-top:17px;font-size:17px;letter-spacing:-.3px}.benefit-card p,.feature-card p{margin-top:9px;color:#687085;font-size:13px;line-height:1.7}.product-spotlight{padding-block:95px;background:linear-gradient(140deg,#f4f1ff,#fbf9ff 49%,#fffaf3)}.spotlight-inner{display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;gap:54px}.spotlight-inner>div>p{margin-left:0}.spotlight-inner .button{margin-top:27px}.spotlight-visual{overflow:hidden;border-radius:24px;background:#fff;box-shadow:0 20px 55px #3f377417}.spotlight-visual img{display:block;width:100%;height:auto}.closing-section{text-align:center}.closing-section .button{margin-top:25px}.site-footer{padding-top:68px;border-top:1px solid var(--line);background:#fff}.footer-main{display:grid;grid-template-columns:1.5fr .8fr .8fr 1fr;gap:50px;padding-bottom:49px}.footer-about p{max-width:275px;margin-top:14px;color:var(--muted);font-size:13px;line-height:1.7}.footer-main>div:not(:first-child){display:flex;flex-direction:column;gap:11px}.footer-heading{margin-bottom:2px;font-size:13px;font-weight:680}.footer-main>div>a,.footer-availability{color:var(--muted);font-size:13px;line-height:1.6}.footer-bottom{display:flex;align-items:center;justify-content:space-between;min-height:61px;border-top:1px solid var(--line);color:#858a98;font-size:11px}.product-hero h1>span{color:#6654e6}.features-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:19px;margin-top:56px}.feature-card{min-height:187px;padding:25px;border:1px solid #eae7f5;border-radius:16px;background:linear-gradient(145deg,#f5f1ff,#fff)}.feature-card-1,.feature-card-4{background:linear-gradient(145deg,#fff1e9,#fff);border-color:#f0e6df}.feature-card-2,.feature-card-5{background:linear-gradient(145deg,#eaf8f0,#fff);border-color:#e1eee7}.workflow-section{padding-block:92px;background:linear-gradient(145deg,#f7f4ff,snow)}.workflow-inner{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}.workflow-inner .section-intro{text-align:left}.workflow-inner .section-intro>p{margin-left:0}.workflow-art{overflow:hidden;border-radius:22px;box-shadow:0 15px 44px #40376a17}.workflow-art img{display:block;width:100%;height:auto}.workflow-steps{display:flex;gap:15px;margin-top:29px}.workflow-step{display:flex;align-items:center;gap:6px;white-space:nowrap}.workflow-step>span{display:grid;width:22px;height:22px;place-items:center;border-radius:50%;background:#ede9ff;color:#654dde;font-size:10px}.workflow-step strong{font-size:11px;font-weight:580}.workflow-step>svg{width:12px;height:12px;margin-left:3px;color:#a6a1bd}.credit-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px;max-width:930px;margin:52px auto 0}.credit-card{position:relative;min-height:207px;padding:29px 64px 25px 28px;border:1px solid #e9e6f5;border-radius:18px;background:linear-gradient(135deg,#f5f2ff,#fff)}.credit-paid{background:linear-gradient(135deg,#eaf8f0,#fff);border-color:#deede4}.credit-card h3{margin-top:14px;font-size:17px;line-height:1.35}.credit-card p{margin-top:9px;color:var(--muted);font-size:13px;line-height:1.7}.credit-pill{position:absolute;right:23px;top:28px;display:grid;width:34px;height:34px;place-items:center;border-radius:50%;background:#fff;color:var(--violet);font-weight:700}.credit-paid .credit-pill{color:#309a67}.product-closing{padding-top:40px}:focus-visible{outline:3px solid #8599ff;outline-offset:4px}@media(max-width:1020px){.nav-links{gap:17px}.nav-cta{display:none}.float-left{left:-14px}.float-right{right:-12px}.hero h1{letter-spacing:-4px}.footer-main{gap:27px}}@media(max-width:760px){.container{width:calc(100% - 36px)}.site-header{height:74px}.nav-links{display:none}.brand{font-size:21px}.brand svg{width:26px;height:26px}.language-control select{max-width:110px}.hero{padding-top:71px}.hero h1{font-size:clamp(48px,12vw,72px);letter-spacing:-3.2px}.hero-subhead{font-size:15px}.hero-actions{flex-wrap:wrap}.dashboard-wrap{margin-top:77px}.dashboard{grid-template-columns:67px minmax(0,1fr);min-height:375px;border-radius:14px}.dash-sidebar{padding:20px 10px}.dash-logo{justify-content:center;margin:0 0 28px}.dash-logo span,.dash-sidebar-item span,.dash-safe span{display:none}.dash-sidebar-item{justify-content:center}.dash-safe{justify-content:center;left:9px;right:9px}.dash-main{padding:19px 13px}.dash-row{grid-template-columns:minmax(0,1fr) minmax(0,.75fr);font-size:10px}.dash-row>span:last-child{display:none}.dash-action{align-items:flex-start;flex-direction:column}.float-card{display:none}.section{padding-block:89px}.benefit-grid{grid-template-columns:1fr;gap:13px;margin-top:37px}.benefit-card{min-height:170px}.spotlight-inner{grid-template-columns:1fr;gap:34px}.footer-main{grid-template-columns:1fr 1fr;gap:35px}.section-intro h2,.spotlight-inner h2,.closing-section h2,.product-credits h2{letter-spacing:-1.8px}.footer-bottom{gap:15px;font-size:10px}}@media(max-width:390px){.language-control select{max-width:88px}.dash-tabs{gap:4px}.dash-tabs button{padding:8px 7px;font-size:10px}.concept-badge{font-size:10px}.hero h1{letter-spacing:-2.7px}.footer-main{column-gap:18px}}@media(max-width:930px){.workflow-inner{grid-template-columns:1fr}.workflow-inner .section-intro{text-align:center}.workflow-inner .section-intro>p{margin-inline:auto}.workflow-steps{justify-content:center}.workflow-art{max-width:590px;margin-inline:auto}}@media(max-width:760px){.features-grid{grid-template-columns:1fr;gap:13px;margin-top:38px}.feature-card{min-height:145px}.credit-grid{grid-template-columns:1fr;gap:14px}.workflow-section{padding-block:80px}.workflow-steps{flex-wrap:wrap;gap:11px}.workflow-step strong{font-size:10px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
