:root{
      --bg:#fff;
      --surface:#f7f9fc;
      --surface-2:#f2f5fb;
      --text:#0f1b3d;
      --muted:#64708a;
      --line:#dfe5ef;
      --primary:#1f57e7;
      --primary-2:#1648c7;
      --green:#2f9b5a;
      --orange:#d97706;
      --shadow:0 8px 28px rgba(24,49,100,.08);
      --radius:18px;
      --container:1280px;
    }

    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
      color:var(--text);
      background:var(--bg);
      line-height:1.55;
    }
    a{color:inherit;text-decoration:none}
    svg.icon{
      width:24px;height:24px;display:block;
      fill:none;stroke:currentColor;stroke-width:1.8;
      stroke-linecap:round;stroke-linejoin:round
    }
    .container{width:min(calc(100% - 48px),var(--container));margin:0 auto}

    .header{
      position:sticky;top:0;z-index:20;
      background:rgba(255,255,255,.94);
      backdrop-filter:blur(14px);
      border-bottom:1px solid var(--line)
    }
    .nav{
      min-height:76px;
      display:flex;align-items:center;justify-content:space-between;gap:26px
    }
    .brand{display:flex;flex-direction:column;min-width:max-content}
    .brand strong{font-size:26px;letter-spacing:-.04em;line-height:1}
    .brand strong span:first-child{color:var(--primary)}
    .brand small{color:var(--muted);font-size:11px;margin-top:5px}
    .nav-links{display:flex;align-items:center;gap:28px;font-size:14px;font-weight:700}
    .nav-links a:hover{color:var(--primary)}

    .btn{
      display:inline-flex;align-items:center;justify-content:center;gap:8px;
      min-height:46px;padding:0 22px;border-radius:10px;border:1px solid transparent;
      font-weight:800;cursor:pointer;transition:.2s ease
    }
    .btn-primary{background:var(--primary);color:#fff;box-shadow:0 7px 18px rgba(31,87,231,.18)}
    .btn-primary:hover{background:var(--primary-2);transform:translateY(-1px)}
    .btn-secondary{background:#fff;color:var(--primary);border-color:#cfd8ef}
    .btn-secondary:hover{background:#f5f8ff}

    .breadcrumbs{padding:20px 0 0;color:var(--muted);font-size:13px}
    .breadcrumbs a{color:var(--primary)}

    .hero{padding:34px 0 54px;border-bottom:1px solid var(--line)}
    .hero-grid{display:grid;grid-template-columns:1fr .95fr;gap:46px;align-items:center}
    .eyebrow{
      display:inline-flex;padding:6px 10px;border-radius:999px;
      background:#edf2ff;color:var(--primary);font-size:12px;font-weight:800;
      margin-bottom:18px
    }
    .hero h1{
      margin:0 0 20px;
      font-size:clamp(40px,5vw,68px);
      line-height:1.03;letter-spacing:-.045em
    }
    .hero-copy{max-width:760px;color:#34405d;font-size:18px;margin:0}
    .hero-points{display:grid;gap:12px;margin:26px 0 30px}
    .hero-point{display:flex;align-items:flex-start;gap:12px;font-weight:700;color:#27334f}
    .check{
      flex:0 0 28px;width:28px;height:28px;border-radius:50%;
      display:grid;place-items:center;background:#eef3ff;color:var(--primary);
      border:1px solid #d5def2
    }
    .hero-actions{display:flex;gap:12px;flex-wrap:wrap}

    .integration-card{
      background:linear-gradient(145deg,#fbfcff 0%,#f1f5fd 100%);
      border:1px solid #dbe2ef;border-radius:22px;padding:24px;box-shadow:var(--shadow)
    }
    .integration-title{font-size:13px;font-weight:800;color:var(--muted);margin-bottom:18px}
    .system-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}
    .system{
      display:flex;align-items:center;gap:10px;padding:14px;
      border:1px solid #dce3ef;border-radius:13px;background:#fff;font-weight:800
    }
    .system-icon{
      width:36px;height:36px;display:grid;place-items:center;flex:0 0 36px;
      border-radius:9px;background:#eef3ff;color:var(--primary)
    }
    .system-icon.one-c{background:#fff1f2;color:#c92a3a;font-size:13px;font-weight:900}
    .bridge{
      margin:18px 0;
      position:relative;text-align:center;color:var(--primary);font-weight:900
    }
    .bridge::before,.bridge::after{
      content:"";position:absolute;top:50%;width:32%;border-top:1px dashed #9dabc4
    }
    .bridge::before{left:0}.bridge::after{right:0}
    .pipeline{
      padding:16px;border-radius:14px;background:#142654;color:#fff;
      display:grid;grid-template-columns:repeat(3,1fr);gap:10px;text-align:center
    }
    .pipeline div{font-size:12px;font-weight:800}
    .pipeline span{display:block;color:#b9c7e7;font-size:10px;font-weight:600;margin-top:3px}

    section{padding:62px 0}
    .section-alt{background:var(--surface)}
    .section-head{max-width:800px;margin:0 auto 38px;text-align:center}
    .section-head h2{font-size:34px;line-height:1.15;letter-spacing:-.035em;margin:0 0 12px}
    .section-head p{margin:0;color:var(--muted);font-size:16px}

    .pain-grid,.scenario-grid,.reliability-grid{
      display:grid;grid-template-columns:repeat(3,1fr);gap:18px
    }
    .card{
      background:#fff;border:1px solid var(--line);border-radius:16px;
      padding:22px;box-shadow:0 5px 18px rgba(24,49,100,.045)
    }
    .card-icon{
      width:46px;height:46px;border-radius:12px;display:grid;place-items:center;
      background:#eef3ff;color:var(--primary);margin-bottom:15px
    }
    .card h3{margin:0 0 9px;font-size:18px;line-height:1.25}
    .card p{margin:0;color:var(--muted);font-size:14px}

    .systems-strip{
      display:grid;grid-template-columns:repeat(6,1fr);gap:12px
    }
    .systems-strip .item{
      min-height:112px;border:1px solid var(--line);border-radius:15px;
      display:flex;flex-direction:column;align-items:center;justify-content:center;
      gap:10px;text-align:center;padding:14px;background:#fff;font-size:13px;font-weight:800
    }
    .systems-strip .item svg{width:32px;height:32px;color:var(--primary)}

    .scenario{
      display:grid;grid-template-columns:auto 34px auto;align-items:center;
      gap:6px;margin:17px 0 12px
    }
    .node{
      background:#f7f9fc;border:1px solid var(--line);
      padding:10px 8px;border-radius:10px;text-align:center;font-size:12px;font-weight:800
    }
    .scenario-arrow{text-align:center;color:var(--primary);font-weight:900}

    .reliability{
      border:1px solid #d6e0f2;background:linear-gradient(145deg,#f8fbff,#edf3ff);
      border-radius:20px;padding:30px
    }
    .reliability-grid{margin-top:24px}
    .reliability .card{box-shadow:none}
    .reliability .card:nth-child(2) .card-icon{background:#edf8f1;color:var(--green)}
    .reliability .card:nth-child(3) .card-icon{background:#fff5e7;color:var(--orange)}

    .case{
      display:grid;grid-template-columns:.8fr 1.2fr;gap:28px;
      border:1px solid var(--line);border-radius:18px;padding:28px;background:#fff;box-shadow:var(--shadow)
    }
    .case-kicker{color:var(--green);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}
    .case h3{font-size:25px;line-height:1.18;margin:8px 0 12px}
    .case p{color:var(--muted);margin:0}
    .case-cols{display:grid;grid-template-columns:1fr 1fr;gap:18px}
    .case-col{border-left:3px solid #dfe6f5;padding-left:16px}
    .case-col:last-child{border-color:#9dd5b2}
    .case-col strong{display:block;margin-bottom:9px}
    .case-col ul{margin:0;padding-left:18px;color:#43506c;font-size:14px}
    .case-col li{margin-bottom:7px}

    .process{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}
    .process-step{
      position:relative;border:1px solid var(--line);border-radius:15px;background:#fff;
      padding:20px 16px;text-align:center
    }
    .process-num{
      width:34px;height:34px;margin:0 auto 12px;border-radius:50%;
      display:grid;place-items:center;background:#edf2ff;color:var(--primary);font-weight:900
    }
    .process-step h3{font-size:15px;margin:0 0 7px}
    .process-step p{font-size:12px;color:var(--muted);margin:0}

    .scope{
      max-width:960px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:18px
    }
    .scope-block{border-radius:16px;padding:24px;border:1px solid var(--line)}
    .scope-block h3{margin:0 0 14px;font-size:19px}
    .scope-block ul{margin:0;padding-left:20px;color:#43506c}
    .scope-block li{margin:8px 0}
    .scope-yes{background:#f5fbf7}
    .scope-no{background:#fafbfc}

    .cta-wrap{padding-top:26px;padding-bottom:38px}
    .cta-box{
      display:grid;grid-template-columns:1.35fr .5fr .75fr;gap:26px;align-items:center;
      padding:26px 30px;border:1px solid #dfe5ef;border-radius:18px;
      background:linear-gradient(90deg,#f7f9ff,#eef3ff)
    }
    .cta-box h2{margin:0 0 7px;font-size:23px;line-height:1.2}
    .cta-box p{margin:0;color:#4f5a73;font-size:14px}
    .contact-list{border-left:1px solid #cfd7e8;padding-left:26px;display:grid;gap:8px;font-size:14px}
    .contact-list a{color:var(--primary);font-weight:800}

    .footer{padding:18px 0 30px;color:#7b8498;font-size:12px;text-align:center}
    .footer a{text-decoration:underline}

    /* Analytics consent */
    .sb-consent{
      position:fixed;left:18px;right:18px;bottom:18px;z-index:1000;
      max-width:760px;margin:auto;padding:18px 20px;border:1px solid #d7deeb;
      border-radius:14px;background:#fff;box-shadow:0 14px 40px rgba(15,27,61,.18);
      color:var(--text)
    }
    .sb-consent[hidden]{display:none}
    .sb-consent strong{font-size:16px}
    .sb-consent p{font-size:13px;color:#4f5a73;margin:8px 0 14px}
    .sb-consent p a{color:var(--primary);text-decoration:underline}
    .sb-consent-actions{display:flex;gap:9px;flex-wrap:wrap}
    .sb-consent-actions button,.sb-consent-settings{
      border:1px solid #cfd8e9;border-radius:9px;background:#fff;color:var(--text);
      padding:8px 12px;font:inherit;font-size:12px;font-weight:800;cursor:pointer
    }
    .sb-consent-actions button:first-child{background:var(--primary);border-color:var(--primary);color:#fff}
    .sb-consent-settings{margin-top:10px;color:#66728b;background:transparent}

    #problems,#systems,#scenarios,#reliability,#experience,#process,#contact{scroll-margin-top:92px}

    @media (max-width:1050px){
      .nav-links{display:none}
      .hero-grid{grid-template-columns:1fr}
      .pain-grid,.scenario-grid,.reliability-grid{grid-template-columns:1fr 1fr}
      .systems-strip{grid-template-columns:repeat(3,1fr)}
      .process{grid-template-columns:repeat(3,1fr)}
      .case{grid-template-columns:1fr}
      .cta-box{grid-template-columns:1fr}
      .contact-list{border-left:0;border-top:1px solid #cfd7e8;padding-left:0;padding-top:16px}
    }
    @media (max-width:700px){
      .container{width:min(calc(100% - 28px),var(--container))}
      .header .btn{display:none}
      .brand strong{font-size:22px}
      .hero h1{font-size:40px}
      .hero-copy{font-size:16px}
      .pain-grid,.scenario-grid,.reliability-grid{grid-template-columns:1fr}
      .systems-strip{grid-template-columns:1fr 1fr}
      .process{grid-template-columns:1fr}
      .case-cols,.scope{grid-template-columns:1fr}
      .pipeline{grid-template-columns:1fr}
      .section-head h2{font-size:28px}
    }
