/* roulang page: index */
:root{
      --blue:#2563eb;
      --blue-700:#1d4ed8;
      --blue-50:#eff6ff;
      --blue-100:#dbeafe;
      --ink:#172033;
      --muted:#667085;
      --soft:#f7faff;
      --line:#e4eaf3;
      --card:#ffffff;
      --green:#1f9d68;
      --gold:#b7791f;
      --shadow-sm:0 8px 24px rgba(23,32,51,.08);
      --shadow-md:0 18px 45px rgba(37,99,235,.13);
      --radius:8px;
      --radius-sm:6px;
      --container:1180px;
      --nav-h:66px;
      --font:PingFang SC,HarmonyOS Sans,Microsoft YaHei,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;
    }
    *{box-sizing:border-box;margin:0;padding:0}
    html{scroll-behavior:smooth}
    body{
      font-family:var(--font);
      color:var(--ink);
      background:
        radial-gradient(circle at 12% 0%, rgba(37,99,235,.08), transparent 28%),
        linear-gradient(180deg,#f8fbff 0%,#fff 38%,#f7faff 100%);
      line-height:1.65;
      -webkit-font-smoothing:antialiased;
      text-rendering:optimizeLegibility;
    }
    a{color:inherit;text-decoration:none}
    img{max-width:100%;display:block}
    button,input{font:inherit}
    button{cursor:pointer;border:none;background:none}
    .container{width:min(var(--container),calc(100% - 40px));margin:0 auto}
    .site-header{
      position:sticky;
      top:14px;
      z-index:50;
      padding:12px 0 0;
      pointer-events:none;
    }
    .dock-nav{
      width:min(980px,calc(100% - 28px));
      margin:0 auto;
      min-height:var(--nav-h);
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:14px;
      padding:10px 12px;
      background:rgba(255,255,255,.88);
      border:1px solid rgba(228,234,243,.92);
      border-radius:999px;
      box-shadow:var(--shadow-sm);
      backdrop-filter:blur(16px);
      pointer-events:auto;
    }
    .brand{
      display:flex;
      align-items:center;
      gap:10px;
      min-width:max-content;
      font-weight:800;
      letter-spacing:-.02em;
      color:#10213e;
    }
    .brand-mark{
      width:36px;height:36px;border-radius:50%;
      background:linear-gradient(135deg,var(--blue),#74a5ff);
      display:grid;place-items:center;color:#fff;
      box-shadow:0 8px 18px rgba(37,99,235,.28);
      font-size:17px;
    }
    .nav-links{
      display:flex;
      align-items:center;
      gap:6px;
      overflow:hidden;
    }
    .nav-link{
      display:flex;align-items:center;gap:6px;
      padding:9px 13px;
      border-radius:999px;
      color:#475467;
      font-size:14px;
      white-space:nowrap;
      transition:.2s ease;
    }
    .nav-link:hover,.nav-link:focus{
      color:var(--blue);
      background:var(--blue-50);
      outline:none;
    }
    .nav-link.active{
      color:#fff;
      background:var(--blue);
      box-shadow:0 8px 18px rgba(37,99,235,.22);
    }
    .nav-actions{display:flex;align-items:center;gap:8px}
    .mini-search{
      width:160px;
      display:flex;align-items:center;gap:6px;
      padding:8px 11px;
      border:1px solid var(--line);
      border-radius:999px;
      background:#fff;
      color:#98a2b3;
      transition:.2s ease;
    }
    .mini-search input{
      width:100%;
      border:0;
      outline:0;
      color:var(--ink);
      background:transparent;
      font-size:13px;
    }
    .mini-search:focus-within{
      border-color:var(--blue);
      box-shadow:0 0 0 4px rgba(37,99,235,.12);
    }
    .btn{
      display:inline-flex;align-items:center;justify-content:center;gap:8px;
      min-height:42px;
      padding:10px 18px;
      border-radius:999px;
      font-weight:700;
      font-size:14px;
      transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease,color .2s ease;
      user-select:none;
    }
    .btn:hover{transform:translateY(-2px);box-shadow:var(--shadow-sm)}
    .btn:active{transform:translateY(0) scale(.98)}
    .btn:focus-visible{outline:3px solid rgba(37,99,235,.25);outline-offset:2px}
    .btn-primary{background:var(--blue);color:#fff;box-shadow:0 12px 26px rgba(37,99,235,.22)}
    .btn-primary:hover{background:var(--blue-700)}
    .btn-secondary{background:#fff;color:var(--blue);border:1px solid var(--blue-100)}
    .btn-ghost{background:var(--blue-50);color:#1d4ed8}
    .section{padding:82px 0}
    .section-head{
      display:flex;
      align-items:end;
      justify-content:space-between;
      gap:28px;
      margin-bottom:28px;
    }
    .eyebrow{
      display:inline-flex;align-items:center;gap:8px;
      color:var(--blue);
      background:var(--blue-50);
      border:1px solid var(--blue-100);
      border-radius:999px;
      padding:6px 10px;
      font-size:13px;
      font-weight:800;
      margin-bottom:12px;
    }
    h1,h2,h3{line-height:1.18;letter-spacing:-.035em;color:#111827}
    h1{font-size:clamp(34px,5vw,62px);max-width:900px}
    h2{font-size:clamp(26px,3vw,38px)}
    h3{font-size:20px}
    .lead{color:#475467;font-size:17px;max-width:760px}
    .muted{color:var(--muted)}
    .hero{
      padding:34px 0 40px;
      min-height:760px;
      display:flex;
      align-items:center;
    }
    .hero-stage{
      position:relative;
      overflow:hidden;
      border-radius:18px;
      min-height:650px;
      background:
        linear-gradient(120deg,rgba(255,255,255,.92),rgba(239,246,255,.72)),
        url("data:image/svg+xml,%3Csvg width='1200' height='720' viewBox='0 0 1200 720' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='1200' height='720' fill='%23f8fbff'/%3E%3Cg opacity='.22' stroke='%232563eb' stroke-width='2'%3E%3Cpath d='M80 112h1040M80 234h1040M80 356h1040M80 478h1040M80 600h1040M200 80v560M420 80v560M640 80v560M860 80v560M1080 80v560'/%3E%3C/g%3E%3Cg opacity='.18'%3E%3Crect x='96' y='96' width='236' height='420' rx='8' fill='%232563eb'/%3E%3Crect x='368' y='152' width='286' height='408' rx='8' fill='%231f9d68'/%3E%3Crect x='690' y='78' width='396' height='510' rx='8' fill='%23b7791f'/%3E%3C/g%3E%3C/svg%3E");
      background-size:cover;
      border:1px solid var(--line);
      box-shadow:var(--shadow-md);
    }
    .series-bar{
      position:absolute;
      top:24px;left:24px;right:24px;
      display:flex;align-items:center;justify-content:space-between;gap:14px;
      padding:10px;
      border-radius:999px;
      background:rgba(255,255,255,.86);
      border:1px solid rgba(228,234,243,.9);
      backdrop-filter:blur(12px);
      z-index:2;
    }
    .series-tabs{display:flex;gap:8px;overflow:auto;scrollbar-width:none}
    .series-tabs::-webkit-scrollbar{display:none}
    .chip{
      display:inline-flex;align-items:center;gap:6px;
      padding:8px 12px;
      border:1px solid var(--line);
      background:#fff;
      color:#475467;
      border-radius:999px;
      font-size:13px;
      font-weight:700;
      white-space:nowrap;
      transition:.2s ease;
    }
    .chip:hover{border-color:var(--blue);color:var(--blue);transform:translateY(-1px)}
    .chip.active{background:#10213e;color:#fff;border-color:#10213e}
    .hero-content{
      position:relative;
      z-index:1;
      padding:124px 54px 46px;
      display:grid;
      grid-template-columns:1.05fr .95fr;
      gap:42px;
      align-items:end;
      min-height:650px;
    }
    .hero-copy{align-self:center}
    .hero-copy .lead{margin-top:18px;margin-bottom:28px}
    .hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:26px}
    .hero-points{display:flex;flex-wrap:wrap;gap:12px}
    .data-pill{
      display:flex;flex-direction:column;gap:2px;
      padding:12px 14px;
      min-width:128px;
      background:rgba(255,255,255,.88);
      border:1px solid var(--line);
      border-radius:var(--radius);
      box-shadow:0 8px 22px rgba(23,32,51,.06);
    }
    .data-pill strong{font-size:22px;color:#10213e}
    .data-pill span{font-size:12px;color:var(--muted)}
    .vertical-feed{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:14px;
      align-items:end;
    }
    .feed-card{
      min-height:260px;
      display:flex;
      flex-direction:column;
      justify-content:space-between;
      padding:16px;
      border-radius:var(--radius);
      background:rgba(255,255,255,.92);
      border:1px solid var(--line);
      box-shadow:var(--shadow-sm);
      transition:.22s ease;
    }
    .feed-card:nth-child(2){min-height:340px}
    .feed-card:nth-child(3){min-height:300px}
    .feed-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-md);border-color:var(--blue-100)}
    .feed-card .rank{
      width:36px;height:36px;border-radius:50%;
      display:grid;place-items:center;
      background:var(--blue-50);
      color:var(--blue);
      font-weight:900;
    }
    .feed-card h3{font-size:18px;margin:18px 0 10px}
    .tag-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}
    .tag{
      display:inline-flex;align-items:center;
      padding:5px 9px;
      background:#f2f6fb;
      color:#516073;
      border:1px solid #e7edf5;
      border-radius:999px;
      font-size:12px;
      font-weight:700;
    }
    .tag.green{background:#edfdf4;color:#12724b;border-color:#d5f6e5}
    .tag.gold{background:#fff8e8;color:#946200;border-color:#f5dfaa}
    .score-line{
      display:flex;align-items:center;justify-content:space-between;
      padding-top:12px;
      border-top:1px solid var(--line);
      margin-top:16px;
      color:var(--muted);
      font-size:13px;
    }
    .highlight-strip{
      background:#10213e;
      color:#fff;
      padding:28px 0;
      border-top:1px solid rgba(255,255,255,.08);
      border-bottom:1px solid rgba(255,255,255,.08);
    }
    .strip-grid{
      display:grid;
      grid-template-columns:1.2fr repeat(3,1fr);
      gap:18px;
      align-items:center;
    }
    .strip-title strong{display:block;font-size:24px;margin-bottom:4px}
    .strip-item{
      display:flex;align-items:center;gap:12px;
      padding:14px;
      border:1px solid rgba(255,255,255,.14);
      border-radius:var(--radius);
      background:rgba(255,255,255,.06);
    }
    .strip-num{
      color:#9fc0ff;
      font-size:22px;
      font-weight:900;
    }
    .card-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
    .info-card{
      background:var(--card);
      border:1px solid var(--line);
      border-radius:var(--radius);
      padding:20px;
      box-shadow:0 8px 24px rgba(23,32,51,.05);
      transition:.22s ease;
    }
    .info-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-sm);border-color:var(--blue-100)}
    .icon-box{
      width:42px;height:42px;border-radius:var(--radius-sm);
      display:grid;place-items:center;
      background:var(--blue-50);
      color:var(--blue);
      font-weight:900;
      margin-bottom:16px;
    }
    .info-card p{margin-top:10px;color:var(--muted);font-size:14px}
    .hotline{
      display:grid;
      grid-template-columns:1fr 1.35fr;
      gap:22px;
      align-items:start;
    }
    .rank-list{
      background:#fff;
      border:1px solid var(--line);
      border-radius:var(--radius);
      box-shadow:var(--shadow-sm);
      overflow:hidden;
    }
    .rank-item{
      display:grid;
      grid-template-columns:50px 1fr auto;
      gap:14px;
      align-items:center;
      padding:18px;
      border-bottom:1px solid var(--line);
      transition:.2s ease;
    }
    .rank-item:last-child{border-bottom:0}
    .rank-item:hover{background:var(--blue-50)}
    .rank-index{
      width:34px;height:34px;
      display:grid;place-items:center;
      border-radius:50%;
      background:#10213e;
      color:#fff;
      font-weight:900;
    }
    .rank-item h3{font-size:17px;margin-bottom:3px}
    .rank-item p{color:var(--muted);font-size:14px}
    .material-board{
      display:grid;
      grid-template-columns:repeat(2,1fr);
      gap:16px;
    }
    .material-card{
      min-height:178px;
      padding:18px;
      border-radius:var(--radius);
      border:1px solid var(--line);
      background:linear-gradient(180deg,#fff,#f8fbff);
      box-shadow:0 8px 20px rgba(23,32,51,.05);
      position:relative;
      overflow:hidden;
    }
    .material-card:after{
      content:"";
      position:absolute;
      right:-30px;bottom:-40px;
      width:120px;height:120px;
      border-radius:50%;
      background:rgba(37,99,235,.08);
    }
    .material-card h3{margin-bottom:8px}
    .material-card p{color:var(--muted);font-size:14px;position:relative;z-index:1}
    .topic-cloud{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      padding:24px;
      background:#fff;
      border:1px solid var(--line);
      border-radius:var(--radius);
      box-shadow:var(--shadow-sm);
    }
    .topic-cloud a{
      padding:10px 14px;
      border-radius:999px;
      border:1px solid var(--line);
      background:#fff;
      color:#475467;
      font-weight:700;
      transition:.2s ease;
    }
    .topic-cloud a:hover{background:var(--blue);border-color:var(--blue);color:#fff;transform:translateY(-2px)}
    .news-layout{
      display:grid;
      grid-template-columns:1.35fr .65fr;
      gap:24px;
      align-items:start;
    }
    .news-list{
      background:#fff;
      border:1px solid var(--line);
      border-radius:var(--radius);
      box-shadow:var(--shadow-sm);
      overflow:hidden;
    }
    .news-item{
      display:grid;
      grid-template-columns:110px 1fr auto;
      gap:16px;
      align-items:center;
      padding:18px 20px;
      border-bottom:1px solid var(--line);
      transition:.2s ease;
    }
    .news-item:last-child{border-bottom:0}
    .news-item:hover{background:#f8fbff}
    .news-date{
      color:var(--blue);
      font-weight:900;
      font-size:13px;
      background:var(--blue-50);
      border-radius:999px;
      padding:7px 10px;
      text-align:center;
    }
    .news-item a{font-weight:800;color:#1d2939}
    .news-item a:hover{color:var(--blue)}
    .news-item p{color:var(--muted);font-size:14px;margin-top:4px}
    .recommend{
      position:sticky;
      top:102px;
      background:#10213e;
      color:#fff;
      border-radius:var(--radius);
      padding:22px;
      box-shadow:var(--shadow-md);
    }
    .recommend h3{color:#fff;margin-bottom:12px}
    .recommend p{color:#d7e3ff;font-size:14px;margin-bottom:16px}
    .mini-list{display:grid;gap:10px;margin:16px 0}
    .mini-list li{
      list-style:none;
      display:flex;
      justify-content:space-between;
      gap:10px;
      padding:11px 0;
      border-bottom:1px solid rgba(255,255,255,.12);
      font-size:14px;
      color:#edf4ff;
    }
    .reviews{
      display:flex;
      gap:14px;
      overflow-x:auto;
      padding-bottom:8px;
      scroll-snap-type:x mandatory;
    }
    .review-card{
      flex:0 0 360px;
      scroll-snap-align:start;
      padding:18px;
      border-radius:var(--radius);
      background:#fff;
      border:1px solid var(--line);
      box-shadow:0 8px 22px rgba(23,32,51,.05);
    }
    .review-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}
    .avatar{
      width:38px;height:38px;border-radius:50%;
      display:grid;place-items:center;
      background:var(--blue-50);
      color:var(--blue);
      font-weight:900;
    }
    .stars{color:#d99b18;letter-spacing:1px}
    .review-card p{color:#475467;font-size:14px}
    .faq-wrap{
      max-width:900px;
      margin:0 auto;
      display:grid;
      gap:12px;
    }
    .faq-item{
      background:#fff;
      border:1px solid var(--line);
      border-radius:var(--radius);
      box-shadow:0 8px 18px rgba(23,32,51,.04);
      overflow:hidden;
    }
    .faq-q{
      width:100%;
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:18px;
      padding:18px 20px;
      text-align:left;
      color:#111827;
      font-weight:900;
    }
    .faq-q span:last-child{color:var(--blue);font-size:20px;transition:.2s ease}
    .faq-a{
      display:none;
      padding:0 20px 20px;
      color:var(--muted);
      font-size:15px;
    }
    .faq-item.open .faq-a{display:block}
    .faq-item.open .faq-q span:last-child{transform:rotate(45deg)}
    .join-cta{
      padding:68px 0 88px;
    }
    .cta-panel{
      display:grid;
      grid-template-columns:1fr auto;
      gap:24px;
      align-items:center;
      padding:34px;
      border-radius:14px;
      background:
        linear-gradient(135deg,rgba(37,99,235,.96),rgba(29,78,216,.9)),
        radial-gradient(circle at 90% 10%,rgba(255,255,255,.24),transparent 30%);
      color:#fff;
      box-shadow:var(--shadow-md);
    }
    .cta-panel h2{color:#fff}
    .cta-panel p{color:#e7efff;margin-top:10px;max-width:720px}
    .cta-actions{display:flex;gap:12px;flex-wrap:wrap}
    .cta-panel .btn-secondary{border-color:rgba(255,255,255,.35);background:#fff;color:var(--blue)}
    .floating-cta{
      position:fixed;
      left:50%;
      bottom:18px;
      transform:translateX(-50%);
      width:min(720px,calc(100% - 28px));
      z-index:45;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:14px;
      padding:10px 12px 10px 18px;
      background:rgba(16,33,62,.94);
      color:#fff;
      border:1px solid rgba(255,255,255,.12);
      border-radius:999px;
      box-shadow:0 18px 45px rgba(16,33,62,.25);
      backdrop-filter:blur(12px);
    }
    .floating-cta p{font-size:14px;color:#dce7ff}
    .floating-cta strong{color:#fff}
    .site-footer{
      background:#0f172a;
      color:#d8e0ef;
      padding:56px 0 92px;
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.4fr repeat(2,.8fr);
      gap:36px;
      margin-bottom:30px;
    }
    .footer-brand{
      display:flex;align-items:center;gap:10px;
      font-size:18px;
      font-weight:900;
      color:#fff;
      margin-bottom:12px;
    }
    .footer-col h3{
      color:#fff;
      font-size:16px;
      margin-bottom:12px;
    }
    .footer-col a{
      display:block;
      color:#b9c4d6;
      padding:5px 0;
      transition:.2s ease;
      font-size:14px;
    }
    .footer-col a:hover{color:#fff;transform:translateX(2px)}
    .footer-bottom{
      display:flex;
      justify-content:space-between;
      gap:18px;
      border-top:1px solid rgba(255,255,255,.1);
      padding-top:20px;
      color:#98a6bd;
      font-size:13px;
    }
    .back-top{
      position:fixed;
      right:18px;
      bottom:88px;
      width:44px;height:44px;
      border-radius:50%;
      display:grid;place-items:center;
      color:var(--blue);
      background:#fff;
      border:1px solid var(--line);
      box-shadow:var(--shadow-sm);
      transition:.2s ease;
      z-index:40;
    }
    .back-top:hover{background:var(--blue);color:#fff;transform:translateY(-3px)}
    @media (max-width:1024px){
      .mini-search{display:none}
      .hero-content{grid-template-columns:1fr;padding:118px 34px 36px}
      .hero-stage{min-height:auto}
      .vertical-feed{grid-template-columns:repeat(3,1fr)}
      .strip-grid{grid-template-columns:1fr 1fr}
      .card-grid{grid-template-columns:repeat(2,1fr)}
      .hotline,.news-layout{grid-template-columns:1fr}
      .recommend{position:relative;top:auto}
    }
    @media (max-width:768px){
      .container{width:min(100% - 28px,var(--container))}
      .site-header{top:8px}
      .dock-nav{
        border-radius:22px;
        align-items:flex-start;
        flex-wrap:wrap;
        padding:10px;
      }
      .brand{width:100%;justify-content:center}
      .nav-links{
        width:100%;
        overflow-x:auto;
        justify-content:flex-start;
        padding-bottom:2px;
      }
      .nav-actions{width:100%;justify-content:center}
      .nav-actions .btn{min-height:38px;padding:8px 13px}
      .section{padding:58px 0}
      .section-head{display:block}
      .section-head .lead{margin-top:10px}
      .hero{padding-top:20px;min-height:auto}
      .series-bar{
        position:relative;
        top:auto;left:auto;right:auto;
        margin:14px;
        border-radius:18px;
        flex-direction:column;
        align-items:stretch;
      }
      .hero-content{
        padding:26px 20px 26px;
        min-height:auto;
      }
      .hero-actions .btn{width:100%}
      .hero-points{display:grid;grid-template-columns:1fr 1fr}
      .data-pill{min-width:0}
      .vertical-feed{grid-template-columns:1fr;gap:12px}
      .feed-card,.feed-card:nth-child(2),.feed-card:nth-child(3){min-height:210px}
      .strip-grid,.material-board{grid-template-columns:1fr}
      .rank-item{grid-template-columns:44px 1fr;align-items:start}
      .rank-item .btn{grid-column:2}
      .news-item{grid-template-columns:1fr;gap:8px}
      .review-card{flex-basis:82vw}
      .cta-panel{grid-template-columns:1fr;padding:24px}
      .footer-grid{grid-template-columns:1fr}
      .footer-bottom{flex-direction:column}
      .floating-cta{border-radius:18px;align-items:flex-start;flex-direction:column}
    }
    @media (max-width:520px){
      h1{font-size:33px}
      .card-grid{grid-template-columns:1fr}
      .hero-points{grid-template-columns:1fr}
      .brand{font-size:14px}
      .brand-mark{width:32px;height:32px}
      .nav-link{padding:8px 11px}
      .topic-cloud{padding:16px}
      .back-top{bottom:126px}
    }

/* roulang page: category1 */
:root{
      --bg:#f5f8fc;
      --bg-soft:#eef4fb;
      --panel:rgba(255,255,255,.88);
      --panel-solid:#ffffff;
      --text:#0d1b2a;
      --muted:#5f7288;
      --brand:#0b4ea2;
      --brand-deep:#08377a;
      --brand-soft:#eaf2ff;
      --line:#d9e3ef;
      --line-strong:#c7d7ea;
      --shadow:0 18px 48px rgba(14, 39, 84, .08);
      --shadow-soft:0 8px 24px rgba(14, 39, 84, .06);
      --radius:18px;
      --radius-sm:12px;
      --radius-xs:8px;
      --container:1180px;
      --gap:20px;
      --gap-lg:28px;
      --transition:.22s ease;
      --gold:#b98b2e;
      --green:#2f855a;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:PingFang SC, HarmonyOS Sans, "Microsoft YaHei", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
      color:var(--text);
      background:
        radial-gradient(circle at top left, rgba(11,78,162,.08), transparent 28%),
        radial-gradient(circle at bottom right, rgba(47,133,90,.06), transparent 24%),
        linear-gradient(180deg, #f8fbff 0%, #ffffff 42%, #f7f9fc 100%);
      line-height:1.72;
      text-rendering:optimizeLegibility;
      -webkit-font-smoothing:antialiased;
    }
    body::before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      background-image:linear-gradient(rgba(15,44,86,.03) 1px, transparent 1px), linear-gradient(90deg, rgba(15,44,86,.03) 1px, transparent 1px);
      background-size:42px 42px;
      opacity:.42;
      mask-image:linear-gradient(180deg, rgba(0,0,0,.4), rgba(0,0,0,0) 18%);
    }
    a{
      color:inherit;
      text-decoration:none;
      transition:color var(--transition), transform var(--transition), background-color var(--transition), border-color var(--transition), box-shadow var(--transition), opacity var(--transition);
    }
    img{max-width:100%;display:block}
    button,input,select,textarea{
      font:inherit;
      color:inherit;
    }
    button{
      cursor:pointer;
      border:none;
      background:none;
      padding:0;
    }
    :focus-visible{
      outline:3px solid rgba(11,78,162,.18);
      outline-offset:3px;
    }
    .container{
      width:min(var(--container), calc(100% - 32px));
      margin:0 auto;
      position:relative;
      z-index:1;
    }
    .site-header{
      position:sticky;
      top:12px;
      z-index:50;
      padding:12px 0 0;
    }
    .dock-nav{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
      padding:14px 16px;
      border:1px solid rgba(217,227,239,.92);
      border-radius:24px;
      background:rgba(255,255,255,.84);
      backdrop-filter:blur(16px);
      box-shadow:var(--shadow);
    }
    .brand,
    .footer-brand{
      display:inline-flex;
      align-items:center;
      gap:10px;
      font-weight:800;
      letter-spacing:.01em;
      color:var(--text);
      white-space:nowrap;
    }
    .brand-mark{
      width:36px;
      height:36px;
      display:grid;
      place-items:center;
      border-radius:12px;
      color:#fff;
      background:linear-gradient(180deg, #1f66c8, var(--brand));
      box-shadow:0 10px 22px rgba(11,78,162,.18);
      flex:0 0 auto;
      font-size:.96rem;
    }
    .nav-links{
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      flex:1 1 auto;
      min-width:0;
    }
    .nav-link{
      display:inline-flex;
      align-items:center;
      gap:7px;
      padding:10px 14px;
      border-radius:999px;
      border:1px solid transparent;
      color:var(--muted);
      font-weight:700;
      background:transparent;
      transition:background-color var(--transition), color var(--transition), border-color var(--transition), transform var(--transition), box-shadow var(--transition);
    }
    .nav-link:hover,
    .nav-link:focus-visible{
      background:#f3f7fd;
      color:var(--brand);
      border-color:#d8e4f1;
      transform:translateY(-1px);
      box-shadow:0 8px 16px rgba(16,44,86,.05);
    }
    .nav-link.active{
      background:var(--brand-soft);
      color:var(--brand);
      border-color:#c7d8ef;
      box-shadow:inset 0 1px 0 rgba(255,255,255,.65);
    }
    .nav-actions{
      display:flex;
      align-items:center;
      justify-content:flex-end;
      gap:10px;
      flex-wrap:wrap;
      min-width:0;
    }
    .mini-search{
      display:flex;
      align-items:center;
      gap:8px;
      min-width:220px;
      padding:9px 12px;
      border-radius:999px;
      border:1px solid var(--line);
      background:#f7faff;
      box-shadow:inset 0 1px 0 rgba(255,255,255,.7);
      color:var(--muted);
    }
    .mini-search span{
      color:var(--brand);
      font-weight:700;
      flex:0 0 auto;
    }
    .mini-search input{
      width:100%;
      border:none;
      outline:none;
      background:transparent;
      color:var(--text);
      min-width:0;
    }
    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      min-height:42px;
      padding:0 16px;
      border-radius:999px;
      border:1px solid transparent;
      font-weight:700;
      line-height:1;
      white-space:nowrap;
      transition:transform var(--transition), box-shadow var(--transition), background-color var(--transition), color var(--transition), border-color var(--transition), opacity var(--transition);
    }
    .btn:hover{
      transform:translateY(-1px);
      box-shadow:0 12px 24px rgba(11,78,162,.14);
    }
    .btn:active{
      transform:translateY(0) scale(.98);
      box-shadow:0 8px 16px rgba(11,78,162,.12);
    }
    .btn-primary{
      background:linear-gradient(180deg, #1e67c9, var(--brand));
      color:#fff;
      border-color:#1858b1;
    }
    .btn-primary:hover{
      color:#fff;
      background:linear-gradient(180deg, #215db6, var(--brand-deep));
    }
    .btn-ghost{
      background:#f5f8fd;
      color:var(--brand);
      border-color:#cfddee;
    }
    .btn-ghost:hover{
      background:#edf4fe;
      border-color:#bcd0ea;
      color:var(--brand-deep);
    }
    .btn-light{
      background:#fff;
      color:var(--text);
      border-color:var(--line);
    }
    .btn-light:hover{
      border-color:#c9d9ea;
      background:#f9fbff;
    }
    .btn-block{
      width:100%;
    }
    main{
      position:relative;
      z-index:1;
      padding:18px 0 40px;
    }
    section{
      padding:26px 0;
    }
    .hero{
      padding-top:14px;
    }
    .hero-grid{
      display:grid;
      grid-template-columns:minmax(0,1.18fr) minmax(320px,.82fr);
      gap:24px;
      align-items:stretch;
    }
    .hero-copy{
      padding:8px 0 0;
    }
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:7px 12px;
      border-radius:999px;
      border:1px solid #d4e0ee;
      background:#f7fbff;
      color:var(--brand);
      font-size:.95rem;
      font-weight:700;
      letter-spacing:.02em;
      box-shadow:inset 0 1px 0 rgba(255,255,255,.8);
    }
    .breadcrumb{
      margin:14px 0 10px;
      color:var(--muted);
      font-size:.95rem;
    }
    .breadcrumb a{
      color:var(--muted);
    }
    .breadcrumb a:hover{
      color:var(--brand);
    }
    h1,h2,h3,p{
      margin:0;
    }
    h1{
      margin-top:14px;
      font-size:3.1rem;
      line-height:1.15;
      letter-spacing:-.02em;
    }
    .hero-lead{
      max-width:42rem;
      margin-top:16px;
      font-size:1.06rem;
      color:var(--muted);
    }
    .hero-actions{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin-top:22px;
    }
    .hero-tags{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:18px;
    }
    .badge,
    .tag,
    .chip{
      display:inline-flex;
      align-items:center;
      gap:6px;
      border-radius:999px;
      border:1px solid var(--line);
      background:#fff;
      color:var(--muted);
      font-size:.92rem;
      line-height:1;
      transition:all var(--transition);
      white-space:nowrap;
    }
    .badge{
      padding:7px 11px;
      font-weight:700;
      background:#f8fbff;
    }
    .badge.accent{
      background:#eef4ff;
      color:var(--brand);
      border-color:#cfe0f7;
    }
    .tag{
      padding:6px 10px;
      background:#f7f9fc;
    }
    .hero-panel{
      padding:22px;
      border-radius:24px;
      border:1px solid rgba(212,223,237,.92);
      background:
        linear-gradient(180deg, rgba(255,255,255,.95), rgba(246,249,253,.98)),
        #fff;
      box-shadow:var(--shadow);
      display:flex;
      flex-direction:column;
      gap:18px;
      overflow:hidden;
      position:relative;
    }
    .hero-panel::before{
      content:"";
      position:absolute;
      inset:auto -30px -30px auto;
      width:180px;
      height:180px;
      border-radius:50%;
      background:radial-gradient(circle, rgba(11,78,162,.12), transparent 68%);
      pointer-events:none;
    }
    .panel-head{
      display:flex;
      align-items:flex-start;
      justify-content:space-between;
      gap:12px;
    }
    .panel-title{
      font-size:1.18rem;
      line-height:1.35;
      font-weight:800;
      color:var(--text);
      max-width:14rem;
    }
    .panel-text{
      color:var(--muted);
      margin-top:-2px;
      font-size:.98rem;
    }
    .progress-block{
      padding:14px 14px 16px;
      border-radius:18px;
      border:1px solid #e0e8f3;
      background:#fff;
      box-shadow:var(--shadow-soft);
    }
    .progress-label{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      color:var(--muted);
      font-size:.95rem;
      margin-bottom:10px;
    }
    .progress{
      width:100%;
      height:12px;
      border-radius:999px;
      background:#e7eef7;
      overflow:hidden;
      position:relative;
    }
    .progress span{
      display:block;
      height:100%;
      border-radius:inherit;
      background:linear-gradient(90deg, #1e67c9, #4a8ef0);
      box-shadow:0 8px 16px rgba(11,78,162,.22);
    }
    .mini-steps{
      list-style:none;
      padding:0;
      margin:0;
      display:grid;
      gap:10px;
    }
    .mini-steps li{
      display:flex;
      align-items:flex-start;
      gap:10px;
      color:var(--text);
      font-size:.97rem;
    }
    .mini-steps li::before{
      content:"•";
      color:var(--brand);
      font-weight:900;
      line-height:1.3;
    }
    .hero-strip{
      margin-top:18px;
      display:grid;
      grid-template-columns:repeat(4, minmax(0,1fr));
      gap:12px;
    }
    .strip-item{
      padding:16px 16px 14px;
      border-radius:18px;
      background:rgba(255,255,255,.92);
      border:1px solid var(--line);
      box-shadow:var(--shadow-soft);
      position:relative;
      overflow:hidden;
    }
    .strip-item::before{
      content:"";
      position:absolute;
      inset:0 auto auto 0;
      width:100%;
      height:3px;
      background:linear-gradient(90deg, var(--brand), rgba(11,78,162,.18));
    }
    .strip-item span{
      display:block;
      font-size:.92rem;
      color:var(--muted);
      margin-bottom:6px;
    }
    .strip-item strong{
      display:block;
      font-size:1.3rem;
      line-height:1.1;
      color:var(--text);
    }
    .filter-band{
      padding-top:10px;
    }
    .filter-dock{
      display:flex;
      align-items:center;
      gap:12px;
      padding:16px;
      border-radius:22px;
      border:1px solid rgba(214,225,237,.95);
      background:rgba(255,255,255,.9);
      box-shadow:var(--shadow);
      overflow:hidden;
    }
    .filter-label{
      display:inline-flex;
      align-items:center;
      gap:8px;
      flex:0 0 auto;
      padding:8px 12px;
      border-radius:999px;
      background:#edf4ff;
      color:var(--brand);
      font-weight:800;
      border:1px solid #cfe0f7;
      white-space:nowrap;
    }
    .chip-row{
      display:flex;
      align-items:center;
      gap:10px;
      flex-wrap:wrap;
      min-width:0;
      flex:1 1 auto;
    }
    .chip{
      padding:9px 12px;
      cursor:pointer;
      background:#f8fbff;
      font-weight:700;
    }
    .chip:hover,
    .chip:focus-visible{
      background:#eef4ff;
      border-color:#c9daf3;
      color:var(--brand);
      transform:translateY(-1px);
      box-shadow:0 10px 18px rgba(11,78,162,.08);
    }
    .chip.active{
      background:var(--brand);
      color:#fff;
      border-color:var(--brand);
      box-shadow:0 12px 24px rgba(11,78,162,.16);
    }
    .section-head{
      display:flex;
      align-items:flex-end;
      justify-content:space-between;
      gap:18px;
      margin-bottom:18px;
    }
    .section-head h2{
      font-size:2rem;
      line-height:1.18;
      letter-spacing:-.01em;
    }
    .section-head p{
      max-width:40rem;
      color:var(--muted);
    }
    .stat-grid{
      display:grid;
      grid-template-columns:repeat(4, minmax(0,1fr));
      gap:16px;
    }
    .stat-card{
      padding:20px;
      border-radius:20px;
      border:1px solid var(--line);
      background:rgba(255,255,255,.92);
      box-shadow:var(--shadow-soft);
      transition:transform var(--transition), box-shadow var(--transition), border-color var(--transition);
    }
    .stat-card:hover{
      transform:translateY(-2px);
      box-shadow:0 16px 30px rgba(14,39,84,.09);
      border-color:#c9d9eb;
    }
    .stat-label{
      color:var(--muted);
      font-size:.95rem;
      margin-bottom:12px;
    }
    .stat-value{
      display:flex;
      align-items:baseline;
      gap:8px;
      font-size:2rem;
      line-height:1;
      color:var(--text);
      font-weight:800;
    }
    .stat-value small{
      font-size:.96rem;
      color:var(--brand);
      font-weight:700;
    }
    .stat-desc{
      margin-top:10px;
      color:var(--muted);
      font-size:.95rem;
    }
    .layout-2col{
      display:grid;
      grid-template-columns:minmax(0,1fr) 300px;
      gap:18px;
      align-items:start;
    }
    .card-grid{
      display:grid;
      grid-template-columns:repeat(3, minmax(0,1fr));
      gap:16px;
    }
    .content-card{
      display:flex;
      flex-direction:column;
      justify-content:space-between;
      gap:14px;
      min-height:220px;
      padding:20px;
      border-radius:20px;
      border:1px solid var(--line);
      background:rgba(255,255,255,.94);
      box-shadow:var(--shadow-soft);
      position:relative;
      overflow:hidden;
      transition:transform var(--transition), box-shadow var(--transition), border-color var(--transition);
    }
    .content-card::before{
      content:"";
      position:absolute;
      inset:0 auto auto 0;
      width:100%;
      height:4px;
      background:linear-gradient(90deg, var(--brand), rgba(47,133,90,.65));
      opacity:.95;
    }
    .content-card:hover{
      transform:translateY(-3px);
      box-shadow:0 18px 34px rgba(14,39,84,.1);
      border-color:#c7d7ea;
    }
    .card-top{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:10px;
    }
    .update-pill{
      display:inline-flex;
      align-items:center;
      gap:6px;
      padding:7px 10px;
      border-radius:999px;
      background:#edf4ff;
      color:var(--brand);
      font-size:.86rem;
      font-weight:800;
      white-space:nowrap;
    }
    .status-dot{
      width:8px;
      height:8px;
      border-radius:50%;
      background:var(--green);
      box-shadow:0 0 0 4px rgba(47,133,90,.12);
    }
    .card-title{
      font-size:1.18rem;
      line-height:1.38;
      font-weight:800;
      margin-top:10px;
    }
    .card-text{
      color:var(--muted);
      font-size:.96rem;
      margin-top:8px;
    }
    .tag-row{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
    }
    .tag.soft{
      color:var(--brand);
      background:#f0f5ff;
      border-color:#d4e3f7;
      font-weight:700;
    }
    .card-foot{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:10px;
      padding-top:2px;
      border-top:1px solid #eef2f7;
      color:var(--muted);
      font-size:.92rem;
    }
    .card-foot strong{
      color:var(--text);
    }
    .sidebox{
      position:sticky;
      top:96px;
      display:flex;
      flex-direction:column;
      gap:16px;
      padding:20px;
      border-radius:22px;
      border:1px solid var(--line);
      background:rgba(255,255,255,.94);
      box-shadow:var(--shadow-soft);
    }
    .sidebox h3{
      font-size:1.1rem;
      line-height:1.3;
      margin-bottom:10px;
    }
    .side-group{
      padding:14px;
      border-radius:18px;
      background:#f8fbff;
      border:1px solid #e2eaf4;
    }
    .side-group + .side-group{
      margin-top:2px;
    }
    .side-list{
      list-style:none;
      padding:0;
      margin:0;
      display:grid;
      gap:10px;
    }
    .side-list li{
      display:flex;
      align-items:flex-start;
      justify-content:space-between;
      gap:10px;
      padding:10px 0;
      border-bottom:1px dashed #e3ebf4;
      color:var(--text);
    }
    .side-list li:last-child{
      border-bottom:none;
      padding-bottom:0;
    }
    .side-list small{
      color:var(--muted);
      font-size:.88rem;
      display:block;
      margin-top:2px;
    }
    .chip-cloud{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
    }
    .chip-cloud .chip{
      padding:8px 10px;
    }
    .list-section{
      padding-top:8px;
    }
    .stagger-grid{
      display:grid;
      grid-template-columns:repeat(12, minmax(0,1fr));
      gap:16px;
    }
    .span-4{grid-column:span 4;}
    .span-5{grid-column:span 5;}
    .span-6{grid-column:span 6;}
    .span-7{grid-column:span 7;}
    .span-8{grid-column:span 8;}
    .span-12{grid-column:span 12;}
    .flow-card{
      min-height:unset;
      justify-content:flex-start;
    }
    .flow-head{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:10px;
    }
    .flow-icon{
      width:42px;
      height:42px;
      display:grid;
      place-items:center;
      border-radius:14px;
      background:#edf4ff;
      color:var(--brand);
      font-weight:900;
      border:1px solid #d4e0f0;
      flex:0 0 auto;
    }
    .flow-title{
      font-size:1.12rem;
      font-weight:800;
      line-height:1.35;
    }
    .flow-list{
      list-style:none;
      padding:0;
      margin:0;
      display:grid;
      gap:10px;
      color:var(--muted);
    }
    .flow-list li{
      display:flex;
      align-items:flex-start;
      gap:10px;
    }
    .flow-list li::before{
      content:"";
      width:8px;
      height:8px;
      border-radius:50%;
      background:var(--brand);
      margin-top:.55rem;
      flex:0 0 auto;
      box-shadow:0 0 0 4px rgba(11,78,162,.08);
    }
    .loadmore-row{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      margin-top:18px;
      flex-wrap:wrap;
    }
    .pager{
      display:flex;
      align-items:center;
      gap:8px;
      flex-wrap:wrap;
    }
    .page-link{
      min-width:42px;
      min-height:42px;
      padding:0 12px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      border-radius:12px;
      border:1px solid var(--line);
      background:#fff;
      color:var(--muted);
      font-weight:700;
      box-shadow:var(--shadow-soft);
    }
    .page-link:hover{
      color:var(--brand);
      border-color:#c6d8ef;
      transform:translateY(-1px);
    }
    .page-link.active{
      background:var(--brand);
      color:#fff;
      border-color:var(--brand);
      box-shadow:0 10px 18px rgba(11,78,162,.16);
    }
    .page-dots{
      color:var(--muted);
      padding:0 4px;
    }
    .review-strip{
      display:flex;
      gap:14px;
      overflow-x:auto;
      padding-bottom:6px;
      scroll-snap-type:x mandatory;
      scrollbar-width:thin;
    }
    .review-strip::-webkit-scrollbar{
      height:8px;
    }
    .review-strip::-webkit-scrollbar-thumb{
      background:#cbd8e8;
      border-radius:999px;
    }
    .review-card{
      min-width:280px;
      scroll-snap-align:start;
      padding:18px;
      border-radius:18px;
      border:1px solid var(--line);
      background:rgba(255,255,255,.95);
      box-shadow:var(--shadow-soft);
    }
    .review-top{
      display:flex;
      align-items:center;
      gap:12px;
      margin-bottom:12px;
    }
    .avatar{
      width:42px;
      height:42px;
      border-radius:14px;
      display:grid;
      place-items:center;
      background:linear-gradient(180deg, #eef4ff, #dfeafc);
      color:var(--brand);
      font-weight:900;
      border:1px solid #d4e0ef;
      flex:0 0 auto;
    }
    .review-name{
      font-weight:800;
      color:var(--text);
      line-height:1.2;
    }
    .review-meta{
      color:var(--muted);
      font-size:.88rem;
      margin-top:2px;
    }
    .stars{
      color:var(--gold);
      font-size:.96rem;
      letter-spacing:.04em;
    }
    .review-text{
      color:var(--text);
      font-size:.96rem;
    }
    .faq-list{
      display:grid;
      gap:12px;
    }
    .faq-item{
      border-radius:18px;
      border:1px solid var(--line);
      background:rgba(255,255,255,.94);
      box-shadow:var(--shadow-soft);
      overflow:hidden;
    }
    .faq-q{
      width:100%;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
      padding:18px 18px;
      background:transparent;
      color:var(--text);
      text-align:left;
      font-weight:800;
    }
    .faq-q span{
      font-size:1rem;
      line-height:1.45;
    }
    .faq-arrow{
      width:32px;
      height:32px;
      border-radius:50%;
      display:grid;
      place-items:center;
      background:#f0f5ff;
      color:var(--brand);
      flex:0 0 auto;
      transition:transform var(--transition), background-color var(--transition), color var(--transition);
    }
    .faq-item.open .faq-arrow{
      transform:rotate(180deg);
      background:var(--brand);
      color:#fff;
    }
    .faq-a{
      max-height:0;
      overflow:hidden;
      transition:max-height .32s ease;
      border-top:1px solid transparent;
    }
    .faq-item.open .faq-a{
      max-height:220px;
      border-top-color:#edf2f7;
    }
    .faq-a p{
      padding:0 18px 18px;
      color:var(--muted);
    }
    .cta-panel{
      display:grid;
      grid-template-columns:minmax(0,1.2fr) auto;
      gap:18px;
      align-items:center;
      padding:24px;
      border-radius:24px;
      border:1px solid rgba(201,216,234,.95);
      background:linear-gradient(180deg, #ffffff, #f4f8fe);
      box-shadow:var(--shadow);
    }
    .cta-panel h2{
      font-size:2rem;
      line-height:1.2;
      margin-top:10px;
    }
    .cta-panel p{
      margin-top:12px;
      color:var(--muted);
      max-width:42rem;
    }
    .cta-actions{
      display:flex;
      align-items:center;
      gap:12px;
      flex-wrap:wrap;
      justify-content:flex-end;
    }
    .site-footer{
      padding:28px 0 18px;
      margin-top:10px;
      border-top:1px solid rgba(217,227,239,.86);
      background:linear-gradient(180deg, rgba(245,248,252,.2), rgba(245,248,252,.92));
      position:relative;
      z-index:1;
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.2fr .8fr .8fr;
      gap:22px;
      padding-bottom:18px;
    }
    .footer-col h3{
      font-size:1rem;
      margin-bottom:12px;
    }
    .footer-col a{
      display:block;
      color:var(--muted);
      padding:6px 0;
    }
    .footer-col a:hover,
    .footer-col a:focus-visible{
      color:var(--brand);
    }
    .footer-col .muted{
      color:var(--muted);
      margin-top:12px;
      max-width:28rem;
    }
    .footer-bottom{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      flex-wrap:wrap;
      padding-top:14px;
      border-top:1px solid rgba(219,228,240,.95);
      color:var(--muted);
      font-size:.95rem;
    }
    .back-top{
      position:fixed;
      right:18px;
      bottom:18px;
      width:48px;
      height:48px;
      display:grid;
      place-items:center;
      border-radius:16px;
      background:var(--brand);
      color:#fff;
      box-shadow:0 16px 28px rgba(11,78,162,.22);
      opacity:0;
      pointer-events:none;
      transform:translateY(12px);
      transition:opacity var(--transition), transform var(--transition), background-color var(--transition), box-shadow var(--transition);
      z-index:60;
    }
    .back-top.show{
      opacity:1;
      pointer-events:auto;
      transform:translateY(0);
    }
    .back-top:hover{
      background:var(--brand-deep);
      box-shadow:0 18px 30px rgba(11,78,162,.28);
    }
    .muted{
      color:var(--muted);
    }
    @media (max-width: 1120px){
      h1{font-size:2.8rem;}
      .hero-grid{grid-template-columns:1fr;}
      .hero-panel{order:2}
      .hero-copy{order:1}
      .layout-2col{grid-template-columns:1fr;}
      .sidebox{position:static;}
      .card-grid{grid-template-columns:repeat(2, minmax(0,1fr));}
      .stat-grid{grid-template-columns:repeat(2, minmax(0,1fr));}
      .hero-strip{grid-template-columns:repeat(2, minmax(0,1fr));}
      .stagger-grid{grid-template-columns:repeat(6, minmax(0,1fr));}
      .span-4,.span-5,.span-6,.span-7,.span-8,.span-12{grid-column:span 6;}
    }
    @media (max-width: 768px){
      .site-header{top:0;padding-top:10px;}
      .dock-nav{
        padding:14px;
        border-radius:20px;
      }
      .nav-links{
        order:3;
        width:100%;
        justify-content:flex-start;
        overflow-x:auto;
        padding-bottom:2px;
      }
      .nav-links::-webkit-scrollbar{height:6px;}
      .nav-actions{
        width:100%;
        justify-content:space-between;
      }
      .mini-search{
        min-width:0;
        flex:1 1 100%;
      }
      h1{font-size:2.35rem;}
      .section-head{
        align-items:flex-start;
        flex-direction:column;
      }
      .section-head h2{font-size:1.7rem;}
      .card-grid{
        grid-template-columns:1fr;
      }
      .stat-grid{
        grid-template-columns:1fr 1fr;
      }
      .hero-strip{
        grid-template-columns:1fr 1fr;
      }
      .filter-dock{
        flex-direction:column;
        align-items:stretch;
      }
      .chip-row{
        overflow-x:auto;
        padding-bottom:2px;
        flex-wrap:nowrap;
      }
      .chip-row::-webkit-scrollbar{height:6px;}
      .cta-panel{
        grid-template-columns:1fr;
      }
      .cta-actions{
        justify-content:flex-start;
      }
      .footer-grid{
        grid-template-columns:1fr;
      }
      .span-4,.span-5,.span-6,.span-7,.span-8,.span-12{grid-column:span 6;}
      .back-top{
        right:14px;
        bottom:14px;
      }
    }
    @media (max-width: 520px){
      .container{
        width:min(var(--container), calc(100% - 24px));
      }
      h1{
        font-size:2rem;
      }
      .hero-panel,
      .stat-card,
      .content-card,
      .sidebox,
      .review-card,
      .cta-panel,
      .filter-dock{
        border-radius:18px;
      }
      .hero-strip,
      .stat-grid{
        grid-template-columns:1fr;
      }
      .span-4,.span-5,.span-6,.span-7,.span-8,.span-12{grid-column:span 6;}
      .loadmore-row{
        align-items:flex-start;
      }
      .pager{
        width:100%;
      }
      .page-link{
        flex:1 1 auto;
      }
    }
