/* roulang page: index */
:root{
      --primary:#00c896;
      --primary-2:#14e6a5;
      --accent:#ff6b35;
      --ink:#111827;
      --muted:#64748b;
      --paper:#fafbf7;
      --soft:#f2fff9;
      --line:rgba(20,184,166,.18);
      --line-strong:rgba(0,200,150,.42);
      --dark:#101815;
      --radius-lg:34px;
      --radius-md:24px;
      --shadow:0 18px 50px rgba(17,24,39,.08);
      --shadow-hover:0 24px 70px rgba(17,24,39,.13);
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:PingFang SC,Microsoft YaHei,Noto Sans SC,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;
      color:var(--ink);
      background:
        radial-gradient(circle at 12% 8%, rgba(20,230,165,.20), transparent 28%),
        radial-gradient(circle at 88% 14%, rgba(255,107,53,.16), transparent 26%),
        linear-gradient(180deg,#fbfff9 0%,#fafbf7 52%,#f4fff9 100%);
      line-height:1.75;
      overflow-x:hidden;
    }
    a{color:inherit;text-decoration:none}
    button,input,textarea{font:inherit}
    button{cursor:pointer}
    img{max-width:100%;display:block}
    ::selection{background:rgba(20,230,165,.35)}
    .site-container{width:min(1220px,calc(100% - 40px));margin:0 auto}
    .mesh-bg{
      background-image:
        linear-gradient(rgba(20,184,166,.08) 1px,transparent 1px),
        linear-gradient(90deg,rgba(20,184,166,.08) 1px,transparent 1px);
      background-size:28px 28px;
    }
    .top-alert{
      background:linear-gradient(90deg,rgba(0,200,150,.14),rgba(255,107,53,.12),rgba(20,230,165,.12));
      border-bottom:1px solid var(--line);
      color:#315047;
      font-size:13px;
    }
    .site-header{
      position:sticky;
      top:0;
      z-index:50;
      backdrop-filter:blur(18px);
      background:rgba(250,251,247,.82);
      border-bottom:1px solid rgba(20,184,166,.14);
    }
    .nav-shell{
      min-height:78px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:18px;
    }
    .brand{
      display:flex;
      align-items:center;
      gap:12px;
      min-width:max-content;
      font-weight:900;
      letter-spacing:-.02em;
    }
    .brand-mark{
      width:42px;height:42px;border-radius:16px;
      display:grid;place-items:center;
      background:linear-gradient(135deg,var(--primary),var(--primary-2));
      box-shadow:inset 0 -8px 18px rgba(0,0,0,.08),0 12px 24px rgba(0,200,150,.22);
      position:relative;
    }
    .brand-mark:before,.brand-mark:after{
      content:"";position:absolute;border-radius:999px;background:#fff;
    }
    .brand-mark:before{width:18px;height:6px;transform:rotate(28deg)}
    .brand-mark:after{width:7px;height:7px;right:10px;top:11px}
    .seg-nav{
      display:flex;
      align-items:center;
      gap:8px;
      padding:7px;
      border:1px solid var(--line);
      border-radius:999px;
      background:rgba(255,255,255,.72);
      box-shadow:0 10px 30px rgba(17,24,39,.04);
      overflow-x:auto;
      scrollbar-width:none;
    }
    .seg-nav::-webkit-scrollbar{display:none}
    .nav-chip{
      position:relative;
      display:inline-flex;
      align-items:center;
      gap:8px;
      min-height:40px;
      white-space:nowrap;
      border-radius:999px;
      padding:0 16px;
      color:#53645f;
      font-size:14px;
      font-weight:700;
      transition:.25s ease;
    }
    .nav-chip:hover{background:rgba(20,230,165,.12);color:var(--ink)}
    .nav-chip.active{
      color:#0f2a23;
      background:linear-gradient(135deg,rgba(20,230,165,.25),rgba(0,200,150,.14));
      border:1px solid rgba(0,200,150,.28);
    }
    .nav-chip.active:before{
      content:"";
      width:7px;height:7px;border-radius:999px;background:var(--primary);
      box-shadow:0 0 0 5px rgba(0,200,150,.12);
    }
    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      min-height:44px;
      padding:0 20px;
      border-radius:999px;
      font-weight:800;
      transition:.25s ease;
      border:1px solid transparent;
      outline:none;
    }
    .btn:focus-visible,.nav-chip:focus-visible,input:focus-visible,textarea:focus-visible{
      outline:3px solid rgba(20,230,165,.36);
      outline-offset:3px;
    }
    .btn-primary{
      background:linear-gradient(135deg,var(--primary),var(--primary-2));
      color:#06241d;
      box-shadow:0 12px 28px rgba(0,200,150,.26), inset 0 -8px 14px rgba(0,0,0,.06);
    }
    .btn-primary:hover{transform:translateY(-2px) scale(1.01);filter:saturate(1.08)}
    .btn-secondary{
      background:rgba(255,255,255,.8);
      color:#123b32;
      border-color:var(--line-strong);
    }
    .btn-secondary:hover{background:rgba(20,230,165,.12);transform:translateY(-2px)}
    .btn-accent{
      background:linear-gradient(135deg,var(--accent),#ff9a5b);
      color:#fff;
      box-shadow:0 12px 28px rgba(255,107,53,.22);
    }
    .section{padding:88px 0}
    .section-tight{padding:64px 0}
    .section-title{font-size:clamp(28px,4vw,46px);line-height:1.12;font-weight:900;letter-spacing:-.04em}
    .section-copy{font-size:17px;color:#475569;max-width:760px;margin-top:14px}
    .badge{
      display:inline-flex;align-items:center;gap:8px;
      min-height:34px;padding:0 13px;border-radius:999px;
      background:rgba(20,230,165,.13);
      color:#0e6f57;border:1px solid rgba(0,200,150,.20);
      font-size:13px;font-weight:800;
    }
    .badge.orange{background:rgba(255,107,53,.12);color:#a43d18;border-color:rgba(255,107,53,.22)}
    .card{
      border:1px solid var(--line);
      background:rgba(255,255,255,.78);
      border-radius:var(--radius-md);
      box-shadow:var(--shadow);
      transition:.25s ease;
      position:relative;
      overflow:hidden;
    }
    .card:hover{transform:translateY(-4px);border-color:var(--line-strong);box-shadow:var(--shadow-hover)}
    .hero{
      position:relative;
      padding:42px 0 78px;
    }
    .hero-kv{
      position:relative;
      min-height:560px;
      border-radius:42px;
      overflow:hidden;
      border:1px solid rgba(20,184,166,.18);
      box-shadow:0 28px 90px rgba(17,24,39,.10);
      background:
        linear-gradient(120deg,rgba(250,251,247,.92),rgba(242,255,249,.78)),
        radial-gradient(circle at 72% 42%, rgba(20,230,165,.35), transparent 30%),
        radial-gradient(circle at 90% 12%, rgba(255,107,53,.20), transparent 25%);
    }
    .hero-kv:before{
      content:"";
      position:absolute;inset:0;
      background-image:
        linear-gradient(rgba(17,24,39,.035) 1px,transparent 1px),
        linear-gradient(90deg,rgba(17,24,39,.035) 1px,transparent 1px);
      background-size:34px 34px;
      mask-image:linear-gradient(90deg,#000,transparent 88%);
      pointer-events:none;
    }
    .hero-content{position:relative;z-index:1;padding:54px}
    .hero h1{
      font-size:clamp(36px,6vw,66px);
      line-height:1.06;
      letter-spacing:-.06em;
      font-weight:950;
      max-width:920px;
    }
    .hero-lead{
      max-width:760px;
      margin-top:22px;
      font-size:18px;
      color:#334155;
    }
    .countdown-strip{
      display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:14px;
      margin-top:34px;padding:14px 16px 14px 20px;
      border-radius:22px;
      border:1px solid rgba(0,200,150,.24);
      background:rgba(255,255,255,.70);
      backdrop-filter:blur(14px);
      max-width:860px;
    }
    .time-pill{
      display:inline-flex;align-items:center;justify-content:center;
      min-width:54px;height:42px;border-radius:14px;
      background:#111827;color:#fff;font-weight:900;letter-spacing:.04em;
      box-shadow:inset 0 -8px 16px rgba(255,255,255,.08);
    }
    .hero-matrix{
      display:grid;
      grid-template-columns:repeat(4,minmax(0,1fr));
      gap:14px;
      margin-top:36px;
      max-width:980px;
    }
    .matrix-card{
      min-height:132px;
      padding:18px;
      border-radius:24px;
      background:rgba(255,255,255,.72);
      border:1px solid rgba(20,184,166,.18);
      transition:.25s ease;
    }
    .matrix-card:hover{transform:translateY(-3px);background:#fff;border-color:rgba(0,200,150,.42)}
    .matrix-card strong{display:block;font-size:18px;margin-top:10px}
    .matrix-card span{display:block;color:#64748b;font-size:14px;margin-top:6px;line-height:1.55}
    .floating-note{
      position:absolute;
      right:38px;
      bottom:34px;
      width:280px;
      padding:20px;
      border-radius:28px;
      background:#101815;
      color:#d9fff2;
      box-shadow:0 24px 80px rgba(16,24,21,.26);
      z-index:2;
    }
    .rail{
      display:grid;
      grid-template-columns:1.2fr .8fr .9fr 1fr;
      gap:16px;
      align-items:stretch;
    }
    .rail-card{padding:22px;min-height:210px}
    .rail-card:nth-child(2){margin-top:26px}
    .rail-card:nth-child(4){margin-top:42px}
    .status-board{
      display:grid;
      grid-template-columns:1.05fr .95fr;
      gap:22px;
      align-items:start;
    }
    .status-list{display:grid;gap:12px}
    .status-item{
      display:flex;gap:14px;align-items:flex-start;
      padding:16px;border-radius:20px;
      background:rgba(255,255,255,.76);
      border:1px solid var(--line);
    }
    .dot{width:11px;height:11px;border-radius:999px;background:var(--primary);margin-top:8px;box-shadow:0 0 0 6px rgba(0,200,150,.12);flex:0 0 auto}
    .dot.orange{background:var(--accent);box-shadow:0 0 0 6px rgba(255,107,53,.12)}
    .meter{
      height:10px;border-radius:999px;background:rgba(15,23,42,.08);overflow:hidden;
    }
    .meter span{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,var(--primary),var(--primary-2))}
    .news-wrap{
      display:grid;
      grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);
      gap:24px;
      align-items:start;
    }
    .news-list{display:grid;gap:12px}
    .news-item{
      display:grid;
      grid-template-columns:auto 1fr auto;
      gap:14px;
      align-items:center;
      padding:17px;
      border-radius:22px;
      background:rgba(255,255,255,.78);
      border:1px solid var(--line);
      transition:.25s ease;
    }
    .news-item:hover{transform:translateX(4px);border-color:var(--line-strong);box-shadow:0 14px 36px rgba(17,24,39,.07)}
    .news-index{width:38px;height:38px;border-radius:14px;background:rgba(20,230,165,.16);display:grid;place-items:center;font-weight:900;color:#0e6f57}
    .action-grid{
      display:grid;
      grid-template-columns:repeat(4,minmax(0,1fr));
      gap:16px;
    }
    .action-card{padding:22px;border-radius:28px}
    .version-grid{
      display:grid;
      grid-template-columns:.85fr 1.15fr;
      gap:24px;
      align-items:start;
    }
    .timeline{position:relative;display:grid;gap:14px}
    .timeline:before{content:"";position:absolute;left:18px;top:16px;bottom:16px;width:2px;background:rgba(0,200,150,.22)}
    .timeline-item{
      position:relative;
      display:grid;
      grid-template-columns:38px 1fr;
      gap:14px;
      align-items:start;
    }
    .timeline-dot{width:38px;height:38px;border-radius:16px;background:#fff;border:1px solid var(--line-strong);display:grid;place-items:center;color:#0e6f57;font-weight:900;z-index:1}
    .feedback-grid{
      columns:3 260px;
      column-gap:18px;
    }
    .feedback-card{
      break-inside:avoid;
      margin-bottom:18px;
      padding:22px;
      border-radius:28px;
      border:1px solid var(--line);
      background:rgba(255,255,255,.82);
      box-shadow:var(--shadow);
    }
    .avatar{
      width:42px;height:42px;border-radius:50%;
      display:grid;place-items:center;
      background:linear-gradient(135deg,var(--primary),var(--accent));
      color:#fff;font-weight:900;
    }
    .faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
    .faq-item{padding:22px;border-radius:26px;background:#fff;border:1px solid var(--line);box-shadow:0 12px 36px rgba(17,24,39,.05)}
    .faq-q{display:flex;gap:12px;align-items:flex-start;font-weight:900;font-size:18px}
    .faq-a{margin-top:10px;color:#526173}
    .final-cta{
      border-radius:38px;
      padding:40px;
      background:
        linear-gradient(135deg,rgba(20,230,165,.26),rgba(255,107,53,.13)),
        linear-gradient(180deg,#ffffff,#f3fff9);
      border:1px solid rgba(0,200,150,.24);
      box-shadow:0 24px 80px rgba(17,24,39,.09);
      overflow:hidden;
      position:relative;
    }
    .final-cta:after{
      content:"";
      position:absolute;right:-80px;top:-80px;
      width:240px;height:240px;border-radius:50%;
      border:34px solid rgba(0,200,150,.15);
    }
    .site-footer{
      background:#101815;
      color:#c6d6d1;
      padding:54px 0 28px;
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.1fr .7fr .9fr;
      gap:28px;
      align-items:start;
    }
    .footer-link{display:block;color:#a9bbb5;margin-top:8px;transition:.2s ease}
    .footer-link:hover{color:var(--primary-2);transform:translateX(2px)}
    .mobile-bottom-cta{
      display:none;
      position:fixed;
      left:14px;right:14px;bottom:14px;
      z-index:60;
      padding:10px;
      border-radius:999px;
      background:rgba(255,255,255,.88);
      border:1px solid var(--line);
      box-shadow:0 18px 50px rgba(17,24,39,.16);
      backdrop-filter:blur(16px);
    }
    @media (max-width:1024px){
      .nav-shell{flex-wrap:wrap;padding:12px 0}
      .seg-nav{order:3;width:100%}
      .hero-content{padding:36px}
      .hero-matrix{grid-template-columns:repeat(2,minmax(0,1fr))}
      .floating-note{position:relative;right:auto;bottom:auto;margin:24px 36px 36px;width:auto}
      .rail,.action-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
      .status-board,.news-wrap,.version-grid,.footer-grid{grid-template-columns:1fr}
      .faq-grid{grid-template-columns:1fr}
    }
    @media (max-width:768px){
      .site-container{width:min(100% - 32px,1220px)}
      .section{padding:64px 0}
      .section-tight{padding:48px 0}
      .hero{padding-top:24px}
      .hero-kv{border-radius:30px;min-height:auto}
      .hero-content{padding:28px 22px}
      .hero-lead{font-size:16px}
      .countdown-strip{align-items:flex-start}
      .hero-matrix,.rail,.action-grid{grid-template-columns:1fr}
      .rail-card:nth-child(2),.rail-card:nth-child(4){margin-top:0}
      .news-item{grid-template-columns:auto 1fr}
      .news-item .badge{grid-column:2}
      .final-cta{padding:28px 22px;border-radius:30px}
      .mobile-bottom-cta{display:flex;gap:10px}
      body{padding-bottom:78px}
      .desktop-cta{display:none}
    }
    @media (max-width:520px){
      .brand span{font-size:15px}
      .brand-mark{width:38px;height:38px}
      .nav-chip{padding:0 13px}
      .time-pill{min-width:46px;height:38px}
      .matrix-card{min-height:auto}
      .footer-grid{gap:20px}
      .btn{width:100%}
      .countdown-strip .btn{width:auto}
    }

/* roulang page: category1 */
:root{
      --primary:#00C896;
      --primary-2:#14E6A5;
      --accent:#FF6B35;
      --paper:#FAFBF7;
      --paper-2:#F2FFF9;
      --ink:#111827;
      --muted:#647067;
      --soft:#E4F4EC;
      --line:rgba(20,184,166,.18);
      --dark:#101815;
      --radius-xl:34px;
      --radius-lg:28px;
      --radius-md:20px;
      --shadow:0 18px 50px rgba(17,24,39,.08);
      --shadow-strong:0 24px 70px rgba(17,24,39,.13);
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:PingFang SC,Microsoft YaHei,Noto Sans SC,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;
      color:var(--ink);
      background:
        radial-gradient(circle at 12% 8%, rgba(20,230,165,.22), transparent 34%),
        radial-gradient(circle at 86% 18%, rgba(255,107,53,.16), transparent 28%),
        linear-gradient(180deg,#fbfcf7 0%,#f5fff9 42%,#fafbf7 100%);
      line-height:1.75;
      overflow-x:hidden;
    }
    a{color:inherit;text-decoration:none}
    img{max-width:100%;display:block}
    button,input,textarea{font:inherit}
    ::selection{background:rgba(20,230,165,.35);color:#0d1713}
    .site-container{
      width:min(1240px,calc(100% - 40px));
      margin:0 auto;
    }
    .top-note{
      background:#102018;
      color:#d8fff0;
      font-size:13px;
      letter-spacing:.01em;
      padding:8px 0;
    }
    .site-header{
      position:sticky;
      top:0;
      z-index:50;
      padding:14px 0;
      background:rgba(250,251,247,.78);
      backdrop-filter:blur(18px);
      border-bottom:1px solid rgba(16,24,21,.06);
    }
    .nav-shell{
      min-height:68px;
      display:flex;
      align-items:center;
      gap:18px;
      justify-content:space-between;
      padding:10px 12px;
      border:1px solid rgba(20,184,166,.16);
      border-radius:26px;
      background:rgba(255,255,255,.72);
      box-shadow:0 14px 40px rgba(17,24,39,.06);
    }
    .brand{
      display:inline-flex;
      align-items:center;
      gap:10px;
      font-weight:900;
      color:#102018;
      white-space:nowrap;
      letter-spacing:-.02em;
    }
    .brand-mark{
      width:38px;
      height:38px;
      border-radius:15px;
      position:relative;
      flex:none;
      background:
        radial-gradient(circle at 30% 35%,#fff 0 8%,transparent 9%),
        radial-gradient(circle at 67% 62%,#fff 0 7%,transparent 8%),
        linear-gradient(135deg,var(--primary),var(--primary-2) 58%,#b8ff7a);
      box-shadow:inset 0 -10px 20px rgba(17,24,39,.12),0 10px 24px rgba(0,200,150,.25);
    }
    .brand-mark:after{
      content:"";
      position:absolute;
      width:0;height:0;
      border-top:7px solid transparent;
      border-bottom:7px solid transparent;
      border-left:11px solid #113028;
      left:15px;
      top:12px;
      opacity:.86;
      transform:rotate(-5deg);
    }
    .seg-nav{
      display:flex;
      align-items:center;
      gap:8px;
      padding:6px;
      border-radius:999px;
      background:rgba(242,255,249,.88);
      border:1px solid rgba(20,184,166,.14);
      overflow-x:auto;
      scrollbar-width:none;
      -webkit-overflow-scrolling:touch;
    }
    .seg-nav::-webkit-scrollbar{display:none}
    .nav-chip{
      min-height:40px;
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:0 18px;
      border-radius:999px;
      color:#61716a;
      font-weight:800;
      font-size:14px;
      white-space:nowrap;
      transition:.24s ease;
    }
    .nav-chip:hover{
      color:#102018;
      background:rgba(20,230,165,.16);
    }
    .nav-chip.active{
      color:#102018;
      background:#fff;
      border:1px solid rgba(0,200,150,.38);
      box-shadow:0 8px 22px rgba(0,200,150,.12);
    }
    .nav-chip.active:before{
      content:"";
      width:8px;
      height:8px;
      border-radius:50%;
      background:var(--primary);
      box-shadow:0 0 0 4px rgba(0,200,150,.12);
    }
    .btn{
      min-height:46px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      border-radius:999px;
      padding:0 22px;
      font-weight:900;
      border:1px solid transparent;
      transition:transform .24s ease,box-shadow .24s ease,background .24s ease,border-color .24s ease;
      cursor:pointer;
      white-space:nowrap;
    }
    .btn:focus-visible,.nav-chip:focus-visible,.footer-link:focus-visible{
      outline:3px solid rgba(255,107,53,.3);
      outline-offset:3px;
    }
    .btn:hover{transform:translateY(-2px)}
    .btn:active{transform:translateY(0) scale(.99)}
    .btn-primary{
      color:#062019;
      background:linear-gradient(135deg,var(--primary),var(--primary-2));
      box-shadow:0 16px 32px rgba(0,200,150,.22),inset 0 -8px 16px rgba(6,32,25,.08);
    }
    .btn-primary:hover{box-shadow:0 20px 42px rgba(0,200,150,.30)}
    .btn-secondary{
      background:rgba(255,255,255,.8);
      border-color:rgba(0,200,150,.32);
      color:#102018;
    }
    .btn-secondary:hover{background:#effff8;border-color:rgba(0,200,150,.55)}
    .btn-dark{
      background:#102018;
      color:#eafff7;
      box-shadow:0 18px 44px rgba(16,32,24,.18);
    }
    .section{padding:92px 0}
    .section-tight{padding:70px 0}
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      min-height:34px;
      padding:0 14px;
      border-radius:999px;
      background:rgba(20,230,165,.14);
      color:#0d6a53;
      font-size:13px;
      font-weight:900;
      border:1px solid rgba(0,200,150,.18);
    }
    .eyebrow:before{
      content:"";
      width:8px;height:8px;border-radius:50%;
      background:var(--accent);
      box-shadow:0 0 0 4px rgba(255,107,53,.12);
    }
    .hero{
      position:relative;
      padding:54px 0 80px;
    }
    .hero-panel{
      position:relative;
      overflow:hidden;
      min-height:560px;
      border-radius:42px;
      border:1px solid rgba(20,184,166,.20);
      background:
        linear-gradient(120deg,rgba(10,24,19,.74),rgba(10,24,19,.30) 48%,rgba(250,251,247,.88)),
        radial-gradient(circle at 72% 22%,rgba(20,230,165,.55),transparent 28%),
        radial-gradient(circle at 88% 72%,rgba(255,107,53,.34),transparent 30%),
        linear-gradient(135deg,#dfffee,#fff7ef);
      box-shadow:var(--shadow-strong);
    }
    .hero-panel:before{
      content:"";
      position:absolute;
      inset:0;
      background-image:
        linear-gradient(rgba(255,255,255,.14) 1px,transparent 1px),
        linear-gradient(90deg,rgba(255,255,255,.14) 1px,transparent 1px);
      background-size:44px 44px;
      mask-image:linear-gradient(90deg,#000 0%,rgba(0,0,0,.78) 55%,transparent 100%);
      opacity:.75;
    }
    .hero-glow{
      position:absolute;
      width:260px;
      height:260px;
      right:8%;
      top:18%;
      border-radius:50%;
      background:conic-gradient(from 140deg,var(--primary),#ecfff7,var(--accent),var(--primary));
      filter:blur(.2px);
      opacity:.72;
      animation:floaty 6s ease-in-out infinite;
    }
    .hero-glow:after{
      content:"";
      position:absolute;
      inset:38px;
      border-radius:50%;
      background:rgba(250,251,247,.88);
      box-shadow:inset 0 0 0 1px rgba(16,32,24,.08);
    }
    @keyframes floaty{
      0%,100%{transform:translateY(0) rotate(0)}
      50%{transform:translateY(-12px) rotate(7deg)}
    }
    .hero-content{
      position:relative;
      z-index:2;
      display:grid;
      grid-template-columns:minmax(0,1.05fr) minmax(330px,.75fr);
      gap:34px;
      align-items:end;
      padding:58px;
      min-height:560px;
    }
    h1{
      font-size:clamp(36px,6vw,66px);
      line-height:1.08;
      font-weight:950;
      letter-spacing:-.055em;
      color:#fff;
      max-width:850px;
      margin:18px 0 20px;
    }
    .hero-copy{
      max-width:720px;
      color:rgba(255,255,255,.86);
      font-size:18px;
    }
    .hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}
    .play-token{
      width:74px;height:74px;
      border-radius:50%;
      display:grid;
      place-items:center;
      background:rgba(255,255,255,.92);
      border:1px solid rgba(255,255,255,.38);
      box-shadow:0 18px 45px rgba(0,0,0,.16);
      color:#102018;
    }
    .play-token span{
      width:0;height:0;
      border-top:12px solid transparent;
      border-bottom:12px solid transparent;
      border-left:18px solid var(--primary);
      margin-left:5px;
    }
    .hero-side{
      position:relative;
      display:grid;
      gap:14px;
    }
    .status-card,.content-card,.metric-card,.faq-item,.side-panel,.flow-card,.feedback-card{
      border:1px solid var(--line);
      background:rgba(255,255,255,.82);
      border-radius:var(--radius-lg);
      box-shadow:var(--shadow);
      transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;
    }
    .status-card:hover,.content-card:hover,.metric-card:hover,.flow-card:hover,.feedback-card:hover{
      transform:translateY(-4px);
      border-color:rgba(0,200,150,.42);
      box-shadow:var(--shadow-strong);
    }
    .status-card{
      padding:20px;
      backdrop-filter:blur(10px);
    }
    .status-line{
      display:flex;align-items:center;justify-content:space-between;gap:12px;
      padding:12px 0;
      border-bottom:1px dashed rgba(16,32,24,.12);
      font-size:14px;
      color:#44534d;
    }
    .status-line:last-child{border-bottom:0}
    .dot{
      width:10px;height:10px;border-radius:50%;background:var(--primary);
      box-shadow:0 0 0 5px rgba(0,200,150,.12);
      flex:none;
    }
    .orange-dot{background:var(--accent);box-shadow:0 0 0 5px rgba(255,107,53,.12)}
    .chip-row{
      display:flex;
      gap:10px;
      overflow-x:auto;
      padding:8px 2px 14px;
      scrollbar-width:none;
    }
    .chip-row::-webkit-scrollbar{display:none}
    .filter-chip{
      min-height:42px;
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:0 16px;
      border-radius:999px;
      background:rgba(255,255,255,.86);
      border:1px solid rgba(20,184,166,.18);
      color:#53645c;
      font-weight:850;
      white-space:nowrap;
      transition:.22s ease;
    }
    .filter-chip:hover{background:#f0fff8;color:#102018;border-color:rgba(0,200,150,.38)}
    .filter-chip.active{
      background:rgba(20,230,165,.16);
      color:#102018;
      border-color:rgba(0,200,150,.42);
    }
    .filter-chip.active:before{
      content:"";
      width:8px;height:8px;border-radius:50%;
      background:var(--primary);
    }
    .section-head{
      display:flex;
      align-items:end;
      justify-content:space-between;
      gap:26px;
      margin-bottom:30px;
    }
    .section-title{
      font-size:clamp(28px,4vw,44px);
      line-height:1.15;
      font-weight:950;
      letter-spacing:-.04em;
      color:#102018;
      margin-top:12px;
    }
    .section-desc{
      max-width:620px;
      color:#56645d;
      font-size:17px;
    }
    .main-grid{
      display:grid;
      grid-template-columns:minmax(0,1fr) 340px;
      gap:24px;
      align-items:start;
    }
    .masonry{
      columns:2 300px;
      column-gap:22px;
    }
    .content-card{
      break-inside:avoid;
      margin:0 0 22px;
      padding:24px;
      position:relative;
      overflow:hidden;
    }
    .content-card:before{
      content:"";
      position:absolute;
      inset:0 auto 0 0;
      width:6px;
      background:linear-gradient(180deg,var(--primary),var(--accent));
      opacity:.75;
    }
    .card-tag{
      display:inline-flex;
      align-items:center;
      min-height:30px;
      padding:0 11px;
      border-radius:999px;
      font-size:12px;
      font-weight:950;
      color:#0d6a53;
      background:rgba(20,230,165,.14);
      border:1px solid rgba(0,200,150,.16);
    }
    .card-tag.orange{
      color:#9b3d16;
      background:rgba(255,107,53,.13);
      border-color:rgba(255,107,53,.22);
    }
    .content-card h3{
      margin:14px 0 8px;
      font-size:22px;
      line-height:1.3;
      font-weight:950;
      letter-spacing:-.02em;
      color:#102018;
    }
    .content-card p,.flow-card p,.feedback-card p,.faq-item p,.side-panel p{
      color:#5a6860;
    }
    .card-foot{
      margin-top:18px;
      padding-top:16px;
      border-top:1px dashed rgba(16,32,24,.12);
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      flex-wrap:wrap;
      color:#75837c;
      font-size:13px;
    }
    .mini-link{
      color:#0a7b60;
      font-weight:950;
      display:inline-flex;
      align-items:center;
      gap:6px;
    }
    .mini-link:hover{color:#ff5f2b}
    .side-stack{
      position:sticky;
      top:112px;
      display:grid;
      gap:16px;
    }
    .side-panel{
      padding:22px;
    }
    .side-panel.dark{
      color:#ecfff7;
      background:
        radial-gradient(circle at 85% 10%,rgba(20,230,165,.24),transparent 30%),
        linear-gradient(135deg,#102018,#17251f);
      border-color:rgba(255,255,255,.10);
    }
    .side-panel.dark p{color:#a9bbb5}
    .side-list{display:grid;gap:10px;margin-top:14px}
    .side-list li{
      list-style:none;
      display:flex;
      gap:10px;
      align-items:flex-start;
      color:#4d5b54;
      font-size:14px;
    }
    .side-panel.dark .side-list li{color:#d2e8df}
    .flow-wrap{
      display:grid;
      grid-template-columns:1fr;
      gap:14px;
      position:relative;
    }
    .flow-card{
      padding:22px;
      display:grid;
      grid-template-columns:70px 1fr auto;
      align-items:center;
      gap:18px;
      background:rgba(255,255,255,.78);
    }
    .step-num{
      width:58px;height:58px;border-radius:22px;
      display:grid;place-items:center;
      font-weight:950;
      color:#062019;
      background:linear-gradient(135deg,var(--primary),#d8fff0);
      box-shadow:0 12px 25px rgba(0,200,150,.18);
    }
    .metric-grid{
      display:grid;
      grid-template-columns:repeat(4,minmax(0,1fr));
      gap:16px;
    }
    .metric-card{
      padding:24px;
      min-height:180px;
      background:linear-gradient(180deg,rgba(255,255,255,.86),rgba(242,255,249,.78));
    }
    .metric-card:nth-child(2){background:linear-gradient(180deg,#fff,rgba(255,107,53,.08))}
    .metric-value{
      font-size:42px;
      line-height:1;
      font-weight:950;
      letter-spacing:-.05em;
      color:#102018;
    }
    .metric-label{margin-top:12px;font-weight:950;color:#102018}
    .compare-panel{
      margin-top:18px;
      border-radius:var(--radius-xl);
      overflow:hidden;
      border:1px solid var(--line);
      background:#fff;
      box-shadow:var(--shadow);
      display:grid;
      grid-template-columns:1fr 1fr;
    }
    .compare-col{padding:28px}
    .compare-col.good{background:linear-gradient(135deg,rgba(20,230,165,.15),rgba(255,255,255,.82))}
    .check-list{display:grid;gap:12px;margin-top:16px}
    .check-list li{
      list-style:none;
      display:flex;
      gap:10px;
      color:#4f5f57;
    }
    .check-list li:before{
      content:"✓";
      flex:none;
      width:22px;height:22px;border-radius:50%;
      display:grid;place-items:center;
      background:rgba(20,230,165,.18);
      color:#08745b;
      font-size:13px;
      font-weight:950;
      margin-top:3px;
    }
    .feedback-grid{
      display:grid;
      grid-template-columns:repeat(3,minmax(0,1fr));
      gap:18px;
    }
    .feedback-card{
      padding:22px;
      background:#fff;
    }
    .avatar{
      width:42px;height:42px;border-radius:16px;
      display:grid;place-items:center;
      font-weight:950;
      color:#102018;
      background:linear-gradient(135deg,#dfffee,#ffdacb);
    }
    .faq-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:16px;
    }
    .faq-item{
      padding:22px;
      background:rgba(255,255,255,.84);
    }
    .faq-item h3{
      display:flex;
      gap:10px;
      align-items:flex-start;
      font-size:18px;
      line-height:1.45;
      font-weight:950;
      color:#102018;
      margin-bottom:8px;
    }
    .faq-item h3:before{
      content:"?";
      width:26px;height:26px;border-radius:50%;
      flex:none;
      display:grid;place-items:center;
      background:var(--primary);
      color:#062019;
      font-size:14px;
      font-weight:950;
      margin-top:1px;
    }
    .cta-panel{
      position:relative;
      overflow:hidden;
      border-radius:42px;
      padding:44px;
      background:
        radial-gradient(circle at 12% 20%,rgba(20,230,165,.45),transparent 28%),
        radial-gradient(circle at 92% 70%,rgba(255,107,53,.23),transparent 30%),
        linear-gradient(135deg,#e8fff5,#fffaf2);
      border:1px solid rgba(20,184,166,.22);
      box-shadow:var(--shadow-strong);
      display:grid;
      grid-template-columns:1fr auto;
      align-items:center;
      gap:26px;
    }
    .cta-panel:before{
      content:"";
      position:absolute;
      inset:0;
      background-image:radial-gradient(rgba(16,32,24,.12) 1px,transparent 1px);
      background-size:18px 18px;
      opacity:.45;
      mask-image:linear-gradient(90deg,#000,transparent);
    }
    .cta-panel>*{position:relative}
    .site-footer{
      background:var(--dark);
      color:#d8e8e1;
      padding:58px 0 28px;
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.4fr .7fr 1fr;
      gap:34px;
    }
    .footer-link{
      display:block;
      margin-top:12px;
      color:#a9bbb5;
      font-size:14px;
      transition:.22s ease;
    }
    .footer-link:hover{color:var(--primary-2);transform:translateX(3px)}
    .mobile-quick{
      display:none;
      position:fixed;
      left:14px;
      right:14px;
      bottom:14px;
      z-index:60;
      padding:10px;
      border-radius:999px;
      background:rgba(255,255,255,.9);
      border:1px solid rgba(20,184,166,.22);
      box-shadow:0 18px 45px rgba(17,24,39,.16);
      backdrop-filter:blur(14px);
    }
    @media (max-width:1024px){
      .desktop-cta{display:none}
      .nav-shell{align-items:flex-start;flex-wrap:wrap}
      .seg-nav{order:3;width:100%}
      .hero-content{grid-template-columns:1fr;padding:34px;align-items:start}
      .hero-panel{min-height:auto}
      .main-grid{grid-template-columns:1fr}
      .side-stack{position:relative;top:auto;grid-template-columns:1fr 1fr}
      .metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
      .feedback-grid{grid-template-columns:1fr 1fr}
      .footer-grid{grid-template-columns:1fr 1fr}
    }
    @media (max-width:768px){
      .site-container{width:min(100% - 32px,1240px)}
      .top-note{text-align:left}
      .site-header{padding:10px 0}
      .brand{font-size:15px}
      .brand-mark{width:34px;height:34px;border-radius:13px}
      .nav-shell{border-radius:22px;padding:9px}
      .nav-chip{padding:0 14px}
      .hero{padding:30px 0 54px}
      .hero-content{padding:24px;gap:22px}
      h1{color:#fff;font-size:40px}
      .hero-copy{font-size:16px}
      .hero-glow{width:170px;height:170px;right:-30px;top:30px}
      .section{padding:64px 0}
      .section-tight{padding:52px 0}
      .section-head{display:block}
      .section-desc{margin-top:12px}
      .masonry{columns:1}
      .side-stack{grid-template-columns:1fr}
      .flow-card{grid-template-columns:52px 1fr;align-items:start}
      .flow-card .filter-chip{grid-column:2}
      .step-num{width:48px;height:48px;border-radius:18px}
      .metric-grid{grid-template-columns:1fr}
      .compare-panel{grid-template-columns:1fr}
      .feedback-grid,.faq-grid{grid-template-columns:1fr}
      .cta-panel{grid-template-columns:1fr;padding:28px;border-radius:32px}
      .cta-panel .hero-actions{margin-top:0}
      .footer-grid{grid-template-columns:1fr}
      .mobile-quick{display:block}
      body{padding-bottom:78px}
    }
    @media (max-width:520px){
      .site-container{width:min(100% - 28px,1240px)}
      h1{font-size:34px;letter-spacing:-.045em}
      .hero-actions .btn,.cta-panel .btn{width:100%}
      .play-token{width:58px;height:58px}
      .content-card,.side-panel,.faq-item,.feedback-card{border-radius:24px}
      .metric-value{font-size:36px}
    }
