
:root{
  --bg:#f4f7fb;--surface:#fff;--surface-2:#f8faff;--ink:#182536;--muted:#607187;
  --line:rgba(32,50,72,.10);--blue:#25384d;--blue-2:#5c738c;--violet:#7867f6;--violet-2:#9588ff;
  --violet-soft:#efedff;--green:#6fa389;--shadow:0 20px 55px rgba(37,53,73,.08);--radius:24px;--container:1200px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth;color-scheme:light}body{margin:0;min-width:320px;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:radial-gradient(circle at 8% 0%,rgba(111,135,160,.13),transparent 30rem),radial-gradient(circle at 100% 5%,rgba(120,103,246,.10),transparent 28rem),linear-gradient(180deg,#f7f9fc 0%,#f3f6fa 52%,#eef3f8 100%);color:var(--ink);line-height:1.58;-webkit-font-smoothing:antialiased}body.menu-open{overflow:hidden}a{color:inherit;text-decoration:none}img,svg{max-width:100%;display:block}button,input,textarea,select{font:inherit}button{cursor:pointer}.container{width:min(calc(100% - 40px),var(--container));margin-inline:auto}.section{padding:82px 0}.section-sm{padding:60px 0}.section-light{background:transparent}.section-title{max-width:780px;margin-bottom:42px}.section-title.center{text-align:center;margin-inline:auto}.eyebrow{display:inline-flex;align-items:center;gap:10px;margin-bottom:15px;color:#6c819a;font-size:12px;font-weight:750;letter-spacing:.16em;text-transform:uppercase}.eyebrow:before{content:"";width:24px;height:1px;background:currentColor}h1,h2,h3{margin:0;letter-spacing:-.035em;line-height:1.08}h1{font-size:clamp(36px,4.2vw,58px);font-weight:610;max-width:780px}h2{font-size:clamp(27px,2.8vw,40px);font-weight:600}h3{font-size:clamp(19px,1.55vw,24px);font-weight:640}p{margin:0}.lead{font-size:clamp(17px,1.45vw,20px);color:var(--muted);max-width:760px}.gradient-text{background:linear-gradient(90deg,#344c65 0%,var(--violet) 85%);-webkit-background-clip:text;background-clip:text;color:transparent}
.header{position:sticky;top:0;z-index:50;padding:13px 0;background:rgba(249,251,254,.82);backdrop-filter:blur(18px);border-bottom:1px solid rgba(32,50,72,.07)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:22px}.logo{display:inline-flex;align-items:center;gap:11px;font-size:18px;font-weight:760;letter-spacing:-.02em}.logo-mark{width:38px;aspect-ratio:1;border-radius:12px;background:linear-gradient(145deg,#273b50,#1d2d40);box-shadow:0 12px 28px rgba(31,48,67,.16);position:relative}.logo-mark:before,.logo-mark:after{content:"";position:absolute;border:2px solid rgba(255,255,255,.88);border-radius:8px}.logo-mark:before{inset:8px 15px 8px 7px}.logo-mark:after{inset:8px 7px 8px 15px}.nav{display:flex;align-items:center;gap:23px}.nav a{font-size:14px;font-weight:620;color:#27384b;transition:.2s}.nav a:hover{color:var(--violet)}.header-actions{display:flex;align-items:center;gap:10px}.menu-toggle{display:none;border:1px solid var(--line);background:#fff;color:var(--ink);border-radius:12px;padding:10px 12px}.mobile-nav{display:none}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:52px;padding:0 24px;border-radius:17px;border:1px solid transparent;font-weight:700;transition:transform .2s,box-shadow .2s,background .2s}.btn:hover{transform:translateY(-2px)}.btn-primary{background:linear-gradient(135deg,var(--blue),#455d76 60%,var(--violet) 135%);color:#fff;box-shadow:0 14px 30px rgba(43,57,84,.18)}.btn-secondary{background:rgba(255,255,255,.9);border-color:var(--line);color:var(--ink);box-shadow:0 10px 24px rgba(38,55,75,.05)}.btn-dark{background:var(--blue);color:#fff}.btn-small{min-height:42px;padding-inline:18px;font-size:14px}
.hero{padding:64px 0 34px}.hero-grid{display:grid;grid-template-columns:minmax(0,.98fr) minmax(520px,1.02fr);gap:52px;align-items:center}.hero-copy .lead{margin-top:22px;max-width:650px}.hero-actions{display:flex;gap:14px;margin-top:30px}.hero-actions .btn{width:220px}.hero-note{display:flex;gap:18px;flex-wrap:wrap;margin-top:22px;color:#60748a;font-size:14px}.hero-note span{display:inline-flex;align-items:center;gap:9px}.hero-note span:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--violet);box-shadow:0 0 0 6px rgba(120,103,246,.08)}.hero-inline-proof{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:22px}.proof-card{background:rgba(255,255,255,.92);border:1px solid var(--line);border-radius:21px;padding:17px 18px;box-shadow:var(--shadow)}.proof-card strong{display:block;font-size:15px;margin-bottom:5px}.proof-card span{display:block;color:var(--muted);font-size:13px}
.studio-stage{position:relative;border-radius:32px;padding:18px;background:linear-gradient(145deg,#e9eef5,#f4f7fb);border:1px solid rgba(32,50,72,.08);box-shadow:0 28px 70px rgba(38,55,75,.10);overflow:hidden}.product-visual{background:#fff;border:1px solid rgba(32,50,72,.08);border-radius:25px;overflow:hidden;box-shadow:0 24px 55px rgba(38,55,75,.11);transform:translate(var(--mx,0),var(--my,0));transition:transform .22s ease}.pv-topbar{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 16px;border-bottom:1px solid var(--line);background:linear-gradient(180deg,#fff,#f8faff)}.pv-brand{display:flex;align-items:center;gap:9px;font-size:13px}.pv-mark{width:22px;height:22px;border-radius:8px;background:linear-gradient(135deg,var(--blue),var(--violet))}.pv-tabs{display:flex;gap:7px}.pv-tabs span{padding:7px 10px;border-radius:999px;background:#f1f4f8;color:#6a7d92;font-size:11px;font-weight:700}.pv-tabs span.active{background:var(--violet-soft);color:#6253dd}.pv-live{display:flex;align-items:center;gap:7px;font-size:11px;font-weight:750;text-transform:uppercase;color:#61758a}.pv-live i,.story-live i{width:8px;height:8px;border-radius:50%;background:var(--violet);box-shadow:0 0 0 0 rgba(120,103,246,.3);animation:pulse 2s infinite}@keyframes pulse{70%{box-shadow:0 0 0 8px rgba(120,103,246,0)}}.pv-layout{display:grid;grid-template-columns:150px minmax(0,1fr) 175px;min-height:440px}.pv-sidebar{padding:18px 12px;border-right:1px solid var(--line);background:#f7f9fc;display:flex;flex-direction:column;gap:7px}.pv-side-title{font-size:10px;font-weight:750;letter-spacing:.12em;text-transform:uppercase;color:#8a98a9;margin:0 8px 8px}.pv-sidebar a{display:flex;justify-content:space-between;padding:10px 11px;border-radius:11px;color:#627489;font-size:12px}.pv-sidebar a.active{background:#fff;color:#26394e;font-weight:700;box-shadow:0 8px 18px rgba(38,55,75,.06)}.pv-sidebar b{min-width:20px;text-align:center;padding:1px 6px;border-radius:999px;background:#e8eef4;font-size:10px}.pv-side-bottom{margin-top:auto;padding:12px;border-radius:14px;background:#25384d;color:#fff}.pv-side-bottom span{display:block;color:#b9c8d7;font-size:10px;margin-bottom:4px}.pv-side-bottom strong{font-size:12px}.pv-main{padding:18px;display:grid;align-content:start;gap:12px;background:#fcfdff}.pv-main-head{display:flex;justify-content:space-between;gap:12px;align-items:center}.pv-main-head span{font-size:11px;color:#8898aa}.pv-main-head h3{font-size:20px}.pv-main-head button{border:0;border-radius:11px;background:var(--violet-soft);color:#6152d8;padding:9px 10px;font-size:11px;font-weight:700}.pv-ticket{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:13px;border:1px solid var(--line);border-radius:16px;background:#fff}.pv-ticket.selected{border-color:rgba(120,103,246,.25);box-shadow:0 10px 24px rgba(89,76,190,.08)}.ticket-person{display:flex;align-items:center;gap:10px}.avatar{width:34px;height:34px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(135deg,#31485f,#7e72ee);color:#fff;font-size:11px;font-weight:800}.avatar.muted{background:#d9e3ec;color:#52677d}.ticket-person strong{display:block;font-size:12px;margin-bottom:2px}.ticket-person small{display:block;color:#78899b;font-size:10px}.ticket-status{padding:6px 9px;border-radius:999px;background:#edf2f7;color:#6c7d90;font-size:9px;font-weight:750}.ticket-status.violet{background:var(--violet-soft);color:#6758df}.pv-ai-card{padding:14px;border-radius:17px;background:linear-gradient(145deg,#25394e,#314960);color:#fff;position:relative;overflow:hidden}.pv-ai-card:after{content:"";position:absolute;width:160px;height:160px;border-radius:50%;right:-70px;top:-80px;background:rgba(120,103,246,.22);filter:blur(18px)}.ai-card-head{display:flex;gap:10px;align-items:center;position:relative;z-index:1}.spark{width:30px;height:30px;display:grid;place-items:center;border-radius:10px;background:rgba(255,255,255,.12);color:#d6d0ff}.ai-card-head strong{display:block;font-size:12px}.ai-card-head small{color:#c4d1dc;font-size:10px}.pv-ai-card p{position:relative;z-index:1;margin:11px 0;font-size:11px;color:#e2e9ef}.ai-actions{display:flex;gap:7px;flex-wrap:wrap;position:relative;z-index:1}.ai-actions span{padding:6px 8px;border-radius:999px;background:rgba(255,255,255,.10);font-size:9px}.pv-insight{padding:18px 12px;border-left:1px solid var(--line);background:#f7f9fc;display:grid;align-content:start;gap:12px}.insight-card,.insight-note{padding:12px;border-radius:15px;background:#fff;border:1px solid rgba(32,50,72,.07)}.insight-card span{display:block;color:#7a8b9e;font-size:10px;margin-bottom:5px}.insight-card strong{font-size:12px}.insight-line{height:5px;border-radius:999px;background:#e9eef3;margin-top:10px;overflow:hidden}.insight-line i{display:block;height:100%;width:75%;background:linear-gradient(90deg,#657d95,var(--violet));animation:grow 3s ease-in-out infinite alternate}@keyframes grow{from{width:46%}to{width:82%}}.insight-bars{display:flex;align-items:end;gap:4px;height:35px;margin-top:8px}.insight-bars i{flex:1;border-radius:4px;background:#d9e4ec;animation:bars 3.2s ease-in-out infinite}.insight-bars i:nth-child(2){height:72%;animation-delay:.2s}.insight-bars i:nth-child(3){height:48%;animation-delay:.4s}.insight-bars i:nth-child(4){height:85%;animation-delay:.6s}@keyframes bars{50%{transform:scaleY(.7)}}.insight-note{display:flex;gap:8px;align-items:flex-start}.insight-note p{font-size:10px;color:#66788c}.accent-dot{width:8px;height:8px;border-radius:50%;background:var(--violet);margin-top:4px;flex:0 0 auto}.stage-caption{text-align:center;padding-top:12px;color:#6b7d91;font-size:12px}.stage-caption span{font-weight:750;color:#3e536a}
.trust-strip{padding:12px 0 0}.trust-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;padding:12px;background:rgba(255,255,255,.88);border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow)}.trust-item{text-align:center;padding:10px;border-radius:14px;background:#f8faff;color:#344a61;font-size:13px;font-weight:700}
.pain-grid,.result-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.pain-card,.result-card,.card,.process-item,.case-card,.persona-feature-card,.fact-card,.workflow-step{background:rgba(255,255,255,.92);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.pain-card,.result-card{padding:25px}.persona{display:inline-flex;margin-bottom:14px;padding:6px 10px;border-radius:999px;background:var(--violet-soft);color:#6656d9;font-size:11px;font-weight:750}.pain-card h3{font-size:21px;margin-bottom:11px}.pain-card p,.result-card p,.card p,.process-item p,.case-card p{color:var(--muted)}.result-card strong{display:inline-grid;place-items:center;width:44px;height:44px;border-radius:14px;background:#edf2f7;color:#40566e;margin-bottom:14px}.result-card h3{margin-bottom:9px}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{padding:25px;position:relative;overflow:hidden}.priority-pill{display:inline-flex;padding:6px 10px;border-radius:999px;background:var(--violet-soft);color:#6758dd;font-size:11px;font-weight:750;margin-bottom:14px}.priority-pill.small{margin-top:9px}.card-icon{width:46px;height:46px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(135deg,var(--blue),var(--violet));color:#fff;font-weight:800;margin-bottom:18px}.card h3{margin-bottom:11px}.card-link,.text-link{display:inline-flex;margin-top:20px;color:#5f54d8;font-weight:700}.process{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;counter-reset:step}.process-item{padding:23px;counter-increment:step}.process-item:before{content:"0" counter(step);display:block;color:#6c5ce2;font-weight:800;margin-bottom:15px}.case-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.case-card{min-height:310px;padding:28px;display:flex;flex-direction:column;justify-content:flex-end;position:relative;overflow:hidden}.tag{display:inline-flex;position:absolute;top:24px;left:24px;padding:6px 10px;border-radius:999px;background:#eef3f8;color:#5d738a;font-size:11px;font-weight:750}.case-mini-preview{display:flex;gap:7px;position:absolute;top:69px;left:25px}.case-mini-preview span{width:52px;height:7px;border-radius:999px;background:linear-gradient(90deg,#dbe4ed,var(--violet-soft))}.case-card h3{margin-bottom:10px}.case-card .card-link{margin-top:18px}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:28px}.stat{padding:18px;border-radius:18px;background:#fff;border:1px solid var(--line)}.stat strong{display:block;font-size:22px;margin-bottom:7px}.stat span{font-size:13px;color:var(--muted)}
.page-hero{padding:56px 0 34px}.page-hero .lead{margin-top:18px}.breadcrumbs{display:flex;gap:8px;margin-bottom:22px;color:#7a899b;font-size:12px}.service-layout,.form-shell{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);gap:42px;align-items:start}.check-list,.mini-check{list-style:none;margin:24px 0 0;padding:0;display:grid;gap:12px}.check-list li,.mini-check li{position:relative;padding-left:28px;color:var(--muted)}.check-list li:before,.mini-check li:before{content:"✓";position:absolute;left:0;color:var(--green);font-weight:900}.info-panel{position:sticky;top:96px;padding:25px;border-radius:var(--radius);background:#fff;border:1px solid var(--line);box-shadow:var(--shadow)}.info-row{display:flex;justify-content:space-between;gap:18px;padding:13px 0;border-bottom:1px solid var(--line)}.info-row:last-of-type{border-bottom:0}.info-row span{color:var(--muted)}.info-panel .btn{width:100%;margin-top:16px}.faq{display:grid;gap:11px;max-width:900px}details{background:#fff;border:1px solid var(--line);border-radius:17px;padding:0 20px}summary{list-style:none;cursor:pointer;padding:20px 32px 20px 0;font-weight:700;position:relative}summary:after{content:"+";position:absolute;right:0;top:16px;font-size:24px;color:var(--violet)}details[open] summary:after{content:"−"}details p{padding-bottom:20px;color:var(--muted)}.form-card{padding:26px;border-radius:var(--radius);background:#fff;border:1px solid var(--line);box-shadow:var(--shadow)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.field{display:grid;gap:7px}.field.full{grid-column:1/-1}.field label{font-size:13px;font-weight:650}.field input,.field textarea,.field select{width:100%;border:1px solid var(--line);background:#f9fbfd;color:var(--ink);border-radius:13px;padding:13px 14px;outline:none}.field input:focus,.field textarea:focus,.field select:focus{border-color:rgba(120,103,246,.5);box-shadow:0 0 0 3px rgba(120,103,246,.10)}.field textarea{min-height:120px;resize:vertical}.honeypot{position:absolute;left:-10000px;width:1px;height:1px}.form-consent{font-size:12px;color:var(--muted);margin-top:13px}.form-status{min-height:22px;margin-top:13px;font-size:13px}.article{max-width:870px}.article h2{font-size:27px;margin:39px 0 14px}.article h3{font-size:21px;margin:28px 0 10px}.article p,.article li{color:var(--muted)}.article ul,.article ol{display:grid;gap:9px}
.product-story{display:grid;grid-template-columns:.8fr 1.2fr;gap:34px;align-items:center}.story-copy{max-width:430px}.story-points{display:flex;gap:8px;flex-wrap:wrap;margin-top:20px}.story-points span{padding:8px 10px;border-radius:999px;background:#fff;border:1px solid var(--line);color:#5f7187;font-size:12px}.story-screen{background:#fff;border:1px solid var(--line);border-radius:27px;box-shadow:0 26px 60px rgba(38,55,75,.10);overflow:hidden;transform:translate(var(--mx,0),var(--my,0));transition:.22s}.story-topbar{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid var(--line);background:#f8faff}.window-dots{display:flex;gap:7px}.window-dots span{width:9px;height:9px;border-radius:50%;background:#cad6e2}.story-tabs{display:flex;gap:7px}.story-tabs span{padding:7px 10px;border-radius:999px;background:#edf2f7;color:#687b90;font-size:11px;font-weight:700}.story-tabs span.active{background:var(--violet-soft);color:#6555da}.story-live{display:flex;align-items:center;gap:7px;color:#6b7e93;font-size:11px;font-weight:750}.story-body{display:grid;grid-template-columns:.85fr 1.15fr;gap:14px;padding:16px}.story-flow{display:grid;gap:10px}.flow-card{display:flex;align-items:center;gap:11px;padding:12px;border-radius:15px;background:#f7f9fc;border:1px solid rgba(32,50,72,.06)}.flow-card>span{width:34px;height:34px;display:grid;place-items:center;border-radius:11px;background:#e9eef4;color:#60748a;font-size:10px;font-weight:800}.flow-card.done>span{background:#dce8e1;color:#4f7d65}.flow-card.active>span{background:var(--violet-soft);color:#6757dc}.flow-card strong{display:block;font-size:12px}.flow-card small{display:block;color:#7c8d9f;font-size:10px}.story-summary{padding:17px;border-radius:18px;background:linear-gradient(145deg,#25394e,#334d66);color:#fff}.story-summary strong{display:block;font-size:18px;margin:7px 0}.story-summary p{font-size:12px;color:#d5e0e9}.summary-tags{display:flex;gap:7px;flex-wrap:wrap;margin-top:14px}.summary-tags span{padding:6px 8px;border-radius:999px;background:rgba(255,255,255,.10);font-size:10px}.workflow-showcase{display:grid}.workflow-track{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.workflow-track:before{content:"";position:absolute;left:30px;right:30px;top:42px;height:2px;background:linear-gradient(90deg,#d9e3ec,var(--violet),#d9e3ec)}.workflow-step{position:relative;padding:22px;min-height:185px}.workflow-num{display:inline-grid;place-items:center;width:40px;height:40px;border-radius:13px;background:var(--violet-soft);color:#6555d8;font-size:11px;font-weight:800;margin-bottom:14px}.workflow-step h3{margin-bottom:8px}.workflow-step p{color:var(--muted)}
.founder-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:38px;padding:32px;border-radius:30px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow)}.founder-profile{display:flex;gap:16px;align-items:flex-start}.founder-avatar{width:70px;height:70px;border-radius:22px;display:grid;place-items:center;background:linear-gradient(135deg,var(--blue),var(--violet));color:#fff;font-weight:800}.founder-role{color:#6e8094;margin-top:7px}.founder-copy h3{margin-bottom:13px}.founder-copy p{color:var(--muted)}.cta-box{display:grid;grid-template-columns:1.2fr .8fr;gap:34px;align-items:center;padding:clamp(32px,6vw,64px);border-radius:31px;background:linear-gradient(135deg,#23364a,#47617d 62%,#7467ef 130%);color:#fff;box-shadow:0 24px 60px rgba(49,59,93,.16)}.cta-box p{margin-top:14px;color:#dbe5ed;font-size:17px}.cta-actions{display:flex;gap:12px;justify-content:flex-end}.cta-actions .btn{width:210px}.footer{padding:32px 0 26px}.footer-grid{display:grid;grid-template-columns:1.2fr repeat(3,.8fr);gap:30px;padding:28px;background:rgba(255,255,255,.9);border:1px solid var(--line);border-radius:28px;box-shadow:var(--shadow)}.footer h3{font-size:14px;letter-spacing:0;margin-bottom:14px}.footer p,.footer a{font-size:13px;color:var(--muted)}.footer-links{display:grid;gap:9px}.footer-bottom{display:flex;justify-content:space-between;gap:18px;margin-top:12px;padding:18px 24px;border-radius:20px;background:rgba(255,255,255,.9);border:1px solid var(--line);color:var(--muted);font-size:12px}.cookie{position:fixed;right:18px;bottom:18px;z-index:90;max-width:430px;display:none;align-items:center;gap:12px;padding:13px 14px;border-radius:18px;background:rgba(255,255,255,.96);border:1px solid var(--line);box-shadow:0 20px 50px rgba(30,45,64,.16);backdrop-filter:blur(14px)}.cookie.show{display:flex}.cookie p{font-size:11px;color:#5c6e82}.cookie a{color:#6253d8!important}.cookie .btn{min-width:90px}.reveal-item{opacity:0;transform:translateY(20px);transition:opacity .7s ease,transform .7s ease;transition-delay:var(--reveal-delay,0ms)}.reveal-item.in-view{opacity:1;transform:translateY(0)}
@media(max-width:1050px){.nav{display:none}.menu-toggle{display:inline-flex}.header-actions .btn{display:none}.mobile-nav{position:fixed;inset:66px 0 0;background:rgba(30,45,63,.98);padding:24px 20px;z-index:49}.mobile-nav.open{display:grid;align-content:start;gap:9px}.mobile-nav a{padding:14px;border:1px solid rgba(255,255,255,.10);border-radius:13px;color:#fff;font-weight:700}.hero-grid,.service-layout,.form-shell,.product-story,.founder-layout,.cta-box{grid-template-columns:1fr}.hero-grid{gap:34px}.studio-stage{max-width:780px;width:100%;margin-inline:auto}.cards{grid-template-columns:repeat(2,1fr)}.process{grid-template-columns:repeat(2,1fr)}.stats{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.cta-actions{justify-content:flex-start}.info-panel{position:static}.pv-layout{grid-template-columns:135px 1fr}.pv-insight{display:none}}
@media(max-width:680px){.container{width:min(calc(100% - 28px),var(--container))}.section{padding:62px 0}h1{font-size:clamp(31px,9vw,40px)}h2{font-size:clamp(24px,7vw,31px)}.hero{padding-top:48px}.hero-actions,.cta-actions{flex-direction:column}.hero-actions .btn,.cta-actions .btn{width:100%}.hero-inline-proof,.pain-grid,.result-grid,.cards,.process,.case-grid,.workflow-track,.form-grid{grid-template-columns:1fr}.trust-grid{grid-template-columns:1fr 1fr}.pv-layout{grid-template-columns:1fr}.pv-sidebar{display:none}.pv-topbar{align-items:flex-start}.pv-tabs{display:none}.pv-insight{display:none}.pv-main{padding:14px}.pv-main-head{align-items:flex-start}.pv-main-head button{display:none}.story-body{grid-template-columns:1fr}.story-topbar{align-items:flex-start}.story-tabs{display:none}.workflow-track:before{display:none}.footer-grid,.footer-bottom{grid-template-columns:1fr;display:grid}.cookie{left:12px;right:12px;bottom:12px;max-width:none;align-items:flex-start}.cookie .btn{min-width:86px}.stats{grid-template-columns:1fr}.stat[style]{grid-column:auto!important}}


/* v13 — return to the planet concept */
body.theme-v13 {
  --ink:#162033;
  --muted:#66758a;
  --blue:#304761;
  --violet:#7c68f2;
  --violet-soft:#eeeaff;
  --line:rgba(31,47,68,.10);
  --shadow:0 22px 60px rgba(26,39,57,.10);
  background:linear-gradient(180deg,#f4f7fb 0%,#eef3f8 100%);
}
body.theme-v13 .header {
  background:rgba(10,18,31,.88);
  border-bottom:1px solid rgba(255,255,255,.08);
  backdrop-filter:blur(18px);
}
body.theme-v13 .logo, body.theme-v13 .nav a, body.theme-v13 .menu-toggle { color:#f5f7fb; }
body.theme-v13 .nav a:hover { color:#b9b0ff; }
body.theme-v13 .logo-mark { background:linear-gradient(145deg,#7c68f2,#63a7d5); box-shadow:0 0 24px rgba(124,104,242,.26); }
body.theme-v13 .logo-mark:before, body.theme-v13 .logo-mark:after { border-color:rgba(10,18,31,.86); }
body.theme-v13 .header .btn-primary { background:linear-gradient(135deg,#7462ee,#63a7d5); box-shadow:0 12px 26px rgba(76,81,160,.24); }
body.theme-v13 .planet-hero {
  position:relative;
  overflow:hidden;
  padding:72px 0 52px;
  background:
    radial-gradient(circle at 15% 6%,rgba(104,81,214,.22),transparent 30rem),
    radial-gradient(circle at 86% 22%,rgba(54,117,162,.16),transparent 28rem),
    linear-gradient(180deg,#091322 0%,#0d192a 100%);
  color:#f6f8fc;
}
body.theme-v13 .planet-hero:after {
  content:'';position:absolute;inset:0;pointer-events:none;
  background-image:radial-gradient(rgba(255,255,255,.12) 1px,transparent 1px);
  background-size:52px 52px;
  mask-image:linear-gradient(to bottom,rgba(0,0,0,.65),transparent 88%);
  opacity:.22;
}
body.theme-v13 .planet-hero .container { position:relative;z-index:2; }
body.theme-v13 .planet-hero .eyebrow { color:#71c5ef; }
body.theme-v13 .planet-hero h1 { color:#f7f8fd;font-size:clamp(40px,4.9vw,64px);max-width:760px;line-height:1.02; }
body.theme-v13 .planet-hero .gradient-text { background:linear-gradient(92deg,#cfc7ff,#72d4ef);-webkit-background-clip:text;background-clip:text;color:transparent; }
body.theme-v13 .planet-hero .lead { color:#aeb9ca;max-width:700px;font-size:clamp(17px,1.55vw,21px); }
body.theme-v13 .planet-hero .hero-actions { margin-top:30px; }
body.theme-v13 .planet-hero .hero-actions .btn { width:230px; }
body.theme-v13 .planet-hero .btn-primary { background:linear-gradient(135deg,#7b65f4,#52b9dd);box-shadow:0 16px 34px rgba(89,78,194,.28); }
body.theme-v13 .planet-hero .btn-secondary { background:rgba(255,255,255,.04);color:#fff;border-color:rgba(255,255,255,.15); }
body.theme-v13 .planet-hero .hero-note { color:#aab6c8; }
body.theme-v13 .planet-hero .hero-note span:before { background:#7dd7f2;box-shadow:0 0 0 5px rgba(125,215,242,.08); }
body.theme-v13 .planet-system {
  min-height:560px;position:relative;border:1px solid rgba(255,255,255,.11);border-radius:34px;
  background:linear-gradient(145deg,rgba(72,59,141,.18),rgba(23,43,67,.52)),rgba(11,23,39,.90);
  box-shadow:0 30px 90px rgba(0,0,0,.32);overflow:hidden;isolation:isolate;
}
body.theme-v13 .planet-field { position:absolute;inset:0;transform:translate(var(--mx,0),var(--my,0));transition:transform .25s ease; }
body.theme-v13 .planet-grid { position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:48px 48px;mask-image:linear-gradient(to bottom,transparent,#000 18%,#000 82%,transparent); }
body.theme-v13 .planet-glow { position:absolute;width:360px;height:360px;left:50%;top:48%;transform:translate(-50%,-50%);border-radius:50%;background:radial-gradient(circle,rgba(139,108,255,.30),transparent 67%);filter:blur(18px); }
body.theme-v13 .planet-core { position:absolute;width:250px;height:250px;left:50%;top:48%;transform:translate(-50%,-50%);border-radius:50%;animation:planetFloat 7s ease-in-out infinite; }
body.theme-v13 .planet-surface { position:absolute;inset:0;border-radius:50%;background:radial-gradient(circle at 36% 28%,#ebe8ff 0%,#b9a6ff 15%,#8168ef 38%,#4e3daf 62%,#182b4a 82%,#0d1729 100%);box-shadow:inset -28px -24px 55px rgba(5,12,24,.55),0 0 60px rgba(121,91,235,.40); }
body.theme-v13 .planet-surface:after { content:'';position:absolute;inset:7%;border-radius:50%;background:radial-gradient(ellipse at 35% 50%,transparent 38%,rgba(255,255,255,.08) 39%,transparent 44%),linear-gradient(115deg,transparent 15%,rgba(255,255,255,.09) 28%,transparent 42%);mix-blend-mode:screen; }
body.theme-v13 .planet-shine { position:absolute;width:90px;height:68px;left:33px;top:26px;border-radius:50%;background:rgba(255,255,255,.22);filter:blur(18px); }
@keyframes planetFloat { 0%,100%{transform:translate(-50%,-50%) translateY(0)}50%{transform:translate(-50%,-50%) translateY(-8px)} }
body.theme-v13 .orbit { position:absolute;left:50%;top:48%;border:1px solid rgba(200,207,255,.24);border-radius:50%;transform:translate(-50%,-50%); }
body.theme-v13 .orbit-1 { width:340px;height:340px;animation:orbitSpin 22s linear infinite; }
body.theme-v13 .orbit-2 { width:430px;height:310px;animation:orbitSpinReverse 29s linear infinite; }
body.theme-v13 .orbit-3 { width:510px;height:420px;animation:orbitSpin 36s linear infinite; }
body.theme-v13 .orbit-dot { position:absolute;width:12px;height:12px;border-radius:50%;background:#7f6af4;box-shadow:0 0 18px rgba(127,106,244,.9);top:-6px;left:50%; }
body.theme-v13 .orbit-2 .orbit-dot { background:#69c9ef;box-shadow:0 0 18px rgba(105,201,239,.9);left:4%;top:50%; }
body.theme-v13 .orbit-3 .orbit-dot { background:#a58cf8;left:76%;top:89%; }
@keyframes orbitSpin { to{transform:translate(-50%,-50%) rotate(360deg)} }
@keyframes orbitSpinReverse { to{transform:translate(-50%,-50%) rotate(-360deg)} }
body.theme-v13 .planet-card { position:absolute;display:flex;align-items:center;gap:12px;min-width:170px;max-width:210px;padding:13px 15px;border-radius:17px;background:rgba(9,18,32,.78);border:1px solid rgba(255,255,255,.12);backdrop-filter:blur(16px);box-shadow:0 16px 38px rgba(0,0,0,.28);animation:cardFloat 6s ease-in-out infinite; }
body.theme-v13 .planet-card strong { display:block;color:#fff;font-size:14px;line-height:1.35;margin-bottom:3px; }
body.theme-v13 .planet-card small { display:block;color:#9eabba;font-size:12px; }
body.theme-v13 .planet-icon { flex:0 0 auto;width:33px;height:33px;border-radius:11px;display:grid;place-items:center;background:linear-gradient(135deg,rgba(124,104,242,.28),rgba(86,190,226,.18));color:#d9d4ff;font-size:10px;font-weight:800; }
body.theme-v13 .card-client { left:26px;top:52px; }
body.theme-v13 .card-crm { right:22px;top:112px;animation-delay:.9s; }
body.theme-v13 .card-knowledge { left:42px;bottom:66px;animation-delay:1.8s; }
body.theme-v13 .card-quality { right:28px;bottom:82px;animation-delay:2.6s; }
@keyframes cardFloat { 0%,100%{transform:translateY(0)}50%{transform:translateY(-6px)} }
body.theme-v13 .planet-caption { position:absolute;left:50%;bottom:20px;transform:translateX(-50%);padding:9px 14px;border-radius:999px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.10);color:#aeb9c8;font-size:12px;white-space:nowrap; }
body.theme-v13 .planet-caption span { color:#d9dcff;font-weight:700; }
body.theme-v13 .outcome-strip { margin-top:0;padding:20px 0;background:#0d192a;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08); }
body.theme-v13 .outcome-strip .trust-grid { background:transparent;border:0;box-shadow:none;padding:0; }
body.theme-v13 .outcome-strip .trust-item { background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);color:#cad3e1; }
body.theme-v13 .card-icon, body.theme-v13 .founder-avatar { background:linear-gradient(135deg,#3d5671,#7866ef); }
body.theme-v13 .priority-pill, body.theme-v13 .story-tabs span.active { background:var(--violet-soft);color:#6655dc; }
body.theme-v13 .card-link, body.theme-v13 .text-link { color:#6655dc; }
body.theme-v13 .cookie { right:18px;bottom:18px;max-width:420px; }
@media(max-width:1050px){
  body.theme-v13 .planet-hero .hero-grid{grid-template-columns:1fr;}
  body.theme-v13 .planet-system{max-width:760px;width:100%;margin-inline:auto;}
  body.theme-v13 .planet-hero .hero-copy{max-width:760px;}
}
@media(max-width:680px){
  body.theme-v13 .planet-hero{padding-top:52px;}
  body.theme-v13 .planet-hero h1{font-size:clamp(34px,10vw,44px);}
  body.theme-v13 .planet-hero .hero-actions .btn{width:100%;}
  body.theme-v13 .planet-system{min-height:510px;border-radius:26px;}
  body.theme-v13 .planet-core{width:190px;height:190px;}
  body.theme-v13 .orbit-1{width:260px;height:260px;}
  body.theme-v13 .orbit-2{width:330px;height:245px;}
  body.theme-v13 .orbit-3{width:400px;height:330px;}
  body.theme-v13 .planet-card{min-width:0;width:155px;padding:10px 11px;}
  body.theme-v13 .planet-card strong{font-size:12px;}
  body.theme-v13 .planet-card small{font-size:10px;}
  body.theme-v13 .planet-icon{width:28px;height:28px;}
  body.theme-v13 .card-client{left:12px;top:18px;}
  body.theme-v13 .card-crm{right:12px;top:84px;}
  body.theme-v13 .card-knowledge{left:12px;bottom:58px;}
  body.theme-v13 .card-quality{right:12px;bottom:112px;}
  body.theme-v13 .planet-caption{display:none;}
  body.theme-v13 .outcome-strip .trust-grid{grid-template-columns:1fr 1fr;}
}

/* AI24-V14 START */

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

.home-profile-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(72px, 8vw, 118px) 0 clamp(68px, 7vw, 104px);
  background:
    radial-gradient(circle at 72% 42%, rgba(124, 92, 255, .20), transparent 32%),
    radial-gradient(circle at 94% 12%, rgba(54, 215, 255, .10), transparent 28%),
    linear-gradient(135deg, #0a1428 0%, #07101f 52%, #09172b 100%);
}

.home-profile-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: min(720px, 70vw);
  aspect-ratio: 1;
  right: -180px;
  top: -210px;
  border-radius: 50%;
  border: 1px solid rgba(133, 153, 255, .15);
  box-shadow:
    0 0 0 78px rgba(130, 113, 255, .035),
    0 0 0 158px rgba(57, 205, 255, .025);
}

.home-profile-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, .92fr);
  align-items: center;
  gap: clamp(44px, 7vw, 112px);
}

.home-profile-copy,
.home-profile-media {
  min-width: 0;
}

.home-profile-copy h1 {
  margin: 20px 0 22px;
  color: #fff;
  font-size: clamp(56px, 6.2vw, 94px);
  line-height: .94;
  letter-spacing: -.055em;
}

.home-profile-statement {
  max-width: 720px;
  margin: 0 0 24px;
  font-size: clamp(28px, 3.1vw, 48px);
  line-height: 1.12;
  letter-spacing: -.035em;
  font-weight: 700;
  background: linear-gradient(100deg, #c5ceff 0%, #9c83ff 46%, #53dcff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.home-profile-lead {
  max-width: 690px;
  margin: 0;
  color: #aebbd1;
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.7;
}

.home-profile-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.home-profile-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
}

.home-profile-facts a {
  min-width: 0;
  padding: 17px 18px;
  border: 1px solid rgba(162, 178, 220, .16);
  border-radius: 18px;
  background: rgba(12, 24, 44, .56);
  text-decoration: none;
  transition:
    transform .2s ease,
    border-color .2s ease,
    background .2s ease;
}

.home-profile-facts a:hover {
  transform: translateY(-3px);
  border-color: rgba(129, 111, 255, .56);
  background: rgba(25, 37, 67, .76);
}

.home-profile-facts strong,
.home-profile-facts span {
  display: block;
}

.home-profile-facts strong {
  color: #fff;
  font-size: 15px;
}

.home-profile-facts span {
  margin-top: 6px;
  color: #91a0ba;
  font-size: 13px;
  line-height: 1.45;
}

.home-profile-media {
  position: relative;
  min-height: 590px;
}

.home-profile-glow {
  position: absolute;
  inset: 10% 0 7% 4%;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(143, 108, 255, .42), rgba(82, 123, 255, .13) 46%, transparent 70%);
  filter: blur(17px);
}

.home-profile-photo {
  position: absolute;
  inset: 0 2% 0 4%;
  overflow: hidden;
  border: 1px solid rgba(164, 180, 221, .25);
  border-radius: 34px;
  background: #101a2c;
  box-shadow:
    0 30px 90px rgba(0, 0, 0, .38),
    0 0 0 1px rgba(255, 255, 255, .025) inset;
}

.home-profile-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, transparent 62%, rgba(5, 13, 27, .42)),
    linear-gradient(90deg, rgba(8, 17, 33, .13), transparent 42%);
}

.home-profile-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
}

.home-profile-quote {
  position: absolute;
  z-index: 2;
  right: -24px;
  bottom: 38px;
  width: min(340px, 75%);
  padding: 24px 26px;
  border: 1px solid rgba(166, 181, 223, .24);
  border-radius: 22px;
  background: rgba(8, 20, 38, .88);
  box-shadow: 0 20px 54px rgba(0, 0, 0, .32);
  backdrop-filter: blur(18px);
}

.home-profile-quote-mark {
  position: absolute;
  left: 21px;
  top: 3px;
  color: rgba(132, 103, 255, .36);
  font-size: 58px;
  line-height: 1;
}

.home-profile-quote p {
  position: relative;
  margin: 12px 0 16px;
  color: #e7ecf7;
  font-size: 16px;
  line-height: 1.6;
}

.home-profile-quote a {
  color: #8bdcff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.ai24-related-section {
  position: relative;
  padding: clamp(68px, 8vw, 112px) 0;
  background:
    radial-gradient(circle at 82% 10%, rgba(118, 91, 255, .09), transparent 28%),
    #081426;
  border-top: 1px solid rgba(153, 169, 207, .10);
}

.ai24-related-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .7fr);
  align-items: end;
  gap: 40px;
  margin-bottom: 36px;
}

.ai24-related-heading h2 {
  margin: 15px 0 0;
  max-width: 720px;
  color: #fff;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.04;
  letter-spacing: -.04em;
}

.ai24-related-heading > p {
  margin: 0;
  color: #97a6bf;
  font-size: 16px;
  line-height: 1.7;
}

.ai24-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.ai24-related-card {
  position: relative;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) auto;
  align-items: start;
  gap: 17px;
  min-width: 0;
  min-height: 190px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid rgba(148, 166, 210, .17);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(25, 39, 68, .78), rgba(10, 23, 43, .92));
  color: inherit;
  text-decoration: none;
  transition:
    transform .22s ease,
    border-color .22s ease,
    box-shadow .22s ease;
}

.ai24-related-card::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  right: -78px;
  top: -76px;
  border-radius: 50%;
  background: rgba(114, 91, 255, .13);
  filter: blur(4px);
}

.ai24-related-card:hover {
  transform: translateY(-5px);
  border-color: rgba(128, 108, 255, .58);
  box-shadow: 0 24px 55px rgba(0, 0, 0, .25);
}

.ai24-related-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: linear-gradient(135deg, #7661ff, #42c9f3);
  box-shadow: 0 12px 28px rgba(80, 111, 255, .23);
}

.ai24-related-icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: #fff;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ai24-related-content {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.ai24-related-content > span,
.ai24-related-content > strong {
  display: block;
}

.ai24-related-label {
  margin: 1px 0 10px;
  color: #78d8f6;
  font-size: 11px;
  line-height: 1.3;
  letter-spacing: .13em;
  text-transform: uppercase;
  font-weight: 800;
}

.ai24-related-content strong {
  color: #fff;
  font-size: 20px;
  line-height: 1.25;
}

.ai24-related-content strong + span {
  margin-top: 12px;
  color: #93a3bc;
  font-size: 14px;
  line-height: 1.6;
}

.ai24-related-arrow {
  position: relative;
  z-index: 1;
  align-self: end;
  color: #c8d1e5;
  font-size: 25px;
  transition: transform .2s ease;
}

.ai24-related-card:hover .ai24-related-arrow {
  transform: translateX(4px);
}

.ai24-case-related {
  background:
    radial-gradient(circle at 12% 0, rgba(54, 215, 255, .07), transparent 27%),
    radial-gradient(circle at 90% 40%, rgba(122, 91, 255, .10), transparent 31%),
    #07111f;
}

.ai24-other-cases-heading {
  max-width: 760px;
  margin: clamp(62px, 7vw, 94px) 0 30px;
}

.ai24-other-cases-heading h3 {
  margin: 14px 0 0;
  color: #fff;
  font-size: clamp(28px, 3vw, 43px);
  line-height: 1.12;
  letter-spacing: -.035em;
}

.ai24-related-all {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

@media (max-width: 1100px) {
  .home-profile-grid {
    grid-template-columns: minmax(0, 1fr) minmax(340px, .78fr);
    gap: 38px;
  }

  .home-profile-media {
    min-height: 520px;
  }

  .home-profile-quote {
    right: 10px;
  }

  .ai24-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ai24-related-card:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }
}

@media (max-width: 820px) {
  .home-profile-hero {
    padding-top: 58px;
  }

  .home-profile-grid,
  .ai24-related-heading {
    grid-template-columns: 1fr;
  }

  .home-profile-media {
    min-height: auto;
    margin-top: 10px;
  }

  .home-profile-photo {
    position: relative;
    inset: auto;
    aspect-ratio: 4 / 5;
  }

  .home-profile-glow {
    inset: 8% -8%;
  }

  .home-profile-quote {
    position: relative;
    right: auto;
    bottom: auto;
    width: calc(100% - 28px);
    margin: -64px auto 0;
  }

  .home-profile-facts {
    grid-template-columns: 1fr;
  }

  .ai24-related-heading {
    gap: 18px;
  }

  .ai24-related-grid {
    grid-template-columns: 1fr;
  }

  .ai24-related-card:last-child:nth-child(odd) {
    grid-column: auto;
  }
}

@media (max-width: 560px) {
  .home-profile-copy h1 {
    font-size: clamp(50px, 18vw, 70px);
  }

  .home-profile-statement br {
    display: none;
  }

  .home-profile-actions,
  .ai24-related-all {
    display: grid;
    grid-template-columns: 1fr;
  }

  .home-profile-actions .btn,
  .ai24-related-all .btn {
    width: 100%;
    justify-content: center;
  }

  .home-profile-photo {
    border-radius: 24px;
  }

  .home-profile-quote {
    padding: 22px;
  }

  .ai24-related-card {
    grid-template-columns: 50px minmax(0, 1fr);
    min-height: auto;
    padding: 21px;
  }

  .ai24-related-icon {
    width: 50px;
    height: 50px;
  }

  .ai24-related-arrow {
    display: none;
  }
}

/* AI24-V14 END */

/* AI24-V27 STUDIO START */

.company-model-section {
  background:
    radial-gradient(
      circle at 8% 18%,
      rgba(116, 91, 255, .07),
      transparent 29%
    ),
    #f7f8fc;
}

.company-model-grid {
  display: grid;
  grid-template-columns: minmax(0, .94fr) minmax(430px, 1.06fr);
  align-items: center;
  gap: clamp(46px, 6vw, 90px);
}

.company-model-copy h2,
.home-company-copy h2 {
  max-width: 670px;
  margin: 14px 0 20px;
  font-size: clamp(31px, 3.1vw, 44px);
  line-height: 1.08;
  letter-spacing: -.035em;
}

.company-eyebrow {
  color: #7651ed;
}

.company-model-note {
  max-width: 650px;
  margin: 23px 0 0;
  padding-left: 17px;
  border-left: 2px solid #7651ed;
  color: #475467;
  font-size: 14px;
  line-height: 1.65;
}

.company-promises {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.company-promise {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 14px;
  min-height: 164px;
  padding: 21px;
  border: 1px solid rgba(16, 24, 40, .08);
  border-radius: 19px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 14px 34px rgba(16, 24, 40, .05);
}

.company-promise-number {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: rgba(118, 81, 237, .10);
  color: #7651ed;
  font-size: 12px;
  font-weight: 800;
}

.company-promise strong {
  display: block;
  margin-top: 5px;
  color: #101828;
  font-size: 15px;
  line-height: 1.3;
}

.company-promise p {
  margin: 8px 0 0;
  color: #667085;
  font-size: 13px;
  line-height: 1.55;
}


.team-section {
  background: #081426;
}

.team-section .eyebrow {
  color: #82d9f3;
}

.team-section-title {
  max-width: 800px;
}

.team-section-title h2 {
  color: #fff;
  font-size: clamp(31px, 3.1vw, 44px);
}

.team-section-title .lead {
  max-width: 700px;
  margin-top: 16px;
  color: #9eacc2;
}

.team-role-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 38px;
}

.team-role-card {
  position: relative;
  min-width: 0;
  min-height: 220px;
  padding: 21px 20px;
  overflow: hidden;
  border: 1px solid rgba(164, 181, 218, .15);
  border-radius: 19px;
  background:
    linear-gradient(
      155deg,
      rgba(27, 43, 74, .82),
      rgba(10, 25, 46, .94)
    );
}

.team-role-index {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: linear-gradient(135deg, #7651ed, #41c8ef);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.team-role-card h3 {
  margin: 22px 0 10px;
  color: #fff;
  font-size: 17px;
  line-height: 1.28;
}

.team-role-card p {
  margin: 0;
  color: #9cabc2;
  font-size: 13px;
  line-height: 1.6;
}

.team-disclaimer {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 26px;
  margin-top: 21px;
  padding: 20px 23px;
  border: 1px solid rgba(164, 181, 218, .14);
  border-radius: 17px;
  background: rgba(18, 34, 60, .72);
}

.team-disclaimer strong {
  color: #fff;
  font-size: 14px;
}

.team-disclaimer p {
  margin: 0;
  color: #9cabc2;
  font-size: 13px;
  line-height: 1.65;
}


.founder-mini-section {
  background:
    radial-gradient(
      circle at 18% 48%,
      rgba(118, 81, 237, .07),
      transparent 30%
    ),
    #f7f8fc;
}

.founder-mini-grid {
  display: grid;
  grid-template-columns: minmax(230px, 280px) minmax(0, 690px);
  align-items: center;
  justify-content: center;
  gap: clamp(45px, 6vw, 82px);
}

.founder-mini-photo {
  width: 100%;
  max-width: 280px;
  overflow: hidden;
  border: 1px solid rgba(16, 24, 40, .08);
  border-radius: 23px;
  background: #eef0f6;
  box-shadow: 0 19px 48px rgba(16, 24, 40, .11);
}

.founder-mini-photo img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  background: transparent;
}

.founder-mini-copy h2 {
  margin: 12px 0 5px;
  color: #101828;
  font-size: clamp(25px, 2.5vw, 32px);
  line-height: 1.12;
  letter-spacing: -.025em;
}

.founder-mini-role {
  margin: 0 0 17px;
  color: #7651ed;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
}

.founder-responsibilities {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 23px;
}

.founder-responsibilities > div {
  padding: 16px 17px;
  border: 1px solid rgba(16, 24, 40, .08);
  border-radius: 15px;
  background: rgba(255, 255, 255, .72);
}

.founder-responsibilities strong,
.founder-responsibilities span {
  display: block;
}

.founder-responsibilities strong {
  color: #101828;
  font-size: 13px;
}

.founder-responsibilities span {
  margin-top: 5px;
  color: #667085;
  font-size: 12px;
  line-height: 1.5;
}

.founder-mini-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 22px;
}


.home-company-section {
  background:
    radial-gradient(
      circle at 86% 20%,
      rgba(118, 81, 237, .08),
      transparent 29%
    ),
    #f7f8fc;
}

.home-company-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(440px, 1.1fr);
  align-items: center;
  gap: clamp(48px, 7vw, 96px);
}

.home-company-copy .lead {
  max-width: 630px;
}

.home-company-steps {
  display: grid;
  gap: 11px;
}

.home-company-steps article {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  align-items: start;
  gap: 15px;
  padding: 17px 19px;
  border: 1px solid rgba(16, 24, 40, .08);
  border-radius: 16px;
  background: rgba(255, 255, 255, .84);
  box-shadow: 0 10px 27px rgba(16, 24, 40, .04);
}

.home-company-steps article > span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 13px;
  background: rgba(118, 81, 237, .10);
  color: #7651ed;
  font-size: 12px;
  font-weight: 800;
}

.home-company-steps strong {
  color: #101828;
  font-size: 15px;
}

.home-company-steps p {
  margin: 5px 0 0;
  color: #667085;
  font-size: 13px;
  line-height: 1.5;
}

/* AI24-V27 STUDIO END */


/* AI24-V27 TYPOGRAPHY START */

/* Главный экран */
.hero-copy h1 {
  max-width: 760px;
  font-size: clamp(48px, 4.7vw, 68px) !important;
  line-height: 1.06 !important;
  letter-spacing: -.045em !important;
}

/* Верхние заголовки внутренних страниц */
.page-hero h1 {
  max-width: 960px;
  font-size: clamp(41px, 4.2vw, 58px) !important;
  line-height: 1.08 !important;
  letter-spacing: -.04em !important;
}

/* Заголовки разделов */
.section-title h2,
.company-model-copy h2,
.home-company-copy h2,
.team-section-title h2 {
  font-size: clamp(30px, 3vw, 42px) !important;
  line-height: 1.1 !important;
  letter-spacing: -.032em !important;
}

/* Заголовки внутри текстовых блоков */
.service-layout h2,
.form-shell h2,
.cta-box h2,
.article h2,
.about-founder-content h2 {
  font-size: clamp(27px, 2.6vw, 37px) !important;
  line-height: 1.13 !important;
  letter-spacing: -.027em !important;
}

/* Карточки и этапы */
.card h3,
.case-card h3,
.process-item h3,
.info-panel h3 {
  font-size: clamp(17px, 1.55vw, 20px) !important;
  line-height: 1.28 !important;
}

@media (max-width: 1100px) {
  .company-model-grid,
  .home-company-grid {
    grid-template-columns: 1fr;
  }

  .team-role-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .company-promises,
  .founder-responsibilities {
    grid-template-columns: 1fr;
  }

  .team-disclaimer {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .founder-mini-grid {
    grid-template-columns: 1fr;
    gap: 31px;
  }

  .founder-mini-photo {
    max-width: 250px;
    justify-self: center;
  }

  .hero-copy h1 {
    font-size: clamp(42px, 9vw, 56px) !important;
  }

  .page-hero h1 {
    font-size: clamp(36px, 7.5vw, 48px) !important;
  }
}

@media (max-width: 560px) {
  .company-promises,
  .team-role-grid {
    grid-template-columns: 1fr;
  }

  .company-promise,
  .team-role-card {
    min-height: auto;
  }

  .founder-mini-photo {
    max-width: 220px;
  }

  .founder-mini-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .founder-mini-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .hero-copy h1 {
    font-size: 39px !important;
  }

  .page-hero h1 {
    font-size: 34px !important;
  }

  .section-title h2,
  .company-model-copy h2,
  .home-company-copy h2,
  .team-section-title h2 {
    font-size: 29px !important;
  }
}

/* AI24-V27 TYPOGRAPHY END */

/* AI24 ASSISTANT WIDGET V2 START */
.ai24a-root {
  --ai24a-bottom: 24px;
  --ai24a-ink: #101828;
  --ai24a-muted: #667085;
  --ai24a-brand: #7651ed;
  --ai24a-cyan: #42c8ef;
  position: relative;
  z-index: 2147483000;
  font-family: inherit;
}
.ai24a-root *, .ai24a-root *::before, .ai24a-root *::after { box-sizing: border-box; }
.ai24a-sr-only { position:absolute!important; width:1px!important; height:1px!important; padding:0!important; margin:-1px!important; overflow:hidden!important; clip:rect(0,0,0,0)!important; white-space:nowrap!important; border:0!important; }
.ai24a-launcher {
  position: fixed;
  right: 24px;
  bottom: var(--ai24a-bottom);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 18px 0 15px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #7651ed 0%, #5268ee 52%, #42c8ef 100%);
  box-shadow: 0 18px 44px rgba(45, 42, 103, .28);
  cursor: pointer;
  transition: transform .2s ease, opacity .2s ease, box-shadow .2s ease, bottom .25s ease;
}
.ai24a-launcher:hover { transform: translateY(-2px); box-shadow: 0 22px 50px rgba(45,42,103,.34); }
.ai24a-launcher:focus-visible { outline: 3px solid rgba(66,200,239,.35); outline-offset: 3px; }
.ai24a-launcher.is-hidden { opacity: 0; pointer-events: none; transform: translateY(8px); }
.ai24a-launcher svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.ai24a-launcher-label { font-size: 14px; font-weight: 800; letter-spacing: -.01em; }
.ai24a-launcher-pulse { position:absolute; left:7px; top:7px; width:9px; height:9px; border:2px solid #fff; border-radius:50%; background:#22c55e; }
.ai24a-panel {
  position: fixed;
  right: 24px;
  bottom: calc(var(--ai24a-bottom) + 2px);
  width: min(390px, calc(100vw - 32px));
  height: min(620px, calc(100vh - var(--ai24a-bottom) - 28px));
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto auto auto;
  overflow: hidden;
  border: 1px solid rgba(16,24,40,.10);
  border-radius: 24px;
  background: rgba(255,255,255,.98);
  box-shadow: 0 30px 80px rgba(16,24,40,.25);
  opacity: 0;
  pointer-events: none;
  transform: translateY(18px) scale(.97);
  transform-origin: right bottom;
  transition: opacity .22s ease, transform .22s ease, bottom .25s ease;
}
.ai24a-panel.is-open { opacity: 1; pointer-events: auto; transform: translateY(0) scale(1); }
.ai24a-header { display:grid; grid-template-columns:44px minmax(0,1fr) 34px 34px; align-items:center; gap:10px; padding:16px 16px 14px; color:#fff; background:linear-gradient(130deg,#121f3b,#1d315c 58%,#283d71); }
.ai24a-avatar { display:grid; place-items:center; width:44px; height:44px; border-radius:14px; color:#fff; background:linear-gradient(135deg,#7651ed,#42c8ef); font-size:13px; font-weight:900; box-shadow:0 8px 20px rgba(0,0,0,.18); }
.ai24a-header-copy { min-width:0; }
.ai24a-header-copy strong { display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; font-size:14px; line-height:1.3; }
.ai24a-header-copy span { display:flex; align-items:center; gap:6px; margin-top:4px; color:#b8c6df; font-size:11px; }
.ai24a-header-copy i { width:7px; height:7px; border-radius:50%; background:#34d399; box-shadow:0 0 0 4px rgba(52,211,153,.12); }
.ai24a-close,.ai24a-reset { display:grid; place-items:center; width:34px; height:34px; padding:0; border:0; border-radius:10px; color:#d8e1f0; background:rgba(255,255,255,.08); cursor:pointer; font:inherit; font-size:21px; }
.ai24a-reset { font-size:17px; }
.ai24a-close:hover,.ai24a-reset:hover { color:#fff; background:rgba(255,255,255,.15); }
.ai24a-messages { min-height:0; overflow-y:auto; padding:18px 16px 10px; background:linear-gradient(180deg,#f8f9fd 0%,#fff 100%); scrollbar-width:thin; scrollbar-color:#d7dbea transparent; }
.ai24a-message { display:flex; margin:0 0 11px; }
.ai24a-message--user { justify-content:flex-end; }
.ai24a-bubble { max-width:86%; padding:11px 13px; border-radius:16px 16px 16px 5px; color:#344054; background:#fff; border:1px solid rgba(16,24,40,.07); box-shadow:0 6px 18px rgba(16,24,40,.045); font-size:13px; line-height:1.55; white-space:pre-wrap; overflow-wrap:anywhere; }
.ai24a-message--user .ai24a-bubble { color:#fff; border:0; border-radius:16px 16px 5px 16px; background:linear-gradient(135deg,#7651ed,#5e72e9); box-shadow:0 8px 22px rgba(96,78,213,.20); }
.ai24a-typing .ai24a-bubble { display:flex; align-items:center; gap:4px; min-width:52px; }
.ai24a-typing span { width:6px; height:6px; border-radius:50%; background:#98a2b3; animation:ai24aTyping 1.1s infinite ease-in-out; }
.ai24a-typing span:nth-child(2){animation-delay:.14s}.ai24a-typing span:nth-child(3){animation-delay:.28s}
@keyframes ai24aTyping { 0%,60%,100%{transform:translateY(0);opacity:.45}30%{transform:translateY(-4px);opacity:1} }
.ai24a-quick { display:flex; gap:7px; overflow-x:auto; padding:7px 14px 10px; background:#fff; scrollbar-width:none; }
.ai24a-quick::-webkit-scrollbar{display:none}.ai24a-quick.is-hidden{display:none}
.ai24a-quick button { flex:0 0 auto; padding:8px 11px; border:1px solid rgba(118,81,237,.18); border-radius:999px; color:#5f42c9; background:#f8f6ff; cursor:pointer; font:inherit; font-size:11px; font-weight:750; }
.ai24a-quick button:hover { background:#f0ecff; }
.ai24a-form { display:grid; grid-template-columns:minmax(0,1fr) 44px; align-items:end; gap:9px; padding:11px 13px; border-top:1px solid rgba(16,24,40,.08); background:#fff; }
.ai24a-form textarea { width:100%; min-height:44px; max-height:112px; resize:none; padding:11px 13px; border:1px solid #d9deea; border-radius:14px; outline:0; color:var(--ai24a-ink); background:#f9fafc; font:inherit; font-size:13px; line-height:1.45; }
.ai24a-form textarea:focus { border-color:rgba(118,81,237,.55); background:#fff; box-shadow:0 0 0 3px rgba(118,81,237,.10); }
.ai24a-send { display:grid; place-items:center; width:44px; height:44px; padding:0; border:0; border-radius:14px; color:#fff; background:linear-gradient(135deg,#7651ed,#42c8ef); cursor:pointer; }
.ai24a-send:disabled { opacity:.5; cursor:wait; }
.ai24a-send svg { width:21px; height:21px; fill:none; stroke:currentColor; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }
.ai24a-footer { display:flex; justify-content:space-between; align-items:center; gap:8px; padding:0 14px 11px; color:#98a2b3; background:#fff; font-size:9px; line-height:1.3; }
.ai24a-footer a { color:#7651ed; font-weight:750; text-decoration:none; white-space:nowrap; }
@media (max-width: 600px) {
  .ai24a-launcher { right:14px; min-height:50px; padding:0 14px; }
  .ai24a-launcher-label { display:none; }
  .ai24a-panel { right:8px; width:calc(100vw - 16px); height:min(650px, calc(100dvh - var(--ai24a-bottom) - 12px)); border-radius:20px; }
  .ai24a-header { grid-template-columns:42px minmax(0,1fr) 32px 32px; padding:13px; }
  .ai24a-footer { font-size:8px; }
}
@media (prefers-reduced-motion: reduce) {
  .ai24a-panel,.ai24a-launcher,.ai24a-typing span { transition:none!important; animation:none!important; }
}
/* AI24 ASSISTANT WIDGET V2 END */

/* AI24 conversion and case fixes v4 */
.logo-mark {
  display:inline-block!important;
  width:38px!important;
  height:38px!important;
  min-width:38px!important;
  flex:0 0 38px!important;
  border:0!important;
  border-radius:12px!important;
  position:relative!important;
  overflow:hidden!important;
  background:linear-gradient(145deg,#7658ef,#35bff5)!important;
  box-shadow:0 10px 24px rgba(65,76,166,.22)!important;
  transform:none!important;
  animation:none!important;
}
.logo-mark::before,.logo-mark::after{
  content:""!important;
  display:block!important;
  position:absolute!important;
  top:8px!important;
  bottom:8px!important;
  width:11px!important;
  border:2px solid rgba(255,255,255,.9)!important;
  border-radius:7px!important;
}
.logo-mark::before{left:7px!important;border-right-width:1px!important}
.logo-mark::after{right:7px!important;border-left-width:1px!important}

.page-flow-badges,.hero-badges{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:10px!important;
  align-items:center!important;
  margin-top:24px!important;
}
.hero-badge{
  display:inline-flex!important;
  align-items:center!important;
  width:auto!important;
  padding:8px 12px!important;
  border:1px solid rgba(49,71,96,.12)!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.82)!important;
  color:#60758c!important;
  font-size:12px!important;
  line-height:1.2!important;
  white-space:nowrap!important;
}
body[class*="theme-"] .page-hero.page-hero--flow{
  padding-bottom:72px!important;
}
.product-showcase-section{
  padding-top:72px!important;
  padding-bottom:76px!important;
}
.product-showcase-section .product-story{align-items:center!important}
.product-showcase-section .story-copy h2{font-size:clamp(32px,3.5vw,52px)!important}
.product-showcase-section .story-copy .lead{margin-top:14px!important}
.case-card{
  justify-content:flex-start!important;
  min-height:360px!important;
  padding:138px 28px 28px!important;
}
.case-card>.tag{top:24px!important;left:28px!important;right:auto!important}
.case-card>.case-mini-preview{top:67px!important;left:28px!important}
.case-card>.priority-pill{
  position:absolute!important;
  top:99px!important;
  left:28px!important;
  right:auto!important;
  width:max-content!important;
  max-width:calc(100% - 56px)!important;
  align-self:flex-start!important;
  margin:0!important;
  line-height:1.2!important;
}
.case-card h3{margin-top:0!important}
.case-card .card-link{margin-top:auto!important;padding-top:20px!important}
.cookie{
  left:18px!important;
  right:auto!important;
  max-width:430px!important;
}
.ai24a-contact-card{
  margin:10px 14px 14px;
  padding:14px;
  display:grid;
  gap:9px;
  border:1px solid rgba(91,80,222,.18);
  border-radius:18px;
  background:linear-gradient(180deg,#fff,#f7f5ff);
  box-shadow:0 12px 30px rgba(40,53,75,.10);
}
.ai24a-contact-card strong{font-size:14px;color:#142033}
.ai24a-contact-card p{font-size:12px;line-height:1.45;color:#66758a}
.ai24a-contact-card input[type="text"],
.ai24a-contact-card input:not([type]){
  width:100%;
}
.ai24a-contact-card>input{
  width:100%;
  min-height:40px;
  padding:9px 11px;
  border:1px solid rgba(32,52,78,.14);
  border-radius:11px;
  background:#fff;
  color:#152238;
  font:inherit;
  font-size:13px;
  outline:none;
}
.ai24a-contact-card>input:focus{border-color:#7162e8;box-shadow:0 0 0 3px rgba(113,98,232,.10)}
.ai24a-consent{display:flex;gap:7px;align-items:flex-start;font-size:11px;color:#68778a;line-height:1.35}
.ai24a-consent input{margin-top:2px}
.ai24a-contact-actions{display:flex;gap:8px}
.ai24a-contact-submit{
  min-height:38px;
  border:0;
  border-radius:11px;
  padding:8px 12px;
  font:inherit;
  font-size:12px;
  font-weight:750;
  cursor:pointer;
}
.ai24a-contact-submit{flex:1;background:linear-gradient(135deg,#7658ef,#35bff5);color:#fff}
.ai24a-contact-submit:disabled{opacity:.6;cursor:wait}
.ai24a-contact-status{min-height:16px;font-size:11px;color:#a24646}
.ai24a-form.is-lead-sent{display:none!important}
@media(max-width:680px){
  .logo-mark{width:34px!important;height:34px!important;min-width:34px!important;flex-basis:34px!important}
  .case-card{min-height:330px!important;padding:138px 22px 24px!important}
  .case-card>.tag,.case-card>.case-mini-preview,.case-card>.priority-pill{left:22px!important}
  .case-card>.priority-pill{max-width:calc(100% - 44px)!important}
  .cookie{left:12px!important;right:12px!important;max-width:none!important}
  .ai24a-contact-actions{flex-direction:column}
}

/* AI24 home blocks and assistant layer fix v5 */

.ai24a {
  position: fixed !important;
  inset: auto 0 0 auto !important;
  z-index: 2147483000 !important;
  pointer-events: none !important;
  isolation: isolate !important;
}
.ai24a .ai24a-launcher,
.ai24a .ai24a-panel {
  pointer-events: auto !important;
}
.ai24a .ai24a-launcher {
  position: fixed !important;
  right: 22px !important;
  bottom: var(--ai24a-bottom, 22px) !important;
  z-index: 2 !important;
}
.ai24a .ai24a-panel {
  position: fixed !important;
  right: 20px !important;
  bottom: var(--ai24a-bottom, 20px) !important;
  width: min(390px, calc(100vw - 32px)) !important;
  height: min(610px, calc(100dvh - var(--ai24a-bottom, 20px) - 22px)) !important;
  max-height: 610px !important;
  min-height: 430px !important;
  overflow: hidden !important;
  z-index: 3 !important;
}
.ai24a .ai24a-messages {
  min-height: 0 !important;
}
.hero,
.hero-grid,
.ai-visual {
  isolation: isolate;
}
.ai-visual {
  z-index: 1 !important;
}
.cookie {
  left: 18px !important;
  right: auto !important;
  bottom: 18px !important;
  width: min(430px, calc(100vw - 36px)) !important;
  max-width: 430px !important;
  z-index: 1900 !important;
}

.ai24-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, .65fr);
  gap: 52px;
  align-items: end;
  margin-bottom: 34px;
}
.ai24-section-heading h2 {
  max-width: 760px;
  margin-top: 14px;
}
.ai24-section-heading > p {
  margin: 0;
  color: #66758a;
  font-size: 18px;
  line-height: 1.65;
}

.ai24-delegation {
  overflow: hidden;
}
.ai24-delegation-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.ai24-delegation-card {
  position: relative;
  min-height: 330px;
  padding: 25px 23px 22px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(35, 52, 79, .10);
  border-radius: 28px;
  background:
    radial-gradient(circle at 90% 5%, rgba(120, 90, 239, .13), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
  box-shadow: 0 18px 50px rgba(28, 44, 68, .08);
  color: #142033;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.ai24-delegation-card::after {
  content: "";
  position: absolute;
  right: -58px;
  bottom: -68px;
  width: 145px;
  height: 145px;
  border-radius: 50%;
  background: rgba(56, 197, 244, .07);
}
.ai24-delegation-card:hover {
  transform: translateY(-6px);
  border-color: rgba(113, 91, 235, .25);
  box-shadow: 0 24px 70px rgba(28, 44, 68, .13);
}
.ai24-delegation-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin-bottom: 28px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(118, 88, 239, .16), rgba(53, 191, 245, .18));
  color: #654ee4;
}
.ai24-delegation-icon svg {
  width: 29px;
  height: 29px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.ai24-delegation-kicker {
  margin-bottom: 9px;
  color: #7658ef;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.ai24-delegation-card h3 {
  margin: 0;
  color: #142033;
  font-size: 24px;
  line-height: 1.16;
}
.ai24-delegation-card p {
  margin: 14px 0 24px;
  color: #66758a;
  font-size: 15px;
  line-height: 1.6;
}
.ai24-delegation-meta {
  position: relative;
  z-index: 1;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid rgba(35, 52, 79, .08);
  color: #50657d;
  font-size: 12px;
  font-weight: 700;
}

.ai24-outcome-section {
  overflow: hidden;
}
.ai24-outcome {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .83fr) minmax(520px, 1.17fr);
  gap: 56px;
  align-items: center;
  padding: 58px;
  overflow: hidden;
  border: 1px solid rgba(129, 105, 240, .17);
  border-radius: 38px;
  background:
    radial-gradient(circle at 88% 18%, rgba(57, 205, 248, .16), transparent 28%),
    radial-gradient(circle at 70% 80%, rgba(121, 90, 239, .20), transparent 36%),
    linear-gradient(135deg, #0b1527 0%, #101d34 55%, #152641 100%);
  box-shadow: 0 34px 90px rgba(9, 20, 38, .20);
}
.ai24-outcome::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .18;
  background-image:
    linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 44px 44px;
  pointer-events: none;
}
.ai24-outcome-copy {
  position: relative;
  z-index: 2;
}
.ai24-outcome-copy h2 {
  max-width: 650px;
  margin: 15px 0 20px;
  color: #fff;
}
.ai24-outcome-copy .lead {
  max-width: 650px;
  color: #aebbd0;
}
.ai24-outcome-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 27px 0 28px;
}
.ai24-outcome-points span {
  padding: 9px 12px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  background: rgba(255,255,255,.055);
  color: #d6e0ef;
  font-size: 12px;
  font-weight: 700;
}
.ai24-outcome .btn-secondary {
  border-color: rgba(255,255,255,.18);
  color: #fff;
  background: rgba(255,255,255,.06);
}
.ai24-product-scene {
  position: relative;
  z-index: 2;
  min-height: 500px;
  display: grid;
  place-items: center;
}
.ai24-product-window {
  width: min(100%, 680px);
  overflow: hidden;
  border: 1px solid rgba(207, 222, 245, .14);
  border-radius: 28px;
  background: rgba(244, 247, 253, .97);
  box-shadow: 0 30px 80px rgba(0, 8, 24, .34);
  color: #142033;
}
.ai24-product-topbar {
  height: 58px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid #dce4ef;
  background: #eef2f8;
}
.ai24-product-topbar > span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #c6d1df;
}
.ai24-product-topbar strong {
  margin-left: 10px;
  color: #50657c;
  font-size: 13px;
}
.ai24-product-topbar em {
  margin-left: auto;
  color: #6954e8;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
}
.ai24-product-body {
  padding: 24px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 28px minmax(0, 1fr) 28px minmax(0, 1fr);
  align-items: stretch;
}
.ai24-flow-card {
  min-height: 172px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  border: 1px solid #dfe6ef;
  border-radius: 20px;
  background: #fff;
}
.ai24-flow-card small {
  color: #7d8da2;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.ai24-flow-card strong {
  margin: 18px 0 auto;
  color: #17243a;
  font-size: 16px;
  line-height: 1.35;
}
.ai24-flow-card span {
  margin-top: 14px;
  color: #687b92;
  font-size: 11px;
  font-weight: 700;
}
.ai24-flow-ai {
  border-color: rgba(111, 82, 232, .22);
  background: linear-gradient(180deg, #f7f3ff, #fff);
}
.ai24-flow-result {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(155deg, #243c58, #172b43);
}
.ai24-flow-result small,
.ai24-flow-result strong,
.ai24-flow-result span {
  color: inherit;
}
.ai24-flow-result small,
.ai24-flow-result span {
  opacity: .72;
}
.ai24-flow-arrow {
  display: grid;
  place-items: center;
  color: #7a67e9;
  font-size: 24px;
  font-weight: 800;
}
.ai24-product-bottom {
  padding: 18px 24px 22px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid #e0e6ef;
  background: #f7f9fc;
}
.ai24-product-bottom > div:first-child {
  display: grid;
  grid-template-columns: 10px auto;
  column-gap: 9px;
}
.ai24-product-bottom strong {
  color: #20314a;
  font-size: 13px;
}
.ai24-product-bottom small {
  grid-column: 2;
  margin-top: 3px;
  color: #7d8da2;
  font-size: 11px;
}
.ai24-status-dot {
  width: 9px;
  height: 9px;
  margin-top: 4px;
  border-radius: 50%;
  background: #39d597;
  box-shadow: 0 0 0 5px rgba(57, 213, 151, .13);
}
.ai24-mini-chart {
  height: 42px;
  display: flex;
  align-items: end;
  gap: 5px;
}
.ai24-mini-chart i {
  width: 8px;
  border-radius: 5px 5px 2px 2px;
  background: linear-gradient(180deg, #7457ed, #43c5f4);
}
.ai24-floating-note {
  position: absolute;
  min-width: 230px;
  padding: 13px 15px;
  display: flex;
  gap: 12px;
  align-items: center;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 17px;
  background: rgba(11, 22, 40, .93);
  box-shadow: 0 18px 45px rgba(0, 7, 22, .28);
  color: #fff;
  backdrop-filter: blur(12px);
}
.ai24-floating-note > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  flex: 0 0 34px;
  border-radius: 11px;
  background: linear-gradient(135deg, rgba(118,88,239,.7), rgba(53,191,245,.48));
  font-size: 11px;
  font-weight: 800;
}
.ai24-floating-note div {
  display: grid;
  gap: 3px;
}
.ai24-floating-note strong {
  font-size: 12px;
}
.ai24-floating-note small {
  color: #9fb0c6;
  font-size: 10px;
}
.ai24-floating-note--top {
  top: 7px;
  right: -10px;
}
.ai24-floating-note--bottom {
  left: -18px;
  bottom: 5px;
}

@media (max-width: 1180px) {
  .ai24-delegation-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ai24-outcome {
    grid-template-columns: 1fr;
  }
  .ai24-product-scene {
    min-height: 470px;
  }
}
@media (max-width: 760px) {
  .ai24a .ai24a-panel {
    left: 10px !important;
    right: 10px !important;
    bottom: 10px !important;
    width: auto !important;
    height: min(680px, calc(100dvh - 20px)) !important;
    max-height: calc(100dvh - 20px) !important;
    min-height: 0 !important;
  }
  .ai24a .ai24a-launcher {
    right: 14px !important;
    bottom: 14px !important;
  }
  .cookie {
    left: 12px !important;
    right: 12px !important;
    width: auto !important;
    max-width: none !important;
  }
  .ai24-section-heading {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 25px;
  }
  .ai24-section-heading > p {
    font-size: 16px;
  }
  .ai24-delegation-grid {
    grid-template-columns: 1fr;
  }
  .ai24-delegation-card {
    min-height: 285px;
  }
  .ai24-outcome {
    padding: 30px 20px;
    border-radius: 28px;
  }
  .ai24-product-scene {
    min-height: auto;
    padding-top: 16px;
  }
  .ai24-product-body {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .ai24-flow-arrow {
    transform: rotate(90deg);
    height: 20px;
  }
  .ai24-flow-card {
    min-height: 140px;
  }
  .ai24-floating-note {
    position: static;
    width: 100%;
    min-width: 0;
    margin-top: 10px;
  }
  .ai24-product-bottom {
    align-items: center;
  }
}

/* AI24 premium business use cases v7 */

.trust-strip .trust-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
.trust-strip .trust-item {
  min-width: 0 !important;
}

.cookie {
  left: 16px !important;
  right: auto !important;
  bottom: 16px !important;
  width: min(430px, calc(100vw - 32px)) !important;
  max-width: 430px !important;
  margin: 0 !important;
  transform: none !important;
}

.ai24-use-cases {
  padding-top: 76px !important;
  padding-bottom: 88px !important;
  overflow: hidden;
}
.ai24-use-cases-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .68fr);
  gap: 64px;
  align-items: end;
  margin-bottom: 38px;
}
.ai24-use-cases-head h2 {
  max-width: 760px;
  margin-top: 14px;
  color: #142033;
  font-size: clamp(38px, 4.2vw, 58px);
  line-height: 1.04;
  letter-spacing: -.035em;
}
.ai24-use-cases-head > p {
  margin: 0;
  color: #66758a;
  font-size: 17px;
  line-height: 1.68;
}
.ai24-use-cases-list {
  overflow: hidden;
  border: 1px solid rgba(31, 50, 76, .10);
  border-radius: 28px;
  background: rgba(255,255,255,.82);
  box-shadow: 0 24px 66px rgba(32, 49, 74, .08);
}
.ai24-use-case {
  display: grid;
  grid-template-columns: 56px minmax(230px, .9fr) minmax(280px, 1.15fr) minmax(250px, 1fr);
  gap: 24px;
  align-items: start;
  padding: 30px 32px;
  border-bottom: 1px solid rgba(31, 50, 76, .09);
  transition: background .22s ease;
}
.ai24-use-case:last-child {
  border-bottom: 0;
}
.ai24-use-case:hover {
  background:
    linear-gradient(90deg, rgba(118,88,239,.045), rgba(53,191,245,.035));
}
.ai24-use-case-number {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(118,88,239,.15), rgba(53,191,245,.18));
  color: #654ee4;
  font-size: 11px;
  font-weight: 850;
}
.ai24-use-case small {
  display: block;
  margin-bottom: 9px;
  color: #8a98aa;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.ai24-use-case h3 {
  margin: 0;
  color: #17243a;
  font-size: 21px;
  line-height: 1.32;
}
.ai24-use-case p {
  margin: 0;
  color: #66758a;
  font-size: 14px;
  line-height: 1.62;
}
.ai24-use-case-result {
  padding-left: 24px;
  border-left: 1px solid rgba(31, 50, 76, .10);
}
.ai24-use-case-result strong {
  display: block;
  color: #2f4663;
  font-size: 14px;
  line-height: 1.55;
}
.ai24-use-cases-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 26px;
}
.ai24-use-cases-footer p {
  max-width: 760px;
  margin: 0;
  color: #65768b;
  font-size: 14px;
  line-height: 1.6;
}
.ai24-use-cases-footer .btn {
  flex: 0 0 auto;
}

@media (max-width: 1080px) {
  .ai24-use-case {
    grid-template-columns: 48px minmax(220px, .9fr) minmax(260px, 1.1fr);
  }
  .ai24-use-case-result {
    grid-column: 2 / -1;
    padding: 18px 0 0;
    border-top: 1px solid rgba(31, 50, 76, .09);
    border-left: 0;
  }
}
@media (max-width: 760px) {
  .trust-strip .trust-grid {
    grid-template-columns: 1fr 1fr !important;
  }
  .cookie {
    left: 12px !important;
    right: 12px !important;
    width: auto !important;
    max-width: none !important;
  }
  .ai24-use-cases {
    padding-top: 58px !important;
    padding-bottom: 68px !important;
  }
  .ai24-use-cases-head {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 26px;
  }
  .ai24-use-cases-head h2 {
    font-size: clamp(34px, 10vw, 46px);
  }
  .ai24-use-cases-head > p {
    font-size: 15px;
  }
  .ai24-use-case {
    grid-template-columns: 42px 1fr;
    gap: 16px;
    padding: 23px 20px;
  }
  .ai24-use-case-action,
  .ai24-use-case-result {
    grid-column: 2;
  }
  .ai24-use-case-result {
    padding-top: 16px;
  }
  .ai24-use-cases-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* AI24 complete main page fix v8 */

/* Кликабельность и верхний слой ассистента */
.ai24a {
  position: fixed !important;
  inset: 0 !important;
  width: 100vw !important;
  height: 100dvh !important;
  z-index: 2147483600 !important;
  pointer-events: none !important;
  isolation: isolate !important;
}
.ai24a .ai24a-launcher,
.ai24a .ai24a-panel,
.ai24a .ai24a-close,
.ai24a .ai24a-reset,
.ai24a button,
.ai24a textarea,
.ai24a input,
.ai24a label {
  pointer-events: auto !important;
}
.ai24a .ai24a-launcher {
  position: fixed !important;
  right: 22px !important;
  bottom: var(--ai24a-bottom, 22px) !important;
  z-index: 2147483602 !important;
  cursor: pointer !important;
  touch-action: manipulation !important;
}
.ai24a .ai24a-panel {
  position: fixed !important;
  right: 20px !important;
  bottom: var(--ai24a-bottom, 20px) !important;
  z-index: 2147483603 !important;
  width: min(390px, calc(100vw - 32px)) !important;
  max-width: calc(100vw - 32px) !important;
  height: min(610px, calc(100dvh - var(--ai24a-bottom, 20px) - 22px)) !important;
  max-height: 610px !important;
  overflow: hidden !important;
}
.ai24a .ai24a-launcher.is-hidden {
  pointer-events: none !important;
}
.ai24a .ai24a-panel[aria-hidden="false"],
.ai24a .ai24a-panel.is-open {
  pointer-events: auto !important;
}
.cookie {
  left: 16px !important;
  right: auto !important;
  bottom: 16px !important;
  width: min(430px, calc(100vw - 32px)) !important;
  max-width: 430px !important;
  margin: 0 !important;
  transform: none !important;
  z-index: 1900 !important;
}

/* Полоса принципов с движущимися точками */
.ai24-trust-flow {
  position: relative;
  z-index: 4;
  margin-top: -1px;
  padding: 18px 0 36px;
  background: linear-gradient(180deg, #eef3fa 0%, #f7f9fc 100%);
}
.ai24-trust-flow-track {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 54px minmax(0, 1fr) 54px minmax(0, 1fr) 54px minmax(0, 1fr);
  align-items: stretch;
  padding: 14px;
  border: 1px solid rgba(38, 57, 83, .10);
  border-radius: 28px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 18px 48px rgba(37, 53, 77, .08);
}
.ai24-trust-flow-item {
  min-width: 0;
  padding: 19px 18px;
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  border-radius: 19px;
  background: linear-gradient(180deg, rgba(248,250,255,.98), rgba(244,247,252,.98));
}
.ai24-trust-flow-index {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(118,88,239,.15), rgba(53,191,245,.18));
  color: #6751df;
  font-size: 10px;
  font-weight: 850;
}
.ai24-trust-flow-item h3 {
  margin: 0;
  color: #2d435c;
  font-size: 14px;
  line-height: 1.35;
}
.ai24-trust-flow-item p {
  margin: 7px 0 0;
  color: #728197;
  font-size: 11px;
  line-height: 1.48;
}
.ai24-trust-connector {
  position: relative;
  display: block;
  align-self: center;
  height: 2px;
  overflow: visible;
  background: linear-gradient(90deg, rgba(116,95,231,.12), rgba(70,191,241,.50), rgba(116,95,231,.12));
}
.ai24-trust-connector::before,
.ai24-trust-connector::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #9aa8ba;
  transform: translateY(-50%);
}
.ai24-trust-connector::before { left: -2px; }
.ai24-trust-connector::after { right: -2px; }
.ai24-trust-connector i {
  position: absolute;
  top: 50%;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: linear-gradient(135deg, #7658ef, #38c5f3);
  box-shadow: 0 0 0 5px rgba(91, 123, 236, .10);
  transform: translate(-50%, -50%);
  animation: ai24TrustDot 3.2s ease-in-out infinite;
}
.ai24-trust-connector:nth-of-type(2) i { animation-delay: .55s; }
.ai24-trust-connector:nth-of-type(3) i { animation-delay: 1.10s; }
@keyframes ai24TrustDot {
  0%, 8% { left: 0%; opacity: 0; }
  20% { opacity: 1; }
  78% { opacity: 1; }
  92%, 100% { left: 100%; opacity: 0; }
}

/* Команда вместо персонального блока */
.ai24-team {
  position: relative;
  overflow: hidden;
  padding-top: 92px !important;
  padding-bottom: 98px !important;
}
.ai24-team::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 14% 18%, rgba(118,88,239,.09), transparent 27%),
    radial-gradient(circle at 86% 78%, rgba(53,191,245,.09), transparent 28%);
}
.ai24-team-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(500px, 1.12fr);
  gap: 72px;
  align-items: center;
}
.ai24-team-copy h2 {
  max-width: 760px;
  margin: 15px 0 22px;
  color: #142033;
  font-size: clamp(42px, 4.8vw, 68px);
  line-height: 1.02;
  letter-spacing: -.045em;
}
.ai24-team-copy .lead {
  max-width: 760px;
  color: #66758a;
  font-size: 18px;
  line-height: 1.72;
}
.ai24-team-principles {
  display: grid;
  gap: 0;
  margin-top: 30px;
  border-top: 1px solid rgba(35,52,79,.10);
}
.ai24-team-principles > div {
  padding: 18px 0;
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  border-bottom: 1px solid rgba(35,52,79,.10);
}
.ai24-team-principles strong {
  color: #17243a;
  font-size: 14px;
}
.ai24-team-principles span {
  color: #6d7c90;
  font-size: 13px;
  line-height: 1.55;
}
.ai24-team-actions {
  margin-top: 28px;
}
.ai24-team-system {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border: 1px solid rgba(41,60,86,.11);
  border-radius: 38px;
  background:
    radial-gradient(circle at 50% 46%, rgba(118,88,239,.16), transparent 28%),
    linear-gradient(145deg, rgba(255,255,255,.96), rgba(242,246,252,.98));
  box-shadow: 0 32px 80px rgba(35,52,78,.12);
}
.ai24-team-system::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .42;
  background-image:
    linear-gradient(rgba(61,83,112,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(61,83,112,.06) 1px, transparent 1px);
  background-size: 46px 46px;
}
.ai24-team-core {
  position: absolute;
  z-index: 4;
  left: 50%;
  top: 50%;
  width: 216px;
  height: 216px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 8px;
  padding: 28px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  transform: translate(-50%, -50%);
  background:
    radial-gradient(circle at 35% 25%, rgba(255,255,255,.43), transparent 23%),
    linear-gradient(145deg, #846af3 0%, #6c55df 48%, #273c68 100%);
  box-shadow:
    0 30px 70px rgba(70,61,151,.28),
    inset 0 0 0 1px rgba(255,255,255,.18);
}
.ai24-team-core span {
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .16em;
}
.ai24-team-core strong {
  max-width: 150px;
  font-size: 18px;
  line-height: 1.25;
}
.ai24-team-core small {
  color: rgba(255,255,255,.70);
  font-size: 10px;
  line-height: 1.4;
}
.ai24-role {
  position: absolute;
  z-index: 5;
  width: 232px;
  min-height: 86px;
  padding: 14px 16px;
  display: flex;
  gap: 12px;
  align-items: center;
  border: 1px solid rgba(41,60,86,.11);
  border-radius: 18px;
  background: rgba(255,255,255,.95);
  box-shadow: 0 18px 44px rgba(35,52,78,.12);
  backdrop-filter: blur(10px);
}
.ai24-role > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  flex: 0 0 34px;
  border-radius: 11px;
  background: linear-gradient(135deg, rgba(118,88,239,.14), rgba(53,191,245,.18));
  color: #6650df;
  font-size: 10px;
  font-weight: 850;
}
.ai24-role div {
  display: grid;
  gap: 4px;
}
.ai24-role strong {
  color: #17243a;
  font-size: 13px;
}
.ai24-role small {
  color: #78879a;
  font-size: 10px;
  line-height: 1.4;
}
.ai24-role--architecture { left: 30px; top: 46px; }
.ai24-role--backend { right: 30px; top: 72px; }
.ai24-role--frontend { left: 26px; bottom: 54px; }
.ai24-role--delivery { right: 26px; bottom: 46px; }

.ai24-team-orbit {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(92,84,190,.18);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.ai24-team-orbit--one {
  width: 380px;
  height: 380px;
}
.ai24-team-orbit--two {
  width: 490px;
  height: 490px;
  border-color: rgba(57,176,222,.14);
}
.ai24-team-orbit i {
  position: absolute;
  left: 50%;
  top: -6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, #7658ef, #3bc6f3);
  box-shadow: 0 0 0 7px rgba(95,105,230,.10);
  transform-origin: 0 calc(var(--orbit-size) / 2 + 6px);
  animation: ai24Orbit 9s linear infinite;
}
.ai24-team-orbit--one i { --orbit-size: 380px; }
.ai24-team-orbit--two i {
  --orbit-size: 490px;
  animation-duration: 13s;
  animation-direction: reverse;
}
@keyframes ai24Orbit {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@media (prefers-reduced-motion: reduce) {
  .ai24-trust-connector i,
  .ai24-team-orbit i {
    animation: none !important;
  }
}
@media (max-width: 1180px) {
  .ai24-trust-flow-track {
    grid-template-columns: 1fr 44px 1fr;
    row-gap: 14px;
  }
  .ai24-trust-flow-item:nth-of-type(3),
  .ai24-trust-flow-item:nth-of-type(4) {
    grid-row: 3;
  }
  .ai24-trust-connector:nth-of-type(2) {
    display: none;
  }
  .ai24-team-grid {
    grid-template-columns: 1fr;
  }
  .ai24-team-system {
    max-width: 760px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 760px) {
  .ai24a .ai24a-launcher {
    right: 14px !important;
    bottom: 14px !important;
  }
  .ai24a .ai24a-panel {
    left: 10px !important;
    right: 10px !important;
    bottom: 10px !important;
    width: auto !important;
    max-width: none !important;
    height: calc(100dvh - 20px) !important;
    max-height: calc(100dvh - 20px) !important;
  }
  .cookie {
    left: 12px !important;
    right: 12px !important;
    width: auto !important;
    max-width: none !important;
  }
  .ai24-trust-flow-track {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .ai24-trust-connector {
    width: 2px;
    height: 28px;
    justify-self: center;
    background: linear-gradient(180deg, rgba(116,95,231,.12), rgba(70,191,241,.50), rgba(116,95,231,.12));
  }
  .ai24-trust-connector::before,
  .ai24-trust-connector::after {
    left: 50%;
    top: auto;
    transform: translateX(-50%);
  }
  .ai24-trust-connector::before { top: -2px; }
  .ai24-trust-connector::after { bottom: -2px; }
  .ai24-trust-connector i {
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    animation-name: ai24TrustDotVertical;
  }
  @keyframes ai24TrustDotVertical {
    0%, 8% { top: 0%; opacity: 0; }
    20% { opacity: 1; }
    78% { opacity: 1; }
    92%, 100% { top: 100%; opacity: 0; }
  }
  .ai24-team {
    padding-top: 68px !important;
    padding-bottom: 72px !important;
  }
  .ai24-team-copy h2 {
    font-size: clamp(36px, 11vw, 50px);
  }
  .ai24-team-copy .lead {
    font-size: 16px;
  }
  .ai24-team-principles > div {
    grid-template-columns: 1fr;
    gap: 7px;
  }
  .ai24-team-system {
    min-height: 660px;
  }
  .ai24-team-core {
    width: 186px;
    height: 186px;
  }
  .ai24-role {
    width: calc(100% - 34px);
    left: 17px !important;
    right: auto !important;
  }
  .ai24-role--architecture { top: 24px; }
  .ai24-role--backend { top: 126px; }
  .ai24-role--frontend { bottom: 126px; }
  .ai24-role--delivery { bottom: 24px; }
  .ai24-team-orbit--one {
    width: 330px;
    height: 330px;
  }
  .ai24-team-orbit--two {
    width: 430px;
    height: 430px;
  }
  .ai24-team-orbit--one i { --orbit-size: 330px; }
  .ai24-team-orbit--two i { --orbit-size: 430px; }
}

/* AI24 about clean recovery v8.5 */
.ai24-about-team{position:relative;overflow:hidden;padding-top:86px!important;padding-bottom:94px!important}
.ai24-about-team:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 12% 18%,rgba(118,88,239,.09),transparent 28%),radial-gradient(circle at 86% 78%,rgba(53,191,245,.08),transparent 30%)}
.ai24-about-team>.container{position:relative;z-index:1}
.ai24-about-team-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.68fr);gap:64px;align-items:end;margin-bottom:38px}
.ai24-about-team-head h2{max-width:830px;margin-top:15px;color:#142033;font-size:clamp(40px,4.6vw,66px);line-height:1.03;letter-spacing:-.04em}
.ai24-about-team-head>p{margin:0;color:#66758a;font-size:17px;line-height:1.68}
.ai24-about-team-layout{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(390px,.82fr);gap:22px;align-items:stretch}
.ai24-about-team-roles{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.ai24-about-team-roles article{min-height:220px;padding:24px;display:flex;flex-direction:column;gap:22px;border:1px solid rgba(35,52,79,.10);border-radius:26px;background:rgba(255,255,255,.88);box-shadow:0 16px 42px rgba(35,52,78,.07)}
.ai24-about-team-roles article>span{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:linear-gradient(135deg,rgba(118,88,239,.15),rgba(53,191,245,.18));color:#6650df;font-size:11px;font-weight:850}
.ai24-about-team-roles h3{margin:0 0 10px;color:#17243a;font-size:19px;line-height:1.34}
.ai24-about-team-roles p{margin:0;color:#6b7a8f;font-size:14px;line-height:1.62}
.ai24-about-team-panel{padding:32px;display:flex;flex-direction:column;border:1px solid rgba(134,112,240,.18);border-radius:30px;background:radial-gradient(circle at 88% 8%,rgba(53,191,245,.13),transparent 29%),linear-gradient(145deg,#0c1729 0%,#142641 100%);box-shadow:0 26px 66px rgba(16,31,52,.18)}
.ai24-about-team-panel-kicker{color:#86daf8;font-size:11px;font-weight:850;letter-spacing:.12em;text-transform:uppercase}
.ai24-about-team-panel h3{margin:16px 0 14px;color:#fff;font-size:31px;line-height:1.18}
.ai24-about-team-panel>p{margin:0;color:#aab8ca;font-size:15px;line-height:1.65}
.ai24-about-team-facts{display:grid;gap:0;margin:28px 0 30px;border-top:1px solid rgba(255,255,255,.11)}
.ai24-about-team-facts>div{padding:17px 0;display:grid;gap:5px;border-bottom:1px solid rgba(255,255,255,.11)}
.ai24-about-team-facts strong{color:#fff;font-size:13px}
.ai24-about-team-facts span{color:#9eacc0;font-size:12px;line-height:1.5}
.ai24-about-team-actions{margin-top:auto}
.ai24-about-team-panel .btn-secondary{color:#fff;border-color:rgba(255,255,255,.17);background:rgba(255,255,255,.06)}
@media(max-width:1060px){.ai24-about-team-layout{grid-template-columns:1fr}}
@media(max-width:760px){.ai24-about-team{padding-top:64px!important;padding-bottom:72px!important}.ai24-about-team-head{grid-template-columns:1fr;gap:16px;margin-bottom:26px}.ai24-about-team-head h2{font-size:clamp(34px,10.5vw,49px)}.ai24-about-team-head>p{font-size:15px}.ai24-about-team-roles{grid-template-columns:1fr}.ai24-about-team-roles article{min-height:0}.ai24-about-team-panel{padding:25px 21px}}

/* AI24 final typography and assistant hitbox fix v9 */
.ai24a {
  position: fixed !important;
  inset: auto 0 0 auto !important;
  width: 0 !important;
  height: 0 !important;
  overflow: visible !important;
  z-index: 2147483600 !important;
  pointer-events: none !important;
  isolation: auto !important;
}
.ai24a .ai24a-panel { pointer-events: none !important; }
.ai24a .ai24a-panel.is-open,
.ai24a .ai24a-panel[aria-hidden="false"] { pointer-events: auto !important; }
.ai24a .ai24a-launcher:not(.is-hidden) {
  pointer-events: auto !important;
  z-index: 2147483646 !important;
  cursor: pointer !important;
}
.ai24a .ai24a-launcher.is-hidden { pointer-events: none !important; }
.ai24-about-team-head h2,
.ai24-team-copy h2 {
  max-width: 760px !important;
  font-size: clamp(24px, 2.25vw, 33px) !important;
  line-height: 1.18 !important;
  letter-spacing: -0.025em !important;
}
@media (max-width: 760px) {
  .ai24-about-team-head h2,
  .ai24-team-copy h2 { font-size: clamp(23px, 7vw, 30px) !important; }
}

/* AI24 assistant, footer and typography fix v9.2 */

.ai24a,
.ai24a-root {
  --ai24a-bottom: 22px;
  --ai24a-ink: #101828;
  --ai24a-muted: #667085;
  --ai24a-brand: #7658ef;
  --ai24a-cyan: #35bff5;
  position: fixed !important;
  inset: auto 0 0 auto !important;
  width: 0 !important;
  height: 0 !important;
  overflow: visible !important;
  z-index: 2147483600 !important;
  pointer-events: none !important;
  isolation: auto !important;
  font-family: inherit !important;
}

.ai24a *,
.ai24a *::before,
.ai24a *::after,
.ai24a-root *,
.ai24a-root *::before,
.ai24a-root *::after {
  box-sizing: border-box;
}

.ai24a-launcher {
  position: fixed !important;
  right: 22px !important;
  bottom: var(--ai24a-bottom, 22px) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 9px !important;
  width: auto !important;
  min-width: 56px !important;
  min-height: 56px !important;
  padding: 0 17px !important;
  border: 1px solid rgba(255,255,255,.28) !important;
  border-radius: 999px !important;
  color: #fff !important;
  background: linear-gradient(135deg,#7658ef 0%,#596de9 52%,#35bff5 100%) !important;
  box-shadow: 0 18px 44px rgba(45,42,103,.30) !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  cursor: pointer !important;
  touch-action: manipulation !important;
  transform: none !important;
  z-index: 2147483647 !important;
}

.ai24a-launcher:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 22px 52px rgba(45,42,103,.36) !important;
}

.ai24a-launcher:focus-visible {
  outline: 3px solid rgba(53,191,245,.34) !important;
  outline-offset: 3px !important;
}

.ai24a-launcher.is-hidden {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.ai24a-launcher svg {
  width: 25px !important;
  height: 25px !important;
  display: block !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.8 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

.ai24a-launcher-label {
  display: inline !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
}

.ai24a-panel {
  position: fixed !important;
  right: 20px !important;
  bottom: var(--ai24a-bottom, 20px) !important;
  width: min(390px, calc(100vw - 32px)) !important;
  height: min(610px, calc(100dvh - var(--ai24a-bottom, 20px) - 22px)) !important;
  max-height: 610px !important;
  display: grid !important;
  grid-template-rows: auto minmax(0,1fr) auto auto auto !important;
  overflow: hidden !important;
  border: 1px solid rgba(16,24,40,.10) !important;
  border-radius: 24px !important;
  background: rgba(255,255,255,.99) !important;
  box-shadow: 0 30px 80px rgba(16,24,40,.25) !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: translateY(16px) scale(.98) !important;
  transform-origin: right bottom !important;
  z-index: 2147483646 !important;
}

.ai24a-panel[aria-hidden="true"],
.ai24a-panel[aria-hidden="true"] * {
  visibility: hidden !important;
  pointer-events: none !important;
}

.ai24a-panel.is-open,
.ai24a-panel[aria-hidden="false"] {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translateY(0) scale(1) !important;
}

.ai24a-panel.is-open *,
.ai24a-panel[aria-hidden="false"] * {
  visibility: visible;
  pointer-events: auto;
}

.ai24a-header {
  display: grid !important;
  grid-template-columns: 44px minmax(0,1fr) 34px 34px !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 16px 16px 14px !important;
  color: #fff !important;
  background: linear-gradient(130deg,#121f3b,#1d315c 58%,#283d71) !important;
}

.ai24a-avatar {
  display: grid !important;
  place-items: center !important;
  width: 44px !important;
  height: 44px !important;
  border-radius: 14px !important;
  color: #fff !important;
  background: linear-gradient(135deg,#7658ef,#35bff5) !important;
  font-size: 13px !important;
  font-weight: 900 !important;
}

.ai24a-header-copy {
  min-width: 0 !important;
}

.ai24a-header-copy strong {
  display: block !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  font-size: 14px !important;
  line-height: 1.3 !important;
}

.ai24a-header-copy span {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  margin-top: 4px !important;
  color: #b8c6df !important;
  font-size: 11px !important;
}

.ai24a-close,
.ai24a-reset {
  display: grid !important;
  place-items: center !important;
  width: 34px !important;
  height: 34px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 10px !important;
  color: #d8e1f0 !important;
  background: rgba(255,255,255,.08) !important;
  cursor: pointer !important;
}

.ai24a-messages {
  min-height: 0 !important;
  overflow-y: auto !important;
  padding: 18px 16px 10px !important;
  background: linear-gradient(180deg,#f8f9fd 0%,#fff 100%) !important;
}

.ai24a-message {
  display: flex !important;
  margin: 0 0 11px !important;
}

.ai24a-message--user {
  justify-content: flex-end !important;
}

.ai24a-bubble {
  max-width: 86% !important;
  padding: 11px 13px !important;
  border: 1px solid rgba(16,24,40,.07) !important;
  border-radius: 16px 16px 16px 5px !important;
  color: #344054 !important;
  background: #fff !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
  white-space: pre-wrap !important;
  overflow-wrap: anywhere !important;
}

.ai24a-message--user .ai24a-bubble {
  color: #fff !important;
  border: 0 !important;
  border-radius: 16px 16px 5px 16px !important;
  background: linear-gradient(135deg,#7658ef,#5e72e9) !important;
}

.ai24a-quick {
  display: flex !important;
  gap: 7px !important;
  overflow-x: auto !important;
  padding: 7px 14px 10px !important;
  background: #fff !important;
}

.ai24a-quick.is-hidden {
  display: none !important;
}

.ai24a-quick button {
  flex: 0 0 auto !important;
  padding: 8px 11px !important;
  border: 1px solid rgba(118,88,239,.18) !important;
  border-radius: 999px !important;
  color: #5f42c9 !important;
  background: #f8f6ff !important;
  cursor: pointer !important;
  font-size: 11px !important;
  font-weight: 750 !important;
}

.ai24a-form {
  display: grid !important;
  grid-template-columns: minmax(0,1fr) 44px !important;
  align-items: end !important;
  gap: 9px !important;
  padding: 11px 13px !important;
  border-top: 1px solid rgba(16,24,40,.08) !important;
  background: #fff !important;
}

.ai24a-form textarea {
  width: 100% !important;
  min-height: 44px !important;
  max-height: 112px !important;
  resize: none !important;
  padding: 11px 13px !important;
  border: 1px solid #d9deea !important;
  border-radius: 14px !important;
  outline: 0 !important;
  color: #101828 !important;
  background: #f9fafc !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
}

.ai24a-send {
  display: grid !important;
  place-items: center !important;
  width: 44px !important;
  height: 44px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 14px !important;
  color: #fff !important;
  background: linear-gradient(135deg,#7658ef,#35bff5) !important;
  cursor: pointer !important;
}

.ai24a-footer {
  padding: 0 14px 11px !important;
  color: #98a2b3 !important;
  background: #fff !important;
  font-size: 9px !important;
}

.ai24-team-copy h2,
.ai24-about-team-head h2 {
  max-width: 760px !important;
  font-size: clamp(24px,2.25vw,33px) !important;
  line-height: 1.18 !important;
  letter-spacing: -.025em !important;
}

@media (max-width: 760px) {
  .ai24a-launcher {
    right: 14px !important;
    bottom: 14px !important;
    min-width: 54px !important;
    min-height: 54px !important;
    padding: 0 14px !important;
  }

  .ai24a-launcher-label {
    display: none !important;
  }

  .ai24a-panel {
    left: 8px !important;
    right: 8px !important;
    bottom: 8px !important;
    width: auto !important;
    height: calc(100dvh - 16px) !important;
    max-height: calc(100dvh - 16px) !important;
    border-radius: 20px !important;
  }

  .ai24-team-copy h2,
  .ai24-about-team-head h2 {
    font-size: clamp(23px,7vw,30px) !important;
  }
}

/* AI24 expert content, trust and conversion layer v12 */
.after-submit-note {
  margin-top: 26px;
  padding: 20px 22px;
  border: 1px solid rgba(118, 88, 239, .16);
  border-radius: 19px;
  background: linear-gradient(145deg, rgba(255,255,255,.94), rgba(246,244,255,.92));
  box-shadow: 0 14px 36px rgba(31, 46, 70, .06);
}
.after-submit-note strong {
  display: block;
  margin-bottom: 8px;
  color: #17243a;
  font-size: 16px;
}
.after-submit-note p {
  color: #66758a;
  font-size: 14px;
  line-height: 1.65;
}
.after-submit-note-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}
.after-submit-note-meta span {
  padding: 7px 10px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(35,52,79,.09);
  color: #52667e;
  font-size: 11px;
  font-weight: 700;
}

.readiness-section {
  padding: 72px 0;
  background: radial-gradient(circle at 90% 10%, rgba(118,88,239,.08), transparent 28%), #f7f9fc;
}
.readiness-head {
  max-width: 760px;
  margin-bottom: 30px;
}
.readiness-head h2 {
  margin-top: 14px;
}
.readiness-head p {
  margin-top: 14px;
  color: #66758a;
  font-size: 16px;
}
.readiness-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.readiness-card {
  min-width: 0;
  min-height: 250px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(35,52,79,.10);
  border-radius: 24px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 18px 48px rgba(33, 49, 73, .07);
}
.readiness-card:nth-child(2) {
  border-color: rgba(118,88,239,.20);
  background: linear-gradient(160deg, #fff, #f7f4ff);
}
.readiness-card:nth-child(3) {
  color: #fff;
  border-color: rgba(255,255,255,.10);
  background: linear-gradient(145deg, #122139, #1c3151);
}
.readiness-level {
  color: #7658ef;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.readiness-card:nth-child(3) .readiness-level { color: #86daf8; }
.readiness-card h3 {
  margin: 18px 0 11px;
  font-size: 22px;
}
.readiness-card p {
  margin: 0 0 23px;
  color: #66758a;
  font-size: 14px;
  line-height: 1.6;
}
.readiness-card:nth-child(3) p { color: #aab8ca; }
.readiness-card .btn {
  width: 100%;
  margin-top: auto;
}
.readiness-card:nth-child(3) .btn-secondary {
  color: #fff;
  border-color: rgba(255,255,255,.18);
  background: rgba(255,255,255,.07);
}

.knowledge-hero {
  padding: 62px 0 42px;
  background: radial-gradient(circle at 85% 12%, rgba(118,88,239,.13), transparent 31%), linear-gradient(180deg,#f7f9fd,#eef3f9);
}
.knowledge-hero .lead { margin-top: 20px; }
.knowledge-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 24px;
}
.knowledge-meta span {
  padding: 8px 11px;
  border: 1px solid rgba(35,52,79,.10);
  border-radius: 999px;
  background: rgba(255,255,255,.82);
  color: #5e7087;
  font-size: 12px;
  font-weight: 700;
}
.knowledge-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 54px;
  align-items: start;
}
.knowledge-article {
  max-width: 820px;
}
.knowledge-article > section {
  padding: 0 0 38px;
  margin-bottom: 38px;
  border-bottom: 1px solid rgba(35,52,79,.09);
}
.knowledge-article > section:last-child {
  border-bottom: 0;
}
.knowledge-article h2 {
  margin: 0 0 18px;
  color: #142033;
  font-size: clamp(27px, 2.7vw, 38px);
  line-height: 1.14;
}
.knowledge-article h3 {
  margin: 27px 0 11px;
  color: #1c2c43;
  font-size: 21px;
}
.knowledge-article p,
.knowledge-article li {
  color: #5f7085;
  font-size: 16px;
  line-height: 1.76;
}
.knowledge-article p + p { margin-top: 16px; }
.knowledge-article ul,
.knowledge-article ol {
  padding-left: 23px;
  display: grid;
  gap: 10px;
}
.knowledge-callout {
  margin: 24px 0;
  padding: 21px 23px;
  border-left: 3px solid #7658ef;
  border-radius: 0 18px 18px 0;
  background: #f6f4ff;
}
.knowledge-callout strong {
  display: block;
  margin-bottom: 7px;
  color: #342a70;
}
.knowledge-callout p { color: #5d5680; }
.knowledge-warning {
  border-left-color: #d68a35;
  background: #fff8ee;
}
.knowledge-warning strong { color: #74491f; }
.knowledge-warning p { color: #715e49; }
.knowledge-table-wrap {
  margin: 24px 0;
  overflow-x: auto;
  border: 1px solid rgba(35,52,79,.10);
  border-radius: 18px;
  background: #fff;
}
.knowledge-table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
}
.knowledge-table th,
.knowledge-table td {
  padding: 15px 16px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid rgba(35,52,79,.08);
  color: #5f7085;
  font-size: 13px;
  line-height: 1.5;
}
.knowledge-table th {
  color: #263a53;
  background: #f6f8fc;
  font-weight: 800;
}
.knowledge-table tr:last-child td { border-bottom: 0; }
.knowledge-aside {
  position: sticky;
  top: 92px;
  display: grid;
  gap: 14px;
}
.knowledge-aside-card {
  padding: 20px;
  border: 1px solid rgba(35,52,79,.10);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(33,49,73,.06);
}
.knowledge-aside-card strong {
  display: block;
  margin-bottom: 11px;
  color: #17243a;
  font-size: 14px;
}
.knowledge-aside-card a {
  display: block;
  padding: 8px 0;
  color: #6751df;
  font-size: 13px;
  font-weight: 700;
}
.knowledge-aside-card p {
  color: #66758a;
  font-size: 12px;
  line-height: 1.55;
}
.knowledge-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 17px;
}
.knowledge-card {
  min-height: 250px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(35,52,79,.10);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(33,49,73,.07);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.knowledge-card:hover {
  transform: translateY(-4px);
  border-color: rgba(118,88,239,.26);
  box-shadow: 0 24px 60px rgba(33,49,73,.11);
}
.knowledge-card small {
  color: #7658ef;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.knowledge-card h2,
.knowledge-card h3 {
  margin: 17px 0 12px;
  color: #17243a;
  font-size: 23px;
  line-height: 1.2;
}
.knowledge-card p {
  color: #66758a;
  font-size: 14px;
  line-height: 1.6;
}
.knowledge-card span {
  margin-top: auto;
  padding-top: 20px;
  color: #6751df;
  font-size: 13px;
  font-weight: 800;
}
.case-evidence {
  margin-top: 24px;
  padding: 18px 20px;
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 22px;
  border: 1px solid rgba(35,52,79,.10);
  border-radius: 18px;
  background: rgba(255,255,255,.82);
}
.case-evidence strong {
  color: #17243a;
  font-size: 14px;
}
.case-evidence span {
  color: #66758a;
  font-size: 13px;
  line-height: 1.6;
}
.methodology-track {
  display: grid;
  gap: 13px;
  counter-reset: methodology;
}
.methodology-step {
  padding: 22px;
  display: grid;
  grid-template-columns: 48px minmax(0,1fr);
  gap: 17px;
  border: 1px solid rgba(35,52,79,.10);
  border-radius: 20px;
  background: #fff;
}
.methodology-step::before {
  counter-increment: methodology;
  content: "0" counter(methodology);
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: linear-gradient(135deg, rgba(118,88,239,.15), rgba(53,191,245,.18));
  color: #6650df;
  font-size: 12px;
  font-weight: 850;
}
.methodology-step h3 { margin: 2px 0 7px; }
.methodology-step p { margin: 0; }

@media (max-width: 960px) {
  .knowledge-layout { grid-template-columns: 1fr; }
  .knowledge-aside { position: static; grid-template-columns: repeat(2, minmax(0,1fr)); }
  .readiness-grid { grid-template-columns: 1fr; }
  .readiness-card { min-height: 0; }
}
@media (max-width: 680px) {
  .knowledge-grid { grid-template-columns: 1fr; }
  .knowledge-aside { grid-template-columns: 1fr; }
  .knowledge-article p,
  .knowledge-article li { font-size: 15px; }
  .case-evidence { grid-template-columns: 1fr; gap: 7px; }
  .methodology-step { grid-template-columns: 42px minmax(0,1fr); padding: 18px; }
  .after-submit-note-meta { display: grid; grid-template-columns: 1fr; }
}

/* AI24 expert content completion v12.1 */
.after-submit-note { display:grid; grid-template-columns:40px minmax(0,1fr); gap:14px; align-items:start; }
.after-submit-note__icon { width:40px; height:40px; display:grid; place-items:center; border-radius:12px; background:linear-gradient(135deg,rgba(118,88,239,.16),rgba(53,191,245,.18)); color:#6751df; font-weight:900; }
.readiness-card > .readiness-level { margin:0; padding:0; }
.readiness-card:nth-child(3) h3 { color:#fff; }
.readiness-card .text-link { margin-top:auto; }
.knowledge-layout-section { padding-top:54px; }
.knowledge-section-number { display:inline-grid; place-items:center; width:38px; height:38px; margin-bottom:16px; border-radius:12px; background:linear-gradient(135deg,rgba(118,88,239,.15),rgba(53,191,245,.18)); color:#6650df; font-size:11px; font-weight:850; }
.knowledge-list { margin:20px 0 0; padding:0!important; list-style:none; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px!important; }
.knowledge-list li { position:relative; padding:12px 14px 12px 36px; border:1px solid rgba(35,52,79,.09); border-radius:14px; background:#fff; font-size:14px; line-height:1.5; }
.knowledge-list li::before { content:'✓'; position:absolute; left:14px; top:12px; color:#5d9a7a; font-weight:900; }
.knowledge-aside-card > span { color:#7658ef; font-size:10px; font-weight:850; letter-spacing:.11em; text-transform:uppercase; }
.knowledge-aside-card h2 { margin:12px 0 15px; font-size:24px; }
.knowledge-aside-card ul { margin:0 0 18px; padding:0; display:grid; gap:9px; list-style:none; }
.knowledge-aside-card li { position:relative; padding-left:20px; color:#66758a; font-size:12px; line-height:1.5; }
.knowledge-aside-card li::before { content:'•'; position:absolute; left:3px; color:#7658ef; }
.knowledge-aside-card .btn { width:100%; padding:0 14px; }
.knowledge-aside-card small { display:block; margin-top:12px; color:#7a899c; font-size:10px; line-height:1.5; }
.knowledge-index-intro { margin-bottom:28px; padding:23px 25px; display:grid; grid-template-columns:210px minmax(0,1fr); gap:26px; border:1px solid rgba(35,52,79,.10); border-radius:20px; background:rgba(255,255,255,.84); }
.knowledge-index-intro strong { color:#17243a; }
.knowledge-index-intro p { color:#66758a; line-height:1.65; }
.knowledge-related-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:16px; }
.knowledge-related-card { min-height:210px; padding:22px; display:flex; flex-direction:column; border:1px solid rgba(35,52,79,.10); border-radius:22px; background:#fff; box-shadow:0 14px 38px rgba(33,49,73,.06); }
.knowledge-related-card > span { color:#7658ef; font-size:10px; font-weight:850; letter-spacing:.1em; text-transform:uppercase; }
.knowledge-related-card strong { margin:15px 0 10px; color:#17243a; font-size:18px; line-height:1.3; }
.knowledge-related-card p { margin:0; color:#66758a; font-size:13px; line-height:1.55; }
.knowledge-sources { padding:24px!important; border:1px solid rgba(35,52,79,.10)!important; border-radius:20px; background:#f7f9fc; }
.knowledge-sources h2 { font-size:24px; }
.knowledge-sources a { color:#6751df; font-weight:700; }
.case-evidence p { margin:0; color:#66758a; font-size:13px; line-height:1.6; }
.methodology-callout { max-width:920px; margin:0 0 30px; }
.methodology-track { max-width:920px; }
.methodology-step > div { min-width:0; }
.methodology-step h3 { margin:2px 0 7px; color:#17243a; font-size:20px; }
.methodology-deliverables { display:grid; grid-template-columns:minmax(0,.85fr) minmax(420px,1.15fr); gap:54px; align-items:start; }
.methodology-deliverables .knowledge-list { margin:0; }
.home-knowledge-actions { display:flex; gap:12px; margin-top:26px; }
.knowledge-grid--featured { grid-template-columns:repeat(4,minmax(0,1fr)); }
.knowledge-grid--featured .knowledge-card { min-height:310px; }
@media(max-width:1100px){.knowledge-grid--featured{grid-template-columns:repeat(2,minmax(0,1fr))}.knowledge-related-grid{grid-template-columns:1fr 1fr}.methodology-deliverables{grid-template-columns:1fr}}
@media(max-width:680px){.after-submit-note{grid-template-columns:1fr}.after-submit-note__icon{display:none}.knowledge-list{grid-template-columns:1fr}.knowledge-index-intro{grid-template-columns:1fr;gap:8px}.knowledge-related-grid,.knowledge-grid--featured{grid-template-columns:1fr}.home-knowledge-actions{display:grid}.home-knowledge-actions .btn{width:100%}.methodology-deliverables .knowledge-list{grid-template-columns:1fr}}

/* AI24 bilingual navigation and assistant memory v13 */
.lang-switch {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:42px;
  min-height:38px;
  padding:0 11px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:12px;
  color:#f4f7fb;
  background:rgba(255,255,255,.07);
  font-size:12px;
  font-weight:850;
  letter-spacing:.08em;
  text-transform:uppercase;
  transition:background .2s ease,border-color .2s ease,transform .2s ease;
}
.lang-switch:hover {
  transform:translateY(-1px);
  border-color:rgba(122,105,246,.72);
  background:rgba(122,105,246,.18);
}
.mobile-nav .lang-switch-mobile {
  display:flex;
  width:100%;
  min-height:48px;
  justify-content:flex-start;
  padding:14px;
  border-radius:13px;
}
.after-submit-grid {
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:14px;
}
.after-submit-grid span {
  display:inline-flex;
  padding:7px 10px;
  border:1px solid rgba(35,52,79,.09);
  border-radius:999px;
  background:#fff;
  color:#52667e;
  font-size:11px;
  font-weight:700;
}
.readiness-cards .card {
  min-height:270px;
  display:flex;
  flex-direction:column;
}
.readiness-cards .text-link { margin-top:auto; }
.ai24a-footer span { display:block; }
@media(max-width:1050px){
  .header-actions .lang-switch { display:inline-flex; }
}
@media(max-width:680px){
  .after-submit-grid { display:grid;grid-template-columns:1fr; }
  .after-submit-grid span { border-radius:12px; }
}

/* AI24 V13.2 — concise lead handoff */
.ai24a.is-handoff .ai24a-form,
.ai24a.is-handoff .ai24a-quick { display:none !important; }
.ai24a.is-handoff .ai24a-contact-card { margin-bottom:14px; }
.ai24a-contact-actions .ai24a-contact-submit { width:100%; }


/* AI24 V13.2 — mobile and cross-browser hardening */
@supports (-webkit-backdrop-filter: blur(1px)) {
  .header,
  .ai24a-panel,
  .home-profile-quote,
  .planet-card,
  .ai24-floating-note { -webkit-backdrop-filter: blur(18px); }
}
.planet-hero::after,
.planet-grid {
  -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,.65), transparent 88%);
}
@media (prefers-reduced-motion: reduce) {
  .reveal-item { opacity:1 !important; transform:none !important; transition:none !important; }
}
@media (max-width: 1180px) {
  .ai24-trust-flow-item:nth-of-type(3),
  .ai24-trust-flow-item:nth-of-type(4) { grid-row:auto; }
  .ai24-trust-flow-item:nth-child(5),
  .ai24-trust-flow-item:nth-child(7) { grid-row:3; }
  .ai24-trust-connector:nth-of-type(2) { display:block; }
  .ai24-trust-connector:nth-child(4) { display:none; }
}
@media (max-width: 760px) {
  .ai24-trust-flow-track > * {
    grid-column:1 !important;
    grid-row:auto !important;
  }
  .ai24-trust-connector:nth-child(4) { display:block; }
  .ai24-trust-flow-item {
    grid-template-columns:38px minmax(0,1fr);
    padding:17px 15px;
  }
  .ai24-trust-flow-item h3 { font-size:15px; }
  .ai24-trust-flow-item p { font-size:12px; }
  .ai24a .ai24a-panel {
    height:calc(100vh - 20px) !important;
    max-height:calc(100vh - 20px) !important;
    height:calc(100dvh - 20px) !important;
    max-height:calc(100dvh - 20px) !important;
  }
  .cookie {
    gap:8px !important;
    padding:10px 11px !important;
    border-radius:15px !important;
  }
  .cookie p { font-size:10px !important; line-height:1.35 !important; }
  .cookie .btn { min-width:76px !important; min-height:38px !important; padding:0 12px !important; }
}
@media (max-width: 680px) {
  .header-inner { gap:8px !important; }
  .header .logo-mark { display:none !important; }
  .header .logo { gap:0 !important; font-size:16px !important; flex:0 1 auto; min-width:0; }
  .header-actions { gap:6px !important; flex:0 0 auto; }
  .lang-switch { min-width:38px; padding:8px 9px !important; text-align:center; }
  .menu-toggle { padding:9px 10px !important; min-width:64px; justify-content:center; }
}
@media (max-width: 360px) {
  .container { width:min(calc(100% - 20px), var(--container)) !important; }
  .header .logo { font-size:15px !important; letter-spacing:-.03em; }
  .lang-switch { min-width:36px; padding:8px 7px !important; }
  .menu-toggle { min-width:60px; padding:9px 8px !important; }
  .hero-copy h1,
  .page-hero h1 { overflow-wrap:anywhere; hyphens:auto; }
}

/* AI24 V13.3.5 — keep lead form visible while dialogue remains open */
.ai24a.is-handoff .ai24a-quick { display:none !important; }
.ai24a.is-handoff .ai24a-form { display:flex !important; }
.ai24a.is-handoff .ai24a-input-note { display:block; }


/* AI24 V13.4 — unified brand mark, mirrored English home and mobile hardening */
.logo-mark,
body.theme-v13 .logo-mark {
  display:inline-block !important;
  width:40px !important;
  height:40px !important;
  min-width:40px !important;
  flex:0 0 40px !important;
  border:0 !important;
  border-radius:11px !important;
  background:#071128 url('/assets/logo-ai24solutions.png?v=1') center/cover no-repeat !important;
  box-shadow:0 0 22px rgba(70,139,255,.22) !important;
  overflow:hidden !important;
}
.logo-mark::before,
.logo-mark::after,
body.theme-v13 .logo-mark::before,
body.theme-v13 .logo-mark::after {
  content:none !important;
  display:none !important;
}
.header .logo-mark { display:inline-block !important; }
.lang-en h1,
.lang-en h2,
.lang-en h3,
.lang-en p,
.lang-en .planet-card,
.lang-en .ai24-use-case,
.lang-en .ai24-delivery-step,
.lang-en .case-card {
  overflow-wrap:anywhere;
}
.lang-en .planet-hero h1 { max-width:820px; }
.lang-en .planet-hero .lead { max-width:720px; }
body.theme-v13 .menu-toggle {
  color:#f6f8fc !important;
  background:rgba(255,255,255,.06) !important;
  border-color:rgba(255,255,255,.16) !important;
  box-shadow:none !important;
}
body.theme-v13 .menu-toggle:hover,
body.theme-v13 .menu-toggle:focus-visible {
  background:rgba(255,255,255,.11) !important;
  border-color:rgba(255,255,255,.26) !important;
}
@media (max-width:1050px) {
  .header { padding:11px 0 !important; }
  .header-inner { min-height:44px; }
  .mobile-nav { inset:66px 0 0 !important; overflow-y:auto; overscroll-behavior:contain; }
  .lang-en .planet-hero .hero-grid { gap:30px !important; }
}
@media (max-width:680px) {
  .header { padding:9px 0 !important; }
  .header-inner { gap:7px !important; }
  .header .logo { gap:8px !important; font-size:15px !important; flex:0 1 auto; min-width:0; }
  .header .logo-mark {
    display:inline-block !important;
    width:34px !important;
    height:34px !important;
    min-width:34px !important;
    flex-basis:34px !important;
    border-radius:9px !important;
  }
  .header-actions { gap:5px !important; }
  .lang-switch { min-width:37px !important; min-height:36px; padding:7px 8px !important; }
  .menu-toggle { min-width:58px !important; min-height:36px; padding:7px 8px !important; font-size:13px; }
  body.theme-v13 .planet-hero { padding:42px 0 34px !important; }
  body.theme-v13 .planet-hero h1 { font-size:clamp(32px,9.4vw,40px) !important; line-height:1.04 !important; }
  body.theme-v13 .planet-hero .lead { font-size:16px !important; line-height:1.55; }
  body.theme-v13 .planet-system { min-height:470px !important; border-radius:23px !important; }
  body.theme-v13 .planet-core { width:174px !important; height:174px !important; }
  body.theme-v13 .orbit-1 { width:235px !important; height:235px !important; }
  body.theme-v13 .orbit-2 { width:295px !important; height:220px !important; }
  body.theme-v13 .orbit-3 { width:350px !important; height:290px !important; }
  body.theme-v13 .planet-card { width:144px !important; padding:9px 10px !important; gap:8px !important; }
  body.theme-v13 .planet-icon { width:27px !important; height:27px !important; }
  body.theme-v13 .card-client { left:9px !important; top:15px !important; }
  body.theme-v13 .card-crm { right:9px !important; top:79px !important; }
  body.theme-v13 .card-knowledge { left:9px !important; bottom:50px !important; }
  body.theme-v13 .card-quality { right:9px !important; bottom:102px !important; }
  .ai24-use-cases-head,
  .ai24-cases-head,
  .ai24-team-head { gap:16px !important; }
}
@media (max-width:380px) {
  .header .logo > span:last-child { display:none !important; }
  .header .logo { flex:0 0 34px !important; }
  .header-actions { margin-left:auto; }
  body.theme-v13 .planet-hero h1 { font-size:30px !important; }
  body.theme-v13 .planet-system { min-height:440px !important; }
  body.theme-v13 .planet-card { width:132px !important; padding:8px !important; }
  body.theme-v13 .planet-card strong { font-size:11px !important; }
  body.theme-v13 .planet-card small { font-size:9px !important; }
  body.theme-v13 .card-client { left:6px !important; }
  body.theme-v13 .card-crm { right:6px !important; }
  body.theme-v13 .card-knowledge { left:6px !important; }
  body.theme-v13 .card-quality { right:6px !important; }
}

/* AI24 V14 — Academy, Career Center and learning products */
.academy-page{background:#071225}
.academy-page .page-hero,.academy-page .section:not(.section-light){background:#071225;color:#f7f8ff}
.academy-page .section-light{color:#101828}
.academy-hero{position:relative;overflow:hidden;padding:112px 0 96px;background:radial-gradient(circle at 75% 35%,rgba(111,92,255,.24),transparent 32%),linear-gradient(135deg,#101a42 0%,#071225 56%,#071b2f 100%);color:#fff}
.academy-hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(116,151,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(116,151,255,.045) 1px,transparent 1px);background-size:52px 52px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.8),transparent)}
.academy-hero--compact{padding:96px 0 80px}.academy-course-hero{padding:100px 0 86px}.academy-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);gap:72px;align-items:center}.academy-hero h1{max-width:880px;font-size:clamp(48px,5vw,76px);line-height:1.02;letter-spacing:-.045em}.academy-hero .lead{max-width:760px;color:#aebbd1}.academy-page-hero{background:linear-gradient(135deg,#0d1638,#071225)!important}.academy-page-hero h1{max-width:930px}
.academy-orbit{position:relative;width:min(520px,100%);aspect-ratio:1;border:1px solid rgba(125,161,255,.22);border-radius:34%;background:radial-gradient(circle,rgba(111,92,255,.28),rgba(14,25,57,.55) 44%,rgba(7,18,37,.95) 72%);box-shadow:inset 0 0 80px rgba(77,129,255,.12),0 30px 90px rgba(0,0,0,.32)}.academy-orbit:before,.academy-orbit:after{content:"";position:absolute;border:1px solid rgba(130,162,255,.22);border-radius:50%;inset:13%}.academy-orbit:after{inset:25%;transform:rotate(30deg)}.academy-orbit-core{position:absolute;inset:35%;display:grid;place-items:center;text-align:center;border-radius:50%;background:radial-gradient(circle at 35% 30%,#d8e9ff,#8a6dff 34%,#422d9b 70%,#131b4f);box-shadow:0 0 46px rgba(98,145,255,.5);font-weight:800;font-size:24px}.academy-orbit-item{position:absolute;padding:11px 16px;border:1px solid rgba(148,174,255,.22);border-radius:14px;background:rgba(7,18,37,.88);box-shadow:0 16px 42px rgba(0,0,0,.28);font-weight:700}.academy-orbit .item-1{left:4%;top:20%}.academy-orbit .item-2{right:1%;top:28%}.academy-orbit .item-3{right:8%;bottom:18%}.academy-orbit .item-4{left:8%;bottom:15%}
.academy-route-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.academy-route-grid:has(>article:nth-child(3)){grid-template-columns:repeat(3,minmax(0,1fr))}.academy-route-card,.academy-program-card,.academy-profile-card,.academy-course-facts,.academy-corporate-panel,.academy-career-check{border:1px solid rgba(132,160,232,.2);border-radius:26px;background:linear-gradient(145deg,rgba(22,34,73,.92),rgba(8,20,42,.96));box-shadow:0 24px 70px rgba(0,0,0,.2);color:#f4f6ff}.section-light .academy-route-card,.section-light .academy-program-card{background:#fff;color:#101828;border-color:rgba(16,24,40,.1);box-shadow:0 18px 44px rgba(24,39,75,.08)}.academy-route-card{padding:32px}.academy-route-card>span{display:inline-flex;margin-bottom:24px;color:#7fdcff;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.academy-route-card h3{font-size:26px}.academy-route-card p{color:#aab7cf}.section-light .academy-route-card p{color:#667085}
.academy-program-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.academy-program-grid--secondary{margin-top:24px}.academy-program-card{display:flex;flex-direction:column;min-height:330px;padding:30px;text-decoration:none;transition:transform .25s ease,border-color .25s ease}.academy-program-card:hover{transform:translateY(-5px);border-color:rgba(100,163,255,.55)}.academy-program-card--featured{background:linear-gradient(145deg,#162452,#312175)!important}.academy-program-card h3{font-size:27px;line-height:1.15;margin:18px 0 14px}.academy-program-card p{color:#aab7cf;flex:1}.section-light .academy-program-card p{color:#667085}.academy-program-card strong{margin-top:24px;color:#7fdcff}.academy-status{display:inline-flex;width:max-content;max-width:100%;padding:8px 12px;border-radius:999px;background:rgba(94,111,255,.18);border:1px solid rgba(139,157,255,.26);color:#b8c9ff;font-size:13px;font-weight:800;letter-spacing:.02em}.section-light .academy-status{background:#eef2ff;color:#4855a9;border-color:#d9e0ff}.academy-status--planned{background:#f3f4f6!important;color:#667085!important;border-color:#e4e7ec!important}.academy-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.academy-tags span{padding:7px 10px;border-radius:999px;background:rgba(255,255,255,.07);font-size:12px;color:#c3cee2}.section-light .academy-tags span{background:#f2f4f7;color:#667085}.academy-roadmap{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:28px;padding:25px 28px;border:1px dashed rgba(89,102,168,.3);border-radius:22px;background:rgba(255,255,255,.55)}.academy-roadmap p{margin:7px 0 0;color:#667085}
.academy-split{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr);gap:64px;align-items:center}.academy-profile-card{padding:34px}.academy-profile-card h3{font-size:30px;margin:22px 0}.academy-profile-card>p{color:#aab7cf}.academy-profile-row{display:grid;grid-template-columns:46px 1fr;gap:14px;align-items:center;padding:16px 0;border-top:1px solid rgba(148,174,255,.16)}.academy-profile-row span{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:#1a2b59;color:#9ccfff;font-weight:800}.academy-profile-row p{margin:0;color:#d6deee}.academy-corporate-panel,.academy-course-facts,.academy-career-check{padding:30px}.academy-corporate-panel{display:grid;gap:12px}.academy-corporate-panel strong{font-size:24px;margin-bottom:8px}.academy-corporate-panel span{padding:14px 16px;border-radius:14px;background:rgba(255,255,255,.055);color:#c8d2e6}.academy-course-facts{display:grid;gap:0}.academy-course-facts>div{display:flex;justify-content:space-between;gap:22px;padding:18px 0;border-bottom:1px solid rgba(148,174,255,.16)}.academy-course-facts>div:last-child{border-bottom:0}.academy-course-facts span{color:#91a1bd}.academy-course-facts strong{text-align:right}.academy-curriculum{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.academy-module{display:grid;grid-template-columns:58px 1fr;gap:18px;padding:26px;border:1px solid rgba(16,24,40,.1);border-radius:22px;background:#fff;color:#101828;box-shadow:0 14px 36px rgba(24,39,75,.06)}.academy-page .section:not(.section-light) .academy-module{background:rgba(15,29,58,.82);border-color:rgba(132,160,232,.18);color:#fff}.academy-module>span{display:grid;place-items:center;width:48px;height:48px;border-radius:15px;background:linear-gradient(135deg,#745dff,#3fc6f2);font-weight:900;color:#fff}.academy-module h3{font-size:22px;margin:1px 0 8px}.academy-module p{margin:0;color:#667085}.academy-page .section:not(.section-light) .academy-module p{color:#aab7cf}.career-steps{display:grid;gap:16px}.career-steps article{display:grid;grid-template-columns:66px 1fr;gap:22px;padding:24px 26px;border:1px solid rgba(132,160,232,.18);border-radius:22px;background:rgba(15,29,58,.78)}.career-steps article>span{display:grid;place-items:center;width:52px;height:52px;border-radius:16px;background:#172956;color:#8fdcff;font-weight:900}.career-steps h3{margin:2px 0 8px;font-size:24px}.career-steps p{margin:0;color:#aab7cf}.academy-career-check{display:grid;gap:0}.academy-career-check>strong{font-size:24px;margin-bottom:14px}.academy-career-check>div{display:flex;justify-content:space-between;gap:16px;padding:15px 0;border-top:1px solid rgba(148,174,255,.15)}.academy-career-check span{color:#9eabc1}.academy-career-check b{color:#8fe0ff}.academy-home-section{background:linear-gradient(135deg,#0d183d,#071225)!important;color:#fff}.academy-home-card{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(330px,.9fr);gap:56px;align-items:center;padding:52px;border:1px solid rgba(132,160,232,.2);border-radius:30px;background:radial-gradient(circle at 80% 30%,rgba(111,92,255,.24),transparent 38%),rgba(10,23,49,.86)}.academy-home-card .lead{color:#aab7cf}.academy-home-links{display:grid;gap:12px}.academy-home-links a{display:flex;justify-content:space-between;gap:18px;padding:18px 20px;border:1px solid rgba(148,174,255,.18);border-radius:16px;background:rgba(255,255,255,.045);color:#fff;text-decoration:none;font-weight:700}.academy-home-links a:hover{border-color:#5ec7ff}.academy-page .form-card{background:#fff}.academy-page .form-shell h2,.academy-page .section-light h2{color:#101828}.academy-page .form-shell .lead{color:#667085}
@media (min-width:1101px) and (max-width:1500px){.header .nav{gap:18px;font-size:14px}.header-inner{gap:20px}.header .btn-small{padding-left:17px;padding-right:17px}}
@media (max-width:1100px){.academy-hero-grid,.academy-split,.academy-home-card{grid-template-columns:1fr}.academy-orbit{max-width:520px;margin:0 auto}.academy-program-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.academy-route-grid:has(>article:nth-child(3)){grid-template-columns:1fr}.academy-home-card{padding:38px}}
@media (max-width:720px){.academy-hero,.academy-hero--compact,.academy-course-hero{padding:82px 0 66px}.academy-hero h1{font-size:clamp(40px,13vw,58px)}.academy-hero-grid{gap:42px}.academy-orbit{width:100%;border-radius:28%}.academy-orbit-item{font-size:12px;padding:8px 10px}.academy-orbit-core{font-size:18px}.academy-route-grid,.academy-program-grid,.academy-curriculum{grid-template-columns:1fr}.academy-program-card{min-height:0}.academy-roadmap{align-items:flex-start;flex-direction:column}.academy-course-facts>div{flex-direction:column;gap:5px}.academy-course-facts strong{text-align:left}.academy-module{grid-template-columns:46px 1fr;padding:20px}.academy-module>span{width:42px;height:42px}.career-steps article{grid-template-columns:48px 1fr;padding:20px}.career-steps article>span{width:42px;height:42px}.academy-home-card{padding:26px}.academy-profile-card,.academy-course-facts,.academy-corporate-panel,.academy-career-check{padding:24px}.academy-page .hero-actions .btn{width:100%}}
@media (max-width:380px){.academy-orbit-item{position:static;display:inline-flex;margin:6px}.academy-orbit{display:flex;flex-wrap:wrap;align-content:flex-end;justify-content:center;padding:250px 14px 24px;aspect-ratio:auto;min-height:470px}.academy-orbit-core{inset:17% 26% 43%}.academy-route-card,.academy-program-card{padding:24px}.academy-home-card{padding:22px}.academy-module h3{font-size:19px}}

/* V14 mobile overflow hardening */
.academy-hero-grid > * { min-width:0; }
.academy-hero h1 { width:100%; max-width:100%; overflow-wrap:anywhere; word-break:normal; }
.academy-status { white-space:normal; overflow-wrap:anywhere; }
.academy-program-card,.academy-route-card,.academy-profile-card,.academy-course-facts,.academy-corporate-panel,.academy-career-check { min-width:0; }
@media (max-width:720px){
  .academy-hero h1{font-size:clamp(34px,10.5vw,46px);overflow-wrap:normal;word-break:normal;hyphens:auto}
}


/* V14.1 — marketing and UX cleanup */
body.theme-v13 .planet-hero h1{font-size:clamp(38px,4.45vw,58px);max-width:760px;line-height:1.04}
.header .nav{gap:28px}
.audience-choice-section{padding:74px 0;background:#071225;color:#fff}
.audience-choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.audience-choice-card{position:relative;overflow:hidden;min-height:300px;padding:38px;border:1px solid rgba(148,174,255,.2);border-radius:28px;background:rgba(14,29,61,.88);box-shadow:0 24px 60px rgba(4,10,28,.22)}
.audience-choice-card:after{content:"";position:absolute;width:260px;height:260px;border-radius:50%;right:-90px;top:-100px;background:radial-gradient(circle,rgba(95,191,239,.24),transparent 68%);pointer-events:none}
.audience-choice-card--academy:after{background:radial-gradient(circle,rgba(125,98,255,.30),transparent 68%)}
.audience-choice-card .eyebrow{color:#8eddf7}.audience-choice-card--academy .eyebrow{color:#c6baff}
.audience-choice-card h2{position:relative;z-index:1;margin:14px 0 16px;font-size:clamp(30px,3vw,44px);color:#fff}
.audience-choice-card p{position:relative;z-index:1;max-width:610px;color:#b8c4d7;font-size:17px;line-height:1.65}
.audience-choice-actions{position:relative;z-index:1;display:flex;align-items:center;gap:22px;flex-wrap:wrap;margin-top:30px}
.audience-choice-card .text-link{color:#e8ecf7}
.audience-choice-card .btn-secondary{color:#fff;border-color:rgba(255,255,255,.22);background:rgba(255,255,255,.05)}
.founder-public-section{overflow:hidden}
.founder-public-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(330px,.85fr);gap:64px;align-items:center}
.founder-public-grid h2{font-size:clamp(42px,5vw,68px);margin:16px 0 20px}
.founder-public-card{display:grid;grid-template-columns:86px 1fr;gap:24px;align-items:center;padding:32px;border:1px solid rgba(25,39,66,.12);border-radius:26px;background:#fff;box-shadow:0 24px 60px rgba(24,39,75,.10)}
.founder-public-mark{display:grid;place-items:center;width:82px;height:82px;border-radius:24px;background:linear-gradient(145deg,#15243f,#283f63);color:#fff;font-size:38px;font-weight:900;box-shadow:0 16px 34px rgba(21,36,63,.22)}
.founder-public-card strong{display:block;font-size:22px;line-height:1.3;color:#111827}.founder-public-card p{margin:10px 0 0;color:#667085;line-height:1.6}
.delivery-outcomes-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-top:38px}
.delivery-outcomes-grid article{padding:26px;border:1px solid rgba(132,160,232,.17);border-radius:22px;background:rgba(15,29,58,.75)}
.delivery-outcomes-grid article>span{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:linear-gradient(135deg,#745dff,#3fc6f2);color:#fff;font-weight:900}
.delivery-outcomes-grid h3{margin:22px 0 10px;color:#fff;font-size:21px}.delivery-outcomes-grid p{margin:0;color:#aab7cf;line-height:1.6}
.about-public-hero .narrow{max-width:980px}.about-public-hero h1{max-width:930px}
@media(max-width:1000px){.audience-choice-grid,.founder-public-grid{grid-template-columns:1fr}.delivery-outcomes-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.founder-public-card{max-width:720px}}
@media(max-width:720px){body.theme-v13 .planet-hero h1{font-size:clamp(32px,9.2vw,40px)!important}.audience-choice-section{padding:54px 0}.audience-choice-card{min-height:0;padding:27px;border-radius:22px}.audience-choice-card h2{font-size:30px}.audience-choice-actions{align-items:stretch;flex-direction:column}.audience-choice-actions .btn{width:100%}.founder-public-grid{gap:34px}.founder-public-grid h2{font-size:42px}.founder-public-card{grid-template-columns:62px 1fr;padding:24px}.founder-public-mark{width:60px;height:60px;border-radius:18px;font-size:29px}.founder-public-card strong{font-size:19px}.delivery-outcomes-grid{grid-template-columns:1fr}.delivery-outcomes-grid article{padding:23px}}


/* AI24 V14.3 — beginner-friendly Academy and readable course catalog */
.academy-page-hero .lead{color:#c7d2e7!important;max-width:900px}
.academy-course-hero .lead{color:#667085!important;max-width:820px}
.academy-page-hero .eyebrow{color:#78d7fb}
.academy-course-hero .eyebrow{color:#5363b3}
.academy-courses-hero{padding-bottom:64px}
.academy-courses-hero h1{max-width:980px}
.academy-audience-chips{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}
.academy-audience-chips span{padding:9px 14px;border:1px solid rgba(143,184,255,.24);border-radius:999px;background:rgba(255,255,255,.055);color:#dce8fa;font-size:14px;font-weight:700}
.academy-section-title>p{max-width:780px;color:#667085;font-size:18px;line-height:1.7}
.academy-light-eyebrow{color:#5363b3!important}
.academy-program-grid--primary{align-items:stretch}
.academy-program-card--simple{min-height:520px}
.section-light .academy-program-card--featured,.academy-program-card--featured{color:#fff!important;background:radial-gradient(circle at 82% 8%,rgba(103,209,255,.24),transparent 30%),linear-gradient(150deg,#122253,#33207d)!important;border-color:rgba(145,174,255,.34)!important;box-shadow:0 24px 60px rgba(24,32,99,.23)!important}
.section-light .academy-program-card--featured h3,.section-light .academy-program-card--featured p,.section-light .academy-program-card--featured strong{color:#fff!important}
.section-light .academy-program-card--featured p{color:#d3dcf0!important}
.section-light .academy-program-card--featured .academy-status{color:#eef4ff;background:rgba(255,255,255,.13);border-color:rgba(255,255,255,.2)}
.section-light .academy-program-card--featured .academy-tags span{color:#e5edff;background:rgba(255,255,255,.1)}
.academy-program-icon{display:grid;place-items:center;width:46px;height:46px;margin-top:24px;border-radius:15px;background:linear-gradient(135deg,#725cff,#49c8ef);color:#fff;font-weight:900;box-shadow:0 12px 28px rgba(82,105,245,.25)}
.academy-program-card--featured .academy-program-icon{background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.18);box-shadow:none}
.academy-program-result{display:grid;gap:5px;margin-top:22px;padding:17px 18px;border-radius:16px;background:#f5f7fb;border:1px solid #e8ecf3}
.academy-program-result span{color:#778198;font-size:12px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}
.academy-program-result strong{color:#172033!important;font-size:15px;line-height:1.45;margin:0!important}
.academy-program-card--featured .academy-program-result{background:rgba(255,255,255,.09);border-color:rgba(255,255,255,.13)}
.academy-program-card--featured .academy-program-result span{color:#bfcceb}
.academy-program-card--featured .academy-program-result strong{color:#fff!important}
.academy-card-link{display:inline-flex;margin-top:24px;color:#35bfe9!important;font-weight:800;text-decoration:none}
.academy-program-card--featured .academy-card-link{color:#8fe4ff!important}
.academy-program-card--compact{min-height:280px}
.academy-usecase-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.academy-usecase-grid article{padding:26px;border:1px solid rgba(132,160,232,.18);border-radius:22px;background:rgba(14,29,58,.82)}
.academy-usecase-grid article>span{display:grid;place-items:center;width:42px;height:42px;margin-bottom:20px;border-radius:13px;background:#172956;color:#8fe0ff;font-weight:900}
.academy-usecase-grid h3{font-size:22px;margin:0 0 10px}
.academy-usecase-grid p{margin:0;color:#aab7cf}
.academy-learning-section{background:linear-gradient(135deg,#0b1734,#101d43)}
.academy-learning-steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.academy-learning-steps article{padding:25px;border:1px solid rgba(141,176,255,.18);border-radius:22px;background:rgba(255,255,255,.045)}
.academy-learning-steps article>span{display:block;margin-bottom:28px;color:#78d7fb;font-weight:900;letter-spacing:.08em}
.academy-learning-steps h3{font-size:22px;margin:0 0 10px}
.academy-learning-steps p{margin:0;color:#b4c0d6}
.academy-page .section-light .academy-route-card{background:#fff;color:#101828}
.academy-page .section-light .academy-route-card>span{color:#5363b3}
.academy-page .section-light .academy-route-card p{color:#667085}
.academy-page .section-light .card{background:#fff;color:#101828;border-color:rgba(16,24,40,.1)}
.academy-page .section-light .card p{color:#667085}
.academy-page .form-shell>.lead,.academy-page .form-shell>div>.lead{color:#667085!important}
@media(max-width:1100px){.academy-usecase-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.academy-learning-steps{grid-template-columns:repeat(2,minmax(0,1fr))}.academy-program-card--simple{min-height:0}}
@media(max-width:720px){.academy-courses-hero{padding-bottom:52px}.academy-audience-chips{margin-top:22px}.academy-audience-chips span{font-size:13px}.academy-usecase-grid,.academy-learning-steps{grid-template-columns:1fr}.academy-usecase-grid article,.academy-learning-steps article{padding:22px}.academy-program-card--simple{padding:24px}.academy-program-card--simple h3{font-size:24px}.academy-section-title>p{font-size:16px}.academy-course-hero .lead{font-size:18px}}


/* V14.4 full-site QA fixes: compact meta chips and accessible consent rows */
.after-submit-note__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}
.after-submit-note__meta span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 7px 10px;
  border: 1px solid rgba(35, 52, 79, .09);
  border-radius: 999px;
  background: #fff;
  color: #52667e;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
}
.consent-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 12px;
  color: #4f5f73;
  font-size: 14px;
  line-height: 1.5;
}
.consent-check input[type="checkbox"] {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  accent-color: #6255d8;
}
.consent-check span { min-width: 0; }
.consent-check a {
  color: #4d56b8;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.consent-check a:hover { color: #303a98; }
@media (max-width: 680px) {
  .after-submit-note__meta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .after-submit-note__meta span {
    width: 100%;
    border-radius: 12px;
  }
}

/* V14.5 final bilingual responsive form hardening */
.form-shell > *,
.form-card,
.form-grid,
.field,
.after-submit-note,
.after-submit-note > div {
  min-width: 0;
}

.form-shell {
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  gap: clamp(28px, 4vw, 52px);
}

.after-submit-note {
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  overflow: hidden;
}

.after-submit-note strong,
.after-submit-note p,
.after-submit-note__meta,
.after-submit-note__meta span {
  min-width: 0;
  max-width: 100%;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.after-submit-note__meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.after-submit-note__meta span {
  width: 100%;
  justify-content: flex-start;
  border-radius: 12px;
  white-space: normal;
}

.form-card {
  width: 100%;
}

.field input,
.field textarea,
.field select {
  min-width: 0;
  min-height: 50px;
  font: inherit;
  line-height: 1.35;
}

.field select {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 44px;
  background-image: linear-gradient(45deg, transparent 50%, #52667e 50%), linear-gradient(135deg, #52667e 50%, transparent 50%);
  background-position: calc(100% - 18px) 50%, calc(100% - 12px) 50%;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

.consent-check.field.full {
  display: flex;
  grid-column: 1 / -1;
  margin-top: 2px;
}

.form-card .btn[type="submit"] {
  width: 100%;
}

@media (max-width: 1180px) {
  .form-shell {
    grid-template-columns: 1fr;
  }
  .form-card {
    max-width: 760px;
  }
  .after-submit-note__meta {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .form-card {
    padding: 20px;
    border-radius: 22px;
  }
  .after-submit-note {
    grid-template-columns: 1fr;
    padding: 18px;
  }
  .after-submit-note__icon {
    display: none;
  }
  .after-submit-note__meta {
    grid-template-columns: 1fr;
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
  .field.full,
  .consent-check.field.full {
    grid-column: auto;
  }
}

@media (max-width: 420px) {
  .form-card {
    padding: 16px;
  }
  .field label,
  .consent-check {
    font-size: 13px;
  }
  .field input,
  .field textarea,
  .field select {
    padding-left: 12px;
    padding-right: 12px;
  }
  .field select {
    padding-right: 40px;
  }
}

/* AI24 assistant viewport anchoring v14.6 */
.ai24a {
  position: fixed !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  overflow: visible !important;
  z-index: 2147483600 !important;
  pointer-events: none !important;
  transform: none !important;
  isolation: isolate !important;
}

.ai24a .ai24a-launcher {
  position: absolute !important;
  left: auto !important;
  right: 22px !important;
  bottom: calc(22px + env(safe-area-inset-bottom, 0px)) !important;
  transform: none !important;
  pointer-events: auto !important;
}

.ai24a .ai24a-launcher:hover {
  transform: translateY(-2px) !important;
}

.ai24a .ai24a-panel {
  position: absolute !important;
  left: auto !important;
  right: 20px !important;
  bottom: calc(20px + env(safe-area-inset-bottom, 0px)) !important;
  width: min(390px, calc(100% - 32px)) !important;
  max-width: calc(100% - 32px) !important;
  height: min(610px, calc(100dvh - 42px)) !important;
  max-height: calc(100dvh - 42px) !important;
  margin: 0 !important;
}

.ai24a .ai24a-panel.is-open,
.ai24a .ai24a-panel[aria-hidden="false"] {
  transform: translateY(0) scale(1) !important;
}

@media (max-width: 760px) {
  .ai24a .ai24a-launcher {
    left: auto !important;
    right: 14px !important;
    bottom: calc(16px + env(safe-area-inset-bottom, 0px)) !important;
  }

  .ai24a .ai24a-panel {
    left: 8px !important;
    right: 8px !important;
    bottom: calc(8px + env(safe-area-inset-bottom, 0px)) !important;
    width: auto !important;
    max-width: none !important;
    height: calc(100dvh - 16px - env(safe-area-inset-bottom, 0px)) !important;
    max-height: calc(100dvh - 16px - env(safe-area-inset-bottom, 0px)) !important;
  }
}

/* AI24 mobile assistant cookie clearance v14.6.1 */
@media (max-width: 760px) {
  body:has(.cookie.show) .ai24a .ai24a-launcher,
  body:has(.cookie.show) .ai24a-root .ai24a-launcher {
    bottom: calc(128px + env(safe-area-inset-bottom, 0px)) !important;
  }
}

/* V14.6.3 mobile header collision fix */
@media (max-width: 760px) {
  body.theme-v13 .header {
    overflow: hidden !important;
  }

  body.theme-v13 .header-inner {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 10px !important;
    min-width: 0 !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  body.theme-v13 .header .logo {
    min-width: 0 !important;
    max-width: 100% !important;
    overflow: hidden !important;
    gap: 9px !important;
  }

  body.theme-v13 .header .logo > span:last-child {
    min-width: 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  body.theme-v13 .header-actions {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 8px !important;
    min-width: 0 !important;
  }

  /*
   * На мобильном CTA уже есть крупной кнопкой в hero.
   * Убираем дубликат из узкой шапки, чтобы не сталкивать
   * логотип, переключатель языка и кнопку меню.
   */
  body.theme-v13 .header-actions > .btn {
    display: none !important;
  }

  body.theme-v13 .lang-switch {
    flex: 0 0 auto !important;
    min-width: 46px !important;
    width: 46px !important;
    height: 46px !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  body.theme-v13 .menu-toggle {
    flex: 0 0 auto !important;
    min-width: auto !important;
    white-space: nowrap !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
}

@media (max-width: 390px) {
  body.theme-v13 .header-inner {
    gap: 7px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  body.theme-v13 .header .logo {
    gap: 7px !important;
  }

  body.theme-v13 .header .logo > span:last-child {
    font-size: 18px !important;
  }

  body.theme-v13 .lang-switch {
    min-width: 42px !important;
    width: 42px !important;
    height: 42px !important;
  }

  body.theme-v13 .menu-toggle {
    padding-left: 11px !important;
    padding-right: 11px !important;
  }
}

/* AI24 answer-first GEO block v1 */
.answer-first {
  max-width: 760px;
  margin-top: 22px;
  padding: 18px 20px;
  border: 1px solid rgba(35, 52, 79, .10);
  border-radius: 18px;
  background: rgba(255, 255, 255, .82);
  box-sizing: border-box;
}

.answer-first strong {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 800;
  color: #485b73;
}

.answer-first p {
  margin: 0;
  color: #33465e;
  line-height: 1.65;
}

@media (max-width: 640px) {
  .answer-first {
    max-width: 100%;
    padding: 16px;
    border-radius: 16px;
  }
}
