:root{
      --bg0:#f6fbff;
      --bg1:#f8f5ff;
      --panel:#ffffff;
      --text:#111827;
      --muted:#556072;
      --muted2:#6b7280;
      --line:rgba(17,24,39,.10);
      --shadow:0 18px 50px rgba(10, 35, 70, .12);
      --shadow2:0 10px 28px rgba(12, 45, 85, .10);
      --shadow3:0 6px 16px rgba(12, 45, 85, .10);
      --radius:18px;
      --radius2:14px;
      --radius3:12px;

      --brand1:#10b981;
      --brand2:#0ea5e9;
      --brand3:#22c55e;
      --brand4:#7c3aed;
      --brand5:#06b6d4;

      --gradA:linear-gradient(115deg, #0ea5e9 0%, #10b981 40%, #7c3aed 100%);
      --gradB:linear-gradient(135deg, rgba(14,165,233,.18) 0%, rgba(16,185,129,.12) 42%, rgba(124,58,237,.14) 100%);
      --gradC:linear-gradient(135deg, rgba(124,58,237,.16) 0%, rgba(14,165,233,.10) 50%, rgba(16,185,129,.10) 100%);
      --gradD:linear-gradient(180deg, rgba(14,165,233,.10) 0%, rgba(255,255,255,0) 62%);
      --focus:rgba(14,165,233,.24);
      --btn:#0b8bd8;
      --btn2:#10b981;
      --btnText:#ffffff;
      --chipBg:rgba(14,165,233,.10);
      --chipBd:rgba(14,165,233,.20);
      --chipText:#0b4f7a;
      --danger:#ef4444;
    }

    *{box-sizing:border-box}
    html,body{height:100%}
    body{
      margin:0;
      font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
      color:var(--text);
      background:
        radial-gradient(1200px 700px at 15% -10%, rgba(14,165,233,.20) 0%, rgba(14,165,233,0) 55%),
        radial-gradient(1000px 600px at 90% 0%, rgba(16,185,129,.18) 0%, rgba(16,185,129,0) 55%),
        radial-gradient(900px 520px at 30% 20%, rgba(124,58,237,.12) 0%, rgba(124,58,237,0) 52%),
        linear-gradient(180deg, var(--bg0) 0%, var(--bg1) 70%, #ffffff 120%);
      overflow-x:hidden;
    }

    a{color:inherit; text-decoration:none}
    a:hover{opacity:.95}
    img{max-width:100%; height:auto; display:block}

    .container{
      width:100%;
      max-width:1160px;
      padding:0 18px;
      margin:0 auto;
    }

    .skip-link{
      position:absolute; left:-999px; top:auto; width:1px; height:1px; overflow:hidden;
    }
    .skip-link:focus{
      left:14px; top:14px; width:auto; height:auto; padding:10px 12px;
      background:#fff; border:1px solid var(--line); border-radius:10px; z-index:9999;
      box-shadow: var(--shadow3);
    }

    header{
      position:sticky; top:0; z-index:50;
      backdrop-filter: blur(10px);
      background: rgba(246,251,255,.72);
      border-bottom:1px solid rgba(17,24,39,.08);
    }
    .nav-wrap{
      display:flex; align-items:center; justify-content:space-between;
      gap:14px; padding:12px 0;
    }
    .brand{
      display:flex; align-items:center; gap:10px; min-width:220px;
    }
    .brand img{
      width:44px; height:44px; border-radius:12px;
      box-shadow:0 10px 22px rgba(14,165,233,.18);
      background:#fff;
      border:1px solid rgba(14,165,233,.18);
      padding:6px;
    }
    .brand .brand-text{
      display:flex; flex-direction:column; line-height:1.1;
    }
    .brand .brand-name{
      font-weight:800; letter-spacing:.2px;
      font-size:14px;
    }
    .brand .brand-sub{
      font-size:12px; color:var(--muted2); margin-top:2px;
    }

    nav.desktop-nav{
      display:flex; align-items:center; gap:18px; flex-wrap:wrap;
      justify-content:center;
    }
    .nav-link{
      font-size:13px; color:rgba(17,24,39,.78);
      padding:8px 10px; border-radius:999px;
      border:1px solid transparent;
      transition: background .2s ease, border-color .2s ease, transform .2s ease;
      white-space:nowrap;
    }
    .nav-link:hover{
      background:rgba(14,165,233,.08);
      border-color:rgba(14,165,233,.20);
      transform: translateY(-1px);
    }

    .nav-actions{
      display:flex; align-items:center; gap:10px; justify-content:flex-end;
      min-width:220px;
    }

    .btn{
      display:inline-flex; align-items:center; justify-content:center; gap:10px;
      padding:10px 14px; border-radius:12px;
      font-weight:700; font-size:13px;
      border:1px solid transparent;
      transition: transform .15s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
      cursor:pointer;
      user-select:none;
      white-space:nowrap;
    }
    .btn:active{transform: translateY(1px)}
    .btn-primary{
      color:var(--btnText);
      background: var(--gradA);
      box-shadow:0 16px 34px rgba(14,165,233,.20);
    }
    .btn-primary:hover{
      box-shadow:0 20px 44px rgba(14,165,233,.28);
    }

    .btn-ghost{
      background:rgba(255,255,255,.78);
      border-color:rgba(17,24,39,.12);
      color:rgba(17,24,39,.88);
    }
    .btn-ghost:hover{
      border-color:rgba(14,165,233,.24);
      box-shadow:0 10px 26px rgba(14,165,233,.10);
    }

    .icon-dot{
      width:10px; height:10px; border-radius:50%;
      background:rgba(255,255,255,.95);
      box-shadow: 0 0 0 5px rgba(255,255,255,.18);
    }

    .mobile-toggle{
      display:none;
      width:42px; height:42px; border-radius:12px;
      border:1px solid rgba(17,24,39,.14);
      background:rgba(255,255,255,.75);
      align-items:center; justify-content:center;
      cursor:pointer;
    }
    .hamburger{width:18px; height:12px; position:relative}
    .hamburger span{
      position:absolute; left:0; right:0; height:2px; border-radius:999px;
      background:rgba(17,24,39,.78);
      transition: transform .2s ease, top .2s ease, opacity .2s ease;
    }
    .hamburger span:nth-child(1){top:0}
    .hamburger span:nth-child(2){top:5px}
    .hamburger span:nth-child(3){top:10px}
    .mobile-toggle[aria-expanded="true"] .hamburger span:nth-child(1){top:5px; transform: rotate(45deg)}
    .mobile-toggle[aria-expanded="true"] .hamburger span:nth-child(2){opacity:0}
    .mobile-toggle[aria-expanded="true"] .hamburger span:nth-child(3){top:5px; transform: rotate(-45deg)}

    .mobile-panel{
      display:none;
      padding:10px 0 16px;
    }
    .mobile-panel.open{display:block}
    .mobile-links{
      display:flex; flex-wrap:wrap; gap:10px;
    }
    .mobile-links .nav-link{padding:9px 12px; background:rgba(255,255,255,.72)}
    .mobile-actions{
      display:flex; gap:10px; margin-top:12px; flex-wrap:wrap;
    }

    main{padding:20px 0 0}

    .hero{
      position:relative;
      margin-top:18px;
      border-radius:26px;
      overflow:hidden;
      border:1px solid rgba(17,24,39,.10);
      background:
        radial-gradient(600px 280px at 8% 20%, rgba(14,165,233,.26) 0%, rgba(14,165,233,0) 60%),
        radial-gradient(520px 240px at 82% 18%, rgba(16,185,129,.18) 0%, rgba(16,185,129,0) 62%),
        radial-gradient(520px 260px at 56% 90%, rgba(124,58,237,.18) 0%, rgba(124,58,237,0) 58%),
        linear-gradient(180deg, rgba(255,255,255,.72) 0%, rgba(255,255,255,.42) 100%);
      box-shadow: var(--shadow2);
    }
    .hero-inner{
      display:grid;
      grid-template-columns: 1.1fr .9fr;
      gap:18px;
      padding:30px;
      align-items:stretch;
    }

    .kicker{
      display:inline-flex; align-items:center; gap:10px;
      padding:8px 12px; border-radius:999px;
      background:rgba(255,255,255,.75);
      border:1px solid rgba(17,24,39,.10);
      color:rgba(17,24,39,.86);
      font-size:13px; font-weight:700;
      width:fit-content;
    }
    .kicker .spark{
      width:16px; height:16px; border-radius:6px;
      background: var(--gradA);
      box-shadow:0 10px 20px rgba(14,165,233,.25);
    }

    .hero h1{
      margin:14px 0 10px;
      font-size:34px; line-height:1.16; letter-spacing:-.6px;
    }
    .hero p{
      margin:0;
      color:var(--muted);
      font-size:15px; line-height:1.75;
      max-width:56ch;
    }

    .hero-cta{
      display:flex; align-items:center; gap:12px; flex-wrap:wrap;
      margin-top:18px;
    }
    .hero-cta .btn{padding:12px 16px; border-radius:14px}
    .sub-cta{
      display:flex; gap:10px; align-items:center; color:rgba(17,24,39,.80);
      font-size:13px;
      padding:10px 12px;
      background:rgba(255,255,255,.55);
      border:1px dashed rgba(14,165,233,.30);
      border-radius:14px;
    }
    .sub-cta b{color:rgba(17,24,39,.92)}
    .sub-cta .badge{
      width:10px; height:10px; border-radius:50%;
      background:var(--brand2);
      box-shadow:0 0 0 6px rgba(14,165,233,.14);
    }

    .hero-right{
      display:flex; flex-direction:column; gap:12px;
    }
    .glow-card{
      border-radius:18px;
      border:1px solid rgba(17,24,39,.10);
      background:
        radial-gradient(380px 180px at 20% 10%, rgba(14,165,233,.20) 0%, rgba(14,165,233,0) 55%),
        radial-gradient(420px 220px at 80% 20%, rgba(16,185,129,.16) 0%, rgba(16,185,129,0) 58%),
        linear-gradient(180deg, rgba(255,255,255,.78) 0%, rgba(255,255,255,.50) 100%);
      padding:16px;
      position:relative;
      overflow:hidden;
      box-shadow:0 10px 28px rgba(12,45,85,.10);
      animation: floatIn .7s ease both;
    }
    @keyframes floatIn{
      from{opacity:0; transform: translateY(8px)}
      to{opacity:1; transform: translateY(0)}
    }
    .glow-card:before{
      content:"";
      position:absolute; inset:-2px;
      background: conic-gradient(from 190deg, rgba(14,165,233,.30), rgba(16,185,129,.25), rgba(124,58,237,.25), rgba(14,165,233,.30));
      filter: blur(18px);
      opacity:.45;
      pointer-events:none;
    }
    .glow-card > *{position:relative}
    .pulse-row{
      display:flex; align-items:flex-start; justify-content:space-between; gap:12px;
    }
    .hero-metric{
      display:flex; flex-direction:column; gap:6px;
    }
    .hero-metric .label{
      font-size:13px; color:rgba(17,24,39,.70); font-weight:700;
    }
    .hero-metric .value{
      font-size:24px; letter-spacing:-.4px; font-weight:900;
    }
    .hero-metric .hint{
      font-size:13px; color:rgba(85,96,114,.92); line-height:1.4;
    }
    .mini-steps{
      display:grid; grid-template-columns:1fr 1fr; gap:10px; margin-top:12px;
    }
    .mini-step{
      padding:10px 12px;
      border-radius:14px;
      border:1px solid rgba(17,24,39,.10);
      background:rgba(255,255,255,.62);
      transition: transform .18s ease, box-shadow .2s ease, border-color .2s ease;
    }
    .mini-step:hover{
      transform: translateY(-2px);
      border-color: rgba(14,165,233,.26);
      box-shadow:0 14px 28px rgba(14,165,233,.12);
    }
    .mini-step .t{font-weight:900; font-size:13px}
    .mini-step .d{margin-top:6px; font-size:12.5px; color:rgba(85,96,114,.95); line-height:1.35}

    .hero-scan{
      display:grid; gap:12px;
      grid-template-columns:1fr;
    }
    .scan-card{
      border-radius:18px;
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.62);
      padding:14px;
    }
    .scan-header{
      display:flex; align-items:center; justify-content:space-between; gap:12px;
      margin-bottom:10px;
    }
    .scan-header .title{
      font-weight:900; letter-spacing:-.2px;
    }
    .chip{
      display:inline-flex; align-items:center; gap:8px;
      padding:8px 10px;
      border-radius:999px;
      background:var(--chipBg);
      border:1px solid var(--chipBd);
      color:var(--chipText);
      font-weight:800; font-size:12.5px;
      white-space:nowrap;
    }
    .chip .dot{
      width:8px; height:8px; border-radius:50%;
      background: rgba(14,165,233,.85);
      box-shadow: 0 0 0 5px rgba(14,165,233,.14);
    }

    .scan-list{
      display:grid; gap:10px;
    }
    .scan-item{
      display:flex; align-items:flex-start; justify-content:space-between; gap:10px;
      padding:10px 12px;
      border-radius:14px;
      border:1px solid rgba(17,24,39,.08);
      background:rgba(255,255,255,.62);
      transition: transform .18s ease, box-shadow .2s ease;
    }
    .scan-item:hover{
      transform: translateY(-2px);
      box-shadow:0 14px 28px rgba(12,45,85,.10);
    }
    .scan-item .left{
      display:flex; gap:10px; align-items:flex-start;
    }
    .scan-item .ico{
      width:34px; height:34px; border-radius:12px;
      background: linear-gradient(180deg, rgba(14,165,233,.14) 0%, rgba(16,185,129,.10) 100%);
      border:1px solid rgba(14,165,233,.20);
      display:flex; align-items:center; justify-content:center;
      color:rgba(11,139,216,.98);
      flex:0 0 auto;
      font-weight:900;
      letter-spacing:-.2px;
    }
    .scan-item .name{
      font-weight:900; font-size:13px;
      line-height:1.2;
    }
    .scan-item .desc{
      margin-top:4px;
      color:rgba(85,96,114,.95);
      font-size:12.5px;
      line-height:1.35;
    }
    .scan-item .tag{
      font-weight:900; font-size:12px;
      color:rgba(85,96,114,.95);
      padding:6px 8px;
      border-radius:999px;
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.55);
      white-space:nowrap;
      flex:0 0 auto;
    }

    section{
      padding:28px 0;
    }

    .section-head{
      display:flex; align-items:flex-end; justify-content:space-between; gap:14px; flex-wrap:wrap;
      margin-bottom:14px;
    }
    .section-title{
      display:flex; flex-direction:column; gap:8px;
      max-width:72ch;
    }
    .section-title h2{
      margin:0;
      font-size:22px;
      letter-spacing:-.4px;
    }
    .section-title p{
      margin:0; color:var(--muted);
      line-height:1.7; font-size:14.5px;
    }
    .section-action{
      display:flex; gap:10px; flex-wrap:wrap;
      align-items:center;
    }

    .cards-grid{
      display:grid;
      grid-template-columns: repeat(3, 1fr);
      gap:14px;
    }
    .card{
      border-radius:var(--radius);
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.64);
      box-shadow: 0 10px 24px rgba(12,45,85,.08);
      overflow:hidden;
      transition: transform .18s ease, box-shadow .22s ease, border-color .2s ease;
    }
    .card:hover{
      transform: translateY(-4px);
      box-shadow:0 18px 40px rgba(12,45,85,.12);
      border-color: rgba(14,165,233,.22);
    }
    .card-pad{padding:16px}

    .card .eyebrow{
      display:inline-flex; align-items:center; gap:10px;
      font-weight:900; font-size:12.5px;
      color:rgba(17,24,39,.78);
    }
    .card .eyebrow .bar{
      width:10px; height:10px; border-radius:3px;
      background: var(--gradA);
      box-shadow:0 10px 22px rgba(14,165,233,.20);
    }
    .card h3{
      margin:10px 0 8px;
      font-size:16px;
      letter-spacing:-.2px;
    }
    .card p{
      margin:0;
      color:rgba(85,96,114,.98);
      line-height:1.7;
      font-size:13.5px;
    }

    .capabilities{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:14px;
      align-items:stretch;
    }

    .cap-left{
      padding:18px;
      background: linear-gradient(180deg, rgba(255,255,255,.72) 0%, rgba(255,255,255,.52) 100%);
      border-radius:var(--radius);
      border:1px solid rgba(17,24,39,.10);
      box-shadow: 0 10px 24px rgba(12,45,85,.08);
    }
    .cap-left .lead{
      font-weight:900; font-size:15px;
      letter-spacing:-.2px;
    }
    .bullet{
      margin-top:12px; display:grid; gap:10px;
    }
    .bullet-item{
      display:flex; gap:10px; align-items:flex-start;
      padding:12px;
      border-radius:14px;
      background: rgba(255,255,255,.60);
      border:1px solid rgba(17,24,39,.08);
    }
    .tick{
      width:28px; height:28px; border-radius:10px;
      background: rgba(14,165,233,.12);
      border:1px solid rgba(14,165,233,.22);
      color: rgba(11,139,216,.98);
      display:flex; align-items:center; justify-content:center;
      font-weight:900;
      flex:0 0 auto;
    }
    .bullet-item b{font-size:13.5px}
    .bullet-item span{
      display:block; margin-top:4px;
      color:rgba(85,96,114,.98);
      font-size:13px; line-height:1.55;
    }

    .cap-right{
      border-radius:var(--radius);
      border:1px solid rgba(17,24,39,.10);
      background:
        radial-gradient(560px 240px at 10% 10%, rgba(14,165,233,.20) 0%, rgba(14,165,233,0) 55%),
        radial-gradient(520px 240px at 90% 30%, rgba(16,185,129,.16) 0%, rgba(16,185,129,0) 55%),
        rgba(255,255,255,.62);
      box-shadow: 0 10px 24px rgba(12,45,85,.08);
      padding:18px;
      display:flex; flex-direction:column; gap:12px;
    }
    .progress{
      display:grid; gap:10px;
    }
    .progress-row{
      display:flex; align-items:center; justify-content:space-between; gap:10px;
      color:rgba(17,24,39,.86);
      font-size:13px; font-weight:900;
    }
    .bar{
      height:12px; border-radius:999px;
      background:rgba(17,24,39,.08);
      overflow:hidden;
      border:1px solid rgba(17,24,39,.08);
    }
    .fill{
      height:100%;
      border-radius:999px;
      background: var(--gradA);
      width:60%;
      transform-origin:left;
      animation: grow 1.1s ease both;
    }
    .fill.f1{width:82%}
    .fill.f2{width:74%}
    .fill.f3{width:68%}
    .fill.f4{width:78%}
    @keyframes grow{
      from{transform:scaleX(.3); opacity:.6}
      to{transform:scaleX(1); opacity:1}
    }
    .grid-2{
      display:grid; grid-template-columns:1fr 1fr; gap:10px;
    }
    .pill{
      padding:11px 12px;
      border-radius:14px;
      background: rgba(255,255,255,.60);
      border:1px solid rgba(17,24,39,.10);
    }
    .pill b{font-size:13px}
    .pill div{margin-top:6px; color:rgba(85,96,114,.98); font-size:12.8px; line-height:1.45; font-weight:700}

    .steps{
      display:grid;
      grid-template-columns: repeat(4, 1fr);
      gap:14px;
    }
    .step{
      padding:16px;
      border-radius:var(--radius);
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.62);
      box-shadow: 0 10px 24px rgba(12,45,85,.08);
      transition: transform .18s ease, box-shadow .22s ease;
      position:relative;
      overflow:hidden;
    }
    .step:before{
      content:"";
      position:absolute; inset:-2px;
      background: radial-gradient(260px 120px at 18% 10%, rgba(14,165,233,.18) 0%, rgba(14,165,233,0) 60%);
      opacity:.9;
      pointer-events:none;
    }
    .step > *{position:relative}
    .step:hover{transform: translateY(-4px); box-shadow:0 18px 40px rgba(12,45,85,.12)}
    .step .num{
      width:40px; height:40px; border-radius:14px;
      background: rgba(14,165,233,.12);
      border:1px solid rgba(14,165,233,.20);
      color:rgba(11,139,216,.98);
      display:flex; align-items:center; justify-content:center;
      font-weight:900;
      letter-spacing:-.2px;
      box-shadow:0 12px 22px rgba(14,165,233,.12);
    }
    .step h3{margin:12px 0 8px; font-size:15.5px; letter-spacing:-.2px}
    .step p{margin:0; color:rgba(85,96,114,.98); line-height:1.65; font-size:13.5px}

    .compare-wrap{
      border-radius:26px;
      border:1px solid rgba(17,24,39,.10);
      background:
        radial-gradient(760px 280px at 10% 0%, rgba(14,165,233,.18) 0%, rgba(14,165,233,0) 60%),
        radial-gradient(560px 260px at 90% 20%, rgba(16,185,129,.14) 0%, rgba(16,185,129,0) 58%),
        rgba(255,255,255,.62);
      box-shadow: var(--shadow2);
      padding:18px;
      overflow:hidden;
    }
    .compare-top{
      display:flex; align-items:flex-start; justify-content:space-between; gap:14px; flex-wrap:wrap;
      margin-bottom:14px;
    }
    .rating-card{
      flex:0 0 auto;
      min-width:280px;
      border-radius:20px;
      padding:14px;
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.66);
      box-shadow: 0 10px 24px rgba(12,45,85,.08);
    }
    .rating-row{
      display:flex; align-items:center; justify-content:space-between; gap:14px;
    }
    .stars{
      display:flex; gap:6px; align-items:center; flex-wrap:wrap;
      font-size:13px; font-weight:900;
      color:rgba(17,24,39,.86);
    }
    .star{
      width:18px; height:18px;
      background: radial-gradient(circle at 30% 30%, #fff 0%, rgba(255,255,255,0) 42%),
                  linear-gradient(180deg, #f59e0b 0%, #f97316 100%);
      clip-path: polygon(50% 0%, 62% 35%, 98% 35%, 69% 57%, 79% 91%, 50% 70%, 21% 91%, 31% 57%, 2% 35%, 38% 35%);
      border:1px solid rgba(245,158,11,.4);
      box-shadow:0 10px 22px rgba(249,115,22,.18);
    }
    .score{
      text-align:right;
      line-height:1.1;
    }
    .score .big{
      font-weight:1000; font-size:30px; letter-spacing:-1px;
    }
    .score .small{color:rgba(85,96,114,.98); font-weight:800; font-size:13px; margin-top:4px}

    .table-wrap{
      overflow:auto;
      border-radius:18px;
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.62);
    }
    table{
      width:100%;
      border-collapse:separate;
      border-spacing:0;
      min-width:820px;
      font-size:13.5px;
    }
    th,td{
      padding:12px 14px;
      border-bottom:1px solid rgba(17,24,39,.08);
      border-right:1px solid rgba(17,24,39,.07);
      vertical-align:top;
    }
    th:last-child, td:last-child{border-right:none}
    tr:last-child td{border-bottom:none}
    th{
      background: rgba(255,255,255,.72);
      position:sticky; top:0;
      z-index:1;
      text-align:left;
      font-weight:1000;
      color:rgba(17,24,39,.90);
    }
    .muted-cell{color:rgba(85,96,114,.98); font-weight:700; line-height:1.55}
    .good{
      display:inline-flex; align-items:center; gap:10px;
      padding:8px 10px;
      border-radius:999px;
      background: rgba(16,185,129,.12);
      border:1px solid rgba(16,185,129,.22);
      font-weight:1000;
      color:rgba(7,122,73,.98);
      white-space:nowrap;
    }
    .good .v{
      width:9px; height:9px; border-radius:50%;
      background: rgba(16,185,129,.95);
      box-shadow:0 0 0 5px rgba(16,185,129,.14);
    }

    .match-grid{
      display:grid; grid-template-columns: .95fr 1.05fr;
      gap:14px;
      align-items:stretch;
    }
    .form-card{
      border-radius:var(--radius);
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.62);
      box-shadow: 0 10px 24px rgba(12,45,85,.08);
      padding:16px;
    }
    form .row{
      display:grid; grid-template-columns: 1fr 1fr; gap:12px;
    }
    label{
      display:block;
      font-size:13px;
      color:rgba(17,24,39,.86);
      font-weight:900;
      margin:2px 0 8px;
    }
    input, select, textarea{
      width:100%;
      padding:11px 12px;
      border-radius:12px;
      border:1px solid rgba(17,24,39,.12);
      background: rgba(255,255,255,.78);
      color:rgba(17,24,39,.92);
      outline:none;
      transition: box-shadow .2s ease, border-color .2s ease;
      font-size:14px;
    }
    textarea{min-height:110px; resize:vertical}
    input:focus, select:focus, textarea:focus{
      border-color: rgba(14,165,233,.40);
      box-shadow: 0 0 0 4px var(--focus);
    }
    .form-foot{
      display:flex; align-items:center; justify-content:space-between; gap:12px; flex-wrap:wrap;
      margin-top:12px;
    }
    .fineprint{
      color:rgba(85,96,114,.98);
      font-size:12.5px;
      line-height:1.5;
      font-weight:700;
      max-width:52ch;
    }

    .benefit-card{
      border-radius:var(--radius);
      border:1px solid rgba(17,24,39,.10);
      background:
        radial-gradient(620px 260px at 0% 0%, rgba(14,165,233,.18) 0%, rgba(14,165,233,0) 60%),
        radial-gradient(520px 240px at 90% 10%, rgba(16,185,129,.14) 0%, rgba(16,185,129,0) 56%),
        rgba(255,255,255,.62);
      box-shadow: 0 10px 24px rgba(12,45,85,.08);
      padding:16px;
      display:flex; flex-direction:column; gap:12px;
    }
    .benefit-card .headline{
      font-weight:1000; letter-spacing:-.3px; font-size:16px;
    }
    .kv-grid{
      display:grid; grid-template-columns: 1fr 1fr; gap:10px;
    }
    .kv{
      border-radius:14px;
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.60);
      padding:12px;
    }
    .kv b{display:block; font-size:13.5px; font-weight:1000}
    .kv span{display:block; margin-top:6px; color:rgba(85,96,114,.98); font-size:12.8px; line-height:1.45; font-weight:800}

    .network{
      display:grid; grid-template-columns: 1fr 1fr; gap:14px;
      align-items:stretch;
    }
    .map-card{
      border-radius:var(--radius);
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.62);
      box-shadow: 0 10px 24px rgba(12,45,85,.08);
      padding:16px;
      overflow:hidden;
      position:relative;
    }
    .map-card:after{
      content:"";
      position:absolute; inset:-2px;
      background:
        radial-gradient(420px 240px at 18% 20%, rgba(14,165,233,.20) 0%, rgba(14,165,233,0) 55%),
        radial-gradient(360px 220px at 78% 30%, rgba(16,185,129,.16) 0%, rgba(16,185,129,0) 56%),
        radial-gradient(420px 260px at 60% 85%, rgba(124,58,237,.14) 0%, rgba(124,58,237,0) 60%);
      opacity:.9; pointer-events:none;
    }
    .map-card > *{position:relative}
    .map-title{
      display:flex; align-items:center; justify-content:space-between; gap:12px; margin-bottom:10px;
    }
    .map-title b{font-size:16px; letter-spacing:-.2px}
    .tagline{
      color:rgba(85,96,114,.98);
      font-size:13px; font-weight:800; line-height:1.45;
      margin:0;
    }
    .area-list{
      display:flex; flex-wrap:wrap; gap:10px;
      margin-top:12px;
    }
    .area{
      padding:10px 12px;
      border-radius:999px;
      background: rgba(255,255,255,.60);
      border:1px solid rgba(17,24,39,.10);
      font-weight:1000; font-size:13px;
      color:rgba(17,24,39,.86);
      transition: transform .18s ease, border-color .2s ease;
    }
    .area:hover{transform: translateY(-2px); border-color: rgba(14,165,233,.24)}
    .net-right{
      border-radius:var(--radius);
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.62);
      box-shadow: 0 10px 24px rgba(12,45,85,.08);
      padding:16px;
      display:flex; flex-direction:column; gap:12px;
    }
    .list{
      display:grid; gap:10px;
    }
    .list .li{
      border-radius:14px;
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.60);
      padding:12px;
      display:flex; gap:12px; align-items:flex-start; justify-content:space-between;
    }
    .li .l{
      display:flex; gap:10px; align-items:flex-start;
    }
    .li .num{
      width:34px; height:34px; border-radius:12px;
      background: rgba(124,58,237,.12);
      border:1px solid rgba(124,58,237,.20);
      color: rgba(91,33,182,.98);
      display:flex; align-items:center; justify-content:center;
      font-weight:1000;
      flex:0 0 auto;
    }
    .li b{display:block; font-size:13.5px; font-weight:1000}
    .li span{display:block; margin-top:5px; color:rgba(85,96,114,.98); font-size:12.8px; line-height:1.5; font-weight:800}
    .li .r{
      padding:8px 10px;
      border-radius:999px;
      background: rgba(14,165,233,.10);
      border:1px solid rgba(14,165,233,.18);
      font-weight:1000; font-size:12.5px;
      color:rgba(11,79,122,.98);
      white-space:nowrap;
      height:fit-content;
    }

    .case-grid{
      display:grid; grid-template-columns: 1fr 1fr 1fr;
      gap:14px;
    }
    .case-card{
      border-radius:var(--radius);
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.62);
      box-shadow: 0 10px 24px rgba(12,45,85,.08);
      overflow:hidden;
      transition: transform .18s ease, box-shadow .22s ease, border-color .2s ease;
      display:flex; flex-direction:column;
      min-height: 270px;
    }
    .case-card:hover{
      transform: translateY(-4px);
      box-shadow:0 18px 40px rgba(12,45,85,.12);
      border-color: rgba(14,165,233,.22);
    }
    .case-media{
      padding:12px 12px 0;
    }
    .case-img{
      border-radius:16px;
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.7);
      overflow:hidden;
      box-shadow: 0 14px 34px rgba(12,45,85,.10);
    }
    .case-img .img-inner{
      padding:0;
      aspect-ratio: 16/10;
      display:block;
      background:
        linear-gradient(135deg, rgba(14,165,233,.14) 0%, rgba(16,185,129,.10) 44%, rgba(124,58,237,.10) 100%);
      position:relative;
    }
    .case-img .img-inner img{
      width:100%; height:100%;
      object-fit:cover;
      opacity:.95;
    }
    .case-body{padding:14px}
    .case-title{font-weight:1000; letter-spacing:-.2px; font-size:14.5px}
    .case-desc{
      margin-top:8px;
      color:rgba(85,96,114,.98);
      font-size:13.2px;
      line-height:1.6;
      font-weight:800;
      min-height: 64px;
    }
    .case-foot{
      margin-top:auto;
      padding:12px 14px 14px;
      display:flex; align-items:center; justify-content:space-between; gap:10px; flex-wrap:wrap;
    }
    .chip2{
      padding:8px 10px;
      border-radius:999px;
      background: rgba(16,185,129,.10);
      border:1px solid rgba(16,185,129,.20);
      font-weight:1000; font-size:12.5px;
      color:rgba(7,122,73,.98);
    }
    .linkish{
      font-weight:1000; font-size:13px;
      color:rgba(11,139,216,.98);
      display:inline-flex; gap:8px; align-items:center;
      border:1px solid rgba(11,139,216,.18);
      background: rgba(255,255,255,.66);
      padding:9px 10px;
      border-radius:12px;
      transition: transform .18s ease, box-shadow .2s ease, border-color .2s ease;
      white-space:nowrap;
    }
    .linkish:hover{
      transform: translateY(-2px);
      box-shadow:0 12px 26px rgba(14,165,233,.12);
      border-color: rgba(11,139,216,.30);
    }

    .article-grid{
      display:grid; grid-template-columns: 1fr 1fr 1fr;
      gap:14px;
    }
    .article-card{
      border-radius:var(--radius);
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.62);
      box-shadow: 0 10px 24px rgba(12,45,85,.08);
      padding:16px;
      transition: transform .18s ease, box-shadow .22s ease;
      display:flex; flex-direction:column; gap:10px;
    }
    .article-card:hover{transform: translateY(-4px); box-shadow:0 18px 40px rgba(12,45,85,.12)}
    .article-top{
      display:flex; align-items:center; justify-content:space-between; gap:10px; flex-wrap:wrap;
    }
    .badge2{
      padding:7px 10px;
      border-radius:999px;
      background: rgba(14,165,233,.10);
      border:1px solid rgba(14,165,233,.20);
      color:rgba(11,79,122,.98);
      font-weight:1000; font-size:12.5px;
      white-space:nowrap;
    }
    .time{
      color:rgba(85,96,114,.98);
      font-weight:900; font-size:12.5px;
    }
    .article-title{
      font-weight:1000; font-size:15px; letter-spacing:-.2px;
      line-height:1.35;
      margin:0;
    }
    .article-desc{
      margin:0;
      color:rgba(85,96,114,.98);
      font-size:13.2px;
      line-height:1.65;
      font-weight:800;
      min-height: 58px;
    }
    .article-actions{
      display:flex; align-items:center; justify-content:space-between; gap:12px; flex-wrap:wrap;
      margin-top:auto;
    }

    .taxonomy{
      border-radius:var(--radius);
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.62);
      box-shadow: 0 10px 24px rgba(12,45,85,.08);
      padding:16px;
      overflow:hidden;
    }
    .tag-cloud{
      display:flex; flex-wrap:wrap; gap:10px;
      margin-top:12px;
    }
    .tag-cloud a{
      padding:10px 12px;
      border-radius:999px;
      background: rgba(255,255,255,.60);
      border:1px solid rgba(17,24,39,.10);
      font-weight:1000; font-size:13px;
      color:rgba(17,24,39,.84);
      transition: transform .18s ease, border-color .2s ease, box-shadow .2s ease;
    }
    .tag-cloud a:hover{
      transform: translateY(-2px);
      border-color: rgba(14,165,233,.26);
      box-shadow:0 14px 28px rgba(14,165,233,.10);
    }

    .faq{
      border-radius:26px;
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.62);
      box-shadow: var(--shadow2);
      padding:6px;
      overflow:hidden;
    }
    details.faq-item{
      border-top:1px solid rgba(17,24,39,.08);
      padding:0;
      margin:0;
    }
    details.faq-item:first-child{border-top:none}
    details.faq-item > summary{
      list-style:none;
      cursor:pointer;
      padding:16px 16px;
      display:flex; align-items:flex-start; justify-content:space-between; gap:14px;
      user-select:none;
      outline:none;
    }
    details.faq-item > summary::-webkit-details-marker{display:none}
    .q{
      font-weight:1000;
      letter-spacing:-.2px;
      font-size:14.5px;
      line-height:1.45;
    }
    .chev{
      width:34px; height:34px;
      border-radius:12px;
      background: rgba(14,165,233,.10);
      border:1px solid rgba(14,165,233,.20);
      flex:0 0 auto;
      display:flex; align-items:center; justify-content:center;
      transition: transform .2s ease, background .2s ease, border-color .2s ease;
    }
    details[open] > summary .chev{
      transform: rotate(180deg);
      background: rgba(16,185,129,.12);
      border-color: rgba(16,185,129,.20);
    }
    .a{
      padding:0 16px 16px 16px;
      color:rgba(85,96,114,.98);
      line-height:1.75;
      font-size:13.6px;
      font-weight:800;
    }

    .review-grid{
      display:grid; grid-template-columns: repeat(3, 1fr);
      gap:14px;
    }
    .review{
      border-radius:var(--radius);
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.62);
      box-shadow: 0 10px 24px rgba(12,45,85,.08);
      padding:16px;
      display:flex; flex-direction:column; gap:10px;
      transition: transform .18s ease, box-shadow .22s ease;
    }
    .review:hover{transform: translateY(-4px); box-shadow:0 18px 40px rgba(12,45,85,.12)}
    .review .who{
      display:flex; gap:12px; align-items:flex-start; justify-content:space-between;
    }
    .avatar{
      width:40px; height:40px; border-radius:15px;
      border:1px solid rgba(17,24,39,.10);
      background: linear-gradient(135deg, rgba(14,165,233,.16) 0%, rgba(16,185,129,.10) 45%, rgba(124,58,237,.10) 100%);
      display:flex; align-items:center; justify-content:center;
      font-weight:1000; color:rgba(11,139,216,.98);
      box-shadow:0 12px 22px rgba(14,165,233,.12);
      flex:0 0 auto;
    }
    .review .role{
      font-weight:1000; font-size:13.5px; letter-spacing:-.2px;
      line-height:1.3;
    }
    .review .org{
      color:rgba(85,96,114,.98);
      font-weight:900;
      font-size:12.8px;
      margin-top:4px;
    }
    .quote{
      margin:0;
      color:rgba(17,24,39,.86);
      font-size:13.6px;
      line-height:1.75;
      font-weight:800;
    }
    .review .meta{
      display:flex; gap:10px; align-items:center; flex-wrap:wrap;
      margin-top:auto;
    }
    .pill2{
      padding:8px 10px;
      border-radius:999px;
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.60);
      font-weight:1000; font-size:12.5px; color:rgba(85,96,114,.98);
    }

    .price-block{
      display:grid; grid-template-columns: 1fr 1fr;
      gap:14px; align-items:stretch;
    }
    .price-card{
      border-radius:var(--radius);
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.62);
      box-shadow: 0 10px 24px rgba(12,45,85,.08);
      padding:16px;
      overflow:hidden;
      position:relative;
    }
    .price-card:before{
      content:"";
      position:absolute; inset:-2px;
      background: radial-gradient(540px 260px at 10% 10%, rgba(14,165,233,.20) 0%, rgba(14,165,233,0) 58%);
      opacity:.85; pointer-events:none;
    }
    .price-card > *{position:relative}
    .price-title{
      font-weight:1000; font-size:16px; letter-spacing:-.2px;
      margin:0;
    }
    .price-note{
      margin:8px 0 0;
      color:rgba(85,96,114,.98);
      font-size:13.2px;
      line-height:1.65;
      font-weight:800;
    }
    .price-table{
      margin-top:12px;
      border-radius:18px;
      border:1px solid rgba(17,24,39,.10);
      overflow:hidden;
      background: rgba(255,255,255,.60);
    }
    .price-table table{min-width:0; width:100%}
    .price-table th{position:static}
    .price-table td{font-weight:800}

    .timeline{
      border-radius:var(--radius);
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.62);
      box-shadow: 0 10px 24px rgba(12,45,85,.08);
      padding:16px;
    }
    .timeline-items{
      display:grid; gap:10px; margin-top:10px;
    }
    .titem{
      display:flex; align-items:flex-start; justify-content:space-between; gap:12px;
      padding:12px;
      border-radius:14px;
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.60);
    }
    .titem .l{
      display:flex; gap:12px; align-items:flex-start;
    }
    .titem .mark{
      width:34px; height:34px; border-radius:12px;
      background: rgba(16,185,129,.12);
      border:1px solid rgba(16,185,129,.20);
      color: rgba(7,122,73,.98);
      display:flex; align-items:center; justify-content:center;
      font-weight:1000;
      flex:0 0 auto;
    }
    .titem b{display:block; font-weight:1000; font-size:13.5px}
    .titem span{display:block; margin-top:5px; color:rgba(85,96,114,.98); font-size:12.8px; font-weight:800; line-height:1.5}
    .titem .r{
      padding:8px 10px; border-radius:999px;
      background: rgba(14,165,233,.10);
      border:1px solid rgba(14,165,233,.20);
      color:rgba(11,79,122,.98);
      font-weight:1000; font-size:12.5px; white-space:nowrap;
      height:fit-content;
    }

    footer{
      margin-top:10px;
      background:
        radial-gradient(1000px 420px at 10% 0%, rgba(14,165,233,.18) 0%, rgba(14,165,233,0) 60%),
        radial-gradient(900px 420px at 90% 0%, rgba(16,185,129,.14) 0%, rgba(16,185,129,0) 60%),
        linear-gradient(180deg, rgba(255,255,255,.55) 0%, rgba(255,255,255,.78) 100%);
      border-top:1px solid rgba(17,24,39,.10);
    }
    .footer-inner{
      padding:26px 0 18px;
    }
    .footer-grid{
      display:grid; grid-template-columns: 1.2fr .8fr;
      gap:14px; align-items:start;
    }
    .footer-card{
      border-radius:22px;
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.62);
      padding:16px;
      box-shadow: 0 10px 24px rgba(12,45,85,.08);
    }
    .footer-title{
      font-weight:1000; letter-spacing:-.2px; margin:0 0 8px; font-size:15.5px;
    }
    .footer-text{
      margin:0;
      color:rgba(85,96,114,.98);
      font-size:13.2px;
      line-height:1.7;
      font-weight:800;
    }
    .footer-quick{
      margin-top:12px;
      display:flex; gap:10px; flex-wrap:wrap;
    }

    .foot-links{
      display:flex; flex-direction:column; gap:10px;
    }
    .friend-grid{
      display:flex; flex-wrap:wrap; gap:10px;
      margin-top:10px;
    }
    .friend-grid a{
      padding:9px 10px;
      border-radius:14px;
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.62);
      color:rgba(17,24,39,.86);
      font-weight:1000; font-size:12.8px;
      transition: transform .18s ease, box-shadow .2s ease, border-color .2s ease;
      white-space:nowrap;
    }
    .friend-grid a:hover{transform: translateY(-2px); box-shadow:0 14px 28px rgba(14,165,233,.10); border-color: rgba(14,165,233,.26)}
    .foot-bottom{
      margin-top:14px;
      display:flex; justify-content:space-between; gap:12px; flex-wrap:wrap;
      color:rgba(85,96,114,.98);
      font-weight:800;
      font-size:12.6px;
      padding-bottom:8px;
    }

    .float-kefu{
      position:fixed;
      right:14px; bottom:18px;
      z-index:80;
      display:flex;
      flex-direction:column;
      gap:10px;
      align-items:flex-end;
      pointer-events:none;
    }
    .float-kefu .btn-float{
      pointer-events:auto;
      border-radius:16px;
      border:1px solid rgba(17,24,39,.12);
      background: rgba(255,255,255,.80);
      box-shadow: 0 18px 50px rgba(12,45,85,.14);
      padding:10px 12px;
      display:flex; align-items:center; gap:10px;
      cursor:pointer;
      transition: transform .18s ease, box-shadow .22s ease;
      user-select:none;
    }
    .float-kefu .btn-float:hover{transform: translateY(-3px); box-shadow: 0 24px 60px rgba(12,45,85,.18)}
    .float-kefu .bubble{
      width:40px; height:40px; border-radius:16px;
      background: var(--gradA);
      color:#fff;
      display:flex; align-items:center; justify-content:center;
      font-weight:1000;
      box-shadow:0 18px 40px rgba(14,165,233,.26);
    }
    .float-kefu .txt{
      display:flex; flex-direction:column; gap:2px;
      line-height:1.1;
    }
    .float-kefu .txt b{font-size:13px}
    .float-kefu .txt span{font-size:12px; color:rgba(85,96,114,.98); font-weight:900}
    .kefu-panel{
      pointer-events:auto;
      width:290px;
      border-radius:20px;
      border:1px solid rgba(17,24,39,.12);
      background: rgba(255,255,255,.92);
      box-shadow: 0 24px 70px rgba(12,45,85,.20);
      overflow:hidden;
      display:none;
      transform-origin: right bottom;
      animation: pop .16s ease both;
    }
    @keyframes pop{
      from{opacity:0; transform: scale(.98) translateY(6px)}
      to{opacity:1; transform: scale(1) translateY(0)}
    }
    .kefu-panel.open{display:block}
    .kefu-panel .head{
      padding:12px 14px;
      background: linear-gradient(135deg, rgba(14,165,233,.14) 0%, rgba(16,185,129,.10) 45%, rgba(124,58,237,.10) 100%);
      border-bottom:1px solid rgba(17,24,39,.10);
      display:flex; justify-content:space-between; align-items:center; gap:10px;
    }
    .kefu-panel .head b{font-size:13.5px; letter-spacing:-.2px}
    .kefu-close{
      width:34px; height:34px; border-radius:12px;
      border:1px solid rgba(17,24,39,.12);
      background: rgba(255,255,255,.70);
      cursor:pointer;
      display:flex; align-items:center; justify-content:center;
      font-weight:1000;
      color:rgba(17,24,39,.84);
    }
    .kefu-body{padding:12px 14px}
    .kefu-row{
      display:flex; gap:12px; align-items:center;
    }
    .kefu-qr{
      width:86px; height:86px; border-radius:18px;
      border:1px solid rgba(17,24,39,.10);
      background: rgba(255,255,255,.9);
      overflow:hidden;
      flex:0 0 auto;
      display:flex; align-items:center; justify-content:center;
    }
    .kefu-qr img{width:100%; height:100%; object-fit:cover}
    .kefu-txt{
      display:flex; flex-direction:column; gap:6px;
    }
    .kefu-txt .hint{
      color:rgba(85,96,114,.98);
      font-size:12.8px;
      line-height:1.5;
      font-weight:900;
    }
    .kefu-quick{
      margin-top:10px;
      display:flex; gap:10px; flex-wrap:wrap;
    }
    .kefu-quick .btn-small{
      padding:9px 10px;
      border-radius:12px;
      border:1px solid rgba(17,24,39,.12);
      background: rgba(255,255,255,.78);
      font-weight:1000; font-size:12.8px;
      color:rgba(17,24,39,.86);
      cursor:pointer;
      transition: transform .18s ease, border-color .2s ease, box-shadow .2s ease;
      user-select:none;
    }
    .kefu-quick .btn-small:hover{
      transform: translateY(-2px);
      border-color: rgba(14,165,233,.26);
      box-shadow:0 14px 28px rgba(14,165,233,.10);
    }

    .to-top{
      position:fixed;
      right:14px; bottom:96px;
      z-index:80;
      width:46px; height:46px;
      border-radius:18px;
      border:1px solid rgba(17,24,39,.12);
      background: rgba(255,255,255,.82);
      box-shadow: 0 18px 50px rgba(12,45,85,.14);
      display:flex; align-items:center; justify-content:center;
      cursor:pointer;
      user-select:none;
      opacity:0;
      transform: translateY(10px);
      pointer-events:none;
      transition: opacity .2s ease, transform .2s ease;
    }
    .to-top.show{opacity:1; transform: translateY(0); pointer-events:auto}
    .to-top:hover{box-shadow: 0 24px 60px rgba(12,45,85,.18)}
    .to-top span{
      font-weight:1000;
      color:rgba(11,139,216,.98);
      letter-spacing:-.2px;
    }

    .sr-only{
      position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden;
      clip:rect(0,0,0,0); border:0;
    }

    .reveal{
      opacity:0; transform: translateY(10px);
      transition: opacity .55s ease, transform .55s ease;
    }
    .reveal.in{
      opacity:1; transform: translateY(0);
    }

    @media (max-width: 980px){
      nav.desktop-nav{display:none}
      .mobile-toggle{display:flex}
      .nav-actions{min-width:auto}
      .hero-inner{grid-template-columns: 1fr; padding:20px}
      .hero h1{font-size:28px}
      .cards-grid{grid-template-columns: 1fr 1fr}
      .steps{grid-template-columns: 1fr 1fr}
      .capabilities{grid-template-columns:1fr}
      .match-grid{grid-template-columns:1fr}
      .network{grid-template-columns:1fr}
      .case-grid{grid-template-columns: 1fr 1fr}
      .article-grid{grid-template-columns: 1fr 1fr}
      .review-grid{grid-template-columns: 1fr 1fr}
      .price-block{grid-template-columns:1fr}
      .footer-grid{grid-template-columns:1fr}
      .form-card form .row{grid-template-columns:1fr}
      table{min-width:700px}
    }
    @media (max-width: 560px){
      .brand{min-width:auto}
      .brand img{width:40px; height:40px}
      .cards-grid{grid-template-columns: 1fr}
      .steps{grid-template-columns: 1fr}
      .case-grid{grid-template-columns: 1fr}
      .article-grid{grid-template-columns: 1fr}
      .review-grid{grid-template-columns: 1fr}
      .hero-inner{padding:16px}
      .glow-card{padding:14px}
      .mini-steps{grid-template-columns: 1fr}
      .kefu-panel{width:calc(100vw - 28px)}
      .float-kefu{right:10px}
      .to-top{right:10px}
      .hero h1{font-size:25px}
    }