/* roulang page: index */
:root{
      --ink:#171412;
      --paper:#F7F0E6;
      --paper-2:#FFF8EF;
      --muted:#6B6258;
      --line:rgba(23,20,18,.14);
      --red:#E83B2F;
      --orange:#FF7A1A;
      --caramel:#9A5B25;
      --soft:#FFF1E4;
      --warning:#FFE8E4;
      --green:#2F8B57;
      --radius-lg:28px;
      --radius-md:20px;
      --shadow:0 18px 60px rgba(90,45,20,.12);
      --shadow-strong:0 24px 80px rgba(232,59,47,.18);
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      color:var(--ink);
      background:
        radial-gradient(circle at 12% 8%, rgba(255,122,26,.16), transparent 28%),
        radial-gradient(circle at 90% 12%, rgba(232,59,47,.12), transparent 28%),
        linear-gradient(180deg,var(--paper),#fffaf3 46%,var(--paper));
      font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans SC",sans-serif;
      line-height:1.75;
      overflow-x:hidden;
    }
    body:before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      opacity:.42;
      background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='120' height='120' filter='url(/%23n)' opacity='.16'/%3E%3C/svg%3E");
      mix-blend-mode:multiply;
      z-index:-1;
    }
    a{color:inherit;text-decoration:none}
    button,input,select{font:inherit}
    button{cursor:pointer}
    img{max-width:100%;display:block}
    .container-wrap{width:min(1180px,calc(100% - 32px));margin-inline:auto}
    .serif{font-family:"Noto Serif SC","Songti SC",serif}
    .glass-nav{
      position:fixed;left:0;right:0;top:0;z-index:50;
      transition:background .25s ease,border .25s ease,box-shadow .25s ease,transform .25s ease;
      background:rgba(255,245,235,.58);
      border-bottom:1px solid rgba(255,255,255,.38);
      backdrop-filter:blur(18px);
      -webkit-backdrop-filter:blur(18px);
    }
    .glass-nav.scrolled{
      background:rgba(247,240,230,.94);
      border-bottom:1px solid var(--line);
      box-shadow:0 16px 44px rgba(23,20,18,.08);
    }
    .nav-inner{height:76px;display:flex;align-items:center;justify-content:space-between;gap:18px}
    .brand{display:flex;align-items:center;gap:12px;font-weight:900;letter-spacing:-.02em}
    .brand-mark{
      width:38px;height:38px;border-radius:14px;
      background:linear-gradient(135deg,var(--red),var(--orange));
      box-shadow:0 12px 30px rgba(232,59,47,.28);
      position:relative;flex:0 0 auto;
    }
    .brand-mark:before,.brand-mark:after{
      content:"";position:absolute;top:8px;bottom:8px;width:4px;border-radius:99px;background:rgba(255,255,255,.62)
    }
    .brand-mark:before{left:8px}.brand-mark:after{right:8px}
    .nav-links{display:flex;align-items:center;gap:6px}
    .nav-link{
      padding:10px 14px;border-radius:999px;color:rgba(23,20,18,.78);
      font-size:14px;font-weight:700;transition:.2s ease;
    }
    .nav-link:hover,.nav-link.active{background:rgba(255,122,26,.12);color:var(--red)}
    .nav-actions{display:flex;align-items:center;gap:10px}
    .search-mini{
      width:210px;height:42px;border:1px solid var(--line);border-radius:999px;
      background:rgba(255,255,255,.45);padding:0 15px;outline:none;transition:.2s ease;
    }
    .search-mini:focus{border-color:var(--orange);box-shadow:0 0 0 4px rgba(255,122,26,.14);background:#fff}
    .btn{
      display:inline-flex;align-items:center;justify-content:center;gap:8px;
      min-height:46px;padding:12px 18px;border-radius:999px;
      font-weight:900;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease;
      border:1px solid transparent;white-space:nowrap;
    }
    .btn-primary{background:linear-gradient(135deg,var(--red),var(--orange));color:white;box-shadow:0 14px 34px rgba(232,59,47,.25)}
    .btn-primary:hover{transform:translateY(-2px);box-shadow:0 20px 46px rgba(232,59,47,.34)}
    .btn-secondary{background:rgba(255,248,239,.72);border-color:rgba(23,20,18,.18);color:var(--ink)}
    .btn-secondary:hover{background:var(--soft);border-color:rgba(255,122,26,.45);transform:translateY(-2px)}
    .btn-dark{background:var(--ink);color:var(--paper)}
    .btn-dark:hover{transform:translateY(-2px);box-shadow:0 16px 40px rgba(23,20,18,.22)}
    .menu-toggle{display:none;width:46px;height:46px;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.58)}
    .menu-toggle span{display:block;width:18px;height:2px;background:var(--ink);margin:4px auto;border-radius:9px}
    .mobile-panel{display:none}
    section{padding:82px 0}
    .hero{padding:122px 0 48px;min-height:760px;display:flex;align-items:center}
    .hero-stage{
      border:1px solid rgba(23,20,18,.16);
      border-radius:36px;
      background:
        linear-gradient(135deg,rgba(23,20,18,.92),rgba(54,33,20,.9)),
        radial-gradient(circle at 20% 20%,rgba(255,122,26,.35),transparent 36%);
      color:var(--paper);
      overflow:hidden;position:relative;box-shadow:var(--shadow);
    }
    .hero-stage:before{
      content:"";position:absolute;inset:18px;border:1px solid rgba(247,240,230,.18);border-radius:28px;pointer-events:none;
    }
    .hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:0;min-height:600px}
    .cover-copy{padding:58px;position:relative;z-index:1}
    .eyebrow{display:inline-flex;align-items:center;gap:8px;padding:7px 12px;border-radius:999px;background:rgba(255,122,26,.16);color:#FFD2B0;border:1px solid rgba(255,122,26,.38);font-size:13px;font-weight:900;letter-spacing:.06em}
    h1{font-size:clamp(38px,6vw,70px);line-height:1.06;letter-spacing:-.05em;margin:22px 0 20px}
    .hero-desc{font-size:18px;color:rgba(247,240,230,.82);max-width:700px}
    .group-strip{
      margin-top:28px;display:flex;flex-wrap:wrap;align-items:center;gap:12px;
      padding:13px;border-radius:20px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14)
    }
    .avatar-stack{display:flex}
    .avatar-stack i{width:30px;height:30px;border-radius:50%;background:linear-gradient(135deg,var(--orange),#ffd3aa);border:2px solid rgba(23,20,18,.55);margin-left:-7px}
    .avatar-stack i:first-child{margin-left:0}
    .group-strip strong{color:#fff}
    .hero-cta{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}
    .hero-points{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:34px}
    .point{border-top:1px solid rgba(247,240,230,.22);padding-top:14px}
    .point b{font-size:24px;color:#fff}.point span{display:block;font-size:13px;color:rgba(247,240,230,.64)}
    .entry-board{
      padding:34px;position:relative;z-index:1;
      background:linear-gradient(180deg,rgba(255,248,239,.1),rgba(255,248,239,.04));
      border-left:1px solid rgba(247,240,230,.16);
      display:grid;align-content:center;gap:14px;
    }
    .board-card{
      background:rgba(255,248,239,.1);border:1px solid rgba(247,240,230,.16);
      border-radius:24px;padding:18px;transition:.2s ease;
    }
    .board-card:hover{transform:translateY(-3px);border-color:rgba(255,122,26,.5)}
    .board-card .top{display:flex;align-items:center;justify-content:space-between;gap:12px}
    .badge{display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:900;border:1px solid rgba(23,20,18,.13);background:#fff8ef;color:var(--caramel)}
    .badge.red{background:linear-gradient(135deg,var(--red),var(--orange));color:#fff;border:0}
    .badge.dark{background:rgba(23,20,18,.08);color:var(--ink)}
    .status-dot{width:8px;height:8px;border-radius:50%;background:var(--green);box-shadow:0 0 0 4px rgba(47,139,87,.14)}
    .guarantee-bar{
      margin-top:22px;background:rgba(255,248,239,.86);border:1px solid var(--line);
      border-radius:24px;box-shadow:var(--shadow);padding:14px;
      display:grid;grid-template-columns:repeat(5,1fr);gap:10px;
    }
    .guarantee-item{display:flex;align-items:center;gap:10px;padding:12px;border-radius:18px;background:rgba(255,255,255,.46)}
    .guarantee-item span{font-size:22px}.guarantee-item b{display:block;font-size:14px}.guarantee-item small{display:block;color:var(--muted);line-height:1.35}
    .section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:34px}
    .kicker{font-weight:950;color:var(--red);letter-spacing:.08em;font-size:13px}
    h2{font-size:clamp(28px,4vw,44px);line-height:1.15;letter-spacing:-.035em;margin:8px 0 0}
    .section-note{max-width:610px;color:var(--muted);font-size:17px}
    .countdown-panel{
      display:grid;grid-template-columns:.88fr 1.12fr;gap:18px;align-items:stretch;
      background:linear-gradient(135deg,#241915,var(--ink));color:var(--paper);
      border-radius:32px;padding:24px;box-shadow:var(--shadow-strong);position:relative;overflow:hidden;
    }
    .countdown-panel:after{content:"今日更新";position:absolute;right:-38px;top:24px;transform:rotate(35deg);background:var(--red);color:#fff;font-weight:950;padding:8px 52px}
    .count-copy{padding:20px}
    .price-card{margin-top:22px;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.15);border-radius:24px;padding:18px}
    .price-card strong{font-size:46px;line-height:1;color:#fff}
    .time-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;align-self:center}
    .time-box{background:linear-gradient(180deg,#fff8ef,#ffe5cf);color:var(--ink);border-radius:24px;padding:24px 14px;text-align:center;border:1px solid rgba(255,255,255,.38)}
    .time-box b{display:block;font-size:44px;line-height:1;font-weight:950;color:var(--red);font-variant-numeric:tabular-nums}
    .time-box span{font-size:13px;font-weight:900;color:var(--muted)}
    .mag-layout{display:grid;grid-template-columns:330px 1fr;gap:24px;align-items:start}
    .toc-list{background:rgba(255,248,239,.78);border:1px solid var(--line);border-radius:28px;padding:18px;position:sticky;top:96px}
    .toc-row{display:flex;gap:14px;padding:16px 8px;border-bottom:1px solid var(--line)}
    .toc-row:last-child{border-bottom:0}
    .toc-row em{font-style:normal;color:var(--red);font-weight:950}
    .toc-row p{margin:0;color:var(--muted);line-height:1.5}
    .feature-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:18px}
    .feature-card{
      background:rgba(255,248,239,.86);border:1px solid var(--line);border-radius:28px;padding:24px;
      box-shadow:0 12px 44px rgba(90,45,20,.08);transition:.2s ease;min-height:210px;
    }
    .feature-card.large{grid-row:span 2;background:linear-gradient(135deg,#fff8ef,#ffe7d4)}
    .feature-card:hover{transform:translateY(-4px);border-color:rgba(232,59,47,.45);box-shadow:var(--shadow)}
    .feature-card h3{font-size:24px;line-height:1.25;margin:16px 0 8px}
    .feature-card p{color:var(--muted);margin:0}
    .subscribe-panel{
      display:grid;grid-template-columns:1fr .88fr;gap:28px;
      background:linear-gradient(135deg,#FFE8E4,#FFF1E4 50%,#fffaf3);
      border:1px solid rgba(232,59,47,.22);border-radius:34px;padding:36px;box-shadow:var(--shadow);
    }
    .benefit-list{display:grid;gap:12px;margin-top:24px}
    .benefit-list li{list-style:none;display:flex;gap:12px;align-items:flex-start;color:var(--muted)}
    .benefit-list li:before{content:"✓";display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:linear-gradient(135deg,var(--red),var(--orange));color:#fff;font-weight:950;flex:0 0 auto}
    .form-card{background:#fffaf5;border:1px solid rgba(23,20,18,.12);border-radius:28px;padding:24px}
    .field{display:grid;gap:8px;margin-bottom:14px}
    .field label{font-size:13px;font-weight:900;color:var(--muted)}
    .field input,.field select{
      height:52px;border-radius:16px;border:1px solid rgba(23,20,18,.16);
      background:#fff;padding:0 14px;outline:none;transition:.2s ease;width:100%;
    }
    .field input:focus,.field select:focus{border-color:var(--orange);box-shadow:0 0 0 4px rgba(255,122,26,.14)}
    .entry-section{background:linear-gradient(180deg,rgba(23,20,18,.04),rgba(255,248,239,.2))}
    .entry-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:22px}
    .entry-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
    .entry-card{background:#fff8ef;border:1px solid var(--line);border-radius:24px;padding:20px;transition:.2s ease}
    .entry-card:hover{transform:translateY(-3px);border-color:rgba(255,122,26,.5);box-shadow:var(--shadow)}
    .entry-card h3{font-size:20px;margin:12px 0 8px}
    .entry-card p{color:var(--muted);margin:0 0 16px}
    .timeline{background:#171412;color:var(--paper);border-radius:28px;padding:24px}
    .time-item{position:relative;padding:0 0 20px 28px;border-left:1px solid rgba(247,240,230,.18)}
    .time-item:last-child{padding-bottom:0}
    .time-item:before{content:"";position:absolute;left:-6px;top:4px;width:11px;height:11px;border-radius:50%;background:var(--orange);box-shadow:0 0 0 5px rgba(255,122,26,.16)}
    .time-item b{color:#fff}.time-item p{color:rgba(247,240,230,.68);margin:4px 0 0}
    .proof-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:22px}
    .quote-card{background:#fff8ef;border:1px solid var(--line);border-radius:28px;padding:24px;box-shadow:var(--shadow)}
    .quote-card blockquote{margin:0;font-size:20px;line-height:1.65;font-family:"Noto Serif SC","Songti SC",serif}
    .quote-list{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
    .quote-mini{background:rgba(255,248,239,.82);border:1px solid var(--line);border-radius:22px;padding:18px}
    .news-layout{display:grid;grid-template-columns:1fr 350px;gap:24px}
    .news-list{background:#fff8ef;border:1px solid var(--line);border-radius:28px;padding:12px}
    .news-row{display:grid;grid-template-columns:92px 1fr auto;gap:16px;align-items:center;padding:18px;border-bottom:1px solid var(--line);transition:.2s ease}
    .news-row:last-child{border-bottom:0}
    .news-row:hover{background:var(--soft);border-radius:20px}
    .news-date{color:var(--red);font-weight:950}
    .news-row h3{margin:0;font-size:18px}.news-row p{margin:4px 0 0;color:var(--muted)}
    .side-promo{border-radius:28px;padding:24px;background:linear-gradient(135deg,var(--red),var(--orange));color:#fff;position:sticky;top:96px}
    .side-promo strong{display:block;font-size:52px;line-height:1}
    .faq-wrap{display:grid;grid-template-columns:.8fr 1.2fr;gap:24px}
    details{background:#fff8ef;border:1px solid var(--line);border-radius:20px;margin-bottom:12px;overflow:hidden}
    summary{list-style:none;padding:18px 20px;font-weight:950;cursor:pointer;display:flex;justify-content:space-between;gap:20px}
    summary::-webkit-details-marker{display:none}
    summary:after{content:"+";color:var(--red);font-size:24px;line-height:1;transition:.2s ease}
    details[open] summary{background:var(--soft)}
    details[open] summary:after{transform:rotate(45deg)}
    details p{padding:0 20px 20px;margin:0;color:var(--muted)}
    .final-cta{
      text-align:center;border-radius:36px;padding:54px 24px;
      background:linear-gradient(135deg,var(--ink),#3a2116);color:var(--paper);position:relative;overflow:hidden;
    }
    .final-cta:before{content:"";position:absolute;inset:auto -10% -45% auto;width:420px;height:420px;border-radius:50%;background:rgba(255,122,26,.22)}
    footer{background:var(--ink);color:rgba(247,240,230,.76);padding:58px 0 28px}
    .footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:32px}
    .footer-logo{color:#fff;font-size:22px;font-weight:950}
    .footer-links{display:grid;gap:10px}
    .footer-links a:hover{color:var(--orange)}
    .disclaimer{margin-top:32px;padding-top:22px;border-top:1px solid rgba(247,240,230,.14);font-size:13px;color:rgba(247,240,230,.56)}
    .floating-cta{position:fixed;left:50%;bottom:18px;transform:translateX(-50%);z-index:40;display:none;background:rgba(23,20,18,.92);color:#fff;border:1px solid rgba(255,255,255,.16);border-radius:999px;padding:8px 10px 8px 18px;box-shadow:0 18px 50px rgba(23,20,18,.25);backdrop-filter:blur(14px);align-items:center;gap:12px}
    @media (max-width:1024px){
      .search-mini{display:none}
      .hero-grid,.countdown-panel,.mag-layout,.subscribe-panel,.entry-grid,.proof-grid,.news-layout,.faq-wrap{grid-template-columns:1fr}
      .toc-list,.side-promo{position:relative;top:auto}
      .feature-grid{grid-template-columns:1fr}
      .feature-card.large{grid-row:auto}
      .guarantee-bar{grid-template-columns:repeat(3,1fr)}
      .footer-grid{grid-template-columns:1fr 1fr}
    }
    @media (max-width:768px){
      .nav-links,.nav-actions .btn-primary{display:none}
      .menu-toggle{display:block}
      .mobile-panel.open{display:block;position:fixed;top:76px;left:16px;right:16px;background:rgba(255,248,239,.96);border:1px solid var(--line);border-radius:24px;padding:16px;box-shadow:var(--shadow);z-index:49}
      .mobile-panel a{display:block;padding:14px 12px;border-radius:16px;font-weight:900}
      .mobile-panel a:hover,.mobile-panel a.active{background:var(--soft);color:var(--red)}
      .hero{padding-top:104px;min-height:auto}
      .cover-copy,.entry-board{padding:28px}
      .hero-points,.time-grid,.entry-cards,.quote-list{grid-template-columns:1fr 1fr}
      .guarantee-bar{grid-template-columns:1fr 1fr}
      .section-head{display:block}
      section{padding:58px 0}
      .news-row{grid-template-columns:1fr}
      .floating-cta{display:flex;width:calc(100% - 24px);justify-content:space-between}
    }
    @media (max-width:520px){
      .container-wrap{width:min(100% - 22px,1180px)}
      .nav-inner{height:68px}
      .mobile-panel.open{top:68px}
      h1{font-size:38px}
      .hero-stage{border-radius:26px}
      .cover-copy,.entry-board{padding:22px}
      .hero-points,.time-grid,.entry-cards,.quote-list,.guarantee-bar{grid-template-columns:1fr}
      .countdown-panel,.subscribe-panel{padding:18px;border-radius:26px}
      .footer-grid{grid-template-columns:1fr}
      .btn{width:100%}
      .hero-cta{display:grid}
    }

/* roulang page: category1 */
:root{
      --ink:#171412;
      --paper:#F7F0E6;
      --paper-2:#FFF8EF;
      --muted:#6B6258;
      --line:rgba(23,20,18,.13);
      --red:#E83B2F;
      --orange:#FF7A1A;
      --caramel:#9A5B25;
      --soft-orange:#FFF1E4;
      --soft-red:#FFE8E4;
      --green:#2F8F5B;
      --radius-xl:28px;
      --radius-lg:22px;
      --radius-md:16px;
      --shadow:0 18px 60px rgba(90,45,20,.12);
      --shadow-strong:0 26px 80px rgba(90,45,20,.18);
      --font-sans:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans SC",sans-serif;
      --font-serif:"Noto Serif SC","Songti SC",serif;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:var(--font-sans);
      color:var(--ink);
      background:
        radial-gradient(circle at 12% 6%, rgba(255,122,26,.13), transparent 28%),
        radial-gradient(circle at 88% 12%, rgba(232,59,47,.09), transparent 26%),
        linear-gradient(180deg,var(--paper),#fffaf4 42%,var(--paper));
      line-height:1.75;
      overflow-x:hidden;
    }
    body:before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      opacity:.34;
      background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='120' height='120' filter='url(/%23n)' opacity='.16'/%3E%3C/svg%3E");
      mix-blend-mode:multiply;
      z-index:-1;
    }
    a{color:inherit;text-decoration:none}
    button,input,select{font:inherit}
    button{border:0;cursor:pointer}
    img{max-width:100%;display:block}
    .container-wrap{width:min(1180px,calc(100% - 40px));margin-inline:auto}
    .site-header{
      position:fixed;
      top:16px;
      left:0;
      right:0;
      z-index:50;
      transition:.28s ease;
    }
    .nav-shell{
      width:min(1180px,calc(100% - 32px));
      margin:auto;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:18px;
      padding:12px 14px 12px 18px;
      border:1px solid rgba(255,255,255,.45);
      background:rgba(255,245,235,.62);
      backdrop-filter:blur(18px);
      -webkit-backdrop-filter:blur(18px);
      border-radius:999px;
      box-shadow:0 12px 40px rgba(55,32,18,.08);
    }
    .site-header.is-scrolled .nav-shell{
      background:rgba(247,240,230,.96);
      border-color:rgba(23,20,18,.12);
      box-shadow:0 14px 42px rgba(55,32,18,.14);
    }
    .brand{
      display:flex;
      align-items:center;
      gap:10px;
      min-width:max-content;
      font-weight:950;
      letter-spacing:-.02em;
    }
    .brand-mark{
      width:34px;height:34px;border-radius:12px;
      background:linear-gradient(135deg,var(--red),var(--orange));
      box-shadow:0 10px 24px rgba(232,59,47,.28);
      position:relative;
      flex:0 0 auto;
    }
    .brand-mark:before,.brand-mark:after{
      content:"";
      position:absolute;
      left:7px;right:7px;
      height:3px;
      background:rgba(255,255,255,.75);
      border-radius:99px;
    }
    .brand-mark:before{top:9px}
    .brand-mark:after{bottom:9px}
    .brand-text{font-size:16px;line-height:1.15}
    .nav-links{
      display:flex;
      align-items:center;
      gap:4px;
      padding:4px;
      border-radius:999px;
      background:rgba(255,255,255,.28);
    }
    .nav-link{
      position:relative;
      padding:9px 14px;
      border-radius:999px;
      color:rgba(23,20,18,.72);
      font-size:14px;
      font-weight:800;
      transition:.22s ease;
      white-space:nowrap;
    }
    .nav-link:hover{color:var(--ink);background:rgba(255,241,228,.9)}
    .nav-link.active{
      color:white;
      background:linear-gradient(135deg,var(--red),var(--orange));
      box-shadow:0 10px 20px rgba(232,59,47,.2);
    }
    .nav-actions{display:flex;align-items:center;gap:10px}
    .search-mini{
      display:flex;
      align-items:center;
      gap:7px;
      padding:9px 12px;
      border:1px solid rgba(23,20,18,.1);
      background:rgba(255,255,255,.38);
      border-radius:999px;
      color:var(--muted);
      font-size:13px;
      font-weight:700;
    }
    .nav-cta,.btn-primary{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      min-height:46px;
      padding:0 20px;
      border-radius:999px;
      color:#fff;
      font-weight:950;
      background:linear-gradient(135deg,var(--red),var(--orange));
      box-shadow:0 14px 32px rgba(232,59,47,.24);
      transition:transform .22s ease,box-shadow .22s ease,filter .22s ease;
    }
    .nav-cta:hover,.btn-primary:hover{transform:translateY(-2px);box-shadow:0 20px 46px rgba(232,59,47,.32);filter:saturate(1.04)}
    .btn-secondary{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      min-height:46px;
      padding:0 20px;
      border-radius:999px;
      color:var(--ink);
      font-weight:950;
      border:1px solid rgba(23,20,18,.22);
      background:rgba(255,248,239,.7);
      transition:.22s ease;
    }
    .btn-secondary:hover{background:var(--soft-orange);border-color:rgba(232,59,47,.36);transform:translateY(-2px)}
    .menu-toggle{
      display:none;
      width:44px;height:44px;border-radius:999px;
      border:1px solid rgba(23,20,18,.12);
      background:rgba(255,255,255,.5);
      align-items:center;justify-content:center;
    }
    .menu-toggle span,.menu-toggle span:before,.menu-toggle span:after{
      display:block;width:18px;height:2px;background:var(--ink);border-radius:99px;content:"";transition:.22s ease;
    }
    .menu-toggle span:before{transform:translateY(-6px)}
    .menu-toggle span:after{transform:translateY(4px)}
    .mobile-panel{
      display:none;
      width:min(1180px,calc(100% - 32px));
      margin:10px auto 0;
      padding:14px;
      border-radius:24px;
      background:rgba(247,240,230,.97);
      border:1px solid rgba(232,59,47,.16);
      box-shadow:var(--shadow);
    }
    .mobile-panel.open{display:block}
    .mobile-panel .nav-link{display:block;margin:6px 0;text-align:center}
    .section{padding:86px 0}
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:7px 12px;
      border-radius:999px;
      background:rgba(232,59,47,.09);
      color:var(--red);
      border:1px solid rgba(232,59,47,.18);
      font-size:13px;
      font-weight:950;
      letter-spacing:.04em;
    }
    .hero{
      padding:140px 0 70px;
      position:relative;
    }
    .hero-grid{
      display:grid;
      grid-template-columns:minmax(0,1.08fr) minmax(330px,.72fr);
      gap:30px;
      align-items:stretch;
    }
    .column-head{
      border-radius:34px;
      padding:42px;
      min-height:520px;
      background:
        linear-gradient(135deg,rgba(23,20,18,.96),rgba(45,32,23,.92)),
        radial-gradient(circle at 20% 10%,rgba(255,122,26,.35),transparent 28%);
      color:var(--paper);
      position:relative;
      overflow:hidden;
      box-shadow:var(--shadow-strong);
    }
    .column-head:before{
      content:"";
      position:absolute;
      inset:20px;
      border:1px solid rgba(247,240,230,.15);
      border-radius:26px;
      pointer-events:none;
    }
    .column-head:after{
      content:"";
      position:absolute;
      right:-80px;
      bottom:-90px;
      width:300px;height:300px;
      background:radial-gradient(circle,rgba(255,122,26,.42),transparent 68%);
      filter:blur(4px);
    }
    .hero-kicker{position:relative;z-index:2;color:#ffd6bd;background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.13)}
    .hero h1{
      position:relative;z-index:2;
      margin:26px 0 18px;
      font-family:var(--font-serif);
      font-size:clamp(38px,5.5vw,68px);
      line-height:1.06;
      letter-spacing:-.06em;
      font-weight:950;
      max-width:860px;
    }
    .hero-desc{
      position:relative;z-index:2;
      max-width:720px;
      color:rgba(247,240,230,.82);
      font-size:18px;
      line-height:1.85;
    }
    .hero-actions{position:relative;z-index:2;display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}
    .hero-actions .btn-secondary{color:var(--paper);border-color:rgba(247,240,230,.26);background:rgba(255,255,255,.06)}
    .hero-actions .btn-secondary:hover{background:rgba(255,122,26,.16)}
    .filter-tags{position:relative;z-index:2;display:flex;flex-wrap:wrap;gap:10px;margin-top:34px}
    .filter-tags span{
      padding:8px 12px;
      border-radius:999px;
      background:rgba(255,255,255,.08);
      color:rgba(247,240,230,.82);
      border:1px solid rgba(255,255,255,.12);
      font-size:13px;
      font-weight:800;
    }
    .status-board{
      border-radius:34px;
      padding:26px;
      background:rgba(255,248,239,.82);
      border:1px solid var(--line);
      box-shadow:var(--shadow);
      position:relative;
      overflow:hidden;
    }
    .status-board:before{
      content:"今日";
      position:absolute;
      right:22px;
      top:18px;
      color:rgba(232,59,47,.08);
      font-size:72px;
      line-height:1;
      font-weight:950;
      letter-spacing:-.08em;
    }
    .booking-card{
      position:relative;
      border-radius:26px;
      background:linear-gradient(145deg,#fff,#fff1e4);
      border:1px solid rgba(232,59,47,.12);
      padding:24px;
      margin-bottom:16px;
    }
    .price-line{
      display:flex;
      align-items:flex-end;
      gap:8px;
      margin:14px 0 10px;
    }
    .price-line strong{
      font-size:48px;
      line-height:1;
      color:var(--red);
      letter-spacing:-.06em;
    }
    .price-line span{color:var(--muted);font-weight:800}
    .slot-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:18px}
    .slot{
      padding:14px 12px;
      border-radius:18px;
      background:#fffaf4;
      border:1px solid rgba(23,20,18,.09);
      font-weight:900;
      transition:.22s ease;
    }
    .slot:hover,.slot.active{border-color:rgba(232,59,47,.34);background:#fff1e4;color:var(--red)}
    .guard-strip{
      display:grid;
      grid-template-columns:repeat(5,1fr);
      gap:10px;
      margin-top:26px;
    }
    .guard-item{
      display:flex;align-items:center;gap:10px;
      padding:14px 16px;
      border-radius:20px;
      background:rgba(255,248,239,.78);
      border:1px solid var(--line);
      box-shadow:0 12px 35px rgba(90,45,20,.08);
      font-weight:900;
      color:var(--ink);
    }
    .guard-icon{
      width:34px;height:34px;border-radius:14px;
      display:flex;align-items:center;justify-content:center;
      background:linear-gradient(135deg,var(--soft-red),var(--soft-orange));
      color:var(--red);
      flex:0 0 auto;
    }
    .section-title{
      display:grid;
      grid-template-columns:minmax(0,.72fr) minmax(280px,.28fr);
      gap:28px;
      align-items:end;
      margin-bottom:32px;
    }
    .section-title h2{
      font-family:var(--font-serif);
      font-size:clamp(30px,4vw,46px);
      line-height:1.13;
      letter-spacing:-.045em;
      font-weight:950;
      margin-top:14px;
    }
    .section-title p{color:var(--muted);font-size:17px;margin:0}
    .filter-bar{
      display:flex;
      gap:12px;
      flex-wrap:wrap;
      padding:14px;
      border:1px solid var(--line);
      background:rgba(255,248,239,.72);
      border-radius:24px;
      box-shadow:0 14px 45px rgba(90,45,20,.08);
      margin-bottom:24px;
    }
    .filter-pill{
      padding:11px 14px;
      border-radius:999px;
      background:#fff;
      border:1px solid rgba(23,20,18,.1);
      color:var(--muted);
      font-weight:900;
      font-size:14px;
      transition:.22s ease;
    }
    .filter-pill:hover,.filter-pill.active{background:var(--ink);color:var(--paper);border-color:var(--ink)}
    .content-layout{
      display:grid;
      grid-template-columns:minmax(0,1fr) 330px;
      gap:28px;
      align-items:start;
    }
    .directory-list{display:grid;gap:16px}
    .entry-card{
      display:grid;
      grid-template-columns:86px minmax(0,1fr) auto;
      gap:20px;
      align-items:center;
      padding:22px;
      border-radius:26px;
      background:rgba(255,248,239,.82);
      border:1px solid var(--line);
      box-shadow:0 14px 44px rgba(90,45,20,.08);
      transition:.22s ease;
      position:relative;
      overflow:hidden;
    }
    .entry-card:before{
      content:"";
      position:absolute;
      left:0;top:20px;bottom:20px;
      width:4px;
      background:linear-gradient(180deg,var(--red),var(--orange));
      border-radius:0 99px 99px 0;
      opacity:.7;
    }
    .entry-card:hover{
      transform:translateY(-3px);
      border-color:rgba(232,59,47,.26);
      box-shadow:var(--shadow);
    }
    .entry-no{
      font-family:var(--font-serif);
      font-size:38px;
      line-height:1;
      font-weight:950;
      color:var(--red);
      letter-spacing:-.06em;
    }
    .entry-card h3{font-size:21px;line-height:1.25;font-weight:950;margin:0 0 8px}
    .entry-card p{margin:0;color:var(--muted);line-height:1.7}
    .meta-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}
    .badge{
      display:inline-flex;align-items:center;gap:6px;
      padding:6px 10px;
      border-radius:999px;
      font-size:12px;
      font-weight:950;
      background:var(--soft-orange);
      color:var(--caramel);
      border:1px solid rgba(154,91,37,.13);
    }
    .status-dot{
      width:8px;height:8px;border-radius:50%;
      background:var(--green);
      box-shadow:0 0 0 4px rgba(47,143,91,.12);
    }
    .entry-action{min-width:128px}
    .notice-bar{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:18px;
      padding:20px 24px;
      border-radius:24px;
      background:linear-gradient(135deg,var(--red),var(--orange));
      color:#fff;
      box-shadow:0 18px 50px rgba(232,59,47,.22);
    }
    .notice-bar strong{font-size:22px;font-weight:950}
    .notice-bar p{margin:2px 0 0;color:rgba(255,255,255,.82)}
    .side-stack{display:grid;gap:16px;position:sticky;top:112px}
    .side-card{
      padding:22px;
      border-radius:26px;
      background:rgba(255,248,239,.86);
      border:1px solid var(--line);
      box-shadow:0 14px 44px rgba(90,45,20,.08);
    }
    .side-card h3{font-size:18px;font-weight:950;margin:0 0 12px}
    .check-list{display:grid;gap:10px;margin:0;padding:0;list-style:none}
    .check-list li{display:flex;gap:10px;color:var(--muted);font-weight:700}
    .check-list li:before{content:"✓";color:var(--red);font-weight:950}
    .timeline{
      position:relative;
      padding-left:22px;
      display:grid;
      gap:18px;
    }
    .timeline:before{content:"";position:absolute;left:7px;top:8px;bottom:8px;width:1px;background:rgba(23,20,18,.14)}
    .timeline-item{position:relative}
    .timeline-item:before{
      content:"";position:absolute;left:-21px;top:8px;
      width:12px;height:12px;border-radius:50%;
      background:var(--orange);
      box-shadow:0 0 0 5px rgba(255,122,26,.14);
    }
    .timeline-time{font-size:12px;color:var(--red);font-weight:950}
    .timeline-item p{margin:3px 0 0;color:var(--muted);line-height:1.6}
    .matrix{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:14px;
    }
    .matrix-card{
      min-height:160px;
      padding:22px;
      border-radius:26px;
      background:#fffaf4;
      border:1px solid var(--line);
      box-shadow:0 12px 35px rgba(90,45,20,.07);
      transition:.22s ease;
    }
    .matrix-card:hover{transform:translateY(-3px);border-color:rgba(232,59,47,.26);box-shadow:var(--shadow)}
    .matrix-card h3{font-size:18px;font-weight:950;margin:16px 0 8px}
    .matrix-card p{color:var(--muted);margin:0;line-height:1.65}
    .subscribe-panel{
      border-radius:34px;
      padding:34px;
      background:
        linear-gradient(135deg,rgba(255,232,228,.98),rgba(255,241,228,.92)),
        radial-gradient(circle at 85% 10%,rgba(255,122,26,.26),transparent 24%);
      border:1px solid rgba(232,59,47,.14);
      box-shadow:var(--shadow);
      display:grid;
      grid-template-columns:minmax(0,1fr) 420px;
      gap:26px;
      align-items:center;
    }
    .form-card{
      padding:22px;
      border-radius:26px;
      background:rgba(255,255,255,.78);
      border:1px solid rgba(23,20,18,.09);
      box-shadow:0 14px 45px rgba(90,45,20,.1);
    }
    .form-grid{display:grid;gap:12px}
    .input-field,.select-field{
      width:100%;
      min-height:52px;
      border-radius:16px;
      border:1px solid rgba(23,20,18,.14);
      background:#fffaf4;
      padding:0 15px;
      color:var(--ink);
      outline:none;
      transition:.2s ease;
    }
    .input-field:focus,.select-field:focus{border-color:var(--red);box-shadow:0 0 0 4px rgba(232,59,47,.11);background:#fff}
    .hint{font-size:12px;color:var(--muted);line-height:1.6}
    .faq-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:14px;
    }
    details{
      border:1px solid var(--line);
      background:rgba(255,248,239,.8);
      border-radius:22px;
      overflow:hidden;
      box-shadow:0 10px 30px rgba(90,45,20,.06);
    }
    summary{
      list-style:none;
      cursor:pointer;
      padding:18px 20px;
      font-weight:950;
      display:flex;
      justify-content:space-between;
      gap:16px;
      transition:.22s ease;
    }
    summary::-webkit-details-marker{display:none}
    summary:after{content:"+";color:var(--red);font-size:22px;line-height:1;transition:.22s ease}
    details[open] summary{background:var(--soft-orange)}
    details[open] summary:after{transform:rotate(45deg)}
    details p{padding:0 20px 18px;margin:0;color:var(--muted)}
    .cta-band{
      display:grid;
      grid-template-columns:minmax(0,1fr) auto;
      gap:20px;
      align-items:center;
      padding:30px;
      border-radius:30px;
      background:var(--ink);
      color:var(--paper);
      box-shadow:var(--shadow-strong);
      overflow:hidden;
      position:relative;
    }
    .cta-band:after{
      content:"";
      position:absolute;
      right:-60px;top:-80px;
      width:220px;height:220px;border-radius:50%;
      background:rgba(255,122,26,.28);
      filter:blur(2px);
    }
    .cta-band h2{position:relative;z-index:1;font-family:var(--font-serif);font-size:clamp(28px,4vw,42px);line-height:1.15;font-weight:950;margin:0 0 10px}
    .cta-band p{position:relative;z-index:1;margin:0;color:rgba(247,240,230,.72)}
    .cta-band .btn-primary{position:relative;z-index:1}
    footer{
      margin-top:70px;
      padding:58px 0 34px;
      background:#171412;
      color:rgba(247,240,230,.72);
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.2fr .8fr .8fr;
      gap:34px;
      padding-bottom:34px;
      border-bottom:1px solid rgba(247,240,230,.12);
    }
    .footer-logo{color:#fff;font-weight:950;font-size:22px;letter-spacing:-.03em}
    .footer-links{display:grid;gap:10px}
    .footer-links a{color:rgba(247,240,230,.7);font-weight:800;transition:.2s ease}
    .footer-links a:hover{color:var(--orange);transform:translateX(3px)}
    .disclaimer{padding-top:22px;font-size:13px;line-height:1.75;color:rgba(247,240,230,.52)}
    @media (max-width:1024px){
      .nav-links,.search-mini,.nav-cta{display:none}
      .menu-toggle{display:flex}
      .hero-grid,.content-layout,.subscribe-panel,.section-title{grid-template-columns:1fr}
      .column-head{min-height:auto}
      .side-stack{position:static}
      .guard-strip{grid-template-columns:repeat(3,1fr)}
      .matrix{grid-template-columns:repeat(2,1fr)}
      .entry-card{grid-template-columns:72px minmax(0,1fr);align-items:start}
      .entry-action{grid-column:2}
      .faq-grid{grid-template-columns:1fr}
    }
    @media (max-width:640px){
      .container-wrap{width:min(100% - 28px,1180px)}
      .site-header{top:10px}
      .nav-shell{width:calc(100% - 20px);padding:10px 10px 10px 12px}
      .brand-text{font-size:14px;max-width:180px}
      .hero{padding-top:112px}
      .column-head,.status-board,.subscribe-panel{border-radius:26px;padding:24px}
      .hero h1{font-size:38px}
      .hero-desc{font-size:16px}
      .guard-strip{grid-template-columns:1fr 1fr}
      .guard-item{padding:12px;font-size:13px}
      .section{padding:58px 0}
      .entry-card{grid-template-columns:1fr;gap:12px;padding:20px}
      .entry-action{grid-column:auto;width:100%}
      .entry-action .btn-secondary,.entry-action .btn-primary{width:100%}
      .slot-grid,.matrix{grid-template-columns:1fr}
      .notice-bar,.cta-band{grid-template-columns:1fr}
      .footer-grid{grid-template-columns:1fr}
    }

/* roulang page: category2 */
:root {
      --ink: #171412;
      --paper: #F7F0E6;
      --paper-soft: #FFF8EF;
      --muted: #6B6258;
      --line: rgba(23, 20, 18, 0.13);
      --red: #E83B2F;
      --orange: #FF7A1A;
      --caramel: #9A5B25;
      --light-orange: #FFF1E4;
      --light-red: #FFE8E4;
      --green: #2E9F65;
      --radius-lg: 28px;
      --radius-md: 20px;
      --radius-sm: 14px;
      --shadow-soft: 0 18px 60px rgba(90, 45, 20, 0.12);
      --shadow-hover: 0 26px 80px rgba(90, 45, 20, 0.18);
      --font-sans: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "Noto Sans SC", sans-serif;
      --font-serif: "Noto Serif SC", "Songti SC", serif;
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      font-family: var(--font-sans);
      color: var(--ink);
      background:
        radial-gradient(circle at 18% 4%, rgba(255, 122, 26, 0.13), transparent 34%),
        radial-gradient(circle at 88% 15%, rgba(232, 59, 47, 0.12), transparent 30%),
        linear-gradient(180deg, var(--paper) 0%, #fffaf3 48%, var(--paper) 100%);
      line-height: 1.75;
      overflow-x: hidden;
    }

    body::before {
      content: "";
      position: fixed;
      inset: 0;
      pointer-events: none;
      opacity: .38;
      z-index: -1;
      background-image:
        linear-gradient(rgba(23, 20, 18, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(23, 20, 18, .025) 1px, transparent 1px);
      background-size: 34px 34px;
      mask-image: linear-gradient(to bottom, rgba(0,0,0,.7), rgba(0,0,0,.12));
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    img, svg {
      max-width: 100%;
      display: block;
    }

    button, input, select {
      font: inherit;
    }

    button {
      cursor: pointer;
    }

    ::selection {
      background: rgba(232, 59, 47, .18);
      color: var(--ink);
    }

    .container-wrap {
      width: min(1180px, calc(100% - 36px));
      margin: 0 auto;
    }

    .site-header {
      position: fixed;
      top: 18px;
      left: 0;
      right: 0;
      z-index: 50;
      transition: all .28s ease;
    }

    .nav-shell {
      width: min(1180px, calc(100% - 36px));
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 22px;
      padding: 12px 14px;
      border: 1px solid rgba(255, 245, 235, .55);
      border-radius: 999px;
      background: rgba(255, 245, 235, .62);
      backdrop-filter: blur(18px);
      -webkit-backdrop-filter: blur(18px);
      box-shadow: 0 12px 40px rgba(90, 45, 20, .1);
    }

    .site-header.scrolled {
      top: 8px;
    }

    .site-header.scrolled .nav-shell {
      background: rgba(247, 240, 230, .94);
      border-color: rgba(23, 20, 18, .12);
      box-shadow: 0 14px 46px rgba(90, 45, 20, .16);
    }

    .brand {
      display: flex;
      align-items: center;
      gap: 10px;
      min-width: max-content;
      font-weight: 900;
      letter-spacing: -.02em;
    }

    .brand-mark {
      width: 34px;
      height: 34px;
      border-radius: 12px;
      background: linear-gradient(135deg, var(--red), var(--orange));
      box-shadow: 0 10px 25px rgba(232, 59, 47, .28);
      position: relative;
      overflow: hidden;
      flex: 0 0 auto;
    }

    .brand-mark::before,
    .brand-mark::after {
      content: "";
      position: absolute;
      left: 7px;
      right: 7px;
      height: 4px;
      border-top: 2px solid rgba(255,255,255,.72);
      border-bottom: 2px solid rgba(255,255,255,.45);
    }

    .brand-mark::before { top: 8px; }
    .brand-mark::after { bottom: 8px; }

    .brand-text {
      font-size: 16px;
      color: var(--ink);
    }

    .nav-links {
      display: flex;
      align-items: center;
      gap: 6px;
      padding: 4px;
      border-radius: 999px;
      background: rgba(255, 255, 255, .32);
      border: 1px solid rgba(23, 20, 18, .06);
    }

    .nav-link {
      position: relative;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 38px;
      padding: 0 16px;
      border-radius: 999px;
      font-size: 14px;
      font-weight: 800;
      color: rgba(23, 20, 18, .72);
      transition: all .22s ease;
    }

    .nav-link:hover {
      color: var(--ink);
      background: rgba(255, 122, 26, .12);
    }

    .nav-link.active {
      color: #fff;
      background: linear-gradient(135deg, var(--red), var(--orange));
      box-shadow: 0 10px 24px rgba(232, 59, 47, .24);
    }

    .nav-actions {
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .mini-search {
      width: 178px;
      height: 40px;
      padding: 0 14px;
      border-radius: 999px;
      border: 1px solid rgba(23, 20, 18, .12);
      background: rgba(255, 255, 255, .45);
      outline: none;
      color: var(--ink);
      transition: all .22s ease;
    }

    .mini-search:focus {
      border-color: rgba(232, 59, 47, .72);
      background: #fff;
      box-shadow: 0 0 0 4px rgba(232, 59, 47, .12);
    }

    .nav-cta, .btn-primary, .btn-secondary, .btn-dark {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      border: 0;
      border-radius: 999px;
      font-weight: 900;
      transition: transform .22s ease, box-shadow .22s ease, background .22s ease, border-color .22s ease;
      white-space: nowrap;
    }

    .nav-cta {
      height: 40px;
      padding: 0 16px;
      color: #fff;
      background: linear-gradient(135deg, var(--red), var(--orange));
      box-shadow: 0 12px 26px rgba(232, 59, 47, .22);
      font-size: 14px;
    }

    .nav-cta:hover, .btn-primary:hover {
      transform: translateY(-2px);
      box-shadow: 0 18px 38px rgba(232, 59, 47, .3);
    }

    .mobile-toggle {
      display: none;
      width: 42px;
      height: 42px;
      border: 1px solid rgba(23, 20, 18, .12);
      border-radius: 999px;
      background: rgba(255, 255, 255, .5);
      color: var(--ink);
      align-items: center;
      justify-content: center;
    }

    .mobile-toggle span {
      width: 18px;
      height: 2px;
      background: currentColor;
      position: relative;
      border-radius: 999px;
    }

    .mobile-toggle span::before,
    .mobile-toggle span::after {
      content: "";
      position: absolute;
      left: 0;
      width: 18px;
      height: 2px;
      background: currentColor;
      border-radius: 999px;
      transition: transform .2s ease;
    }

    .mobile-toggle span::before { top: -6px; }
    .mobile-toggle span::after { top: 6px; }

    .mobile-panel {
      display: none;
      position: fixed;
      inset: 76px 18px auto 18px;
      z-index: 49;
      padding: 18px;
      border-radius: 26px;
      background: rgba(247, 240, 230, .97);
      border: 1px solid rgba(232, 59, 47, .18);
      box-shadow: var(--shadow-soft);
    }

    .mobile-panel.open {
      display: block;
    }

    .mobile-panel a {
      display: flex;
      padding: 13px 14px;
      border-radius: 16px;
      font-weight: 900;
      color: var(--ink);
    }

    .mobile-panel a.active,
    .mobile-panel a:hover {
      background: var(--light-orange);
      color: var(--red);
    }

    .section {
      padding: 92px 0;
    }

    .hero-category {
      position: relative;
      padding: 138px 0 74px;
      overflow: hidden;
    }

    .hero-category::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(90deg, rgba(23,20,18,.08) 1px, transparent 1px) 0 0 / 70px 70px,
        radial-gradient(circle at 72% 18%, rgba(255,122,26,.18), transparent 30%),
        radial-gradient(circle at 8% 82%, rgba(232,59,47,.1), transparent 26%);
      pointer-events: none;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      padding: 7px 12px;
      border-radius: 999px;
      border: 1px solid rgba(232, 59, 47, .22);
      background: rgba(255, 241, 228, .78);
      color: var(--red);
      font-size: 13px;
      font-weight: 900;
      letter-spacing: .04em;
    }

    .eyebrow::before {
      content: "";
      width: 8px;
      height: 8px;
      border-radius: 999px;
      background: var(--orange);
      box-shadow: 0 0 0 6px rgba(255, 122, 26, .14);
    }

    .mag-title {
      font-family: var(--font-serif);
      font-weight: 900;
      letter-spacing: -.06em;
      line-height: 1.08;
    }

    .hero-title {
      font-size: clamp(36px, 6vw, 66px);
      margin-top: 18px;
      max-width: 760px;
    }

    .hero-copy {
      margin-top: 22px;
      max-width: 720px;
      color: var(--muted);
      font-size: 18px;
    }

    .hero-grid {
      position: relative;
      display: grid;
      grid-template-columns: minmax(0, 1.05fr) minmax(320px, .55fr);
      gap: 28px;
      align-items: stretch;
    }

    .lead-card, .entry-panel, .timeline-card, .plain-card, .faq-card, .form-card {
      border: 1px solid var(--line);
      border-radius: var(--radius-lg);
      background: rgba(255, 248, 239, .78);
      box-shadow: var(--shadow-soft);
      overflow: hidden;
    }

    .lead-card {
      padding: 28px;
      background:
        linear-gradient(145deg, rgba(255,255,255,.76), rgba(255,241,228,.8)),
        repeating-linear-gradient(90deg, rgba(23,20,18,.05) 0 1px, transparent 1px 16px);
      position: relative;
    }

    .lead-card::after {
      content: "UPDATE";
      position: absolute;
      right: -20px;
      bottom: 6px;
      font-weight: 1000;
      color: rgba(23,20,18,.055);
      font-size: 70px;
      letter-spacing: -.05em;
      line-height: 1;
    }

    .lead-question {
      padding: 18px;
      border-radius: 22px;
      background: var(--ink);
      color: var(--paper);
      position: relative;
      z-index: 1;
    }

    .lead-question strong {
      color: #fff;
      font-size: 22px;
      line-height: 1.35;
      display: block;
    }

    .quick-form {
      position: relative;
      z-index: 1;
      margin-top: 18px;
      display: grid;
      gap: 12px;
    }

    .field {
      width: 100%;
      height: 52px;
      border-radius: 16px;
      border: 1px solid rgba(23,20,18,.14);
      background: rgba(255,255,255,.82);
      padding: 0 15px;
      outline: none;
      transition: all .22s ease;
    }

    .field:focus {
      border-color: var(--red);
      box-shadow: 0 0 0 4px rgba(232,59,47,.12);
      background: #fff;
    }

    .btn-primary {
      min-height: 52px;
      padding: 0 22px;
      color: #fff;
      background: linear-gradient(135deg, var(--red), var(--orange));
      box-shadow: 0 14px 32px rgba(232, 59, 47, .24);
    }

    .btn-secondary {
      min-height: 48px;
      padding: 0 20px;
      border: 1px solid rgba(23,20,18,.18);
      color: var(--ink);
      background: rgba(255, 248, 239, .76);
    }

    .btn-secondary:hover {
      transform: translateY(-2px);
      background: var(--light-orange);
      border-color: rgba(232,59,47,.34);
    }

    .btn-dark {
      min-height: 48px;
      padding: 0 20px;
      color: var(--paper);
      background: var(--ink);
    }

    .btn-dark:hover {
      transform: translateY(-2px);
      box-shadow: 0 16px 34px rgba(23,20,18,.2);
    }

    .cover-strip {
      margin-top: 28px;
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 10px;
      position: relative;
      z-index: 1;
    }

    .cover-strip span {
      min-height: 74px;
      border-radius: 18px;
      border: 1px solid rgba(23,20,18,.1);
      background:
        linear-gradient(135deg, rgba(232,59,47,.92), rgba(255,122,26,.78)),
        radial-gradient(circle at 20% 20%, rgba(255,255,255,.5), transparent 28%);
      position: relative;
      overflow: hidden;
    }

    .cover-strip span:nth-child(2) {
      background: linear-gradient(135deg, var(--ink), var(--caramel));
    }

    .cover-strip span:nth-child(3) {
      background: linear-gradient(135deg, #fff, var(--light-red));
    }

    .cover-strip span:nth-child(4) {
      background: linear-gradient(135deg, var(--orange), #ffd2a9);
    }

    .cover-strip span::before {
      content: "";
      position: absolute;
      inset: 10px;
      border-top: 2px solid rgba(255,255,255,.55);
      border-bottom: 2px solid rgba(255,255,255,.4);
    }

    .status-panel {
      padding: 26px;
      background:
        linear-gradient(180deg, rgba(23,20,18,.96), rgba(49,37,29,.96)),
        radial-gradient(circle at 50% 0, rgba(255,122,26,.3), transparent 38%);
      color: var(--paper);
      border-radius: var(--radius-lg);
      min-height: 100%;
      box-shadow: 0 24px 80px rgba(23,20,18,.18);
    }

    .status-top {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      border-bottom: 1px solid rgba(247,240,230,.16);
      padding-bottom: 18px;
    }

    .status-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      border-radius: 999px;
      padding: 7px 12px;
      background: rgba(46,159,101,.14);
      color: #bff3d4;
      font-weight: 900;
      font-size: 13px;
    }

    .status-badge::before {
      content: "";
      width: 8px;
      height: 8px;
      background: #68d391;
      border-radius: 999px;
      box-shadow: 0 0 0 6px rgba(104,211,145,.13);
    }

    .count-mini {
      margin-top: 20px;
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 10px;
    }

    .count-box {
      padding: 14px 8px;
      border-radius: 18px;
      text-align: center;
      background: rgba(247,240,230,.08);
      border: 1px solid rgba(247,240,230,.12);
    }

    .count-box strong {
      display: block;
      font-size: 26px;
      line-height: 1;
      color: #fff;
    }

    .count-box small {
      display: block;
      margin-top: 7px;
      color: rgba(247,240,230,.7);
      font-size: 12px;
    }

    .status-list {
      margin-top: 22px;
      display: grid;
      gap: 12px;
    }

    .status-list li {
      display: flex;
      justify-content: space-between;
      gap: 12px;
      padding: 13px 0;
      border-bottom: 1px solid rgba(247,240,230,.12);
      color: rgba(247,240,230,.82);
    }

    .status-list strong {
      color: #fff;
    }

    .guarantee-bar {
      margin-top: 38px;
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 12px;
    }

    .guarantee-item {
      padding: 18px 14px;
      border-radius: 22px;
      border: 1px solid rgba(232,59,47,.13);
      background: rgba(255, 248, 239, .72);
      box-shadow: 0 12px 34px rgba(90,45,20,.08);
      display: flex;
      align-items: center;
      gap: 12px;
      font-weight: 900;
      transition: all .22s ease;
    }

    .guarantee-item:hover {
      transform: translateY(-3px);
      border-color: rgba(232,59,47,.34);
      box-shadow: var(--shadow-soft);
    }

    .guarantee-icon {
      width: 38px;
      height: 38px;
      border-radius: 14px;
      display: grid;
      place-items: center;
      background: linear-gradient(135deg, var(--red), var(--orange));
      color: #fff;
      flex: 0 0 auto;
    }

    .section-head {
      display: grid;
      grid-template-columns: minmax(0, .72fr) minmax(260px, .28fr);
      gap: 28px;
      align-items: end;
      margin-bottom: 34px;
      border-top: 2px solid rgba(23,20,18,.12);
      padding-top: 24px;
    }

    .section-kicker {
      color: var(--red);
      font-weight: 1000;
      letter-spacing: .08em;
      font-size: 13px;
    }

    .section-title {
      margin-top: 8px;
      font-size: clamp(28px, 4vw, 44px);
      font-family: var(--font-serif);
      font-weight: 900;
      letter-spacing: -.05em;
      line-height: 1.15;
    }

    .section-desc {
      color: var(--muted);
      font-size: 17px;
    }

    .entry-grid-wrap {
      display: grid;
      grid-template-columns: minmax(0, .58fr) minmax(0, .42fr);
      gap: 22px;
      align-items: start;
    }

    .entry-matrix {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 14px;
    }

    .entry-card {
      padding: 20px;
      border-radius: 24px;
      border: 1px solid var(--line);
      background: rgba(255,248,239,.8);
      box-shadow: 0 14px 40px rgba(90,45,20,.09);
      transition: all .22s ease;
    }

    .entry-card:hover, .timeline-item:hover, .plain-card:hover {
      transform: translateY(-4px);
      border-color: rgba(232,59,47,.35);
      box-shadow: var(--shadow-hover);
    }

    .entry-card.feature {
      grid-column: span 2;
      background:
        linear-gradient(135deg, rgba(232,59,47,.95), rgba(255,122,26,.86)),
        repeating-linear-gradient(90deg, rgba(255,255,255,.14) 0 1px, transparent 1px 12px);
      color: #fff;
    }

    .entry-card .tag, .tag {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      padding: 6px 10px;
      border-radius: 999px;
      font-size: 12px;
      font-weight: 1000;
      color: var(--red);
      background: var(--light-red);
      border: 1px solid rgba(232,59,47,.14);
    }

    .entry-card.feature .tag {
      color: #fff;
      border-color: rgba(255,255,255,.32);
      background: rgba(255,255,255,.16);
    }

    .entry-card h3 {
      margin-top: 14px;
      font-size: 22px;
      font-weight: 1000;
      letter-spacing: -.03em;
      line-height: 1.35;
    }

    .entry-card p {
      margin-top: 8px;
      color: var(--muted);
    }

    .entry-card.feature p {
      color: rgba(255,255,255,.86);
    }

    .entry-actions {
      margin-top: 18px;
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
    }

    .entry-actions .btn-secondary {
      background: rgba(255,255,255,.2);
      color: #fff;
      border-color: rgba(255,255,255,.36);
    }

    .timeline-panel {
      border-left: 2px solid rgba(232,59,47,.22);
      padding-left: 22px;
      display: grid;
      gap: 16px;
    }

    .timeline-item {
      position: relative;
      padding: 22px;
      border: 1px solid var(--line);
      border-radius: 24px;
      background: rgba(255,248,239,.82);
      box-shadow: 0 12px 36px rgba(90,45,20,.08);
      transition: all .22s ease;
    }

    .timeline-item::before {
      content: "";
      position: absolute;
      left: -30px;
      top: 28px;
      width: 14px;
      height: 14px;
      border-radius: 999px;
      background: var(--red);
      border: 3px solid var(--paper);
      box-shadow: 0 0 0 5px rgba(232,59,47,.13);
    }

    .timeline-meta {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      margin-bottom: 10px;
      color: var(--muted);
      font-size: 13px;
      font-weight: 900;
    }

    .timeline-item h3 {
      font-size: 21px;
      font-weight: 1000;
      line-height: 1.35;
      letter-spacing: -.03em;
    }

    .timeline-item p {
      color: var(--muted);
      margin-top: 8px;
    }

    .badge-ok, .badge-warn, .badge-muted {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      padding: 5px 10px;
      border-radius: 999px;
      font-size: 12px;
      font-weight: 1000;
      white-space: nowrap;
    }

    .badge-ok {
      color: #16673e;
      background: rgba(46,159,101,.12);
    }

    .badge-warn {
      color: var(--red);
      background: var(--light-red);
    }

    .badge-muted {
      color: var(--muted);
      background: rgba(107,98,88,.1);
    }

    .promo-band {
      position: relative;
      overflow: hidden;
      border-radius: 34px;
      padding: 34px;
      background:
        linear-gradient(135deg, var(--ink), #37251c 58%, #5b281c),
        radial-gradient(circle at 74% 10%, rgba(255,122,26,.45), transparent 28%);
      color: var(--paper);
      box-shadow: 0 26px 90px rgba(23,20,18,.18);
    }

    .promo-band::after {
      content: "24H";
      position: absolute;
      right: 22px;
      bottom: -18px;
      font-size: 130px;
      font-weight: 1000;
      letter-spacing: -.08em;
      color: rgba(255,255,255,.06);
      line-height: .8;
    }

    .promo-grid {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: minmax(0, .66fr) minmax(260px, .34fr);
      gap: 28px;
      align-items: center;
    }

    .promo-number {
      font-size: clamp(46px, 8vw, 86px);
      font-weight: 1000;
      line-height: .95;
      color: #fff;
      letter-spacing: -.08em;
    }

    .promo-number span {
      color: var(--orange);
    }

    .promo-list {
      display: grid;
      gap: 10px;
      color: rgba(247,240,230,.84);
    }

    .promo-list li {
      padding: 13px 0;
      border-bottom: 1px solid rgba(247,240,230,.15);
      display: flex;
      gap: 10px;
      align-items: flex-start;
    }

    .promo-list li::before {
      content: "✓";
      color: var(--orange);
      font-weight: 1000;
    }

    .subscribe-panel {
      display: grid;
      grid-template-columns: minmax(0, .9fr) minmax(320px, .55fr);
      gap: 24px;
      align-items: center;
      padding: 28px;
      border-radius: 34px;
      border: 1px solid rgba(232,59,47,.15);
      background:
        linear-gradient(135deg, rgba(255,232,228,.95), rgba(255,241,228,.85)),
        radial-gradient(circle at 80% 20%, rgba(255,122,26,.28), transparent 30%);
      box-shadow: var(--shadow-soft);
    }

    .benefit-list {
      margin-top: 22px;
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 12px;
    }

    .benefit-list div {
      padding: 14px;
      border-radius: 18px;
      background: rgba(255,255,255,.55);
      border: 1px solid rgba(23,20,18,.08);
      font-weight: 900;
    }

    .form-card {
      padding: 22px;
      background: rgba(255,255,255,.82);
    }

    .form-card form {
      display: grid;
      gap: 12px;
    }

    .form-note {
      font-size: 12px;
      color: var(--muted);
      line-height: 1.6;
    }

    .faq-list {
      display: grid;
      gap: 12px;
      max-width: 900px;
      margin: 0 auto;
    }

    details.faq-card {
      padding: 0;
      transition: all .22s ease;
    }

    details.faq-card[open] {
      border-color: rgba(232,59,47,.28);
      box-shadow: var(--shadow-soft);
    }

    .faq-card summary {
      list-style: none;
      cursor: pointer;
      padding: 20px 22px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      font-weight: 1000;
      line-height: 1.45;
      transition: background .22s ease;
    }

    .faq-card summary::-webkit-details-marker {
      display: none;
    }

    .faq-card summary:hover {
      background: var(--light-orange);
    }

    .faq-card summary::after {
      content: "+";
      width: 30px;
      height: 30px;
      border-radius: 999px;
      display: grid;
      place-items: center;
      background: linear-gradient(135deg, var(--red), var(--orange));
      color: #fff;
      flex: 0 0 auto;
      transition: transform .22s ease;
    }

    details[open] summary::after {
      transform: rotate(45deg);
    }

    .faq-card p {
      padding: 0 22px 22px;
      color: var(--muted);
      margin: 0;
    }

    .final-cta {
      padding: 42px;
      border-radius: 36px;
      background:
        linear-gradient(135deg, rgba(255,248,239,.86), rgba(255,241,228,.88)),
        repeating-linear-gradient(-45deg, rgba(232,59,47,.08) 0 1px, transparent 1px 13px);
      border: 1px solid rgba(232,59,47,.16);
      box-shadow: var(--shadow-soft);
      display: grid;
      grid-template-columns: minmax(0, .75fr) auto;
      gap: 24px;
      align-items: center;
    }

    footer {
      padding: 70px 0 34px;
      background:
        linear-gradient(180deg, #171412, #241d18);
      color: rgba(247,240,230,.72);
    }

    .footer-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.4fr) minmax(160px, .5fr) minmax(160px, .5fr);
      gap: 34px;
      padding-bottom: 34px;
      border-bottom: 1px solid rgba(247,240,230,.12);
    }

    .footer-logo {
      color: #fff;
      font-size: 22px;
      font-weight: 1000;
      letter-spacing: -.03em;
    }

    .footer-links {
      display: grid;
      gap: 10px;
    }

    .footer-links a {
      color: rgba(247,240,230,.72);
      transition: color .22s ease, transform .22s ease;
    }

    .footer-links a:hover {
      color: var(--orange);
      transform: translateX(3px);
    }

    .disclaimer {
      margin-top: 24px;
      font-size: 13px;
      color: rgba(247,240,230,.55);
      line-height: 1.8;
    }

    @media (max-width: 1024px) {
      .hero-grid,
      .entry-grid-wrap,
      .promo-grid,
      .subscribe-panel,
      .final-cta {
        grid-template-columns: 1fr;
      }

      .guarantee-bar {
        grid-template-columns: repeat(3, 1fr);
      }

      .section-head {
        grid-template-columns: 1fr;
      }

      .mini-search, .nav-cta, .nav-links {
        display: none;
      }

      .mobile-toggle {
        display: inline-flex;
      }
    }

    @media (max-width: 768px) {
      .container-wrap {
        width: min(100% - 28px, 1180px);
      }

      .site-header {
        top: 10px;
      }

      .nav-shell {
        width: min(100% - 24px, 1180px);
        padding: 10px;
      }

      .brand-text {
        font-size: 14px;
        max-width: 190px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
      }

      .hero-category {
        padding: 112px 0 54px;
      }

      .section {
        padding: 62px 0;
      }

      .lead-card, .status-panel, .promo-band, .subscribe-panel, .final-cta {
        border-radius: 26px;
        padding: 22px;
      }

      .cover-strip {
        grid-template-columns: repeat(2, 1fr);
      }

      .count-mini {
        grid-template-columns: repeat(2, 1fr);
      }

      .guarantee-bar {
        grid-template-columns: repeat(2, 1fr);
      }

      .entry-matrix {
        grid-template-columns: 1fr;
      }

      .entry-card.feature {
        grid-column: auto;
      }

      .benefit-list {
        grid-template-columns: 1fr;
      }

      .footer-grid {
        grid-template-columns: 1fr;
      }
    }

    @media (max-width: 520px) {
      .hero-title {
        font-size: 36px;
      }

      .hero-copy {
        font-size: 16px;
      }

      .guarantee-bar {
        grid-template-columns: 1fr;
      }

      .timeline-panel {
        padding-left: 16px;
      }

      .timeline-item::before {
        left: -24px;
      }

      .promo-number {
        font-size: 48px;
      }

      .entry-actions {
        flex-direction: column;
      }

      .entry-actions a,
      .entry-actions button,
      .btn-primary,
      .btn-secondary,
      .btn-dark {
        width: 100%;
      }
    }
