
    :root{--bg:#f7f9fc;--surface:#fff;--ink:#10233f;--muted:#607089;--line:#dbe4ef;--blue:#1769e0;--blue2:#0e4fb1;--cyan:#16b8c4;--green:#16a36f;--navy:#0b2445;--shadow:0 24px 70px rgba(20,54,95,.12);--radius:28px;--max:1180px}
    *{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Manrope,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;color:var(--ink);background:radial-gradient(circle at 80% 10%,rgba(23,105,224,.08),transparent 26rem),radial-gradient(circle at 5% 33%,rgba(22,184,196,.07),transparent 22rem),var(--bg);line-height:1.55}a{color:inherit;text-decoration:none}.wrap{width:min(var(--max),calc(100% - 40px));margin:0 auto}.section{padding:104px 0}.eyebrow{display:inline-flex;align-items:center;gap:8px;padding:7px 12px;border-radius:999px;background:#eaf3ff;color:var(--blue2);font-weight:700;font-size:13px}.eyebrow i{width:8px;height:8px;border-radius:50%;background:var(--cyan)}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(40px,5vw,64px);line-height:1.08;letter-spacing:-.01em;margin-bottom:24px}h2{font-size:clamp(34px,4vw,52px);line-height:1.12;letter-spacing:-.008em;margin-bottom:18px}h3{font-size:22px;line-height:1.25;letter-spacing:0;margin-bottom:10px}.lead{font-size:20px;color:#41536c;max-width:760px}.muted{color:var(--muted)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:52px;padding:0 22px;border-radius:14px;font-weight:750;border:1px solid transparent;transition:.2s ease;cursor:pointer}.btn:hover{transform:translateY(-2px)}.btn-primary{background:linear-gradient(135deg,var(--blue),#0e57c5);color:#fff;box-shadow:0 12px 28px rgba(23,105,224,.25)}.btn-secondary{background:#fff;border-color:#c8d7e9}.btn-green{background:var(--green);color:#fff}.arrow{font-size:18px}
    header{position:sticky;top:0;z-index:50;backdrop-filter:blur(18px);background:rgba(247,249,252,.82);border-bottom:1px solid rgba(219,228,239,.8)}.nav{height:76px;display:flex;align-items:center;justify-content:space-between;gap:22px}.brand{display:flex;align-items:center;gap:11px;font-weight:850;letter-spacing:-.01em;font-size:20px;white-space:nowrap}.brandmark{width:38px;height:38px;border-radius:12px;background:linear-gradient(145deg,#196de7,#12b8c7);display:grid;place-items:center;box-shadow:0 10px 25px rgba(23,105,224,.22)}.brandmark svg{width:23px;height:23px}.brand small{display:block;font-size:10px;color:#71839a;font-weight:650;letter-spacing:0}.navlinks{display:flex;align-items:center;gap:26px;font-size:14px;font-weight:650}.navlinks a:hover{color:var(--blue)}.nav-actions{display:flex;align-items:center;gap:10px}.menu-btn{display:none;border:0;background:transparent;padding:8px}
    .hero{padding:88px 0 72px;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.06fr .94fr;gap:60px;align-items:center}.hero-copy .lead{max-width:680px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin:32px 0 28px}.industry-line{display:flex;gap:9px;flex-wrap:nowrap;color:#61748f;font-size:13px;white-space:nowrap}.industry-line span{padding:8px 11px;background:rgba(255,255,255,.72);border:1px solid #e1e9f2;border-radius:999px}.hero-visual{position:relative;min-height:540px}.orb{position:absolute;inset:25px 15px 15px 30px;border-radius:48% 52% 50% 50%;background:radial-gradient(circle at 58% 38%,rgba(255,255,255,.98),rgba(235,246,255,.92) 38%,rgba(198,226,255,.65) 72%,rgba(23,105,224,.05) 100%);border:1px solid rgba(146,185,229,.25);box-shadow:0 40px 90px rgba(23,105,224,.16)}.audit-card{position:absolute;left:7%;right:4%;top:13%;bottom:8%;padding:28px;border-radius:30px;background:rgba(255,255,255,.86);border:1px solid rgba(255,255,255,.9);box-shadow:var(--shadow);backdrop-filter:blur(14px);transform:rotate(-1.6deg)}.audit-head{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:30px}.audit-title{font-weight:850;font-size:18px}.status{padding:7px 10px;border-radius:999px;background:#e7f8f0;color:#0b855a;font-weight:750;font-size:12px}.score-ring{width:154px;height:154px;margin:8px auto 28px;border-radius:50%;background:conic-gradient(var(--blue) 0 86%,#e8eef6 86%);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;position:relative}.score-ring:after{content:"";position:absolute;inset:18px;border-radius:50%;background:#fff}.score-ring strong{position:relative;z-index:2;font-size:34px;line-height:1;letter-spacing:-.01em;color:var(--ink)}.score-ring span{position:relative;z-index:2;max-width:88px;color:#4a5f78;font-size:11px;font-weight:750;line-height:1.25;text-align:center}.metric{display:grid;grid-template-columns:130px 1fr 44px;gap:12px;align-items:center;font-size:12px;margin:13px 0}.metric b{font-size:12px}.track{height:8px;background:#eaf0f7;border-radius:999px;overflow:hidden}.track i{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,var(--blue),var(--cyan))}.float-note{position:absolute;right:0;bottom:14%;width:220px;padding:18px;border-radius:20px;background:#0d2a4d;color:#fff;box-shadow:0 25px 60px rgba(13,42,77,.22);transform:rotate(2deg)}.float-note strong{font-size:14px}.float-note p{font-size:12px;color:#bcd0e6;margin:6px 0 0}.float-dot{width:9px;height:9px;border-radius:50%;background:#33d1b0;display:inline-block;margin-right:8px}
    .strip{padding:18px 0 26px}.strip-card{border:1px solid #dfe8f2;background:rgba(255,255,255,.72);border-radius:18px;padding:17px 20px;display:flex;justify-content:center;gap:38px;flex-wrap:wrap;color:#607089;font-size:13px}.strip-card span{display:flex;align-items:center;gap:9px}.strip-card svg{width:18px;height:18px;stroke:var(--blue)}
    .intro-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:54px;align-items:start}.problem-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.card{background:rgba(255,255,255,.9);border:1px solid var(--line);border-radius:18px;padding:24px;box-shadow:0 12px 36px rgba(27,61,105,.05)}.icon{width:44px;height:44px;border-radius:13px;background:#edf5ff;color:var(--blue);display:grid;place-items:center;margin-bottom:18px}.icon svg{width:22px;height:22px;stroke:currentColor}.card p{margin-bottom:0;color:#667991;font-size:14px}
    .services{background:#0d2748;color:#fff;position:relative;overflow:hidden}.services:before{content:"";position:absolute;width:540px;height:540px;border-radius:50%;background:rgba(22,184,196,.11);right:-200px;top:-270px}.services .lead{color:#b9cce3}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:44px}.service-card{background:linear-gradient(180deg,rgba(255,255,255,.09),rgba(255,255,255,.05));border:1px solid rgba(255,255,255,.13);border-radius:24px;padding:26px;min-height:285px;display:flex;flex-direction:column;transition:.25s ease}.service-card:hover{transform:translateY(-5px);border-color:rgba(76,205,219,.48)}.service-card .icon{background:rgba(76,205,219,.12);color:#71e0e9}.service-card p{color:#b7c9de;font-size:14px;flex:1}.service-card a{color:#76dbe4;font-weight:750;font-size:14px}
    .process-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px;margin-top:48px}.step{position:relative;padding:18px 16px 8px}.step-num{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:var(--blue);color:#fff;font-size:12px;font-weight:850;margin-bottom:20px;box-shadow:0 8px 20px rgba(23,105,224,.22)}.step h3{font-size:16px}.step p{font-size:12px;color:#6d7e94;margin:0}
    .clients-box{background:#fff;border:1px solid var(--line);border-radius:32px;padding:38px 34px;box-shadow:0 20px 60px rgba(25,59,103,.07);text-align:center}
    .industry-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:30px;text-align:left}
    .industry-card{background:#f8fbfe;border:1px solid #e3e9f0;border-radius:18px;padding:22px;transition:.2s ease}
    .industry-card:hover{transform:translateY(-2px);border-color:#cbd7e4;box-shadow:0 10px 24px rgba(25,59,103,.08);background:#fff}
    .industry-card .icon{margin-bottom:14px}
    .industry-card .icon svg{width:22px;height:22px}
    .industry-card .icon-ecom{background:#fff0e8;color:#e26a2c}
    .industry-card .icon-fintech{background:#e8f8f0;color:#1a9f63}
    .industry-card .icon-insure{background:#ebeeff;color:#4a5de8}
    .industry-card .icon-delivery{background:#fff6e0;color:#d28a12}
    .industry-card .icon-edu{background:#f3eaff;color:#8a4de0}
    .industry-card .icon-med{background:#ffe8ec;color:#e23b55}
    .industry-card h3{font-size:18px;margin-bottom:8px}
    .industry-card p{margin:0;color:#667991;font-size:14px;line-height:1.45}
    .logo-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:10px;margin-top:30px}
    .logo{min-height:92px;border:1px solid #e3e9f0;border-radius:15px;display:flex;align-items:center;justify-content:center;padding:16px;background:#fff;overflow:hidden;transition:.2s ease}
    .logo:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(25,59,103,.08);border-color:#cbd7e4;background:#f9fbfd}
    .logo img{display:block;max-width:148px;max-height:52px;width:auto;height:auto;object-fit:contain}
    .logo svg.brand-logo{display:block;max-width:154px;max-height:52px;width:auto;height:auto}
    .logo.logo-wide img,.logo.logo-wide svg.brand-logo{max-width:164px}.logo img.logo-fill{max-width:166px;max-height:58px}.logo[title="О'КЕЙ"] img{max-width:174px;max-height:64px}
                .split{display:grid;grid-template-columns:1fr 1fr;gap:18px}.feature-panel{border-radius:30px;padding:34px;background:#fff;border:1px solid var(--line);box-shadow:0 20px 55px rgba(20,54,95,.06)}.feature-panel.dark{background:#0e2a4d;color:#fff;border-color:#0e2a4d}.feature-panel.dark .muted{color:#b8c9dc}.feature-list{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:26px}.mini{display:flex;gap:12px;align-items:flex-start}.mini .icon{width:36px;height:36px;border-radius:10px;margin:0;flex:none}.mini b{font-size:13px}.mini p{font-size:12px;margin:3px 0 0;color:#788aa1}.feature-panel.dark .mini p{color:#b6c8db}.jobs-list{margin-top:24px;background:#fff;color:var(--ink);border-radius:20px;border:1px solid #dce7f2;overflow:hidden}.job-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:center;padding:18px 20px;border-bottom:1px solid #e6edf5;transition:.2s ease}.job-row:last-child{border-bottom:0}.job-row:hover{background:#f7faff}.job-row h3{margin:0 0 5px;font-size:17px}.job-meta{font-size:12px;color:#71839a}.job-status{font-size:11px;padding:6px 9px;border-radius:999px;font-weight:800;white-space:nowrap}.job-status.open{background:#e5f8ef;color:#0d865c}.job-status.closed{background:#edf1f5;color:#7e8c9b}.jobs-footer{display:flex;justify-content:space-between;gap:14px;align-items:center;margin-top:16px}.jobs-footer a{color:#8de1e7;font-size:13px;font-weight:750}
    .faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:38px}details{background:#fff;border:1px solid var(--line);border-radius:16px;padding:0 18px}summary{cursor:pointer;list-style:none;padding:18px 0;font-weight:750;display:flex;justify-content:space-between;gap:20px}summary::-webkit-details-marker{display:none}summary:after{content:"+";font-size:22px;color:var(--blue);font-weight:500}details[open] summary:after{content:"–"}details p{padding:0 0 18px;color:#687b93;font-size:14px;margin:0}
    .cta-box{padding:48px;border-radius:34px;color:#fff;position:relative;overflow:hidden;background:linear-gradient(135deg,#0d2a4d 0%,#104c8e 58%,#0c8d9a 130%);display:flex;align-items:center;justify-content:space-between;gap:36px}.cta-box:after{content:"";position:absolute;width:330px;height:330px;border-radius:50%;right:-120px;top:-150px;border:60px solid rgba(255,255,255,.06)}.cta-box h2{max-width:720px;margin-bottom:10px}.cta-box p{color:#c5d7e9;margin:0;max-width:680px}
    footer{background:#081e39;color:#dce8f5;padding:58px 0 24px}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:34px}footer .brand{color:#fff}footer p,footer a{color:#9fb4cb;font-size:13px}footer a{display:block;margin:8px 0}footer h4{font-size:13px;color:#fff;margin:0 0 15px}.footer-bottom{margin-top:36px;padding-top:20px;border-top:1px solid rgba(255,255,255,.09);display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;font-size:12px;color:#7890aa}
    @media(max-width:1180px){.navlinks{display:none}.menu-btn{display:block}}
    @media(max-width:1000px){.hero-grid,.intro-grid,.split{grid-template-columns:1fr}.hero-visual{min-height:470px}.service-grid{grid-template-columns:repeat(2,1fr)}.process-grid{grid-template-columns:repeat(3,1fr)}.industry-grid{grid-template-columns:repeat(2,1fr)}.logo-grid{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:1.4fr 1fr 1fr}.footer-grid>div:last-child{grid-column:2/4}}
    @media(max-width:680px){.industry-line{overflow-x:auto;padding-bottom:4px}.wrap{width:min(var(--max),calc(100% - 24px))}.section{padding:72px 0}.nav{height:68px}.nav-actions .btn{display:none}h1{font-size:46px}.hero{padding-top:56px}.hero-grid{gap:32px}.hero-visual{min-height:0;height:auto}.audit-card{position:relative;left:auto;right:auto;top:auto;bottom:auto;height:auto;padding:20px}.float-note{display:none}.problem-cards,.faq-grid,.feature-list,.industry-grid{grid-template-columns:1fr}.service-grid{grid-template-columns:1fr}.process-grid{grid-template-columns:1fr 1fr}.step:after{display:none}.logo-grid{grid-template-columns:repeat(2,1fr)}.clients-box{padding:22px}.cta-box{padding:30px;display:block}.cta-box .btn{margin-top:24px}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/3}.footer-grid>div:last-child{grid-column:auto}}
  

    /* Mobile-first refinements: navigation and layouts down to 320px */
    .hero-grid>*{min-width:0}
    .hero-copy,.hero-visual{min-width:0;max-width:100%}
    .industry-line{min-width:0;max-width:100%;width:100%}

    html,body{max-width:100%;overflow-x:hidden}
    img,svg{max-width:100%}
    .menu-btn{width:48px;height:48px;min-width:48px;border:1px solid #d8e2ed;border-radius:14px;background:#fff;padding:0;place-items:center;color:var(--ink);box-shadow:0 6px 18px rgba(20,54,95,.06);-webkit-tap-highlight-color:transparent}
    .menu-bars{width:22px;height:16px;display:flex;flex-direction:column;justify-content:space-between}
    .menu-bars i{display:block;width:100%;height:2px;border-radius:999px;background:currentColor;transition:transform .2s ease,opacity .2s ease}
    .menu-btn[aria-expanded="true"] .menu-bars i:nth-child(1){transform:translateY(7px) rotate(45deg)}
    .menu-btn[aria-expanded="true"] .menu-bars i:nth-child(2){opacity:0}
    .menu-btn[aria-expanded="true"] .menu-bars i:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
    .logo[title="Билайн"] img.logo-beeline{width:min(100%,178px);max-width:178px;max-height:54px}
    .logo[title="О'КЕЙ"] img.logo-okey{width:min(100%,184px);max-width:184px;max-height:58px}

    @media(max-width:1180px){
      header{overflow:visible}
      .nav{position:relative;gap:14px}
      .menu-btn{display:grid}
      .navlinks{display:flex;position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:60;flex-direction:column;align-items:stretch;gap:2px;padding:10px;background:rgba(255,255,255,.98);border:1px solid #dbe4ef;border-radius:18px;box-shadow:0 22px 55px rgba(20,54,95,.18);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-8px) scale(.99);transform-origin:top;transition:opacity .18s ease,transform .18s ease,visibility .18s ease}
      .navlinks.is-open{opacity:1;visibility:visible;pointer-events:auto;transform:none}
      .navlinks a{display:block;padding:13px 14px;border-radius:11px;font-size:15px}
      .navlinks a:hover,.navlinks a:focus-visible{background:#eef5ff;color:var(--blue)}
    }

    /* Long brand + 6 links: keep desktop nav readable just above the burger breakpoint */
    @media(min-width:1181px) and (max-width:1320px){
      .nav{gap:14px}
      .brand{font-size:18px;gap:9px}
      .brandmark{width:34px;height:34px;border-radius:11px}
      .brandmark svg{width:20px;height:20px}
      .navlinks{gap:14px;font-size:13px}
      .nav-actions .btn{padding:0 16px;min-height:46px;font-size:13px}
    }

    @media(max-width:680px){
      .wrap{width:calc(100% - 28px)}
      .section{padding:64px 0}
      h1{font-size:clamp(36px,11vw,46px);line-height:1.08;letter-spacing:-.01em;margin-bottom:20px}
      h2{font-size:clamp(28px,8.7vw,36px);line-height:1.12;letter-spacing:-.008em}
      h3{font-size:20px}
      .lead{font-size:17px;line-height:1.5}
      .eyebrow{max-width:100%;white-space:normal;line-height:1.35}
      .nav{height:68px;gap:10px}
      .brand{gap:9px;font-size:18px;min-width:0}
      .brandmark{width:36px;height:36px;border-radius:11px;flex:none}
      .brand small{font-size:9px}
      .nav-actions{margin-left:auto}
      .nav-actions .btn{display:none}
      .menu-btn{width:46px;height:46px;min-width:46px;border-radius:13px}
      .navlinks{left:0;right:0}
      .hero{padding:42px 0 50px}
      .hero-grid{gap:30px}
      .hero-actions{display:grid;grid-template-columns:1fr;gap:10px;margin:26px 0 24px}
      .hero-actions .btn{width:100%;min-height:50px}
      .industry-line{margin-right:-14px;padding-right:14px;overflow-x:auto;overscroll-behavior-x:contain;scrollbar-width:none;-webkit-overflow-scrolling:touch}
      .industry-line::-webkit-scrollbar{display:none}
      .industry-line span{flex:none}
      .hero-visual{min-height:0;height:auto}
      .orb{inset:18px 0 8px 0;border-radius:34px}
      .audit-card{position:relative;left:auto;right:auto;top:auto;bottom:auto;height:auto;padding:20px;border-radius:24px;transform:none}
      .audit-head{gap:12px;margin-bottom:20px}
      .audit-title{font-size:16px}
      .status{padding:6px 8px;font-size:10px}
      .score-ring{width:136px;height:136px;margin:4px auto 20px}
      .score-ring:after{inset:16px}
      .score-ring strong{font-size:30px}
      .score-ring span{max-width:78px;font-size:11px;color:#3f546d}
      .metric{grid-template-columns:104px minmax(0,1fr) 36px;gap:8px;margin:11px 0}
      .metric b{font-size:11px;min-width:0}
      .float-note{display:none}
      .strip{padding:10px 0 18px}
      .strip-card{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:12px;font-size:12px;text-align:left}
      .strip-card span{min-width:0;padding:7px 8px;border-radius:10px;background:rgba(247,249,252,.8);align-items:flex-start;line-height:1.35}
      .intro-grid{gap:30px}
      .problem-cards{gap:12px}
      .card{padding:20px}
      .service-grid{gap:12px;margin-top:30px}
      .service-card{padding:22px;min-height:0}
      .process-grid{grid-template-columns:1fr;gap:0;margin-top:30px}
      .step{display:grid;grid-template-columns:42px minmax(0,1fr);column-gap:14px;padding:16px 0;border-bottom:1px solid #e2e9f1}
      .step:last-child{border-bottom:0}
      .step:after{display:none!important}
      .step-num{grid-row:1/3;margin:0;width:38px;height:38px}
      .step h3{grid-column:2;margin:2px 0 6px;font-size:17px}
      .step p{grid-column:2;font-size:13px;line-height:1.45}
      #clients{padding-top:0!important}
      .clients-box{padding:22px 18px;border-radius:24px}
      .clients-box h2{text-align:left!important}
      .logo-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:22px}
      .logo{min-height:82px;padding:11px 9px;border-radius:13px}
      .logo img,.logo svg.brand-logo,.logo.logo-wide img,.logo.logo-wide svg.brand-logo{max-width:100%;max-height:46px}
      .logo[title="Билайн"] img.logo-beeline{width:100%;max-width:148px;max-height:45px}
      .logo[title="О'КЕЙ"] img.logo-okey{width:100%;max-width:152px;max-height:46px}
      .split{gap:14px}
      .feature-panel{padding:24px 20px;border-radius:24px}
      .feature-list{gap:16px;margin-top:22px}
      .jobs-list{margin-top:20px}
      .job-row{grid-template-columns:1fr;gap:9px;padding:16px}
      .job-status{justify-self:start}
      .jobs-footer{align-items:flex-start;flex-direction:column;gap:5px}
      .faq-grid{gap:9px;margin-top:28px}
      details{padding:0 15px}
      summary{padding:16px 0;font-size:15px;line-height:1.35}
      .cta-box{padding:28px 22px;border-radius:26px;display:block}
      .cta-box:after{right:-180px;top:-180px;pointer-events:none}
      .cta-box .btn{width:100%;margin-top:22px;position:relative;z-index:1}
      footer{padding:48px 0 22px}
      .footer-grid{gap:26px}
    }

    @media(max-width:480px){
      .wrap{width:calc(100% - 24px)}
      .section{padding:56px 0}
      .hero{padding-top:34px}
      .hero-copy>.muted{font-size:14px}
      .hero-visual{min-height:0;height:auto}
      .audit-card{padding:17px}
      .metric{grid-template-columns:92px minmax(0,1fr) 33px;gap:7px}
      .strip-card{grid-template-columns:1fr}
      .logo-grid{gap:7px}
      .logo{min-height:78px;padding:10px 8px}
      .feature-panel{padding:22px 18px}
      .footer-grid{grid-template-columns:1fr}
      .footer-grid>div:first-child,.footer-grid>div:last-child{grid-column:auto}
      .footer-bottom{flex-direction:column;gap:8px}
    }

    @media(max-width:360px){
      .wrap{width:calc(100% - 20px)}
      h1{font-size:35px}
      h2{font-size:28px}
      .brand{font-size:16px;gap:7px}
      .brandmark{width:34px;height:34px}
      .brand small{font-size:8px}
      .menu-btn{width:44px;height:44px;min-width:44px}
      .hero-visual{min-height:0;height:auto}
      .audit-head{margin-bottom:15px}
      .score-ring{width:124px;height:124px;margin-bottom:16px}
      .score-ring:after{inset:15px}
      .score-ring strong{font-size:27px}
      .score-ring span{max-width:72px;font-size:10px;color:#3f546d}
      .metric{grid-template-columns:84px minmax(0,1fr) 31px;gap:6px;margin:10px 0}
      .metric b{font-size:10px}
      .clients-box{padding:20px 14px}
      .logo{min-height:74px;padding:9px 7px}
      .logo[title="Билайн"] img.logo-beeline,.logo[title="О'КЕЙ"] img.logo-okey{max-width:132px}
      .cta-box{padding:24px 18px}
    }


    /* =========================================================
       MODULAR SPACING SYSTEM
       8px-based scale. One shared vertical gap between adjacent
       light sections; no stacked section paddings / FAQ patches.
       ========================================================= */
    :root{
      --sp-1:8px;
      --sp-2:16px;
      --sp-3:24px;
      --sp-4:32px;
      --sp-5:40px;
      --sp-6:48px;
      --sp-7:56px;
      --sp-8:64px;
      --section-gap:64px;
      --section-gap-compact:40px;
      --page-gutter:20px;
    }

    .wrap{width:min(var(--max),calc(100% - (var(--page-gutter) * 2)))}

    /* Section rhythm: adjacent light sections share ONE gap, not two. */
    .section{padding:var(--section-gap) 0}
    main > .section + .section:not(.services){padding-top:0}
    main > .section.services + .section{padding-top:var(--section-gap)}
    #about{padding-bottom:var(--section-gap-compact)}
    #faq{padding-bottom:var(--section-gap-compact)}
    #contact{scroll-margin-top:84px}

    /* Typography / content rhythm comes from the same scale. */
    .eyebrow{margin-bottom:var(--sp-2)}
    .eyebrow + h1,.eyebrow + h2{margin-top:0!important}
    h2{margin-bottom:var(--sp-2)}
    .service-grid,.process-grid{margin-top:var(--sp-5)}
    .logo-grid,.industry-grid,.faq-grid{margin-top:var(--sp-4)}
    .feature-list{margin-top:var(--sp-3)}

    /* Hero + utility strip form one module. */
    .hero{padding:var(--section-gap) 0 var(--sp-5)}
    .strip{padding:0 0 var(--sp-3)}
    .strip + .section{padding-top:var(--section-gap)}

    /* Logo safety: artwork can shrink, never crop. */
    .logo{overflow:hidden}
    .logo > img,
    .logo > svg.brand-logo,
    .logo.logo-wide > img,
    .logo.logo-wide > svg.brand-logo{
      display:block;
      width:auto;
      height:auto;
      max-width:100%!important;
      max-height:52px;
      object-fit:contain;
      flex:0 1 auto;
      margin:auto;
    }
    .logo[title="Сбер"] img{width:min(132px,86%);max-width:86%!important}
    .logo[title="Ашан"]{display:flex;align-items:center;justify-content:center}
    .logo[title="Ашан"] .logo-auchan{display:block;width:min(148px,90%);max-width:90%!important;height:auto;margin:auto;transform:none;overflow:visible}
    .logo[title="Wildberries"] svg{height:auto}

    @media(max-width:1000px){
      :root{
        --section-gap:56px;
        --section-gap-compact:40px;
        --page-gutter:20px;
      }
      .service-grid,.process-grid{margin-top:var(--sp-4)}
      .logo-grid,.industry-grid,.faq-grid{margin-top:var(--sp-3)}
    }

    @media(max-width:680px){
      :root{
        --section-gap:48px;
        --section-gap-compact:40px;
        --page-gutter:16px;
      }

      /* Mobile typography and components */
      h1{font-size:clamp(34px,11vw,46px);line-height:1.08;letter-spacing:-.01em;margin-bottom:var(--sp-3)}
      h2{font-size:clamp(28px,8.7vw,36px);line-height:1.12;letter-spacing:-.008em;margin-bottom:var(--sp-2)}
      h3{font-size:20px}
      .lead{font-size:17px;line-height:1.5}
      .eyebrow{max-width:100%;white-space:normal;line-height:1.35;margin-bottom:var(--sp-2)}

      /* Hero: soft fade; no hard edge into the next module. */
      .hero{padding:var(--sp-4) 0 var(--sp-4);background:linear-gradient(180deg,rgba(255,255,255,.26) 0%,rgba(247,249,252,0) 100%)}
      .hero-grid{gap:var(--sp-3)}
      .hero-actions{display:grid;grid-template-columns:1fr;gap:10px;margin:var(--sp-3) 0}
      .hero-actions .btn{width:100%;min-height:50px}
      .hero-visual{min-height:0;height:auto;isolation:isolate}
      .hero-visual:before{content:"";position:absolute;z-index:-1;pointer-events:none;inset:-38px -72px -46px;background:radial-gradient(ellipse at 50% 48%,rgba(166,207,255,.30) 0%,rgba(205,228,255,.18) 44%,rgba(247,249,252,0) 74%)}
      .hero .orb{display:none}
      .audit-card{position:relative;left:auto;right:auto;top:auto;bottom:auto;height:auto;transform:none}
      .float-note{display:none}
      .strip{padding:0 0 var(--sp-2);background:transparent}
      .strip + .section{padding-top:var(--section-gap)}

      /* Cards and grids use the same 8px scale. */
      .intro-grid{gap:var(--sp-4)}
      .problem-cards{gap:12px}
      .card{padding:var(--sp-3)}
      .service-grid{gap:12px;margin-top:var(--sp-3)}
      .service-card{padding:var(--sp-3);min-height:0}
      .process-grid{grid-template-columns:1fr;gap:0;margin-top:var(--sp-3)}
      .step{display:grid;grid-template-columns:42px minmax(0,1fr);column-gap:14px;padding:var(--sp-2) 0;border-bottom:1px solid #e2e9f1}
      .step:last-child{border-bottom:0}
      .step:after{display:none!important}
      .step-num{grid-row:1/3;margin:0;width:38px;height:38px}
      .step h3{grid-column:2;margin:2px 0 6px;font-size:17px}
      .step p{grid-column:2;font-size:13px;line-height:1.45}

      .clients-box{padding:var(--sp-3) var(--sp-2);border-radius:24px}
      .clients-box h2{text-align:left!important}
      .logo-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:var(--sp-3)}
      .logo{min-height:72px;padding:8px;border-radius:12px}
      .logo > img,.logo > svg.brand-logo,.logo.logo-wide > img,.logo.logo-wide > svg.brand-logo{max-width:94%!important;max-height:44px}
      .logo[title="Магнит"] img{width:116px}
      .logo[title="ВТБ"] img{width:106px}
      .logo[title="Ozon"] img{width:112px}
      .logo[title="Альфа-Банк"] img{width:112px}
      .logo[title="Wildberries"] svg{width:126px;max-width:96%!important}
      .logo[title="Билайн"] img.logo-beeline{width:118px;max-height:42px}
      .logo[title="АндерСон"] img{width:112px;max-height:42px}
      .logo[title="О'КЕЙ"] img.logo-okey{width:120px;max-height:44px}
      .logo[title="Ашан"] .logo-auchan{width:122px;max-width:90%!important}
      .logo[title="Сбер"] img{width:118px;max-width:86%!important}

      /* Extra-wide marks get a full row on narrow screens. */
      .logo[title="Кофемания"],.logo[title="Яндекс Маркет"],.logo[title="Газпромбанк"]{grid-column:1/-1;min-height:64px}
      .logo[title="Кофемания"] svg{width:210px;max-width:88%!important}
      .logo[title="Яндекс Маркет"] svg{width:198px;max-width:86%!important}
      .logo[title="Газпромбанк"] svg{width:220px;max-width:90%!important}

      .split{gap:var(--sp-2)}
      .feature-panel{padding:var(--sp-3);border-radius:24px}
      .feature-list{gap:var(--sp-2);margin-top:var(--sp-3)}
      .faq-grid{gap:9px;margin-top:var(--sp-3)}
      details{padding:0 15px}
      summary{padding:var(--sp-2) 0;font-size:15px;line-height:1.35}
      .cta-box{padding:var(--sp-4) var(--sp-3);border-radius:26px;display:block}
      .cta-box .btn{width:100%;margin-top:var(--sp-3);position:relative;z-index:1}
    }

    @media(max-width:360px){
      /* 320px: keep the same 16px gutter; reduce components, not page breathing room. */
      h1{font-size:34px}
      h2{font-size:27px}
      .eyebrow{font-size:12px;padding:6px 10px}
      .hero-visual{min-height:0;height:auto}
      .audit-card{padding:16px}
      .clients-box{padding:var(--sp-2)}
      .logo{min-height:68px;padding:7px}
      .logo > img,.logo > svg.brand-logo,.logo.logo-wide > img,.logo.logo-wide > svg.brand-logo{max-height:41px}
      .logo[title="Wildberries"] svg{width:124px;max-width:96%!important}
      .logo[title="Билайн"] img.logo-beeline{width:114px;max-height:40px}
      .logo[title="О'КЕЙ"] img.logo-okey{width:116px;max-height:41px}
      .logo[title="Ашан"] .logo-auchan{width:116px}
      .cta-box{padding:var(--sp-3) var(--sp-2)}
    }



/* =========================================================
   INNER PAGES / STATIC SITE EXTENSIONS
   ========================================================= */
body.inner-page{background:radial-gradient(circle at 78% 6%,rgba(23,105,224,.08),transparent 28rem),radial-gradient(circle at 5% 42%,rgba(22,184,196,.06),transparent 22rem),var(--bg)}
.inner-page main>.section{padding:var(--section-gap) 0}
.inner-page main>.section+.section{padding-top:0}
.inner-page .page-hero{padding:64px 0 48px}
.breadcrumbs{display:flex;align-items:center;gap:8px;flex-wrap:wrap;color:#7b8ca2;font-size:13px;margin-bottom:24px}
.breadcrumbs a:hover{color:var(--blue)}
.breadcrumbs span{color:#a3afbd}
.page-hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr);gap:52px;align-items:center}
.page-hero h1{max-width:860px}
.page-hero .lead{max-width:760px}
.hero-panel{background:linear-gradient(145deg,#102c50,#115897);border-radius:30px;padding:30px;color:#fff;box-shadow:var(--shadow);position:relative;overflow:hidden}
.hero-panel:before{content:"";position:absolute;width:260px;height:260px;border-radius:50%;right:-110px;top:-120px;border:48px solid rgba(255,255,255,.06)}
.hero-panel>*{position:relative;z-index:1}
.hero-panel .kicker{font-size:12px;color:#9fe4ea;text-transform:uppercase;letter-spacing:.08em;font-weight:800}
.hero-panel h3{font-size:28px;margin:8px 0 20px;color:#fff}
.hero-panel ul{list-style:none;padding:0;margin:0;display:grid;gap:12px}
.hero-panel li{display:flex;gap:10px;align-items:center;color:#d4e3f2;font-size:14px;line-height:1.35;letter-spacing:0;font-weight:500}.hero-panel li:before{content:"";width:22px;height:22px;min-width:22px;border-radius:50%;background:rgba(51,209,176,.16) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2372ead0' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 13l4 4L19 7'/%3E%3C/svg%3E") center/12px 12px no-repeat}
.section-head{max-width:800px;margin-bottom:32px}
.section-head p{margin-bottom:0}
.info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.info-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:24px;box-shadow:0 12px 34px rgba(25,59,103,.045)}
.info-card .icon{margin-bottom:16px}
.info-card h3{font-size:19px}
.info-card p{font-size:14px;color:#687b93;margin:0}
.check-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.check-row{display:flex;gap:14px;align-items:flex-start;background:#fff;border:1px solid var(--line);border-radius:16px;padding:17px 18px}
.check-row .tick{width:30px;height:30px;min-width:30px;border-radius:9px;background:#eaf3ff;color:var(--blue);display:grid;place-items:center;font-weight:900}
.check-row b{display:block;margin-bottom:4px;font-size:14px}
.check-row p{margin:0;color:#71839a;font-size:13px}
.dark-band{background:#0d2748;color:#fff;position:relative;overflow:hidden}
.dark-band .lead,.dark-band .muted{color:#b9cce3}
.dark-band .step p{color:#b9cce3}
.dark-band .step-num{background:#1f73e6}
.pill-list{display:flex;flex-wrap:wrap;gap:9px;margin-top:24px}
.pill-list span{padding:9px 13px;border-radius:999px;background:#fff;border:1px solid #dfe7f0;color:#607089;font-size:13px}
.cta-inline{display:flex;align-items:center;justify-content:space-between;gap:28px;padding:34px;border-radius:26px;background:#fff;border:1px solid var(--line);box-shadow:0 18px 45px rgba(20,54,95,.06)}
.cta-inline h2{font-size:32px;margin-bottom:8px}.cta-inline p{margin:0;color:#667991}

/* Careers */
.career-hero{padding:64px 0 42px}
.vacancy-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.vacancy-card{display:flex;flex-direction:column;min-height:260px;background:#fff;border:1px solid var(--line);border-radius:24px;padding:24px;box-shadow:0 12px 34px rgba(25,59,103,.045)}
.vacancy-card.active{border-color:#b9d5fb;background:linear-gradient(180deg,#fff,#f7fbff)}
.vacancy-card .vacancy-status{align-self:flex-start;font-size:11px;padding:6px 9px;border-radius:999px;font-weight:800;margin-bottom:18px}
.vacancy-status.open{background:#e5f8ef;color:#0d865c}.vacancy-status.archive{background:#edf1f5;color:#7e8c9b}
.vacancy-card h3{font-size:22px}.vacancy-card p{color:#6a7d94;font-size:14px;flex:1}
.vacancy-card .job-meta{margin-bottom:18px}
.vacancy-card .btn{align-self:flex-start;min-height:46px;padding:0 16px}
.archive-list{background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden}
.archive-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:center;padding:21px 24px;border-bottom:1px solid #e6edf5}
.archive-row:last-child{border-bottom:0}.archive-row h3{font-size:18px;margin:0 0 5px}.archive-row p{margin:0;color:#71839a;font-size:13px}

/* Job detail */
.job-hero-tags{display:flex;flex-wrap:wrap;gap:9px;margin:24px 0 30px}
.job-hero-tags span{padding:9px 12px;border-radius:999px;background:#fff;border:1px solid #dfe7f0;color:#536a85;font-size:13px;font-weight:700}
.salary-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:26px;box-shadow:0 16px 44px rgba(20,54,95,.07)}
.salary-card .salary{font-size:38px;line-height:1.1;font-weight:900;letter-spacing:-.01em;margin:8px 0;color:var(--ink)}
.salary-card p{font-size:13px;color:#71839a}
.number-list{display:grid;gap:12px}
.number-row{display:grid;grid-template-columns:42px minmax(0,1fr);gap:14px;align-items:flex-start;background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px}
.number-row .n{width:36px;height:36px;border-radius:11px;background:var(--blue);color:#fff;display:grid;place-items:center;font-weight:850;font-size:12px}
.number-row h3{font-size:16px;margin:1px 0 5px}.number-row p{margin:0;color:#6d7f95;font-size:13px}
.hr-box{background:linear-gradient(135deg,#102c50,#0c7f91);border-radius:30px;padding:36px;color:#fff;display:grid;grid-template-columns:1fr auto;align-items:center;gap:30px}
.hr-box h2{font-size:34px;margin-bottom:8px}.hr-box p{margin:0;color:#c9dce9;max-width:720px}

/* Legal */
.legal-wrap{max-width:900px}
.legal-card{background:#fff;border:1px solid var(--line);border-radius:26px;padding:34px;box-shadow:0 14px 42px rgba(20,54,95,.05)}
.legal-card h2{font-size:28px;margin-top:34px}.legal-card h2:first-child{margin-top:0}
.legal-card h3{font-size:18px;margin-top:24px}.legal-card p,.legal-card li{color:#526780;font-size:14px}
.legal-card ul,.legal-card ol{padding-left:22px}.legal-card li{margin:7px 0}
.legal-meta{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:20px 0 28px}
.legal-meta div{background:#f6f9fc;border:1px solid #e4ebf3;border-radius:14px;padding:14px}
.legal-meta b{display:block;font-size:12px;color:#7b8ca2;margin-bottom:5px}.legal-meta span{font-size:14px}

/* Active nav & small helpers */
.navlinks a.active{color:var(--blue)}
.back-link{display:inline-flex;gap:7px;align-items:center;color:#59718e;font-size:13px;font-weight:700;margin-top:18px}
.back-link:hover{color:var(--blue)}

@media(max-width:1000px){
 .page-hero-grid{grid-template-columns:1fr;gap:30px}.info-grid,.vacancy-grid{grid-template-columns:repeat(2,1fr)}
 .hr-box{grid-template-columns:1fr}.hr-box .btn{justify-self:start}.cta-inline{align-items:flex-start;flex-direction:column}
}
@media(max-width:680px){
 .inner-page .page-hero,.career-hero{padding:40px 0 34px}.page-hero-grid{gap:24px}.hero-panel{padding:24px;border-radius:24px}
 .hero-panel h3{font-size:24px}.info-grid,.vacancy-grid,.check-grid{grid-template-columns:1fr}.info-card{padding:21px}.cta-inline{padding:24px}.cta-inline h2{font-size:28px}
 .archive-row{grid-template-columns:1fr;gap:10px;padding:18px}.hr-box{padding:28px 22px}.hr-box h2{font-size:29px}.legal-card{padding:24px 20px}.legal-meta{grid-template-columns:1fr}
}


/* =========================================================
   AUG 2026 POLISH: archive badges, section padding, contacts
   ========================================================= */
/* Sections that introduce their own background must keep internal top padding. */
.inner-page main > .section.dark-band{padding-top:var(--section-gap)}
.inner-page main > .section.dark-band + .section{padding-top:var(--section-gap)}

/* Archive statuses: neutral, deliberate, not disabled-looking. */
.job-status.closed,.vacancy-status.archive{
  display:inline-flex;align-items:center;gap:7px;
  background:#f0f4f8;color:#5f7186;border:1px solid #dce5ee;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.7)
}
.job-status.closed:before,.vacancy-status.archive:before{
  content:"";width:6px;height:6px;border-radius:50%;background:#94a4b5;flex:none
}

/* Header has one more navigation item now. */
.navlinks{gap:18px}

/* Contacts */
.contact-hero{padding-bottom:38px!important}
.contact-section{padding-top:28px!important}
.contact-layout{display:grid;grid-template-columns:minmax(320px,.78fr) minmax(0,1.22fr);gap:18px;align-items:stretch}
.contact-stack{display:grid;grid-template-columns:1fr;gap:12px}
.contact-card{display:grid;grid-template-columns:46px minmax(0,1fr);gap:16px;align-items:start;background:#fff;border:1px solid var(--line);border-radius:20px;padding:20px;box-shadow:0 12px 34px rgba(25,59,103,.045)}
.contact-card-primary{border-color:#c9ddf8;background:linear-gradient(145deg,#fff,#f7fbff)}
.contact-icon{width:46px;height:46px;border-radius:14px;background:#eaf3ff;color:var(--blue);display:grid;place-items:center;font-size:20px;font-weight:800}
.contact-icon svg{width:22px;height:22px}
.contact-label{display:block;color:#71839a;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.07em;margin-bottom:4px}
.contact-card h3{font-size:19px;margin:0 0 6px}.contact-card p{font-size:13px;color:#6d7f95;margin:0 0 10px}.contact-card a{color:var(--blue);font-size:13px;font-weight:800}
.demo-address-note{display:block;margin-top:9px;color:#9a6c23;font-size:10px;line-height:1.4}
.map-card{display:flex;flex-direction:column;background:#fff;border:1px solid var(--line);border-radius:26px;padding:22px;box-shadow:0 18px 48px rgba(20,54,95,.06);min-height:560px}
.map-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:18px}.map-head h2{font-size:34px;margin:0}.map-head .eyebrow{margin-bottom:10px}.map-link{color:var(--blue);font-size:13px;font-weight:800;white-space:nowrap;margin-bottom:5px}
.map-frame{flex:1;min-height:390px;border-radius:19px;overflow:hidden;border:1px solid #dbe4ef;background:#e9eff5}.map-frame iframe{display:block;border:0}
.map-meta{display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap;color:#71839a;font-size:12px;padding-top:14px}

@media(max-width:1000px){
  .contact-layout{grid-template-columns:1fr}.map-card{min-height:520px}.navlinks{gap:2px}
}
@media(max-width:680px){
  .inner-page main > .section.dark-band,.inner-page main > .section.dark-band + .section{padding-top:var(--section-gap)}
  .contact-hero{padding-bottom:26px!important}.contact-section{padding-top:20px!important}
  .contact-card{grid-template-columns:40px minmax(0,1fr);padding:18px;gap:13px}.contact-icon{width:40px;height:40px;border-radius:12px;font-size:17px}
  .map-card{padding:16px;border-radius:22px;min-height:450px}.map-head{display:block}.map-head h2{font-size:29px}.map-link{display:inline-block;margin:0 0 14px}.map-frame{min-height:310px}.map-meta{display:grid;gap:5px}
}


/* Legal pages: tighter transition from page hero to document content */
.legal-page .page-hero{padding-bottom:24px}
.legal-page .page-hero + .section{padding-top:24px}

@media(max-width:680px){
  .legal-page .page-hero{padding-bottom:16px}
  .legal-page .page-hero + .section{padding-top:16px}
}


/* =========================================================
   Project request modal — UI prototype, no backend submission
   ========================================================= */
.project-dialog{
  width:min(640px,calc(100% - 32px));max-height:min(760px,calc(100dvh - 32px));
  margin:auto;padding:0;border:0;border-radius:28px;background:transparent;color:var(--ink);
  box-shadow:0 36px 100px rgba(5,27,54,.32);overflow:hidden
}
.project-dialog::backdrop{background:rgba(7,25,48,.62);backdrop-filter:blur(7px);-webkit-backdrop-filter:blur(7px)}
.project-dialog[open]{animation:project-dialog-in .2s ease-out}
@keyframes project-dialog-in{from{opacity:0;transform:translateY(12px) scale(.985)}to{opacity:1;transform:none}}
.project-dialog-shell{
  position:relative;overflow-x:hidden;overflow-y:auto;max-height:inherit;
  background:linear-gradient(145deg,#fff 0%,#fbfdff 100%);border:1px solid rgba(215,226,239,.95);
  border-radius:28px;padding:32px;scrollbar-gutter:auto
}
.project-dialog-close{
  position:absolute;top:18px;right:18px;width:42px;height:42px;border:1px solid #dce6f0;border-radius:13px;
  display:grid;place-items:center;background:#f8fbfe;color:#526980;font-size:23px;line-height:1;cursor:pointer;transition:.18s ease
}
.project-dialog-close:hover{background:#edf5ff;color:var(--blue);border-color:#c7daef;transform:rotate(4deg)}
.project-modal-intro{padding-right:48px;margin-bottom:26px}
.project-modal-intro .eyebrow{margin-bottom:12px}
.project-modal-intro h2{font-size:36px;line-height:1.1;margin:0 0 10px;letter-spacing:-.01em}
.project-modal-intro p{margin:0;color:#63768e;font-size:14px;max-width:520px}
.project-modal-subject{display:inline-flex;align-items:center;gap:7px;margin-top:13px;padding:8px 11px;border-radius:11px;background:#edf5ff;color:#205ca8;font-size:12px;font-weight:800}
.project-modal-subject:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--cyan)}
.project-form{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.project-field{display:grid;gap:7px;min-width:0}
.project-field.full{grid-column:1/-1}
.project-field label{font-size:12px;font-weight:800;color:#425a76}
.project-field label span{color:#9aabba;font-weight:650}
.project-field input,.project-field textarea{
  width:100%;border:1px solid #d6e1ec;border-radius:13px;background:#fff;color:var(--ink);outline:none;
  padding:13px 14px;font-size:14px;box-shadow:0 1px 0 rgba(255,255,255,.8) inset;transition:.18s ease
}
.project-field input{height:48px}
.project-field textarea{min-height:106px;resize:vertical;line-height:1.45}
.project-field input::placeholder,.project-field textarea::placeholder{color:#9cacbd}
.project-field input:focus,.project-field textarea:focus{border-color:#83b5f4;box-shadow:0 0 0 4px rgba(23,105,224,.09)}
.project-consent{grid-column:1/-1;display:flex;align-items:flex-start;gap:10px;margin-top:2px;color:#718298;font-size:11px;line-height:1.45;cursor:pointer}
.project-consent input{margin:2px 0 0;accent-color:var(--blue);width:16px;height:16px;flex:none}
.project-consent a{color:var(--blue);text-decoration:underline;text-underline-offset:2px}
.project-modal-actions{grid-column:1/-1;display:flex;gap:10px;align-items:center;margin-top:4px}
.project-modal-actions .btn{min-width:180px}
.project-submit.is-loading{pointer-events:none;opacity:.76}
.project-submit.is-loading:after{content:"";width:14px;height:14px;border:2px solid rgba(255,255,255,.45);border-top-color:#fff;border-radius:50%;animation:project-spin .65s linear infinite}
@keyframes project-spin{to{transform:rotate(360deg)}}
.project-success{display:none;text-align:center;padding:22px 10px 8px}
.project-success.is-visible{display:block;animation:project-success-in .25s ease-out}
@keyframes project-success-in{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
.project-success-icon{width:70px;height:70px;margin:0 auto 18px;border-radius:22px;background:linear-gradient(145deg,#e3f8ef,#eef8ff);color:var(--green);display:grid;place-items:center;font-size:33px;font-weight:900}
.project-success h2{font-size:34px;margin-bottom:10px}.project-success p{max-width:430px;margin:0 auto 22px;color:#667990;font-size:14px}
body:has(.project-dialog[open]){overflow:hidden}

@media(max-width:680px){
  .project-dialog{width:calc(100% - 20px);max-height:calc(100dvh - 20px)}
  .project-dialog-shell{max-height:inherit;border-radius:23px;padding:24px 18px 20px}
  .project-dialog-close{top:14px;right:14px;width:40px;height:40px;border-radius:12px}
  .project-modal-intro{padding-right:42px;margin-bottom:22px}.project-modal-intro h2{font-size:30px}
  .project-form{grid-template-columns:1fr;gap:12px}.project-field.full,.project-consent,.project-modal-actions{grid-column:1}
  .project-modal-actions{display:grid}.project-modal-actions .btn{width:100%;min-width:0}
  .project-success{padding:24px 4px 8px}.project-success h2{font-size:30px}
}

/* CTA interactions: decorative pseudo-elements must never block buttons */
.cta-box:after,.cta-inline:after{pointer-events:none}
.cta-box .btn,.cta-inline .btn{position:relative;z-index:2}

.info-card .icon svg{width:22px;height:22px;display:block}
