/* roulang page: index */
:root{
      --peach:#ff6f61;
      --peach-deep:#e94f57;
      --apricot:#ffb36b;
      --cream:#fff7ed;
      --cream-2:#fff0e6;
      --rose:#ffe2df;
      --brown:#5b3b31;
      --muted:#8b6c61;
      --text:#35221d;
      --soft:#fffaf5;
      --line:rgba(111,68,52,.14);
      --white:#ffffff;
      --shadow:0 18px 50px rgba(195,94,62,.16);
      --shadow-hover:0 24px 70px rgba(195,94,62,.24);
      --radius-xl:30px;
      --radius-lg:24px;
      --radius-md:18px;
      --radius-sm:14px;
      --container:1160px;
      --ease:all .25s ease;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei",Arial,sans-serif;
      color:var(--text);
      line-height:1.75;
      background:
        radial-gradient(circle at 12% 8%, rgba(255,179,107,.28), transparent 28%),
        radial-gradient(circle at 86% 12%, rgba(255,111,97,.16), transparent 30%),
        linear-gradient(180deg,#fffaf5 0%,#fff5ec 42%,#fffaf6 100%);
      overflow-x:hidden;
    }
    a{color:inherit;text-decoration:none;transition:var(--ease)}
    a:hover{color:var(--peach-deep)}
    img{max-width:100%;display:block}
    button,input,select{font:inherit}
    ::selection{background:rgba(255,111,97,.22)}
    .site-wrap{position:relative;min-height:100vh}
    .site-wrap:before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      opacity:.32;
      background-image:
        linear-gradient(rgba(255,255,255,.42) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.36) 1px, transparent 1px);
      background-size:38px 38px;
      mask-image:linear-gradient(to bottom,black,transparent 76%);
      z-index:-1;
    }
    .container-rou{
      width:min(var(--container), calc(100% - 40px));
      margin-inline:auto;
    }
    .dock-header{
      position:sticky;
      top:18px;
      z-index:50;
      padding:0 14px;
      margin-top:18px;
    }
    .dock-nav{
      width:min(1080px,100%);
      margin:0 auto;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:14px;
      padding:12px 14px 12px 18px;
      border:1px solid rgba(111,68,52,.13);
      border-radius:999px;
      background:rgba(255,250,245,.88);
      box-shadow:0 16px 42px rgba(118,61,36,.12);
      backdrop-filter:blur(18px);
    }
    .brand{
      display:flex;
      align-items:center;
      gap:10px;
      font-weight:900;
      letter-spacing:-.03em;
      color:var(--brown);
      white-space:nowrap;
      font-size:1.08rem;
    }
    .brand-mark{
      width:36px;height:36px;
      border-radius:14px;
      display:grid;
      place-items:center;
      color:#fff;
      background:linear-gradient(135deg,var(--peach),var(--apricot));
      box-shadow:0 10px 24px rgba(233,79,87,.26);
    }
    .nav-links{
      display:flex;
      align-items:center;
      justify-content:center;
      gap:6px;
      margin:0;
      padding:0;
      list-style:none;
    }
    .nav-links a{
      display:inline-flex;
      align-items:center;
      height:40px;
      padding:0 16px;
      border-radius:999px;
      color:var(--muted);
      font-weight:700;
      font-size:.94rem;
    }
    .nav-links a:hover,.nav-links a.active{
      background:var(--rose);
      color:var(--peach-deep);
    }
    .nav-actions{
      display:flex;
      align-items:center;
      gap:10px;
    }
    .search-pill{
      display:flex;
      align-items:center;
      gap:8px;
      width:190px;
      height:40px;
      padding:0 14px;
      border:1px solid var(--line);
      border-radius:999px;
      background:rgba(255,255,255,.72);
      color:var(--muted);
    }
    .search-pill input{
      width:100%;
      border:0;
      outline:0;
      background:transparent;
      color:var(--brown);
      font-size:.9rem;
    }
    .search-pill:focus-within{
      border-color:rgba(255,111,97,.55);
      box-shadow:0 0 0 4px rgba(255,111,97,.12);
    }
    .btn-rou{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      min-height:44px;
      padding:0 20px;
      border-radius:999px;
      border:1px solid transparent;
      font-weight:850;
      transition:var(--ease);
      white-space:nowrap;
      cursor:pointer;
    }
    .btn-primary-rou{
      background:linear-gradient(135deg,var(--peach-deep),var(--peach));
      color:#fff;
      box-shadow:0 12px 28px rgba(233,79,87,.24);
    }
    .btn-primary-rou:hover{
      color:#fff;
      transform:translateY(-2px);
      box-shadow:0 18px 38px rgba(233,79,87,.32);
    }
    .btn-soft-rou{
      background:#fff;
      color:var(--peach-deep);
      border-color:rgba(233,79,87,.18);
    }
    .btn-soft-rou:hover{
      transform:translateY(-2px);
      background:var(--rose);
      color:var(--peach-deep);
    }
    .btn-line-rou{
      background:rgba(255,255,255,.36);
      color:var(--brown);
      border-color:rgba(91,59,49,.18);
    }
    .btn-line-rou:hover{
      background:#fff;
      transform:translateY(-2px);
    }
    .section{
      padding:82px 0;
    }
    .section-head{
      max-width:760px;
      margin-bottom:34px;
    }
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:7px;
      padding:7px 12px;
      border-radius:999px;
      background:rgba(255,226,223,.72);
      color:var(--peach-deep);
      font-size:.88rem;
      font-weight:850;
      margin-bottom:16px;
    }
    .section-title{
      font-size:clamp(1.8rem,3.4vw,3rem);
      line-height:1.18;
      letter-spacing:-.05em;
      font-weight:950;
      color:var(--brown);
      margin:0 0 14px;
    }
    .section-desc{
      color:var(--muted);
      font-size:1.04rem;
      margin:0;
      max-width:720px;
    }
    .countdown-section{
      padding:34px 0 12px;
    }
    .countdown-bar{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:18px;
      padding:14px 18px;
      border-radius:999px;
      background:linear-gradient(90deg,rgba(255,226,223,.82),rgba(255,247,237,.92));
      border:1px solid rgba(255,111,97,.18);
      box-shadow:0 14px 42px rgba(195,94,62,.13);
    }
    .countdown-copy{
      display:flex;
      align-items:center;
      gap:12px;
      color:var(--brown);
      font-weight:850;
    }
    .pulse-dot{
      width:10px;height:10px;
      border-radius:50%;
      background:var(--peach-deep);
      box-shadow:0 0 0 8px rgba(233,79,87,.12);
    }
    .timer{
      display:flex;
      align-items:center;
      gap:8px;
      color:var(--brown);
      font-weight:950;
    }
    .timer span{
      min-width:38px;
      text-align:center;
      padding:5px 8px;
      border-radius:12px;
      background:#fff;
      color:var(--peach-deep);
      box-shadow:inset 0 0 0 1px rgba(233,79,87,.12);
    }
    .hero{
      padding:44px 0 72px;
    }
    .hero-stage{
      position:relative;
      overflow:hidden;
      border-radius:42px;
      padding:36px;
      background:
        linear-gradient(135deg,rgba(255,111,97,.88),rgba(255,179,107,.74)),
        radial-gradient(circle at 20% 18%,rgba(255,255,255,.7),transparent 26%);
      box-shadow:var(--shadow);
      color:#fff;
    }
    .hero-stage:after{
      content:"";
      position:absolute;
      inset:auto -80px -120px auto;
      width:360px;height:360px;
      background:rgba(255,255,255,.2);
      border-radius:45% 55% 50% 50%;
      transform:rotate(-16deg);
    }
    .hero-grid{
      position:relative;
      z-index:1;
      display:grid;
      grid-template-columns:1.08fr .92fr;
      gap:32px;
      align-items:stretch;
    }
    .hero-kicker{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:8px 13px;
      border-radius:999px;
      background:rgba(255,255,255,.24);
      border:1px solid rgba(255,255,255,.34);
      font-weight:850;
      margin-bottom:18px;
    }
    .hero h1{
      font-size:clamp(2.5rem,6vw,5.4rem);
      line-height:.98;
      letter-spacing:-.075em;
      font-weight:1000;
      margin:0 0 18px;
      max-width:780px;
    }
    .hero-intro{
      font-size:1.12rem;
      max-width:660px;
      margin:0 0 24px;
      color:rgba(255,255,255,.92);
    }
    .hero-actions{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin:26px 0;
    }
    .hero-actions .btn-soft-rou{
      background:rgba(255,255,255,.94);
    }
    .hero-metrics{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin-top:22px;
    }
    .metric-pill{
      padding:10px 14px;
      border-radius:999px;
      background:rgba(255,255,255,.18);
      border:1px solid rgba(255,255,255,.28);
      font-weight:800;
    }
    .preview-panel{
      min-height:430px;
      border-radius:34px;
      padding:22px;
      background:rgba(255,255,255,.86);
      color:var(--brown);
      box-shadow:0 20px 50px rgba(91,59,49,.16);
      display:flex;
      flex-direction:column;
      justify-content:space-between;
      position:relative;
      overflow:hidden;
    }
    .preview-panel:before{
      content:"";
      position:absolute;
      inset:18px 18px auto auto;
      width:86px;height:86px;
      border-radius:28px;
      background:linear-gradient(135deg,rgba(255,111,97,.24),rgba(255,179,107,.18));
      transform:rotate(10deg);
    }
    .preview-top{
      display:flex;
      align-items:flex-start;
      justify-content:space-between;
      gap:16px;
      position:relative;
      z-index:1;
    }
    .live-cover{
      margin-top:22px;
      border-radius:28px;
      padding:26px;
      min-height:192px;
      background:
        radial-gradient(circle at 24% 28%,rgba(255,255,255,.88),transparent 18%),
        linear-gradient(145deg,#fff1e6,#ffd1c9 55%,#ffc47a);
      border:1px solid rgba(111,68,52,.1);
      display:flex;
      flex-direction:column;
      justify-content:flex-end;
      position:relative;
      overflow:hidden;
    }
    .live-cover:after{
      content:"99";
      position:absolute;
      top:-32px;
      right:18px;
      font-size:8rem;
      line-height:1;
      font-weight:1000;
      color:rgba(233,79,87,.11);
    }
    .cover-title{
      font-weight:950;
      font-size:1.55rem;
      letter-spacing:-.04em;
      margin-bottom:6px;
      position:relative;
      z-index:1;
    }
    .cover-sub{
      color:var(--muted);
      position:relative;
      z-index:1;
    }
    .remind-box{
      margin-top:18px;
      display:grid;
      grid-template-columns:1fr auto;
      gap:10px;
    }
    .remind-box input{
      width:100%;
      border:1px solid rgba(111,68,52,.14);
      border-radius:18px;
      padding:12px 14px;
      background:#fffaf5;
      outline:0;
    }
    .remind-box input:focus{
      border-color:rgba(255,111,97,.58);
      box-shadow:0 0 0 4px rgba(255,111,97,.12);
    }
    .bubble{
      display:inline-flex;
      align-items:center;
      gap:6px;
      padding:8px 12px;
      border-radius:999px;
      background:#fff;
      color:var(--peach-deep);
      box-shadow:0 12px 28px rgba(91,59,49,.1);
      font-weight:850;
      font-size:.9rem;
      width:max-content;
    }
    .avatar-wall{
      display:flex;
      align-items:center;
      margin-top:18px;
    }
    .avatar{
      width:34px;height:34px;
      border-radius:50%;
      border:3px solid #fff;
      margin-left:-8px;
      background:linear-gradient(135deg,#ffd1c9,#ffb36b);
      display:grid;
      place-items:center;
      font-size:.78rem;
      color:#8e3c35;
      font-weight:900;
    }
    .avatar:first-child{margin-left:0}
    .wall-text{margin-left:10px;color:var(--muted);font-size:.92rem}
    .card-rou{
      border:1px solid var(--line);
      border-radius:var(--radius-lg);
      background:rgba(255,255,255,.76);
      box-shadow:0 12px 34px rgba(118,61,36,.08);
      transition:var(--ease);
      overflow:hidden;
    }
    .card-rou:hover{
      transform:translateY(-5px);
      box-shadow:var(--shadow-hover);
      border-color:rgba(255,111,97,.28);
    }
    .benefit-grid{
      display:grid;
      grid-template-columns:1.05fr .95fr;
      gap:22px;
      align-items:stretch;
    }
    .benefit-main{
      padding:30px;
      min-height:310px;
      background:linear-gradient(135deg,#fff,#fff0e8);
      display:flex;
      flex-direction:column;
      justify-content:space-between;
    }
    .benefit-side{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:18px;
    }
    .benefit-card{
      padding:24px;
    }
    .icon-chip{
      width:46px;height:46px;
      border-radius:17px;
      display:grid;
      place-items:center;
      background:linear-gradient(135deg,rgba(255,111,97,.14),rgba(255,179,107,.18));
      color:var(--peach-deep);
      font-size:1.35rem;
      margin-bottom:16px;
    }
    .card-title{
      font-size:1.18rem;
      font-weight:950;
      letter-spacing:-.03em;
      color:var(--brown);
      margin-bottom:8px;
    }
    .card-text{
      color:var(--muted);
      margin:0;
      font-size:.98rem;
    }
    .tag-row{
      display:flex;
      flex-wrap:wrap;
      gap:9px;
      margin-top:18px;
    }
    .tag{
      display:inline-flex;
      align-items:center;
      border-radius:999px;
      padding:7px 11px;
      background:#fff3e6;
      color:#9b5841;
      font-weight:800;
      font-size:.86rem;
      border:1px solid rgba(255,179,107,.25);
    }
    .gallery-wrap{
      display:grid;
      grid-template-columns:1.1fr .9fr;
      gap:22px;
      align-items:stretch;
    }
    .mosaic{
      display:grid;
      grid-template-columns:1.1fr .9fr;
      grid-auto-rows:160px;
      gap:16px;
    }
    .tile{
      position:relative;
      overflow:hidden;
      border-radius:28px;
      padding:18px;
      background:linear-gradient(135deg,#ffe5dc,#fff7ed);
      border:1px solid rgba(111,68,52,.1);
      box-shadow:0 14px 34px rgba(118,61,36,.09);
    }
    .tile.large{grid-row:span 2}
    .tile.wide{grid-column:span 2}
    .tile:before{
      content:"";
      position:absolute;
      width:160px;height:160px;
      right:-50px;bottom:-60px;
      border-radius:50%;
      background:rgba(255,111,97,.16);
    }
    .tile strong{
      position:relative;
      z-index:1;
      display:block;
      font-size:1.32rem;
      font-weight:950;
      color:var(--brown);
      margin-bottom:8px;
    }
    .tile span{
      position:relative;
      z-index:1;
      color:var(--muted);
    }
    .quote-stack{
      display:flex;
      flex-direction:column;
      gap:14px;
    }
    .quote{
      padding:20px;
      border-radius:24px;
      background:#fff;
      border:1px solid var(--line);
      box-shadow:0 12px 34px rgba(118,61,36,.08);
    }
    .quote p{margin:0;color:var(--brown);font-weight:800}
    .quote small{display:block;margin-top:8px;color:var(--muted)}
    .media-scroll{
      display:flex;
      gap:18px;
      overflow-x:auto;
      padding:4px 4px 18px;
      scrollbar-width:thin;
      scrollbar-color:rgba(233,79,87,.35) transparent;
    }
    .media-card{
      flex:0 0 310px;
      padding:18px;
      border-radius:26px;
      background:#fff;
      border:1px solid var(--line);
      box-shadow:0 12px 30px rgba(118,61,36,.07);
    }
    .media-thumb{
      height:140px;
      border-radius:22px;
      background:linear-gradient(135deg,#ffd8d1,#fff0d8);
      margin-bottom:16px;
      position:relative;
      overflow:hidden;
    }
    .media-thumb:after{
      content:"";
      position:absolute;
      inset:22px;
      border-radius:20px;
      border:1px dashed rgba(233,79,87,.24);
    }
    .media-type{
      display:inline-flex;
      padding:5px 10px;
      border-radius:999px;
      background:var(--rose);
      color:var(--peach-deep);
      font-size:.82rem;
      font-weight:850;
      margin-bottom:9px;
    }
    .news-panel{
      display:grid;
      grid-template-columns:1.2fr .8fr;
      gap:22px;
    }
    .news-list{
      padding:24px;
    }
    .news-list ul{
      margin:0;
      padding:0;
      list-style:none;
    }
    .news-list li{
      display:grid;
      grid-template-columns:auto 1fr auto;
      gap:14px;
      align-items:center;
      padding:16px 0;
      border-bottom:1px solid rgba(111,68,52,.1);
    }
    .news-list li:last-child{border-bottom:0}
    .news-index{
      width:34px;height:34px;
      border-radius:14px;
      display:grid;
      place-items:center;
      background:#fff0e6;
      color:var(--peach-deep);
      font-weight:950;
    }
    .news-title{
      font-weight:900;
      color:var(--brown);
    }
    .news-meta{
      color:var(--muted);
      font-size:.9rem;
    }
    .recommend-card{
      padding:28px;
      background:linear-gradient(135deg,#fff,#fff0e6);
    }
    .compare-card{
      padding:26px;
      overflow-x:auto;
    }
    .compare-table{
      width:100%;
      border-collapse:separate;
      border-spacing:0 10px;
      min-width:720px;
    }
    .compare-table th{
      color:var(--brown);
      padding:12px 16px;
      font-weight:950;
    }
    .compare-table td{
      background:#fff8f1;
      padding:15px 16px;
      border-top:1px solid rgba(111,68,52,.08);
      border-bottom:1px solid rgba(111,68,52,.08);
      color:var(--muted);
    }
    .compare-table td:first-child{
      border-left:1px solid rgba(111,68,52,.08);
      border-radius:16px 0 0 16px;
      color:var(--brown);
      font-weight:900;
    }
    .compare-table td:last-child{
      border-right:1px solid rgba(111,68,52,.08);
      border-radius:0 16px 16px 0;
    }
    .highlight-cell{
      color:var(--peach-deep)!important;
      font-weight:950;
      background:#fff0e6!important;
    }
    .review-layout{
      display:grid;
      grid-template-columns:.82fr 1.18fr;
      gap:22px;
    }
    .score-card{
      padding:30px;
      background:linear-gradient(135deg,#fff0e8,#fff);
    }
    .score{
      font-size:4.2rem;
      line-height:1;
      font-weight:1000;
      color:var(--peach-deep);
      letter-spacing:-.08em;
    }
    .bar-item{
      margin-top:16px;
    }
    .bar-top{
      display:flex;
      justify-content:space-between;
      color:var(--brown);
      font-weight:850;
      margin-bottom:7px;
      font-size:.92rem;
    }
    .bar{
      height:10px;
      border-radius:999px;
      background:#f6ded2;
      overflow:hidden;
    }
    .bar span{
      display:block;
      height:100%;
      border-radius:999px;
      background:linear-gradient(90deg,var(--peach),var(--apricot));
    }
    .review-list{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:16px;
    }
    .review{
      padding:22px;
    }
    .review-head{
      display:flex;
      align-items:center;
      gap:10px;
      margin-bottom:12px;
    }
    .review-name{font-weight:950;color:var(--brown)}
    .review-stars{color:#f3a23a;font-weight:950}
    .cta-section{
      padding:90px 0;
    }
    .cta-box{
      display:grid;
      grid-template-columns:1fr .9fr;
      gap:28px;
      align-items:center;
      padding:34px;
      border-radius:36px;
      background:
        radial-gradient(circle at 16% 22%,rgba(255,255,255,.72),transparent 28%),
        linear-gradient(135deg,#5b3b31,#8f5143);
      color:#fff;
      box-shadow:0 24px 70px rgba(91,59,49,.25);
      overflow:hidden;
    }
    .cta-box .section-title,.cta-box .section-desc{color:#fff}
    .cta-box .section-desc{opacity:.86}
    .cta-form{
      padding:22px;
      border-radius:28px;
      background:rgba(255,255,255,.12);
      border:1px solid rgba(255,255,255,.18);
      backdrop-filter:blur(10px);
    }
    .form-field{
      margin-bottom:12px;
    }
    .form-field label{
      display:block;
      margin-bottom:6px;
      font-weight:850;
      color:rgba(255,255,255,.9);
    }
    .form-field input,.form-field select{
      width:100%;
      border:1px solid rgba(255,255,255,.2);
      border-radius:18px;
      padding:12px 14px;
      background:rgba(255,255,255,.92);
      color:var(--brown);
      outline:0;
    }
    .form-field input:focus,.form-field select:focus{
      box-shadow:0 0 0 4px rgba(255,179,107,.22);
      border-color:rgba(255,179,107,.82);
    }
    .faq-wrap{
      max-width:920px;
      margin:0 auto;
    }
    .accordion-item{
      border:1px solid var(--line)!important;
      border-radius:24px!important;
      overflow:hidden;
      margin-bottom:14px;
      background:rgba(255,255,255,.78);
      box-shadow:0 12px 30px rgba(118,61,36,.07);
    }
    .accordion-button{
      border:0!important;
      box-shadow:none!important;
      background:rgba(255,255,255,.76)!important;
      color:var(--brown)!important;
      font-weight:950;
      padding:20px 22px;
    }
    .accordion-button:not(.collapsed){
      background:#fff0e6!important;
      color:var(--peach-deep)!important;
    }
    .accordion-button:focus{
      box-shadow:0 0 0 4px rgba(255,111,97,.13)!important;
    }
    .accordion-body{
      color:var(--muted);
      padding:0 22px 22px;
      background:rgba(255,255,255,.72);
    }
    .site-footer{
      padding:42px 0 34px;
      background:linear-gradient(180deg,rgba(255,240,230,.4),rgba(255,226,223,.7));
      border-top:1px solid rgba(111,68,52,.1);
    }
    .footer-inner{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:22px;
      flex-wrap:wrap;
    }
    .footer-brand{
      font-size:1.12rem;
      font-weight:950;
      color:var(--brown);
      margin-bottom:6px;
    }
    .footer-note{
      color:var(--muted);
      margin:0;
      font-size:.94rem;
    }
    .footer-links{
      display:flex;
      gap:10px;
      flex-wrap:wrap;
    }
    .footer-links a{
      padding:8px 12px;
      border-radius:999px;
      color:var(--muted);
      font-weight:800;
    }
    .footer-links a:hover{
      background:#fff;
      color:var(--peach-deep);
    }
    @media (max-width: 1024px){
      .dock-nav{border-radius:28px;align-items:flex-start;flex-wrap:wrap}
      .brand{width:100%;justify-content:center}
      .nav-links{order:2;width:100%;justify-content:center}
      .nav-actions{order:3;width:100%;justify-content:center}
      .hero-grid,.benefit-grid,.gallery-wrap,.news-panel,.review-layout,.cta-box{grid-template-columns:1fr}
      .preview-panel{min-height:auto}
      .benefit-side{grid-template-columns:1fr 1fr}
    }
    @media (max-width: 768px){
      .container-rou{width:min(100% - 26px,var(--container))}
      .dock-header{top:10px;margin-top:10px;padding:0 8px}
      .dock-nav{padding:12px;border-radius:24px}
      .nav-links{
        justify-content:flex-start;
        overflow-x:auto;
        padding-bottom:2px;
      }
      .nav-links a{height:36px;padding:0 12px;font-size:.9rem}
      .search-pill{width:100%}
      .nav-actions{display:grid;grid-template-columns:1fr auto}
      .countdown-bar{border-radius:24px;align-items:flex-start;flex-direction:column}
      .hero-stage{padding:24px;border-radius:30px}
      .hero h1{font-size:3rem}
      .hero-actions{flex-direction:column}
      .hero-actions .btn-rou{width:100%}
      .remind-box{grid-template-columns:1fr}
      .benefit-side,.mosaic,.review-list{grid-template-columns:1fr}
      .tile.large,.tile.wide{grid-column:auto;grid-row:auto}
      .news-list li{grid-template-columns:auto 1fr}
      .news-meta{grid-column:2}
      .section{padding:58px 0}
      .cta-box{padding:24px;border-radius:30px}
    }
    @media (max-width: 520px){
      .brand{font-size:1rem}
      .brand-mark{width:32px;height:32px;border-radius:12px}
      .timer{flex-wrap:wrap}
      .timer span{min-width:34px}
      .hero h1{font-size:2.55rem}
      .hero-intro{font-size:1rem}
      .section-title{font-size:2rem}
      .media-card{flex-basis:270px}
      .footer-inner{align-items:flex-start}
    }

/* roulang page: category1 */
:root {
      --rou-bg: #fff8f3;
      --rou-bg-soft: #fff1e9;
      --rou-bg-card: rgba(255, 255, 255, 0.88);
      --rou-primary: #f56f61;
      --rou-primary-dark: #d94b4d;
      --rou-secondary: #ffad6f;
      --rou-accent: #ffd49a;
      --rou-rose: #f7a0a7;
      --rou-brown: #6d4a39;
      --rou-text: #30231f;
      --rou-muted: #7d665c;
      --rou-light-muted: #a58b7d;
      --rou-border: rgba(214, 129, 101, 0.22);
      --rou-white: #ffffff;
      --rou-shadow: 0 22px 60px rgba(160, 86, 64, 0.15);
      --rou-shadow-soft: 0 12px 34px rgba(160, 86, 64, 0.11);
      --rou-radius-xl: 28px;
      --rou-radius-lg: 22px;
      --rou-radius-md: 16px;
      --rou-radius-sm: 12px;
      --rou-focus: 0 0 0 4px rgba(245, 111, 97, 0.22);
      --rou-container: 1180px;
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      min-height: 100vh;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
      color: var(--rou-text);
      line-height: 1.7;
      background:
        radial-gradient(circle at 12% 12%, rgba(255, 190, 150, 0.26), transparent 32%),
        radial-gradient(circle at 88% 16%, rgba(255, 141, 134, 0.18), transparent 30%),
        linear-gradient(180deg, #fff8f3 0%, #fff3eb 48%, #fffaf6 100%);
      overflow-x: hidden;
    }

    body::before {
      content: "";
      position: fixed;
      inset: 0;
      pointer-events: none;
      opacity: 0.26;
      background-image:
        linear-gradient(rgba(109, 74, 57, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(109, 74, 57, 0.035) 1px, transparent 1px);
      background-size: 34px 34px;
      z-index: -2;
    }

    a {
      color: inherit;
      text-decoration: none;
      transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
    }

    img,
    svg {
      max-width: 100%;
      display: block;
    }

    button,
    input,
    select,
    textarea {
      font: inherit;
    }

    button,
    a,
    input,
    select {
      outline: none;
    }

    a:focus-visible,
    button:focus-visible,
    input:focus-visible,
    select:focus-visible {
      box-shadow: var(--rou-focus);
    }

    .container-rou {
      width: min(100% - 32px, var(--rou-container));
      margin-inline: auto;
    }

    .dock-header {
      position: sticky;
      top: 18px;
      z-index: 1000;
      padding: 10px 0 0;
    }

    .dock-nav {
      width: min(100% - 32px, 1120px);
      margin: 0 auto;
      min-height: 72px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
      padding: 12px 14px 12px 18px;
      border: 1px solid rgba(245, 111, 97, 0.18);
      border-radius: 999px;
      background: rgba(255, 250, 246, 0.92);
      box-shadow: 0 18px 48px rgba(147, 79, 61, 0.14);
      backdrop-filter: blur(16px);
    }

    .brand {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      flex: 0 0 auto;
      font-weight: 900;
      font-size: 1.12rem;
      letter-spacing: 0;
      color: var(--rou-brown);
      white-space: nowrap;
    }

    .brand:hover {
      color: var(--rou-primary-dark);
      transform: translateY(-1px);
    }

    .brand-mark {
      width: 42px;
      height: 42px;
      display: inline-grid;
      place-items: center;
      border-radius: 50%;
      color: #fff;
      font-weight: 900;
      background: linear-gradient(135deg, var(--rou-primary), var(--rou-secondary));
      box-shadow: 0 12px 22px rgba(245, 111, 97, 0.24);
    }

    .nav-links {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      align-items: center;
      gap: 8px;
      flex: 1 1 auto;
      justify-content: center;
    }

    .nav-links a {
      display: inline-flex;
      align-items: center;
      min-height: 42px;
      padding: 0 16px;
      border-radius: 999px;
      color: var(--rou-muted);
      font-weight: 800;
      font-size: 0.95rem;
      white-space: nowrap;
    }

    .nav-links a:hover,
    .nav-links a.active {
      color: var(--rou-primary-dark);
      background: rgba(245, 111, 97, 0.1);
    }

    .nav-actions {
      display: flex;
      align-items: center;
      gap: 10px;
      flex: 0 0 auto;
    }

    .search-pill {
      height: 44px;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 0 14px;
      border-radius: 999px;
      border: 1px solid rgba(245, 111, 97, 0.22);
      background: rgba(255, 255, 255, 0.72);
      color: var(--rou-light-muted);
      transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
    }

    .search-pill:focus-within {
      border-color: rgba(245, 111, 97, 0.62);
      box-shadow: var(--rou-focus);
      background: #fff;
    }

    .search-pill input {
      width: 128px;
      border: 0;
      background: transparent;
      color: var(--rou-text);
      font-size: 0.92rem;
    }

    .search-pill input::placeholder {
      color: #b3988a;
    }

    .btn-rou {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      min-height: 46px;
      padding: 0 20px;
      border-radius: 999px;
      border: 1px solid transparent;
      font-weight: 900;
      line-height: 1;
      white-space: nowrap;
      cursor: pointer;
      transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
    }

    .btn-rou:hover {
      transform: translateY(-2px);
    }

    .btn-primary-rou {
      color: #fff;
      background: linear-gradient(135deg, var(--rou-primary), var(--rou-primary-dark));
      box-shadow: 0 14px 30px rgba(245, 111, 97, 0.28);
    }

    .btn-primary-rou:hover {
      color: #fff;
      box-shadow: 0 18px 36px rgba(245, 111, 97, 0.34);
    }

    .btn-soft-rou {
      color: var(--rou-primary-dark);
      background: rgba(255, 255, 255, 0.74);
      border-color: rgba(245, 111, 97, 0.24);
    }

    .btn-soft-rou:hover {
      color: var(--rou-primary-dark);
      background: #fff;
      border-color: rgba(245, 111, 97, 0.48);
      box-shadow: var(--rou-shadow-soft);
    }

    .page-main {
      padding-top: 42px;
    }

    .category-hero {
      position: relative;
      padding: 38px 0 74px;
      overflow: hidden;
    }

    .category-hero::after {
      content: "";
      position: absolute;
      left: 50%;
      bottom: 22px;
      width: min(760px, 80vw);
      height: 1px;
      transform: translateX(-50%);
      background: linear-gradient(90deg, transparent, rgba(245, 111, 97, 0.36), transparent);
    }

    .hero-grid {
      display: grid;
      grid-template-columns: minmax(0, 0.98fr) minmax(360px, 0.82fr);
      gap: 28px;
      align-items: stretch;
    }

    .hero-copy {
      padding: 34px 0 20px;
    }

    .crumb-line {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 10px;
      margin-bottom: 18px;
      color: var(--rou-muted);
      font-size: 0.95rem;
      font-weight: 800;
    }

    .crumb-line a {
      color: var(--rou-primary-dark);
    }

    .crumb-line span {
      color: var(--rou-light-muted);
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 8px 13px;
      border-radius: 999px;
      color: var(--rou-primary-dark);
      background: rgba(245, 111, 97, 0.1);
      border: 1px solid rgba(245, 111, 97, 0.18);
      font-weight: 900;
      font-size: 0.92rem;
    }

    h1 {
      margin: 18px 0 16px;
      max-width: 790px;
      font-size: clamp(2.25rem, 5vw, 4.8rem);
      line-height: 1.08;
      font-weight: 950;
      letter-spacing: 0;
      color: #2f211c;
    }

    .hero-lead {
      max-width: 700px;
      margin: 0 0 26px;
      color: var(--rou-muted);
      font-size: 1.08rem;
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-bottom: 22px;
    }

    .hero-tags {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 12px;
    }

    .tag {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      min-height: 34px;
      padding: 0 13px;
      border-radius: 999px;
      color: var(--rou-brown);
      background: rgba(255, 255, 255, 0.72);
      border: 1px solid rgba(245, 111, 97, 0.18);
      font-size: 0.9rem;
      font-weight: 800;
    }

    .tag.hot {
      color: var(--rou-primary-dark);
      background: rgba(255, 212, 154, 0.38);
      border-color: rgba(245, 111, 97, 0.24);
    }

    .recommend-panel {
      position: relative;
      min-height: 520px;
      padding: 20px;
      border-radius: var(--rou-radius-xl);
      background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 241, 233, 0.86)),
        radial-gradient(circle at top right, rgba(255, 173, 111, 0.28), transparent 42%);
      border: 1px solid rgba(245, 111, 97, 0.2);
      box-shadow: var(--rou-shadow);
    }

    .panel-top {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 12px;
      margin-bottom: 16px;
    }

    .panel-title {
      margin: 0;
      font-size: 1.08rem;
      font-weight: 950;
      color: var(--rou-brown);
    }

    .panel-badge {
      padding: 7px 10px;
      border-radius: 999px;
      color: #fff;
      background: linear-gradient(135deg, var(--rou-primary), var(--rou-secondary));
      font-size: 0.82rem;
      font-weight: 900;
    }

    .choice-stack {
      display: grid;
      gap: 13px;
    }

    .choice-card {
      position: relative;
      padding: 18px;
      border-radius: 20px;
      background: rgba(255, 255, 255, 0.78);
      border: 1px solid rgba(245, 111, 97, 0.16);
      box-shadow: 0 10px 24px rgba(158, 86, 65, 0.08);
      transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    }

    .choice-card:hover {
      transform: translateY(-3px);
      border-color: rgba(245, 111, 97, 0.38);
      box-shadow: 0 16px 32px rgba(158, 86, 65, 0.13);
    }

    .choice-card.featured {
      background:
        linear-gradient(135deg, rgba(245, 111, 97, 0.96), rgba(255, 173, 111, 0.94));
      color: #fff;
      transform: scale(1.02);
      box-shadow: 0 22px 42px rgba(245, 111, 97, 0.26);
    }

    .choice-card.featured:hover {
      transform: scale(1.02) translateY(-3px);
    }

    .choice-kicker {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      margin-bottom: 10px;
      font-size: 0.86rem;
      font-weight: 900;
      color: var(--rou-primary-dark);
    }

    .choice-card.featured .choice-kicker {
      color: rgba(255, 255, 255, 0.9);
    }

    .choice-title {
      margin: 0 0 8px;
      font-size: 1.22rem;
      font-weight: 950;
      color: inherit;
    }

    .choice-desc {
      margin: 0;
      color: var(--rou-muted);
      font-size: 0.94rem;
    }

    .choice-card.featured .choice-desc {
      color: rgba(255, 255, 255, 0.88);
    }

    .score-row {
      display: grid;
      gap: 8px;
      margin-top: 14px;
    }

    .score-item {
      display: grid;
      grid-template-columns: 76px 1fr 38px;
      align-items: center;
      gap: 9px;
      font-size: 0.84rem;
      font-weight: 800;
      color: inherit;
    }

    .score-bar {
      height: 8px;
      overflow: hidden;
      border-radius: 999px;
      background: rgba(109, 74, 57, 0.1);
    }

    .choice-card.featured .score-bar {
      background: rgba(255, 255, 255, 0.26);
    }

    .score-bar span {
      display: block;
      height: 100%;
      border-radius: inherit;
      background: linear-gradient(90deg, var(--rou-primary), var(--rou-secondary));
    }

    .choice-card.featured .score-bar span {
      background: #fff;
    }

    .avatar-wall {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-top: 18px;
      padding: 14px;
      border-radius: 18px;
      background: rgba(255, 255, 255, 0.64);
      border: 1px solid rgba(245, 111, 97, 0.14);
    }

    .avatars {
      display: flex;
      flex: 0 0 auto;
    }

    .avatar {
      width: 34px;
      height: 34px;
      display: grid;
      place-items: center;
      margin-left: -8px;
      border: 2px solid #fff;
      border-radius: 50%;
      color: #fff;
      background: linear-gradient(135deg, var(--rou-primary), var(--rou-secondary));
      font-size: 0.8rem;
      font-weight: 900;
    }

    .avatar:first-child {
      margin-left: 0;
    }

    .avatar:nth-child(2) {
      background: linear-gradient(135deg, #d94b4d, #f7a0a7);
    }

    .avatar:nth-child(3) {
      background: linear-gradient(135deg, #ffad6f, #c58d4d);
    }

    .avatar:nth-child(4) {
      background: linear-gradient(135deg, #8f6b5d, #f56f61);
    }

    .avatar-wall p {
      margin: 0;
      color: var(--rou-muted);
      font-size: 0.9rem;
      font-weight: 800;
    }

    .section {
      padding: 72px 0;
    }

    .section.alt {
      background: linear-gradient(180deg, rgba(255, 241, 233, 0.58), rgba(255, 248, 243, 0.28));
    }

    .section-head {
      display: grid;
      grid-template-columns: minmax(0, 0.76fr) minmax(240px, 0.36fr);
      gap: 24px;
      align-items: end;
      margin-bottom: 28px;
    }

    .section-title {
      margin: 0;
      font-size: clamp(1.72rem, 3vw, 2.75rem);
      line-height: 1.18;
      font-weight: 950;
      letter-spacing: 0;
      color: #33241f;
    }

    .section-text {
      margin: 10px 0 0;
      color: var(--rou-muted);
      font-size: 1rem;
    }

    .filter-bar {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      padding: 16px;
      border-radius: 24px;
      background: rgba(255, 255, 255, 0.72);
      border: 1px solid rgba(245, 111, 97, 0.16);
      box-shadow: var(--rou-shadow-soft);
    }

    .filter-chip {
      border: 1px solid rgba(245, 111, 97, 0.22);
      border-radius: 999px;
      padding: 9px 15px;
      color: var(--rou-brown);
      background: rgba(255, 248, 243, 0.88);
      font-size: 0.92rem;
      font-weight: 900;
      transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
    }

    .filter-chip:hover,
    .filter-chip.active {
      color: #fff;
      background: linear-gradient(135deg, var(--rou-primary), var(--rou-secondary));
      border-color: transparent;
      transform: translateY(-2px);
    }

    .cards-masonry {
      display: grid;
      grid-template-columns: 1.05fr 0.9fr 1fr;
      gap: 18px;
      align-items: start;
    }

    .guide-card {
      position: relative;
      overflow: hidden;
      padding: 22px;
      border-radius: var(--rou-radius-lg);
      background: var(--rou-bg-card);
      border: 1px solid rgba(245, 111, 97, 0.17);
      box-shadow: var(--rou-shadow-soft);
      transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    }

    .guide-card:hover {
      transform: translateY(-5px);
      border-color: rgba(245, 111, 97, 0.38);
      box-shadow: 0 24px 48px rgba(160, 86, 64, 0.15);
    }

    .guide-card.large {
      min-height: 360px;
      background:
        linear-gradient(150deg, rgba(255, 255, 255, 0.92), rgba(255, 231, 216, 0.76)),
        radial-gradient(circle at right top, rgba(245, 111, 97, 0.18), transparent 45%);
    }

    .guide-card.tall {
      min-height: 430px;
    }

    .visual-peach {
      height: 148px;
      display: grid;
      place-items: center;
      margin: -4px 0 18px;
      border-radius: 22px;
      background:
        radial-gradient(circle at 38% 42%, #ffe5c9 0 16%, transparent 17%),
        radial-gradient(circle at 58% 45%, #f56f61 0 26%, transparent 27%),
        radial-gradient(circle at 44% 54%, #ffad6f 0 32%, transparent 33%),
        linear-gradient(135deg, rgba(255, 212, 154, 0.44), rgba(247, 160, 167, 0.3));
      border: 1px solid rgba(245, 111, 97, 0.15);
    }

    .visual-peach span {
      display: inline-grid;
      place-items: center;
      width: 76px;
      height: 76px;
      border-radius: 50%;
      color: #fff;
      background: linear-gradient(135deg, var(--rou-primary), var(--rou-secondary));
      box-shadow: 0 18px 34px rgba(245, 111, 97, 0.26);
      font-size: 1.7rem;
      font-weight: 950;
    }

    .card-meta {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-bottom: 14px;
    }

    .mini-badge {
      display: inline-flex;
      align-items: center;
      min-height: 28px;
      padding: 0 10px;
      border-radius: 999px;
      color: var(--rou-primary-dark);
      background: rgba(245, 111, 97, 0.1);
      border: 1px solid rgba(245, 111, 97, 0.12);
      font-size: 0.8rem;
      font-weight: 900;
    }

    .guide-title {
      margin: 0 0 10px;
      font-size: 1.28rem;
      line-height: 1.28;
      font-weight: 950;
      color: var(--rou-text);
    }

    .guide-desc {
      margin: 0;
      color: var(--rou-muted);
      font-size: 0.96rem;
    }

    .quote-bubble {
      position: relative;
      margin-top: 18px;
      padding: 13px 14px;
      border-radius: 18px 18px 18px 7px;
      color: var(--rou-brown);
      background: rgba(255, 245, 235, 0.9);
      border: 1px solid rgba(245, 111, 97, 0.16);
      font-size: 0.92rem;
      font-weight: 800;
    }

    .metrics {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 12px;
      margin-top: 22px;
    }

    .metric {
      padding: 14px 10px;
      border-radius: 18px;
      text-align: center;
      background: rgba(255, 255, 255, 0.68);
      border: 1px solid rgba(245, 111, 97, 0.14);
    }

    .metric strong {
      display: block;
      color: var(--rou-primary-dark);
      font-size: 1.35rem;
      line-height: 1.1;
      font-weight: 950;
    }

    .metric span {
      display: block;
      margin-top: 4px;
      color: var(--rou-muted);
      font-size: 0.82rem;
      font-weight: 800;
    }

    .compare-wrap {
      display: grid;
      grid-template-columns: 0.78fr 1fr;
      gap: 22px;
      align-items: stretch;
    }

    .compare-aside {
      padding: 26px;
      border-radius: var(--rou-radius-xl);
      color: #fff;
      background:
        linear-gradient(145deg, rgba(245, 111, 97, 0.94), rgba(217, 75, 77, 0.92)),
        radial-gradient(circle at top right, rgba(255, 212, 154, 0.42), transparent 44%);
      box-shadow: 0 26px 54px rgba(217, 75, 77, 0.22);
    }

    .compare-aside h2 {
      margin: 0 0 12px;
      font-size: 2rem;
      line-height: 1.18;
      font-weight: 950;
    }

    .compare-aside p {
      margin: 0;
      color: rgba(255, 255, 255, 0.88);
    }

    .compare-list {
      display: grid;
      gap: 13px;
      margin-top: 22px;
    }

    .compare-point {
      display: flex;
      gap: 12px;
      align-items: flex-start;
      padding: 14px;
      border-radius: 18px;
      background: rgba(255, 255, 255, 0.16);
      border: 1px solid rgba(255, 255, 255, 0.2);
    }

    .compare-point i {
      flex: 0 0 auto;
      width: 26px;
      height: 26px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.28);
      font-style: normal;
      font-weight: 950;
    }

    .compare-table {
      display: grid;
      gap: 14px;
    }

    .compare-row {
      display: grid;
      grid-template-columns: 160px 1fr 110px;
      gap: 16px;
      align-items: center;
      padding: 18px;
      border-radius: 22px;
      background: rgba(255, 255, 255, 0.8);
      border: 1px solid rgba(245, 111, 97, 0.16);
      box-shadow: 0 10px 26px rgba(160, 86, 64, 0.08);
    }

    .compare-row.reco {
      border-color: rgba(245, 111, 97, 0.36);
      background: linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 238, 228, 0.88));
    }

    .compare-name {
      font-weight: 950;
      color: var(--rou-brown);
    }

    .compare-detail {
      color: var(--rou-muted);
      font-size: 0.95rem;
    }

    .compare-level {
      justify-self: end;
      padding: 7px 10px;
      border-radius: 999px;
      color: var(--rou-primary-dark);
      background: rgba(245, 111, 97, 0.1);
      font-size: 0.82rem;
      font-weight: 900;
    }

    .steps-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 16px;
      counter-reset: step;
    }

    .step-card {
      position: relative;
      padding: 22px;
      min-height: 210px;
      border-radius: var(--rou-radius-lg);
      background: rgba(255, 255, 255, 0.78);
      border: 1px solid rgba(245, 111, 97, 0.16);
      box-shadow: var(--rou-shadow-soft);
    }

    .step-card::before {
      counter-increment: step;
      content: "0" counter(step);
      display: inline-grid;
      place-items: center;
      width: 42px;
      height: 42px;
      margin-bottom: 18px;
      border-radius: 14px;
      color: #fff;
      background: linear-gradient(135deg, var(--rou-primary), var(--rou-secondary));
      font-weight: 950;
    }

    .step-card h3 {
      margin: 0 0 9px;
      font-size: 1.15rem;
      font-weight: 950;
    }

    .step-card p {
      margin: 0;
      color: var(--rou-muted);
      font-size: 0.94rem;
    }

    .cta-band {
      position: relative;
      overflow: hidden;
      padding: 34px;
      border-radius: 32px;
      background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 231, 216, 0.82)),
        radial-gradient(circle at right 20%, rgba(245, 111, 97, 0.18), transparent 36%);
      border: 1px solid rgba(245, 111, 97, 0.2);
      box-shadow: var(--rou-shadow);
    }

    .cta-grid {
      display: grid;
      grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.66fr);
      gap: 26px;
      align-items: center;
    }

    .cta-band h2 {
      margin: 0 0 12px;
      font-size: clamp(1.75rem, 3vw, 2.6rem);
      line-height: 1.18;
      font-weight: 950;
    }

    .cta-band p {
      margin: 0;
      color: var(--rou-muted);
    }

    .claim-form {
      display: grid;
      gap: 12px;
      padding: 18px;
      border-radius: 24px;
      background: rgba(255, 255, 255, 0.72);
      border: 1px solid rgba(245, 111, 97, 0.17);
    }

    .form-field {
      display: grid;
      gap: 6px;
    }

    .form-field label {
      color: var(--rou-brown);
      font-size: 0.86rem;
      font-weight: 900;
    }

    .form-control-rou,
    .form-select-rou {
      width: 100%;
      height: 48px;
      border: 1px solid rgba(245, 111, 97, 0.2);
      border-radius: 15px;
      padding: 0 14px;
      color: var(--rou-text);
      background: rgba(255, 248, 243, 0.9);
      transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
    }

    .form-control-rou:focus,
    .form-select-rou:focus {
      border-color: rgba(245, 111, 97, 0.65);
      box-shadow: var(--rou-focus);
      background: #fff;
    }

    .form-hint {
      margin: 2px 0 0;
      color: var(--rou-light-muted);
      font-size: 0.82rem;
    }

    .faq-wrap {
      max-width: 920px;
      margin: 0 auto;
    }

    .accordion {
      display: grid;
      gap: 14px;
    }

    .accordion-item {
      overflow: hidden;
      border: 1px solid rgba(245, 111, 97, 0.16) !important;
      border-radius: 22px !important;
      background: rgba(255, 255, 255, 0.78);
      box-shadow: 0 12px 30px rgba(160, 86, 64, 0.08);
    }

    .accordion-button {
      min-height: 68px;
      padding: 18px 22px;
      color: var(--rou-brown);
      background: transparent;
      border: 0;
      font-weight: 950;
      box-shadow: none !important;
    }

    .accordion-button:not(.collapsed) {
      color: var(--rou-primary-dark);
      background: rgba(245, 111, 97, 0.08);
    }

    .accordion-button:focus {
      box-shadow: var(--rou-focus) !important;
    }

    .accordion-button::after {
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background-color: rgba(245, 111, 97, 0.12);
      background-position: center;
      background-size: 15px;
    }

    .accordion-body {
      padding: 0 22px 22px;
      color: var(--rou-muted);
    }

    .site-footer {
      padding: 42px 0 34px;
      background: rgba(112, 73, 55, 0.08);
      border-top: 1px solid rgba(245, 111, 97, 0.16);
    }

    .footer-inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
    }

    .footer-brand {
      color: var(--rou-brown);
      font-size: 1.12rem;
      font-weight: 950;
    }

    .footer-note {
      margin: 6px 0 0;
      color: var(--rou-muted);
      font-size: 0.92rem;
    }

    .footer-links {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end;
      gap: 10px;
    }

    .footer-links a {
      padding: 8px 11px;
      border-radius: 999px;
      color: var(--rou-muted);
      font-size: 0.9rem;
      font-weight: 800;
    }

    .footer-links a:hover {
      color: var(--rou-primary-dark);
      background: rgba(245, 111, 97, 0.1);
    }

    @media (max-width: 1199.98px) {
      .dock-nav {
        width: min(100% - 24px, 1040px);
      }

      .hero-grid,
      .cta-grid {
        grid-template-columns: 1fr;
      }

      .recommend-panel {
        min-height: auto;
      }

      .cards-masonry {
        grid-template-columns: repeat(2, 1fr);
      }

      .compare-wrap {
        grid-template-columns: 1fr;
      }

      .steps-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width: 991.98px) {
      .dock-header {
        top: 10px;
      }

      .dock-nav {
        align-items: stretch;
        flex-wrap: wrap;
        border-radius: 28px;
        padding: 12px;
      }

      .brand {
        flex: 1 1 auto;
      }

      .nav-links {
        order: 3;
        flex-basis: 100%;
        justify-content: flex-start;
        overflow-x: auto;
        padding: 4px 2px 0;
        scrollbar-width: none;
      }

      .nav-links::-webkit-scrollbar {
        display: none;
      }

      .nav-actions {
        flex: 0 0 auto;
      }

      .search-pill input {
        width: 92px;
      }

      .page-main {
        padding-top: 28px;
      }

      .section {
        padding: 56px 0;
      }

      .section-head {
        grid-template-columns: 1fr;
        gap: 12px;
      }

      .compare-row {
        grid-template-columns: 1fr;
        gap: 8px;
      }

      .compare-level {
        justify-self: start;
      }
    }

    @media (max-width: 767.98px) {
      .container-rou {
        width: min(100% - 22px, var(--rou-container));
      }

      .dock-nav {
        width: min(100% - 16px, 680px);
        gap: 10px;
      }

      .brand {
        font-size: 1rem;
      }

      .brand-mark {
        width: 38px;
        height: 38px;
      }

      .nav-actions {
        width: 100%;
        justify-content: space-between;
      }

      .search-pill {
        flex: 1 1 auto;
      }

      .search-pill input {
        width: 100%;
      }

      .btn-rou {
        min-height: 44px;
        padding: 0 16px;
      }

      .category-hero {
        padding: 24px 0 52px;
      }

      h1 {
        font-size: clamp(2.05rem, 12vw, 3.25rem);
      }

      .hero-copy {
        padding-top: 14px;
      }

      .hero-actions {
        flex-direction: column;
      }

      .hero-actions .btn-rou {
        width: 100%;
      }

      .cards-masonry,
      .steps-grid,
      .metrics {
        grid-template-columns: 1fr;
      }

      .guide-card.large,
      .guide-card.tall {
        min-height: auto;
      }

      .cta-band {
        padding: 22px;
        border-radius: 26px;
      }

      .footer-inner {
        align-items: flex-start;
        flex-direction: column;
      }

      .footer-links {
        justify-content: flex-start;
      }
    }

    @media (max-width: 520px) {
      .nav-links a {
        min-height: 38px;
        padding: 0 12px;
        font-size: 0.88rem;
      }

      .filter-bar {
        padding: 12px;
        border-radius: 20px;
      }

      .filter-chip {
        flex: 1 1 auto;
        text-align: center;
      }

      .choice-card {
        padding: 16px;
      }

      .score-item {
        grid-template-columns: 66px 1fr 34px;
      }

      .visual-peach {
        height: 120px;
      }

      .claim-form {
        padding: 14px;
      }
    }
