/* roulang page: index */
:root{
      --bg:#07111f;
      --bg-2:#091827;
      --bg-3:#0b1020;
      --panel:#102236;
      --panel-2:rgba(12,31,50,.72);
      --panel-3:rgba(255,255,255,.06);
      --primary:#118ab2;
      --primary-2:#22a6c8;
      --cyan:#35f2c2;
      --cyan-2:#29d7a3;
      --amber:#f6b85a;
      --amber-2:#ffcf7a;
      --text:#d7e2ee;
      --text-strong:#f4fbff;
      --muted:#8ea6bb;
      --muted-2:#6f879c;
      --line:rgba(180,220,255,.14);
      --line-strong:rgba(53,242,194,.36);
      --shadow:0 18px 50px rgba(0,0,0,.24);
      --shadow-hover:0 24px 70px rgba(35,210,220,.16);
      --radius-sm:12px;
      --radius:20px;
      --radius-lg:30px;
      --font:"Microsoft YaHei","PingFang SC","Hiragino Sans GB","Noto Sans SC",Arial,sans-serif;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:var(--font);
      color:var(--text);
      background:
        radial-gradient(circle at 8% 8%, rgba(34,166,200,.24), transparent 32%),
        radial-gradient(circle at 86% 12%, rgba(53,242,194,.12), transparent 30%),
        radial-gradient(circle at 60% 92%, rgba(80,70,160,.18), transparent 36%),
        linear-gradient(180deg,var(--bg),var(--bg-2) 48%,var(--bg-3));
      line-height:1.8;
      overflow-x:hidden;
    }
    body::before{
      content:"";
      position:fixed;
      inset:0;
      z-index:-2;
      pointer-events:none;
      background-image:
        linear-gradient(rgba(180,220,255,.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(180,220,255,.05) 1px, transparent 1px);
      background-size:42px 42px;
      mask-image:linear-gradient(to bottom, rgba(0,0,0,.9), rgba(0,0,0,.25));
    }
    body::after{
      content:"乱码 修复 编码 检测 内容 归档 UTF-8 GBK Big5 可读性";
      position:fixed;
      left:-4vw;
      top:22vh;
      width:110vw;
      z-index:-1;
      color:rgba(215,226,238,.035);
      font-size:54px;
      font-weight:800;
      letter-spacing:18px;
      transform:rotate(-8deg);
      white-space:nowrap;
      pointer-events:none;
    }
    a{color:inherit;text-decoration:none;transition:.25s ease}
    img{max-width:100%;height:auto}
    button,input,textarea,select{font-family:inherit}
    ::selection{background:rgba(53,242,194,.28);color:#fff}
    .container{max-width:1180px}
    .section{padding:92px 0;position:relative}
    .section-tight{padding:70px 0}
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:9px;
      padding:8px 13px;
      border:1px solid rgba(53,242,194,.22);
      border-radius:999px;
      color:var(--cyan);
      background:rgba(53,242,194,.075);
      font-size:14px;
      line-height:1.2;
      margin-bottom:18px;
    }
    .eyebrow::before{
      content:"";
      width:8px;
      height:8px;
      border-radius:50%;
      background:var(--cyan);
      box-shadow:0 0 18px rgba(53,242,194,.85);
    }
    .section-title{
      color:var(--text-strong);
      font-size:38px;
      font-weight:800;
      line-height:1.22;
      letter-spacing:-.5px;
      margin:0 0 15px;
    }
    .section-desc{
      color:var(--muted);
      font-size:17px;
      max-width:760px;
      margin:0;
    }
    .site-header{
      position:sticky;
      top:0;
      z-index:1000;
      backdrop-filter:blur(18px);
      background:rgba(7,17,31,.82);
      border-bottom:1px solid var(--line);
      box-shadow:0 12px 40px rgba(0,0,0,.18);
    }
    .brand-row{
      min-height:76px;
      display:flex;
      align-items:center;
      border-top:1px solid rgba(53,242,194,.12);
    }
    .brand-wrap{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:20px;
    }
    .brand-link{
      display:flex;
      align-items:center;
      gap:12px;
      min-width:0;
    }
    .logo-mark{
      width:46px;
      height:46px;
      border-radius:16px;
      position:relative;
      flex:0 0 auto;
      background:
        linear-gradient(135deg, rgba(17,138,178,.96), rgba(53,242,194,.82)),
        radial-gradient(circle at 70% 25%, rgba(255,207,122,.8), transparent 32%);
      box-shadow:0 0 28px rgba(53,242,194,.28);
      overflow:hidden;
    }
    .logo-mark::before{
      content:"";
      position:absolute;
      inset:9px;
      border:1px solid rgba(7,17,31,.44);
      border-radius:10px;
      background:
        linear-gradient(90deg, transparent 45%, rgba(7,17,31,.45) 46% 54%, transparent 55%),
        linear-gradient(0deg, transparent 45%, rgba(7,17,31,.35) 46% 54%, transparent 55%);
    }
    .logo-mark::after{
      content:"✓";
      position:absolute;
      right:7px;
      bottom:3px;
      color:#082130;
      font-weight:900;
      font-size:21px;
    }
    .brand-text{
      display:flex;
      flex-direction:column;
      line-height:1.25;
      min-width:0;
    }
    .brand-name{
      color:#fff;
      font-weight:800;
      font-size:20px;
      white-space:nowrap;
      overflow:hidden;
      text-overflow:ellipsis;
    }
    .brand-sub{
      color:var(--muted);
      font-size:13px;
      margin-top:3px;
    }
    .brand-slogan{
      color:var(--muted);
      font-size:15px;
      display:flex;
      align-items:center;
      gap:10px;
    }
    .brand-slogan span{
      color:var(--amber-2);
      padding:3px 9px;
      border-radius:999px;
      border:1px solid rgba(246,184,90,.22);
      background:rgba(246,184,90,.08);
      font-size:12px;
    }
    .nav-cta{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-height:42px;
      padding:10px 18px;
      border-radius:999px;
      background:linear-gradient(135deg,var(--primary),var(--cyan-2));
      color:#03131d;
      font-weight:800;
      box-shadow:0 10px 28px rgba(53,242,194,.2);
      border:0;
      white-space:nowrap;
    }
    .nav-cta:hover,.nav-cta:focus{
      color:#03131d;
      transform:translateY(-2px);
      box-shadow:0 16px 38px rgba(53,242,194,.34);
    }
    .channel-row{
      min-height:50px;
      background:rgba(9,24,39,.68);
      border-top:1px solid rgba(180,220,255,.08);
    }
    .channel-nav{
      display:flex;
      align-items:center;
      gap:10px;
      overflow-x:auto;
      scrollbar-width:none;
      padding:9px 0;
    }
    .channel-nav::-webkit-scrollbar{display:none}
    .channel-link{
      position:relative;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      padding:8px 15px;
      color:var(--muted);
      border-radius:999px;
      font-size:15px;
      white-space:nowrap;
      border:1px solid transparent;
    }
    .channel-link:hover{
      color:var(--text-strong);
      border-color:rgba(53,242,194,.2);
      background:rgba(53,242,194,.06);
    }
    .channel-link.active{
      color:#061720;
      background:linear-gradient(135deg,var(--cyan),var(--primary-2));
      font-weight:800;
      box-shadow:0 8px 26px rgba(34,166,200,.2);
    }
    .hero{
      min-height:680px;
      display:flex;
      align-items:center;
      padding:82px 0 66px;
      position:relative;
    }
    .hero::before{
      content:"";
      position:absolute;
      right:3%;
      top:70px;
      width:360px;
      height:360px;
      border-radius:50%;
      background:radial-gradient(circle, rgba(53,242,194,.13), transparent 64%);
      filter:blur(2px);
    }
    .hero-title{
      color:var(--text-strong);
      font-size:56px;
      line-height:1.14;
      font-weight:850;
      letter-spacing:-1.2px;
      margin:0 0 22px;
    }
    .gradient-text{
      background:linear-gradient(90deg,#fff,var(--cyan),var(--amber-2));
      -webkit-background-clip:text;
      background-clip:text;
      color:transparent;
    }
    .hero-desc{
      color:var(--muted);
      font-size:18px;
      line-height:1.9;
      max-width:650px;
      margin:0 0 26px;
    }
    .tag-list{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin:0 0 30px;
      padding:0;
      list-style:none;
    }
    .tag{
      display:inline-flex;
      align-items:center;
      gap:7px;
      padding:8px 12px;
      border-radius:999px;
      background:rgba(255,255,255,.055);
      border:1px solid rgba(180,220,255,.12);
      color:var(--text);
      font-size:14px;
    }
    .tag i{
      width:7px;
      height:7px;
      border-radius:50%;
      background:var(--cyan);
      box-shadow:0 0 12px rgba(53,242,194,.8);
      display:inline-block;
    }
    .btn-group-custom{
      display:flex;
      flex-wrap:wrap;
      gap:14px;
      align-items:center;
    }
    .btn-main,.btn-ghost{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:9px;
      min-height:50px;
      padding:13px 22px;
      border-radius:999px;
      font-weight:800;
      border:1px solid transparent;
      transition:.25s ease;
    }
    .btn-main{
      color:#03131d;
      background:linear-gradient(135deg,var(--cyan),var(--primary-2));
      box-shadow:0 14px 34px rgba(53,242,194,.22);
    }
    .btn-main:hover,.btn-main:focus{
      color:#03131d;
      transform:translateY(-2px);
      box-shadow:0 20px 48px rgba(53,242,194,.36);
    }
    .btn-ghost{
      color:var(--text-strong);
      background:rgba(255,255,255,.055);
      border-color:rgba(180,230,255,.16);
    }
    .btn-ghost:hover,.btn-ghost:focus{
      color:var(--cyan);
      border-color:rgba(53,242,194,.42);
      background:rgba(53,242,194,.08);
      transform:translateY(-2px);
    }
    .focus-ring:focus-visible,
    a:focus-visible,
    button:focus-visible,
    input:focus-visible,
    textarea:focus-visible,
    select:focus-visible{
      outline:3px solid rgba(53,242,194,.38);
      outline-offset:3px;
    }
    .terminal-card{
      position:relative;
      padding:24px;
      border-radius:var(--radius-lg);
      background:linear-gradient(180deg,rgba(16,34,54,.82),rgba(7,17,31,.76));
      border:1px solid rgba(180,230,255,.16);
      box-shadow:var(--shadow), inset 0 1px 0 rgba(255,255,255,.06);
      backdrop-filter:blur(18px);
      overflow:hidden;
    }
    .terminal-card::before{
      content:"";
      position:absolute;
      inset:-2px;
      background:
        radial-gradient(circle at 18% 12%, rgba(53,242,194,.18), transparent 34%),
        radial-gradient(circle at 88% 18%, rgba(246,184,90,.12), transparent 30%);
      pointer-events:none;
    }
    .terminal-head,.terminal-body,.repair-flow,.scan-card{
      position:relative;
      z-index:1;
    }
    .terminal-head{
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:12px;
      margin-bottom:18px;
      padding-bottom:14px;
      border-bottom:1px solid rgba(180,220,255,.12);
    }
    .dots{display:flex;gap:7px}
    .dots span{width:10px;height:10px;border-radius:50%;display:block;background:var(--primary-2)}
    .dots span:nth-child(2){background:var(--amber)}
    .dots span:nth-child(3){background:var(--cyan)}
    .status-pill{
      color:var(--cyan);
      font-size:13px;
      padding:6px 10px;
      border-radius:999px;
      border:1px solid rgba(53,242,194,.24);
      background:rgba(53,242,194,.08);
    }
    .code-line{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:10px;
      padding:12px 14px;
      margin-bottom:10px;
      border-radius:14px;
      background:rgba(255,255,255,.045);
      border:1px solid rgba(180,220,255,.09);
      color:var(--muted);
      font-size:14px;
    }
    .code-line strong{color:var(--text-strong);font-weight:700}
    .broken{
      color:rgba(255,207,122,.9);
      text-decoration:line-through;
      text-decoration-color:rgba(53,242,194,.6);
    }
    .progress-wrap{
      margin:18px 0 22px;
      padding:16px;
      border-radius:18px;
      background:rgba(7,17,31,.44);
      border:1px solid rgba(180,220,255,.1);
    }
    .progress-label{
      display:flex;
      justify-content:space-between;
      color:var(--muted);
      font-size:14px;
      margin-bottom:9px;
    }
    .progress{
      height:9px;
      background:rgba(255,255,255,.07);
      border-radius:999px;
      overflow:hidden;
    }
    .progress-bar-custom{
      width:78%;
      height:100%;
      border-radius:999px;
      background:linear-gradient(90deg,var(--primary-2),var(--cyan),var(--amber-2));
      box-shadow:0 0 18px rgba(53,242,194,.45);
      animation:pulseWidth 3.5s ease-in-out infinite;
    }
    @keyframes pulseWidth{
      0%,100%{width:74%}
      50%{width:86%}
    }
    .repair-flow{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:10px;
      margin-top:16px;
    }
    .flow-mini{
      padding:13px 10px;
      min-height:88px;
      border-radius:16px;
      background:rgba(255,255,255,.05);
      border:1px solid rgba(180,220,255,.1);
      text-align:center;
    }
    .flow-mini b{
      display:block;
      color:var(--text-strong);
      font-size:14px;
      margin-bottom:4px;
    }
    .flow-mini span{
      color:var(--muted);
      font-size:12px;
      line-height:1.5;
      display:block;
    }
    .trust-strip{
      margin-top:34px;
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:12px;
    }
    .trust-item{
      padding:15px 16px;
      border-radius:18px;
      background:rgba(255,255,255,.045);
      border:1px solid rgba(180,220,255,.11);
      color:var(--text);
      font-size:14px;
    }
    .trust-item strong{
      display:block;
      color:var(--cyan);
      font-size:16px;
      margin-bottom:3px;
    }
    .glass-card{
      background:var(--panel-2);
      border:1px solid rgba(180,230,255,.14);
      border-radius:var(--radius);
      box-shadow:var(--shadow);
      backdrop-filter:blur(16px);
      transition:.25s ease;
      position:relative;
      overflow:hidden;
    }
    .glass-card:hover{
      transform:translateY(-4px);
      border-color:var(--line-strong);
      box-shadow:var(--shadow-hover);
    }
    .bento-grid{
      display:grid;
      grid-template-columns:1.25fr .88fr .88fr;
      grid-auto-rows:minmax(190px,auto);
      gap:18px;
      margin-top:34px;
    }
    .bento-card{
      padding:24px;
    }
    .bento-card.large{
      grid-row:span 2;
      padding:30px;
      background:
        radial-gradient(circle at 85% 12%, rgba(53,242,194,.13), transparent 32%),
        rgba(12,31,50,.74);
    }
    .card-icon{
      width:52px;
      height:52px;
      border-radius:18px;
      display:grid;
      place-items:center;
      margin-bottom:18px;
      color:#03131d;
      font-weight:900;
      background:linear-gradient(135deg,var(--cyan),var(--primary-2));
      box-shadow:0 12px 30px rgba(53,242,194,.16);
    }
    .card-icon.amber{
      background:linear-gradient(135deg,var(--amber-2),var(--amber));
    }
    .bento-card h3,.scenario-card h3,.step-card h3,.benefit-card h3{
      color:var(--text-strong);
      font-size:22px;
      font-weight:800;
      margin:0 0 10px;
    }
    .bento-card p,.scenario-card p,.step-card p,.benefit-card p{
      color:var(--muted);
      margin:0;
      line-height:1.78;
    }
    .micro-tags{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      margin-top:18px;
    }
    .micro-tags span{
      padding:5px 9px;
      border-radius:999px;
      color:var(--cyan);
      background:rgba(53,242,194,.07);
      border:1px solid rgba(53,242,194,.14);
      font-size:12px;
    }
    .diagnosis-bar{
      margin-top:26px;
      padding:18px;
      border-radius:22px;
      border:1px solid rgba(180,230,255,.14);
      background:rgba(7,17,31,.45);
      display:grid;
      grid-template-columns:1fr auto;
      align-items:center;
      gap:16px;
    }
    .diagnosis-bar strong{color:var(--text-strong);display:block;margin-bottom:4px}
    .diagnosis-bar span{color:var(--muted);font-size:14px}
    .data-band{
      padding:30px;
      border-radius:var(--radius-lg);
      background:
        linear-gradient(90deg,rgba(53,242,194,.10),transparent 35%,rgba(246,184,90,.08)),
        rgba(12,31,50,.68);
      border:1px solid rgba(180,230,255,.14);
      box-shadow:var(--shadow);
      position:relative;
      overflow:hidden;
    }
    .data-band::before{
      content:"";
      position:absolute;
      top:0;
      left:0;
      right:0;
      height:1px;
      background:linear-gradient(90deg,transparent,var(--cyan),transparent);
    }
    .stat{
      padding:14px 10px;
    }
    .stat-num{
      color:var(--cyan);
      font-size:34px;
      line-height:1.1;
      font-weight:850;
      margin-bottom:7px;
    }
    .stat:nth-child(even) .stat-num{color:var(--amber-2)}
    .stat-title{
      color:var(--text-strong);
      font-weight:800;
      margin-bottom:5px;
    }
    .stat-text{color:var(--muted);font-size:14px;line-height:1.65}
    .scenario-layout{
      margin-top:34px;
      display:grid;
      grid-template-columns:1.05fr .95fr;
      gap:18px;
    }
    .scenario-feature{
      min-height:100%;
      padding:30px;
      border-radius:var(--radius-lg);
      background:
        linear-gradient(145deg,rgba(17,138,178,.16),rgba(255,255,255,.035)),
        rgba(12,31,50,.76);
      border:1px solid rgba(180,230,255,.14);
      box-shadow:var(--shadow);
    }
    .scenario-feature h3{
      color:var(--text-strong);
      font-size:28px;
      font-weight:850;
      margin-bottom:14px;
    }
    .scenario-list{
      display:grid;
      gap:18px;
    }
    .scenario-card{
      padding:22px;
    }
    .label-row{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      margin-bottom:14px;
    }
    .label{
      font-size:12px;
      padding:5px 9px;
      border-radius:999px;
      color:var(--amber-2);
      background:rgba(246,184,90,.075);
      border:1px solid rgba(246,184,90,.18);
    }
    .flow-timeline{
      margin-top:36px;
      display:grid;
      grid-template-columns:repeat(6,1fr);
      gap:14px;
      position:relative;
    }
    .flow-timeline::before{
      content:"";
      position:absolute;
      top:34px;
      left:7%;
      right:7%;
      height:1px;
      background:linear-gradient(90deg,transparent,rgba(53,242,194,.55),transparent);
      z-index:0;
    }
    .step-card{
      position:relative;
      z-index:1;
      padding:20px 16px;
      text-align:left;
    }
    .step-no{
      width:48px;
      height:48px;
      border-radius:17px;
      display:grid;
      place-items:center;
      background:rgba(53,242,194,.11);
      border:1px solid rgba(53,242,194,.28);
      color:var(--cyan);
      font-weight:900;
      margin-bottom:16px;
      box-shadow:0 0 24px rgba(53,242,194,.1);
    }
    .step-card h3{font-size:18px}
    .step-card p{font-size:14px;line-height:1.7}
    .entry-grid{
      margin-top:34px;
      display:grid;
      grid-template-columns:repeat(2,1fr);
      gap:18px;
    }
    .entry-card{
      padding:26px;
      min-height:250px;
      display:flex;
      flex-direction:column;
      justify-content:space-between;
      background:
        radial-gradient(circle at 88% 10%, rgba(53,242,194,.12), transparent 32%),
        rgba(12,31,50,.72);
    }
    .entry-card:nth-child(2){
      background:
        radial-gradient(circle at 88% 10%, rgba(246,184,90,.12), transparent 32%),
        rgba(12,31,50,.72);
    }
    .entry-card h3{
      color:var(--text-strong);
      font-size:24px;
      font-weight:850;
      margin:0 0 12px;
    }
    .entry-card p{color:var(--muted);margin:0 0 22px}
    .entry-link{
      display:inline-flex;
      align-items:center;
      gap:8px;
      color:var(--cyan);
      font-weight:800;
    }
    .entry-link:hover{gap:13px;color:var(--amber-2)}
    .accordion{
      --bs-accordion-bg:transparent;
      --bs-accordion-border-color:transparent;
      --bs-accordion-btn-focus-box-shadow:none;
      margin-top:32px;
    }
    .accordion-item{
      margin-bottom:13px;
      border-radius:18px!important;
      overflow:hidden;
      border:1px solid rgba(180,230,255,.14)!important;
      background:rgba(12,31,50,.66)!important;
      box-shadow:0 12px 30px rgba(0,0,0,.12);
    }
    .accordion-button{
      color:var(--text-strong)!important;
      background:rgba(255,255,255,.035)!important;
      font-weight:800;
      line-height:1.55;
      padding:18px 20px;
    }
    .accordion-button:not(.collapsed){
      color:var(--cyan)!important;
      box-shadow:inset 4px 0 0 var(--cyan);
    }
    .accordion-button::after{
      filter:invert(1) grayscale(1);
      opacity:.72;
    }
    .accordion-body{
      color:var(--muted);
      padding:0 20px 20px 24px;
      line-height:1.85;
    }
    .contact-panel{
      border-radius:var(--radius-lg);
      padding:34px;
      background:
        radial-gradient(circle at 18% 0%, rgba(53,242,194,.13), transparent 35%),
        radial-gradient(circle at 100% 100%, rgba(246,184,90,.1), transparent 30%),
        rgba(12,31,50,.72);
      border:1px solid rgba(180,230,255,.14);
      box-shadow:var(--shadow);
    }
    .contact-panel h2{
      color:var(--text-strong);
      font-size:34px;
      font-weight:850;
      margin-bottom:14px;
    }
    .contact-panel p{color:var(--muted);margin-bottom:22px}
    .contact-note{
      display:grid;
      gap:12px;
      margin-top:24px;
    }
    .note-item{
      padding:14px 16px;
      border-radius:16px;
      background:rgba(255,255,255,.05);
      border:1px solid rgba(180,220,255,.1);
      color:var(--text);
    }
    .form-card{
      padding:24px;
      border-radius:24px;
      background:rgba(7,17,31,.52);
      border:1px solid rgba(180,230,255,.14);
    }
    .form-label{color:var(--text);font-size:14px;font-weight:700;margin-bottom:7px}
    .form-control,.form-select{
      background:rgba(255,255,255,.06)!important;
      border:1px solid rgba(255,255,255,.12)!important;
      color:var(--text)!important;
      border-radius:14px;
      padding:12px 14px;
      min-height:48px;
    }
    .form-control::placeholder{color:rgba(142,166,187,.72)}
    .form-control:focus,.form-select:focus{
      border-color:rgba(53,242,194,.65)!important;
      box-shadow:0 0 0 .25rem rgba(53,242,194,.12)!important;
    }
    textarea.form-control{min-height:132px}
    .site-footer{
      background:rgba(5,12,22,.94);
      border-top:1px solid rgba(53,242,194,.18);
      padding:56px 0 24px;
      position:relative;
    }
    .site-footer::before{
      content:"";
      position:absolute;
      top:0;
      left:0;
      right:0;
      height:1px;
      background:linear-gradient(90deg,transparent,var(--cyan),transparent);
      opacity:.65;
    }
    .footer-brand{
      display:flex;
      align-items:center;
      gap:12px;
      margin-bottom:16px;
    }
    .footer-title{
      color:#fff;
      font-size:20px;
      font-weight:850;
    }
    .footer-text{color:var(--muted);max-width:430px;margin:0}
    .footer-heading{
      color:var(--text-strong);
      font-weight:850;
      margin-bottom:14px;
      font-size:16px;
    }
    .footer-links{
      display:grid;
      gap:9px;
    }
    .footer-links a{
      color:var(--muted);
      font-size:14px;
    }
    .footer-links a:hover{color:var(--cyan);padding-left:3px}
    .copyright{
      margin-top:34px;
      padding-top:20px;
      border-top:1px solid rgba(180,220,255,.1);
      color:var(--muted-2);
      font-size:14px;
      display:flex;
      justify-content:space-between;
      gap:14px;
      flex-wrap:wrap;
    }
    @media (max-width:1199px){
      .hero-title{font-size:48px}
      .bento-grid{grid-template-columns:1fr 1fr}
      .bento-card.large{grid-column:span 2;grid-row:auto}
      .flow-timeline{grid-template-columns:repeat(3,1fr)}
      .flow-timeline::before{display:none}
    }
    @media (max-width:991px){
      .brand-slogan{display:none}
      .hero{padding:66px 0 52px;min-height:auto}
      .terminal-card{margin-top:34px}
      .trust-strip{grid-template-columns:repeat(2,1fr)}
      .scenario-layout{grid-template-columns:1fr}
      .section{padding:72px 0}
    }
    @media (max-width:767px){
      body::after{display:none}
      .brand-row{min-height:68px}
      .brand-name{font-size:17px;max-width:56vw}
      .brand-sub{display:none}
      .nav-cta{padding:9px 13px;font-size:13px}
      .hero-title{font-size:38px;letter-spacing:-.5px}
      .hero-desc{font-size:16px}
      .btn-group-custom{display:grid;grid-template-columns:1fr;width:100%}
      .btn-main,.btn-ghost{width:100%}
      .repair-flow{grid-template-columns:repeat(2,1fr)}
      .bento-grid,.entry-grid{grid-template-columns:1fr}
      .bento-card.large{grid-column:auto}
      .data-band{padding:22px}
      .flow-timeline{grid-template-columns:1fr}
      .section-title{font-size:30px}
      .contact-panel{padding:24px}
      .contact-panel h2{font-size:28px}
    }
    @media (max-width:520px){
      .container{padding-left:18px;padding-right:18px}
      .section{padding:58px 0}
      .trust-strip{grid-template-columns:1fr}
      .terminal-card{padding:18px;border-radius:24px}
      .code-line{align-items:flex-start;flex-direction:column}
      .stat-num{font-size:30px}
      .channel-link{font-size:14px;padding:7px 12px}
      .logo-mark{width:40px;height:40px;border-radius:14px}
    }

/* roulang page: category2 */
:root{
      --bg-0:#07111F;
      --bg-1:#091827;
      --bg-2:#0B1020;
      --panel:rgba(12, 31, 50, .72);
      --panel-strong:rgba(14, 38, 61, .88);
      --line:rgba(180, 230, 255, .14);
      --line-strong:rgba(53, 242, 194, .34);
      --text:#D7E2EE;
      --text-soft:#8EA6BB;
      --text-faint:#6F88A0;
      --primary:#22A6C8;
      --primary-deep:#0E6F9F;
      --accent:#35F2C2;
      --warm:#F6B85A;
      --shadow:0 18px 50px rgba(0,0,0,.24);
      --shadow-hover:0 24px 70px rgba(35,210,220,.16);
      --radius-lg:28px;
      --radius-md:20px;
      --radius-sm:14px;
      --radius-xs:12px;
      --section-gap:88px;
      --container-pad:1.1rem;
    }

    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:"Microsoft YaHei","PingFang SC","Hiragino Sans GB","Noto Sans SC",Arial,sans-serif;
      color:var(--text);
      line-height:1.8;
      background:
        radial-gradient(1200px 720px at 12% 8%, rgba(34,166,200,.20), transparent 48%),
        radial-gradient(900px 620px at 88% 10%, rgba(53,242,194,.12), transparent 42%),
        radial-gradient(900px 700px at 50% 100%, rgba(120,78,255,.12), transparent 46%),
        linear-gradient(180deg, var(--bg-1), var(--bg-0) 42%, var(--bg-2));
      min-height:100vh;
      overflow-x:hidden;
    }
    body::before,
    body::after{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      z-index:-1;
    }
    body::before{
      background-image:
        linear-gradient(rgba(180,220,255,.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(180,220,255,.06) 1px, transparent 1px);
      background-size:34px 34px;
      mask-image:linear-gradient(180deg, rgba(0,0,0,.42), transparent 84%);
      opacity:.35;
    }
    body::after{
      background:
        radial-gradient(circle at 20% 15%, rgba(53,242,194,.08), transparent 16%),
        radial-gradient(circle at 80% 25%, rgba(34,166,200,.08), transparent 18%),
        radial-gradient(circle at 48% 70%, rgba(246,184,90,.06), transparent 20%);
      opacity:.6;
    }
    a{
      color:inherit;
      text-decoration:none;
      transition:all .24s ease;
    }
    a:hover{color:#ffffff}
    img{max-width:100%;display:block}
    button,input,textarea,select{
      font:inherit;
    }
    ::selection{
      background:rgba(53,242,194,.28);
      color:#fff;
    }
    .container{
      padding-left:var(--container-pad);
      padding-right:var(--container-pad);
    }
    .focus-ring:focus-visible,
    .btn:focus-visible,
    .form-control:focus-visible,
    .form-select:focus-visible,
    .accordion-button:focus-visible{
      outline:0;
      box-shadow:0 0 0 .22rem rgba(53,242,194,.2);
    }
    .glass-card,
    .accordion-item,
    .form-control,
    .form-select{
      background:var(--panel);
      border:1px solid var(--line);
      backdrop-filter:blur(16px);
      -webkit-backdrop-filter:blur(16px);
      box-shadow:var(--shadow);
    }

    .site-header{
      position:sticky;
      top:0;
      z-index:1030;
      backdrop-filter:blur(18px);
      -webkit-backdrop-filter:blur(18px);
      background:rgba(7,17,31,.68);
      border-bottom:1px solid rgba(180,220,255,.08);
    }
    .brand-row{
      padding: .85rem 0 .75rem;
      border-bottom:1px solid rgba(180,220,255,.08);
      background:linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,0));
    }
    .brand-wrap{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:1rem;
    }
    .brand-link{
      display:inline-flex;
      align-items:center;
      gap:.9rem;
      min-width:0;
    }
    .logo-mark{
      width:52px;
      height:52px;
      border-radius:18px;
      flex:0 0 auto;
      position:relative;
      background:
        radial-gradient(circle at 30% 28%, rgba(255,255,255,.65), transparent 16%),
        linear-gradient(145deg, rgba(53,242,194,.95), rgba(14,111,159,.92) 52%, rgba(34,166,200,.8));
      box-shadow:0 0 0 1px rgba(255,255,255,.09), 0 14px 26px rgba(17,138,178,.22), 0 0 36px rgba(53,242,194,.12);
      overflow:hidden;
    }
    .logo-mark::before,
    .logo-mark::after{
      content:"";
      position:absolute;
      inset:11px 14px;
      border-radius:12px;
      border:1px solid rgba(255,255,255,.22);
      transform:skewX(-8deg);
    }
    .logo-mark::after{
      inset:auto 9px 13px;
      height:3px;
      top:50%;
      transform:none;
      border:0;
      border-radius:999px;
      background:linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,.86), rgba(255,255,255,0));
      box-shadow:0 0 14px rgba(255,255,255,.38);
    }
    .brand-text{
      display:flex;
      flex-direction:column;
      gap:.1rem;
      min-width:0;
    }
    .brand-name{
      display:block;
      font-weight:800;
      letter-spacing:.3px;
      font-size:1.15rem;
      line-height:1.2;
      color:#fff;
      text-shadow:0 0 20px rgba(53,242,194,.08);
    }
    .brand-sub{
      display:block;
      font-size:.86rem;
      color:var(--text-soft);
      line-height:1.35;
    }
    .brand-slogan{
      display:flex;
      flex-direction:column;
      align-items:flex-end;
      gap:.15rem;
      text-align:right;
      color:var(--text-soft);
      font-size:.92rem;
      line-height:1.45;
      max-width:32rem;
    }
    .brand-slogan span{
      color:var(--warm);
      font-weight:700;
      letter-spacing:.08em;
      font-size:.78rem;
      text-transform:uppercase;
    }
    .nav-cta{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:.45rem;
      padding:.82rem 1.18rem;
      border-radius:999px;
      color:#06121e;
      font-weight:700;
      background:linear-gradient(135deg, rgba(53,242,194,1), rgba(34,166,200,1));
      box-shadow:0 18px 34px rgba(53,242,194,.2);
      white-space:nowrap;
      border:0;
    }
    .nav-cta:hover{
      transform:translateY(-2px);
      color:#06121e;
      box-shadow:0 24px 42px rgba(53,242,194,.28);
    }

    .channel-row{
      background:rgba(9,24,39,.62);
      border-bottom:1px solid rgba(180,220,255,.08);
    }
    .channel-nav{
      display:flex;
      align-items:center;
      gap:.55rem;
      padding:.68rem 0;
      overflow-x:auto;
      scrollbar-width:none;
      -ms-overflow-style:none;
    }
    .channel-nav::-webkit-scrollbar{display:none}
    .channel-link{
      position:relative;
      flex:0 0 auto;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      padding:.56rem .92rem;
      font-size:.96rem;
      color:var(--text-soft);
      border-radius:999px;
      background:rgba(255,255,255,.02);
      border:1px solid transparent;
      white-space:nowrap;
    }
    .channel-link:hover{
      color:#fff;
      background:rgba(255,255,255,.05);
      border-color:rgba(180,220,255,.12);
      transform:translateY(-1px);
    }
    .channel-link.active{
      color:#07111F;
      font-weight:700;
      background:linear-gradient(135deg, rgba(53,242,194,1), rgba(34,166,200,1));
      box-shadow:0 10px 24px rgba(35,210,220,.2);
    }
    .channel-link.active::after{
      content:"";
      position:absolute;
      left:12px;
      right:12px;
      bottom:-8px;
      height:2px;
      border-radius:999px;
      background:linear-gradient(90deg, rgba(53,242,194,0), rgba(53,242,194,1), rgba(53,242,194,0));
      box-shadow:0 0 14px rgba(53,242,194,.5);
    }

    .site-main{
      position:relative;
      z-index:1;
    }
    .content-section{
      position:relative;
      padding:var(--section-gap) 0;
      scroll-margin-top:120px;
    }
    .section-alt{
      background:linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,0));
    }
    .section-kicker{
      display:inline-flex;
      align-items:center;
      gap:.45rem;
      padding:.4rem .76rem;
      border-radius:999px;
      background:rgba(53,242,194,.11);
      color:#B8FFF0;
      border:1px solid rgba(53,242,194,.18);
      font-size:.82rem;
      font-weight:700;
      letter-spacing:.06em;
      margin-bottom:1rem;
    }
    .section-title{
      font-size:clamp(1.8rem, 2.5vw, 2.55rem);
      line-height:1.18;
      font-weight:800;
      color:#fff;
      margin:0;
    }
    .section-lead{
      margin:1rem 0 0;
      color:var(--text-soft);
      font-size:1.05rem;
      line-height:1.85;
      max-width:58rem;
    }

    .hero-section{
      padding:clamp(74px, 8vw, 108px) 0 66px;
      position:relative;
      overflow:hidden;
      min-height:680px;
    }
    .hero-section::before{
      content:"";
      position:absolute;
      inset:-2px 0 auto;
      height:320px;
      background:radial-gradient(closest-side, rgba(53,242,194,.10), transparent 70%);
      opacity:.6;
      pointer-events:none;
    }
    .hero-shell{
      position:relative;
      z-index:1;
      max-width:1020px;
      margin:0 auto;
      text-align:center;
    }
    .hero-badge{
      display:inline-flex;
      align-items:center;
      gap:.5rem;
      padding:.42rem .86rem;
      border-radius:999px;
      background:rgba(34,166,200,.14);
      border:1px solid rgba(34,166,200,.2);
      color:#CBEFFF;
      font-size:.84rem;
      font-weight:700;
      letter-spacing:.06em;
      margin-bottom:1rem;
    }
    .hero-title{
      font-size:clamp(2.15rem, 5vw, 3.7rem);
      line-height:1.14;
      font-weight:800;
      letter-spacing:-.02em;
      margin:0 auto;
      max-width:16em;
      color:#fff;
      text-wrap:balance;
    }
    .hero-lead{
      margin:1.15rem auto 0;
      max-width:48rem;
      color:#C8D4E2;
      font-size:1.08rem;
      line-height:1.9;
    }
    .hero-actions{
      display:flex;
      justify-content:center;
      flex-wrap:wrap;
      gap:.9rem;
      margin-top:1.7rem;
    }
    .btn{
      border:0;
      border-radius:999px;
      padding:.92rem 1.35rem;
      font-weight:700;
      transition:transform .24s ease, box-shadow .24s ease, background .24s ease, border-color .24s ease, color .24s ease;
    }
    .btn-premium{
      color:#06131d;
      background:linear-gradient(135deg, rgba(53,242,194,1), rgba(34,166,200,1));
      box-shadow:0 18px 34px rgba(53,242,194,.18);
    }
    .btn-premium:hover{
      color:#06131d;
      transform:translateY(-2px);
      box-shadow:0 24px 40px rgba(53,242,194,.28);
    }
    .btn-ghost{
      color:var(--text);
      background:rgba(255,255,255,.05);
      border:1px solid rgba(180,220,255,.18);
      box-shadow:inset 0 1px 0 rgba(255,255,255,.02);
    }
    .btn-ghost:hover{
      color:#fff;
      transform:translateY(-2px);
      background:rgba(255,255,255,.08);
      border-color:rgba(53,242,194,.34);
      box-shadow:0 18px 34px rgba(0,0,0,.18);
    }

    .hero-board{
      margin:2rem auto 0;
      max-width:980px;
      border-radius:var(--radius-lg);
      background:
        linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02)),
        rgba(9,24,39,.8);
      border:1px solid rgba(180,230,255,.14);
      box-shadow:var(--shadow);
      overflow:hidden;
      position:relative;
    }
    .hero-board::before{
      content:"";
      position:absolute;
      inset:0;
      background:
        linear-gradient(180deg, rgba(53,242,194,.08), transparent 18%),
        linear-gradient(90deg, transparent, rgba(53,242,194,.08), transparent);
      opacity:.7;
      pointer-events:none;
    }
    .board-top{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:1rem;
      padding:1rem 1.15rem;
      border-bottom:1px solid rgba(180,220,255,.12);
    }
    .board-title{
      font-weight:700;
      color:#fff;
      letter-spacing:.02em;
    }
    .board-tag{
      display:inline-flex;
      align-items:center;
      gap:.35rem;
      padding:.28rem .65rem;
      border-radius:999px;
      background:rgba(246,184,90,.12);
      border:1px solid rgba(246,184,90,.22);
      color:#FFDFA9;
      font-size:.8rem;
      font-weight:700;
      white-space:nowrap;
    }
    .board-body{
      padding:1.1rem 1.15rem 1.2rem;
    }
    .board-flow{
      display:grid;
      grid-template-columns:repeat(4, 1fr);
      gap:.7rem;
      margin-bottom:1rem;
    }
    .flow-chip{
      display:flex;
      align-items:center;
      justify-content:center;
      gap:.4rem;
      min-height:58px;
      border-radius:16px;
      padding:.6rem .8rem;
      color:#DBF5FF;
      background:rgba(255,255,255,.04);
      border:1px solid rgba(180,220,255,.12);
      position:relative;
      overflow:hidden;
    }
    .flow-chip::after{
      content:"";
      position:absolute;
      inset:auto 8px 8px;
      height:2px;
      border-radius:999px;
      background:linear-gradient(90deg, rgba(53,242,194,.05), rgba(53,242,194,.9), rgba(53,242,194,.05));
      box-shadow:0 0 18px rgba(53,242,194,.4);
    }
    .board-grid{
      display:grid;
      grid-template-columns:repeat(3, 1fr);
      gap:.85rem;
    }
    .board-cell{
      border-radius:18px;
      padding:1rem 1rem 1.05rem;
      background:linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02));
      border:1px solid rgba(180,220,255,.12);
      min-height:116px;
      text-align:left;
    }
    .board-cell h3{
      margin:0 0 .45rem;
      font-size:1rem;
      color:#fff;
      font-weight:700;
    }
    .board-cell p{
      margin:0;
      color:var(--text-soft);
      font-size:.95rem;
      line-height:1.7;
    }
    .board-cell .label{
      display:inline-flex;
      margin-bottom:.65rem;
      padding:.24rem .56rem;
      border-radius:999px;
      font-size:.75rem;
      color:#06131d;
      background:linear-gradient(135deg, rgba(53,242,194,1), rgba(34,166,200,1));
      font-weight:700;
    }
    .hero-metrics{
      margin-top:1.2rem;
    }
    .metric-card{
      height:100%;
      border-radius:var(--radius-md);
      background:rgba(12,31,50,.76);
      border:1px solid rgba(180,230,255,.14);
      box-shadow:var(--shadow);
      padding:1.15rem;
      text-align:left;
      position:relative;
      overflow:hidden;
      transition:transform .24s ease, box-shadow .24s ease, border-color .24s ease;
    }
    .metric-card::before{
      content:"";
      position:absolute;
      inset:0 auto auto 0;
      width:100%;
      height:2px;
      background:linear-gradient(90deg, rgba(53,242,194,.1), rgba(53,242,194,.9), rgba(34,166,200,.2));
    }
    .metric-card:hover{
      transform:translateY(-4px);
      border-color:rgba(53,242,194,.32);
      box-shadow:var(--shadow-hover);
    }
    .metric-value{
      display:block;
      color:#fff;
      font-size:1.4rem;
      font-weight:800;
      line-height:1.2;
      margin-bottom:.35rem;
    }
    .metric-label{
      color:var(--text-soft);
      font-size:.95rem;
      line-height:1.7;
      margin:0;
    }

    .trust-strip{
      margin-top:1.2rem;
      border-radius:24px;
      padding:1rem 1.15rem;
      display:flex;
      flex-wrap:wrap;
      justify-content:center;
      gap:.7rem;
      background:rgba(11,25,41,.65);
      border:1px solid rgba(180,230,255,.14);
      box-shadow:var(--shadow);
    }
    .trust-pill{
      display:inline-flex;
      align-items:center;
      gap:.45rem;
      padding:.55rem .84rem;
      border-radius:999px;
      color:#D8ECF8;
      background:rgba(255,255,255,.04);
      border:1px solid rgba(180,220,255,.12);
      font-size:.92rem;
      white-space:nowrap;
    }
    .trust-pill i{
      width:10px;
      height:10px;
      border-radius:50%;
      background:linear-gradient(135deg, var(--accent), var(--primary));
      box-shadow:0 0 16px rgba(53,242,194,.5);
      display:inline-block;
    }

    .split-grid{
      display:grid;
      grid-template-columns:1.05fr .95fr;
      gap:1.35rem;
      align-items:start;
    }
    .panel-card{
      border-radius:var(--radius-lg);
      padding:1.25rem;
      background:var(--panel);
      border:1px solid var(--line);
      box-shadow:var(--shadow);
      position:relative;
      overflow:hidden;
    }
    .panel-card::before{
      content:"";
      position:absolute;
      inset:0;
      background:linear-gradient(180deg, rgba(53,242,194,.05), transparent 18%);
      pointer-events:none;
    }
    .checklist{
      display:grid;
      gap:.85rem;
      margin:1.2rem 0 0;
      padding:0;
      list-style:none;
    }
    .check-item{
      display:flex;
      gap:.9rem;
      padding:.95rem 1rem;
      border-radius:18px;
      background:rgba(255,255,255,.03);
      border:1px solid rgba(180,220,255,.10);
    }
    .check-icon{
      width:34px;
      height:34px;
      border-radius:50%;
      flex:0 0 auto;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      color:#06131d;
      background:linear-gradient(135deg, rgba(53,242,194,1), rgba(34,166,200,1));
      box-shadow:0 10px 20px rgba(53,242,194,.18);
      font-weight:800;
    }
    .check-content h3,
    .simple-card h3,
    .benefit-card h3,
    .scenario-card h3{
      margin:0 0 .35rem;
      font-size:1.05rem;
      color:#fff;
      font-weight:700;
    }
    .check-content p,
    .simple-card p,
    .benefit-card p,
    .scenario-card p{
      margin:0;
      color:var(--text-soft);
      line-height:1.78;
      font-size:.96rem;
    }
    .priority-stack{
      display:grid;
      gap:.9rem;
    }
    .simple-card{
      border-radius:22px;
      background:rgba(255,255,255,.04);
      border:1px solid rgba(180,220,255,.12);
      padding:1rem;
      min-height:128px;
      transition:transform .24s ease, border-color .24s ease, box-shadow .24s ease;
    }
    .simple-card:hover{
      transform:translateY(-3px);
      border-color:rgba(53,242,194,.28);
      box-shadow:0 20px 48px rgba(0,0,0,.2);
    }
    .tag-row{
      display:flex;
      flex-wrap:wrap;
      gap:.45rem;
      margin-top:.75rem;
    }
    .small-tag{
      display:inline-flex;
      align-items:center;
      gap:.35rem;
      padding:.28rem .56rem;
      border-radius:999px;
      background:rgba(53,242,194,.08);
      border:1px solid rgba(53,242,194,.15);
      color:#C6F9EB;
      font-size:.76rem;
      font-weight:700;
    }
    .small-tag.warm{
      background:rgba(246,184,90,.11);
      border-color:rgba(246,184,90,.2);
      color:#FFE2A9;
    }

    .dashboard-grid{
      display:grid;
      grid-template-columns:1.1fr .9fr;
      gap:1.35rem;
      align-items:stretch;
    }
    .dashboard-card{
      border-radius:var(--radius-lg);
      padding:1.25rem;
      background:var(--panel);
      border:1px solid var(--line);
      box-shadow:var(--shadow);
      position:relative;
      overflow:hidden;
    }
    .dashboard-card::after{
      content:"";
      position:absolute;
      inset:auto 0 0;
      height:1px;
      background:linear-gradient(90deg, transparent, rgba(53,242,194,.55), transparent);
      opacity:.7;
    }
    .status-list{
      display:grid;
      gap:.85rem;
      margin-top:1.1rem;
    }
    .status-row{
      display:grid;
      grid-template-columns:minmax(0, 140px) 1fr auto;
      gap:.75rem;
      align-items:center;
    }
    .status-name{
      color:#DDECF6;
      font-size:.95rem;
      font-weight:600;
    }
    .bar-track{
      height:10px;
      border-radius:999px;
      background:rgba(255,255,255,.06);
      overflow:hidden;
      border:1px solid rgba(180,220,255,.1);
    }
    .bar-fill{
      height:100%;
      border-radius:inherit;
      background:linear-gradient(90deg, rgba(53,242,194,1), rgba(34,166,200,1));
      box-shadow:0 0 18px rgba(53,242,194,.18);
    }
    .status-value{
      color:#fff;
      font-size:.9rem;
      font-weight:700;
      min-width:44px;
      text-align:right;
    }
    .priority-card{
      margin-top:1rem;
      border-radius:22px;
      padding:1rem 1.05rem;
      background:rgba(255,255,255,.04);
      border:1px solid rgba(180,220,255,.12);
    }
    .priority-head{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:1rem;
      margin-bottom:.8rem;
    }
    .priority-head span{
      color:#fff;
      font-weight:700;
    }
    .priority-pill{
      padding:.24rem .54rem;
      border-radius:999px;
      background:rgba(246,184,90,.12);
      border:1px solid rgba(246,184,90,.22);
      color:#FFE0A4;
      font-size:.76rem;
      font-weight:700;
    }
    .priority-list{
      display:grid;
      gap:.75rem;
    }
    .priority-item{
      display:flex;
      gap:.7rem;
      align-items:flex-start;
      color:var(--text-soft);
      font-size:.95rem;
      line-height:1.7;
    }
    .priority-dot{
      width:10px;
      height:10px;
      border-radius:50%;
      margin-top:.5rem;
      background:linear-gradient(135deg, rgba(246,184,90,1), rgba(53,242,194,1));
      box-shadow:0 0 16px rgba(246,184,90,.25);
      flex:0 0 auto;
    }
    .update-card{
      grid-column:1/-1;
      border-radius:var(--radius-lg);
      padding:1.2rem 1.25rem;
      background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
      border:1px solid rgba(180,220,255,.12);
      box-shadow:var(--shadow);
    }
    .update-flex{
      display:flex;
      flex-wrap:wrap;
      gap:.75rem;
      margin-top:1rem;
    }
    .update-badge{
      padding:.48rem .72rem;
      border-radius:999px;
      background:rgba(53,242,194,.08);
      border:1px solid rgba(53,242,194,.18);
      color:#CFFAF0;
      font-weight:700;
      font-size:.84rem;
    }
    .timeline{
      position:relative;
      margin-top:1.4rem;
      display:grid;
      grid-template-columns:repeat(6, minmax(0, 1fr));
      gap:.8rem;
    }
    .timeline::before{
      content:"";
      position:absolute;
      left:3.3%;
      right:3.3%;
      top:28px;
      height:2px;
      background:linear-gradient(90deg, rgba(53,242,194,.1), rgba(53,242,194,.8), rgba(34,166,200,.55), rgba(246,184,90,.25));
      border-radius:999px;
      opacity:.55;
    }
    .timeline-step{
      position:relative;
      z-index:1;
      border-radius:22px;
      padding:1rem .92rem .95rem;
      background:rgba(255,255,255,.04);
      border:1px solid rgba(180,220,255,.12);
      min-height:170px;
    }
    .timeline-no{
      width:44px;
      height:44px;
      border-radius:16px;
      display:flex;
      align-items:center;
      justify-content:center;
      color:#06131d;
      background:linear-gradient(135deg, rgba(53,242,194,1), rgba(34,166,200,1));
      font-weight:800;
      box-shadow:0 12px 22px rgba(53,242,194,.16);
      margin-bottom:.9rem;
    }
    .timeline-step h3{
      margin:0 0 .45rem;
      font-size:1rem;
      font-weight:700;
      color:#fff;
    }
    .timeline-step p{
      margin:0;
      color:var(--text-soft);
      font-size:.93rem;
      line-height:1.78;
    }

    .scenario-grid{
      display:grid;
      grid-template-columns:repeat(5, minmax(0, 1fr));
      gap:1rem;
      margin-top:1.3rem;
    }
    .scenario-card{
      border-radius:22px;
      padding:1rem;
      background:rgba(255,255,255,.04);
      border:1px solid rgba(180,220,255,.12);
      min-height:204px;
      transition:transform .24s ease, border-color .24s ease, box-shadow .24s ease;
    }
    .scenario-card:hover{
      transform:translateY(-4px);
      border-color:rgba(53,242,194,.28);
      box-shadow:0 20px 44px rgba(0,0,0,.18);
    }
    .scenario-top{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:1rem;
      margin-bottom:.9rem;
    }
    .scenario-chip{
      padding:.28rem .56rem;
      border-radius:999px;
      background:rgba(53,242,194,.09);
      border:1px solid rgba(53,242,194,.16);
      color:#C8FBF0;
      font-size:.74rem;
      font-weight:700;
      white-space:nowrap;
    }

    .benefit-grid{
      display:grid;
      grid-template-columns:repeat(2, minmax(0, 1fr));
      gap:1.2rem;
      margin-top:1.25rem;
    }
    .benefit-card{
      border-radius:var(--radius-lg);
      padding:1.25rem;
      background:linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02));
      border:1px solid rgba(180,220,255,.12);
      box-shadow:var(--shadow);
      min-height:260px;
    }
    .benefit-head{
      display:flex;
      align-items:center;
      gap:.8rem;
      margin-bottom:1rem;
    }
    .benefit-mark{
      width:46px;
      height:46px;
      border-radius:16px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      color:#06131d;
      font-weight:800;
      background:linear-gradient(135deg, rgba(246,184,90,1), rgba(53,242,194,1));
      box-shadow:0 12px 22px rgba(246,184,90,.16);
      flex:0 0 auto;
    }
    .benefit-list{
      margin:1rem 0 0;
      padding:0;
      list-style:none;
      display:grid;
      gap:.8rem;
    }
    .benefit-list li{
      display:flex;
      gap:.65rem;
      color:var(--text-soft);
      font-size:.97rem;
      line-height:1.75;
    }
    .benefit-list .tick{
      width:20px;
      height:20px;
      border-radius:50%;
      flex:0 0 auto;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      color:#06131d;
      background:linear-gradient(135deg, rgba(53,242,194,1), rgba(34,166,200,1));
      font-size:.72rem;
      font-weight:800;
      margin-top:.16rem;
    }

    .accordion{
      display:grid;
      gap:.85rem;
    }
    .accordion-item{
      border-radius:20px !important;
      overflow:hidden;
    }
    .accordion-button{
      color:#fff;
      background:rgba(255,255,255,.03);
      padding:1rem 1.1rem;
      border:0;
      box-shadow:none;
      font-weight:700;
      line-height:1.5;
    }
    .accordion-button:not(.collapsed){
      color:#fff;
      background:rgba(53,242,194,.06);
      box-shadow:none;
    }
    .accordion-button::after{
      filter:invert(88%) sepia(18%) saturate(330%) hue-rotate(145deg);
    }
    .accordion-button:not(.collapsed)::after{
      filter:invert(95%) sepia(40%) saturate(500%) hue-rotate(125deg);
    }
    .accordion-body{
      color:var(--text-soft);
      padding:0 1.1rem 1.05rem;
      line-height:1.85;
      background:rgba(255,255,255,.01);
    }
    .accordion-item{
      border-color:rgba(180,220,255,.12) !important;
    }

    .cta-panel{
      border-radius:var(--radius-lg);
      padding:1.35rem;
      background:linear-gradient(145deg, rgba(12,31,50,.88), rgba(9,24,39,.74));
      border:1px solid rgba(180,230,255,.14);
      box-shadow:var(--shadow);
    }
    .contact-note{
      border-radius:22px;
      padding:1.1rem;
      background:rgba(255,255,255,.04);
      border:1px solid rgba(180,220,255,.12);
      margin-top:1rem;
    }
    .contact-note h3{
      margin:0 0 .45rem;
      font-size:1.03rem;
      font-weight:700;
      color:#fff;
    }
    .contact-note p{
      margin:0;
      color:var(--text-soft);
      line-height:1.8;
      font-size:.95rem;
    }
    .form-label{
      color:#DCE7F1;
      font-weight:600;
      font-size:.92rem;
      margin-bottom:.45rem;
    }
    .form-control,
    .form-select{
      color:#fff;
      border-radius:16px;
      border:1px solid rgba(180,220,255,.12);
      background:rgba(255,255,255,.05);
      min-height:48px;
      padding:.78rem .95rem;
    }
    .form-control::placeholder{
      color:#86A0B6;
    }
    .form-control:focus,
    .form-select:focus{
      color:#fff;
      background:rgba(255,255,255,.06);
      border-color:rgba(53,242,194,.5);
      box-shadow:0 0 0 .22rem rgba(53,242,194,.14);
    }
    textarea.form-control{
      min-height:140px;
      resize:vertical;
    }

    .site-footer{
      position:relative;
      margin-top:0;
      padding:3rem 0 1.2rem;
      background:linear-gradient(180deg, rgba(7,17,31,.1), rgba(7,17,31,.86) 18%, rgba(7,17,31,1));
      border-top:1px solid rgba(180,220,255,.1);
      overflow:hidden;
    }
    .site-footer::before{
      content:"";
      position:absolute;
      top:0;
      left:0;
      right:0;
      height:1px;
      background:linear-gradient(90deg, transparent, rgba(53,242,194,.55), transparent);
    }
    .footer-brand{
      display:flex;
      align-items:center;
      gap:.85rem;
      margin-bottom:1rem;
    }
    .footer-title{
      font-size:1.08rem;
      font-weight:800;
      color:#fff;
    }
    .footer-text{
      color:var(--text-soft);
      line-height:1.85;
      margin:0;
    }
    .footer-heading{
      color:#fff;
      font-weight:700;
      margin-bottom:.85rem;
      font-size:1rem;
    }
    .footer-links{
      display:grid;
      gap:.62rem;
    }
    .footer-links a{
      color:var(--text-soft);
      line-height:1.55;
    }
    .footer-links a:hover{
      color:#fff;
      transform:translateX(2px);
    }
    .copyright{
      margin-top:2rem;
      padding-top:1rem;
      border-top:1px solid rgba(180,220,255,.1);
      display:flex;
      flex-wrap:wrap;
      justify-content:space-between;
      gap:.6rem 1rem;
      color:var(--text-faint);
      font-size:.88rem;
    }

    .badge-soft{
      display:inline-flex;
      align-items:center;
      gap:.35rem;
      padding:.34rem .65rem;
      border-radius:999px;
      background:rgba(255,255,255,.05);
      border:1px solid rgba(180,220,255,.1);
      color:#DDEBF7;
      font-size:.78rem;
      font-weight:700;
    }
    .subtle-line{
      width:100%;
      height:1px;
      background:linear-gradient(90deg, transparent, rgba(180,220,255,.16), transparent);
      margin:1.2rem 0;
    }

    @media (max-width: 1199.98px){
      .scenario-grid{grid-template-columns:repeat(3, minmax(0, 1fr))}
      .timeline{grid-template-columns:repeat(3, minmax(0, 1fr))}
      .timeline::before{display:none}
    }
    @media (max-width: 991.98px){
      :root{--section-gap:70px}
      .brand-wrap{
        flex-wrap:wrap;
      }
      .brand-slogan{
        order:3;
        width:100%;
        max-width:none;
        align-items:flex-start;
        text-align:left;
      }
      .dashboard-grid,
      .split-grid{
        grid-template-columns:1fr;
      }
      .hero-shell{
        max-width:100%;
      }
      .board-flow{
        grid-template-columns:repeat(2, minmax(0, 1fr));
      }
      .board-grid{
        grid-template-columns:repeat(2, minmax(0, 1fr));
      }
      .scenario-grid{
        grid-template-columns:repeat(2, minmax(0, 1fr));
      }
      .benefit-grid{
        grid-template-columns:1fr;
      }
    }
    @media (max-width: 767.98px){
      :root{--section-gap:54px}
      .hero-section{
        min-height:auto;
        padding:58px 0 54px;
      }
      .hero-title{
        max-width:100%;
        font-size:clamp(2rem, 8vw, 2.8rem);
      }
      .hero-lead{
        font-size:1rem;
        margin-top:1rem;
      }
      .hero-actions{
        flex-direction:column;
        align-items:stretch;
      }
      .hero-actions .btn{
        width:100%;
      }
      .board-flow,
      .board-grid,
      .scenario-grid,
      .timeline{
        grid-template-columns:1fr;
      }
      .status-row{
        grid-template-columns:1fr;
        gap:.45rem;
      }
      .status-value{
        text-align:left;
      }
      .accordion-button{
        padding:1rem;
      }
      .content-section{
        padding:54px 0;
      }
      .metric-card,
      .panel-card,
      .dashboard-card,
      .benefit-card,
      .cta-panel{
        border-radius:22px;
      }
      .copyright{
        flex-direction:column;
      }
    }
    @media (max-width: 575.98px){
      .brand-name{
        font-size:1.02rem;
      }
      .brand-sub{
        font-size:.8rem;
      }
      .nav-cta{
        width:100%;
      }
      .hero-badge,
      .section-kicker{
        font-size:.76rem;
      }
      .channel-link{
        padding:.52rem .82rem;
        font-size:.92rem;
      }
      .metric-value{
        font-size:1.24rem;
      }
      .trust-strip{
        justify-content:flex-start;
        overflow-x:auto;
        flex-wrap:nowrap;
      }
      .trust-pill{
        flex:0 0 auto;
      }
      .contact-note,
      .simple-card,
      .check-item,
      .priority-card,
      .scenario-card,
      .timeline-step{
        border-radius:18px;
      }
    }

/* roulang page: category1 */
:root{
      --bg-0:#07111F;
      --bg-1:#091827;
      --bg-2:#102236;
      --bg-3:#132D45;
      --panel:rgba(12,31,50,.72);
      --panel-2:rgba(15,36,58,.84);
      --text:#D7E2EE;
      --muted:#8EA6BB;
      --line:rgba(180,220,255,.14);
      --line-strong:rgba(53,242,194,.34);
      --accent:#22A6C8;
      --accent-2:#35F2C2;
      --warm:#F6B85A;
      --warm-2:#FFCF7A;
      --shadow:0 18px 50px rgba(0,0,0,.24);
      --shadow-hover:0 24px 70px rgba(35,210,220,.16);
      --radius-sm:12px;
      --radius-md:18px;
      --radius-lg:28px;
      --radius-xl:36px;
      --container:1240px;
    }

    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:"Microsoft YaHei","PingFang SC","Hiragino Sans GB","Noto Sans SC",Arial,sans-serif;
      color:var(--text);
      background:
        radial-gradient(circle at 16% 8%, rgba(34,166,200,.18), transparent 30%),
        radial-gradient(circle at 84% 12%, rgba(53,242,194,.12), transparent 26%),
        radial-gradient(circle at 50% 98%, rgba(91,66,166,.12), transparent 24%),
        linear-gradient(180deg, #07111F 0%, #08131F 38%, #091827 100%);
      min-height:100vh;
      position:relative;
      overflow-x:hidden;
    }
    body::before{
      content:"";
      position:fixed;
      inset:-20%;
      background:
        radial-gradient(circle at 18% 24%, rgba(34,166,200,.16), transparent 18%),
        radial-gradient(circle at 82% 28%, rgba(53,242,194,.10), transparent 16%),
        radial-gradient(circle at 52% 82%, rgba(246,184,90,.08), transparent 18%);
      filter:blur(12px);
      pointer-events:none;
      z-index:-3;
    }
    body::after{
      content:"";
      position:fixed;
      inset:0;
      background-image:
        linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
      background-size:42px 42px;
      opacity:.12;
      mask-image:linear-gradient(to bottom, rgba(0,0,0,.72), transparent 92%);
      pointer-events:none;
      z-index:-2;
    }

    a{
      color:inherit;
      text-decoration:none;
      transition:all .24s ease;
    }
    a:hover{color:#fff}
    img{max-width:100%;display:block}
    p{margin-bottom:0}
    .container{max-width:var(--container)}
    section[id]{scroll-margin-top:150px}

    .focus-ring:focus-visible,
    button:focus-visible,
    input:focus-visible,
    textarea:focus-visible,
    select:focus-visible{
      outline:0;
      box-shadow:0 0 0 4px rgba(53,242,194,.16);
      border-color:rgba(53,242,194,.5)!important;
    }

    .site-header{
      position:sticky;
      top:0;
      z-index:1030;
      background:rgba(7,17,31,.78);
      backdrop-filter:blur(20px);
      -webkit-backdrop-filter:blur(20px);
      border-bottom:1px solid rgba(180,220,255,.08);
      box-shadow:0 12px 42px rgba(0,0,0,.12);
    }
    .site-header::before{
      content:"";
      display:block;
      height:1px;
      background:linear-gradient(90deg, transparent, rgba(53,242,194,.55), rgba(34,166,200,.45), transparent);
    }
    .brand-row{
      padding:14px 0;
      position:relative;
    }
    .brand-wrap{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
    }
    .brand-link{
      display:flex;
      align-items:center;
      gap:14px;
      min-width:0;
    }
    .logo-mark{
      width:46px;
      height:46px;
      border-radius:14px;
      position:relative;
      flex:0 0 auto;
      background:
        linear-gradient(145deg, rgba(17,138,178,.92), rgba(53,242,194,.52)),
        radial-gradient(circle at 25% 22%, rgba(255,255,255,.42), transparent 26%);
      box-shadow:
        0 0 0 1px rgba(180,230,255,.22),
        0 18px 30px rgba(34,166,200,.18),
        inset 0 1px 0 rgba(255,255,255,.12);
      overflow:hidden;
    }
    .logo-mark::before,
    .logo-mark::after{
      content:"";
      position:absolute;
      inset:10px;
      border-radius:10px;
      border:1px solid rgba(255,255,255,.18);
    }
    .logo-mark::before{
      clip-path:polygon(0 0, 62% 0, 100% 38%, 100% 100%, 38% 100%, 0 62%);
      opacity:.72;
    }
    .logo-mark::after{
      inset:13px;
      border:none;
      border-top:2px solid rgba(255,255,255,.74);
      border-right:2px solid rgba(255,255,255,.74);
      transform:rotate(41deg);
      width:20px;
      height:20px;
      top:12px;
      left:12px;
      opacity:.9;
      box-shadow:0 0 18px rgba(53,242,194,.26);
    }
    .brand-text{
      display:flex;
      flex-direction:column;
      min-width:0;
    }
    .brand-name{
      font-size:18px;
      font-weight:800;
      letter-spacing:.2px;
      background:linear-gradient(90deg, #F1F8FF, #86E7FF 45%, #35F2C2 100%);
      -webkit-background-clip:text;
      background-clip:text;
      color:transparent;
      line-height:1.1;
      white-space:nowrap;
    }
    .brand-sub{
      font-size:13px;
      color:var(--muted);
      line-height:1.3;
      margin-top:3px;
      white-space:nowrap;
    }
    .brand-slogan{
      flex:1 1 auto;
      min-width:0;
      text-align:center;
      color:var(--muted);
      font-size:14px;
      line-height:1.45;
      padding:0 20px;
    }
    .brand-slogan span{
      display:block;
      color:#EAF4FF;
      font-weight:700;
      margin-bottom:2px;
      letter-spacing:.2px;
    }
    .nav-cta{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      padding:12px 18px;
      border-radius:999px;
      background:linear-gradient(135deg, rgba(17,138,178,.92), rgba(53,242,194,.86));
      color:#fff;
      font-weight:700;
      font-size:14px;
      box-shadow:0 14px 34px rgba(34,166,200,.22);
      border:1px solid rgba(255,255,255,.1);
      white-space:nowrap;
    }
    .nav-cta:hover{
      transform:translateY(-1px);
      box-shadow:0 20px 44px rgba(53,242,194,.24);
      color:#fff;
    }

    .channel-row{
      background:rgba(9,24,39,.74);
      border-top:1px solid rgba(180,220,255,.08);
    }
    .channel-nav{
      display:flex;
      align-items:center;
      gap:10px;
      padding:10px 0;
      overflow-x:auto;
      scrollbar-width:none;
    }
    .channel-nav::-webkit-scrollbar{display:none}
    .channel-link{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      padding:10px 16px;
      border-radius:999px;
      font-size:15px;
      color:var(--muted);
      border:1px solid transparent;
      white-space:nowrap;
      background:transparent;
      position:relative;
    }
    .channel-link::after{
      content:"";
      position:absolute;
      left:14px;
      right:14px;
      bottom:6px;
      height:1px;
      background:linear-gradient(90deg, transparent, rgba(53,242,194,0), transparent);
      opacity:0;
      transition:all .22s ease;
    }
    .channel-link:hover{
      color:#fff;
      background:rgba(255,255,255,.04);
      border-color:rgba(180,220,255,.1);
      transform:translateY(-1px);
    }
    .channel-link:hover::after{
      background:linear-gradient(90deg, transparent, rgba(53,242,194,.55), transparent);
      opacity:1;
    }
    .channel-link.active{
      color:#EFFEFF;
      background:rgba(18,45,69,.92);
      border-color:rgba(53,242,194,.36);
      box-shadow:inset 0 -2px 0 rgba(53,242,194,.72), 0 12px 26px rgba(0,0,0,.14);
    }

    .hero-section{
      padding:54px 0 26px;
      position:relative;
    }
    .hero-section::before{
      content:"";
      position:absolute;
      inset:0;
      background:
        radial-gradient(circle at 12% 10%, rgba(53,242,194,.12), transparent 26%),
        radial-gradient(circle at 86% 18%, rgba(34,166,200,.14), transparent 24%),
        linear-gradient(180deg, rgba(255,255,255,.02), transparent 22%);
      pointer-events:none;
    }
    .hero-grid{
      display:grid;
      grid-template-columns:1.08fr .92fr;
      gap:28px;
      align-items:center;
      position:relative;
      z-index:1;
    }
    .eyebrow,
    .section-kicker,
    .mini-tag{
      display:inline-flex;
      align-items:center;
      gap:8px;
      font-size:12px;
      letter-spacing:.15em;
      text-transform:uppercase;
      color:#BCE7F5;
      padding:8px 12px;
      border-radius:999px;
      background:rgba(255,255,255,.04);
      border:1px solid rgba(180,220,255,.12);
      box-shadow:inset 0 1px 0 rgba(255,255,255,.03);
    }
    .eyebrow::before,
    .section-kicker::before{
      content:"";
      width:8px;
      height:8px;
      border-radius:50%;
      background:linear-gradient(135deg, var(--accent), var(--accent-2));
      box-shadow:0 0 0 4px rgba(53,242,194,.14);
    }
    .hero-title{
      margin:18px 0 0;
      font-size:clamp(34px, 5vw, 58px);
      line-height:1.14;
      font-weight:800;
      letter-spacing:-.02em;
      color:#F4FAFF;
      text-wrap:balance;
    }
    .hero-lead{
      margin-top:18px;
      max-width:620px;
      font-size:17px;
      line-height:1.88;
      color:var(--muted);
    }
    .badge-line{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:22px;
    }
    .badge-soft{
      display:inline-flex;
      align-items:center;
      gap:7px;
      padding:9px 13px;
      border-radius:999px;
      color:#EAF8FF;
      background:rgba(255,255,255,.05);
      border:1px solid rgba(180,220,255,.12);
      font-size:13px;
      line-height:1;
    }
    .badge-soft i{
      display:inline-block;
      width:8px;
      height:8px;
      border-radius:50%;
      background:linear-gradient(135deg, var(--accent), var(--accent-2));
      box-shadow:0 0 0 4px rgba(53,242,194,.12);
    }
    .hero-actions{
      display:flex;
      flex-wrap:wrap;
      gap:14px;
      margin-top:28px;
    }
    .btn-glow,
    .btn-ghost{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:10px;
      padding:14px 20px;
      border-radius:999px;
      font-weight:700;
      font-size:15px;
      border:1px solid transparent;
      min-height:50px;
      transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease;
    }
    .btn-glow{
      color:#fff;
      background:linear-gradient(135deg, #1292C1 0%, #35F2C2 100%);
      box-shadow:0 18px 40px rgba(34,166,200,.24);
    }
    .btn-glow:hover{
      color:#fff;
      transform:translateY(-2px);
      box-shadow:0 24px 48px rgba(53,242,194,.24);
    }
    .btn-ghost{
      color:#E8F3FF;
      background:rgba(255,255,255,.05);
      border-color:rgba(180,220,255,.14);
      backdrop-filter:blur(10px);
    }
    .btn-ghost:hover{
      color:#fff;
      border-color:rgba(53,242,194,.34);
      background:rgba(255,255,255,.07);
      transform:translateY(-2px);
    }

    .trust-row{
      display:grid;
      grid-template-columns:repeat(4, minmax(0,1fr));
      gap:12px;
      margin-top:26px;
    }
    .trust-chip{
      padding:14px 15px;
      border-radius:16px;
      background:rgba(255,255,255,.035);
      border:1px solid rgba(180,220,255,.12);
      color:#DCE8F2;
      font-size:14px;
      line-height:1.55;
      box-shadow:inset 0 1px 0 rgba(255,255,255,.03);
      min-height:74px;
    }
    .trust-chip strong{
      display:block;
      color:#F8FCFF;
      font-size:14px;
      margin-bottom:3px;
    }

    .glass-panel{
      position:relative;
      background:var(--panel);
      border:1px solid rgba(180,230,255,.14);
      border-radius:var(--radius-xl);
      box-shadow:var(--shadow);
      backdrop-filter:blur(16px);
      -webkit-backdrop-filter:blur(16px);
      overflow:hidden;
    }
    .glass-panel::before{
      content:"";
      position:absolute;
      inset:0;
      background:linear-gradient(150deg, rgba(255,255,255,.08), transparent 24%, transparent 76%, rgba(53,242,194,.04));
      pointer-events:none;
    }
    .report-card{
      padding:24px;
    }
    .report-card::after{
      content:"";
      position:absolute;
      left:0;
      right:0;
      top:0;
      height:2px;
      background:linear-gradient(90deg, transparent, rgba(53,242,194,.72), rgba(34,166,200,.72), transparent);
      opacity:.8;
    }
    .report-top{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      margin-bottom:18px;
      position:relative;
      z-index:1;
    }
    .report-badge{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:8px 12px;
      border-radius:999px;
      color:#EFFEFF;
      font-size:13px;
      background:rgba(53,242,194,.12);
      border:1px solid rgba(53,242,194,.24);
    }
    .report-badge::before{
      content:"";
      width:8px;
      height:8px;
      border-radius:50%;
      background:var(--accent-2);
      box-shadow:0 0 0 4px rgba(53,242,194,.12);
    }
    .report-meta{
      color:var(--muted);
      font-size:13px;
      white-space:nowrap;
    }
    .report-grid{
      display:grid;
      grid-template-columns:repeat(2, minmax(0,1fr));
      gap:12px;
      position:relative;
      z-index:1;
    }
    .report-block{
      padding:15px;
      border-radius:18px;
      background:rgba(255,255,255,.04);
      border:1px solid rgba(180,220,255,.12);
      min-height:102px;
    }
    .report-label{
      font-size:12px;
      color:var(--muted);
      margin-bottom:8px;
      letter-spacing:.04em;
    }
    .report-value{
      font-size:20px;
      line-height:1.3;
      font-weight:800;
      color:#F4FBFF;
    }
    .report-value.warm{ color:var(--warm-2); }
    .report-sublabel{
      margin-top:8px;
      color:#A7BED0;
      font-size:13px;
      line-height:1.55;
    }
    .code-pills{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      margin-top:16px;
      position:relative;
      z-index:1;
    }
    .code-pill{
      padding:7px 10px;
      border-radius:999px;
      font-size:12px;
      color:#DCEAF4;
      background:rgba(255,255,255,.05);
      border:1px solid rgba(180,220,255,.12);
      letter-spacing:.03em;
    }
    .progress-stack{
      margin-top:16px;
      position:relative;
      z-index:1;
    }
    .progress-row{
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:10px;
      margin-bottom:8px;
      color:var(--muted);
      font-size:13px;
    }
    .progress{
      height:10px;
      border-radius:999px;
      background:rgba(255,255,255,.08);
      overflow:hidden;
      box-shadow:inset 0 1px 1px rgba(0,0,0,.2);
    }
    .progress-bar{
      border-radius:inherit;
      background:linear-gradient(90deg, var(--accent), var(--accent-2));
      box-shadow:0 0 16px rgba(53,242,194,.34);
    }
    .report-foot{
      margin-top:16px;
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      position:relative;
      z-index:1;
    }
    .mini-pill{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:8px 11px;
      border-radius:999px;
      background:rgba(255,255,255,.045);
      border:1px solid rgba(180,220,255,.12);
      color:#DCE7F2;
      font-size:12px;
    }
    .mini-pill::before{
      content:"";
      width:8px;
      height:8px;
      border-radius:50%;
      background:var(--warm);
      box-shadow:0 0 0 4px rgba(246,184,90,.12);
    }

    .section-pad{
      padding:88px 0;
      position:relative;
    }
    .section-head{
      margin-bottom:28px;
    }
    .section-title{
      margin:10px 0 0;
      font-size:clamp(26px, 4vw, 36px);
      line-height:1.18;
      color:#F4FAFF;
      font-weight:800;
      text-wrap:balance;
    }
    .section-lead{
      max-width:760px;
      margin-top:12px;
      color:var(--muted);
      font-size:16px;
      line-height:1.85;
    }

    .overview-card{
      padding:26px;
      min-height:100%;
    }
    .overview-title{
      font-size:24px;
      line-height:1.28;
      font-weight:800;
      color:#F6FBFF;
      margin:12px 0 14px;
    }
    .overview-text{
      color:var(--muted);
      font-size:16px;
      line-height:1.9;
      max-width:560px;
    }
    .overview-list{
      margin:18px 0 0;
      padding:0;
      list-style:none;
      display:grid;
      gap:10px;
    }
    .overview-list li{
      position:relative;
      padding-left:28px;
      color:#DDEAF6;
      font-size:15px;
      line-height:1.7;
    }
    .overview-list li::before{
      content:"";
      position:absolute;
      left:0;
      top:10px;
      width:12px;
      height:12px;
      border-radius:50%;
      background:linear-gradient(135deg, var(--accent), var(--accent-2));
      box-shadow:0 0 0 4px rgba(53,242,194,.10);
    }

    .metric-card{
      padding:18px;
      border-radius:22px;
      background:rgba(255,255,255,.04);
      border:1px solid rgba(180,220,255,.12);
      box-shadow:inset 0 1px 0 rgba(255,255,255,.03);
      min-height:118px;
    }
    .metric-value{
      display:block;
      font-size:28px;
      font-weight:800;
      line-height:1.06;
      color:#F7FCFF;
      margin-bottom:6px;
    }
    .metric-label{
      color:#C7D7E4;
      font-size:14px;
      line-height:1.6;
    }
    .metric-card.warm .metric-value{ color:var(--warm-2); }
    .metric-card.green .metric-value{ color:var(--accent-2); }

    .issue-grid{
      display:grid;
      grid-template-columns:repeat(12, minmax(0,1fr));
      gap:18px;
    }
    .issue-card{
      grid-column:span 4;
      padding:22px;
      border-radius:24px;
      background:rgba(255,255,255,.045);
      border:1px solid rgba(180,220,255,.12);
      box-shadow:var(--shadow);
      height:100%;
      transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
      position:relative;
      overflow:hidden;
    }
    .issue-card::before{
      content:"";
      position:absolute;
      inset:auto -40px -60px auto;
      width:140px;
      height:140px;
      border-radius:50%;
      background:radial-gradient(circle, rgba(34,166,200,.18), transparent 68%);
      pointer-events:none;
    }
    .issue-card:hover{
      transform:translateY(-4px);
      box-shadow:var(--shadow-hover);
      border-color:rgba(53,242,194,.32);
    }
    .issue-card.span-6{grid-column:span 6}
    .issue-card.span-3{grid-column:span 3}
    .issue-card.span-4{grid-column:span 4}
    .issue-icon{
      width:54px;
      height:54px;
      border-radius:18px;
      display:grid;
      place-items:center;
      background:linear-gradient(135deg, rgba(17,138,178,.95), rgba(53,242,194,.62));
      color:#fff;
      font-size:24px;
      font-weight:800;
      box-shadow:0 16px 30px rgba(34,166,200,.18);
      margin-bottom:16px;
    }
    .issue-title{
      font-size:20px;
      font-weight:800;
      line-height:1.3;
      color:#F6FBFF;
      margin:0 0 12px;
      text-wrap:balance;
    }
    .issue-meta{
      list-style:none;
      margin:0;
      padding:0;
      display:grid;
      gap:10px;
    }
    .issue-meta li{
      font-size:14px;
      line-height:1.75;
      color:#CDE0EE;
      padding:10px 12px;
      border-radius:14px;
      background:rgba(12,31,50,.48);
      border:1px solid rgba(180,220,255,.10);
    }
    .issue-meta strong{
      color:#F7FDFF;
      margin-right:6px;
    }
    .issue-tagline{
      display:inline-flex;
      margin-top:14px;
      font-size:12px;
      color:#BBE8F6;
      gap:8px;
      align-items:center;
    }
    .issue-tagline::before{
      content:"";
      width:8px;
      height:8px;
      border-radius:50%;
      background:var(--warm);
      box-shadow:0 0 0 4px rgba(246,184,90,.12);
    }

    .method-panel{
      padding:24px;
      min-height:100%;
    }
    .step-list{
      display:grid;
      gap:12px;
      margin-top:18px;
    }
    .step-item{
      display:flex;
      gap:14px;
      padding:14px;
      border-radius:18px;
      background:rgba(255,255,255,.04);
      border:1px solid rgba(180,220,255,.12);
    }
    .step-num{
      width:42px;
      height:42px;
      border-radius:14px;
      flex:0 0 auto;
      display:grid;
      place-items:center;
      font-weight:800;
      color:#0F1B24;
      background:linear-gradient(135deg, var(--warm-2), rgba(53,242,194,.88));
      box-shadow:0 10px 24px rgba(246,184,90,.18);
    }
    .step-body h3{
      margin:0;
      font-size:18px;
      line-height:1.3;
      font-weight:800;
      color:#F7FCFF;
    }
    .step-body p{
      margin-top:6px;
      color:var(--muted);
      line-height:1.75;
      font-size:14px;
    }

    .diagnostic-panel{
      padding:24px;
      height:100%;
      position:relative;
      overflow:hidden;
    }
    .diagnostic-panel::after{
      content:"";
      position:absolute;
      left:0;
      right:0;
      top:0;
      height:120px;
      background:linear-gradient(180deg, rgba(53,242,194,.12), transparent);
      pointer-events:none;
    }
    .diagnostic-top{
      display:flex;
      justify-content:space-between;
      align-items:flex-start;
      gap:12px;
      margin-bottom:18px;
      position:relative;
      z-index:1;
    }
    .diagnostic-top h3{
      margin:0;
      font-size:22px;
      line-height:1.25;
      font-weight:800;
      color:#F7FCFF;
    }
    .diagnostic-top p{
      color:var(--muted);
      font-size:14px;
      line-height:1.7;
      margin-top:6px;
      max-width:500px;
    }
    .scan-badge{
      padding:10px 12px;
      border-radius:999px;
      background:rgba(246,184,90,.12);
      border:1px solid rgba(246,184,90,.22);
      color:#FFE7B4;
      font-size:12px;
      white-space:nowrap;
      align-self:flex-start;
    }
    .diag-grid{
      display:grid;
      grid-template-columns:repeat(2, minmax(0,1fr));
      gap:12px;
      position:relative;
      z-index:1;
    }
    .diag-box{
      border-radius:18px;
      background:rgba(255,255,255,.04);
      border:1px solid rgba(180,220,255,.12);
      padding:15px;
      min-height:96px;
    }
    .diag-box .diag-label{
      color:var(--muted);
      font-size:12px;
      margin-bottom:8px;
      letter-spacing:.04em;
    }
    .diag-box .diag-value{
      font-size:18px;
      font-weight:800;
      line-height:1.35;
      color:#F7FCFF;
    }
    .diag-box .diag-note{
      margin-top:8px;
      color:#BDCEDB;
      font-size:13px;
      line-height:1.6;
    }
    .diag-tags{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      margin-top:16px;
      position:relative;
      z-index:1;
    }
    .diag-tags span{
      display:inline-flex;
      align-items:center;
      padding:7px 10px;
      border-radius:999px;
      background:rgba(255,255,255,.05);
      border:1px solid rgba(180,220,255,.12);
      color:#DDEAF4;
      font-size:12px;
    }

    .process-grid{
      display:grid;
      grid-template-columns:repeat(6, minmax(0,1fr));
      gap:14px;
    }
    .process-card{
      padding:18px;
      border-radius:20px;
      background:rgba(255,255,255,.04);
      border:1px solid rgba(180,220,255,.12);
      box-shadow:inset 0 1px 0 rgba(255,255,255,.03);
      height:100%;
      position:relative;
      overflow:hidden;
      min-height:178px;
    }
    .process-card::before{
      content:"";
      position:absolute;
      inset:auto -26px -36px auto;
      width:110px;
      height:110px;
      border-radius:50%;
      background:radial-gradient(circle, rgba(53,242,194,.16), transparent 68%);
      pointer-events:none;
    }
    .process-step{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      width:42px;
      height:42px;
      border-radius:14px;
      background:rgba(53,242,194,.14);
      border:1px solid rgba(53,242,194,.22);
      color:#CDFBF0;
      font-weight:800;
      margin-bottom:12px;
    }
    .process-card h3{
      font-size:18px;
      line-height:1.35;
      font-weight:800;
      color:#F7FCFF;
      margin:0;
    }
    .process-card p{
      margin-top:8px;
      color:var(--muted);
      font-size:14px;
      line-height:1.76;
    }
    .process-card .process-note{
      margin-top:14px;
      font-size:12px;
      color:#BFE7F5;
      display:inline-flex;
      align-items:center;
      gap:8px;
    }
    .process-card .process-note::before{
      content:"";
      width:6px;
      height:6px;
      border-radius:50%;
      background:var(--warm);
      box-shadow:0 0 0 4px rgba(246,184,90,.12);
    }

    .scenario-grid{
      display:grid;
      grid-template-columns:repeat(12, minmax(0,1fr));
      gap:18px;
    }
    .scenario-card{
      padding:22px;
      border-radius:24px;
      background:rgba(255,255,255,.045);
      border:1px solid rgba(180,220,255,.12);
      box-shadow:var(--shadow);
      min-height:100%;
      position:relative;
      overflow:hidden;
      transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
    }
    .scenario-card:hover{
      transform:translateY(-4px);
      box-shadow:var(--shadow-hover);
      border-color:rgba(53,242,194,.28);
    }
    .scenario-card.large{grid-column:span 6; min-height:100%;}
    .scenario-card.small{grid-column:span 3;}
    .scenario-tag{
      display:inline-flex;
      align-items:center;
      padding:7px 10px;
      border-radius:999px;
      color:#DDEAF4;
      background:rgba(255,255,255,.05);
      border:1px solid rgba(180,220,255,.12);
      font-size:12px;
      margin-bottom:14px;
    }
    .scenario-title{
      margin:0;
      font-size:22px;
      line-height:1.32;
      font-weight:800;
      color:#F7FCFF;
    }
    .scenario-text{
      margin-top:12px;
      color:var(--muted);
      font-size:15px;
      line-height:1.84;
    }
    .scenario-list{
      margin:16px 0 0;
      padding:0;
      list-style:none;
      display:grid;
      gap:10px;
    }
    .scenario-list li{
      padding:10px 12px;
      border-radius:14px;
      background:rgba(12,31,50,.48);
      border:1px solid rgba(180,220,255,.1);
      color:#DCEAF4;
      font-size:14px;
      line-height:1.7;
    }
    .scenario-list strong{
      color:#FFF;
    }

    .faq-wrap .accordion-item{
      border-radius:20px;
      overflow:hidden;
      background:rgba(255,255,255,.04);
      border:1px solid rgba(180,220,255,.12);
      box-shadow:inset 0 1px 0 rgba(255,255,255,.03);
      margin-bottom:12px;
    }
    .faq-wrap .accordion-button{
      background:transparent;
      color:#F7FCFF;
      font-weight:700;
      font-size:16px;
      padding:18px 20px;
      box-shadow:none!important;
    }
    .faq-wrap .accordion-button::after{
      filter:brightness(1.2) saturate(0.9);
      opacity:.88;
    }
    .faq-wrap .accordion-button:not(.collapsed){
      color:#F7FCFF;
      background:rgba(18,45,69,.5);
      box-shadow:inset 3px 0 0 rgba(53,242,194,.76)!important;
    }
    .faq-wrap .accordion-button:focus{
      box-shadow:none;
    }
    .faq-wrap .accordion-body{
      padding:0 20px 18px;
      color:#C9D8E5;
      font-size:15px;
      line-height:1.86;
    }
    .faq-tip{
      padding:22px;
      border-radius:24px;
      background:rgba(255,255,255,.04);
      border:1px solid rgba(180,220,255,.12);
      color:#C7D7E4;
      box-shadow:var(--shadow);
    }
    .faq-tip h3{
      margin:0 0 10px;
      color:#F7FCFF;
      font-weight:800;
      font-size:20px;
    }
    .faq-tip p{
      line-height:1.8;
      font-size:15px;
      color:var(--muted);
    }
    .faq-tip ul{
      margin:16px 0 0;
      padding:0;
      list-style:none;
      display:grid;
      gap:10px;
    }
    .faq-tip li{
      position:relative;
      padding-left:24px;
      line-height:1.7;
    }
    .faq-tip li::before{
      content:"";
      position:absolute;
      left:0;
      top:10px;
      width:10px;
      height:10px;
      border-radius:50%;
      background:linear-gradient(135deg, var(--accent), var(--accent-2));
      box-shadow:0 0 0 4px rgba(53,242,194,.1);
    }

    .cta-section{
      padding-top:76px;
    }
    .contact-surface{
      padding:26px;
      border-radius:30px;
      background:
        linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.03)),
        rgba(12,31,50,.72);
      border:1px solid rgba(180,230,255,.14);
      box-shadow:var(--shadow);
      position:relative;
      overflow:hidden;
    }
    .contact-surface::before{
      content:"";
      position:absolute;
      left:0;
      right:0;
      top:0;
      height:1px;
      background:linear-gradient(90deg, transparent, rgba(53,242,194,.72), rgba(34,166,200,.72), transparent);
    }
    .contact-hero h2{
      margin:12px 0 0;
      color:#F7FCFF;
      font-size:clamp(26px, 3.6vw, 38px);
      font-weight:800;
      line-height:1.18;
      text-wrap:balance;
    }
    .contact-hero p{
      margin-top:14px;
      color:var(--muted);
      font-size:16px;
      line-height:1.88;
      max-width:560px;
    }
    .contact-points{
      margin-top:20px;
      display:grid;
      gap:10px;
    }
    .contact-point{
      padding:12px 14px;
      border-radius:16px;
      background:rgba(255,255,255,.04);
      border:1px solid rgba(180,220,255,.12);
      color:#DDEAF4;
      line-height:1.65;
      font-size:14px;
    }
    .contact-point strong{
      color:#F7FCFF;
      margin-right:6px;
    }
    .form-card{
      padding:24px;
      border-radius:28px;
      background:rgba(255,255,255,.045);
      border:1px solid rgba(180,220,255,.12);
      box-shadow:var(--shadow);
      height:100%;
    }
    .form-label{
      color:#D6E2EC;
      font-size:14px;
      font-weight:700;
      margin-bottom:8px;
    }
    .form-control,
    .form-select{
      background:rgba(255,255,255,.06);
      color:#ECF4FA;
      border:1px solid rgba(255,255,255,.12);
      border-radius:14px;
      min-height:50px;
      box-shadow:none;
    }
    .form-control::placeholder{
      color:#91A8B9;
    }
    .form-control:focus,
    .form-select:focus{
      background:rgba(255,255,255,.07);
      color:#fff;
      border-color:rgba(53,242,194,.5);
      box-shadow:0 0 0 4px rgba(53,242,194,.12);
    }
    textarea.form-control{
      min-height:140px;
      resize:vertical;
    }
    .form-note{
      margin-top:14px;
      padding:12px 14px;
      border-radius:16px;
      background:rgba(246,184,90,.08);
      border:1px solid rgba(246,184,90,.16);
      color:#F2E4C4;
      font-size:13px;
      line-height:1.7;
    }
    .submit-btn{
      width:100%;
      padding:14px 18px;
      border:0;
      border-radius:999px;
      background:linear-gradient(135deg, #1292C1 0%, #35F2C2 100%);
      color:#fff;
      font-weight:800;
      font-size:15px;
      box-shadow:0 16px 36px rgba(34,166,200,.22);
      transition:transform .22s ease, box-shadow .22s ease;
    }
    .submit-btn:hover{
      transform:translateY(-2px);
      box-shadow:0 24px 48px rgba(53,242,194,.24);
    }

    .site-footer{
      margin-top:24px;
      padding:58px 0 24px;
      background:linear-gradient(180deg, rgba(7,17,31,.56), rgba(4,10,18,.98));
      border-top:1px solid rgba(180,220,255,.1);
      position:relative;
    }
    .site-footer::before{
      content:"";
      position:absolute;
      left:0;
      right:0;
      top:0;
      height:1px;
      background:linear-gradient(90deg, transparent, rgba(53,242,194,.4), rgba(34,166,200,.55), transparent);
    }
    .footer-brand{
      display:flex;
      align-items:center;
      gap:12px;
      margin-bottom:14px;
    }
    .footer-title{
      font-size:18px;
      font-weight:800;
      color:#F7FCFF;
      line-height:1.2;
    }
    .footer-text{
      color:var(--muted);
      line-height:1.88;
      font-size:15px;
      max-width:540px;
    }
    .footer-heading{
      color:#F7FCFF;
      font-size:15px;
      font-weight:800;
      margin-bottom:14px;
      letter-spacing:.02em;
    }
    .footer-links{
      display:grid;
      gap:10px;
    }
    .footer-links a{
      color:#BFD0DE;
      font-size:14px;
      line-height:1.6;
      display:inline-flex;
      width:max-content;
      max-width:100%;
    }
    .footer-links a:hover{
      color:#fff;
      transform:translateX(2px);
    }
    .copyright{
      margin-top:28px;
      padding-top:18px;
      border-top:1px solid rgba(180,220,255,.1);
      display:flex;
      flex-wrap:wrap;
      gap:10px 18px;
      justify-content:space-between;
      color:#8EA6BB;
      font-size:13px;
      line-height:1.65;
    }

    @media (max-width: 1199.98px){
      .brand-slogan{display:none}
      .hero-grid{grid-template-columns:1fr .98fr}
      .trust-row{grid-template-columns:repeat(2, minmax(0,1fr))}
      .issue-card.span-6,
      .issue-card,
      .issue-card.span-4,
      .issue-card.span-3{grid-column:span 6}
      .process-grid{grid-template-columns:repeat(3, minmax(0,1fr))}
      .scenario-card.large{grid-column:span 7}
      .scenario-card.small{grid-column:span 5}
    }

    @media (max-width: 991.98px){
      .brand-wrap{gap:12px}
      .brand-name{font-size:17px}
      .nav-cta{padding:11px 15px;font-size:13px}
      .hero-grid{grid-template-columns:1fr}
      .hero-section{padding-top:40px}
      .trust-row{grid-template-columns:repeat(2, minmax(0,1fr))}
      .section-pad{padding:72px 0}
      .issue-grid{gap:14px}
      .issue-card,
      .issue-card.span-6,
      .issue-card.span-4,
      .issue-card.span-3{grid-column:span 6}
      .process-grid{grid-template-columns:repeat(2, minmax(0,1fr))}
      .scenario-grid{gap:14px}
      .scenario-card.large,
      .scenario-card.small{grid-column:span 6}
      .contact-surface,
      .form-card,
      .overview-card,
      .method-panel,
      .diagnostic-panel{padding:22px}
    }

    @media (max-width: 767.98px){
      .brand-row{padding:12px 0}
      .brand-name{font-size:16px}
      .brand-sub{font-size:12px}
      .brand-link{gap:10px}
      .logo-mark{width:42px;height:42px;border-radius:13px}
      .nav-cta{display:none}
      .channel-link{font-size:14px;padding:9px 14px}
      .hero-section{padding:30px 0 20px}
      .hero-title{font-size:clamp(30px, 9vw, 40px)}
      .hero-lead{font-size:16px;line-height:1.82}
      .hero-actions{flex-direction:column}
      .btn-glow,.btn-ghost{width:100%}
      .trust-row{grid-template-columns:1fr}
      .report-grid{grid-template-columns:1fr}
      .section-pad{padding:58px 0}
      .section-title{font-size:clamp(24px, 7vw, 30px)}
      .overview-title{font-size:22px}
      .overview-list li{font-size:14px}
      .metric-value{font-size:24px}
      .issue-grid{grid-template-columns:1fr}
      .issue-card,
      .issue-card.span-6,
      .issue-card.span-4,
      .issue-card.span-3{grid-column:1/-1}
      .diag-grid{grid-template-columns:1fr}
      .process-grid{grid-template-columns:1fr}
      .scenario-grid{grid-template-columns:1fr}
      .scenario-card.large,
      .scenario-card.small{grid-column:1/-1}
      .faq-wrap .accordion-button{font-size:15px;padding:16px 16px}
      .faq-wrap .accordion-body{padding:0 16px 16px}
      .copyright{flex-direction:column;gap:6px}
    }

    @media (max-width: 575.98px){
      .container{padding-left:16px;padding-right:16px}
      .brand-sub{display:none}
      .badge-soft{padding:8px 11px;font-size:12px}
      .hero-section::before{opacity:.7}
      .section-lead{font-size:15px}
      .metric-card{min-height:auto}
      .contact-surface,
      .form-card,
      .overview-card,
      .method-panel,
      .diagnostic-panel,
      .report-card{padding:18px}
      .report-top{flex-direction:column;align-items:flex-start}
      .report-meta{white-space:normal}
      .footer-text{font-size:14px}
    }
