/* roulang page: index */
:root{
      --paper:#FAF7F0;
      --paper-2:#FFFDF8;
      --ink:#1F1B16;
      --ink-2:#2A2620;
      --muted:#7A7166;
      --line:#E5DDCF;
      --soft:#EFE8DA;
      --amber:#FFB21A;
      --amber-2:#FFC94A;
      --purple:#7A2E68;
      --rose:#B84C8A;
      --green:#2F9B64;
      --radius-lg:24px;
      --radius-md:18px;
      --radius-sm:12px;
      --shadow:0 10px 30px rgba(31,27,22,.06);
      --shadow-hover:0 18px 48px rgba(122,46,104,.12);
      --container:1220px;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:"PingFang SC","Microsoft YaHei","Noto Sans SC","Helvetica Neue",Arial,sans-serif;
      color:var(--ink);
      background:
        radial-gradient(circle at 12% 8%, rgba(255,201,74,.22), transparent 30%),
        radial-gradient(circle at 88% 18%, rgba(184,76,138,.13), transparent 32%),
        linear-gradient(180deg,var(--paper-2),var(--paper));
      line-height:1.75;
      overflow-x:hidden;
    }
    a{color:inherit;text-decoration:none}
    img{max-width:100%;display:block}
    button,input{font:inherit}
    button{cursor:pointer;border:0;background:none}
    input{outline:none}
    ::selection{background:rgba(255,178,26,.35)}
    .container{
      width:min(var(--container),calc(100% - 48px));
      margin:0 auto;
    }
    .site-header{
      position:sticky;
      top:0;
      z-index:50;
      background:rgba(255,253,248,.88);
      backdrop-filter:blur(18px);
      border-bottom:1px solid rgba(229,221,207,.88);
      box-shadow:0 8px 24px rgba(31,27,22,.04);
    }
    .nav-wrap{
      height:72px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:22px;
    }
    .brand{
      display:flex;
      align-items:center;
      gap:10px;
      min-width:max-content;
      font-weight:800;
      letter-spacing:-.02em;
    }
    .brand-mark{
      width:38px;
      height:38px;
      border-radius:14px;
      background:
        radial-gradient(circle at 30% 25%, #fff4bf, transparent 38%),
        linear-gradient(135deg,var(--amber),var(--rose));
      box-shadow:0 10px 24px rgba(255,178,26,.28);
      position:relative;
    }
    .brand-mark:after{
      content:"字";
      position:absolute;
      inset:0;
      display:grid;
      place-items:center;
      font-weight:900;
      color:#2A1A08;
      font-size:18px;
    }
    .brand-text{
      font-size:18px;
      color:var(--ink);
      white-space:nowrap;
    }
    .nav-links{
      display:flex;
      align-items:center;
      gap:8px;
      padding:5px;
      background:rgba(239,232,218,.45);
      border:1px solid rgba(229,221,207,.65);
      border-radius:999px;
    }
    .nav-link{
      padding:9px 15px;
      border-radius:999px;
      font-size:14px;
      color:var(--muted);
      transition:.22s ease;
      white-space:nowrap;
    }
    .nav-link:hover,.nav-link.active{
      color:var(--ink);
      background:#fff;
      box-shadow:0 6px 18px rgba(31,27,22,.06);
    }
    .nav-actions{
      display:flex;
      align-items:center;
      gap:10px;
      min-width:310px;
      justify-content:flex-end;
    }
    .search-box{
      width:190px;
      display:flex;
      align-items:center;
      gap:8px;
      background:#fff;
      border:1px solid var(--line);
      border-radius:999px;
      padding:8px 12px;
      transition:.22s ease;
    }
    .search-box:focus-within{
      border-color:var(--amber);
      box-shadow:0 0 0 4px rgba(255,178,26,.15);
    }
    .search-box span{color:var(--muted);font-size:14px}
    .search-box input{
      width:100%;
      border:0;
      background:transparent;
      color:var(--ink);
      font-size:13px;
    }
    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      border-radius:999px;
      padding:12px 20px;
      font-weight:800;
      line-height:1;
      transition:.22s ease;
      border:1px solid transparent;
      white-space:nowrap;
    }
    .btn-primary{
      background:linear-gradient(135deg,var(--amber),var(--amber-2));
      color:#241707;
      box-shadow:0 12px 30px rgba(255,178,26,.32),0 0 0 1px rgba(255,255,255,.55) inset;
    }
    .btn-primary:hover{
      transform:translateY(-2px);
      box-shadow:0 16px 38px rgba(255,178,26,.42),0 0 18px rgba(255,201,74,.32);
    }
    .btn-secondary{
      background:#fffaf0;
      color:var(--ink);
      border-color:var(--line);
    }
    .btn-secondary:hover{
      background:#fff4d6;
      border-color:rgba(255,178,26,.65);
      transform:translateY(-2px);
    }
    .btn-dark{
      background:var(--ink);
      color:#fffdf8;
      box-shadow:0 14px 30px rgba(31,27,22,.18);
    }
    .btn-dark:hover{transform:translateY(-2px);background:#332b22}
    .menu-toggle{
      display:none;
      width:42px;
      height:42px;
      border-radius:14px;
      border:1px solid var(--line);
      background:#fff;
      color:var(--ink);
    }
    .hero{
      position:relative;
      padding:54px 0 38px;
      overflow:hidden;
    }
    .hero-stage{
      position:relative;
      min-height:560px;
      border:1px solid rgba(229,221,207,.88);
      border-radius:34px;
      background:
        radial-gradient(circle at 50% -8%, rgba(255,201,74,.48), transparent 30%),
        radial-gradient(circle at 92% 28%, rgba(184,76,138,.20), transparent 28%),
        linear-gradient(135deg,#fffdf8 0%,#fff6df 56%,#fbefe8 100%);
      box-shadow:0 26px 80px rgba(31,27,22,.08);
      padding:34px;
      display:grid;
      grid-template-columns:1.05fr .95fr;
      gap:28px;
      align-items:stretch;
    }
    .hero-stage:before{
      content:"";
      position:absolute;
      inset:18px;
      border-radius:28px;
      border:1px dashed rgba(122,46,104,.18);
      pointer-events:none;
    }
    .hero-copy{
      position:relative;
      z-index:1;
      display:flex;
      flex-direction:column;
      justify-content:center;
      padding:24px 6px 24px 8px;
    }
    .eyebrow{
      display:flex;
      flex-wrap:wrap;
      align-items:center;
      gap:10px;
      margin-bottom:18px;
    }
    .badge{
      display:inline-flex;
      align-items:center;
      gap:7px;
      padding:7px 11px;
      border-radius:999px;
      font-size:12px;
      font-weight:800;
      border:1px solid rgba(229,221,207,.9);
      background:#fff;
      color:var(--ink);
      box-shadow:0 5px 14px rgba(31,27,22,.04);
    }
    .badge:before{
      content:"";
      width:7px;
      height:7px;
      border-radius:50%;
      background:var(--amber);
      box-shadow:0 0 0 4px rgba(255,178,26,.16);
    }
    .badge.purple:before{background:var(--rose);box-shadow:0 0 0 4px rgba(184,76,138,.14)}
    .badge.green:before{background:var(--green);box-shadow:0 0 0 4px rgba(47,155,100,.14)}
    .badge.gray:before{background:#9A9288;box-shadow:0 0 0 4px rgba(154,146,136,.12)}
    .burst{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      padding:9px 13px;
      border-radius:15px 15px 15px 4px;
      background:var(--purple);
      color:#fff;
      font-weight:900;
      font-size:13px;
      transform:rotate(-2deg);
      box-shadow:0 12px 22px rgba(122,46,104,.18);
    }
    h1{
      margin:0;
      font-size:clamp(34px,5vw,58px);
      line-height:1.13;
      letter-spacing:-.055em;
      font-weight:900;
      color:var(--ink);
      max-width:780px;
    }
    .hero-copy p{
      margin:20px 0 0;
      max-width:700px;
      font-size:17px;
      color:var(--muted);
      line-height:1.9;
    }
    .hero-cta{
      display:flex;
      align-items:center;
      flex-wrap:wrap;
      gap:12px;
      margin-top:28px;
    }
    .hero-points{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin-top:24px;
    }
    .point{
      min-width:142px;
      padding:13px 15px;
      background:rgba(255,255,255,.72);
      border:1px solid rgba(229,221,207,.85);
      border-radius:18px;
      box-shadow:0 10px 24px rgba(31,27,22,.04);
    }
    .point strong{display:block;font-size:22px;line-height:1;color:var(--purple);font-weight:900}
    .point span{display:block;margin-top:5px;font-size:13px;color:var(--muted)}
    .hero-board{
      position:relative;
      z-index:1;
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:14px;
      align-content:center;
    }
    .board-card{
      min-height:142px;
      border-radius:24px;
      border:1px solid rgba(229,221,207,.9);
      background:rgba(255,253,248,.82);
      padding:18px;
      box-shadow:var(--shadow);
      position:relative;
      overflow:hidden;
      transition:.22s ease;
    }
    .board-card:hover{
      transform:translateY(-4px);
      border-color:rgba(255,178,26,.8);
      box-shadow:var(--shadow-hover);
    }
    .board-card.wide{grid-column:span 2;min-height:132px}
    .board-card:after{
      content:"";
      position:absolute;
      right:-28px;
      top:-28px;
      width:86px;
      height:86px;
      border-radius:50%;
      background:rgba(255,201,74,.22);
    }
    .board-card h3{
      margin:14px 0 6px;
      font-size:20px;
      line-height:1.35;
      font-weight:900;
    }
    .board-card p{
      margin:0;
      color:var(--muted);
      font-size:14px;
      line-height:1.7;
    }
    .mini-row{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      margin-top:16px;
      padding-top:14px;
      border-top:1px solid rgba(229,221,207,.75);
      font-size:13px;
      color:var(--muted);
    }
    .progress{
      flex:1;
      height:8px;
      border-radius:999px;
      background:#efe6d3;
      overflow:hidden;
    }
    .progress i{
      display:block;
      height:100%;
      width:72%;
      border-radius:999px;
      background:linear-gradient(90deg,var(--amber),var(--rose));
    }
    main section{
      padding:46px 0;
    }
    .section-head{
      display:flex;
      align-items:flex-end;
      justify-content:space-between;
      gap:24px;
      margin-bottom:24px;
    }
    .section-kicker{
      display:inline-flex;
      align-items:center;
      gap:8px;
      margin-bottom:8px;
      color:var(--purple);
      font-weight:900;
      font-size:13px;
    }
    .section-kicker:before{
      content:"";
      width:26px;
      height:3px;
      border-radius:99px;
      background:var(--amber);
    }
    h2{
      margin:0;
      font-size:clamp(26px,3.2vw,38px);
      line-height:1.2;
      font-weight:900;
      letter-spacing:-.035em;
    }
    .section-desc{
      margin:10px 0 0;
      max-width:720px;
      color:var(--muted);
      font-size:16px;
      line-height:1.85;
    }
    .story-band{
      border-radius:30px;
      background:#fffdf8;
      border:1px solid var(--line);
      box-shadow:var(--shadow);
      padding:28px;
      display:grid;
      grid-template-columns:.8fr 1.2fr;
      gap:26px;
      position:relative;
      overflow:hidden;
    }
    .story-band:before{
      content:"";
      position:absolute;
      left:0;
      top:0;
      width:100%;
      height:6px;
      background:linear-gradient(90deg,var(--amber),var(--rose),transparent);
    }
    .quote-box{
      border-radius:22px;
      background:linear-gradient(135deg,#fff7df,#fff);
      border:1px solid rgba(255,178,26,.34);
      padding:22px;
      font-weight:800;
      line-height:1.9;
      box-shadow:0 10px 26px rgba(255,178,26,.09);
    }
    .rule-list{
      display:grid;
      gap:14px;
    }
    .rule-item{
      display:flex;
      gap:14px;
      align-items:flex-start;
      padding:16px;
      border-radius:20px;
      border:1px solid var(--line);
      background:#fff;
      transition:.22s ease;
    }
    .rule-item:hover{transform:translateX(4px);border-color:rgba(255,178,26,.7)}
    .rule-icon{
      width:34px;
      height:34px;
      border-radius:12px;
      background:#fff0bd;
      display:grid;
      place-items:center;
      color:#7d4f00;
      font-weight:900;
      flex:none;
    }
    .rule-item h3{margin:0 0 4px;font-size:17px;font-weight:900}
    .rule-item p{margin:0;color:var(--muted);font-size:14px}
    .benefit-grid{
      display:grid;
      grid-template-columns:1.15fr .85fr;
      gap:18px;
      align-items:stretch;
    }
    .feature-large,.feature-card,.price-card,.info-panel,.faq-item,.cta-panel,.update-card{
      border:1px solid var(--line);
      background:rgba(255,253,248,.88);
      border-radius:var(--radius-lg);
      box-shadow:var(--shadow);
    }
    .feature-large{
      padding:26px;
      min-height:330px;
      position:relative;
      overflow:hidden;
    }
    .feature-large:after{
      content:"精选";
      position:absolute;
      right:24px;
      top:22px;
      color:rgba(122,46,104,.09);
      font-size:72px;
      font-weight:900;
      letter-spacing:-.06em;
    }
    .feature-large h3{margin:18px 0 10px;font-size:28px;line-height:1.25;font-weight:900}
    .feature-large p,.feature-card p{color:var(--muted);margin:0;font-size:15px}
    .tag-row{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      margin-top:18px;
    }
    .tag{
      display:inline-flex;
      padding:6px 10px;
      border-radius:999px;
      background:#fff5d9;
      color:#6f4600;
      border:1px solid rgba(255,178,26,.26);
      font-size:12px;
      font-weight:800;
    }
    .feature-side{
      display:grid;
      gap:18px;
    }
    .feature-card{
      padding:22px;
      transition:.22s ease;
    }
    .feature-card:hover,.price-card:hover,.update-card:hover{
      transform:translateY(-4px);
      border-color:rgba(255,178,26,.82);
      box-shadow:var(--shadow-hover);
    }
    .feature-card h3{margin:14px 0 6px;font-size:19px;font-weight:900}
    .compare-wrap{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:18px;
    }
    .price-card{
      padding:24px;
      position:relative;
      overflow:hidden;
      transition:.22s ease;
    }
    .price-card.recommend{
      border-color:rgba(255,178,26,.85);
      background:linear-gradient(180deg,#fff7df,#fffdf8);
    }
    .price-card h3{margin:14px 0 8px;font-size:22px;font-weight:900}
    .price{
      display:flex;
      align-items:flex-end;
      gap:5px;
      margin:12px 0 16px;
      color:var(--purple);
    }
    .price strong{font-size:34px;line-height:1;font-weight:900}
    .price span{color:var(--muted);font-size:13px;margin-bottom:4px}
    .check-list{display:grid;gap:11px;margin:18px 0 0;padding:0;list-style:none}
    .check-list li{
      display:flex;
      gap:10px;
      color:var(--muted);
      font-size:14px;
    }
    .check-list li:before{
      content:"✓";
      width:20px;
      height:20px;
      border-radius:50%;
      display:grid;
      place-items:center;
      background:#ecfff4;
      color:var(--green);
      font-weight:900;
      flex:none;
      line-height:1;
    }
    .updates-layout{
      display:grid;
      grid-template-columns:1.25fr .75fr;
      gap:20px;
      align-items:start;
    }
    .article-list{
      display:grid;
      gap:14px;
    }
    .article-link{
      display:grid;
      grid-template-columns:auto 1fr auto;
      align-items:center;
      gap:16px;
      padding:18px;
      background:#fffdf8;
      border:1px solid var(--line);
      border-radius:22px;
      box-shadow:0 8px 22px rgba(31,27,22,.04);
      transition:.22s ease;
    }
    .article-link:hover{
      transform:translateY(-3px);
      border-color:rgba(255,178,26,.75);
      box-shadow:var(--shadow-hover);
    }
    .article-icon{
      width:46px;
      height:46px;
      border-radius:16px;
      display:grid;
      place-items:center;
      background:linear-gradient(135deg,#fff0bd,#ffe2f1);
      font-weight:900;
      color:var(--purple);
    }
    .article-link h3{margin:0;font-size:18px;font-weight:900}
    .article-link p{margin:3px 0 0;color:var(--muted);font-size:14px}
    .arrow{color:var(--purple);font-weight:900;transition:.22s ease}
    .article-link:hover .arrow{transform:translateX(4px)}
    .side-card{
      position:sticky;
      top:92px;
      padding:22px;
      border-radius:26px;
      border:1px solid var(--line);
      background:
        radial-gradient(circle at 80% 5%, rgba(255,201,74,.27), transparent 36%),
        #fffdf8;
      box-shadow:var(--shadow);
    }
    .side-card h3{margin:12px 0 8px;font-size:22px;font-weight:900}
    .countdown{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:8px;
      margin:18px 0;
    }
    .time-box{
      text-align:center;
      border-radius:16px;
      background:#1f1b16;
      color:#fff;
      padding:12px 8px;
    }
    .time-box strong{display:block;font-size:24px;line-height:1;font-weight:900;color:var(--amber-2)}
    .time-box span{font-size:12px;color:#ddd4c7}
    .entry-section{
      border-radius:32px;
      padding:30px;
      background:
        radial-gradient(circle at 20% 0%, rgba(255,201,74,.33), transparent 34%),
        linear-gradient(135deg,#2a2620,#4a2644 68%,#7a2e68);
      color:#fffdf8;
      overflow:hidden;
      position:relative;
    }
    .entry-section:after{
      content:"";
      position:absolute;
      right:-90px;
      bottom:-120px;
      width:300px;
      height:300px;
      border-radius:50%;
      background:rgba(255,201,74,.17);
    }
    .entry-inner{
      position:relative;
      z-index:1;
      display:grid;
      grid-template-columns:.85fr 1.15fr;
      gap:22px;
      align-items:center;
    }
    .entry-section .section-desc{color:#efe6d3}
    .steps{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:12px;
    }
    .step{
      background:rgba(255,255,255,.1);
      border:1px solid rgba(255,255,255,.18);
      border-radius:20px;
      padding:16px;
    }
    .step b{
      display:grid;
      place-items:center;
      width:34px;
      height:34px;
      border-radius:13px;
      background:var(--amber);
      color:#241707;
      margin-bottom:12px;
      font-weight:900;
    }
    .step h3{margin:0 0 6px;font-size:16px;font-weight:900}
    .step p{margin:0;color:#efe6d3;font-size:13px;line-height:1.65}
    .trust-grid{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:16px;
    }
    .trust-card{
      border:1px solid var(--line);
      background:#fffdf8;
      border-radius:24px;
      padding:22px;
      box-shadow:var(--shadow);
    }
    .trust-card strong{
      display:block;
      font-size:32px;
      line-height:1;
      color:var(--purple);
      font-weight:900;
    }
    .trust-card span{display:block;margin-top:8px;color:var(--muted);font-size:14px}
    .notice-bar{
      margin-top:16px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:14px;
      border:1px solid rgba(255,178,26,.38);
      background:#fff6dc;
      border-radius:22px;
      padding:16px 18px;
    }
    .notice-bar p{margin:0;color:#6b4b12;font-weight:800}
    .faq-grid{
      display:grid;
      grid-template-columns:.72fr 1.28fr;
      gap:22px;
      align-items:start;
    }
    .faq-stack{display:grid;gap:12px}
    .faq-item{overflow:hidden}
    .faq-q{
      width:100%;
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:12px;
      padding:18px 20px;
      color:var(--ink);
      font-weight:900;
      text-align:left;
    }
    .faq-q span:last-child{
      width:26px;height:26px;border-radius:50%;background:#fff0bd;display:grid;place-items:center;flex:none;
    }
    .faq-a{
      display:none;
      padding:0 20px 18px;
      color:var(--muted);
      font-size:15px;
      line-height:1.85;
    }
    .faq-item.open .faq-a{display:block}
    .faq-item.open .faq-q span:last-child{background:var(--amber);transform:rotate(45deg)}
    .cta-panel{
      padding:30px;
      background:
        radial-gradient(circle at 86% 10%, rgba(184,76,138,.16), transparent 26%),
        linear-gradient(135deg,#fffdf8,#fff3cb);
      display:grid;
      grid-template-columns:1fr auto;
      gap:24px;
      align-items:center;
    }
    .subscribe-form{
      display:flex;
      gap:10px;
      width:min(520px,100%);
    }
    .subscribe-form input{
      flex:1;
      min-width:180px;
      border:1px solid var(--line);
      border-radius:18px;
      background:#fff;
      padding:13px 16px;
      color:var(--ink);
      transition:.22s ease;
    }
    .subscribe-form input:focus{
      border-color:var(--amber);
      box-shadow:0 0 0 4px rgba(255,178,26,.15);
    }
    .site-footer{
      margin-top:34px;
      padding:46px 0 28px;
      background:rgba(255,253,248,.72);
      border-top:1px solid var(--line);
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.2fr .8fr .8fr;
      gap:28px;
      align-items:start;
    }
    .footer-note{margin:14px 0 0;color:var(--muted);max-width:520px;font-size:14px}
    .footer-title{font-weight:900;margin:0 0 12px}
    .footer-links{display:grid;gap:9px}
    .footer-links a{
      color:var(--muted);
      transition:.22s ease;
      font-size:14px;
    }
    .footer-links a:hover{color:var(--purple);transform:translateX(3px)}
    .copyright{
      margin-top:30px;
      padding-top:18px;
      border-top:1px solid var(--line);
      color:#8a8176;
      font-size:13px;
      display:flex;
      justify-content:space-between;
      gap:12px;
      flex-wrap:wrap;
    }
    .float-cta{
      position:fixed;
      left:50%;
      bottom:18px;
      transform:translateX(-50%);
      z-index:40;
      width:min(680px,calc(100% - 28px));
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      padding:10px 12px 10px 16px;
      border-radius:999px;
      background:rgba(31,27,22,.9);
      color:#fffdf8;
      backdrop-filter:blur(16px);
      box-shadow:0 20px 46px rgba(31,27,22,.22);
    }
    .float-cta span{font-size:14px;color:#f1e8dc}
    .float-cta .btn{padding:10px 16px}
    .article-shell{
      max-width:820px;
      margin:0 auto;
      background:#fffdf8;
      border:1px solid var(--line);
      border-radius:28px;
      padding:34px;
      box-shadow:var(--shadow);
    }
    .article-shell p{color:var(--muted);font-size:16px;line-height:1.9}
    @media (max-width:1024px){
      .nav-actions{min-width:auto}
      .search-box{display:none}
      .hero-stage,.story-band,.benefit-grid,.updates-layout,.entry-inner,.faq-grid,.cta-panel{grid-template-columns:1fr}
      .hero-stage{min-height:auto}
      .compare-wrap,.trust-grid{grid-template-columns:repeat(2,1fr)}
      .steps{grid-template-columns:repeat(2,1fr)}
      .side-card{position:relative;top:auto}
    }
    @media (max-width:768px){
      .container{width:min(100% - 32px,var(--container))}
      .nav-wrap{height:64px}
      .brand-text{font-size:15px;max-width:210px;overflow:hidden;text-overflow:ellipsis}
      .menu-toggle{display:grid;place-items:center}
      .nav-links{
        position:absolute;
        left:16px;
        right:16px;
        top:72px;
        display:none;
        border-radius:22px;
        padding:10px;
        background:#fffdf8;
        box-shadow:0 20px 48px rgba(31,27,22,.12);
        flex-direction:column;
        align-items:stretch;
      }
      .nav-links.open{display:flex}
      .nav-link{width:100%;text-align:center}
      .nav-actions .btn-secondary{display:none}
      .hero{padding:28px 0 20px}
      .hero-stage{padding:22px;border-radius:26px}
      .hero-board{grid-template-columns:1fr}
      .board-card.wide{grid-column:span 1}
      .hero-cta .btn{width:100%}
      main section{padding:34px 0}
      .section-head{display:block}
      .article-link{grid-template-columns:auto 1fr}
      .article-link .arrow{display:none}
      .footer-grid{grid-template-columns:1fr}
      .float-cta{border-radius:22px;align-items:flex-start}
    }
    @media (max-width:520px){
      .brand-mark{width:34px;height:34px;border-radius:12px}
      .brand-text{max-width:176px}
      h1{font-size:32px}
      .hero-stage{padding:18px}
      .point{min-width:calc(50% - 6px)}
      .compare-wrap,.trust-grid,.steps{grid-template-columns:1fr}
      .subscribe-form{flex-direction:column}
      .subscribe-form .btn{width:100%}
      .notice-bar,.float-cta{flex-direction:column;align-items:stretch}
      .entry-section{padding:22px;border-radius:26px}
    }

/* roulang page: category1 */
:root {
      --bg: #FAF7F0;
      --bg-soft: #FFFDF8;
      --paper: #FFFFFF;
      --paper-warm: #FFF9EB;
      --text: #1F1B16;
      --text-2: #2A2620;
      --muted: #7A7166;
      --line: #E5DDCF;
      --line-strong: #D7CBB9;
      --amber: #FFB21A;
      --amber-2: #FFC94A;
      --amber-soft: #FFF1C7;
      --purple: #7A2E68;
      --purple-2: #B84C8A;
      --purple-soft: #F7E7F2;
      --green: #2E8B57;
      --green-soft: #E8F6EE;
      --grey-soft: #EFE8DA;
      --shadow: 0 10px 30px rgba(31, 27, 22, .06);
      --shadow-hover: 0 18px 48px rgba(122, 46, 104, .12);
      --radius-sm: 12px;
      --radius: 18px;
      --radius-lg: 24px;
      --radius-xl: 32px;
      --container: 1200px;
      --focus: 0 0 0 4px rgba(255, 178, 26, .24);
    }

    * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      min-height: 100vh;
      font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans SC", "Helvetica Neue", Arial, sans-serif;
      line-height: 1.75;
      color: var(--text);
      background:
        radial-gradient(circle at 15% 8%, rgba(255, 201, 74, .24), transparent 32%),
        radial-gradient(circle at 86% 18%, rgba(184, 76, 138, .15), transparent 30%),
        linear-gradient(180deg, #FFFDF8 0%, var(--bg) 48%, #FFFDF8 100%);
      overflow-x: hidden;
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    img, svg {
      max-width: 100%;
      display: block;
    }

    button, input {
      font: inherit;
    }

    button {
      border: 0;
      cursor: pointer;
      background: transparent;
    }

    input {
      border: 0;
      outline: none;
    }

    ::selection {
      background: rgba(255, 201, 74, .45);
      color: var(--text);
    }

    .container {
      width: min(100% - 48px, var(--container));
      margin-inline: auto;
    }

    .site-header {
      position: sticky;
      top: 0;
      z-index: 50;
      background: rgba(255, 253, 248, .92);
      backdrop-filter: blur(16px);
      border-bottom: 1px solid rgba(229, 221, 207, .86);
      box-shadow: 0 8px 22px rgba(31, 27, 22, .04);
    }

    .header-inner {
      height: 72px;
      display: flex;
      align-items: center;
      gap: 22px;
    }

    .brand {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      min-width: max-content;
      font-weight: 800;
      letter-spacing: -.02em;
      color: var(--text);
    }

    .brand-mark {
      width: 36px;
      height: 36px;
      border-radius: 13px;
      background:
        radial-gradient(circle at 65% 24%, rgba(255,255,255,.8), transparent 18%),
        linear-gradient(135deg, var(--amber) 0%, var(--amber-2) 48%, var(--purple-2) 100%);
      box-shadow: 0 10px 24px rgba(255, 178, 26, .28);
      position: relative;
      flex: 0 0 auto;
    }

    .brand-mark::after {
      content: "";
      position: absolute;
      left: 8px;
      right: 8px;
      bottom: 9px;
      height: 4px;
      border-radius: 99px;
      background: rgba(31, 27, 22, .78);
      box-shadow: 0 -8px 0 rgba(31, 27, 22, .32);
    }

    .brand-text {
      font-size: 17px;
      white-space: nowrap;
    }

    .nav-links {
      display: flex;
      align-items: center;
      gap: 8px;
      margin-left: auto;
    }

    .nav-link {
      padding: 9px 14px;
      border-radius: 999px;
      color: var(--muted);
      font-size: 14px;
      font-weight: 700;
      transition: color .2s ease, background .2s ease, transform .2s ease;
    }

    .nav-link:hover {
      color: var(--text);
      background: var(--amber-soft);
      transform: translateY(-1px);
    }

    .nav-link.active {
      color: var(--text);
      background: linear-gradient(135deg, rgba(255, 201, 74, .78), rgba(255, 241, 199, .88));
      box-shadow: inset 0 0 0 1px rgba(255, 178, 26, .36);
    }

    .header-actions {
      display: flex;
      align-items: center;
      gap: 12px;
      min-width: 352px;
    }

    .search-box {
      flex: 1;
      height: 42px;
      display: flex;
      align-items: center;
      gap: 8px;
      padding: 0 14px;
      border: 1px solid var(--line);
      border-radius: 999px;
      background: #fff;
      color: var(--muted);
      transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
    }

    .search-box:focus-within {
      border-color: var(--amber);
      box-shadow: var(--focus);
      background: var(--bg-soft);
    }

    .search-icon {
      width: 15px;
      height: 15px;
      border: 2px solid currentColor;
      border-radius: 50%;
      position: relative;
      flex: 0 0 auto;
    }

    .search-icon::after {
      content: "";
      position: absolute;
      width: 7px;
      height: 2px;
      right: -6px;
      bottom: -3px;
      border-radius: 99px;
      background: currentColor;
      transform: rotate(45deg);
    }

    .search-box input {
      width: 100%;
      background: transparent;
      color: var(--text);
      font-size: 14px;
    }

    .search-box input::placeholder {
      color: #9A9084;
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      min-height: 44px;
      padding: 12px 18px;
      border-radius: 999px;
      font-size: 15px;
      font-weight: 800;
      letter-spacing: -.01em;
      transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
      user-select: none;
      white-space: nowrap;
    }

    .btn:focus-visible,
    .nav-link:focus-visible,
    .brand:focus-visible,
    .footer-links a:focus-visible,
    .tag:focus-visible,
    .faq-question:focus-visible {
      outline: none;
      box-shadow: var(--focus);
    }

    .btn-primary {
      color: #20170A;
      background: linear-gradient(135deg, var(--amber) 0%, var(--amber-2) 100%);
      box-shadow: 0 12px 28px rgba(255, 178, 26, .28), 0 0 0 1px rgba(255, 178, 26, .35) inset;
    }

    .btn-primary:hover {
      transform: translateY(-2px);
      box-shadow: 0 18px 38px rgba(255, 178, 26, .36), 0 0 0 1px rgba(255, 178, 26, .46) inset;
    }

    .btn-secondary {
      color: var(--text);
      background: rgba(255, 253, 248, .72);
      border: 1px solid var(--line-strong);
    }

    .btn-secondary:hover {
      background: var(--amber-soft);
      border-color: var(--amber);
      transform: translateY(-2px);
    }

    .menu-toggle {
      display: none;
      width: 42px;
      height: 42px;
      border-radius: 14px;
      border: 1px solid var(--line);
      background: #fff;
      position: relative;
      flex: 0 0 auto;
    }

    .menu-toggle span,
    .menu-toggle::before,
    .menu-toggle::after {
      content: "";
      position: absolute;
      left: 11px;
      right: 11px;
      height: 2px;
      border-radius: 99px;
      background: var(--text);
      transition: transform .2s ease, opacity .2s ease;
    }

    .menu-toggle::before { top: 13px; }
    .menu-toggle span { top: 20px; }
    .menu-toggle::after { top: 27px; }

    .menu-toggle.is-open::before {
      top: 20px;
      transform: rotate(45deg);
    }

    .menu-toggle.is-open span {
      opacity: 0;
    }

    .menu-toggle.is-open::after {
      top: 20px;
      transform: rotate(-45deg);
    }

    .hero {
      position: relative;
      padding: 72px 0 58px;
      overflow: hidden;
    }

    .hero::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        radial-gradient(ellipse at 28% 6%, rgba(255, 201, 74, .38), transparent 46%),
        radial-gradient(ellipse at 78% 2%, rgba(184, 76, 138, .22), transparent 38%);
      pointer-events: none;
    }

    .hero-grid {
      position: relative;
      display: grid;
      grid-template-columns: minmax(0, 1fr) 420px;
      gap: 42px;
      align-items: center;
    }

    .breadcrumb {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 18px;
      color: var(--muted);
      font-size: 14px;
      font-weight: 700;
    }

    .breadcrumb a {
      color: var(--purple);
    }

    .breadcrumb span:last-child {
      color: var(--text);
    }

    .badge-row {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-bottom: 18px;
    }

    .badge {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      padding: 7px 11px;
      border-radius: 999px;
      font-size: 12px;
      font-weight: 800;
      border: 1px solid transparent;
      line-height: 1;
    }

    .badge::before {
      content: "";
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: currentColor;
      box-shadow: 0 0 0 4px rgba(255,255,255,.62);
    }

    .badge-amber {
      color: #7C4B00;
      background: var(--amber-soft);
      border-color: rgba(255, 178, 26, .32);
    }

    .badge-purple {
      color: var(--purple);
      background: var(--purple-soft);
      border-color: rgba(184, 76, 138, .22);
    }

    .badge-green {
      color: var(--green);
      background: var(--green-soft);
      border-color: rgba(46, 139, 87, .18);
    }

    .badge-grey {
      color: #6D6255;
      background: var(--grey-soft);
      border-color: var(--line);
    }

    h1 {
      max-width: 780px;
      font-size: clamp(32px, 5vw, 54px);
      line-height: 1.16;
      letter-spacing: -.055em;
      font-weight: 900;
      color: var(--text);
      margin-bottom: 18px;
    }

    .highlight {
      position: relative;
      display: inline;
      background: linear-gradient(transparent 62%, rgba(255, 201, 74, .62) 0);
      box-decoration-break: clone;
      -webkit-box-decoration-break: clone;
    }

    .hero-lead {
      max-width: 720px;
      color: var(--muted);
      font-size: 17px;
      line-height: 1.9;
      margin-bottom: 26px;
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 12px;
      margin-bottom: 28px;
    }

    .hero-note {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      color: var(--muted);
      font-size: 14px;
      font-weight: 700;
    }

    .hero-note span {
      display: inline-flex;
      align-items: center;
      gap: 7px;
    }

    .hero-note span::before {
      content: "";
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: var(--amber);
      box-shadow: 0 0 0 4px rgba(255, 178, 26, .15);
    }

    .time-panel {
      padding: 20px;
      border-radius: var(--radius-xl);
      background:
        radial-gradient(circle at 16% 0%, rgba(255, 201, 74, .30), transparent 38%),
        radial-gradient(circle at 100% 0%, rgba(184, 76, 138, .18), transparent 36%),
        rgba(255, 253, 248, .86);
      border: 1px solid rgba(229, 221, 207, .92);
      box-shadow: var(--shadow-hover);
      position: relative;
    }

    .panel-head {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 14px;
      padding-bottom: 16px;
      border-bottom: 1px dashed var(--line-strong);
      margin-bottom: 16px;
    }

    .panel-title {
      font-size: 18px;
      font-weight: 900;
      line-height: 1.35;
    }

    .panel-desc {
      margin-top: 4px;
      color: var(--muted);
      font-size: 13px;
    }

    .live-chip {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      min-width: max-content;
      padding: 8px 10px;
      border-radius: 999px;
      background: #20170A;
      color: #fff;
      font-size: 12px;
      font-weight: 800;
      box-shadow: 0 10px 22px rgba(31, 27, 22, .16);
    }

    .live-chip::before {
      content: "";
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: var(--amber-2);
      animation: pulse 1.8s ease-in-out infinite;
    }

    @keyframes pulse {
      0%, 100% { transform: scale(1); opacity: .8; }
      50% { transform: scale(1.35); opacity: 1; }
    }

    .slot-list {
      display: grid;
      gap: 10px;
    }

    .slot {
      display: grid;
      grid-template-columns: 92px 1fr auto;
      align-items: center;
      gap: 12px;
      padding: 13px;
      border-radius: 18px;
      background: rgba(255,255,255,.76);
      border: 1px solid var(--line);
      transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
    }

    .slot:hover {
      transform: translateY(-2px);
      border-color: rgba(255, 178, 26, .76);
      box-shadow: var(--shadow);
    }

    .slot-time {
      color: var(--purple);
      font-size: 13px;
      font-weight: 900;
    }

    .slot-main strong {
      display: block;
      font-size: 14px;
      line-height: 1.35;
    }

    .slot-main span {
      color: var(--muted);
      font-size: 12px;
    }

    .slot-arrow {
      width: 28px;
      height: 28px;
      border-radius: 50%;
      display: grid;
      place-items: center;
      background: var(--amber-soft);
      color: #7C4B00;
      font-weight: 900;
    }

    .panel-foot {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 10px;
      margin-top: 14px;
    }

    .mini-stat {
      padding: 13px;
      border-radius: 18px;
      background: rgba(255, 241, 199, .65);
      border: 1px solid rgba(255, 178, 26, .24);
    }

    .mini-stat b {
      display: block;
      font-size: 22px;
      line-height: 1.1;
    }

    .mini-stat span {
      color: var(--muted);
      font-size: 12px;
      font-weight: 700;
    }

    main {
      position: relative;
    }

    .section {
      padding: 78px 0;
    }

    .section-tight {
      padding: 54px 0;
    }

    .section-head {
      max-width: 850px;
      margin-bottom: 28px;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: var(--purple);
      font-size: 13px;
      font-weight: 900;
      margin-bottom: 10px;
    }

    .eyebrow::before {
      content: "";
      width: 28px;
      height: 3px;
      border-radius: 99px;
      background: linear-gradient(90deg, var(--amber), var(--purple-2));
    }

    h2 {
      font-size: clamp(25px, 3.4vw, 36px);
      line-height: 1.25;
      letter-spacing: -.04em;
      font-weight: 900;
      color: var(--text);
      margin-bottom: 12px;
    }

    .section-desc {
      max-width: 760px;
      color: var(--muted);
      font-size: 16px;
      line-height: 1.9;
    }

    .tag-strip {
      display: flex;
      gap: 10px;
      overflow-x: auto;
      padding: 6px 2px 14px;
      scrollbar-width: thin;
      scrollbar-color: var(--line-strong) transparent;
    }

    .tag {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      padding: 9px 13px;
      border-radius: 999px;
      background: #fff;
      border: 1px solid var(--line);
      color: var(--muted);
      font-size: 13px;
      font-weight: 800;
      white-space: nowrap;
      transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease;
    }

    .tag:hover,
    .tag.is-active {
      color: var(--text);
      background: var(--amber-soft);
      border-color: rgba(255, 178, 26, .65);
      transform: translateY(-1px);
    }

    .landing-grid {
      display: grid;
      grid-template-columns: minmax(0, 1fr) 350px;
      gap: 28px;
      align-items: start;
    }

    .article-list {
      display: grid;
      gap: 16px;
    }

    .entry-card {
      display: grid;
      grid-template-columns: 86px 1fr;
      gap: 18px;
      padding: 20px;
      border-radius: var(--radius-lg);
      background: rgba(255, 253, 248, .88);
      border: 1px solid var(--line);
      box-shadow: var(--shadow);
      transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    }

    .entry-card:hover {
      transform: translateY(-4px);
      border-color: rgba(255, 178, 26, .7);
      box-shadow: var(--shadow-hover);
    }

    .entry-icon {
      width: 86px;
      height: 86px;
      border-radius: 24px;
      display: grid;
      place-items: center;
      background:
        radial-gradient(circle at 70% 20%, rgba(255,255,255,.82), transparent 22%),
        linear-gradient(135deg, var(--amber-soft), var(--purple-soft));
      border: 1px solid rgba(229, 221, 207, .86);
      color: var(--purple);
      font-size: 30px;
      font-weight: 900;
      box-shadow: inset 0 -10px 18px rgba(122, 46, 104, .06);
    }

    .entry-body {
      min-width: 0;
    }

    .entry-meta {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-bottom: 10px;
    }

    .entry-card h3 {
      font-size: 21px;
      line-height: 1.35;
      letter-spacing: -.025em;
      margin-bottom: 8px;
    }

    .entry-card p {
      color: var(--muted);
      font-size: 15px;
      line-height: 1.8;
      margin-bottom: 12px;
    }

    .entry-bottom {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
    }

    .small-tags {
      display: flex;
      flex-wrap: wrap;
      gap: 7px;
    }

    .small-tags span {
      padding: 6px 9px;
      border-radius: 999px;
      background: var(--grey-soft);
      color: #6D6255;
      font-size: 12px;
      font-weight: 800;
    }

    .text-link {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      color: var(--purple);
      font-size: 14px;
      font-weight: 900;
      transition: gap .2s ease, color .2s ease;
    }

    .entry-card:hover .text-link {
      gap: 10px;
      color: #9A376F;
    }

    .side-stack {
      position: sticky;
      top: 94px;
      display: grid;
      gap: 16px;
    }

    .side-card {
      padding: 20px;
      border-radius: var(--radius-lg);
      background: rgba(255, 253, 248, .9);
      border: 1px solid var(--line);
      box-shadow: var(--shadow);
    }

    .side-card h3 {
      font-size: 18px;
      line-height: 1.35;
      margin-bottom: 12px;
    }

    .status-row {
      display: flex;
      justify-content: space-between;
      gap: 12px;
      padding: 12px 0;
      border-bottom: 1px dashed var(--line);
      font-size: 14px;
    }

    .status-row:last-child {
      border-bottom: 0;
    }

    .status-row span:first-child {
      color: var(--muted);
      font-weight: 700;
    }

    .status-ok,
    .status-wait,
    .status-update {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      font-weight: 900;
      white-space: nowrap;
    }

    .status-ok { color: var(--green); }
    .status-update { color: #9A5D00; }
    .status-wait { color: #777069; }

    .status-ok::before,
    .status-update::before,
    .status-wait::before {
      content: "";
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: currentColor;
    }

    .notice-bar {
      display: grid;
      grid-template-columns: auto 1fr auto;
      gap: 16px;
      align-items: center;
      padding: 18px 20px;
      border-radius: var(--radius-lg);
      background:
        radial-gradient(circle at 5% 0%, rgba(255, 201, 74, .28), transparent 35%),
        #20170A;
      color: #fff;
      box-shadow: 0 18px 44px rgba(31, 27, 22, .16);
      margin-top: 18px;
    }

    .notice-icon {
      width: 44px;
      height: 44px;
      border-radius: 16px;
      display: grid;
      place-items: center;
      background: rgba(255, 201, 74, .18);
      color: var(--amber-2);
      font-weight: 900;
      border: 1px solid rgba(255, 201, 74, .32);
    }

    .notice-bar strong {
      display: block;
      line-height: 1.3;
      margin-bottom: 2px;
    }

    .notice-bar span {
      color: rgba(255,255,255,.72);
      font-size: 13px;
    }

    .process-wrap {
      display: grid;
      grid-template-columns: .86fr 1.14fr;
      gap: 26px;
      align-items: stretch;
    }

    .quote-card {
      padding: 28px;
      border-radius: var(--radius-xl);
      background: linear-gradient(180deg, #fff, var(--paper-warm));
      border: 1px solid var(--line);
      box-shadow: var(--shadow);
      position: relative;
      overflow: hidden;
    }

    .quote-card::before {
      content: "“";
      position: absolute;
      top: -24px;
      right: 22px;
      color: rgba(255, 178, 26, .28);
      font-size: 128px;
      line-height: 1;
      font-family: Georgia, serif;
    }

    .quote-card h2 {
      margin-bottom: 14px;
    }

    .quote-card p {
      color: var(--muted);
      font-size: 16px;
    }

    .process-list {
      display: grid;
      gap: 14px;
    }

    .process-item {
      display: grid;
      grid-template-columns: 48px 1fr;
      gap: 15px;
      padding: 18px;
      border-radius: var(--radius-lg);
      background: rgba(255, 253, 248, .9);
      border: 1px solid var(--line);
      box-shadow: var(--shadow);
    }

    .step-num {
      width: 48px;
      height: 48px;
      border-radius: 17px;
      display: grid;
      place-items: center;
      background: var(--amber-soft);
      color: #7C4B00;
      font-weight: 900;
      border: 1px solid rgba(255, 178, 26, .28);
    }

    .process-item h3 {
      font-size: 18px;
      margin-bottom: 4px;
    }

    .process-item p {
      color: var(--muted);
      font-size: 14px;
    }

    .warm-section {
      background:
        radial-gradient(circle at 14% 0%, rgba(255, 201, 74, .22), transparent 35%),
        radial-gradient(circle at 88% 10%, rgba(184, 76, 138, .12), transparent 35%),
        rgba(239, 232, 218, .44);
      border-top: 1px solid rgba(229, 221, 207, .72);
      border-bottom: 1px solid rgba(229, 221, 207, .72);
    }

    .proof-grid {
      display: grid;
      grid-template-columns: 1.1fr .9fr .9fr;
      gap: 16px;
    }

    .proof-card {
      min-height: 176px;
      padding: 22px;
      border-radius: var(--radius-lg);
      background: rgba(255, 253, 248, .86);
      border: 1px solid var(--line);
      box-shadow: var(--shadow);
      transition: transform .2s ease, box-shadow .2s ease;
    }

    .proof-card:hover {
      transform: translateY(-3px);
      box-shadow: var(--shadow-hover);
    }

    .proof-card strong {
      display: block;
      font-size: 34px;
      line-height: 1.1;
      letter-spacing: -.04em;
      margin-bottom: 10px;
      color: var(--purple);
    }

    .proof-card h3 {
      font-size: 18px;
      margin-bottom: 6px;
    }

    .proof-card p {
      color: var(--muted);
      font-size: 14px;
    }

    .faq-grid {
      display: grid;
      grid-template-columns: .82fr 1.18fr;
      gap: 28px;
      align-items: start;
    }

    .faq-intro {
      padding: 26px;
      border-radius: var(--radius-xl);
      background: #fff;
      border: 1px solid var(--line);
      box-shadow: var(--shadow);
    }

    .faq-list {
      display: grid;
      gap: 12px;
    }

    .faq-item {
      border: 1px solid var(--line);
      border-radius: 20px;
      background: rgba(255, 253, 248, .9);
      overflow: hidden;
      box-shadow: var(--shadow);
    }

    .faq-question {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 14px;
      padding: 18px 20px;
      color: var(--text);
      text-align: left;
      font-weight: 900;
    }

    .faq-question::after {
      content: "+";
      width: 28px;
      height: 28px;
      border-radius: 50%;
      display: grid;
      place-items: center;
      background: var(--amber-soft);
      color: #7C4B00;
      flex: 0 0 auto;
      transition: transform .2s ease;
    }

    .faq-item.is-open .faq-question::after {
      transform: rotate(45deg);
    }

    .faq-answer {
      display: none;
      padding: 0 20px 18px;
      color: var(--muted);
      font-size: 15px;
    }

    .faq-item.is-open .faq-answer {
      display: block;
    }

    .cta-panel {
      position: relative;
      overflow: hidden;
      display: grid;
      grid-template-columns: 1fr 430px;
      gap: 30px;
      align-items: center;
      padding: 34px;
      border-radius: 34px;
      background:
        radial-gradient(circle at 14% 5%, rgba(255, 201, 74, .34), transparent 35%),
        radial-gradient(circle at 92% 12%, rgba(184, 76, 138, .20), transparent 36%),
        linear-gradient(135deg, #2A1C10 0%, #20170A 54%, #4A2043 100%);
      color: #fff;
      box-shadow: 0 24px 60px rgba(31, 27, 22, .22);
    }

    .cta-panel h2 {
      color: #fff;
    }

    .cta-panel p {
      color: rgba(255,255,255,.72);
      max-width: 680px;
      margin-bottom: 20px;
    }

    .subscribe-box {
      padding: 18px;
      border-radius: 24px;
      background: rgba(255,255,255,.10);
      border: 1px solid rgba(255,255,255,.18);
    }

    .form-row {
      display: flex;
      gap: 10px;
      margin-bottom: 12px;
    }

    .form-row input {
      flex: 1;
      min-width: 0;
      height: 48px;
      padding: 0 15px;
      border-radius: 16px;
      background: rgba(255,255,255,.96);
      color: var(--text);
      border: 1px solid transparent;
      transition: box-shadow .2s ease, border-color .2s ease;
    }

    .form-row input:focus {
      border-color: var(--amber);
      box-shadow: 0 0 0 4px rgba(255, 201, 74, .22);
    }

    .form-hint {
      color: rgba(255,255,255,.66);
      font-size: 13px;
    }

    .site-footer {
      background: rgba(255, 253, 248, .94);
      border-top: 1px solid var(--line);
      padding: 46px 0 28px;
    }

    .footer-grid {
      display: grid;
      grid-template-columns: 1.35fr .75fr .75fr;
      gap: 32px;
      align-items: start;
    }

    .footer-note {
      max-width: 440px;
      margin-top: 14px;
      color: var(--muted);
      font-size: 14px;
      line-height: 1.85;
    }

    .footer-title {
      color: var(--text);
      font-weight: 900;
      margin-bottom: 12px;
    }

    .footer-links {
      display: grid;
      gap: 9px;
    }

    .footer-links a {
      color: var(--muted);
      font-size: 14px;
      transition: color .2s ease, transform .2s ease;
    }

    .footer-links a:hover {
      color: var(--purple);
      transform: translateX(3px);
    }

    .copyright {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 12px;
      margin-top: 34px;
      padding-top: 20px;
      border-top: 1px solid var(--line);
      color: var(--muted);
      font-size: 13px;
    }

    @media (max-width: 1100px) {
      .header-actions {
        min-width: 260px;
      }

      .hero-grid,
      .landing-grid,
      .process-wrap,
      .faq-grid,
      .cta-panel {
        grid-template-columns: 1fr;
      }

      .side-stack {
        position: static;
      }

      .proof-grid {
        grid-template-columns: 1fr 1fr;
      }

      .proof-card:first-child {
        grid-column: 1 / -1;
      }
    }

    @media (max-width: 860px) {
      .container {
        width: min(100% - 32px, var(--container));
      }

      .header-inner {
        height: auto;
        min-height: 64px;
        flex-wrap: wrap;
        padding: 11px 0;
      }

      .menu-toggle {
        display: inline-block;
        margin-left: auto;
      }

      .nav-links {
        order: 5;
        width: 100%;
        display: none;
        margin-left: 0;
        padding: 8px 0 4px;
        overflow-x: auto;
      }

      .nav-links.is-open {
        display: flex;
      }

      .header-actions {
        order: 4;
        min-width: 100%;
        display: none;
      }

      .header-actions.is-open {
        display: flex;
      }

      .brand-text {
        font-size: 15px;
      }

      .hero {
        padding: 48px 0 42px;
      }

      .section {
        padding: 56px 0;
      }

      .entry-card {
        grid-template-columns: 1fr;
      }

      .entry-icon {
        width: 68px;
        height: 68px;
        border-radius: 20px;
        font-size: 24px;
      }

      .notice-bar {
        grid-template-columns: 1fr;
      }

      .footer-grid {
        grid-template-columns: 1fr;
      }
    }

    @media (max-width: 560px) {
      .container {
        width: min(100% - 28px, var(--container));
      }

      .brand-mark {
        width: 32px;
        height: 32px;
        border-radius: 11px;
      }

      .brand-text {
        max-width: 230px;
        white-space: normal;
        line-height: 1.25;
      }

      .header-actions.is-open {
        flex-direction: column;
        align-items: stretch;
      }

      .search-box {
        width: 100%;
      }

      .header-actions .btn {
        width: 100%;
      }

      .hero-actions,
      .form-row {
        flex-direction: column;
        align-items: stretch;
      }

      .hero-actions .btn,
      .form-row .btn {
        width: 100%;
      }

      .time-panel,
      .quote-card,
      .cta-panel {
        border-radius: 24px;
        padding: 20px;
      }

      .slot {
        grid-template-columns: 1fr auto;
      }

      .slot-time {
        grid-column: 1 / -1;
      }

      .panel-foot,
      .proof-grid {
        grid-template-columns: 1fr;
      }

      .section-head {
        margin-bottom: 20px;
      }

      .cta-panel {
        gap: 18px;
      }

      .copyright {
        display: grid;
      }
    }
