/* roulang page: index */
:root{
      --primary:#ff5a3d;
      --primary-dark:#e33f25;
      --secondary:#5b5ff7;
      --accent:#ffd166;
      --ink:#141826;
      --muted:#667085;
      --soft:#f7f8fc;
      --panel:#ffffff;
      --line:#e8ebf3;
      --success:#19a974;
      --warning:#f59e0b;
      --danger:#ef4444;
      --radius-sm:12px;
      --radius-md:20px;
      --radius-lg:30px;
      --shadow-sm:0 10px 28px rgba(20,24,38,.08);
      --shadow-md:0 20px 55px rgba(20,24,38,.12);
      --shadow-glow:0 20px 80px rgba(255,90,61,.20);
      --container:1180px;
      --ease:all .25s ease;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei",Arial,sans-serif;
      color:var(--ink);
      background:
        radial-gradient(circle at 12% 0%, rgba(255,90,61,.12), transparent 34%),
        radial-gradient(circle at 88% 8%, rgba(91,95,247,.14), transparent 32%),
        linear-gradient(180deg,#fff7f2 0%,#ffffff 36%,#f8f9ff 100%);
      line-height:1.75;
      overflow-x:hidden;
    }
    a{color:inherit;text-decoration:none;transition:var(--ease)}
    img{max-width:100%;height:auto;display:block}
    button,input{font:inherit}
    input:focus,button:focus,a:focus{
      outline:3px solid rgba(255,90,61,.25);
      outline-offset:3px;
    }
    .site-container{
      width:min(var(--container), calc(100% - 36px));
      margin:0 auto;
    }
    .top-shell{
      position:sticky;
      top:16px;
      z-index:50;
      padding:12px 0;
    }
    .pill-nav{
      width:min(var(--container), calc(100% - 28px));
      margin:0 auto;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:18px;
      padding:12px 14px 12px 18px;
      border:1px solid rgba(255,255,255,.74);
      border-radius:999px;
      background:rgba(255,255,255,.78);
      backdrop-filter:blur(18px);
      box-shadow:var(--shadow-sm);
    }
    .brand{
      display:flex;
      align-items:center;
      gap:10px;
      min-width:max-content;
      font-weight:900;
      letter-spacing:-.02em;
      color:var(--ink);
    }
    .brand-mark{
      width:38px;
      height:38px;
      border-radius:14px;
      display:grid;
      place-items:center;
      color:#fff;
      font-weight:900;
      background:linear-gradient(135deg,var(--primary),var(--secondary));
      box-shadow:0 12px 28px rgba(255,90,61,.24);
    }
    .nav-links{
      display:flex;
      align-items:center;
      justify-content:center;
      gap:6px;
      margin:0;
      padding:0;
      list-style:none;
      flex:1;
    }
    .nav-links a{
      display:inline-flex;
      align-items:center;
      min-height:40px;
      padding:0 16px;
      border-radius:999px;
      color:#555d70;
      font-weight:700;
      font-size:15px;
      white-space:nowrap;
    }
    .nav-links a:hover{
      color:var(--primary-dark);
      background:rgba(255,90,61,.08);
      transform:translateY(-1px);
    }
    .nav-links a.active{
      color:#fff;
      background:linear-gradient(135deg,var(--primary),var(--primary-dark));
      box-shadow:0 10px 24px rgba(255,90,61,.22);
    }
    .nav-action{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-height:42px;
      padding:0 18px;
      border-radius:999px;
      background:#141826;
      color:#fff;
      font-weight:800;
      box-shadow:0 12px 26px rgba(20,24,38,.18);
      white-space:nowrap;
    }
    .nav-action:hover{
      color:#fff;
      transform:translateY(-2px);
      box-shadow:0 18px 34px rgba(20,24,38,.23);
    }
    .hero{
      padding:86px 0 58px;
      position:relative;
    }
    .hero-grid{
      display:grid;
      grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);
      gap:42px;
      align-items:center;
    }
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:9px;
      padding:8px 13px;
      border-radius:999px;
      background:rgba(255,255,255,.78);
      border:1px solid rgba(255,90,61,.18);
      color:var(--primary-dark);
      font-size:14px;
      font-weight:800;
      box-shadow:0 8px 26px rgba(255,90,61,.08);
    }
    .eyebrow-dot{
      width:8px;height:8px;border-radius:50%;
      background:var(--success);
      box-shadow:0 0 0 5px rgba(25,169,116,.12);
    }
    h1{
      margin:22px 0 16px;
      font-size:clamp(38px,5.8vw,72px);
      line-height:1.05;
      letter-spacing:-.06em;
      color:var(--ink);
    }
    .hero-lead{
      max-width:690px;
      margin:0 0 26px;
      color:#4f586d;
      font-size:18px;
      line-height:1.9;
    }
    .hero-actions{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin:28px 0 24px;
    }
    .btn-main,.btn-ghost{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      min-height:52px;
      padding:0 24px;
      border-radius:999px;
      font-weight:900;
      border:1px solid transparent;
      cursor:pointer;
      transition:var(--ease);
    }
    .btn-main{
      color:#fff;
      background:linear-gradient(135deg,var(--primary),var(--primary-dark));
      box-shadow:var(--shadow-glow);
    }
    .btn-main:hover{
      color:#fff;
      transform:translateY(-2px);
      box-shadow:0 24px 70px rgba(255,90,61,.28);
    }
    .btn-ghost{
      color:var(--ink);
      background:rgba(255,255,255,.82);
      border-color:var(--line);
      box-shadow:var(--shadow-sm);
    }
    .btn-ghost:hover{
      background:#fff;
      transform:translateY(-2px);
      border-color:rgba(91,95,247,.24);
    }
    .mini-proof{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      color:var(--muted);
      font-size:14px;
    }
    .mini-proof span{
      display:inline-flex;
      align-items:center;
      gap:6px;
      padding:8px 12px;
      border-radius:999px;
      background:rgba(255,255,255,.72);
      border:1px solid var(--line);
    }
    .visual-card{
      position:relative;
      padding:22px;
      border-radius:36px;
      background:rgba(255,255,255,.82);
      border:1px solid rgba(255,255,255,.78);
      box-shadow:var(--shadow-md);
      overflow:hidden;
    }
    .visual-card:before{
      content:"";
      position:absolute;
      inset:-80px -80px auto auto;
      width:220px;height:220px;
      border-radius:50%;
      background:rgba(255,90,61,.13);
    }
    .dashboard{
      position:relative;
      border-radius:28px;
      background:linear-gradient(180deg,#191d2d,#272b42);
      padding:20px;
      color:#fff;
      overflow:hidden;
    }
    .dash-top{
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:12px;
      margin-bottom:18px;
    }
    .dash-title strong{display:block;font-size:20px}
    .dash-title small{color:rgba(255,255,255,.66)}
    .status-pill{
      padding:7px 11px;
      border-radius:999px;
      background:rgba(25,169,116,.18);
      color:#c9ffe7;
      font-weight:800;
      font-size:13px;
    }
    .meter{
      height:12px;
      border-radius:999px;
      background:rgba(255,255,255,.12);
      overflow:hidden;
      margin:16px 0;
    }
    .meter span{
      display:block;
      width:86%;
      height:100%;
      border-radius:999px;
      background:linear-gradient(90deg,var(--accent),var(--primary));
    }
    .check-list{
      display:grid;
      gap:10px;
      margin:0;
      padding:0;
      list-style:none;
    }
    .check-list li{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      padding:13px 14px;
      border-radius:16px;
      background:rgba(255,255,255,.08);
      border:1px solid rgba(255,255,255,.08);
    }
    .check-list b{font-size:14px}
    .check-list em{
      font-style:normal;
      color:#9df0c4;
      font-size:13px;
      font-weight:800;
    }
    .section{
      padding:72px 0;
    }
    .section-head{
      max-width:780px;
      margin:0 auto 34px;
      text-align:center;
    }
    .section-kicker{
      display:inline-flex;
      padding:7px 12px;
      border-radius:999px;
      background:rgba(91,95,247,.09);
      color:var(--secondary);
      font-weight:900;
      font-size:13px;
      margin-bottom:12px;
    }
    .section-title{
      margin:0 0 12px;
      font-size:clamp(28px,3.6vw,46px);
      line-height:1.16;
      letter-spacing:-.045em;
      color:var(--ink);
    }
    .section-desc{
      margin:0;
      color:var(--muted);
      font-size:17px;
    }
    .feature-grid{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:18px;
    }
    .feature-card,.info-card,.step-card,.faq-item,.category-card{
      background:rgba(255,255,255,.86);
      border:1px solid var(--line);
      border-radius:var(--radius-md);
      box-shadow:var(--shadow-sm);
      transition:var(--ease);
    }
    .feature-card{
      padding:24px;
      min-height:240px;
    }
    .feature-card:hover,.info-card:hover,.step-card:hover,.category-card:hover{
      transform:translateY(-5px);
      box-shadow:var(--shadow-md);
      border-color:rgba(255,90,61,.22);
    }
    .icon-bubble{
      width:52px;height:52px;
      border-radius:18px;
      display:grid;
      place-items:center;
      margin-bottom:18px;
      color:#fff;
      font-size:22px;
      background:linear-gradient(135deg,var(--primary),var(--secondary));
      box-shadow:0 16px 30px rgba(91,95,247,.18);
    }
    .feature-card h3,.info-card h3,.step-card h3,.category-card h3{
      margin:0 0 10px;
      font-size:21px;
      letter-spacing:-.02em;
    }
    .feature-card p,.info-card p,.step-card p,.category-card p{
      margin:0;
      color:var(--muted);
    }
    .band{
      border-radius:36px;
      padding:34px;
      background:
        linear-gradient(135deg,rgba(255,90,61,.95),rgba(91,95,247,.95)),
        #222;
      color:#fff;
      box-shadow:0 22px 66px rgba(91,95,247,.25);
      overflow:hidden;
      position:relative;
    }
    .band:after{
      content:"";
      position:absolute;
      right:-80px;bottom:-120px;
      width:280px;height:280px;
      border-radius:50%;
      background:rgba(255,255,255,.12);
    }
    .stats{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:14px;
      position:relative;
      z-index:1;
    }
    .stat{
      padding:18px;
      border-radius:22px;
      background:rgba(255,255,255,.12);
      border:1px solid rgba(255,255,255,.15);
    }
    .stat strong{
      display:block;
      font-size:32px;
      line-height:1;
      margin-bottom:8px;
    }
    .stat span{color:rgba(255,255,255,.78);font-size:14px}
    .split{
      display:grid;
      grid-template-columns:.9fr 1.1fr;
      gap:28px;
      align-items:start;
    }
    .notice-box{
      position:sticky;
      top:110px;
      padding:28px;
      border-radius:30px;
      background:#161a2a;
      color:#fff;
      box-shadow:var(--shadow-md);
    }
    .notice-box h2{
      margin:0 0 12px;
      font-size:32px;
      line-height:1.2;
      letter-spacing:-.04em;
    }
    .notice-box p{color:rgba(255,255,255,.72);margin:0 0 18px}
    .tag-row{display:flex;flex-wrap:wrap;gap:8px}
    .tag{
      display:inline-flex;
      align-items:center;
      gap:6px;
      padding:7px 11px;
      border-radius:999px;
      background:rgba(255,255,255,.10);
      border:1px solid rgba(255,255,255,.10);
      color:rgba(255,255,255,.86);
      font-weight:800;
      font-size:13px;
    }
    .info-list{
      display:grid;
      gap:16px;
    }
    .info-card{
      display:grid;
      grid-template-columns:auto 1fr;
      gap:16px;
      padding:22px;
    }
    .number{
      width:42px;height:42px;
      border-radius:15px;
      display:grid;
      place-items:center;
      background:rgba(255,90,61,.1);
      color:var(--primary-dark);
      font-weight:900;
    }
    .category-card{
      display:grid;
      grid-template-columns:1fr auto;
      gap:22px;
      align-items:center;
      padding:28px;
      background:
        linear-gradient(135deg,rgba(255,255,255,.92),rgba(255,248,244,.92));
    }
    .arrow-link{
      width:52px;height:52px;
      display:grid;
      place-items:center;
      border-radius:18px;
      background:#141826;
      color:#fff;
      font-size:22px;
      font-weight:900;
    }
    .category-card:hover .arrow-link{
      background:var(--primary);
      transform:translateX(3px);
    }
    .steps-grid{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:16px;
    }
    .step-card{
      padding:22px;
      position:relative;
      overflow:hidden;
    }
    .step-index{
      display:inline-flex;
      margin-bottom:20px;
      color:rgba(20,24,38,.12);
      font-size:46px;
      line-height:1;
      font-weight:950;
      letter-spacing:-.06em;
    }
    .search-panel{
      padding:28px;
      border-radius:32px;
      background:rgba(255,255,255,.88);
      border:1px solid var(--line);
      box-shadow:var(--shadow-md);
    }
    .search-form{
      display:grid;
      grid-template-columns:1fr auto;
      gap:12px;
      margin-top:18px;
    }
    .search-input{
      width:100%;
      height:54px;
      border:1px solid var(--line);
      border-radius:999px;
      padding:0 18px;
      color:var(--ink);
      background:#fff;
      box-shadow:none;
    }
    .search-input:focus{
      border-color:rgba(255,90,61,.42);
      box-shadow:0 0 0 5px rgba(255,90,61,.08);
    }
    .warning-list{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:16px;
      margin-top:22px;
    }
    .warning-item{
      padding:18px;
      border-radius:20px;
      background:#fff8ec;
      border:1px solid rgba(245,158,11,.24);
    }
    .warning-item b{display:block;margin-bottom:6px;color:#a76200}
    .warning-item span{color:#76532a;font-size:14px}
    .faq-wrap{
      max-width:900px;
      margin:0 auto;
      display:grid;
      gap:14px;
    }
    .faq-item{
      padding:0;
      overflow:hidden;
    }
    .faq-q{
      width:100%;
      padding:20px 22px;
      border:0;
      background:transparent;
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:18px;
      color:var(--ink);
      font-weight:900;
      text-align:left;
      cursor:pointer;
    }
    .faq-q:hover{background:rgba(255,90,61,.05)}
    .faq-q span:last-child{
      width:28px;height:28px;
      border-radius:999px;
      display:grid;
      place-items:center;
      background:rgba(91,95,247,.09);
      color:var(--secondary);
      flex:0 0 auto;
    }
    .faq-a{
      padding:0 22px 22px;
      color:var(--muted);
      display:block;
    }
    .cta{
      padding:42px;
      border-radius:38px;
      background:
        radial-gradient(circle at 8% 10%,rgba(255,209,102,.34),transparent 26%),
        linear-gradient(135deg,#151928,#252a42);
      color:#fff;
      text-align:center;
      box-shadow:var(--shadow-md);
    }
    .cta h2{
      margin:0 0 12px;
      font-size:clamp(30px,4vw,48px);
      line-height:1.16;
      letter-spacing:-.05em;
    }
    .cta p{
      max-width:760px;
      margin:0 auto 24px;
      color:rgba(255,255,255,.72);
      font-size:17px;
    }
    .cta .btn-ghost{
      background:rgba(255,255,255,.12);
      color:#fff;
      border-color:rgba(255,255,255,.18);
      box-shadow:none;
    }
    .site-footer{
      padding:52px 0 30px;
      background:#101421;
      color:#fff;
      margin-top:40px;
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.2fr .8fr;
      gap:30px;
      align-items:start;
    }
    .footer-brand{
      display:flex;
      align-items:center;
      gap:10px;
      font-weight:950;
      margin-bottom:12px;
    }
    .footer-brand .brand-mark{width:36px;height:36px}
    .footer-text{
      color:rgba(255,255,255,.65);
      max-width:680px;
      margin:0;
    }
    .footer-nav{
      display:flex;
      justify-content:flex-end;
      flex-wrap:wrap;
      gap:10px;
    }
    .footer-nav a{
      padding:9px 13px;
      border-radius:999px;
      color:rgba(255,255,255,.72);
      background:rgba(255,255,255,.06);
      border:1px solid rgba(255,255,255,.08);
      font-weight:800;
      font-size:14px;
    }
    .footer-nav a:hover{
      color:#fff;
      background:rgba(255,90,61,.22);
    }
    .copyright{
      margin-top:28px;
      padding-top:20px;
      border-top:1px solid rgba(255,255,255,.08);
      color:rgba(255,255,255,.5);
      font-size:14px;
      display:flex;
      justify-content:space-between;
      gap:16px;
      flex-wrap:wrap;
    }
    @media (max-width:1024px){
      .hero-grid,.split{grid-template-columns:1fr}
      .visual-card{max-width:680px}
      .feature-grid{grid-template-columns:repeat(2,1fr)}
      .steps-grid,.stats{grid-template-columns:repeat(2,1fr)}
      .notice-box{position:relative;top:auto}
      .warning-list{grid-template-columns:1fr}
    }
    @media (max-width:768px){
      .top-shell{top:0;padding:8px 0}
      .pill-nav{
        border-radius:28px;
        align-items:flex-start;
        flex-wrap:wrap;
        padding:12px;
      }
      .brand{width:100%;justify-content:space-between}
      .nav-links{
        order:3;
        width:100%;
        justify-content:flex-start;
        overflow-x:auto;
        padding:4px 0 2px;
        scrollbar-width:none;
      }
      .nav-links::-webkit-scrollbar{display:none}
      .nav-action{min-height:38px;padding:0 14px;font-size:14px}
      .hero{padding:48px 0 42px}
      .feature-grid,.steps-grid,.stats{grid-template-columns:1fr}
      .category-card{grid-template-columns:1fr}
      .arrow-link{width:100%;height:46px}
      .search-form{grid-template-columns:1fr}
      .btn-main,.btn-ghost{width:100%}
      .footer-grid{grid-template-columns:1fr}
      .footer-nav{justify-content:flex-start}
    }
    @media (max-width:520px){
      .site-container{width:min(100% - 24px, var(--container))}
      h1{font-size:38px}
      .section{padding:52px 0}
      .band,.cta,.search-panel{padding:24px;border-radius:26px}
      .visual-card{padding:14px;border-radius:26px}
      .dashboard{border-radius:22px;padding:16px}
      .info-card{grid-template-columns:1fr}
      .hero-actions{gap:10px}
      .copyright{display:block}
      .copyright span{display:block;margin-top:6px}
    }

/* roulang page: category1 */
:root{
      --primary:#ff5a3d;
      --primary-dark:#dd3f26;
      --primary-soft:#fff0ec;
      --accent:#ffd166;
      --accent-2:#22c55e;
      --ink:#181b23;
      --text:#333949;
      --muted:#72798a;
      --light:#f7f8fb;
      --panel:#ffffff;
      --line:#e7eaf1;
      --dark:#111827;
      --dark-2:#1f2937;
      --radius-xl:30px;
      --radius-lg:22px;
      --radius-md:16px;
      --shadow-sm:0 10px 25px rgba(17,24,39,.07);
      --shadow-md:0 18px 45px rgba(17,24,39,.12);
      --shadow-glow:0 22px 60px rgba(255,90,61,.23);
      --container:1180px;
      --ease:all .24s ease;
    }

    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei",Arial,sans-serif;
      color:var(--text);
      background:
        radial-gradient(circle at 12% 8%, rgba(255,90,61,.12), transparent 34%),
        radial-gradient(circle at 86% 4%, rgba(255,209,102,.16), transparent 28%),
        linear-gradient(180deg,#fffaf7 0%,#f8f9fd 38%,#ffffff 100%);
      line-height:1.72;
      overflow-x:hidden;
    }
    a{color:inherit;text-decoration:none;transition:var(--ease)}
    img{max-width:100%;display:block}
    button,input,textarea{font:inherit}
    button{cursor:pointer}
    ::selection{background:rgba(255,90,61,.2)}
    :focus-visible{outline:3px solid rgba(255,90,61,.35);outline-offset:3px;border-radius:12px}

    .site-container{
      width:min(calc(100% - 32px), var(--container));
      margin:0 auto;
    }

    .top-shell{
      position:sticky;
      top:18px;
      z-index:50;
      padding:0 16px;
      margin-top:18px;
    }
    .pill-nav{
      width:min(100%, var(--container));
      margin:0 auto;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:18px;
      padding:10px 12px 10px 14px;
      border:1px solid rgba(255,255,255,.78);
      border-radius:999px;
      background:rgba(255,255,255,.82);
      backdrop-filter:blur(18px);
      box-shadow:0 15px 45px rgba(31,41,55,.12);
    }
    .brand,.footer-brand{
      display:inline-flex;
      align-items:center;
      gap:10px;
      font-weight:900;
      color:var(--ink);
      letter-spacing:-.02em;
      white-space:nowrap;
    }
    .brand{font-size:17px;padding-left:2px}
    .brand-mark{
      width:42px;
      height:42px;
      border-radius:15px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      color:#fff;
      font-weight:950;
      letter-spacing:.02em;
      background:linear-gradient(135deg,var(--primary),#ff8a3d);
      box-shadow:0 12px 28px rgba(255,90,61,.32);
    }
    .nav-links{
      display:flex;
      align-items:center;
      gap:6px;
      list-style:none;
      padding:0;
      margin:0;
      border-radius:999px;
      background:rgba(247,248,251,.78);
    }
    .nav-links a{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      padding:11px 18px;
      border-radius:999px;
      font-weight:800;
      color:#555d6e;
      font-size:14px;
    }
    .nav-links a:hover{
      color:var(--primary);
      background:#fff;
      box-shadow:var(--shadow-sm);
      transform:translateY(-1px);
    }
    .nav-links a.active{
      color:#fff;
      background:linear-gradient(135deg,var(--primary),#ff7a35);
      box-shadow:0 12px 28px rgba(255,90,61,.28);
    }
    .nav-action{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-height:44px;
      padding:0 20px;
      border-radius:999px;
      color:#fff;
      font-weight:900;
      background:var(--dark);
      box-shadow:0 12px 28px rgba(17,24,39,.18);
      white-space:nowrap;
    }
    .nav-action:hover{
      background:var(--primary);
      color:#fff;
      transform:translateY(-1px);
      box-shadow:var(--shadow-glow);
    }

    .hero{
      position:relative;
      padding:88px 0 58px;
    }
    .hero:before{
      content:"";
      position:absolute;
      inset:36px auto auto 50%;
      width:620px;
      height:620px;
      transform:translateX(-10%);
      background:radial-gradient(circle,rgba(255,90,61,.11),transparent 68%);
      pointer-events:none;
      z-index:-1;
    }
    .hero-grid{
      display:grid;
      grid-template-columns:minmax(0,1.04fr) minmax(360px,.96fr);
      gap:44px;
      align-items:center;
    }
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:9px;
      padding:8px 13px;
      border:1px solid rgba(255,90,61,.18);
      border-radius:999px;
      color:var(--primary-dark);
      background:rgba(255,255,255,.72);
      box-shadow:var(--shadow-sm);
      font-weight:900;
      font-size:14px;
    }
    .eyebrow i{color:var(--primary)}
    h1,h2,h3,p{margin-top:0}
    h1{
      margin:20px 0 18px;
      font-size:clamp(36px,5vw,62px);
      line-height:1.08;
      letter-spacing:-.055em;
      color:var(--ink);
      font-weight:950;
    }
    .hero-lead{
      max-width:670px;
      font-size:18px;
      color:#505769;
      margin-bottom:26px;
    }
    .hero-actions{
      display:flex;
      flex-wrap:wrap;
      align-items:center;
      gap:14px;
      margin-bottom:28px;
    }
    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:9px;
      min-height:50px;
      padding:0 22px;
      border-radius:999px;
      font-weight:950;
      border:1px solid transparent;
      transition:var(--ease);
    }
    .btn-primary{
      color:#fff;
      background:linear-gradient(135deg,var(--primary),#ff823b);
      box-shadow:var(--shadow-glow);
    }
    .btn-primary:hover{
      color:#fff;
      transform:translateY(-2px);
      filter:saturate(1.08);
    }
    .btn-secondary{
      color:var(--ink);
      background:#fff;
      border-color:var(--line);
      box-shadow:var(--shadow-sm);
    }
    .btn-secondary:hover{
      color:var(--primary);
      transform:translateY(-2px);
      border-color:rgba(255,90,61,.28);
      box-shadow:var(--shadow-md);
    }
    .trust-row{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
    }
    .trust-badge,.tag{
      display:inline-flex;
      align-items:center;
      gap:7px;
      padding:8px 12px;
      border-radius:999px;
      background:#fff;
      color:#5b6374;
      border:1px solid var(--line);
      font-size:13px;
      font-weight:800;
    }
    .trust-badge i,.tag i{color:var(--accent-2)}

    .hero-panel{
      position:relative;
      padding:24px;
      border-radius:var(--radius-xl);
      background:linear-gradient(180deg,#ffffff 0%,#fff8f4 100%);
      border:1px solid rgba(255,255,255,.9);
      box-shadow:var(--shadow-md);
      overflow:hidden;
    }
    .hero-panel:after{
      content:"";
      position:absolute;
      right:-90px;
      top:-90px;
      width:220px;
      height:220px;
      border-radius:50%;
      background:rgba(255,90,61,.15);
    }
    .check-card{
      position:relative;
      z-index:1;
      border-radius:24px;
      background:var(--dark);
      color:#fff;
      padding:24px;
      box-shadow:0 20px 45px rgba(17,24,39,.24);
    }
    .check-card h2{
      font-size:25px;
      line-height:1.25;
      margin-bottom:10px;
      color:#fff;
      font-weight:950;
    }
    .check-card p{color:#d7dce7;margin-bottom:18px}
    .search-box{
      display:flex;
      gap:10px;
      padding:7px;
      border-radius:18px;
      background:#fff;
      margin:18px 0;
      border:1px solid rgba(255,255,255,.2);
    }
    .search-box input{
      flex:1;
      min-width:0;
      border:0;
      box-shadow:none;
      margin:0;
      height:46px;
      padding:0 12px;
      border-radius:14px;
      color:var(--ink);
      background:#fff;
    }
    .search-box input:focus{
      border:0;
      box-shadow:none;
      background:#fff;
    }
    .search-box button{
      border:0;
      border-radius:14px;
      padding:0 15px;
      color:#fff;
      background:var(--primary);
      font-weight:950;
      transition:var(--ease);
    }
    .search-box button:hover{background:var(--primary-dark)}
    .mini-list{
      display:grid;
      gap:10px;
      margin:0;
      padding:0;
      list-style:none;
    }
    .mini-list li{
      display:flex;
      align-items:flex-start;
      gap:10px;
      color:#ecf0f7;
      font-weight:750;
      font-size:14px;
    }
    .mini-list i{color:var(--accent);margin-top:5px}

    .section{
      padding:62px 0;
    }
    .section-head{
      display:flex;
      align-items:flex-end;
      justify-content:space-between;
      gap:24px;
      margin-bottom:28px;
    }
    .section-kicker{
      color:var(--primary-dark);
      font-weight:950;
      margin-bottom:8px;
      display:inline-flex;
      align-items:center;
      gap:8px;
    }
    .section h2{
      font-size:clamp(28px,3.4vw,43px);
      line-height:1.16;
      letter-spacing:-.035em;
      color:var(--ink);
      font-weight:950;
      margin-bottom:10px;
    }
    .section-desc{
      color:var(--muted);
      max-width:720px;
      margin:0;
      font-size:16px;
    }

    .cards-grid{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:18px;
    }
    .info-card{
      position:relative;
      padding:24px;
      border-radius:var(--radius-lg);
      background:rgba(255,255,255,.88);
      border:1px solid rgba(231,234,241,.9);
      box-shadow:var(--shadow-sm);
      transition:var(--ease);
      overflow:hidden;
    }
    .info-card:hover{
      transform:translateY(-5px);
      box-shadow:var(--shadow-md);
      border-color:rgba(255,90,61,.22);
    }
    .icon-box{
      width:52px;
      height:52px;
      border-radius:18px;
      display:flex;
      align-items:center;
      justify-content:center;
      color:#fff;
      background:linear-gradient(135deg,var(--primary),#ff9b3d);
      box-shadow:0 14px 30px rgba(255,90,61,.25);
      margin-bottom:18px;
      font-size:20px;
    }
    .info-card h3{
      color:var(--ink);
      font-weight:950;
      font-size:21px;
      margin-bottom:9px;
    }
    .info-card p{color:#5d6576;margin-bottom:0}
    .info-card.featured{
      background:linear-gradient(135deg,#1b2332,#111827);
      color:#fff;
      border-color:rgba(255,255,255,.1);
    }
    .info-card.featured h3{color:#fff}
    .info-card.featured p{color:#d9deea}

    .risk-wrap{
      display:grid;
      grid-template-columns:.9fr 1.1fr;
      gap:22px;
      align-items:stretch;
    }
    .dark-panel{
      padding:30px;
      border-radius:var(--radius-xl);
      background:
        linear-gradient(135deg,rgba(255,90,61,.22),transparent 42%),
        linear-gradient(180deg,#172033,#111827);
      color:#fff;
      box-shadow:var(--shadow-md);
      overflow:hidden;
    }
    .dark-panel h2{color:#fff}
    .dark-panel p{color:#d7ddeb}
    .stat-grid{
      display:grid;
      grid-template-columns:repeat(2,1fr);
      gap:12px;
      margin-top:24px;
    }
    .stat{
      padding:18px;
      border-radius:20px;
      background:rgba(255,255,255,.08);
      border:1px solid rgba(255,255,255,.12);
    }
    .stat strong{
      display:block;
      font-size:30px;
      line-height:1;
      color:var(--accent);
      font-weight:950;
      margin-bottom:8px;
    }
    .stat span{color:#e5e9f2;font-weight:800;font-size:13px}
    .risk-list{
      display:grid;
      gap:14px;
    }
    .risk-item{
      display:flex;
      gap:15px;
      padding:18px;
      border-radius:22px;
      background:#fff;
      border:1px solid var(--line);
      box-shadow:var(--shadow-sm);
      transition:var(--ease);
    }
    .risk-item:hover{
      transform:translateX(4px);
      border-color:rgba(255,90,61,.24);
    }
    .risk-num{
      flex:0 0 42px;
      width:42px;
      height:42px;
      border-radius:15px;
      display:flex;
      align-items:center;
      justify-content:center;
      color:var(--primary-dark);
      background:var(--primary-soft);
      font-weight:950;
    }
    .risk-item h3{
      font-size:18px;
      color:var(--ink);
      margin-bottom:5px;
      font-weight:950;
    }
    .risk-item p{margin:0;color:#646c7c}

    .steps{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:16px;
      counter-reset:step;
    }
    .step-card{
      position:relative;
      padding:24px;
      border-radius:var(--radius-lg);
      background:#fff;
      border:1px solid var(--line);
      box-shadow:var(--shadow-sm);
      min-height:220px;
    }
    .step-card:before{
      counter-increment:step;
      content:"0" counter(step);
      display:inline-flex;
      width:44px;
      height:44px;
      border-radius:16px;
      align-items:center;
      justify-content:center;
      background:var(--dark);
      color:#fff;
      font-weight:950;
      margin-bottom:22px;
    }
    .step-card h3{
      color:var(--ink);
      font-size:19px;
      font-weight:950;
      margin-bottom:8px;
    }
    .step-card p{color:#656d7d;margin:0;font-size:15px}

    .scenario{
      border-radius:var(--radius-xl);
      background:#fff;
      border:1px solid var(--line);
      box-shadow:var(--shadow-md);
      overflow:hidden;
    }
    .scenario-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
    }
    .scenario-media{
      min-height:100%;
      padding:32px;
      background:
        radial-gradient(circle at 30% 20%,rgba(255,209,102,.28),transparent 36%),
        linear-gradient(135deg,#fff3e8,#ffe4dd);
      display:flex;
      align-items:center;
      justify-content:center;
    }
    .phone-card{
      width:min(100%,360px);
      border-radius:36px;
      padding:18px;
      background:#111827;
      box-shadow:0 28px 60px rgba(17,24,39,.25);
    }
    .phone-screen{
      border-radius:26px;
      background:#fff;
      padding:18px;
      min-height:380px;
    }
    .phone-bar{
      height:10px;
      width:96px;
      border-radius:999px;
      background:#e7eaf1;
      margin:0 auto 22px;
    }
    .phone-row{
      display:flex;
      align-items:center;
      gap:12px;
      padding:13px;
      border-radius:18px;
      background:#f7f8fb;
      margin-bottom:11px;
    }
    .phone-dot{
      width:34px;
      height:34px;
      border-radius:12px;
      background:linear-gradient(135deg,var(--primary),#ff9b3d);
    }
    .phone-line{height:10px;border-radius:999px;background:#dfe4ed;flex:1}
    .phone-row.safe .phone-dot{background:linear-gradient(135deg,#22c55e,#86efac)}
    .scenario-content{
      padding:38px;
    }
    .scenario-list{
      display:grid;
      gap:12px;
      margin:22px 0 0;
      padding:0;
      list-style:none;
    }
    .scenario-list li{
      display:flex;
      gap:10px;
      color:#4e5667;
      font-weight:780;
    }
    .scenario-list i{
      color:var(--accent-2);
      margin-top:6px;
    }

    .check-section{
      padding:34px;
      border-radius:var(--radius-xl);
      background:
        linear-gradient(135deg,rgba(255,90,61,.1),transparent 50%),
        #fff;
      border:1px solid var(--line);
      box-shadow:var(--shadow-md);
    }
    .check-grid{
      display:grid;
      grid-template-columns:repeat(2,1fr);
      gap:14px;
      margin-top:22px;
    }
    .check-item{
      display:flex;
      gap:13px;
      align-items:flex-start;
      padding:16px;
      border-radius:20px;
      background:#f9fafc;
      border:1px solid var(--line);
    }
    .check-item i{
      width:30px;
      height:30px;
      border-radius:12px;
      background:#e9fff0;
      color:#16a34a;
      display:flex;
      align-items:center;
      justify-content:center;
      flex:0 0 30px;
      margin-top:2px;
    }
    .check-item strong{
      display:block;
      color:var(--ink);
      font-weight:950;
      margin-bottom:3px;
    }
    .check-item span{color:#687083;font-size:14px}

    .faq-list{
      display:grid;
      gap:14px;
      max-width:900px;
      margin:0 auto;
    }
    .faq-item{
      border-radius:22px;
      background:#fff;
      border:1px solid var(--line);
      box-shadow:var(--shadow-sm);
      overflow:hidden;
    }
    .faq-question{
      width:100%;
      border:0;
      background:#fff;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:18px;
      padding:20px 22px;
      text-align:left;
      color:var(--ink);
      font-weight:950;
      font-size:17px;
    }
    .faq-question i{
      color:var(--primary);
      transition:var(--ease);
    }
    .faq-answer{
      padding:0 22px 20px;
      color:#626a7c;
      display:block;
    }
    .faq-item:hover{
      border-color:rgba(255,90,61,.22);
      box-shadow:var(--shadow-md);
    }

    .cta{
      padding:68px 0 78px;
    }
    .cta-box{
      position:relative;
      overflow:hidden;
      border-radius:34px;
      padding:42px;
      background:
        radial-gradient(circle at 85% 15%,rgba(255,209,102,.28),transparent 28%),
        linear-gradient(135deg,#171f30,#111827);
      color:#fff;
      box-shadow:0 26px 70px rgba(17,24,39,.25);
    }
    .cta-box:before{
      content:"";
      position:absolute;
      width:260px;
      height:260px;
      border-radius:50%;
      left:-120px;
      bottom:-130px;
      background:rgba(255,90,61,.28);
    }
    .cta-inner{
      position:relative;
      z-index:1;
      display:grid;
      grid-template-columns:1fr auto;
      gap:24px;
      align-items:center;
    }
    .cta h2{
      color:#fff;
      font-size:clamp(28px,3.5vw,44px);
      font-weight:950;
      letter-spacing:-.035em;
      margin-bottom:10px;
    }
    .cta p{
      color:#d9deea;
      max-width:720px;
      margin:0;
    }

    .site-footer{
      padding:48px 0 28px;
      background:#0f1624;
      color:#d7deeb;
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.2fr .8fr;
      gap:28px;
      align-items:start;
      padding-bottom:28px;
      border-bottom:1px solid rgba(255,255,255,.1);
    }
    .footer-brand{
      color:#fff;
      font-size:18px;
      margin-bottom:14px;
    }
    .footer-text{
      max-width:640px;
      color:#aeb7c8;
      margin:0;
    }
    .footer-nav{
      display:flex;
      justify-content:flex-end;
      gap:12px;
      flex-wrap:wrap;
    }
    .footer-nav a{
      padding:10px 14px;
      border-radius:999px;
      color:#d7deeb;
      background:rgba(255,255,255,.06);
      border:1px solid rgba(255,255,255,.08);
      font-weight:850;
    }
    .footer-nav a:hover{
      color:#fff;
      background:var(--primary);
      border-color:var(--primary);
      transform:translateY(-2px);
    }
    .copyright{
      display:flex;
      justify-content:space-between;
      gap:18px;
      flex-wrap:wrap;
      padding-top:22px;
      color:#8f9aad;
      font-size:14px;
    }

    @media (max-width:1024px){
      .hero-grid,.risk-wrap,.scenario-grid{grid-template-columns:1fr}
      .hero{padding-top:72px}
      .hero-panel{max-width:720px}
      .cards-grid{grid-template-columns:repeat(2,1fr)}
      .steps{grid-template-columns:repeat(2,1fr)}
      .cta-inner{grid-template-columns:1fr}
    }
    @media (max-width:768px){
      .top-shell{top:10px;margin-top:10px;padding:0 10px}
      .pill-nav{
        border-radius:28px;
        display:grid;
        grid-template-columns:1fr auto;
        gap:10px;
        padding:10px;
      }
      .brand{font-size:15px}
      .brand-mark{width:38px;height:38px;border-radius:14px}
      .nav-links{
        grid-column:1 / -1;
        width:100%;
        overflow-x:auto;
        justify-content:flex-start;
        padding:4px;
        scrollbar-width:none;
      }
      .nav-links::-webkit-scrollbar{display:none}
      .nav-links a{padding:9px 14px;font-size:13px}
      .nav-action{min-height:40px;padding:0 14px;font-size:13px}
      .hero{padding:58px 0 42px}
      .hero-lead{font-size:16px}
      .section{padding:46px 0}
      .section-head{display:block}
      .cards-grid,.check-grid{grid-template-columns:1fr}
      .scenario-content,.check-section,.cta-box{padding:26px}
      .footer-grid{grid-template-columns:1fr}
      .footer-nav{justify-content:flex-start}
    }
    @media (max-width:520px){
      .site-container{width:min(calc(100% - 22px), var(--container))}
      h1{font-size:35px}
      .hero-actions .btn{width:100%}
      .search-box{display:grid}
      .search-box button{min-height:44px}
      .stat-grid,.steps{grid-template-columns:1fr}
      .check-card,.dark-panel,.info-card,.step-card{padding:20px}
      .trust-row{display:grid}
      .trust-badge,.tag{justify-content:center}
      .copyright{display:grid}
    }
