/* roulang page: index */
:root{
      --primary:#2BAE9F;--primary-dark:#167C73;--primary-soft:#E8F7F5;--accent:#FF8A65;--accent-soft:#FFF0EA;
      --bg:#F7FBFA;--bg-warm:#FFF9F4;--white:#fff;--text:#243331;--muted:#6B7C79;--border:#DDEBE8;
      --shadow:0 14px 36px rgba(22,124,115,.11);--shadow-hover:0 18px 42px rgba(22,124,115,.16);
      --radius-lg:28px;--radius-md:20px;--radius-sm:14px;--nav-h:74px;--container:1220px;--btn-h:50px;
    }
    *{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:"PingFang SC","Microsoft YaHei","Noto Sans SC",Arial,sans-serif;color:var(--text);background:linear-gradient(180deg,#F7FBFA 0%,#fff 42%,#FFF9F4 100%);line-height:1.8;padding-bottom:0}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input{font:inherit}.site-container{max-width:var(--container);margin:0 auto;padding:0 22px}.section{padding:78px 0}.section-tight{padding:54px 0}.eyebrow{display:inline-flex;align-items:center;gap:8px;padding:7px 13px;border-radius:999px;background:var(--primary-soft);color:var(--primary-dark);font-size:13px;font-weight:700}.section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:30px}.section-head h2{font-size:32px;line-height:1.25;font-weight:800;margin:10px 0 0}.section-head p{max-width:620px;color:var(--muted);margin:8px 0 0}.btn{height:var(--btn-h);border-radius:999px;padding:0 22px;font-weight:700;border:1px solid transparent;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:.2s ease;box-shadow:none}.btn-primary{background:var(--primary);border-color:var(--primary);color:#fff}.btn-primary:hover,.btn-primary:focus{background:var(--primary-dark);border-color:var(--primary-dark);transform:translateY(-2px);box-shadow:var(--shadow-hover)}.btn-accent{background:var(--accent);border-color:var(--accent);color:#fff}.btn-accent:hover,.btn-accent:focus{background:#F07852;border-color:#F07852;color:#fff;transform:translateY(-2px);box-shadow:0 16px 34px rgba(255,138,101,.22)}.btn-outline{background:#fff;border-color:#BFE2DD;color:var(--primary-dark)}.btn-outline:hover,.btn-outline:focus{background:var(--primary-soft);border-color:var(--primary);color:var(--primary-dark);transform:translateY(-1px)}.badge-soft{display:inline-flex;align-items:center;border-radius:999px;padding:6px 11px;background:var(--primary-soft);color:var(--primary-dark);font-size:12px;font-weight:700}.badge-warm{background:var(--accent-soft);color:#B85E43}.card{border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:0 10px 24px rgba(22,124,115,.07);background:#fff;transition:.2s ease}.card:hover{transform:translateY(-2px);box-shadow:var(--shadow-hover);border-color:#C7E5E0}.form-control{height:48px;border-radius:999px;border:1px solid var(--border);padding:0 18px;background:#fff}.form-control:focus{border-color:var(--primary);box-shadow:0 0 0 .22rem rgba(43,174,159,.15)}
    .site-header{position:sticky;top:0;z-index:1030;background:rgba(247,251,250,.92);backdrop-filter:blur(16px);border-bottom:1px solid rgba(221,235,232,.85);box-shadow:0 8px 22px rgba(22,124,115,.06)}.brand-row{min-height:72px;display:flex;align-items:center;gap:18px}.navbar{padding:0}.navbar-brand{display:flex;align-items:center;gap:12px;font-weight:900;color:var(--primary-dark)!important;letter-spacing:-.5px}.logo-mark{width:42px;height:42px;border-radius:16px;background:linear-gradient(135deg,var(--primary),#8ADFD5);display:grid;place-items:center;color:#fff;box-shadow:0 12px 22px rgba(43,174,159,.22)}.logo-text{font-size:18px;white-space:nowrap}.portal-search{flex:1;max-width:440px;margin-left:auto;position:relative}.portal-search input{padding-left:42px}.portal-search:before{content:"⌕";position:absolute;left:17px;top:50%;transform:translateY(-50%);color:var(--muted);font-weight:800}.quick-note{font-size:13px;color:var(--muted);background:#fff;border:1px solid var(--border);border-radius:999px;padding:9px 13px}.channel-row{border-top:1px solid rgba(221,235,232,.72);padding:10px 0 12px;display:flex;align-items:center;gap:12px;overflow-x:auto}.channel-link{white-space:nowrap;padding:8px 15px;border-radius:999px;color:var(--muted);font-weight:700;font-size:14px}.channel-link:hover,.channel-link.active{background:var(--primary);color:#fff}.hot-badges{display:flex;gap:8px;margin-left:auto}.navbar-toggler{border:1px solid var(--border);border-radius:14px;padding:8px 10px}.navbar-toggler:focus{box-shadow:0 0 0 .18rem rgba(43,174,159,.18)}
    .hero{position:relative;overflow:hidden;padding:72px 0 34px;background:radial-gradient(circle at 12% 20%,rgba(43,174,159,.20),transparent 34%),radial-gradient(circle at 88% 18%,rgba(255,138,101,.17),transparent 30%),linear-gradient(135deg,#F7FBFA 0%,#FFF9F4 100%)}.hero-kv{border:1px solid rgba(221,235,232,.9);border-radius:34px;background:linear-gradient(115deg,rgba(255,255,255,.95),rgba(232,247,245,.94));box-shadow:var(--shadow);padding:34px;position:relative;overflow:hidden}.hero-kv:after{content:"";position:absolute;right:-70px;bottom:-90px;width:310px;height:310px;border-radius:50%;background:rgba(43,174,159,.10)}.hero h1{font-size:44px;line-height:1.18;font-weight:900;margin:16px 0 16px;max-width:880px}.hero-desc{font-size:17px;color:var(--muted);max-width:850px;margin:0 0 24px}.countdown-strip{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 18px;border-radius:20px;background:#fff;border:1px solid var(--border);margin-bottom:22px;position:relative;z-index:1}.time-boxes{display:flex;gap:8px}.time-box{min-width:54px;text-align:center;border-radius:14px;background:var(--primary-soft);padding:6px 8px;color:var(--primary-dark);font-weight:900}.time-box small{display:block;font-size:11px;color:var(--muted);font-weight:600}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;position:relative;z-index:1}.hero-points{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:26px;position:relative;z-index:1}.point{background:#fff;border:1px solid var(--border);border-radius:18px;padding:14px 16px;color:var(--muted);font-size:14px}.point strong{display:block;color:var(--text);font-size:20px;line-height:1.2}.entry-matrix{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:24px;position:relative;z-index:1}.entry{border:1px solid var(--border);background:rgba(255,255,255,.82);border-radius:20px;padding:18px}.entry b{display:block;margin-bottom:6px}.entry span{color:var(--muted);font-size:13px}
    .rail-wrap{display:grid;grid-template-columns:1.1fr .9fr;gap:22px}.topic-rail{display:flex;gap:14px;overflow-x:auto;padding-bottom:6px}.rail-card{min-width:240px;border-top:4px solid var(--primary);padding:22px}.rail-card h3{font-size:19px;font-weight:800;margin:10px 0 8px}.rail-card p{color:var(--muted);font-size:14px;margin:0 0 14px}.status-panel{padding:24px;background:linear-gradient(180deg,#fff,#F2FBF9)}.status-list{list-style:none;padding:0;margin:0;display:grid;gap:12px}.status-list li{display:flex;justify-content:space-between;gap:12px;border-bottom:1px dashed var(--border);padding-bottom:11px;color:var(--muted)}.status-list strong{color:var(--text)}.stock-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.stock-card{padding:20px}.stock-card .num{font-size:30px;font-weight:900;color:var(--primary-dark);line-height:1}.stock-card p{margin:8px 0 0;color:var(--muted);font-size:14px}.info-layout{display:grid;grid-template-columns:1.7fr .9fr;gap:24px}.news-list{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);padding:18px}.news-item{display:grid;grid-template-columns:auto 1fr auto;gap:14px;align-items:center;padding:16px;border-radius:18px}.news-item:hover{background:var(--primary-soft)}.news-index{width:34px;height:34px;border-radius:12px;background:var(--primary-soft);color:var(--primary-dark);display:grid;place-items:center;font-weight:900}.news-item h3{font-size:17px;margin:0;font-weight:800}.news-item p{margin:5px 0 0;color:var(--muted);font-size:14px}.side-reco{padding:24px}.side-reco h3{font-weight:850;margin-bottom:14px}.tag-cloud{display:flex;flex-wrap:wrap;gap:9px}.cta-band{border-radius:30px;background:linear-gradient(135deg,var(--primary-dark),var(--primary));color:#fff;padding:30px;display:flex;align-items:center;justify-content:space-between;gap:24px;box-shadow:var(--shadow)}.cta-band p{margin:6px 0 0;color:rgba(255,255,255,.82)}.cta-buttons{display:flex;gap:12px;flex-wrap:wrap}.scenario{display:grid;grid-template-columns:.9fr 1.1fr;gap:24px;align-items:start}.steps{display:grid;gap:14px}.step{display:flex;gap:14px;background:#fff;border:1px solid var(--border);border-radius:20px;padding:18px}.step-no{width:34px;height:34px;border-radius:50%;background:var(--primary);color:#fff;display:grid;place-items:center;font-weight:900;flex:0 0 34px}.preview-panel{padding:24px;background:#fff}.mock-search{display:flex;gap:10px;margin-bottom:16px}.mock-line{height:12px;border-radius:99px;background:#EAF4F2;margin:10px 0}.mock-line.short{width:58%}.reviews{display:grid;grid-template-columns:1fr 1fr 1fr;gap:18px}.review{padding:22px}.review p{color:var(--muted);margin:0 0 12px}.safe-note{border-left:4px solid var(--accent);background:var(--accent-soft);border-radius:18px;padding:18px;color:#7E5649}.accordion{display:grid;gap:12px}.accordion-item{border:1px solid var(--border)!important;border-radius:20px!important;overflow:hidden;background:#fff;box-shadow:0 8px 20px rgba(22,124,115,.05)}.accordion-button{font-weight:800;color:var(--text);background:#fff;padding:18px 22px}.accordion-button:not(.collapsed){background:var(--primary-soft);color:var(--primary-dark);box-shadow:inset 4px 0 0 var(--primary)}.accordion-button:focus{box-shadow:0 0 0 .2rem rgba(43,174,159,.16)}.accordion-body{color:var(--muted);padding:18px 24px 22px}.footer{background:#153D39;color:#DDEBE8;padding:58px 0 26px}.footer h3,.footer h4{color:#fff;font-weight:850}.footer p,.footer a{color:#B7CBC7}.footer a:hover{color:#fff}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:28px}.footer-links{display:grid;gap:9px}.copyright{margin-top:30px;padding-top:20px;border-top:1px solid rgba(255,255,255,.12);font-size:13px;color:#9DB7B3}.mobile-cta{display:none;position:fixed;left:0;right:0;bottom:0;z-index:1040;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-top:1px solid var(--border);box-shadow:0 -12px 28px rgba(22,124,115,.12);padding:10px 14px}.mobile-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:10px}.mobile-cta span{font-size:13px;color:var(--muted);line-height:1.35}.mobile-cta .btn{height:44px;white-space:nowrap;padding:0 16px}
    @media (max-width:1199px){.hero h1{font-size:40px}.entry-matrix{grid-template-columns:repeat(2,1fr)}.stock-grid{grid-template-columns:repeat(2,1fr)}}
    @media (max-width:991px){body{padding-bottom:72px}.brand-row{min-height:auto;padding:12px 0}.portal-search,.quick-note,.hot-badges{display:none}.channel-row{display:block;border-top:0}.navbar-collapse{max-height:78vh;overflow:auto;background:#fff;border:1px solid var(--border);border-radius:22px;margin-top:12px;padding:14px;box-shadow:var(--shadow)}.channel-link{display:block;margin:4px 0}.hero{padding-top:38px}.hero h1{font-size:34px}.rail-wrap,.info-layout,.scenario{grid-template-columns:1fr}.reviews{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}.mobile-cta{display:block}.cta-band{align-items:flex-start;flex-direction:column}.section{padding:58px 0}}
    @media (max-width:767px){.site-container{padding:0 16px}.hero-kv{padding:22px;border-radius:24px}.hero h1{font-size:29px}.hero-desc{font-size:15px}.countdown-strip{align-items:flex-start;flex-direction:column}.hero-actions .btn,.cta-buttons .btn{width:100%}.hero-points,.entry-matrix,.stock-grid,.reviews{grid-template-columns:1fr}.section-head{display:block}.section-head h2{font-size:26px}.news-item{grid-template-columns:auto 1fr}.news-item .badge-soft{grid-column:2}.footer-grid{grid-template-columns:1fr}.mock-search{flex-direction:column}.mock-search .btn{width:100%}}
    @media (max-width:520px){.logo-text{font-size:15px;max-width:230px;white-space:normal;line-height:1.25}.time-box{min-width:47px}.section{padding:48px 0}.news-list{padding:10px}.rail-card{min-width:220px}.stock-card .num{font-size:26px}}

/* roulang page: category2 */
:root{
      --primary:#2BAE9F;
      --primary-deep:#167C73;
      --accent:#FF8A65;
      --accent-2:#F59E7A;
      --bg:#F7FBFA;
      --bg-warm:#FFF9F4;
      --surface:#FFFFFF;
      --surface-2:#F3FBF9;
      --text:#243331;
      --muted:#6B7C79;
      --line:#DDEBE8;
      --shadow:0 12px 32px rgba(22,124,115,.10);
      --shadow-lg:0 20px 50px rgba(22,124,115,.14);
      --radius-xl:28px;
      --radius-lg:22px;
      --radius-md:18px;
      --radius-sm:14px;
      --container:1240px;
      --btn-h:50px;
    }

    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      background:
        radial-gradient(1200px 500px at 8% 4%, rgba(43,174,159,.10), transparent 55%),
        radial-gradient(900px 380px at 90% 10%, rgba(245,158,122,.12), transparent 45%),
        linear-gradient(180deg, #ffffff 0%, var(--bg) 100%);
      color:var(--text);
      font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans SC",Arial,sans-serif;
      line-height:1.8;
      -webkit-font-smoothing:antialiased;
      text-rendering:optimizeLegibility;
      padding-bottom:124px;
    }
    a{color:inherit;text-decoration:none;transition:all .22s ease}
    a:hover{color:var(--primary-deep)}
    img{max-width:100%;display:block}
    button,input,textarea,select{font:inherit}
    ::selection{background:rgba(43,174,159,.18);color:var(--text)}
    :focus-visible{outline:3px solid rgba(43,174,159,.24);outline-offset:2px}

    .site-container{
      width:min(var(--container), calc(100% - 32px));
      margin-inline:auto;
    }

    .site-header{
      position:sticky;
      top:0;
      z-index:1030;
      background:rgba(255,255,255,.72);
      backdrop-filter:saturate(180%) blur(14px);
      border-bottom:1px solid rgba(221,235,232,.45);
      transition:box-shadow .25s ease, background .25s ease, border-color .25s ease;
    }
    .site-header.is-scrolled{
      background:rgba(255,255,255,.96);
      box-shadow:0 8px 26px rgba(22,124,115,.08);
      border-bottom-color:var(--line);
    }
    .navbar{padding:14px 0 12px}
    .brand-row{
      display:flex;
      align-items:center;
      gap:12px;
      flex-wrap:wrap;
    }
    .navbar-brand{
      display:inline-flex;
      align-items:center;
      gap:10px;
      font-weight:800;
      color:var(--text);
      padding:0;
      margin-right:10px;
      letter-spacing:.2px;
    }
    .navbar-brand:hover{color:var(--primary-deep)}
    .logo-mark{
      width:40px;height:40px;
      border-radius:14px;
      display:inline-grid;
      place-items:center;
      color:#fff;
      font-weight:800;
      background:linear-gradient(135deg,var(--primary),var(--primary-deep));
      box-shadow:0 10px 24px rgba(43,174,159,.24);
      flex:0 0 auto;
    }
    .logo-text{
      font-size:1.05rem;
      white-space:nowrap;
    }
    .portal-search{
      flex:1 1 300px;
      max-width:380px;
      position:relative;
    }
    .portal-search .form-control{
      height:46px;
      border-radius:999px;
      border:1px solid var(--line);
      background:#fff;
      padding-left:18px;
      padding-right:18px;
      color:var(--text);
      box-shadow:none;
      transition:border-color .2s ease, box-shadow .2s ease, transform .2s ease;
    }
    .portal-search .form-control::placeholder{color:#8ca09c}
    .portal-search .form-control:focus{
      border-color:rgba(43,174,159,.5);
      box-shadow:0 0 0 .22rem rgba(43,174,159,.12);
    }
    .quick-note{
      display:inline-flex;
      align-items:center;
      gap:6px;
      padding:8px 12px;
      border-radius:999px;
      background:var(--bg-warm);
      color:#8d5c47;
      font-size:.82rem;
      border:1px solid rgba(245,158,122,.18);
      white-space:nowrap;
    }
    .quick-note::before{
      content:"";
      width:7px;height:7px;border-radius:50%;
      background:var(--accent);
      box-shadow:0 0 0 4px rgba(255,138,101,.12);
      flex:0 0 auto;
    }
    .navbar-toggler{
      border:1px solid var(--line);
      border-radius:14px;
      padding:.55rem .72rem;
      background:#fff;
      box-shadow:none;
    }
    .navbar-toggler:focus{box-shadow:0 0 0 .22rem rgba(43,174,159,.12)}
    .navbar-toggler-icon{
      filter:invert(36%) sepia(8%) saturate(1015%) hue-rotate(125deg) brightness(94%) contrast(84%);
    }

    .channel-row{
      display:flex;
      align-items:center;
      gap:10px;
      flex-wrap:wrap;
      margin-top:12px;
      width:100%;
    }
    .channel-link{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-height:40px;
      padding:0 16px;
      border-radius:999px;
      border:1px solid transparent;
      color:var(--muted);
      font-weight:600;
      background:transparent;
      transition:all .2s ease;
      white-space:nowrap;
    }
    .channel-link:hover{
      background:rgba(43,174,159,.08);
      color:var(--primary-deep);
      border-color:rgba(43,174,159,.14);
      transform:translateY(-1px);
    }
    .channel-link.active{
      background:linear-gradient(135deg,var(--primary),var(--primary-deep));
      color:#fff;
      box-shadow:0 10px 24px rgba(43,174,159,.18);
    }
    .hot-badges{
      display:flex;
      align-items:center;
      gap:8px;
      flex-wrap:wrap;
      margin-left:auto;
    }
    .badge-soft{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-height:30px;
      padding:0 12px;
      border-radius:999px;
      background:#edf8f6;
      border:1px solid rgba(43,174,159,.12);
      color:var(--primary-deep);
      font-size:.82rem;
      font-weight:600;
    }
    .badge-soft.badge-warm{
      background:#fff2ea;
      border-color:rgba(245,158,122,.18);
      color:#bf6642;
    }

    main{position:relative}

    .compact-hero{
      padding:42px 0 10px;
    }
    .hero-shell{
      position:relative;
      overflow:hidden;
      background:
        linear-gradient(135deg, rgba(43,174,159,.09), rgba(255,255,255,.96) 42%, rgba(255,248,241,.95));
      border:1px solid rgba(221,235,232,.8);
      border-radius:var(--radius-xl);
      box-shadow:var(--shadow);
      padding:28px;
    }
    .hero-shell::before,
    .hero-shell::after{
      content:"";
      position:absolute;
      border-radius:50%;
      pointer-events:none;
    }
    .hero-shell::before{
      width:220px;height:220px;
      right:-70px;top:-80px;
      background:radial-gradient(circle at 30% 30%, rgba(43,174,159,.28), rgba(43,174,159,.05) 60%, transparent 72%);
      filter:blur(2px);
    }
    .hero-shell::after{
      width:170px;height:170px;
      right:28px;bottom:-72px;
      background:radial-gradient(circle at 35% 35%, rgba(255,138,101,.22), rgba(255,138,101,.04) 58%, transparent 74%);
    }
    .breadcrumb-wrap{
      margin-bottom:14px;
    }
    .breadcrumb{
      --bs-breadcrumb-divider: "›";
      display:inline-flex;
      align-items:center;
      gap:6px;
      background:rgba(255,255,255,.7);
      border:1px solid var(--line);
      border-radius:999px;
      padding:8px 14px;
      margin-bottom:0;
      box-shadow:0 8px 20px rgba(22,124,115,.05);
    }
    .breadcrumb-item{
      font-size:.9rem;
      color:var(--muted);
    }
    .breadcrumb-item a{color:var(--primary-deep);font-weight:600}
    .breadcrumb-item.active{color:var(--muted)}
    .breadcrumb-item+.breadcrumb-item::before{
      color:#9fb6b2;
      padding-right:.55rem;
    }

    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:7px 12px;
      border-radius:999px;
      background:rgba(43,174,159,.09);
      color:var(--primary-deep);
      font-size:.84rem;
      font-weight:700;
      letter-spacing:.2px;
      margin-bottom:14px;
    }
    .eyebrow::before{
      content:"";
      width:8px;height:8px;border-radius:50%;
      background:var(--primary);
      box-shadow:0 0 0 4px rgba(43,174,159,.14);
    }

    .hero-title{
      font-size:clamp(2rem, 4.2vw, 3.25rem);
      line-height:1.15;
      font-weight:800;
      margin:0 0 16px;
      letter-spacing:-.4px;
    }
    .hero-copy p{
      margin:0 0 18px;
      color:var(--muted);
      font-size:1.03rem;
      max-width:56ch;
    }
    .hero-actions{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin:18px 0 14px;
    }
    .btn{
      border-radius:999px;
      min-height:var(--btn-h);
      padding:.78rem 1.28rem;
      font-weight:700;
      transition:transform .2s ease, box-shadow .2s ease, background-color .2s ease, border-color .2s ease, color .2s ease;
      border:1px solid transparent;
    }
    .btn:active{transform:translateY(0)}
    .btn-main{
      background:linear-gradient(135deg, var(--accent), #ff9d79);
      color:#fff;
      box-shadow:0 12px 26px rgba(255,138,101,.22);
    }
    .btn-main:hover{
      color:#fff;
      transform:translateY(-1px);
      box-shadow:0 16px 28px rgba(255,138,101,.28);
      background:linear-gradient(135deg, #ff8f6a, #ff8360);
    }
    .btn-soft{
      background:#fff;
      color:var(--primary-deep);
      border-color:rgba(43,174,159,.22);
      box-shadow:0 10px 22px rgba(22,124,115,.05);
    }
    .btn-soft:hover{
      color:var(--primary-deep);
      background:#f0fbf8;
      border-color:rgba(43,174,159,.32);
      transform:translateY(-1px);
    }
    .btn-line{
      background:transparent;
      color:var(--primary-deep);
      border-color:rgba(43,174,159,.25);
    }
    .btn-line:hover{
      background:rgba(43,174,159,.08);
      transform:translateY(-1px);
      color:var(--primary-deep);
    }

    .hero-kpis{
      display:grid;
      grid-template-columns:repeat(3, minmax(0, 1fr));
      gap:12px;
      margin-top:18px;
    }
    .mini-kpi{
      background:rgba(255,255,255,.8);
      border:1px solid rgba(221,235,232,.8);
      border-radius:18px;
      padding:16px 14px;
      box-shadow:0 10px 24px rgba(22,124,115,.05);
    }
    .mini-kpi strong{
      display:block;
      font-size:1.16rem;
      color:var(--primary-deep);
      line-height:1.25;
    }
    .mini-kpi span{
      display:block;
      color:var(--muted);
      font-size:.88rem;
      margin-top:4px;
    }

    .hero-visual{
      position:relative;
      background:
        linear-gradient(145deg, rgba(43,174,159,.12), rgba(255,255,255,.88) 45%, rgba(255,242,234,.92));
      border:1px solid rgba(221,235,232,.9);
      border-radius:26px;
      padding:20px;
      min-height:360px;
      box-shadow:0 18px 40px rgba(22,124,115,.08);
      overflow:hidden;
      transform:translateY(10px);
    }
    .hero-visual .cover-glow{
      position:absolute;
      inset:auto -40px -50px auto;
      width:220px;height:220px;
      border-radius:50%;
      background:radial-gradient(circle, rgba(43,174,159,.20), rgba(43,174,159,.03) 62%, transparent 70%);
      pointer-events:none;
    }
    .hero-visual .cover-warm{
      position:absolute;
      inset:-70px auto auto -40px;
      width:190px;height:190px;
      border-radius:50%;
      background:radial-gradient(circle, rgba(255,138,101,.16), rgba(255,138,101,.03) 60%, transparent 72%);
      pointer-events:none;
    }
    .visual-header{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      margin-bottom:14px;
    }
    .visual-title{
      font-weight:800;
      color:var(--text);
      margin:0;
      font-size:1.03rem;
    }
    .status-badge{
      display:inline-flex;
      align-items:center;
      gap:6px;
      padding:7px 11px;
      border-radius:999px;
      background:#fff;
      border:1px solid rgba(43,174,159,.18);
      color:var(--primary-deep);
      font-size:.82rem;
      font-weight:700;
      box-shadow:0 8px 20px rgba(22,124,115,.06);
    }
    .status-badge::before{
      content:"";
      width:8px;height:8px;border-radius:50%;
      background:var(--primary);
      box-shadow:0 0 0 4px rgba(43,174,159,.12);
    }
    .step-list{
      display:grid;
      gap:12px;
      position:relative;
      z-index:1;
    }
    .step-item{
      display:flex;
      gap:12px;
      align-items:flex-start;
      background:rgba(255,255,255,.82);
      border:1px solid rgba(221,235,232,.85);
      border-radius:20px;
      padding:14px 16px;
      box-shadow:0 10px 24px rgba(22,124,115,.05);
    }
    .step-num{
      width:34px;height:34px;
      border-radius:50%;
      display:inline-grid;
      place-items:center;
      flex:0 0 auto;
      background:linear-gradient(135deg,var(--primary),var(--primary-deep));
      color:#fff;
      font-weight:800;
      box-shadow:0 10px 18px rgba(43,174,159,.18);
    }
    .step-body strong{
      display:block;
      font-size:.98rem;
      margin-bottom:2px;
    }
    .step-body p{
      margin:0;
      color:var(--muted);
      font-size:.9rem;
      line-height:1.65;
    }
    .visual-grid{
      display:grid;
      grid-template-columns:repeat(2, minmax(0, 1fr));
      gap:12px;
      margin-top:14px;
      position:relative;
      z-index:1;
    }
    .visual-mini{
      min-height:96px;
      background:rgba(255,255,255,.76);
      border:1px solid rgba(221,235,232,.9);
      border-radius:18px;
      padding:14px;
      box-shadow:0 10px 24px rgba(22,124,115,.05);
    }
    .visual-mini small{
      display:inline-flex;
      align-items:center;
      gap:6px;
      font-size:.78rem;
      color:var(--primary-deep);
      font-weight:700;
      margin-bottom:10px;
    }
    .visual-mini small::before{
      content:"";
      width:8px;height:8px;border-radius:50%;
      background:var(--accent);
      box-shadow:0 0 0 4px rgba(255,138,101,.12);
    }
    .visual-mini span{
      display:block;
      color:var(--muted);
      font-size:.9rem;
      line-height:1.6;
    }

    .info-strip{
      padding:16px 0 4px;
    }
    .trust-grid{
      display:grid;
      grid-template-columns:repeat(4, minmax(0, 1fr));
      gap:14px;
    }
    .trust-card{
      background:rgba(255,255,255,.9);
      border:1px solid rgba(221,235,232,.9);
      border-radius:20px;
      padding:18px 16px;
      box-shadow:0 10px 24px rgba(22,124,115,.05);
      min-height:128px;
    }
    .trust-icon{
      width:42px;height:42px;
      border-radius:14px;
      display:inline-grid;
      place-items:center;
      background:rgba(43,174,159,.10);
      color:var(--primary-deep);
      font-weight:800;
      margin-bottom:12px;
    }
    .trust-card strong{
      display:block;
      font-size:1rem;
      margin-bottom:6px;
    }
    .trust-card p{
      margin:0;
      color:var(--muted);
      font-size:.92rem;
      line-height:1.68;
    }

    .section-block{
      padding:58px 0 0;
    }
    .section-heading{
      display:flex;
      align-items:end;
      justify-content:space-between;
      gap:18px;
      margin-bottom:18px;
      flex-wrap:wrap;
    }
    .section-heading h2{
      margin:0;
      font-size:clamp(1.55rem, 2.8vw, 2.2rem);
      line-height:1.2;
      font-weight:800;
      letter-spacing:-.2px;
    }
    .section-heading p{
      margin:0;
      color:var(--muted);
      max-width:62ch;
      font-size:.98rem;
    }

    .layout-grid{
      display:grid;
      grid-template-columns:320px minmax(0,1fr);
      gap:20px;
      align-items:start;
    }
    .filters-panel,
    .content-panel,
    .feedback-panel,
    .cta-banner,
    .faq-panel{
      background:rgba(255,255,255,.94);
      border:1px solid rgba(221,235,232,.9);
      border-radius:var(--radius-xl);
      box-shadow:var(--shadow);
    }
    .filters-panel{
      position:sticky;
      top:110px;
      padding:22px;
    }
    .panel-title{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:10px;
      margin-bottom:16px;
    }
    .panel-title h3{
      margin:0;
      font-size:1.05rem;
      font-weight:800;
    }
    .panel-title .tiny{
      color:var(--muted);
      font-size:.84rem;
      white-space:nowrap;
    }
    .filter-group{
      padding:14px 0;
      border-top:1px solid rgba(221,235,232,.9);
    }
    .filter-group:first-of-type{border-top:0;padding-top:0}
    .filter-group h4{
      margin:0 0 10px;
      font-size:.92rem;
      font-weight:800;
      color:var(--text);
    }
    .chip-wrap{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
    }
    .filter-chip{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-height:38px;
      padding:0 14px;
      border-radius:999px;
      border:1px solid rgba(43,174,159,.16);
      background:#fff;
      color:var(--primary-deep);
      font-size:.88rem;
      font-weight:700;
      box-shadow:0 8px 18px rgba(22,124,115,.04);
      transition:all .2s ease;
    }
    .filter-chip:hover{
      transform:translateY(-1px);
      background:#eefaf7;
      border-color:rgba(43,174,159,.24);
    }
    .filter-chip.active{
      background:linear-gradient(135deg, var(--primary), var(--primary-deep));
      color:#fff;
      border-color:transparent;
    }
    .filter-note{
      margin-top:16px;
      padding:16px;
      border-radius:18px;
      background:linear-gradient(135deg, rgba(43,174,159,.08), rgba(255,255,255,.96));
      border:1px solid rgba(43,174,159,.12);
      color:var(--muted);
      font-size:.92rem;
      line-height:1.75;
    }
    .filter-note strong{color:var(--text)}
    .filter-note .hint{
      display:inline-flex;
      align-items:center;
      gap:6px;
      color:var(--primary-deep);
      font-weight:800;
      margin-bottom:8px;
    }
    .filter-note .hint::before{
      content:"";
      width:8px;height:8px;border-radius:50%;
      background:var(--accent);
      box-shadow:0 0 0 4px rgba(255,138,101,.12);
    }

    .content-panel{
      padding:22px;
    }
    .content-top{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
      margin-bottom:18px;
      flex-wrap:wrap;
    }
    .content-top .small-title{
      margin:0;
      font-size:1.03rem;
      font-weight:800;
    }
    .content-top .small-sub{
      margin:0;
      color:var(--muted);
      font-size:.9rem;
    }
    .pill-tabs{
      border:1px solid rgba(221,235,232,.9);
      background:#f8fcfb;
      padding:8px;
      border-radius:999px;
      gap:8px;
      overflow-x:auto;
      flex-wrap:nowrap;
      white-space:nowrap;
    }
    .pill-tabs .nav-link{
      border-radius:999px;
      color:var(--muted);
      font-weight:700;
      border:1px solid transparent;
      padding:.72rem 1rem;
      background:transparent;
    }
    .pill-tabs .nav-link:hover{
      background:#fff;
      color:var(--primary-deep);
      border-color:rgba(43,174,159,.14);
    }
    .pill-tabs .nav-link.active{
      background:linear-gradient(135deg,var(--primary),var(--primary-deep));
      color:#fff;
      box-shadow:0 10px 18px rgba(43,174,159,.14);
    }

    .tab-panel{
      margin-top:18px;
    }
    .entry-grid{
      display:grid;
      grid-template-columns:repeat(2, minmax(0, 1fr));
      gap:16px;
    }
    .entry-card{
      position:relative;
      overflow:hidden;
      background:#fff;
      border:1px solid rgba(221,235,232,.95);
      border-radius:22px;
      box-shadow:0 10px 24px rgba(22,124,115,.05);
      padding:20px;
      transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    }
    .entry-card:hover{
      transform:translateY(-2px);
      box-shadow:var(--shadow);
      border-color:rgba(43,174,159,.24);
    }
    .entry-card::before{
      content:"";
      position:absolute;
      left:0;top:0;
      width:100%;height:4px;
      background:linear-gradient(90deg,var(--primary),var(--accent));
    }
    .entry-kicker{
      display:inline-flex;
      align-items:center;
      gap:6px;
      margin-bottom:12px;
      font-size:.82rem;
      font-weight:800;
      color:var(--primary-deep);
      background:#edf8f6;
      border:1px solid rgba(43,174,159,.12);
      border-radius:999px;
      padding:6px 10px;
    }
    .entry-kicker::before{
      content:"";
      width:8px;height:8px;border-radius:50%;
      background:var(--primary);
    }
    .entry-card h3{
      margin:0 0 10px;
      font-size:1.08rem;
      font-weight:800;
    }
    .entry-card p{
      margin:0 0 14px;
      color:var(--muted);
      line-height:1.75;
      font-size:.94rem;
    }
    .entry-meta{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      margin-bottom:14px;
    }
    .meta-tag{
      display:inline-flex;
      align-items:center;
      min-height:28px;
      padding:0 10px;
      border-radius:999px;
      background:var(--bg-warm);
      border:1px solid rgba(245,158,122,.18);
      color:#ae6648;
      font-size:.78rem;
      font-weight:700;
    }
    .entry-footer{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      flex-wrap:wrap;
    }
    .entry-footer .meta-time{
      color:var(--muted);
      font-size:.82rem;
    }

    .timeline-list{
      display:grid;
      gap:14px;
    }
    .timeline-item{
      display:grid;
      grid-template-columns:auto minmax(0,1fr);
      gap:14px;
      align-items:start;
      padding:18px 18px 18px 16px;
      border-radius:20px;
      background:#fff;
      border:1px solid rgba(221,235,232,.95);
      box-shadow:0 10px 24px rgba(22,124,115,.05);
    }
    .timeline-dot{
      width:15px;height:15px;
      margin-top:6px;
      border-radius:50%;
      background:var(--primary);
      box-shadow:0 0 0 8px rgba(43,174,159,.12);
      position:relative;
    }
    .timeline-dot::after{
      content:"";
      position:absolute;
      left:6px;top:14px;
      width:2px;height:70px;
      background:linear-gradient(180deg, rgba(43,174,159,.28), transparent);
      display:none;
    }
    .timeline-item:not(:last-child) .timeline-dot::after{display:block}
    .timeline-content h3{
      margin:0 0 8px;
      font-size:1.02rem;
      font-weight:800;
    }
    .timeline-content p{
      margin:0 0 10px;
      color:var(--muted);
      font-size:.94rem;
      line-height:1.74;
    }
    .timeline-head{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      flex-wrap:wrap;
      margin-bottom:10px;
    }
    .timeline-head .tag{
      display:inline-flex;
      align-items:center;
      min-height:28px;
      padding:0 10px;
      border-radius:999px;
      background:#edf8f6;
      color:var(--primary-deep);
      border:1px solid rgba(43,174,159,.12);
      font-size:.78rem;
      font-weight:700;
    }
    .timeline-head .time{
      color:var(--muted);
      font-size:.82rem;
    }

    .utility-box{
      margin-top:18px;
      background:linear-gradient(135deg, rgba(43,174,159,.08), rgba(255,255,255,.98));
      border:1px solid rgba(43,174,159,.10);
      border-radius:22px;
      padding:18px;
    }
    .utility-grid{
      display:grid;
      grid-template-columns:repeat(4, minmax(0,1fr));
      gap:12px;
    }
    .utility-card{
      background:#fff;
      border:1px solid rgba(221,235,232,.95);
      border-radius:18px;
      padding:14px;
      box-shadow:0 10px 20px rgba(22,124,115,.05);
    }
    .utility-card strong{
      display:block;
      margin-bottom:6px;
      color:var(--primary-deep);
      font-size:.92rem;
    }
    .utility-card span{
      color:var(--muted);
      font-size:.88rem;
      line-height:1.65;
    }

    .feedback-panel{
      padding:22px;
      margin-top:18px;
    }
    .feedback-grid{
      display:grid;
      grid-template-columns:repeat(3, minmax(0,1fr));
      gap:16px;
    }
    .quote-card{
      background:#fff;
      border:1px solid rgba(221,235,232,.95);
      border-radius:20px;
      padding:18px;
      box-shadow:0 10px 24px rgba(22,124,115,.05);
      min-height:152px;
    }
    .quote-card .quote-mark{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      width:36px;height:36px;
      border-radius:50%;
      background:rgba(43,174,159,.10);
      color:var(--primary-deep);
      font-weight:900;
      margin-bottom:12px;
    }
    .quote-card p{
      margin:0 0 12px;
      color:var(--text);
      line-height:1.75;
      font-size:.95rem;
    }
    .quote-card .who{
      color:var(--muted);
      font-size:.84rem;
    }
    .privacy-box{
      margin-top:16px;
      padding:18px;
      border-radius:20px;
      background:linear-gradient(135deg, rgba(255,138,101,.08), rgba(255,255,255,.98));
      border:1px solid rgba(245,158,122,.18);
      color:var(--text);
    }
    .privacy-box strong{
      display:block;
      margin-bottom:6px;
      color:#b55d41;
    }
    .privacy-box p{
      margin:0;
      color:var(--muted);
      font-size:.92rem;
      line-height:1.72;
    }

    .cta-banner{
      margin-top:18px;
      padding:22px;
      background:
        linear-gradient(135deg, rgba(43,174,159,.10), rgba(255,255,255,.96) 50%, rgba(255,242,234,.92));
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
      flex-wrap:wrap;
    }
    .cta-banner h2{
      margin:0 0 8px;
      font-size:1.35rem;
      font-weight:800;
    }
    .cta-banner p{
      margin:0;
      color:var(--muted);
      max-width:60ch;
      line-height:1.72;
    }
    .cta-actions{
      display:flex;
      gap:10px;
      flex-wrap:wrap;
    }

    .faq-panel{
      margin-top:18px;
      padding:22px;
    }
    .accordion{
      --bs-accordion-border-color:transparent;
      --bs-accordion-btn-focus-box-shadow:none;
      display:grid;
      gap:12px;
    }
    .accordion-item{
      border:1px solid rgba(221,235,232,.95);
      border-radius:20px !important;
      overflow:hidden;
      box-shadow:0 10px 22px rgba(22,124,115,.05);
    }
    .accordion-button{
      border:0;
      box-shadow:none;
      background:#fff;
      color:var(--text);
      font-weight:700;
      padding:18px 20px;
      line-height:1.45;
    }
    .accordion-button:not(.collapsed){
      color:var(--primary-deep);
      background:linear-gradient(135deg, rgba(43,174,159,.08), rgba(255,255,255,.96));
      box-shadow:none;
    }
    .accordion-button::after{
      background-size:1rem;
      opacity:.72;
    }
    .accordion-body{
      padding:0 20px 18px;
      color:var(--muted);
      line-height:1.78;
      font-size:.95rem;
    }

    .footer{
      margin-top:56px;
      background:linear-gradient(180deg, rgba(255,255,255,.98), #fff);
      border-top:1px solid rgba(221,235,232,.9);
      padding:36px 0 24px;
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.2fr .9fr .9fr .9fr;
      gap:24px;
    }
    .footer h3,.footer h4{
      margin:0 0 12px;
      color:var(--text);
      font-weight:800;
    }
    .footer p{
      margin:0;
      color:var(--muted);
      line-height:1.8;
      font-size:.94rem;
    }
    .footer-links{
      display:grid;
      gap:10px;
    }
    .footer-links a{
      display:inline-flex;
      align-items:center;
      width:max-content;
      color:var(--muted);
      font-weight:600;
    }
    .footer-links a:hover{
      color:var(--primary-deep);
      transform:translateX(2px);
    }
    .copyright{
      margin-top:26px;
      padding-top:18px;
      border-top:1px solid rgba(221,235,232,.9);
      color:#7b8d89;
      font-size:.88rem;
      text-align:center;
    }

    .fixed-cta{
      position:fixed;
      left:50%;
      bottom:16px;
      transform:translateX(-50%);
      width:min(1180px, calc(100% - 24px));
      z-index:1040;
      background:rgba(255,255,255,.96);
      border:1px solid rgba(221,235,232,.95);
      border-radius:22px;
      box-shadow:0 18px 44px rgba(22,124,115,.14);
      padding:12px 14px;
      backdrop-filter: blur(14px);
    }
    .fixed-cta-inner{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:14px;
      flex-wrap:wrap;
    }
    .fixed-cta .lead{
      margin:0;
      color:var(--text);
      font-weight:700;
      line-height:1.55;
    }
    .fixed-cta .lead small{
      display:block;
      color:var(--muted);
      font-weight:500;
      margin-top:2px;
    }
    .fixed-cta .cta-group{
      display:flex;
      gap:10px;
      flex-wrap:wrap;
    }

    .offcanvas{
      border-top-left-radius:20px;
      border-top-right-radius:20px;
    }
    .offcanvas-title{
      font-weight:800;
      color:var(--text);
    }
    .offcanvas .filter-panel-mobile{
      display:grid;
      gap:14px;
    }
    .offcanvas-body{
      padding:18px;
    }
    .offcanvas .filter-chip{font-size:.86rem}
    .offcanvas .filter-note{margin-top:0}

    @media (max-width: 1199.98px){
      .layout-grid{grid-template-columns:280px minmax(0,1fr)}
      .trust-grid,.utility-grid,.footer-grid{grid-template-columns:repeat(2, minmax(0,1fr))}
      .hero-visual{transform:none}
    }
    @media (max-width: 991.98px){
      .channel-row{
        overflow-x:auto;
        -webkit-overflow-scrolling:touch;
        padding-bottom:4px;
        flex-wrap:nowrap;
      }
      .hot-badges{margin-left:0}
      .hero-shell{padding:22px}
      .layout-grid{grid-template-columns:1fr}
      .filters-panel{display:none}
      .content-panel{padding:18px}
      .entry-grid,.feedback-grid,.trust-grid,.utility-grid,.footer-grid{grid-template-columns:1fr 1fr}
      .hero-kpis{grid-template-columns:1fr 1fr 1fr}
      .hero-visual{min-height:auto}
    }
    @media (max-width: 767.98px){
      body{padding-bottom:140px}
      .site-container{width:min(var(--container), calc(100% - 20px))}
      .navbar{padding:12px 0 10px}
      .portal-search{order:3;max-width:none;flex:1 1 100%;width:100%}
      .quick-note{order:2}
      .navbar-toggler{order:1}
      .logo-text{font-size:.98rem}
      .hero-shell{padding:18px;border-radius:22px}
      .compact-hero{padding:26px 0 6px}
      .hero-title{font-size:clamp(1.7rem, 7vw, 2.35rem)}
      .hero-actions .btn{flex:1 1 calc(50% - 6px)}
      .hero-kpis{grid-template-columns:1fr}
      .hero-visual{padding:16px;border-radius:22px}
      .visual-grid{grid-template-columns:1fr}
      .trust-grid,.entry-grid,.feedback-grid,.utility-grid,.footer-grid{grid-template-columns:1fr}
      .cta-banner{padding:18px}
      .cta-actions .btn{flex:1 1 100%}
      .fixed-cta{
        width:calc(100% - 12px);
        bottom:8px;
        border-radius:18px;
        padding:10px 12px;
      }
      .fixed-cta-inner{align-items:flex-start}
      .fixed-cta .cta-group{width:100%}
      .fixed-cta .cta-group .btn{flex:1 1 100%}
      .quick-note{width:100%;justify-content:center}
      .hero-shell::before,.hero-shell::after{display:none}
      .accordion-button{padding:16px 16px}
      .accordion-body{padding:0 16px 16px}
      .content-panel{padding:16px}
      .feedback-panel,.faq-panel,.cta-banner{padding:18px}
      .section-block{padding-top:44px}
    }
    @media (max-width: 575.98px){
      .brand-row{gap:10px}
      .navbar-brand{margin-right:0}
      .logo-mark{width:36px;height:36px;border-radius:12px}
      .channel-link{min-height:38px;padding:0 14px;font-size:.92rem}
      .hero-actions{gap:10px}
      .hero-actions .btn{flex:1 1 100%}
      .section-heading h2{font-size:1.45rem}
      .panel-title{align-items:flex-start}
      .entry-footer{align-items:flex-start}
      .pill-tabs .nav-link{padding:.65rem .92rem}
      .breadcrumb{padding:7px 12px}
    }

/* roulang page: category1 */
:root{
      --brand:#2BAE9F;
      --brand-deep:#167C73;
      --accent:#FF8A65;
      --accent-deep:#ef6f49;
      --bg:#F7FBFA;
      --bg-soft:#FFF9F4;
      --surface:#FFFFFF;
      --surface-alt:#F3FAF8;
      --text:#243331;
      --muted:#6B7C79;
      --border:#DDEBE8;
      --border-strong:#c7ddd8;
      --shadow:0 12px 32px rgba(22,124,115,.10);
      --shadow-soft:0 8px 24px rgba(22,124,115,.08);
      --radius-xl:28px;
      --radius-lg:22px;
      --radius-md:18px;
      --radius-sm:14px;
      --container:1240px;
      --btn-h:52px;
      --nav-h:82px;
      --safe-bottom:96px;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:"PingFang SC","Microsoft YaHei","Noto Sans SC",Arial,sans-serif;
      color:var(--text);
      background:
        radial-gradient(circle at 12% 12%, rgba(43,174,159,.08), transparent 22%),
        radial-gradient(circle at 88% 18%, rgba(255,138,101,.10), transparent 24%),
        linear-gradient(180deg,#F7FBFA 0%,#FFFFFF 36%,#FFFDFB 100%);
      line-height:1.8;
      padding-bottom:var(--safe-bottom);
    }
    a{color:inherit;text-decoration:none;transition:all .2s ease}
    a:hover{color:var(--brand-deep)}
    img{max-width:100%;display:block}
    button,input,select,textarea{font:inherit}
    ::selection{background:rgba(43,174,159,.18);color:var(--text)}

    .site-container{
      max-width:var(--container);
      margin:0 auto;
      padding:0 20px;
    }

    .site-header{
      position:sticky;
      top:0;
      z-index:1035;
      background:rgba(247,251,250,.78);
      backdrop-filter:blur(16px);
      -webkit-backdrop-filter:blur(16px);
      border-bottom:1px solid rgba(221,235,232,.92);
      transition:all .25s ease;
    }
    .site-header.is-scrolled{
      background:rgba(255,255,255,.94);
      box-shadow:0 10px 28px rgba(22,124,115,.07);
    }
    .navbar{
      padding:14px 0 12px;
    }
    .brand-row{
      width:100%;
      display:flex;
      align-items:center;
      gap:14px;
      flex-wrap:wrap;
    }
    .navbar-brand{
      display:inline-flex;
      align-items:center;
      gap:12px;
      color:var(--text);
      font-weight:800;
      letter-spacing:.01em;
      padding:0;
      margin-right:2px;
    }
    .navbar-brand:hover{color:var(--brand-deep)}
    .logo-mark{
      width:42px;height:42px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      border-radius:14px;
      color:#fff;
      background:linear-gradient(135deg,var(--brand) 0%,var(--brand-deep) 100%);
      box-shadow:0 10px 18px rgba(22,124,115,.18);
      font-size:1rem;
      font-weight:800;
      flex:0 0 auto;
    }
    .logo-text{
      font-size:1.05rem;
      font-weight:800;
      line-height:1.15;
      white-space:nowrap;
    }

    .portal-search{
      flex:1 1 320px;
      max-width:430px;
      min-width:260px;
      position:relative;
    }
    .portal-search .form-control{
      height:48px;
      border-radius:999px;
      border:1px solid var(--border);
      background:#fff;
      padding:0 18px;
      box-shadow:0 6px 16px rgba(22,124,115,.05);
      color:var(--text);
      transition:all .2s ease;
    }
    .portal-search .form-control:focus{
      border-color:rgba(43,174,159,.55);
      box-shadow:0 0 0 .2rem rgba(43,174,159,.13),0 10px 20px rgba(22,124,115,.08);
    }
    .portal-search .form-control::placeholder{color:#8aa09b}
    .quick-note{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:9px 14px;
      border-radius:999px;
      background:linear-gradient(180deg,#fff,#f7fbfa);
      color:var(--muted);
      font-size:.92rem;
      border:1px solid var(--border);
      box-shadow:0 8px 16px rgba(22,124,115,.05);
      white-space:nowrap;
    }
    .quick-note::before{
      content:"";
      width:8px;height:8px;
      border-radius:50%;
      background:var(--accent);
      box-shadow:0 0 0 5px rgba(255,138,101,.12);
      flex:0 0 auto;
    }

    .navbar-toggler{
      border:1px solid var(--border);
      background:#fff;
      border-radius:14px;
      width:48px;
      height:48px;
      padding:.45rem .65rem;
      box-shadow:0 8px 16px rgba(22,124,115,.05);
    }
    .navbar-toggler:focus{
      box-shadow:0 0 0 .2rem rgba(43,174,159,.14);
    }
    .navbar-toggler-icon{
      width:1.15em;
      height:1.15em;
      background-size:100% 100%;
      filter:hue-rotate(145deg) saturate(1.2);
    }

    .navbar-collapse{
      flex-basis:100%;
      align-items:stretch;
    }
    .channel-row{
      display:flex;
      align-items:center;
      gap:10px;
      padding-top:12px;
      flex-wrap:nowrap;
      overflow-x:auto;
      scrollbar-width:thin;
      -webkit-overflow-scrolling:touch;
    }
    .channel-row::-webkit-scrollbar{height:6px}
    .channel-row::-webkit-scrollbar-thumb{background:rgba(43,174,159,.22);border-radius:999px}
    .channel-link{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      height:42px;
      padding:0 18px;
      border-radius:999px;
      border:1px solid transparent;
      background:rgba(255,255,255,.76);
      color:#4d625f;
      font-weight:700;
      white-space:nowrap;
      box-shadow:0 4px 12px rgba(22,124,115,.04);
      flex:0 0 auto;
    }
    .channel-link:hover{
      border-color:rgba(43,174,159,.22);
      background:#fff;
      color:var(--brand-deep);
      transform:translateY(-1px);
    }
    .channel-link.active,
    .channel-link[aria-current="page"]{
      background:linear-gradient(135deg,var(--brand) 0%,var(--brand-deep) 100%);
      color:#fff;
      box-shadow:0 12px 20px rgba(22,124,115,.18);
      border-color:transparent;
    }
    .channel-link.active:hover{color:#fff}
    .hot-badges{
      display:flex;
      align-items:center;
      gap:8px;
      margin-left:auto;
      flex-wrap:wrap;
      justify-content:flex-end我在把这个页面收口成可直接上线的完整静态页，重点是补齐分类页主体、FAQ 和底部固定转化条，同时保持和前面头尾一致的视觉语言。;
      flex-grow:1;
    }
    .badge-soft{
      display:inline-flex;
      align-items:center;
      height:32px;
      padding:0 12px;
      border-radius:999px;
      background:#eef8f6;
      border:1px solid rgba(43,174,159,.12);
      color:var(--brand-deep);
      font-size:.84rem;
      font-weight:700;
      white-space:nowrap;
    }
    .badge-soft.badge-warm{
      background:#fff3ea;
      color:#b8643e;
      border-color:rgba(255,138,101,.18);
    }

    main{position:relative}
    .section-wrap{
      padding:88px 0;
    }
    .section-wrap.tight{
      padding-top:44px;
    }
    .section-wrap.soft{
      background:linear-gradient(180deg, rgba(43,174,159,.05), rgba(255,255,255,0) 100%);
    }
    .section-title{
      margin-bottom:24px;
    }
    .section-title .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      color:var(--brand-deep);
      font-size:.92rem;
      font-weight:800;
      letter-spacing:0;
      margin-bottom:10px;
    }
    .section-title .eyebrow::before{
      content:"";
      width:10px;height:10px;
      border-radius:50%;
      background:var(--brand);
      box-shadow:0 0 0 5px rgba(43,174,159,.12);
      flex:0 0 auto;
    }
    .section-title h2{
      margin:0;
      font-size:2rem;
      font-weight:800;
      line-height:1.22;
      letter-spacing:0;
      color:var(--text);
    }
    .section-title p{
      margin:10px 0 0;
      max-width:760px;
      color:var(--muted);
      font-size:1rem;
    }

    .breadcrumb-wrap{
      margin:0 0 18px;
    }
    .breadcrumb{
      margin:0;
      padding:10px 14px;
      border-radius:999px;
      background:rgba(255,255,255,.82);
      border:1px solid var(--border);
      box-shadow:0 8px 18px rgba(22,124,115,.04);
      font-size:.92rem;
    }
    .breadcrumb-item + .breadcrumb-item::before{
      color:#9ab2ad;
    }
    .breadcrumb a{color:var(--brand-deep)}
    .breadcrumb-item.active{color:var(--muted)}

    .hero-shell{
      position:relative;
      overflow:hidden;
      border:1px solid rgba(221,235,232,.95);
      border-radius:var(--radius-xl);
      background:
        linear-gradient(135deg, rgba(43,174,159,.08), rgba(255,255,255,.96) 36%, rgba(255,249,244,.86) 100%);
      box-shadow:var(--shadow);
      padding:28px;
    }
    .hero-shell::before{
      content:"";
      position:absolute;
      inset:auto -12% -38% auto;
      width:380px;
      height:380px;
      background:
        linear-gradient(135deg, rgba(43,174,159,.10), rgba(255,138,101,.08));
      border-radius:46px;
      transform:rotate(15deg);
      opacity:.8;
      pointer-events:none;
    }
    .hero-grid{
      position:relative;
      z-index:1;
      display:grid;
      grid-template-columns:1.05fr .95fr;
      gap:24px;
      align-items:stretch;
    }
    .hero-copy{
      padding:4px 4px 8px 4px;
    }
    .hero-kicker{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:7px 12px;
      border-radius:999px;
      background:rgba(43,174,159,.09);
      color:var(--brand-deep);
      font-size:.9rem;
      font-weight:700;
      margin-bottom:14px;
    }
    .hero-kicker::before{
      content:"";
      width:8px;height:8px;
      border-radius:50%;
      background:var(--accent);
      box-shadow:0 0 0 5px rgba(255,138,101,.12);
    }
    .hero-copy h1{
      margin:0;
      font-size:3rem;
      line-height:1.18;
      font-weight:800;
      letter-spacing:0;
      color:var(--text);
      max-width:10.5em;
    }
    .hero-copy p{
      margin:16px 0 0;
      color:var(--muted);
      font-size:1.06rem;
      line-height:1.9;
      max-width:40rem;
    }
    .hero-actions{
      display:flex;
      gap:12px;
      flex-wrap:wrap;
      margin-top:24px;
    }
    .btn{
      min-height:var(--btn-h);
      padding:0 20px;
      border-radius:999px;
      font-weight:700;
      letter-spacing:0;
      transition:transform .2s ease, box-shadow .2s ease, background-color .2s ease, color .2s ease, border-color .2s ease;
    }
    .btn:focus{
      box-shadow:0 0 0 .2rem rgba(43,174,159,.16);
    }
    .btn-primary,
    .btn-main{
      background:linear-gradient(135deg,var(--accent),var(--accent-deep));
      border:none;
      color:#fff;
      box-shadow:0 12px 22px rgba(255,138,101,.24);
    }
    .btn-primary:hover,
    .btn-main:hover{
      color:#fff;
      transform:translateY(-1px);
      box-shadow:0 16px 26px rgba(255,138,101,.28);
      background:linear-gradient(135deg,#ff7b53,#e96944);
    }
    .btn-outline-primary,
    .btn-soft{
      background:#fff;
      color:var(--brand-deep);
      border:1px solid rgba(43,174,159,.22);
      box-shadow:0 8px 18px rgba(22,124,115,.05);
    }
    .btn-outline-primary:hover,
    .btn-soft:hover{
      transform:translateY(-1px);
      background:rgba(43,174,159,.08);
      color:var(--brand-deep);
      border-color:rgba(43,174,159,.26);
    }

    .trust-bar{
      display:flex;
      gap:10px;
      flex-wrap:wrap;
      margin-top:18px;
    }
    .trust-chip{
      display:inline-flex;
      align-items:center;
      gap:8px;
      min-height:38px;
      padding:0 14px;
      border-radius:999px;
      background:rgba(43,174,159,.08);
      color:var(--brand-deep);
      border:1px solid rgba(43,174,159,.12);
      font-size:.9rem;
      font-weight:700;
      white-space:nowrap;
    }
    .trust-chip::before{
      content:"";
      width:8px;height:8px;
      border-radius:50%;
      background:var(--brand);
      box-shadow:0 0 0 5px rgba(43,174,159,.11);
      flex:0 0 auto;
    }
    .trust-chip.warm{
      background:rgba(255,138,101,.10);
      color:#b8643e;
      border-color:rgba(255,138,101,.14);
    }
    .trust-chip.warm::before{
      background:var(--accent);
      box-shadow:0 0 0 5px rgba(255,138,101,.11);
    }

    .hero-side{
      display:grid;
      gap:14px;
      align-content:start;
    }
    .panel-card{
      background:rgba(255,255,255,.94);
      border:1px solid var(--border);
      border-radius:var(--radius-lg);
      box-shadow:var(--shadow-soft);
      padding:22px;
    }
    .panel-card h3,
    .panel-card h4{
      margin:0 0 12px;
      font-size:1.05rem;
      font-weight:800;
      line-height:1.3;
      color:var(--text);
    }
    .panel-muted{
      color:var(--muted);
      font-size:.95rem;
      line-height:1.8;
      margin:0;
    }
    .flow-list{
      display:grid;
      gap:12px;
      margin:0;
      padding:0;
      list-style:none;
    }
    .flow-item{
      display:flex;
      gap:12px;
      align-items:flex-start;
      padding:12px 0 0;
      border-top:1px solid rgba(221,235,232,.75);
    }
    .flow-item:first-child{
      padding-top:0;
      border-top:none;
    }
    .flow-index{
      width:32px;
      height:32px;
      border-radius:50%;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      flex:0 0 auto;
      background:rgba(43,174,159,.12);
      color:var(--brand-deep);
      font-weight:800;
      font-size:.92rem;
    }
    .flow-content strong{
      display:block;
      font-size:.98rem;
      margin-bottom:4px;
    }
    .flow-content span{
      color:var(--muted);
      font-size:.92rem;
      line-height:1.65;
    }
    .matrix-grid{
      display:grid;
      grid-template-columns:repeat(2,minmax(0,1fr));
      gap:10px;
    }
    .matrix-box{
      min-height:94px;
      padding:14px;
      border-radius:18px;
      background:linear-gradient(180deg,#fff, #f7fbfa);
      border:1px solid var(--border);
      box-shadow:0 8px 16px rgba(22,124,115,.04);
    }
    .matrix-box strong{
      display:block;
      font-size:.98rem;
      margin-bottom:4px;
    }
    .matrix-box span{
      display:block;
      color:var(--muted);
      font-size:.9rem;
      line-height:1.6;
    }

    .filter-panel{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      align-items:center;
      justify-content:space-between;
      padding:18px 20px;
      background:rgba(255,255,255,.96);
      border:1px solid var(--border);
      border-radius:var(--radius-lg);
      box-shadow:var(--shadow-soft);
    }
    .filter-group{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      align-items:center;
    }
    .filter-label{
      color:var(--muted);
      font-size:.92rem;
      font-weight:700;
      margin-right:2px;
    }
    .pill{
      display:inline-flex;
      align-items:center;
      min-height:36px;
      padding:0 14px;
      border-radius:999px;
      border:1px solid var(--border);
      background:#fff;
      color:#49615e;
      font-weight:700;
      font-size:.88rem;
      white-space:nowrap;
    }
    .pill.active{
      background:rgba(43,174,159,.10);
      color:var(--brand-deep);
      border-color:rgba(43,174,159,.20);
    }
    .sort-row{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      align-items:center;
    }
    .sort-select{
      min-width:160px;
      height:42px;
      border-radius:999px;
      border:1px solid var(--border);
      background:#fff;
      padding:0 14px;
      color:var(--text);
    }

    .content-grid{
      display:grid;
      grid-template-columns:minmax(0,1.75fr) minmax(300px,.95fr);
      gap:24px;
      align-items:start;
    }
    .feature-card{
      position:relative;
      overflow:hidden;
      border-radius:var(--radius-xl);
      background:#fff;
      border:1px solid var(--border);
      box-shadow:var(--shadow);
      padding:28px;
    }
    .feature-card::before{
      content:"";
      position:absolute;
      top:0;left:0;right:0;
      height:4px;
      background:linear-gradient(90deg,var(--brand),var(--accent));
    }
    .feature-card .meta-line{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      align-items:center;
      margin-bottom:14px;
    }
    .tag{
      display:inline-flex;
      align-items:center;
      min-height:30px;
      padding:0 12px;
      border-radius:999px;
      font-size:.84rem;
      font-weight:700;
      white-space:nowrap;
    }
    .tag.brand{
      background:rgba(43,174,159,.10);
      color:var(--brand-deep);
    }
    .tag.warm{
      background:rgba(255,138,101,.10);
      color:#b8643e;
    }
    .tag.soft{
      background:#eef4f3;
      color:#6b7c79;
    }
    .feature-card h3{
      margin:0;
      font-size:1.65rem;
      line-height:1.28;
      font-weight:800;
    }
    .feature-card p{
      margin:14px 0 0;
      color:var(--muted);
      font-size:1rem;
      line-height:1.88;
    }
    .feature-list{
      display:grid;
      gap:10px;
      margin:18px 0 0;
      padding:0;
      list-style:none;
    }
    .feature-list li{
      display:flex;
      align-items:flex-start;
      gap:10px;
      padding:10px 0;
      border-top:1px solid rgba(221,235,232,.75);
      color:#3e5350;
      font-size:.96rem;
      line-height:1.7;
    }
    .feature-list li:first-child{border-top:none;padding-top:0}
    .feature-dot{
      width:10px;height:10px;
      border-radius:50%;
      background:var(--brand);
      margin-top:.5rem;
      flex:0 0 auto;
      box-shadow:0 0 0 5px rgba(43,174,159,.10);
    }
    .feature-actions{
      margin-top:22px;
      display:flex;
      gap:10px;
      flex-wrap:wrap;
    }

    .stack-list{
      display:grid;
      gap:14px;
    }
    .mini-card{
      background:#fff;
      border:1px solid var(--border);
      border-radius:var(--radius-lg);
      box-shadow:var(--shadow-soft);
      padding:20px;
      transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    }
    .mini-card:hover{
      transform:translateY(-1px);
      box-shadow:0 14px 28px rgba(22,124,115,.11);
      border-color:rgba(43,174,159,.24);
    }
    .mini-head{
      display:flex;
      align-items:flex-start;
      justify-content:space-between;
      gap:14px;
      margin-bottom:10px;
    }
    .mini-head h4{
      margin:0;
      font-size:1.02rem;
      font-weight:800;
      line-height:1.35;
    }
    .mini-head .num{
      width:36px;height:36px;
      border-radius:12px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      background:linear-gradient(135deg, rgba(43,174,159,.10), rgba(43,174,159,.16));
      color:var(--brand-deep);
      font-weight:800;
      flex:0 0 auto;
    }
    .mini-card p{
      margin:0;
      color:var(--muted);
      font-size:.94rem;
      line-height:1.78;
    }
    .mini-foot{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:10px;
      margin-top:12px;
      padding-top:12px;
      border-top:1px solid rgba(221,235,232,.75);
    }
    .mini-foot .hint{
      color:#718884;
      font-size:.85rem;
    }
    .mini-foot .btn{
      min-height:40px;
      padding:0 14px;
      font-size:.88rem;
    }

    .aside-block{
      display:grid;
      gap:14px;
    }
    .notice-card{
      background:linear-gradient(180deg,#fff, #f8fbfa);
      border:1px solid var(--border);
      border-radius:var(--radius-lg);
      box-shadow:var(--shadow-soft);
      padding:20px;
    }
    .notice-card h4{
      margin:0 0 10px;
      font-size:1rem;
      font-weight:800;
    }
    .notice-card .notice-text{
      color:var(--muted);
      font-size:.92rem;
      line-height:1.78;
      margin:0;
    }
    .notice-list{
      margin:14px 0 0;
      padding:0;
      list-style:none;
      display:grid;
      gap:10px;
    }
    .notice-list li{
      display:flex;
      gap:10px;
      align-items:flex-start;
      color:#4a5e5a;
      font-size:.92rem;
      line-height:1.65;
    }
    .notice-list li::before{
      content:"";
      width:9px;height:9px;
      border-radius:50%;
      background:var(--brand);
      box-shadow:0 0 0 5px rgba(43,174,159,.10);
      margin-top:.45rem;
      flex:0 0 auto;
    }
    .small-link-list{
      display:grid;
      gap:10px;
    }
    .small-link{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      padding:12px 14px;
      border-radius:16px;
      background:#fff;
      border:1px solid var(--border);
      color:var(--text);
      box-shadow:0 8px 16px rgba(22,124,115,.04);
    }
    .small-link:hover{
      transform:translateY(-1px);
      border-color:rgba(43,174,159,.24);
      color:var(--brand-deep);
    }
    .small-link span{
      color:var(--muted);
      font-size:.88rem;
    }

    .demo-shell{
      background:linear-gradient(180deg, rgba(43,174,159,.05), rgba(255,255,255,.8));
      border-top:1px solid rgba(221,235,232,.9);
      border-bottom:1px solid rgba(221,235,232,.9);
    }
    .demo-grid{
      display:grid;
      grid-template-columns:.9fr 1.1fr;
      gap:24px;
      align-items:start;
    }
    .step-list{
      display:grid;
      gap:14px;
    }
    .step-item{
      display:flex;
      gap:14px;
      align-items:flex-start;
      padding:16px;
      background:#fff;
      border:1px solid var(--border);
      border-radius:20px;
      box-shadow:0 10px 20px rgba(22,124,115,.05);
    }
    .step-mark{
      width:38px;height:38px;
      border-radius:50%;
      background:linear-gradient(135deg,var(--brand),var(--brand-deep));
      color:#fff;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      font-weight:800;
      flex:0 0 auto;
      box-shadow:0 8px 16px rgba(22,124,115,.15);
    }
    .step-item h4{
      margin:0 0 4px;
      font-size:1rem;
      font-weight:800;
    }
    .step-item p{
      margin:0;
      color:var(--muted);
      font-size:.93rem;
      line-height:1.7;
    }
    .preview-panel{
      position:relative;
      background:#fff;
      border:1px solid var(--border);
      border-radius:var(--radius-xl);
      box-shadow:var(--shadow);
      overflow:hidden;
    }
    .preview-head{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:10px;
      padding:18px 20px;
      background:linear-gradient(180deg,#fff,#f8fbfa);
      border-bottom:1px solid rgba(221,235,232,.85);
    }
    .preview-head strong{
      font-size:1rem;
      font-weight:800;
    }
    .preview-head .state{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:7px 10px;
      border-radius:999px;
      background:rgba(43,174,159,.10);
      color:var(--brand-deep);
      font-size:.82rem;
      font-weight:700;
    }
    .preview-head .state::before{
      content:"";
      width:8px;height:8px;border-radius:50%;
      background:var(--brand);
    }
    .preview-body{
      padding:20px;
      display:grid;
      gap:14px;
    }
    .search-mini{
      display:flex;
      gap:10px;
      align-items:center;
      padding:12px;
      border-radius:18px;
      background:var(--surface-alt);
      border:1px solid var(--border);
    }
    .search-mini .form-control{
      height:42px;
      border-radius:999px;
      border:1px solid var(--border);
      background:#fff;
    }
    .tag-row{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
    }
    .mock-list{
      display:grid;
      gap:10px;
    }
    .mock-item{
      display:flex;
      align-items:flex-start;
      gap:12px;
      padding:12px 0;
      border-top:1px solid rgba(221,235,232,.75);
    }
    .mock-item:first-child{border-top:none;padding-top:0}
    .mock-badge{
      width:36px;height:36px;
      border-radius:12px;
      flex:0 0 auto;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      background:rgba(255,138,101,.12);
      color:#b8643e;
      font-weight:800;
      font-size:.9rem;
    }
    .mock-item h5{
      margin:0 0 4px;
      font-size:.98rem;
      font-weight:800;
    }
    .mock-item p{
      margin:0;
      color:var(--muted);
      font-size:.9rem;
      line-height:1.7;
    }

    .social-grid{
      display:grid;
      grid-template-columns:repeat(4,minmax(0,1fr));
      gap:16px;
      margin-bottom:18px;
    }
    .stat-card{
      background:#fff;
      border:1px solid var(--border);
      border-radius:22px;
      padding:22px;
      box-shadow:var(--shadow-soft);
    }
    .stat-card .num{
      display:block;
      font-size:2rem;
      line-height:1;
      font-weight:800;
      color:var(--brand-deep);
      margin-bottom:8px;
    }
    .stat-card span{
      color:var(--muted);
      font-size:.93rem;
      line-height:1.65;
    }
    .quote-grid{
      display:grid;
      grid-template-columns:repeat(3,minmax(0,1fr));
      gap:16px;
    }
    .quote-card{
      background:linear-gradient(180deg,#fff,#f9fbfa);
      border:1px solid var(--border);
      border-radius:22px;
      box-shadow:var(--shadow-soft);
      padding:20px;
    }
    .quote-card p{
      margin:0;
      color:#405451;
      font-size:.96rem;
      line-height:1.85;
    }
    .quote-card .by{
      margin-top:12px;
      color:var(--muted);
      font-size:.84rem;
      font-weight:700;
    }

    .compliance-box{
      margin-top:18px;
      padding:18px 20px;
      border-radius:22px;
      background:rgba(255,138,101,.08);
      border:1px solid rgba(255,138,101,.18);
      color:#7f533c;
      box-shadow:0 10px 22px rgba(255,138,101,.08);
    }
    .compliance-box strong{
      display:block;
      margin-bottom:6px;
      color:#9a5d3d;
    }
    .compliance-box p{
      margin:0;
      font-size:.93rem;
      line-height:1.75;
    }

    .accordion{
      --bs-accordion-border-color: var(--border);
      --bs-accordion-bg: #fff;
      --bs-accordion-btn-color: var(--text);
      --bs-accordion-btn-padding-x: 20px;
      --bs-accordion-btn-padding-y: 18px;
      --bs-accordion-active-color: var(--brand-deep);
      --bs-accordion-active-bg: rgba(43,174,159,.08);
      --bs-accordion-btn-focus-box-shadow: 0 0 0 .2rem rgba(43,174,159,.14);
    }
    .accordion-item{
      border:1px solid var(--border);
      border-radius:20px !important;
      overflow:hidden;
      box-shadow:var(--shadow-soft);
      margin-bottom:12px;
    }
    .accordion-button{
      font-weight:800;
      line-height:1.5;
      box-shadow:none !important;
      background:#fff;
    }
    .accordion-button:not(.collapsed){
      color:var(--brand-deep);
      background:rgba(43,174,159,.08);
    }
    .accordion-button::after{
      filter:hue-rotate(145deg) saturate(1.2);
    }
    .accordion-body{
      color:var(--muted);
      font-size:.96rem;
      line-height:1.9;
      background:#fff;
    }

    .cta-band{
      position:relative;
      overflow:hidden;
      border-radius:var(--radius-xl);
      border:1px solid rgba(221,235,232,.96);
      background:
        linear-gradient(135deg, rgba(43,174,159,.12), rgba(255,255,255,.94) 55%, rgba(255,249,244,.96) 100%);
      box-shadow:var(--shadow);
      padding:26px 28px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:18px;
      flex-wrap:wrap;
    }
    .cta-band h3{
      margin:0 0 6px;
      font-size:1.35rem;
      font-weight:800;
    }
    .cta-band p{
      margin:0;
      color:var(--muted);
      font-size:.96rem;
      line-height:1.75;
      max-width:42rem;
    }
    .cta-band-actions{
      display:flex;
      gap:10px;
      flex-wrap:wrap;
    }

    .footer{
      margin-top:0;
      padding:56px 0 26px;
      background:linear-gradient(180deg,#f7fbfa 0%, #eef7f5 100%);
      border-top:1px solid rgba(221,235,232,.9);
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.2fr 1fr 1fr 1fr;
      gap:24px;
      align-items:start;
    }
    .footer h3,
    .footer h4{
      margin:0 0 12px;
      font-size:1rem;
      font-weight:800;
      color:var(--text);
    }
    .footer p{
      margin:0;
      color:var(--muted);
      font-size:.94rem;
      line-height:1.85;
    }
    .footer-links{
      display:grid;
      gap:10px;
    }
    .footer-links a{
      color:#506663;
      font-size:.94rem;
    }
    .footer-links a:hover{
      color:var(--brand-deep);
    }
    .copyright{
      margin-top:22px;
      padding-top:18px;
      border-top:1px solid rgba(221,235,232,.85);
      color:#6d7f7b;
      font-size:.88rem;
      text-align:center;
    }

    .mobile-cta{
      position:fixed;
      left:0;
      right:0;
      bottom:0;
      z-index:1040;
      display:none;
      background:rgba(255,255,255,.96);
      border-top:1px solid rgba(221,235,232,.9);
      box-shadow:0 -10px 24px rgba(22,124,115,.08);
      padding:12px 0;
    }
    .mobile-cta .inner{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
    }
    .mobile-cta .text{
      color:var(--text);
      font-size:.93rem;
      line-height:1.5;
      font-weight:700;
    }
    .mobile-cta .text span{
      display:block;
      color:var(--muted);
      font-weight:600;
      font-size:.84rem;
      margin-top:2px;
    }
    .mobile-cta .btn{
      min-height:44px;
      padding:0 16px;
      font-size:.92rem;
      white-space:nowrap;
    }

    .site-main-top{
      padding-top:22px;
    }

    @media (min-width: 992px){
      .navbar-collapse{
        display:block !important;
      }
    }
    @media (max-width: 1199.98px){
      .hero-copy h1{font-size:2.7rem}
      .social-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
      .footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
    }
    @media (max-width: 991.98px){
      .hero-grid,
      .content-grid,
      .demo-grid{
        grid-template-columns:1fr;
      }
      .hero-copy h1{
        max-width:none;
        font-size:2.35rem;
      }
      .hero-shell{
        padding:22px;
      }
      .section-wrap{
        padding:64px 0;
      }
      .quote-grid{
        grid-template-columns:1fr;
      }
      .channel-row{
        padding-top:14px;
      }
      .hot-badges{
        width:100%;
        margin-left:0;
        justify-content:flex-start;
        padding-top:2px;
      }
    }
    @media (max-width: 767.98px){
      .site-container{padding:0 16px}
      .navbar{padding:12px 0}
      .brand-row{gap:10px}
      .portal-search{
        order:3;
        flex-basis:100%;
        max-width:none;
        min-width:0;
      }
      .logo-text{
        font-size:.98rem;
        white-space:normal;
      }
      .quick-note{
        display:none;
      }
      .hero-copy h1{
        font-size:2rem;
      }
      .hero-copy p{
        font-size:.98rem;
      }
      .section-title h2{
        font-size:1.55rem;
      }
      .social-grid{
        grid-template-columns:1fr;
      }
      .footer-grid{
        grid-template-columns:1fr;
      }
      .cta-band{
        padding:22px 18px;
      }
      .filter-panel{
        padding:16px;
      }
      .sort-select{
        min-width:100%;
        width:100%;
      }
      .matrix-grid{
        grid-template-columns:1fr;
      }
      .mobile-cta{
        display:block;
      }
      .section-wrap:last-of-type{
        padding-bottom:100px;
      }
      body{
        padding-bottom:126px;
      }
    }
    @media (max-width: 575.98px){
      .hero-shell{
        padding:18px;
      }
      .hero-actions,
      .cta-band-actions,
      .feature-actions{
        width:100%;
      }
      .hero-actions .btn,
      .cta-band-actions .btn,
      .feature-actions .btn{
        flex:1 1 100%;
      }
      .panel-card,
      .mini-card,
      .notice-card,
      .feature-card{
        padding:18px;
      }
      .feature-card h3{
        font-size:1.28rem;
      }
      .channel-link{
        height:38px;
        padding:0 14px;
        font-size:.9rem;
      }
      .badge-soft{
        height:30px;
        padding:0 10px;
      }
    }
