/* roulang page: index */
:root{
      --red:#E53935;
      --red-dark:#C62828;
      --orange:#FF7A1A;
      --orange-soft:#FFE6D2;
      --cream:#FFF7EF;
      --cream-2:#FFF0E5;
      --warm:#FFFDF9;
      --text:#241A16;
      --muted:#5A4A42;
      --weak:#8A7468;
      --line:rgba(229,57,53,.14);
      --line-2:rgba(255,122,26,.22);
      --shadow:0 18px 45px rgba(177,68,28,.12);
      --shadow-strong:0 24px 60px rgba(177,68,28,.18);
      --radius-lg:30px;
      --radius-md:22px;
      --radius-sm:16px;
      --container:1200px;
      --ease:all .24s ease;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:"PingFang SC","Microsoft YaHei","Noto Sans SC",Arial,sans-serif;
      color:var(--text);
      background:
        radial-gradient(circle at 12% 8%, rgba(255,122,26,.14), transparent 28%),
        radial-gradient(circle at 90% 18%, rgba(229,57,53,.10), transparent 30%),
        linear-gradient(180deg,var(--cream),#fff 46%,var(--cream-2));
      line-height:1.75;
      overflow-x:hidden;
    }
    a{color:inherit;text-decoration:none;transition:var(--ease)}
    a:hover,a:focus{color:var(--red)}
    img{max-width:100%;display:block}
    button,input,textarea{font-family:inherit}
    button{cursor:pointer}
    :focus-visible{outline:3px solid rgba(255,122,26,.32);outline-offset:3px}
    .site-container{width:min(var(--container),calc(100% - 40px));margin:0 auto}
    .section{padding:86px 0}
    .section-tight{padding:58px 0}
    .section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:30px}
    .section-kicker{
      display:inline-flex;align-items:center;gap:8px;
      color:var(--red);font-weight:800;font-size:14px;letter-spacing:.02em;
      background:rgba(229,57,53,.08);border:1px solid var(--line);
      border-radius:999px;padding:7px 12px;margin-bottom:12px;
    }
    .section-title{font-size:34px;line-height:1.2;font-weight:850;margin:0;color:var(--text)}
    .section-desc{max-width:690px;color:var(--muted);font-size:16px;margin:10px 0 0}
    .top-alert{
      background:linear-gradient(90deg,var(--red),var(--orange));
      color:#fff;font-size:14px;font-weight:700;text-align:center;
      padding:9px 16px;
    }
    .site-header{
      position:sticky;top:0;z-index:50;
      background:rgba(255,253,249,.92);
      backdrop-filter:blur(16px);
      border-bottom:1px solid rgba(229,57,53,.10);
      box-shadow:0 10px 28px rgba(72,32,16,.05);
    }
    .nav-wrap{
      min-height:82px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:20px;
    }
    .nav-side{display:flex;align-items:center;gap:12px}
    .nav-side.left{justify-content:flex-end}
    .nav-side.right{justify-content:flex-start}
    .nav-link{
      position:relative;padding:11px 16px;border-radius:999px;color:var(--muted);
      font-size:15px;font-weight:750;border:1px solid transparent;
    }
    .nav-link:hover{background:var(--cream-2);border-color:var(--line);transform:translateY(-1px)}
    .nav-link.active{
      color:var(--red);background:#fff;border-color:var(--line);
      box-shadow:0 8px 20px rgba(229,57,53,.08);
    }
    .nav-link.active:after{
      content:"";position:absolute;left:50%;bottom:5px;width:5px;height:5px;border-radius:50%;
      background:var(--orange);transform:translateX(-50%);
    }
    .brand{
      display:flex;align-items:center;gap:10px;justify-content:center;
      padding:10px 16px;border-radius:999px;background:#fff;
      border:1px solid var(--line);box-shadow:0 12px 28px rgba(177,68,28,.08);
      font-weight:900;color:var(--text);white-space:nowrap;
    }
    .brand-mark{
      display:inline-flex;align-items:center;justify-content:center;
      width:38px;height:38px;border-radius:50%;
      color:#fff;background:linear-gradient(135deg,var(--red),var(--orange));
      font-size:13px;font-weight:900;box-shadow:0 8px 18px rgba(229,57,53,.28);
    }
    .brand-text{font-size:18px;letter-spacing:-.02em}
    .mobile-toggle{display:none;border:0;background:transparent;color:var(--text);font-weight:850;font-size:15px;padding:10px 12px}
    .mobile-menu{
      display:none;border-top:1px solid var(--line);padding:10px 0 16px;
    }
    .mobile-menu a{
      display:block;padding:12px 16px;border-radius:14px;font-weight:750;color:var(--muted);
    }
    .mobile-menu a.active,.mobile-menu a:hover{background:var(--cream-2);color:var(--red)}
    .hero{
      position:relative;min-height:690px;padding:76px 0 68px;overflow:hidden;
      background:
        linear-gradient(120deg,rgba(36,26,22,.76),rgba(36,26,22,.28)),
        radial-gradient(circle at 18% 24%, rgba(255,122,26,.52), transparent 25%),
        radial-gradient(circle at 82% 18%, rgba(229,57,53,.48), transparent 26%),
        linear-gradient(135deg,#421b12,#ff8a1a 48%,#fff0e5);
      color:#fff;
    }
    .hero:before{
      content:"";position:absolute;inset:0;
      background-image:linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px);
      background-size:42px 42px;opacity:.26;
    }
    .hero-stage{position:relative;z-index:1}
    .countdown-strip{
      display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap;
      width:max-content;max-width:100%;margin:0 auto 28px;
      padding:10px 16px;border-radius:999px;background:rgba(255,255,255,.16);
      border:1px solid rgba(255,255,255,.22);backdrop-filter:blur(12px);
      font-size:14px;font-weight:800;
    }
    .count-pill{background:#fff;color:var(--red);border-radius:999px;padding:5px 10px}
    .hero-title{
      max-width:980px;margin:0 auto;text-align:center;
      font-size:58px;line-height:1.13;font-weight:920;letter-spacing:-.045em;
      text-shadow:0 12px 38px rgba(36,26,22,.22);
    }
    .hero-desc{
      max-width:820px;margin:22px auto 0;text-align:center;
      font-size:18px;color:rgba(255,255,255,.88);line-height:1.85;
    }
    .hero-actions{display:flex;justify-content:center;gap:14px;flex-wrap:wrap;margin-top:30px}
    .btn{
      display:inline-flex;align-items:center;justify-content:center;gap:9px;
      min-height:48px;padding:13px 22px;border-radius:999px;
      font-weight:850;font-size:15px;border:1px solid transparent;
      transition:var(--ease);line-height:1.2;
    }
    .btn-primary{
      color:#fff;background:linear-gradient(135deg,var(--red),var(--orange));
      box-shadow:0 14px 28px rgba(229,57,53,.28);
    }
    .btn-primary:hover{color:#fff;transform:translateY(-2px);box-shadow:0 18px 38px rgba(229,57,53,.36);filter:saturate(1.05)}
    .btn-secondary{
      color:var(--red);background:#fff;border-color:rgba(229,57,53,.18);
      box-shadow:0 10px 22px rgba(36,26,22,.08);
    }
    .btn-secondary:hover{background:var(--cream-2);transform:translateY(-2px);color:var(--red-dark)}
    .btn-ghost{
      color:#fff;background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.28);
    }
    .btn-ghost:hover{color:#fff;background:rgba(255,255,255,.2);transform:translateY(-2px)}
    .hero-posters{
      margin-top:44px;display:grid;grid-template-columns:repeat(5,1fr);gap:18px;align-items:end;
    }
    .poster-card{
      position:relative;min-height:285px;border-radius:30px;overflow:hidden;
      border:1px solid rgba(255,255,255,.25);box-shadow:0 26px 55px rgba(36,26,22,.28);
      background:linear-gradient(160deg,rgba(255,255,255,.30),rgba(255,255,255,.04));
      backdrop-filter:blur(10px);transform:translateY(var(--lift,0));
    }
    .poster-card:before{
      content:"";position:absolute;inset:0;
      background:
        radial-gradient(circle at 30% 18%, rgba(255,255,255,.56), transparent 18%),
        radial-gradient(circle at 70% 58%, rgba(229,57,53,.58), transparent 28%),
        linear-gradient(145deg,rgba(255,122,26,.72),rgba(36,26,22,.42));
      filter:blur(.2px);
    }
    .poster-card:after{
      content:"";position:absolute;inset:0;
      background:linear-gradient(180deg,transparent 40%,rgba(36,26,22,.72));
    }
    .poster-card.tall{min-height:340px}
    .poster-meta{position:absolute;left:16px;right:16px;bottom:16px;z-index:2}
    .poster-tag,.badge{
      display:inline-flex;align-items:center;gap:6px;border-radius:999px;
      padding:6px 10px;font-size:12px;font-weight:850;line-height:1;
    }
    .poster-tag{background:rgba(255,255,255,.92);color:var(--red)}
    .poster-title{margin:10px 0 0;color:#fff;font-weight:850;font-size:16px;line-height:1.35}
    .hero-metrics{
      margin-top:22px;display:grid;grid-template-columns:repeat(3,1fr);gap:14px;
    }
    .metric{
      background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.2);
      border-radius:22px;padding:16px;text-align:center;backdrop-filter:blur(12px);
    }
    .metric strong{display:block;font-size:30px;line-height:1;font-weight:950;color:#fff}
    .metric span{display:block;margin-top:7px;color:rgba(255,255,255,.8);font-size:13px;font-weight:700}
    .card{
      background:rgba(255,253,249,.88);
      border:1px solid var(--line);
      border-radius:var(--radius-md);
      box-shadow:var(--shadow);
      transition:var(--ease);
      overflow:hidden;
    }
    .card:hover{transform:translateY(-4px);box-shadow:var(--shadow-strong);border-color:rgba(229,57,53,.24)}
    .rail-wrap{overflow:hidden}
    .vertical-grid{
      display:grid;grid-template-columns:repeat(5,minmax(190px,1fr));gap:18px;
    }
    .vertical-card{
      position:relative;border-radius:26px;background:#fff;border:1px solid var(--line);
      box-shadow:var(--shadow);overflow:hidden;transition:var(--ease);
    }
    .vertical-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-strong)}
    .cover{
      position:relative;aspect-ratio:9/16;overflow:hidden;
      background:linear-gradient(150deg,#fff0e5,#ffb067 44%,#d92727);
    }
    .cover:before{
      content:"";position:absolute;inset:13px;border-radius:22px;
      background:
        radial-gradient(circle at 28% 20%, rgba(255,255,255,.72), transparent 16%),
        radial-gradient(circle at 68% 44%, rgba(36,26,22,.28), transparent 26%),
        linear-gradient(160deg,rgba(255,255,255,.2),rgba(255,255,255,.02));
      filter:blur(1px);
    }
    .cover:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 48%,rgba(36,26,22,.66))}
    .corner{
      position:absolute;z-index:2;top:12px;right:12px;background:linear-gradient(135deg,var(--red),var(--orange));
      color:#fff;border-radius:999px;padding:6px 9px;font-size:12px;font-weight:900;
      box-shadow:0 8px 18px rgba(229,57,53,.24);
    }
    .cover-title{position:absolute;z-index:2;left:14px;right:14px;bottom:14px;color:#fff;font-weight:900;line-height:1.35}
    .vertical-body{padding:16px}
    .meta-line{display:flex;align-items:center;justify-content:space-between;gap:10px;color:var(--weak);font-size:13px;font-weight:700;margin:9px 0 14px}
    .tag-red{background:rgba(229,57,53,.09);color:var(--red);border:1px solid var(--line)}
    .tag-orange{background:rgba(255,122,26,.10);color:#D65A00;border:1px solid var(--line-2)}
    .tiny-btn{
      display:flex;align-items:center;justify-content:center;width:100%;
      border-radius:14px;background:var(--cream-2);color:var(--red);
      padding:10px 12px;font-weight:850;border:1px solid var(--line);
    }
    .tiny-btn:hover{background:linear-gradient(135deg,var(--red),var(--orange));color:#fff}
    .deal-wall{
      display:grid;grid-template-columns:1.02fr .98fr;gap:24px;align-items:stretch;
    }
    .check-list{padding:28px}
    .step-item{
      display:grid;grid-template-columns:42px 1fr auto;gap:14px;align-items:start;
      padding:16px 0;border-bottom:1px dashed rgba(229,57,53,.18);
    }
    .step-item:last-child{border-bottom:0}
    .num{
      width:42px;height:42px;border-radius:15px;display:flex;align-items:center;justify-content:center;
      background:linear-gradient(135deg,var(--red),var(--orange));color:#fff;font-weight:950;
      box-shadow:0 10px 20px rgba(229,57,53,.2);
    }
    .step-item h3{font-size:18px;margin:0 0 4px;font-weight:850}
    .step-item p{margin:0;color:var(--muted);font-size:15px;line-height:1.65}
    .status{align-self:center;white-space:nowrap;color:#D65A00;background:#fff3e6;border:1px solid var(--line-2);border-radius:999px;padding:6px 10px;font-size:12px;font-weight:850}
    .coupon-card{
      position:relative;padding:30px;border:2px dashed rgba(229,57,53,.25);
      background:linear-gradient(160deg,#fff,#fff0e5);border-radius:var(--radius-lg);
      box-shadow:var(--shadow);
    }
    .coupon-card:before,.coupon-card:after{
      content:"";position:absolute;width:26px;height:26px;border-radius:50%;background:var(--cream);
      top:50%;transform:translateY(-50%);
    }
    .coupon-card:before{left:-14px}.coupon-card:after{right:-14px}
    .price-row{display:flex;align-items:flex-end;gap:10px;margin:18px 0}
    .price{font-size:54px;line-height:.9;font-weight:950;color:var(--red);letter-spacing:-.05em}
    .price-note{color:var(--weak);font-weight:750;font-size:14px;margin-bottom:4px}
    .coupon-list{list-style:none;margin:18px 0 24px;padding:0}
    .coupon-list li{display:flex;gap:10px;margin:12px 0;color:var(--muted);font-weight:700}
    .coupon-list li:before{content:"✓";color:#fff;background:var(--orange);width:22px;height:22px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:950;flex:0 0 22px;margin-top:2px}
    .guarantee-bar{
      display:grid;grid-template-columns:repeat(6,1fr);gap:12px;
      padding:16px;background:#fff;border:1px solid var(--line);border-radius:26px;box-shadow:var(--shadow);
    }
    .guarantee-item{
      text-align:center;padding:18px 10px;border-radius:20px;background:linear-gradient(180deg,#fff,var(--cream-2));
      border:1px solid rgba(255,122,26,.16);
    }
    .icon{
      width:42px;height:42px;margin:0 auto 10px;border-radius:15px;
      display:flex;align-items:center;justify-content:center;color:var(--red);
      background:rgba(229,57,53,.09);font-size:20px;font-weight:950;
    }
    .guarantee-item strong{display:block;font-size:15px;font-weight:900}
    .guarantee-item span{display:block;margin-top:4px;color:var(--weak);font-size:12px;font-weight:700}
    .buzz-section{background:linear-gradient(180deg,rgba(255,240,229,.72),rgba(255,255,255,.58))}
    .review-track{
      display:flex;gap:18px;overflow-x:auto;padding:4px 2px 18px;scroll-snap-type:x mandatory;
    }
    .review-track::-webkit-scrollbar{height:8px}
    .review-track::-webkit-scrollbar-thumb{background:rgba(229,57,53,.22);border-radius:999px}
    .review-card{
      min-width:310px;scroll-snap-align:start;padding:22px;background:#fff;border:1px solid var(--line);
      border-radius:24px;box-shadow:var(--shadow);
    }
    .review-head{display:flex;align-items:center;gap:12px;margin-bottom:12px}
    .avatar{
      width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,var(--orange),var(--red));
      display:flex;align-items:center;justify-content:center;color:#fff;font-weight:950;
    }
    .stars{color:#FF8A00;font-size:14px;letter-spacing:1px}
    .review-card p{margin:0;color:var(--muted);font-size:15px;line-height:1.72}
    .info-loop{
      display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:24px;
    }
    .news-list{
      background:#fff;border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow);overflow:hidden;
    }
    .news-item{
      display:grid;grid-template-columns:110px 1fr auto;gap:18px;align-items:center;
      padding:18px 20px;border-bottom:1px solid rgba(229,57,53,.10);
    }
    .news-item:last-child{border-bottom:0}
    .news-date{font-weight:950;color:var(--red);background:var(--cream-2);border-radius:16px;text-align:center;padding:10px;font-size:14px}
    .news-item a{font-size:17px;font-weight:850;color:var(--text)}
    .news-item a:hover{color:var(--red)}
    .news-item p{margin:4px 0 0;color:var(--weak);font-size:14px;line-height:1.55}
    .arrow{color:var(--orange);font-weight:950}
    .side-recommend{padding:24px;background:linear-gradient(160deg,#fff,var(--cream-2));border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow)}
    .side-recommend h3{margin:0 0 12px;font-weight:900;font-size:22px}
    .mini-list{list-style:none;margin:0;padding:0}
    .mini-list li{display:flex;justify-content:space-between;gap:12px;padding:12px 0;border-bottom:1px dashed rgba(229,57,53,.16);color:var(--muted);font-weight:700}
    .mini-list li:last-child{border-bottom:0}
    .mini-list em{font-style:normal;color:var(--red);font-weight:900}
    .cta-panel{
      position:relative;overflow:hidden;border-radius:34px;padding:38px;
      background:
        radial-gradient(circle at 12% 18%, rgba(255,255,255,.36), transparent 25%),
        linear-gradient(135deg,var(--red),var(--orange));
      color:#fff;box-shadow:0 28px 60px rgba(229,57,53,.26);
    }
    .cta-panel:after{
      content:"18+";position:absolute;right:30px;top:20px;font-size:120px;font-weight:950;
      color:rgba(255,255,255,.11);line-height:1;
    }
    .cta-grid{position:relative;z-index:1;display:grid;grid-template-columns:1fr 360px;gap:26px;align-items:center}
    .cta-panel h2{font-size:36px;line-height:1.2;margin:0 0 12px;font-weight:950}
    .cta-panel p{margin:0;color:rgba(255,255,255,.9);font-size:16px}
    .cta-box{background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.24);border-radius:26px;padding:22px;backdrop-filter:blur(12px)}
    .cta-price{font-size:44px;line-height:1;font-weight:950;margin-bottom:10px}
    .cta-box .btn{width:100%;margin-top:14px}
    .faq-wrap{
      background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);
      box-shadow:var(--shadow);padding:14px;
    }
    .accordion{background:transparent}
    .accordion-item{border-bottom:1px solid rgba(229,57,53,.10)}
    .accordion-item:last-child{border-bottom:0}
    .accordion-title{
      border:0!important;background:transparent!important;color:var(--text)!important;
      font-size:17px;font-weight:850;line-height:1.45;padding:18px 46px 18px 18px;
    }
    .accordion-title:before{color:var(--red);font-size:24px;margin-top:-14px}
    .accordion-content{
      border:0!important;background:var(--cream)!important;border-radius:18px;
      color:var(--muted);font-size:15px;line-height:1.75;margin:0 12px 14px;padding:18px!important;
    }
    .feedback-card{
      padding:28px;background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow);
    }
    .feedback-card label{font-weight:800;color:var(--text);margin-bottom:7px}
    .feedback-card input,.feedback-card textarea{
      border:1px solid rgba(229,57,53,.18);border-radius:16px;box-shadow:none;
      padding:12px 14px;background:#fffdf9;color:var(--text);
    }
    .feedback-card input:focus,.feedback-card textarea:focus{
      border-color:var(--orange);box-shadow:0 0 0 4px rgba(255,122,26,.12);background:#fff;
    }
    .checkbox-line{display:flex;align-items:flex-start;gap:9px;color:var(--muted);font-size:14px;font-weight:700;margin:8px 0 18px}
    .checkbox-line input{margin-top:5px}
    .site-footer{
      background:#241A16;color:rgba(255,247,239,.82);padding:58px 0 26px;
    }
    .footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:34px;margin-bottom:34px}
    .footer-brand{display:flex;align-items:center;gap:10px;font-size:20px;font-weight:950;color:#fff;margin-bottom:12px}
    .footer-brand .brand-mark{width:36px;height:36px}
    .footer-title{color:#fff;font-size:16px;font-weight:900;margin:0 0 12px}
    .footer-links{list-style:none;margin:0;padding:0}
    .footer-links li{margin:8px 0}
    .footer-links a{color:rgba(255,247,239,.72);font-weight:700}
    .footer-links a:hover{color:#fff}
    .footer-note{color:rgba(255,247,239,.62);font-size:14px;line-height:1.8;max-width:520px}
    .footer-bottom{
      border-top:1px solid rgba(255,255,255,.12);padding-top:18px;
      display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap;font-size:13px;color:rgba(255,247,239,.56);
    }
    .age-modal{
      border:0;border-radius:30px;max-width:520px;padding:0;overflow:hidden;background:#fffdf9;
      box-shadow:0 30px 80px rgba(36,26,22,.25);
    }
    .age-modal-inner{padding:30px}
    .age-big{
      width:70px;height:70px;border-radius:24px;background:linear-gradient(135deg,var(--red),var(--orange));
      color:#fff;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:950;margin-bottom:16px;
    }
    .age-modal h2{font-size:28px;font-weight:950;margin:0 0 10px}
    .age-modal p{color:var(--muted);margin:0 0 20px}
    .modal-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px}
    .btn-muted{background:#F4EEE8;color:#6b5a51;border-color:rgba(36,26,22,.08)}
    .btn-muted:hover{background:#ECE1D8;color:#241A16}
    @media (max-width:1023px){
      .section{padding:64px 0}
      .nav-wrap{grid-template-columns:auto 1fr auto;min-height:72px}
      .nav-side{display:none}
      .brand{justify-self:center}
      .mobile-toggle{display:inline-flex;justify-self:end}
      .mobile-menu.is-open{display:block}
      .hero{min-height:auto;padding:58px 0}
      .hero-title{font-size:42px}
      .hero-posters{grid-template-columns:repeat(3,1fr)}
      .hero-posters .poster-card:nth-child(n+4){display:none}
      .vertical-grid{grid-template-columns:repeat(3,minmax(190px,1fr));overflow-x:auto;padding-bottom:12px}
      .deal-wall,.info-loop,.cta-grid{grid-template-columns:1fr}
      .guarantee-bar{grid-template-columns:repeat(3,1fr)}
      .footer-grid{grid-template-columns:1fr 1fr}
    }
    @media (max-width:639px){
      .site-container{width:min(100% - 28px,var(--container))}
      .top-alert{font-size:13px;padding:8px 12px}
      .brand{padding:8px 10px;gap:8px}
      .brand-mark{width:32px;height:32px;font-size:12px}
      .brand-text{font-size:15px;max-width:190px;overflow:hidden;text-overflow:ellipsis}
      .hero-title{font-size:34px}
      .hero-desc{font-size:16px}
      .hero-actions{display:grid;grid-template-columns:1fr;gap:10px}
      .hero-actions .btn{width:100%}
      .hero-posters{
        display:flex;overflow-x:auto;gap:14px;margin-left:-14px;margin-right:-14px;padding:0 14px 12px;
      }
      .poster-card{min-width:190px;min-height:285px}
      .hero-metrics{grid-template-columns:1fr;gap:10px}
      .section-head{display:block}
      .section-title{font-size:28px}
      .vertical-grid{
        display:flex;overflow-x:auto;margin-left:-14px;margin-right:-14px;padding:0 14px 14px;
      }
      .vertical-card{min-width:210px}
      .step-item{grid-template-columns:38px 1fr}
      .step-item .status{grid-column:2;justify-self:start;margin-top:4px}
      .coupon-card,.check-list,.feedback-card{padding:22px}
      .price{font-size:42px}
      .guarantee-bar{grid-template-columns:repeat(2,1fr);padding:10px}
      .news-item{grid-template-columns:1fr;gap:8px}
      .news-date{width:max-content}
      .cta-panel{padding:26px;border-radius:26px}
      .cta-panel h2{font-size:28px}
      .cta-panel:after{font-size:82px;right:12px;top:8px}
      .modal-actions{grid-template-columns:1fr}
      .footer-grid{grid-template-columns:1fr}
      .footer-bottom{display:block}
    }

/* roulang page: category1 */
:root {
      --color-red: #E53935;
      --color-red-deep: #D92727;
      --color-orange: #FF7A1A;
      --color-orange-soft: #FFF0E5;
      --color-bg: #FFF7EF;
      --color-bg-strong: #FFF3E6;
      --color-card: #FFFFFF;
      --color-card-warm: #FFE6D2;
      --color-text: #241A16;
      --color-muted: #5A4A42;
      --color-light: #8A7468;
      --color-border: rgba(229, 57, 53, .14);
      --color-border-strong: rgba(255, 122, 26, .32);
      --shadow-soft: 0 18px 45px rgba(177, 68, 28, .12);
      --shadow-hover: 0 24px 60px rgba(177, 68, 28, .18);
      --radius-xl: 32px;
      --radius-lg: 24px;
      --radius-md: 18px;
      --radius-sm: 14px;
      --container: 1200px;
      --ease: all .25s ease;
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans SC", Arial, sans-serif;
      color: var(--color-text);
      background:
        radial-gradient(circle at 8% 4%, rgba(255, 122, 26, .16), transparent 28%),
        radial-gradient(circle at 95% 12%, rgba(229, 57, 53, .12), transparent 30%),
        linear-gradient(180deg, var(--color-bg), #fff 42%, var(--color-bg-strong));
      line-height: 1.75;
      overflow-x: hidden;
    }

    a {
      color: inherit;
      text-decoration: none;
      transition: var(--ease);
    }

    img {
      max-width: 100%;
      display: block;
    }

    button,
    input,
    textarea {
      font-family: inherit;
    }

    button {
      cursor: pointer;
    }

    ::selection {
      color: #fff;
      background: var(--color-red);
    }

    .site-container {
      width: min(var(--container), calc(100% - 40px));
      margin: 0 auto;
    }

    .site-header {
      position: sticky;
      top: 0;
      z-index: 1000;
      background: rgba(255, 247, 239, .92);
      backdrop-filter: blur(16px);
      border-bottom: 1px solid rgba(229, 57, 53, .1);
      box-shadow: 0 10px 30px rgba(99, 42, 18, .05);
    }

    .nav-wrap {
      min-height: 82px;
      display: grid;
      grid-template-columns: 1fr auto 1fr auto;
      align-items: center;
      gap: 16px;
    }

    .nav-side {
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .nav-side.left {
      justify-content: flex-end;
      padding-right: 18px;
    }

    .nav-side.right {
      justify-content: flex-start;
      padding-left: 18px;
    }

    .nav-link,
    .mobile-menu a {
      position: relative;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 42px;
      padding: 10px 16px;
      border-radius: 999px;
      color: var(--color-muted);
      font-weight: 700;
      font-size: 15px;
      white-space: nowrap;
    }

    .nav-link:hover,
    .mobile-menu a:hover {
      color: var(--color-red);
      background: rgba(255, 122, 26, .08);
    }

    .nav-link.active,
    .mobile-menu a.active {
      color: var(--color-red-deep);
      background: linear-gradient(135deg, rgba(229, 57, 53, .11), rgba(255, 122, 26, .13));
    }

    .nav-link.active::after {
      content: "";
      position: absolute;
      left: 50%;
      bottom: 5px;
      width: 6px;
      height: 6px;
      transform: translateX(-50%);
      border-radius: 999px;
      background: var(--color-orange);
      box-shadow: 0 0 0 5px rgba(255, 122, 26, .12);
    }

    .brand {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      padding: 12px 18px;
      border-radius: 999px;
      background: #fff;
      border: 1px solid var(--color-border);
      box-shadow: 0 14px 32px rgba(177, 68, 28, .12);
      min-width: 280px;
    }

    .brand:hover {
      transform: translateY(-2px);
      box-shadow: var(--shadow-hover);
    }

    .brand-mark {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 42px;
      height: 42px;
      border-radius: 50%;
      color: #fff;
      font-weight: 900;
      letter-spacing: -.04em;
      background: linear-gradient(135deg, var(--color-red), var(--color-orange));
      box-shadow: 0 10px 24px rgba(229, 57, 53, .24);
    }

    .brand-text {
      font-size: 18px;
      font-weight: 900;
      letter-spacing: -.02em;
      color: var(--color-text);
    }

    .mobile-toggle {
      display: none;
      border: 1px solid var(--color-border);
      border-radius: 999px;
      background: #fff;
      color: var(--color-red);
      font-weight: 800;
      padding: 10px 16px;
      min-height: 44px;
      box-shadow: 0 10px 24px rgba(177, 68, 28, .1);
    }

    .mobile-toggle:hover,
    .mobile-toggle:focus {
      background: var(--color-orange-soft);
      outline: 3px solid rgba(255, 122, 26, .2);
      outline-offset: 2px;
    }

    .mobile-menu {
      display: none;
      padding: 0 0 16px;
      gap: 10px;
    }

    .notice-bar {
      background: linear-gradient(90deg, rgba(229, 57, 53, .1), rgba(255, 122, 26, .12), rgba(229, 57, 53, .08));
      border-bottom: 1px solid rgba(255, 122, 26, .16);
    }

    .notice-inner {
      width: min(var(--container), calc(100% - 40px));
      min-height: 42px;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 12px;
      color: var(--color-muted);
      font-size: 14px;
      font-weight: 700;
      text-align: center;
    }

    .notice-inner i {
      color: var(--color-red);
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      min-height: 48px;
      padding: 13px 22px;
      border-radius: 999px;
      border: 1px solid transparent;
      font-size: 15px;
      font-weight: 850;
      line-height: 1.1;
      transition: var(--ease);
      box-shadow: none;
    }

    .btn-primary {
      color: #fff;
      background: linear-gradient(135deg, var(--color-red), var(--color-orange));
      box-shadow: 0 16px 34px rgba(229, 57, 53, .26);
    }

    .btn-primary:hover,
    .btn-primary:focus {
      color: #fff;
      transform: translateY(-2px);
      box-shadow: 0 22px 46px rgba(229, 57, 53, .34);
      outline: none;
      filter: saturate(1.05);
    }

    .btn-secondary {
      color: var(--color-red-deep);
      background: #fff;
      border-color: rgba(229, 57, 53, .28);
    }

    .btn-secondary:hover,
    .btn-secondary:focus {
      color: var(--color-red-deep);
      background: var(--color-orange-soft);
      transform: translateY(-2px);
      outline: 3px solid rgba(255, 122, 26, .18);
      outline-offset: 2px;
    }

    .section {
      padding: 82px 0;
    }

    .section-tight {
      padding: 58px 0;
    }

    .section-head {
      max-width: 760px;
      margin-bottom: 34px;
    }

    .section-eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 8px 12px;
      margin-bottom: 14px;
      border-radius: 999px;
      color: var(--color-red-deep);
      background: rgba(229, 57, 53, .09);
      border: 1px solid rgba(229, 57, 53, .12);
      font-size: 13px;
      font-weight: 850;
    }

    h1,
    h2,
    h3,
    p {
      margin-top: 0;
    }

    h1 {
      font-size: clamp(34px, 5.2vw, 58px);
      line-height: 1.12;
      font-weight: 900;
      letter-spacing: -.045em;
      margin-bottom: 20px;
    }

    h2 {
      font-size: clamp(28px, 3.8vw, 38px);
      line-height: 1.2;
      font-weight: 850;
      letter-spacing: -.035em;
      margin-bottom: 14px;
    }

    h3 {
      font-size: 21px;
      line-height: 1.32;
      font-weight: 850;
      margin-bottom: 10px;
    }

    .lead {
      color: var(--color-muted);
      font-size: 17px;
      line-height: 1.85;
      margin-bottom: 24px;
    }

    .muted {
      color: var(--color-light);
      font-size: 14px;
    }

    .page-hero {
      position: relative;
      padding: 58px 0 70px;
      overflow: hidden;
    }

    .page-hero::before {
      content: "";
      position: absolute;
      inset: 24px auto auto 4%;
      width: 240px;
      height: 240px;
      border-radius: 50%;
      background: rgba(255, 122, 26, .12);
      filter: blur(20px);
      pointer-events: none;
    }

    .breadcrumb-lite {
      display: flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 18px;
      color: var(--color-light);
      font-size: 14px;
      font-weight: 700;
    }

    .breadcrumb-lite a {
      color: var(--color-muted);
    }

    .breadcrumb-lite a:hover {
      color: var(--color-red);
    }

    .hero-card {
      position: relative;
      padding: 34px;
      border-radius: var(--radius-xl);
      background: linear-gradient(145deg, rgba(255,255,255,.96), rgba(255, 240, 229, .95));
      border: 1px solid var(--color-border);
      box-shadow: var(--shadow-soft);
      overflow: hidden;
    }

    .hero-card::after {
      content: "18+";
      position: absolute;
      right: -28px;
      top: 28px;
      transform: rotate(18deg);
      color: rgba(229, 57, 53, .08);
      font-size: 150px;
      font-weight: 900;
      line-height: 1;
      pointer-events: none;
    }

    .hero-actions {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 26px;
    }

    .hero-tags {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 22px;
    }

    .tag {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      padding: 9px 12px;
      border-radius: 999px;
      background: #fff;
      border: 1px solid var(--color-border);
      color: var(--color-muted);
      font-size: 13px;
      font-weight: 800;
    }

    .tag.hot,
    .tag.is-active {
      color: #fff;
      border-color: transparent;
      background: linear-gradient(135deg, var(--color-red), var(--color-orange));
      box-shadow: 0 10px 22px rgba(229, 57, 53, .18);
    }

    .invite-panel {
      position: relative;
      padding: 28px;
      border-radius: var(--radius-xl);
      background:
        linear-gradient(145deg, rgba(36, 26, 22, .96), rgba(92, 40, 22, .94)),
        radial-gradient(circle at 20% 10%, rgba(255, 122, 26, .3), transparent 30%);
      color: #fff;
      box-shadow: 0 22px 54px rgba(36, 26, 22, .22);
      overflow: hidden;
    }

    .invite-panel::before {
      content: "";
      position: absolute;
      right: -55px;
      top: -55px;
      width: 170px;
      height: 170px;
      border-radius: 50%;
      border: 28px solid rgba(255, 122, 26, .18);
    }

    .coupon-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 8px 12px;
      border-radius: 999px;
      color: #fff;
      background: rgba(255, 122, 26, .22);
      border: 1px solid rgba(255, 255, 255, .18);
      font-size: 13px;
      font-weight: 850;
    }

    .reward-price {
      display: flex;
      align-items: flex-end;
      gap: 10px;
      margin: 20px 0 12px;
    }

    .reward-price strong {
      font-size: clamp(44px, 7vw, 62px);
      line-height: .9;
      font-weight: 950;
      letter-spacing: -.06em;
      color: #FFB45D;
    }

    .reward-price span {
      padding-bottom: 4px;
      color: rgba(255,255,255,.78);
      font-size: 15px;
      font-weight: 700;
    }

    .progress-wrap {
      margin: 22px 0;
    }

    .progress-top {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 9px;
      color: rgba(255,255,255,.82);
      font-size: 13px;
      font-weight: 800;
    }

    .progress {
      height: 12px;
      margin: 0;
      border-radius: 999px;
      background: rgba(255,255,255,.16);
      overflow: hidden;
    }

    .progress-meter {
      border-radius: 999px;
      background: linear-gradient(90deg, var(--color-red), var(--color-orange), #FFD166);
    }

    .invite-list {
      display: grid;
      gap: 12px;
      margin: 20px 0 0;
    }

    .invite-item {
      display: flex;
      align-items: center;
      gap: 12px;
      padding: 12px;
      border-radius: 18px;
      background: rgba(255,255,255,.08);
      border: 1px solid rgba(255,255,255,.1);
      color: rgba(255,255,255,.84);
      font-size: 14px;
      font-weight: 700;
    }

    .invite-item i {
      color: #FFB45D;
    }

    .filter-shell {
      padding: 18px;
      border-radius: var(--radius-lg);
      background: #fff;
      border: 1px solid var(--color-border);
      box-shadow: var(--shadow-soft);
    }

    .filter-title {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      margin-bottom: 14px;
      font-weight: 900;
      color: var(--color-text);
    }

    .filter-title i {
      color: var(--color-red);
    }

    .filter-group {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
    }

    .filter-pill {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 40px;
      padding: 9px 13px;
      border-radius: 999px;
      color: var(--color-red-deep);
      background: #fff;
      border: 1px solid rgba(229, 57, 53, .22);
      font-size: 14px;
      font-weight: 850;
      transition: var(--ease);
    }

    .filter-pill:hover,
    .filter-pill:focus,
    .filter-pill.active {
      color: #fff;
      border-color: transparent;
      background: linear-gradient(135deg, var(--color-red), var(--color-orange));
      box-shadow: 0 12px 24px rgba(229, 57, 53, .2);
      transform: translateY(-2px);
      outline: none;
    }

    .side-panel {
      position: sticky;
      top: 110px;
      padding: 24px;
      border-radius: var(--radius-lg);
      background: linear-gradient(180deg, #fff, var(--color-orange-soft));
      border: 1px solid var(--color-border);
      box-shadow: var(--shadow-soft);
    }

    .side-panel h3 {
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .side-panel h3 i {
      color: var(--color-red);
    }

    .check-list {
      list-style: none;
      padding: 0;
      margin: 18px 0 0;
      display: grid;
      gap: 13px;
    }

    .check-list li {
      display: flex;
      gap: 10px;
      color: var(--color-muted);
      font-size: 14px;
      font-weight: 700;
    }

    .check-list i {
      margin-top: 5px;
      color: var(--color-orange);
    }

    .cover-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 18px;
    }

    .entry-card {
      position: relative;
      overflow: hidden;
      border-radius: var(--radius-lg);
      background: #fff;
      border: 1px solid var(--color-border);
      box-shadow: 0 14px 34px rgba(177, 68, 28, .09);
      transition: var(--ease);
    }

    .entry-card:hover {
      transform: translateY(-4px);
      border-color: rgba(229, 57, 53, .28);
      box-shadow: var(--shadow-hover);
    }

    .entry-cover {
      position: relative;
      aspect-ratio: 9 / 13;
      overflow: hidden;
      background:
        linear-gradient(135deg, rgba(229, 57, 53, .25), rgba(255, 122, 26, .18)),
        radial-gradient(circle at 30% 22%, rgba(255,255,255,.55), transparent 18%),
        linear-gradient(160deg, #FFD3B1, #F26D5B 48%, #6C2D22);
    }

    .entry-cover.cover-2 {
      background:
        linear-gradient(145deg, rgba(255, 122, 26, .25), rgba(229, 57, 53, .2)),
        radial-gradient(circle at 68% 20%, rgba(255,255,255,.48), transparent 18%),
        linear-gradient(160deg, #FFE1C7, #FF8A3D 45%, #472016);
    }

    .entry-cover.cover-3 {
      background:
        linear-gradient(145deg, rgba(229, 57, 53, .22), rgba(255, 181, 92, .26)),
        radial-gradient(circle at 35% 32%, rgba(255,255,255,.42), transparent 20%),
        linear-gradient(160deg, #FFF0D9, #E95B4F 50%, #271916);
    }

    .entry-cover.cover-4 {
      background:
        linear-gradient(145deg, rgba(255, 122, 26, .22), rgba(229, 57, 53, .24)),
        radial-gradient(circle at 58% 28%, rgba(255,255,255,.5), transparent 18%),
        linear-gradient(160deg, #FFD8BD, #FF7A1A 48%, #3C1D15);
    }

    .entry-cover::before {
      content: "";
      position: absolute;
      inset: 16px;
      border-radius: 22px;
      border: 1px dashed rgba(255,255,255,.42);
      background: rgba(255,255,255,.08);
      backdrop-filter: blur(3px);
    }

    .entry-cover::after {
      content: "";
      position: absolute;
      left: 50%;
      bottom: 24px;
      width: 42%;
      height: 46%;
      transform: translateX(-50%);
      border-radius: 999px 999px 26px 26px;
      background: linear-gradient(180deg, rgba(255,255,255,.28), rgba(36,26,22,.28));
      filter: blur(.2px);
    }

    .corner-label {
      position: absolute;
      top: 12px;
      right: 12px;
      z-index: 2;
      padding: 6px 9px;
      border-radius: 999px;
      color: #fff;
      background: linear-gradient(135deg, var(--color-red), var(--color-orange));
      box-shadow: 0 10px 20px rgba(229, 57, 53, .26);
      font-size: 12px;
      font-weight: 900;
    }

    .cover-safe {
      position: absolute;
      left: 12px;
      bottom: 12px;
      z-index: 2;
      padding: 6px 9px;
      border-radius: 999px;
      color: #fff;
      background: rgba(36, 26, 22, .52);
      backdrop-filter: blur(10px);
      font-size: 12px;
      font-weight: 850;
    }

    .entry-body {
      padding: 16px;
    }

    .entry-body h3 {
      min-height: 56px;
      font-size: 18px;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }

    .entry-body p {
      min-height: 74px;
      color: var(--color-muted);
      font-size: 14px;
      line-height: 1.65;
      margin-bottom: 13px;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }

    .meta-row {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 8px;
      margin-bottom: 14px;
      color: var(--color-light);
      font-size: 12px;
      font-weight: 800;
    }

    .card-btn {
      width: 100%;
      min-height: 42px;
      padding: 10px 14px;
      font-size: 14px;
    }

    .benefit-strip {
      padding: 26px;
      border-radius: var(--radius-xl);
      background: linear-gradient(135deg, #fff, var(--color-orange-soft));
      border: 1px solid var(--color-border);
      box-shadow: var(--shadow-soft);
    }

    .benefit-grid {
      display: grid;
      grid-template-columns: repeat(5, minmax(0, 1fr));
      gap: 14px;
    }

    .benefit-item {
      padding: 18px 14px;
      border-radius: 20px;
      background: rgba(255,255,255,.78);
      border: 1px solid rgba(229, 57, 53, .12);
      text-align: center;
      transition: var(--ease);
    }

    .benefit-item:hover {
      transform: translateY(-3px);
      background: #fff;
      box-shadow: 0 14px 30px rgba(177, 68, 28, .1);
    }

    .benefit-icon {
      width: 48px;
      height: 48px;
      margin: 0 auto 10px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 16px;
      color: var(--color-red);
      background: rgba(229, 57, 53, .09);
      font-size: 20px;
    }

    .benefit-item strong {
      display: block;
      margin-bottom: 5px;
      font-weight: 900;
    }

    .benefit-item span {
      display: block;
      color: var(--color-light);
      font-size: 13px;
      line-height: 1.55;
    }

    .guide-wrap {
      padding: 30px;
      border-radius: var(--radius-xl);
      background: #fff;
      border: 1px solid var(--color-border);
      box-shadow: var(--shadow-soft);
    }

    .guide-list {
      display: grid;
      gap: 16px;
    }

    .guide-item {
      display: grid;
      grid-template-columns: auto 1fr auto;
      gap: 16px;
      align-items: center;
      padding: 18px;
      border-radius: 22px;
      background: linear-gradient(135deg, rgba(255, 240, 229, .82), rgba(255,255,255,.92));
      border: 1px solid rgba(255, 122, 26, .18);
      transition: var(--ease);
    }

    .guide-item:hover {
      transform: translateX(4px);
      border-color: rgba(229, 57, 53, .24);
      box-shadow: 0 14px 30px rgba(177, 68, 28, .09);
    }

    .guide-no {
      width: 46px;
      height: 46px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 16px;
      color: #fff;
      background: linear-gradient(135deg, var(--color-red), var(--color-orange));
      font-weight: 950;
      box-shadow: 0 12px 22px rgba(229, 57, 53, .2);
    }

    .guide-item p {
      margin-bottom: 0;
      color: var(--color-muted);
      font-size: 14px;
      line-height: 1.6;
    }

    .status-badge {
      padding: 7px 10px;
      border-radius: 999px;
      background: #fff;
      border: 1px dashed rgba(229, 57, 53, .28);
      color: var(--color-red);
      font-size: 12px;
      font-weight: 900;
      white-space: nowrap;
    }

    .reviews-track {
      display: flex;
      gap: 16px;
      overflow-x: auto;
      padding: 8px 4px 18px;
      scrollbar-width: thin;
      scrollbar-color: rgba(229, 57, 53, .35) rgba(255, 122, 26, .1);
    }

    .review-card {
      flex: 0 0 330px;
      padding: 22px;
      border-radius: var(--radius-lg);
      background: #fff;
      border: 1px solid var(--color-border);
      box-shadow: 0 14px 32px rgba(177, 68, 28, .08);
    }

    .review-head {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 12px;
    }

    .avatar {
      width: 44px;
      height: 44px;
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      background: linear-gradient(135deg, var(--color-red), var(--color-orange));
      font-weight: 900;
    }

    .stars {
      color: #FF9F1A;
      font-size: 13px;
      letter-spacing: 1px;
    }

    .review-card p {
      margin: 0;
      color: var(--color-muted);
      font-size: 14px;
      line-height: 1.75;
    }

    .open-card {
      position: relative;
      overflow: hidden;
      padding: 34px;
      border-radius: var(--radius-xl);
      color: #fff;
      background:
        radial-gradient(circle at 12% 12%, rgba(255, 209, 102, .22), transparent 24%),
        linear-gradient(135deg, var(--color-red-deep), var(--color-orange));
      box-shadow: 0 24px 60px rgba(229, 57, 53, .28);
    }

    .open-card::after {
      content: "";
      position: absolute;
      right: -48px;
      bottom: -58px;
      width: 210px;
      height: 210px;
      border-radius: 50%;
      border: 34px solid rgba(255,255,255,.14);
    }

    .open-card h2,
    .open-card p {
      color: #fff;
    }

    .open-card .lead {
      color: rgba(255,255,255,.86);
    }

    .open-price {
      display: inline-flex;
      align-items: baseline;
      gap: 8px;
      padding: 15px 18px;
      border-radius: 24px;
      background: rgba(255,255,255,.16);
      border: 1px dashed rgba(255,255,255,.42);
      backdrop-filter: blur(8px);
    }

    .open-price strong {
      color: #FFE49B;
      font-size: clamp(42px, 7vw, 58px);
      line-height: 1;
      font-weight: 950;
      letter-spacing: -.06em;
    }

    .open-price span {
      color: rgba(255,255,255,.82);
      font-weight: 800;
    }

    .open-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 22px;
    }

    .open-card .btn-secondary {
      background: rgba(255,255,255,.96);
      color: var(--color-red-deep);
      border-color: rgba(255,255,255,.42);
    }

    .faq-shell {
      border-radius: var(--radius-xl);
      background: #fff;
      border: 1px solid var(--color-border);
      box-shadow: var(--shadow-soft);
      overflow: hidden;
    }

    .accordion {
      margin: 0;
      background: transparent;
    }

    .accordion-item {
      border-bottom: 1px solid rgba(229, 57, 53, .1);
    }

    .accordion-item:last-child {
      border-bottom: none;
    }

    .accordion-title {
      position: relative;
      padding: 20px 56px 20px 22px;
      border: 0;
      color: var(--color-text);
      background: #fff;
      font-size: 17px;
      font-weight: 850;
      line-height: 1.45;
    }

    .accordion-title:hover,
    .accordion-title:focus {
      color: var(--color-red-deep);
      background: var(--color-orange-soft);
      outline: none;
    }

    .accordion-title::before {
      right: 22px;
      color: var(--color-red);
      font-weight: 900;
    }

    .accordion-content {
      padding: 0 22px 22px;
      border: 0;
      color: var(--color-muted);
      background: #fff;
      font-size: 15px;
      line-height: 1.75;
    }

    .privacy-form {
      padding: 24px;
      border-radius: var(--radius-lg);
      background: linear-gradient(180deg, #fff, var(--color-orange-soft));
      border: 1px solid var(--color-border);
      box-shadow: var(--shadow-soft);
    }

    .privacy-form label {
      color: var(--color-text);
      font-weight: 850;
      margin-bottom: 8px;
    }

    .privacy-form input,
    .privacy-form textarea {
      border-radius: 16px;
      border: 1px solid rgba(229, 57, 53, .18);
      box-shadow: none;
      min-height: 48px;
      background: rgba(255,255,255,.92);
      color: var(--color-text);
    }

    .privacy-form input:focus,
    .privacy-form textarea:focus {
      border-color: var(--color-orange);
      box-shadow: 0 0 0 4px rgba(255, 122, 26, .14);
    }

    .checkbox-row {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      color: var(--color-muted);
      font-size: 14px;
      font-weight: 700;
      margin: 12px 0 18px;
    }

    .checkbox-row input {
      min-height: auto;
      margin-top: 7px;
    }

    .site-footer {
      padding: 64px 0 28px;
      background:
        radial-gradient(circle at 10% 0, rgba(255, 122, 26, .16), transparent 28%),
        #241A16;
      color: rgba(255, 247, 239, .86);
    }

    .footer-grid {
      display: grid;
      grid-template-columns: 1.4fr .8fr .8fr;
      gap: 34px;
      align-items: start;
    }

    .footer-brand {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 16px;
      color: #fff;
      font-size: 19px;
      font-weight: 950;
    }

    .footer-note {
      max-width: 520px;
      margin: 0;
      color: rgba(255, 247, 239, .72);
      font-size: 14px;
      line-height: 1.8;
    }

    .footer-title {
      color: #fff;
      font-size: 17px;
      margin-bottom: 14px;
    }

    .footer-links {
      list-style: none;
      padding: 0;
      margin: 0;
      display: grid;
      gap: 10px;
    }

    .footer-links a {
      color: rgba(255, 247, 239, .72);
      font-size: 14px;
      font-weight: 700;
    }

    .footer-links a:hover {
      color: #FFB45D;
      padding-left: 4px;
    }

    .footer-bottom {
      margin-top: 38px;
      padding-top: 20px;
      border-top: 1px solid rgba(255,255,255,.1);
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      color: rgba(255, 247, 239, .58);
      font-size: 13px;
      line-height: 1.6;
    }

    .reveal.age-modal {
      border: 0;
      border-radius: 28px;
      padding: 0;
      overflow: hidden;
      background: #fff;
      box-shadow: 0 28px 80px rgba(36, 26, 22, .34);
    }

    .age-modal-inner {
      padding: 30px;
      background:
        radial-gradient(circle at 85% 5%, rgba(255, 122, 26, .16), transparent 28%),
        linear-gradient(180deg, #fff, var(--color-orange-soft));
    }

    .age-modal-inner .brand-mark {
      margin-bottom: 16px;
    }

    .modal-actions {
      display: flex;
      gap: 12px;
      flex-wrap: wrap;
      margin-top: 22px;
    }

    .close-button {
      color: var(--color-light);
      font-size: 28px;
    }

    @media (max-width: 1023px) {
      .nav-wrap {
        grid-template-columns: auto 1fr auto;
        min-height: 74px;
      }

      .nav-side {
        display: none;
      }

      .brand {
        justify-self: start;
        min-width: 0;
        padding: 10px 14px;
      }

      .brand-text {
        font-size: 16px;
      }

      .mobile-toggle {
        display: inline-flex;
      }

      .mobile-menu.is-open {
        display: grid;
        grid-template-columns: 1fr 1fr;
      }

      .section {
        padding: 62px 0;
      }

      .page-hero {
        padding: 42px 0 56px;
      }

      .cover-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
      }

      .benefit-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
      }

      .side-panel {
        position: static;
        margin-bottom: 20px;
      }

      .footer-grid {
        grid-template-columns: 1fr 1fr;
      }

      .footer-grid > div:first-child {
        grid-column: 1 / -1;
      }

      .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
      }
    }

    @media (max-width: 767px) {
      .site-container,
      .notice-inner {
        width: min(100% - 28px, var(--container));
      }

      .brand-mark {
        width: 38px;
        height: 38px;
        font-size: 13px;
      }

      .brand-text {
        max-width: 168px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
      }

      .mobile-menu.is-open {
        grid-template-columns: 1fr;
      }

      .notice-inner {
        min-height: 48px;
        font-size: 13px;
        line-height: 1.45;
      }

      .hero-card,
      .invite-panel,
      .guide-wrap,
      .open-card {
        padding: 22px;
        border-radius: 24px;
      }

      .hero-actions,
      .open-actions,
      .modal-actions {
        flex-direction: column;
        align-items: stretch;
      }

      .btn {
        width: 100%;
      }

      .filter-shell {
        padding: 14px;
      }

      .cover-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
      }

      .entry-body {
        padding: 13px;
      }

      .entry-body h3 {
        min-height: 48px;
        font-size: 16px;
      }

      .entry-body p {
        min-height: 66px;
        font-size: 13px;
        -webkit-line-clamp: 3;
      }

      .benefit-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .guide-item {
        grid-template-columns: 1fr;
        gap: 10px;
      }

      .status-badge {
        width: fit-content;
      }

      .review-card {
        flex-basis: 286px;
      }

      .footer-grid {
        grid-template-columns: 1fr;
      }
    }

    @media (max-width: 520px) {
      h1 {
        font-size: 34px;
      }

      .section {
        padding: 48px 0;
      }

      .section-tight {
        padding: 40px 0;
      }

      .cover-grid {
        grid-template-columns: 1fr 1fr;
      }

      .benefit-grid {
        gap: 10px;
      }

      .benefit-item {
        padding: 15px 10px;
      }

      .filter-group {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 6px;
      }

      .filter-pill {
        white-space: nowrap;
      }
    }
