    :root{
      --bg:#f4f6fa;
      --paper:#ffffff;
      --ink:#0d1728;
      --muted:#617086;
      --line:#dfe5ef;
      --navy:#071426;
      --navy2:#0b1d38;
      --blue:#2f55c7;
      --blue2:#4168e8;
      --soft:#e9efff;
      --success:#0c7a59;
      --radius:24px;
      --shadow:0 18px 50px rgba(20,42,84,.12);
      --max:1220px;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      color:var(--ink);
      background:var(--bg);
      font-family:"Montserrat",Arial,sans-serif;
      line-height:1.5;
      -webkit-font-smoothing:antialiased;
    }
    img{max-width:100%;display:block}
    a{text-decoration:none;color:inherit}
    button,input,select,textarea{font:inherit}
    .container{width:min(var(--max),calc(100% - 40px));margin:auto}
    .eyebrow{
      display:inline-flex;align-items:center;gap:8px;
      padding:8px 12px;border:1px solid rgba(255,255,255,.16);
      border-radius:999px;font-size:13px;font-weight:750;letter-spacing:.04em;text-transform:uppercase
    }
    .eyebrow::before{content:"";width:7px;height:7px;border-radius:50%;background:#6f90ff;box-shadow:0 0 0 5px rgba(111,144,255,.13)}
    .section-kicker{font-size:13px;text-transform:uppercase;letter-spacing:.12em;font-weight:850;color:var(--blue)}
    h1,h2,h3,p{margin-top:0}
    h1{font-size:clamp(42px,5.6vw,78px);line-height:.98;letter-spacing:-.055em;margin-bottom:24px}
    h2{font-size:clamp(32px,4vw,52px);line-height:1.05;letter-spacing:-.04em;margin-bottom:18px}
    h3{font-size:22px;line-height:1.15;letter-spacing:-.025em}
    .lead{font-size:clamp(18px,2vw,23px);line-height:1.48;color:#cad5e8;max-width:720px}
    .muted{color:var(--muted)}
    .btn{
      border:0;border-radius:14px;padding:15px 20px;font-weight:800;cursor:pointer;
      display:inline-flex;align-items:center;justify-content:center;gap:10px;
      min-height:52px;transition:.2s transform,.2s box-shadow,.2s background
    }
    .btn:hover{transform:translateY(-1px)}
    .btn-primary{background:var(--blue2);color:#fff;box-shadow:0 10px 26px rgba(65,104,232,.3)}
    .btn-primary:hover{background:#3159df}
    .btn-light{background:#fff;color:var(--ink)}
    .btn-outline{background:transparent;border:1px solid #cfd8e8;color:var(--ink)}
    .btn-dark{background:var(--navy);color:#fff}
    .topbar{background:#06101f;color:#a9b8cd;font-size:13px}
    .topbar .container{display:flex;justify-content:space-between;align-items:center;padding:8px 0}
    .topbar strong{color:#fff}
    header{
      position:sticky;top:0;z-index:50;background:rgba(255,255,255,.88);
      backdrop-filter:blur(18px);border-bottom:1px solid rgba(206,216,232,.75)
    }
    .nav{height:76px;display:flex;align-items:center;gap:30px}
    .brand{display:flex;align-items:center;gap:12px;min-width:185px}
    .brand img{height:38px;width:auto}
    .navlinks{display:flex;align-items:center;gap:25px;font-size:14px;font-weight:700;margin-left:auto}
    .nav-actions{display:flex;gap:10px;align-items:center}
    .phone{font-weight:900;white-space:nowrap}
    .menu-btn{display:none;width:46px;height:46px;border-radius:12px;border:1px solid var(--line);background:#fff;font-size:22px}
    .hero{
      background:
        radial-gradient(circle at 70% 20%,rgba(62,96,231,.35),transparent 32%),
        radial-gradient(circle at 10% 85%,rgba(44,85,199,.17),transparent 38%),
        linear-gradient(135deg,#06101f 0%,#0a1a31 55%,#102650 100%);
      color:#fff;overflow:hidden;position:relative
    }
    .hero::after{
      content:"";position:absolute;right:-200px;bottom:-230px;width:650px;height:650px;
      border:1px solid rgba(255,255,255,.08);border-radius:50%;
      box-shadow:0 0 0 80px rgba(255,255,255,.02),0 0 0 160px rgba(255,255,255,.015)
    }
    .hero-grid{display:grid;grid-template-columns:1.06fr .94fr;gap:30px;align-items:center;min-height:720px;padding:72px 0}
    .hero-copy{position:relative;z-index:2}
    .hero h1 span{color:#7fa0ff}
    .hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin:34px 0 28px}
    .hero-points{display:flex;flex-wrap:wrap;gap:10px}
    .hero-point{
      border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.055);
      padding:10px 13px;border-radius:12px;color:#d7e0ef;font-size:14px;font-weight:650
    }
    .product-stage{position:relative;z-index:2;min-height:570px;display:flex;align-items:center;justify-content:center}
    .product-stage::before{
      content:"";position:absolute;width:78%;aspect-ratio:1;border-radius:50%;
      background:radial-gradient(circle,rgba(79,110,232,.38),rgba(79,110,232,0) 68%);
      filter:blur(1px)
    }
    .product-stage img{
      width:min(650px,100%);position:relative;z-index:2;filter:drop-shadow(0 28px 32px rgba(0,0,0,.3));
      mix-blend-mode:screen
    }
    .float-card{
      position:absolute;z-index:4;background:rgba(255,255,255,.94);color:var(--ink);
      border-radius:16px;padding:15px 17px;box-shadow:var(--shadow);min-width:165px
    }
    .float-card b{display:block;font-size:22px}
    .float-card small{color:var(--muted);font-weight:650}
    .fc1{left:0;bottom:85px}.fc2{right:0;top:105px}
    .trustbar{background:#fff;border-bottom:1px solid var(--line)}
    .trustgrid{display:grid;grid-template-columns:repeat(4,1fr)}
    .trustitem{padding:22px 24px;border-right:1px solid var(--line)}
    .trustitem:last-child{border-right:0}
    .trustitem b{display:block;font-size:19px}
    .trustitem span{color:var(--muted);font-size:13px}
    section{padding:100px 0}
    .section-head{display:flex;justify-content:space-between;gap:40px;align-items:end;margin-bottom:45px}
    .section-head p{max-width:540px;margin-bottom:4px}
    .cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
    .product-card{
      background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;
      box-shadow:0 10px 34px rgba(21,39,76,.06);display:flex;flex-direction:column
    }
    .product-card.featured{border-color:#aabaf8;box-shadow:0 18px 50px rgba(40,70,165,.14)}
    .product-image{background:linear-gradient(180deg,#f8faff,#eef2fa);padding:26px;aspect-ratio:1.05;display:flex;align-items:center;justify-content:center}
    .product-image img{max-height:360px;object-fit:contain}
    .product-body{padding:27px;display:flex;flex-direction:column;flex:1}
    .tag{
      align-self:flex-start;background:var(--soft);color:var(--blue);font-size:12px;font-weight:850;
      text-transform:uppercase;letter-spacing:.07em;padding:7px 10px;border-radius:999px;margin-bottom:15px
    }
    .product-body h3{margin-bottom:8px;font-size:26px}
    .product-body>p{color:var(--muted);min-height:48px}
    .features{list-style:none;padding:0;margin:16px 0 25px;display:grid;gap:10px}
    .features li{position:relative;padding-left:25px;font-size:14px}
    .features li::before{content:"✓";position:absolute;left:0;top:0;color:var(--success);font-weight:900}
    .product-body .btn{margin-top:auto}
    .compare-wrap{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:0 12px 38px rgba(20,42,84,.07)}
    table{width:100%;border-collapse:collapse}
    th,td{padding:18px 20px;border-bottom:1px solid var(--line);text-align:center}
    th:first-child,td:first-child{text-align:left}
    th{background:#f5f7fb;font-size:14px}
    td{font-size:14px}
    tr:last-child td{border-bottom:0}
    .yes{color:var(--success);font-size:20px;font-weight:900}.dash{color:#a7b0bf}
    .capabilities{background:var(--navy);color:#fff}
    .capabilities .section-kicker{color:#7fa0ff}
    .capabilities .muted{color:#aebbd0}
    .brandchips,.codechips{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}
    .brandchip{
      background:#fff;color:#111827;border-radius:14px;padding:17px 24px;font-weight:900;font-size:18px;
      min-width:130px;text-align:center
    }
    .codechip{border:1px solid rgba(255,255,255,.14);border-radius:12px;padding:11px 14px;color:#dbe5f5}
    .split{display:grid;grid-template-columns:1fr 1fr;gap:54px;align-items:center}
    .software-ui{
      background:#101a2b;border:1px solid #26364f;border-radius:24px;padding:18px;box-shadow:0 26px 65px rgba(0,0,0,.2)
    }
    .software-top{display:flex;gap:7px;margin-bottom:13px}.software-dot{width:9px;height:9px;border-radius:50%;background:#4d617f}
    .software-screen{
      background:linear-gradient(145deg,#17263c,#0e1827);min-height:390px;border-radius:17px;padding:26px;
      display:grid;grid-template-columns:1.2fr .8fr;gap:18px
    }
    .screen-panel{background:#1f3048;border:1px solid #30445f;border-radius:13px;padding:16px}
    .meter{height:11px;border-radius:10px;background:#111b2a;margin:15px 0;overflow:hidden}
    .meter span{display:block;height:100%;border-radius:10px;background:#5f80ff}
    .big-number{font-size:40px;font-weight:900;color:#fff}.screen-label{color:#8fa2bd;font-size:12px;text-transform:uppercase;letter-spacing:.08em}
    .benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
    .benefit{background:#fff;border:1px solid var(--line);border-radius:20px;padding:27px}
    .benefit .num{font-size:12px;font-weight:900;color:var(--blue);letter-spacing:.1em;margin-bottom:34px}
    .benefit h3{font-size:20px;margin-bottom:10px}
    .benefit p{color:var(--muted);font-size:14px;margin-bottom:0}
    .steps{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:36px}
    .step{position:relative;padding:25px 23px;background:#fff;border-radius:20px;border:1px solid var(--line)}
    .step b{font-size:34px;color:#ccd5e8;display:block;margin-bottom:26px}
    .step h3{font-size:18px}
    .step p{font-size:14px;color:var(--muted);margin-bottom:0}
    .cta{
      background:linear-gradient(135deg,#2f55c7,#2444aa);color:#fff;border-radius:32px;padding:54px;
      display:grid;grid-template-columns:.9fr 1.1fr;gap:50px;align-items:center;box-shadow:0 30px 70px rgba(31,63,158,.25)
    }
    .cta h2{font-size:clamp(34px,4vw,54px)}
    .cta p{color:#dbe4ff;font-size:18px}
    .form-card{background:#fff;border-radius:22px;padding:24px;color:var(--ink)}
    .field-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}
    .field{display:grid;gap:7px;margin-bottom:12px}
    .field label{font-size:12px;font-weight:800;color:#6b7890}
    .field input,.field select,.field textarea{
      width:100%;border:1px solid #dce3ee;border-radius:12px;padding:14px 14px;outline:none;background:#f9fbfe
    }
    .field input:focus,.field select:focus,.field textarea:focus{border-color:#6f8bec;box-shadow:0 0 0 3px rgba(79,110,232,.1)}
    .form-note{font-size:11px;color:#8a95a8;margin:10px 0 0}
    .faq{display:grid;gap:10px;max-width:900px;margin:38px auto 0}
    details{background:#fff;border:1px solid var(--line);border-radius:16px;padding:0 20px}
    summary{cursor:pointer;list-style:none;padding:20px 35px 20px 0;font-weight:800;position:relative}
    summary::-webkit-details-marker{display:none}
    summary::after{content:"+";position:absolute;right:0;top:14px;font-size:27px;color:var(--blue)}
    details[open] summary::after{content:"–"}
    details p{color:var(--muted);padding:0 0 20px;margin:0;max-width:760px}
    footer{background:#06101f;color:#a8b6c9;padding:45px 0 28px}
    .footergrid{display:grid;grid-template-columns:1.3fr .7fr .7fr;gap:35px}
    footer .brand img{filter:brightness(0) invert(1)}
    footer h4{color:#fff;margin:0 0 14px}
    footer a{display:block;margin:7px 0;font-size:14px}
    .copyright{border-top:1px solid #1b2b40;margin-top:34px;padding-top:22px;font-size:12px}
    .modal{
      position:fixed;inset:0;z-index:100;display:none;align-items:center;justify-content:center;
      background:rgba(2,8,18,.68);padding:18px
    }
    .modal.open{display:flex}
    .modal-card{background:#fff;border-radius:24px;width:min(520px,100%);padding:28px;position:relative}
    .modal-close{position:absolute;right:16px;top:14px;border:0;background:#eef2f7;border-radius:10px;width:38px;height:38px;font-size:20px;cursor:pointer}
    .mobile-cta{display:none}
    .notice{font-size:12px;color:#8b97aa;margin-top:11px}
    #legacy-catalog{display:none}
    .section-flush-top{padding-top:0}
    .compare-cta{text-align:center;margin-top:26px}
    .software-unit{font-size:14px;color:#8fa2bd}
    .meter-value-68{width:68%}
    .meter-value-86{width:86%}
    .screen-label-spaced{margin-top:26px}
    .software-test-name{margin-top:6px;color:#fff;font-weight:700}
    .software-result{margin-top:6px;color:#78d5b7;font-weight:700}
    .software-options{display:grid;gap:10px;margin-top:18px}
    .software-option{padding:12px;border-radius:10px;background:#15243a;color:#fff}
    .steps-block{margin-top:90px}
    .section-lead{padding-top:20px}
    .sales-line{margin-bottom:0;font-size:14px}
    .btn-block{width:100%}
    .section-head-centered{max-width:760px;margin:auto;text-align:center}
    .footer-description{max-width:430px;margin-top:18px}
    .modal-title{margin:7px 0 10px;font-size:30px}
    @media(max-width:980px){
      .navlinks,.nav-actions .btn,.nav-actions .phone{display:none}.menu-btn{display:block;margin-left:auto}
      .hero-grid,.split,.cta{grid-template-columns:1fr}
      .hero-grid{padding-top:55px;min-height:auto}
      .product-stage{min-height:470px}
      .cards,.benefits{grid-template-columns:1fr}
      .steps{grid-template-columns:1fr 1fr}
      .trustgrid{grid-template-columns:1fr 1fr}
      .trustitem:nth-child(2){border-right:0}.trustitem:nth-child(-n+2){border-bottom:1px solid var(--line)}
      .section-head{display:block}
      .cta{padding:34px}
      .footergrid{grid-template-columns:1fr 1fr}
    }
    @media(max-width:640px){
      .container{width:min(var(--max),calc(100% - 24px))}
      section{padding:72px 0}
      .topbar{display:none}
      header .nav{height:66px}
      .brand img{height:32px}
      h1{font-size:44px}
      .hero-grid{padding:42px 0 30px}
      .hero-actions{display:grid}
      .hero-actions .btn{width:100%}
      .hero-points{display:grid;grid-template-columns:1fr 1fr}
      .product-stage{min-height:380px}
      .float-card{display:none}
      .trustgrid{grid-template-columns:1fr 1fr}
      .trustitem{padding:16px 14px}
      .trustitem b{font-size:15px}
      .cards{gap:14px}
      .product-image{aspect-ratio:1}
      .compare-wrap{overflow-x:auto}
      table{min-width:690px}
      .split{gap:30px}
      .software-screen{min-height:330px;grid-template-columns:1fr}
      .software-screen .screen-panel:last-child{display:none}
      .steps{grid-template-columns:1fr}
      .field-row{grid-template-columns:1fr}
      .cta{padding:26px 20px;border-radius:24px}
      .footergrid{grid-template-columns:1fr}
      .mobile-cta{
        display:flex;position:fixed;z-index:70;left:10px;right:10px;bottom:10px;
        gap:8px;background:rgba(255,255,255,.95);padding:9px;border-radius:16px;
        box-shadow:0 14px 50px rgba(10,22,42,.25);backdrop-filter:blur(12px)
      }
      .mobile-cta .btn{flex:1;min-height:46px;padding:10px 12px;font-size:13px}
      body{padding-bottom:72px}
    }

    /* Diesel Easy visual system, set entirely in Montserrat. */
    :root{
      --bg:#fafafa;--paper:#fff;--ink:#121214;--muted:#77777d;--line:#e4e4e8;
      --navy:#111113;--navy2:#1b1b1e;--blue:#f56300;--blue2:#f56300;--soft:#fff0e6;
      --success:#f56300;--radius:30px;--shadow:0 18px 52px rgba(18,18,20,.07);--max:1400px;
    }
    body,body *{font-family:"Montserrat",Arial,sans-serif!important}
    body{background:var(--bg);letter-spacing:-.01em}
    .container{width:min(var(--max),calc(100% - 56px))}
    h1,h2,h3{font-family:"Montserrat",Arial,sans-serif;font-weight:600;color:var(--ink)}
    h1{font-size:clamp(48px,5.4vw,86px);line-height:.94;letter-spacing:-.045em}
    h2{font-size:clamp(36px,3.9vw,60px);line-height:.98;letter-spacing:-.035em}
    h3{letter-spacing:-.02em}
    .topbar{display:none}
    header{background:rgba(251,251,253,.9);border-bottom:1px solid #eeeeef;backdrop-filter:blur(18px)}
    .nav{height:78px;gap:22px}.brand{min-width:205px;gap:9px}.brand img{height:34px}.brand-name{font-family:"Montserrat",Arial,sans-serif;font-size:21px;font-weight:600;line-height:1;color:#111113;white-space:nowrap}
    .navlinks{font-size:16px;font-weight:400;gap:30px}.navlinks a{transition:color .2s ease}.navlinks a:hover{color:#f56300}
    .phone{font-family:"Montserrat",Arial,sans-serif;font-size:15px;font-weight:600}
    .btn{min-height:54px;border-radius:999px;padding:14px 28px;font-family:"Montserrat",Arial,sans-serif;font-weight:500;letter-spacing:0;transition:background-color .24s ease,color .24s ease,transform .24s ease,box-shadow .24s ease}
    .btn-primary{background:#f56300;color:#fff;box-shadow:0 12px 26px rgba(245,99,0,.18)}
    .btn-primary:hover{background:rgba(245,99,0,.72);box-shadow:0 14px 28px rgba(245,99,0,.24);transform:none}
    .btn-light{background:#111113;color:#fff;box-shadow:0 12px 26px rgba(0,0,0,.12)}
    .btn-light:hover{background:#343438;color:#fff;transform:none}
    .btn-outline{border:1px solid #d7d7dc;background:#fff;color:#17171a;box-shadow:none}
    .btn-outline:hover{border-color:#f56300;background:#fff0e6;color:#f56300;transform:none}
    .btn-dark{background:#111113;color:#fff}.btn-dark:hover{background:#343438;transform:none}
    .hero{background:#f5f5f7;color:#111113}.hero::after{display:none}
    .hero-grid{grid-template-columns:.88fr 1.12fr;min-height:590px;padding:0 0 26px;gap:76px}
    .eyebrow{border-color:#e2e2e6;background:#fff;color:#55555b;font-family:"Montserrat",Arial,sans-serif;font-size:13px;font-weight:500;letter-spacing:.03em}
    .eyebrow::before{background:#f56300;box-shadow:0 0 0 5px rgba(245,99,0,.12)}
    .hero h1{margin:18px 0 30px}.hero h1 span{color:#f56300}.lead{color:#76767c;max-width:650px;margin-bottom:0}.hero-actions{margin:34px 0 28px}
    .hero-point{border:1px solid #e5e5e8;background:#fff;color:#444449;border-radius:999px;font-weight:400}
    .product-stage{min-height:550px;border:1px solid #e4e4e8;border-radius:34px;overflow:hidden;background:#fff;padding:14px}
    .product-stage::before{display:none}
    .product-stage img{width:84%;height:84%;max-height:none;object-fit:contain;mix-blend-mode:normal;background:#fff;filter:drop-shadow(0 25px 28px rgba(0,0,0,.24))}
    .float-card{border-radius:18px;background:rgba(255,255,255,.96);box-shadow:0 16px 34px rgba(0,0,0,.15)}
    .float-card b{font-family:"Montserrat",Arial,sans-serif;font-weight:600}.fc1{left:20px;bottom:26px}.fc2{right:20px;top:28px}
    .hero-copy,.product-stage>*{transition:opacity .28s ease,transform .28s ease}
    .hero-copy.is-changing,.product-stage.is-changing>*{opacity:0;transform:translateY(10px)}
    .hero-slider-controls{display:flex;align-items:center;gap:12px;margin-top:30px}
    .hero-slider-dots{display:flex;gap:7px;align-items:center}
    .hero-slider-dot{width:9px;height:9px;padding:0;border:0;border-radius:999px;background:#d8d8dd;cursor:pointer;transition:width .2s ease,background-color .2s ease}
    .hero-slider-dot.is-active{width:30px;background:#f56300}
    .hero-slider-nav{width:38px;height:38px;padding:0;border:1px solid #dcdce1;border-radius:50%;background:#fff;color:#151518;font-size:22px;line-height:1;cursor:pointer;transition:background-color .2s ease,color .2s ease}
    .hero-slider-nav:hover{border-color:#f56300;background:#f56300;color:#fff}
    .hero-counter{margin-left:auto;color:#85858c;font-size:14px;letter-spacing:.08em}
    .trustbar{background:#fff;border:0}.trustgrid{border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
    .trustitem{padding:25px 28px;border-color:var(--line)}.trustitem b{font-family:"Montserrat",Arial,sans-serif;font-weight:600}.trustitem span{font-size:14px}
    section{padding:120px 0}.section-kicker{color:#f56300;font-family:"Montserrat",Arial,sans-serif;font-weight:600;letter-spacing:.08em}.section-head{margin-bottom:52px}.section-head p{font-size:18px}
    .cards{gap:22px}.product-card{border:0;border-radius:30px;background:#fff;box-shadow:var(--shadow);overflow:hidden;transition:transform .24s ease,box-shadow .24s ease}
    #models .product-card:nth-child(1){order:5}#models .product-card:nth-child(2){order:3}#models .product-card:nth-child(3){order:2}#models .product-card:nth-child(4){order:1}#models .product-card:nth-child(5){order:4}#models .product-card:nth-child(6){order:6}
    .product-card:hover{transform:translateY(-5px);box-shadow:0 24px 58px rgba(18,18,20,.11)}
    .product-card.featured{border:0;background:#fff;box-shadow:var(--shadow)}
    .product-image,.product-card.featured .product-image{background:#fff;padding:30px}
    .product-image img{max-height:350px}.product-body{padding:30px}.product-card.featured .product-body h3{color:var(--ink)}.product-card.featured .product-body>p{color:var(--muted)}.product-card.featured .features li{color:var(--ink)}
    .tag,.product-card.featured .tag{background:#fff0e6;color:#f56300;font-family:"Montserrat",Arial,sans-serif;font-weight:600}
    .product-body h3{font-size:30px}.product-body>p{font-size:16px}.features li{font-size:15px}.features li::before{color:#f56300}
    .product-body .btn{width:100%;border:0;background:#f56300;color:#fff;box-shadow:0 12px 26px rgba(245,99,0,.18)}
    .product-body .btn:hover{background:rgba(245,99,0,.72);color:#fff;box-shadow:0 14px 28px rgba(245,99,0,.24)}
    .compare-wrap{border:0;border-radius:30px;box-shadow:var(--shadow)}#compare table{min-width:1180px}th{background:#f1f1f3;color:#55555b;font-family:"Montserrat",Arial,sans-serif;font-weight:600}th,td{padding:19px 18px;border-color:var(--line)}th:not(:first-child){min-width:145px}.yes{color:#f56300}
    .capabilities{background:#fff;color:#121214}
    .capabilities .container{max-width:1280px}
    .capabilities .split{grid-template-columns:minmax(0,.92fr) minmax(520px,1.08fr);gap:clamp(48px,6vw,92px)}
    .capabilities .split>div:first-child{max-width:570px}
    .capabilities h2{max-width:620px;color:#121214}
    .capabilities .section-kicker{color:#f56300}
    .capabilities .muted{color:#73737a}
    .brandchip{border:1px solid #e4e4e8;border-radius:16px;background:#f7f7f8;color:#121214;box-shadow:none}
    .codechip{border-color:#dedee3;background:#fafafa;color:#505057}
    .software-ui{width:100%;max-width:680px;justify-self:end;background:#1a1a1d;border-color:#303035;border-radius:30px}
    .software-screen{background:#111113}
    .screen-panel{background:#202024;border-color:#38383e}
    .meter span{background:#f56300}
    .benefits{gap:20px}.benefit{border:0;border-radius:26px;padding:30px;box-shadow:0 10px 30px rgba(18,18,20,.045)}.benefit .num{color:#f56300;font-family:"Montserrat",Arial,sans-serif;font-weight:600}.benefit h3{font-size:23px}
    .catalog-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
    .catalog-card{display:flex;min-width:0;flex-direction:column;padding:16px;border-radius:24px;background:#fff;box-shadow:0 10px 30px rgba(18,18,20,.045);transition:transform .24s ease,box-shadow .24s ease}
    .catalog-card:hover{transform:translateY(-4px);box-shadow:0 20px 42px rgba(18,18,20,.1)}
    .catalog-card__image{display:flex;min-height:190px;align-items:center;justify-content:center;border-radius:17px;background:#f5f5f7;padding:14px}
    .catalog-card__image img{max-height:180px;object-fit:contain;mix-blend-mode:multiply}
    .catalog-card__type{margin:18px 0 8px;color:#f56300;font-family:"Montserrat",Arial,sans-serif;font-size:12px;font-weight:600;letter-spacing:.075em;text-transform:uppercase}
    .catalog-card h3{min-height:48px;margin:0 0 9px;font-size:20px;line-height:1.1}
    .catalog-card p{min-height:40px;margin:0 0 17px;color:#77777d;font-size:14px;line-height:1.35}
    .catalog-card .btn{width:100%;min-height:46px;margin-top:auto;padding:10px 16px;font-size:15px}
    .steps{gap:20px}.step{border:0;border-radius:24px;box-shadow:0 10px 30px rgba(18,18,20,.045)}.step b{color:#f56300;font-family:"Montserrat",Arial,sans-serif;font-weight:600}
    .cta{background:#111113;border-radius:34px;padding:60px;box-shadow:0 26px 64px rgba(0,0,0,.16)}.cta p{color:#c2c2c8}.form-card{border-radius:24px;background:#fafafa}.field label{font-family:"Montserrat",Arial,sans-serif;font-size:14px;font-weight:400;color:#68686e}.field input,.field select,.field textarea{border-color:#dedee3;border-radius:15px;background:#fff;padding:15px}.field input:focus,.field select:focus,.field textarea:focus{border-color:#f56300;box-shadow:0 0 0 3px rgba(245,99,0,.12)}
    .captcha-row{display:flex;align-items:center;gap:12px}.captcha-question{flex:1;min-height:52px;display:flex;align-items:center;padding:0 15px;border-radius:15px;background:#fff0e6;color:#4b3121;font-family:"Montserrat",Arial,sans-serif;font-size:18px;font-weight:600}.captcha-row input{width:120px;flex:0 0 120px;text-align:center}
    .honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}
    details{border:0;border-radius:18px;box-shadow:0 8px 22px rgba(18,18,20,.04)}summary{font-family:"Montserrat",Arial,sans-serif;font-weight:600}summary::after{color:#f56300}
    footer{background:#111113}.modal{background:rgba(17,17,19,.62);backdrop-filter:blur(8px)}.modal-card{border-radius:30px;background:#fafafa;box-shadow:0 30px 80px rgba(0,0,0,.28)}.modal-close{display:grid;place-items:center;border:1px solid #e3e3e7;border-radius:50%;background:transparent;color:transparent;font-size:0}.modal-close::before,.modal-close::after{position:absolute;width:15px;height:1.5px;border-radius:2px;background:#777;content:""}.modal-close::before{transform:rotate(45deg)}.modal-close::after{transform:rotate(-45deg)}.modal-close:hover{border-color:#f56300;background:#f56300}.modal-close:hover::before,.modal-close:hover::after{background:#fff}
    @media(max-width:980px){.hero-grid{grid-template-columns:1fr;min-height:auto;gap:34px;padding-top:18px}.product-stage{min-height:500px}.navlinks{display:none}.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
    @media(max-width:640px){.container{width:min(var(--max),calc(100% - 28px))}.nav{height:68px}.brand{min-width:0;gap:7px}.brand img{height:29px}.brand-name{font-size:18px}h1{font-size:48px}.hero-grid{padding:12px 0 24px}.product-stage{min-height:390px;padding:10px;border-radius:25px}.product-stage img{width:88%;height:88%}.hero-points{grid-template-columns:1fr}.hero-slider-controls{margin-top:22px}.hero-counter{font-size:12px}.fc1,.fc2{display:none}section{padding:82px 0}.product-card{border-radius:24px}.cta{padding:30px 20px;border-radius:26px}.captcha-row{align-items:stretch;flex-direction:column}.captcha-row input{width:100%;flex:1}.product-card:hover,.catalog-card:hover{transform:none}.catalog-grid{grid-template-columns:1fr}.catalog-card{display:grid;grid-template-columns:105px minmax(0,1fr);gap:0 14px;align-items:center;padding:12px}.catalog-card__image{grid-row:1 / span 3;min-height:105px;padding:9px}.catalog-card__image img{max-height:90px}.catalog-card__type{margin:0 0 5px;font-size:10px}.catalog-card h3{min-height:0;margin-bottom:5px;font-size:18px}.catalog-card p{min-height:0;margin-bottom:10px;font-size:13px}.catalog-card .btn{grid-column:2;width:max-content;min-height:38px;padding:7px 15px;font-size:14px}.modal-card{border-radius:24px}}

    /* Mobile header & menu */
    .mobile-phone{display:none;font-family:"Montserrat",Arial,sans-serif;font-weight:600;white-space:nowrap;color:#111113}
    .mobile-menu{display:none;background:#fff;border-top:1px solid #eeeeef;box-shadow:0 18px 35px rgba(18,18,20,.08)}
    .mobile-menu__inner{display:grid;gap:4px;padding:12px 0 18px}
    .mobile-menu a:not(.btn){padding:12px 4px;font-size:16px}
    .mobile-menu .btn{width:100%;margin-top:8px}
    .menu-btn{position:relative;color:transparent;font-size:0;flex:0 0 44px}
    .menu-btn::before,.menu-btn::after,.menu-btn span{content:"";position:absolute;left:12px;right:12px;height:2px;border-radius:2px;background:#111113;transition:.2s}
    .menu-btn::before{top:14px}.menu-btn span{top:21px}.menu-btn::after{top:28px}
    .menu-btn.is-open::before{top:21px;transform:rotate(45deg)}.menu-btn.is-open span{opacity:0}.menu-btn.is-open::after{top:21px;transform:rotate(-45deg)}
    @media(max-width:980px){
      .mobile-phone{display:block;margin-left:auto;font-size:14px}
      .menu-btn{display:block;margin-left:0}
      .mobile-menu.is-open{display:block}
    }
    @media(max-width:640px){
      header .container.nav{width:calc(100% - 24px);gap:10px}
      .brand-name{display:none}
      .brand{margin-right:auto}
      .mobile-phone{margin-left:0;font-size:13px}
      .menu-btn{width:42px;height:42px;flex-basis:42px}
    }
    @media(max-width:370px){.mobile-phone{font-size:12px}.brand img{height:26px}}

    /* Responsive layout for portrait phones. */
    html,body{max-width:100%;overflow-x:clip}
    .hero-grid>*,.split>*,.cta>*,.section-head>*,.nav>*{min-width:0}
    @media(max-width:980px){
      .nav{gap:12px}
      .brand{min-width:0;flex:0 1 auto}
      .hero{overflow:hidden}
      .hero-grid{gap:30px;padding:34px 0 46px}
      .hero-copy,.product-stage{min-width:0;width:100%}
      .eyebrow{max-width:100%;white-space:normal;line-height:1.35}
      .hero h1,.lead,.section-head h2{overflow-wrap:anywhere}
      .section-head{margin-bottom:38px}
      .compare-wrap{-webkit-overflow-scrolling:touch;scrollbar-width:thin}
      .cta{gap:32px}
	  .capabilities .split{grid-template-columns:minmax(0,1fr);gap:38px}
	  .capabilities .split>div:first-child{max-width:720px}
	  .software-ui{max-width:720px;justify-self:start}
      .modal{box-sizing:border-box;height:100%;height:100dvh;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}
      .modal-card{box-sizing:border-box;max-width:100%;margin:auto}
    }
    @media(max-width:640px){
      .container{width:calc(100% - 32px)}
      header .container.nav{width:calc(100% - 24px);gap:8px}
      .nav{height:62px}
      .brand{gap:6px;margin-right:auto}
      .brand img{height:28px}
      .brand-name{display:inline;font-size:14px;font-weight:600;line-height:1;white-space:nowrap}
      .mobile-phone{flex:0 0 auto;margin:0;font-size:14px;font-weight:600;letter-spacing:-.04em}
      .menu-btn{width:40px;height:40px;flex:0 0 40px}
      .menu-btn::before{top:12px}.menu-btn span{top:19px}.menu-btn::after{top:26px}
      .menu-btn.is-open::before,.menu-btn.is-open::after{top:19px}
      .mobile-menu__inner{padding:10px 0 16px}
      .mobile-menu a:not(.btn){padding:10px 4px}

      .hero-grid{gap:22px;padding:28px 0 36px}
      .eyebrow{display:flex;width:max-content;max-width:100%;padding:7px 10px;font-size:10px;letter-spacing:.015em}
      .hero h1{margin:18px 0 20px;font-size:clamp(34px,10.2vw,42px);line-height:1;letter-spacing:-.04em}
      .lead{font-size:16px;line-height:1.5}
      .hero-actions{gap:10px;margin:25px 0 20px}
      .hero-actions .btn{min-height:50px;padding:12px 16px;font-size:14px;text-align:center;white-space:normal}
      .hero-points{gap:8px}
      .hero-point{padding:9px 12px;font-size:12px}
      .hero-slider-controls{gap:9px;margin-top:20px}
      .hero-slider-nav{width:36px;height:36px;flex:0 0 36px}
      .hero-counter{margin-left:auto;font-size:11px}
      .product-stage{min-height:310px;aspect-ratio:1 / .9;padding:10px;border-radius:24px}
      .product-stage img{width:82%;height:82%;filter:drop-shadow(0 16px 18px rgba(0,0,0,.18))}

      .trustitem{min-width:0;padding:15px 12px}
      .trustitem b{font-size:13px;line-height:1.25;overflow-wrap:anywhere}
      .trustitem span{font-size:11px;line-height:1.35}
      section{padding:64px 0}
      .section-head{margin-bottom:30px}
      .section-head h2{margin-bottom:15px;font-size:clamp(30px,8.5vw,38px);line-height:1.08}
      .section-head p{font-size:15px;line-height:1.5}
      .section-kicker{font-size:11px}

      .cards{gap:18px}
      .product-card{border-radius:22px}
      .product-image,.product-card.featured .product-image{aspect-ratio:1.2;padding:20px}
      .product-image img{max-height:270px}
      .product-body{padding:22px}
      .product-body h3{font-size:25px}
      .product-body>p{min-height:0;font-size:14px}
      .features{margin:12px 0 21px;gap:8px}
      .features li{font-size:13px}
      .product-body .btn{min-height:50px;padding:12px 18px}

      #compare{padding-bottom:64px!important}
      .compare-wrap{margin-right:-16px;border-radius:20px 0 0 20px;overflow-x:auto}
      #compare table{min-width:940px}
      th,td{padding:14px 13px;font-size:12px}
      .split{gap:25px}
	  .capabilities .split{gap:28px}
	  .capabilities h2{font-size:clamp(30px,8.5vw,38px)}
      .brandchips,.codechips{gap:8px;margin-top:20px}
      .brandchip{min-width:calc(50% - 4px);padding:13px 10px;font-size:14px}
      .codechip{padding:9px 11px;font-size:12px}
      .software-ui{padding:10px;border-radius:20px}
      .software-screen{min-height:285px;padding:15px}
      .screen-panel{padding:13px}
      .big-number{font-size:31px}
      .benefits{gap:14px}
      .benefit{padding:22px;border-radius:20px}
      .benefit .num{margin-bottom:20px}
      .benefit h3{font-size:20px}
      .steps{gap:14px;margin-top:26px}
      .step{padding:21px;border-radius:20px}
      .step b{margin-bottom:15px;font-size:28px}

      .cta{gap:24px;padding:24px 16px;border-radius:24px}
      .cta h2{font-size:30px;line-height:1.08}
      .cta p{font-size:15px}
      .form-card{padding:16px;border-radius:19px}
      .field-row{grid-template-columns:minmax(0,1fr)}
      .field input,.field select,.field textarea{min-width:0;padding:13px;font-size:16px}
      .captcha-question{min-height:48px;padding:11px 13px;font-size:14px}
      details{padding:0 15px;border-radius:15px}
      summary{padding:17px 32px 17px 0;font-size:14px}
      summary::after{top:10px}

      .footergrid{gap:24px}
      footer{padding:38px 0 24px}
      .modal{align-items:flex-start;padding:max(10px,env(safe-area-inset-top)) 10px max(18px,env(safe-area-inset-bottom))}
      .modal-card{width:100%;max-height:none;padding:24px 18px;margin:auto;border-radius:22px}
      .modal-card h3{max-width:calc(100% - 45px);font-size:24px}
      .modal-close{right:12px;top:12px}
      .mobile-cta{left:8px;right:8px;bottom:max(8px,env(safe-area-inset-bottom));padding:8px}
      .mobile-cta .btn{min-width:0;font-size:12px}
      body{padding-bottom:calc(72px + env(safe-area-inset-bottom))}
    }
    @media(max-width:370px){
      .container{width:calc(100% - 24px)}
      header .container.nav{gap:6px}
      .mobile-phone{font-size:12.5px}
      .brand img{height:24px}
      .brand-name{font-size:12px}
      .menu-btn{width:38px;height:38px;flex-basis:38px}
      .hero h1{font-size:33px}
      .trustgrid{grid-template-columns:1fr}
      .trustitem{border-right:0;border-bottom:1px solid var(--line)}
      .trustitem:last-child{border-bottom:0}
    }

    /* Lead form: light compact layout. */
    .section-lead{
      padding:86px 0;
      background:#fff;
    }
    .section-lead .cta{
      grid-template-columns:minmax(0,.92fr) minmax(500px,1.08fr);
      align-items:stretch;
      gap:clamp(32px,4vw,62px);
      padding:clamp(28px,3.6vw,58px);
      border:1px solid #ebebee;
      background:#fff;
      color:#121214;
      box-shadow:0 24px 70px rgba(18,18,20,.075);
      overflow:hidden;
    }
    .cta-copy{display:flex;min-width:0;flex-direction:column;justify-content:center}
    .section-lead .cta h2{margin-bottom:18px;color:#121214}
    .section-lead .cta p{color:#6f6f76;overflow-wrap:anywhere}
    .section-lead .cta .eyebrow{
      width:max-content;
      max-width:100%;
      margin-bottom:18px;
      border-color:#f0e4dc;
      background:#fff4ec;
      color:#8d4517;
      box-shadow:none;
    }
    .section-lead .sales-line{color:#35353a}
    .section-lead .form-card{
      align-self:center;
      width:100%;
      border:1px solid #e7e7ea;
      background:#f7f7f8;
      box-shadow:none;
    }
    @media(max-width:980px){
      .section-lead .cta{grid-template-columns:minmax(0,1fr);gap:30px}
    }
    @media(max-width:640px){
      .section-lead{padding:60px 0}
      .section-lead .cta{padding:18px;border-radius:26px}
      .section-lead .cta h2{font-size:30px}
    }

    /* Consistent breathing room between section labels and headings. */
    .section-kicker{
      display:block;
      margin:0 0 20px;
      line-height:1.45;
    }
    .section-head h2,
    .capabilities h2,
    .steps-block h2,
    .section-head-centered h2{
      line-height:1.08;
    }
    .modal-card .section-kicker{margin-bottom:12px}
    @media(max-width:640px){
      .section-kicker{margin-bottom:15px;line-height:1.5}
      .section-head h2,
      .capabilities h2,
      .steps-block h2,
      .section-head-centered h2{line-height:1.12}
    }

    /* Light footer matching the header identity. */
    footer{
      border-top:1px solid #e8e8eb;
      background:#fff;
      color:#6f6f76;
      box-shadow:0 -12px 38px rgba(18,18,20,.035);
    }
    footer .brand{
      display:inline-flex;
      align-items:center;
      gap:12px;
      margin:0;
      color:#121214;
    }
    footer .brand img{height:38px;filter:none}
    footer .brand-name{color:#121214;font-weight:700}
    footer h4{color:#121214}
    footer a{transition:color .2s ease}
    footer a:hover{color:#f56300}
    footer .copyright{border-top-color:#e4e4e8;color:#86868d}
    @media(max-width:640px){
      footer .brand{gap:6px}
      footer .brand img{height:28px}
      footer .brand-name{display:inline;font-size:14px}
    }

    /* Clean white Hero without image shadows. */
    .hero{background:#fff}
    .product-stage{
      border-color:#ededf0;
      background:#fff;
      box-shadow:none;
    }
    .product-stage img{
      background:#fff;
      filter:none;
      mix-blend-mode:normal;
    }
    .product-stage .float-card{
      border:1px solid #e8e8eb;
      background:#fff;
      box-shadow:none;
    }
    @media(max-width:640px){
      .product-stage img{filter:none}
    }

    /* More compact rotating Hero titles on desktop. */
    @media(min-width:981px){
      .hero h1{
        max-width:680px;
        font-size:clamp(50px,4.25vw,66px);
        line-height:.98;
        letter-spacing:-.04em;
      }
    }

    /* Compact quotation card; the full form moves to the modal on phones. */
    .section-lead .cta-mobile-button{display:none!important}
    .section-lead{padding:52px 0}
    .section-lead .container{max-width:1220px}
    .section-lead .cta{
      grid-template-columns:minmax(0,.82fr) minmax(520px,1.18fr);
      gap:40px;
      align-items:center;
      padding:24px 36px;
      border-radius:28px;
    }
    .section-lead .cta h2{
      max-width:520px;
      font-size:clamp(34px,3.2vw,48px);
      line-height:1.04;
    }
    .section-lead .cta p{font-size:16px}
    .section-lead .form-card{padding:20px}
    .section-lead .field{gap:5px;margin-bottom:9px}
    .section-lead .field input,
    .section-lead .field select,
    .section-lead .field textarea{padding:12px 14px}
    .section-lead .field textarea{min-height:84px}
    @media(max-width:980px){
      .section-lead .cta{grid-template-columns:minmax(0,1fr);padding:30px}
      .section-lead .cta h2{max-width:700px}
    }
    @media(max-width:640px){
      .section-lead{padding:48px 0}
      .section-lead .cta{gap:20px;padding:24px 20px}
      .section-lead .cta h2{font-size:28px;line-height:1.08}
      .section-lead .form-card{display:none}
      .section-lead .cta-mobile-button{display:inline-flex!important;margin-top:6px}
    }
