/* roulang page: index */
:root{
      --paper:#FBF6ED;
      --paper-2:#FFF9F0;
      --card:#FFFDF8;
      --ink:#221B17;
      --muted:#6F6258;
      --soft:#9A8777;
      --line:#E9D8C3;
      --line-2:#F3E6D6;
      --accent:#E26D3D;
      --accent-dark:#C94F29;
      --amber:#F2B84B;
      --deep:#2A211D;
      --deep-2:#3A2B24;
      --green:#4F8A5B;
      --shadow:0 18px 42px rgba(75,45,20,.10);
      --shadow-sm:0 10px 24px rgba(75,45,20,.08);
      --radius-xl:28px;
      --radius-lg:22px;
      --radius-md:16px;
      --radius-pill:999px;
      --max:1200px;
      --trans:all .24s ease;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:system-ui,-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans CJK SC",sans-serif;
      color:var(--ink);
      background:
        radial-gradient(circle at 12% 8%, rgba(242,184,75,.22), transparent 26%),
        radial-gradient(circle at 88% 14%, rgba(226,109,61,.12), transparent 24%),
        linear-gradient(180deg,var(--paper),var(--paper-2) 52%,var(--paper));
      line-height:1.82;
      font-size:16px;
      overflow-x:hidden;
    }
    a{color:inherit;text-decoration:none;transition:var(--trans)}
    img{max-width:100%;height:auto;display:block}
    button,input,textarea{font:inherit}
    button{cursor:pointer}
    ::selection{background:rgba(242,184,75,.55);color:var(--ink)}
    .grid-container{max-width:var(--max)}
    .site-header{
      position:sticky;
      top:0;
      z-index:60;
      background:rgba(42,33,29,.96);
      border-bottom:1px solid rgba(242,184,75,.22);
      box-shadow:0 10px 28px rgba(42,33,29,.16);
      backdrop-filter:blur(12px);
    }
    .nav-wrap{
      min-height:78px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:22px;
    }
    .brand{
      display:flex;
      align-items:center;
      gap:12px;
      color:#FFF8EA;
      font-weight:850;
      letter-spacing:.02em;
      min-width:max-content;
    }
    .brand-mark{
      width:42px;height:42px;border-radius:15px;
      display:grid;place-items:center;
      color:var(--deep);
      background:linear-gradient(135deg,var(--amber),#F7D991 52%,var(--accent));
      box-shadow:0 10px 22px rgba(226,109,61,.23);
      font-weight:900;
    }
    .brand-text{font-size:20px;line-height:1.1}
    .brand-sub{display:block;font-size:12px;color:#D9CBB8;font-weight:600;margin-top:3px;letter-spacing:0}
    .desktop-nav{
      display:flex;
      align-items:center;
      justify-content:flex-end;
      gap:8px;
      flex:1;
    }
    .nav-link{
      color:#F7EBDD;
      padding:10px 14px;
      border-radius:var(--radius-pill);
      font-weight:650;
      font-size:15px;
      line-height:1.2;
    }
    .nav-link:hover,.nav-link.active{
      color:#2A211D;
      background:#F5C15A;
    }
    .status-badge{
      display:inline-flex;
      align-items:center;
      gap:7px;
      padding:9px 12px;
      color:#FFF3DE;
      border:1px solid rgba(242,184,75,.42);
      border-radius:var(--radius-pill);
      font-size:13px;
      font-weight:700;
      white-space:nowrap;
    }
    .status-badge::before{
      content:"";
      width:8px;height:8px;border-radius:50%;
      background:#76D38A;
      box-shadow:0 0 0 5px rgba(118,211,138,.13);
    }
    .nav-cta{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      padding:12px 18px;
      border-radius:var(--radius-pill);
      background:var(--accent);
      color:#fff;
      font-weight:800;
      box-shadow:0 12px 26px rgba(226,109,61,.28);
      white-space:nowrap;
    }
    .nav-cta:hover{background:var(--accent-dark);color:#fff;transform:translateY(-2px)}
    .menu-toggle{
      display:none;
      width:46px;height:46px;
      border:1px solid rgba(242,184,75,.36);
      border-radius:16px;
      background:rgba(255,249,240,.08);
      color:#FFF8EA;
      align-items:center;
      justify-content:center;
    }
    .hamburger,.hamburger::before,.hamburger::after{
      width:20px;height:2px;background:currentColor;border-radius:9px;display:block;position:relative;transition:var(--trans)
    }
    .hamburger::before,.hamburger::after{content:"";position:absolute;left:0}
    .hamburger::before{top:-7px}.hamburger::after{top:7px}
    .mobile-panel{
      display:none;
      padding:0 0 18px;
    }
    .mobile-card{
      background:rgba(255,249,240,.08);
      border:1px solid rgba(242,184,75,.22);
      border-radius:22px;
      padding:12px;
      display:grid;
      gap:8px;
    }
    .mobile-card .nav-link,.mobile-card .nav-cta{width:100%;justify-content:center;text-align:center}
    .section{padding:82px 0}
    .section-tight{padding:58px 0}
    .hero{
      padding:34px 0 64px;
      position:relative;
    }
    .hero-band{
      border:1px solid var(--line);
      border-radius:0 0 34px 34px;
      background:
        linear-gradient(90deg, rgba(255,253,248,.94), rgba(255,241,213,.92)),
        repeating-linear-gradient(0deg, transparent 0 30px, rgba(233,216,195,.28) 31px 32px);
      box-shadow:var(--shadow);
      overflow:hidden;
      position:relative;
    }
    .hero-band::before{
      content:"";
      position:absolute;
      right:-80px;top:-120px;
      width:310px;height:310px;border-radius:50%;
      background:rgba(226,109,61,.14);
    }
    .hero-content{padding:42px 34px;position:relative;z-index:1}
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:8px 12px;
      border-radius:var(--radius-pill);
      border:1px solid var(--line);
      background:#FFF6DD;
      color:#7A4B1F;
      font-size:13px;
      font-weight:800;
      margin-bottom:18px;
    }
    h1,h2,h3,p{margin-top:0}
    h1{
      font-size:clamp(32px,5vw,52px);
      line-height:1.16;
      font-weight:900;
      letter-spacing:-.04em;
      margin-bottom:18px;
    }
    .hero-desc{
      max-width:760px;
      color:var(--muted);
      font-size:18px;
      line-height:1.85;
      margin-bottom:24px;
    }
    .hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:24px}
    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      min-height:48px;
      padding:13px 20px;
      border-radius:var(--radius-pill);
      font-weight:850;
      border:1px solid transparent;
      transition:var(--trans);
      line-height:1.2;
    }
    .btn-primary{
      background:var(--accent);
      color:#fff;
      box-shadow:0 14px 28px rgba(226,109,61,.25);
    }
    .btn-primary:hover,.btn-primary:focus{
      background:var(--accent-dark);
      color:#fff;
      transform:translateY(-2px);
      box-shadow:0 18px 34px rgba(226,109,61,.32);
    }
    .btn-secondary{
      background:#FFFDF8;
      color:var(--ink);
      border-color:var(--line);
    }
    .btn-secondary:hover,.btn-secondary:focus{
      border-color:var(--accent);
      background:#FFF0DE;
      color:var(--ink);
      transform:translateY(-2px);
    }
    .btn-dark{
      background:var(--deep);
      color:#FFF8EA;
      border-color:rgba(255,255,255,.08);
    }
    .btn-dark:hover{background:#17100D;color:#FFF8EA;transform:translateY(-2px)}
    .hero-points{
      display:grid;
      grid-template-columns:repeat(3,minmax(0,1fr));
      gap:12px;
      max-width:860px;
    }
    .point{
      background:rgba(255,253,248,.78);
      border:1px dashed var(--line);
      border-radius:18px;
      padding:12px 14px;
      color:var(--muted);
      font-weight:650;
    }
    .point strong{display:block;color:var(--ink);font-size:18px}
    .hero-matrix{
      padding:34px 30px 34px 0;
      position:relative;
      z-index:1;
    }
    .note-stack{
      display:grid;
      gap:14px;
      max-width:360px;
      margin-left:auto;
    }
    .note-card{
      background:var(--card);
      border:1px solid var(--line);
      border-radius:22px;
      padding:18px;
      box-shadow:var(--shadow-sm);
      position:relative;
      transform:rotate(-1.2deg);
    }
    .note-card:nth-child(2){transform:translateX(-18px) rotate(1deg);background:#FFF7E8}
    .note-card:nth-child(3){transform:translateX(10px) rotate(-.6deg);background:#FFFDF8}
    .note-card::after{
      content:"";
      position:absolute;
      right:18px;top:-8px;
      width:44px;height:15px;border-radius:4px;
      background:rgba(242,184,75,.42);
    }
    .note-top{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px}
    .tag,.badge{
      display:inline-flex;
      align-items:center;
      gap:6px;
      border-radius:var(--radius-pill);
      font-size:12px;
      font-weight:850;
      line-height:1;
      white-space:nowrap;
    }
    .tag{padding:7px 10px;background:#FFF0D2;color:#7D4D16;border:1px solid #F1D19A}
    .badge{padding:7px 9px;background:#F7E8DD;color:#9E4325;border:1px solid #EFC8B6}
    .badge.green{background:#EAF6EB;color:#3F7749;border-color:#CFE7D2}
    .note-card h3{font-size:19px;margin-bottom:6px}
    .note-card p{color:var(--muted);font-size:14.5px;line-height:1.65;margin-bottom:0}
    .section-head{
      display:flex;
      align-items:flex-end;
      justify-content:space-between;
      gap:24px;
      margin-bottom:30px;
    }
    .section-kicker{
      color:var(--accent);
      font-weight:900;
      font-size:14px;
      margin-bottom:8px;
      letter-spacing:.04em;
    }
    h2{
      font-size:clamp(25px,3.2vw,34px);
      line-height:1.22;
      font-weight:880;
      letter-spacing:-.03em;
      margin-bottom:10px;
    }
    .section-desc{
      color:var(--muted);
      max-width:720px;
      line-height:1.85;
      margin-bottom:0;
    }
    .section-link{
      color:var(--accent);
      font-weight:850;
      border-bottom:2px solid rgba(226,109,61,.24);
      white-space:nowrap;
    }
    .section-link:hover{color:var(--accent-dark);border-color:var(--accent-dark)}
    .feature-layout{
      display:grid;
      grid-template-columns:1.1fr .9fr;
      gap:24px;
      align-items:stretch;
    }
    .hot-card,.mini-hot,.plain-card{
      background:var(--card);
      border:1px solid var(--line);
      border-radius:var(--radius-xl);
      box-shadow:var(--shadow-sm);
      transition:var(--trans);
      position:relative;
      overflow:hidden;
    }
    .hot-card:hover,.mini-hot:hover,.plain-card:hover,.entry-card:hover,.check-item:hover,.review-card:hover{
      transform:translateY(-4px);
      border-color:rgba(226,109,61,.7);
      box-shadow:var(--shadow);
    }
    .hot-card{padding:30px;min-height:100%}
    .hot-card::before,.mini-hot::before{
      content:"";
      position:absolute;left:0;top:0;right:0;height:7px;
      background:linear-gradient(90deg,var(--accent),var(--amber));
    }
    .hot-number{
      width:54px;height:54px;border-radius:18px;
      display:grid;place-items:center;
      background:#FFF0D2;
      color:#A44C23;
      font-weight:900;
      margin:14px 0 18px;
      border:1px solid #F1D19A;
    }
    .hot-card h3{font-size:25px;line-height:1.28;margin-bottom:12px}
    .card-text{color:var(--muted);line-height:1.82;margin-bottom:18px}
    .tag-row{display:flex;flex-wrap:wrap;gap:8px;margin:14px 0 20px}
    .mini-list{display:grid;gap:18px}
    .mini-hot{padding:24px}
    .mini-hot h3{font-size:21px;margin:13px 0 8px}
    .mini-hot p{color:var(--muted);font-size:15.5px;margin-bottom:16px}
    .inline-cta{
      display:inline-flex;align-items:center;gap:6px;
      color:var(--accent);
      font-weight:850;
    }
    .inline-cta:hover{color:var(--accent-dark);transform:translateX(3px)}
    .check-wrap{
      display:grid;
      grid-template-columns:.82fr 1.18fr;
      gap:28px;
      align-items:start;
    }
    .filter-panel{
      background:var(--deep);
      color:#FFF8EA;
      border-radius:var(--radius-xl);
      padding:30px;
      box-shadow:var(--shadow);
      position:sticky;
      top:104px;
    }
    .filter-panel h2{color:#FFF8EA}
    .filter-panel p{color:#D8C8B5;margin-bottom:22px}
    .chips{display:flex;flex-wrap:wrap;gap:10px}
    .chip{
      display:inline-flex;
      padding:9px 12px;
      border-radius:var(--radius-pill);
      background:rgba(255,249,240,.08);
      border:1px solid rgba(242,184,75,.26);
      color:#FFF4DE;
      font-weight:750;
      font-size:13px;
    }
    .chip.active,.chip:hover{background:var(--amber);color:var(--deep);border-color:var(--amber)}
    .check-list{display:grid;gap:14px}
    .check-item{
      display:grid;
      grid-template-columns:auto 1fr auto;
      gap:16px;
      align-items:center;
      background:var(--card);
      border:1px solid var(--line);
      border-radius:22px;
      padding:18px;
      box-shadow:0 8px 20px rgba(75,45,20,.06);
      transition:var(--trans);
    }
    .check-icon{
      width:34px;height:34px;border-radius:12px;
      display:grid;place-items:center;
      background:#EAF6EB;color:var(--green);
      border:1px solid #CFE7D2;
      font-weight:900;
    }
    .check-item h3{font-size:18px;margin-bottom:4px}
    .check-item p{font-size:14.5px;color:var(--muted);line-height:1.62;margin-bottom:0}
    .entry-grid{
      display:grid;
      grid-template-columns:repeat(4,minmax(0,1fr));
      gap:16px;
    }
    .entry-card{
      background:linear-gradient(180deg,#FFFDF8,#FFF5E6);
      border:1px solid var(--line);
      border-radius:22px;
      padding:20px;
      min-height:178px;
      box-shadow:0 8px 20px rgba(75,45,20,.06);
      transition:var(--trans);
    }
    .entry-card .num{
      color:var(--accent);
      font-weight:950;
      font-size:22px;
      margin-bottom:10px;
    }
    .entry-card h3{font-size:18px;margin-bottom:8px}
    .entry-card p{font-size:14.5px;color:var(--muted);line-height:1.68;margin-bottom:0}
    .review-strip{
      display:flex;
      gap:16px;
      overflow-x:auto;
      padding:6px 2px 18px;
      scroll-snap-type:x mandatory;
    }
    .review-strip::-webkit-scrollbar{height:8px}
    .review-strip::-webkit-scrollbar-thumb{background:#E0C8AC;border-radius:99px}
    .review-card{
      flex:0 0 330px;
      scroll-snap-align:start;
      background:var(--card);
      border:1px solid var(--line);
      border-radius:24px;
      padding:20px;
      box-shadow:0 8px 20px rgba(75,45,20,.06);
      transition:var(--trans);
      position:relative;
    }
    .review-card::before{
      content:"“";
      position:absolute;
      right:18px;top:0;
      color:rgba(226,109,61,.18);
      font-size:72px;
      line-height:1;
      font-weight:900;
    }
    .review-top{display:flex;align-items:center;gap:12px;margin-bottom:12px}
    .avatar{
      width:42px;height:42px;border-radius:50%;
      display:grid;place-items:center;
      background:var(--deep);
      color:#FFF1D8;
      font-weight:900;
    }
    .review-card p{color:var(--muted);line-height:1.75;margin-bottom:14px;position:relative}
    .cta-panel{
      background:
        radial-gradient(circle at 18% 20%, rgba(242,184,75,.25), transparent 28%),
        linear-gradient(135deg,var(--deep),var(--deep-2));
      color:#FFF8EA;
      border-radius:34px;
      padding:34px;
      box-shadow:0 22px 54px rgba(42,33,29,.26);
      overflow:hidden;
      position:relative;
    }
    .cta-panel::after{
      content:"";
      position:absolute;
      right:-60px;bottom:-70px;
      width:260px;height:260px;border-radius:50%;
      border:42px solid rgba(242,184,75,.12);
    }
    .cta-panel h2{color:#FFF8EA}
    .cta-panel p{color:#D8C8B5}
    .steps{
      display:grid;
      grid-template-columns:repeat(3,minmax(0,1fr));
      gap:14px;
      margin-top:22px;
      position:relative;
      z-index:1;
    }
    .step{
      background:rgba(255,249,240,.08);
      border:1px solid rgba(242,184,75,.24);
      border-radius:22px;
      padding:18px;
    }
    .step strong{display:block;color:#F7C85F;font-size:20px;margin-bottom:7px}
    .step span{display:block;color:#EFE0CC;line-height:1.65}
    .cta-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px;position:relative;z-index:1}
    .faq-shell{
      background:rgba(255,253,248,.72);
      border:1px solid var(--line);
      border-radius:var(--radius-xl);
      padding:12px;
      box-shadow:var(--shadow-sm);
    }
    .accordion{background:transparent;margin:0}
    .accordion-item{
      border-bottom:1px solid var(--line-2);
      background:transparent;
    }
    .accordion-item:last-child{border-bottom:none}
    .accordion-title{
      border:none!important;
      background:transparent!important;
      color:var(--ink)!important;
      font-weight:850;
      font-size:17px;
      padding:20px 48px 20px 18px;
      line-height:1.45;
    }
    .accordion-title:hover,.accordion-title:focus{background:#FFF3DF!important;color:var(--accent-dark)!important}
    .accordion-title::before{color:var(--accent);font-size:24px;margin-top:-12px}
    .accordion-content{
      border:none!important;
      background:#FFFDF8!important;
      color:var(--muted);
      line-height:1.85;
      padding:0 18px 20px;
    }
    .about-box{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:24px;
      align-items:stretch;
    }
    .plain-card{padding:26px}
    .plain-card h3{font-size:22px;margin-bottom:10px}
    .plain-card p{color:var(--muted);margin-bottom:0}
    .mini-feed{display:grid;gap:12px;margin-top:18px}
    .feed-row{
      display:flex;align-items:center;justify-content:space-between;gap:12px;
      padding:13px 14px;
      border:1px dashed var(--line);
      border-radius:16px;
      background:#FFF8EA;
      color:var(--muted);
      font-weight:650;
    }
    .feed-row span:first-child{color:var(--ink)}
    .site-footer{
      background:var(--deep);
      color:#FFF8EA;
      padding:58px 0 28px;
      margin-top:44px;
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.2fr .8fr .8fr;
      gap:32px;
      align-items:start;
    }
    .footer-brand{font-size:22px;font-weight:900;margin-bottom:12px}
    .footer-desc{color:#D8C8B5;max-width:480px;line-height:1.85}
    .footer-title{font-weight:850;color:#FFF3DE;margin-bottom:12px}
    .footer-links{display:grid;gap:9px}
    .footer-links a{color:#D8C8B5}
    .footer-links a:hover{color:var(--amber);transform:translateX(3px)}
    .copyright{
      border-top:1px solid rgba(242,184,75,.18);
      margin-top:34px;
      padding-top:20px;
      color:#BBAA96;
      font-size:14px;
      display:flex;
      justify-content:space-between;
      gap:16px;
      flex-wrap:wrap;
    }
    :focus-visible{
      outline:3px solid rgba(226,109,61,.45);
      outline-offset:3px;
    }
    @media (max-width:1023px){
      .desktop-nav{display:none}
      .menu-toggle{display:flex}
      .mobile-panel.is-open{display:block}
      .nav-wrap{min-height:72px}
      .hero-content{padding:34px 24px 22px}
      .hero-matrix{padding:0 24px 30px}
      .note-stack{max-width:none;grid-template-columns:repeat(3,280px);overflow-x:auto;padding-bottom:8px}
      .note-card,.note-card:nth-child(2),.note-card:nth-child(3){transform:none}
      .hero-points,.steps{grid-template-columns:1fr 1fr}
      .feature-layout,.check-wrap,.about-box{grid-template-columns:1fr}
      .filter-panel{position:relative;top:auto}
      .entry-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
      .footer-grid{grid-template-columns:1fr 1fr}
    }
    @media (max-width:639px){
      body{font-size:15.5px}
      .section{padding:58px 0}.section-tight{padding:44px 0}
      .hero{padding:18px 0 44px}
      .hero-band{border-radius:0 0 26px 26px}
      .brand-text{font-size:18px}.brand-sub{font-size:11px}
      .hero-content{padding:28px 18px 18px}
      .hero-desc{font-size:16px;line-height:1.78}
      .hero-actions .btn{width:100%}
      .hero-points,.steps,.entry-grid{grid-template-columns:1fr}
      .section-head{display:block}
      .section-link{display:inline-flex;margin-top:14px}
      .feature-layout{gap:16px}
      .hot-card,.mini-hot,.plain-card,.filter-panel,.cta-panel{border-radius:22px;padding:22px}
      .check-item{grid-template-columns:auto 1fr;align-items:start}
      .check-item .badge{grid-column:2}
      .review-card{flex-basis:286px}
      .footer-grid{grid-template-columns:1fr}
      .copyright{display:block}
      .copyright span{display:block;margin-top:8px}
    }

/* roulang page: category2 */
:root{
      --paper:#FBF6ED;
      --paper-2:#FFF9F0;
      --card:#FFFDF8;
      --ink:#221B17;
      --muted:#6F6258;
      --muted-2:#928174;
      --line:#E9D8C3;
      --line-strong:#D8BFA5;
      --accent:#E26D3D;
      --accent-dark:#C9542C;
      --amber:#F2B84B;
      --deep:#2A211D;
      --deep-2:#3B2D27;
      --cream:#FFF3DD;
      --green:#4F8A5B;
      --shadow:0 18px 40px rgba(75,45,20,.10);
      --shadow-strong:0 22px 54px rgba(75,45,20,.16);
      --radius-lg:28px;
      --radius-md:20px;
      --radius-sm:14px;
      --container:1200px;
      --ease:all .22s ease;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:system-ui,-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans CJK SC",sans-serif;
      color:var(--ink);
      background:
        radial-gradient(circle at 12% 4%, rgba(242,184,75,.22) 0, transparent 28%),
        radial-gradient(circle at 88% 8%, rgba(226,109,61,.16) 0, transparent 30%),
        linear-gradient(180deg,var(--paper) 0%,var(--paper-2) 48%,var(--paper) 100%);
      line-height:1.82;
      font-size:16px;
      overflow-x:hidden;
    }
    a{color:inherit;text-decoration:none;transition:var(--ease)}
    a:hover,a:focus{color:var(--accent)}
    button,input,textarea,select{font-family:inherit}
    button{cursor:pointer}
    img{max-width:100%;height:auto;display:block}
    ::selection{background:rgba(226,109,61,.2)}
    .grid-container{max-width:var(--container)}
    .site-header{
      position:sticky;
      top:0;
      z-index:50;
      background:rgba(42,33,29,.94);
      backdrop-filter:blur(14px);
      border-bottom:1px solid rgba(242,184,75,.22);
      box-shadow:0 10px 28px rgba(42,33,29,.18);
    }
    .nav-wrap{
      min-height:78px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:24px;
    }
    .brand{
      display:flex;
      align-items:center;
      gap:12px;
      color:var(--cream);
      min-width:max-content;
    }
    .brand:hover,.brand:focus{color:#fff}
    .brand-mark{
      width:46px;
      height:46px;
      border-radius:16px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      background:linear-gradient(135deg,var(--amber),var(--accent));
      color:#2A211D;
      font-weight:900;
      letter-spacing:-.03em;
      box-shadow:0 12px 26px rgba(226,109,61,.28);
    }
    .brand-text{
      display:block;
      font-size:20px;
      font-weight:850;
      line-height:1.1;
      letter-spacing:.01em;
    }
    .brand-sub{
      display:block;
      margin-top:3px;
      color:#D7C1AA;
      font-size:12px;
      line-height:1.2;
      font-weight:600;
    }
    .desktop-nav{
      display:flex;
      align-items:center;
      justify-content:flex-end;
      gap:10px;
      flex:1;
    }
    .nav-link{
      display:inline-flex;
      align-items:center;
      min-height:38px;
      padding:8px 13px;
      border-radius:999px;
      color:#EEDFCC;
      font-weight:700;
      font-size:14px;
      border:1px solid transparent;
    }
    .nav-link:hover,.nav-link:focus,.nav-link.active{
      color:#fff;
      background:rgba(255,249,240,.10);
      border-color:rgba(242,184,75,.28);
    }
    .status-badge{
      display:inline-flex;
      align-items:center;
      gap:7px;
      padding:8px 12px;
      border-radius:999px;
      background:rgba(242,184,75,.14);
      color:#FFE0A3;
      border:1px solid rgba(242,184,75,.30);
      font-size:13px;
      font-weight:750;
      white-space:nowrap;
    }
    .status-badge:before{
      content:"";
      width:8px;
      height:8px;
      border-radius:50%;
      background:var(--amber);
      box-shadow:0 0 0 4px rgba(242,184,75,.16);
    }
    .nav-cta,.btn-primary,.btn-secondary{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      min-height:44px;
      padding:12px 18px;
      border-radius:999px;
      font-weight:850;
      line-height:1;
      transition:var(--ease);
      border:1px solid transparent;
    }
    .nav-cta,.btn-primary{
      background:var(--accent);
      color:#fff;
      box-shadow:0 14px 28px rgba(226,109,61,.22);
    }
    .nav-cta:hover,.nav-cta:focus,.btn-primary:hover,.btn-primary:focus{
      color:#fff;
      background:var(--accent-dark);
      transform:translateY(-2px);
      box-shadow:0 18px 36px rgba(226,109,61,.30);
    }
    .btn-secondary{
      background:rgba(255,253,248,.72);
      color:var(--deep);
      border-color:var(--line);
    }
    .btn-secondary:hover,.btn-secondary:focus{
      background:#FFF1DE;
      border-color:var(--accent);
      color:var(--accent-dark);
      transform:translateY(-2px);
    }
    .menu-toggle{
      display:none;
      width:46px;
      height:46px;
      border:1px solid rgba(242,184,75,.28);
      border-radius:16px;
      background:rgba(255,249,240,.08);
      position:relative;
    }
    .hamburger,.hamburger:before,.hamburger:after{
      position:absolute;
      left:12px;
      right:12px;
      height:2px;
      background:#FFE8C2;
      border-radius:999px;
      transition:var(--ease);
      content:"";
    }
    .hamburger{top:22px}
    .hamburger:before{top:-7px;left:0;right:0}
    .hamburger:after{top:7px;left:0;right:0}
    .menu-toggle.is-open .hamburger{background:transparent}
    .menu-toggle.is-open .hamburger:before{transform:translateY(7px) rotate(45deg)}
    .menu-toggle.is-open .hamburger:after{transform:translateY(-7px) rotate(-45deg)}
    .mobile-panel{display:none;padding-bottom:16px}
    .mobile-card{
      display:grid;
      gap:10px;
      padding:14px;
      border:1px solid rgba(242,184,75,.24);
      border-radius:22px;
      background:rgba(255,249,240,.08);
    }
    .section{
      padding:84px 0;
      position:relative;
    }
    .section-tight{padding:64px 0}
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:7px 12px;
      border-radius:999px;
      background:#FFF0D4;
      color:#8F4A20;
      border:1px solid #F3D3A1;
      font-size:13px;
      font-weight:850;
      line-height:1.2;
    }
    .eyebrow:before{
      content:"";
      width:7px;
      height:7px;
      border-radius:50%;
      background:var(--accent);
    }
    .hero{
      padding:42px 0 78px;
      background:
        linear-gradient(180deg,rgba(42,33,29,.10),transparent 32%),
        radial-gradient(circle at 70% 20%, rgba(226,109,61,.18), transparent 34%);
    }
    .hero-stage{
      position:relative;
      min-height:520px;
      border-radius:34px;
      overflow:hidden;
      background:
        linear-gradient(135deg,rgba(42,33,29,.92),rgba(59,45,39,.82)),
        linear-gradient(135deg,#3B2D27,#2A211D);
      box-shadow:var(--shadow-strong);
      border:1px solid rgba(242,184,75,.24);
    }
    .hero-stage:before{
      content:"";
      position:absolute;
      inset:0;
      background:
        radial-gradient(circle at 18% 18%, rgba(242,184,75,.26), transparent 24%),
        radial-gradient(circle at 82% 38%, rgba(226,109,61,.24), transparent 28%),
        linear-gradient(90deg, rgba(255,249,240,.06) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255,249,240,.05) 1px, transparent 1px);
      background-size:auto,auto,44px 44px,44px 44px;
      pointer-events:none;
    }
    .series-bar{
      position:relative;
      z-index:2;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:14px;
      padding:18px 22px;
      border-bottom:1px solid rgba(255,243,221,.14);
      background:rgba(255,249,240,.05);
    }
    .series-tabs{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
    }
    .series-tab{
      padding:8px 12px;
      border-radius:999px;
      color:#F6E5CF;
      border:1px solid rgba(255,243,221,.18);
      background:rgba(255,249,240,.07);
      font-size:13px;
      font-weight:800;
    }
    .series-tab.is-current{
      color:#2A211D;
      background:var(--amber);
      border-color:var(--amber);
    }
    .hero-inner{
      position:relative;
      z-index:2;
      padding:54px 42px 42px;
    }
    .hero h1{
      max-width:690px;
      margin:18px 0 18px;
      color:#FFF8EC;
      font-size:clamp(32px,4.3vw,54px);
      line-height:1.14;
      letter-spacing:-.04em;
      font-weight:900;
    }
    .hero-lead{
      max-width:680px;
      color:#E8D5BF;
      font-size:18px;
      line-height:1.9;
      margin:0 0 28px;
    }
    .hero-actions{
      display:flex;
      flex-wrap:wrap;
      gap:14px;
      margin-bottom:34px;
    }
    .btn-hero-secondary{
      background:rgba(255,249,240,.08);
      color:#FFF3DD;
      border-color:rgba(255,243,221,.22);
    }
    .btn-hero-secondary:hover,.btn-hero-secondary:focus{
      background:rgba(255,249,240,.14);
      color:#fff;
      border-color:rgba(242,184,75,.50);
    }
    .hero-note-panel{
      position:absolute;
      right:34px;
      bottom:34px;
      width:min(430px,42%);
      display:grid;
      gap:14px;
    }
    .route-card{
      padding:18px;
      border-radius:24px;
      background:rgba(255,253,248,.93);
      border:1px solid rgba(233,216,195,.75);
      box-shadow:0 20px 42px rgba(0,0,0,.16);
      transform:rotate(-1deg);
    }
    .route-card:nth-child(2){
      transform:rotate(1deg);
      margin-left:34px;
      background:#FFF6E7;
    }
    .route-head{
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:12px;
      margin-bottom:9px;
    }
    .route-title{
      font-size:18px;
      font-weight:900;
      color:var(--deep);
      line-height:1.35;
    }
    .mini-badge{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      padding:5px 9px;
      border-radius:999px;
      background:#FFE2B2;
      color:#86411F;
      font-size:12px;
      font-weight:850;
      white-space:nowrap;
    }
    .route-card p{
      margin:0;
      color:var(--muted);
      font-size:14px;
      line-height:1.75;
    }
    .hero-meta{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      max-width:620px;
    }
    .meta-pill{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:9px 12px;
      border-radius:999px;
      color:#F4E2CC;
      background:rgba(255,249,240,.08);
      border:1px solid rgba(255,243,221,.15);
      font-size:13px;
      font-weight:750;
    }
    .meta-pill strong{color:#FFD482}
    .section-head{
      display:flex;
      align-items:flex-end;
      justify-content:space-between;
      gap:22px;
      margin-bottom:30px;
    }
    .section-title{
      margin:12px 0 0;
      font-size:clamp(26px,3vw,36px);
      line-height:1.22;
      font-weight:900;
      letter-spacing:-.03em;
      color:var(--ink);
    }
    .section-desc{
      max-width:560px;
      margin:12px 0 0;
      color:var(--muted);
      font-size:17px;
      line-height:1.85;
    }
    .compare-grid{
      display:grid;
      grid-template-columns:1.1fr .9fr 1fr;
      gap:22px;
      align-items:stretch;
    }
    .compare-card{
      position:relative;
      padding:24px;
      border-radius:var(--radius-lg);
      background:var(--card);
      border:1px solid var(--line);
      box-shadow:var(--shadow);
      overflow:hidden;
      transition:var(--ease);
    }
    .compare-card:hover{
      transform:translateY(-4px);
      border-color:var(--accent);
      box-shadow:var(--shadow-strong);
    }
    .compare-card:before{
      content:"";
      position:absolute;
      top:0;
      left:24px;
      right:24px;
      height:5px;
      border-radius:0 0 999px 999px;
      background:linear-gradient(90deg,var(--accent),var(--amber));
    }
    .compare-card.dark{
      background:var(--deep);
      color:#FFF3DD;
      border-color:rgba(242,184,75,.25);
    }
    .compare-card.dark .compare-text{color:#D8C3AD}
    .compare-card h3{
      margin:18px 0 10px;
      font-size:21px;
      font-weight:900;
      line-height:1.35;
    }
    .compare-text{
      margin:0 0 18px;
      color:var(--muted);
      line-height:1.78;
    }
    .compare-list{
      margin:0;
      padding:0;
      list-style:none;
      display:grid;
      gap:10px;
    }
    .compare-list li{
      display:flex;
      gap:9px;
      align-items:flex-start;
      color:inherit;
      font-size:14px;
      line-height:1.65;
    }
    .compare-list li:before{
      content:"✓";
      flex:0 0 22px;
      width:22px;
      height:22px;
      border-radius:50%;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      color:#fff;
      background:var(--accent);
      font-size:12px;
      font-weight:900;
      margin-top:2px;
    }
    .topic-board{
      border-radius:32px;
      background:#FFFDF8;
      border:1px solid var(--line);
      box-shadow:var(--shadow);
      padding:16px;
    }
    .topic-row{
      display:grid;
      grid-template-columns:76px 1fr auto;
      gap:20px;
      align-items:center;
      padding:20px;
      border-radius:24px;
      transition:var(--ease);
      border:1px solid transparent;
      background:linear-gradient(180deg,#FFFDF8,#FFF8EE);
    }
    .topic-row + .topic-row{margin-top:12px}
    .topic-row:hover{
      transform:translateX(4px);
      border-color:var(--accent);
      box-shadow:0 14px 30px rgba(75,45,20,.09);
    }
    .topic-num{
      width:58px;
      height:58px;
      border-radius:22px;
      display:flex;
      align-items:center;
      justify-content:center;
      background:#2A211D;
      color:#FFE0A3;
      font-weight:950;
      font-size:20px;
      letter-spacing:-.04em;
    }
    .topic-content h3{
      margin:0 0 6px;
      font-size:20px;
      font-weight:900;
      line-height:1.35;
    }
    .topic-content p{
      margin:0;
      color:var(--muted);
      line-height:1.75;
    }
    .topic-tags{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      margin-top:10px;
    }
    .tag{
      display:inline-flex;
      align-items:center;
      padding:5px 9px;
      border-radius:999px;
      background:#FFF0D4;
      color:#925126;
      border:1px solid #F1D4A8;
      font-size:12px;
      font-weight:800;
      line-height:1.2;
    }
    .topic-action{
      white-space:nowrap;
      padding:10px 14px;
      border-radius:999px;
      border:1px solid var(--line-strong);
      color:var(--deep);
      background:#fff;
      font-weight:850;
      font-size:14px;
    }
    .topic-action:hover,.topic-action:focus{
      color:#fff;
      background:var(--accent);
      border-color:var(--accent);
    }
    .process-wrap{
      display:grid;
      grid-template-columns:.78fr 1.22fr;
      gap:28px;
      align-items:start;
    }
    .side-note{
      position:sticky;
      top:106px;
      padding:26px;
      border-radius:var(--radius-lg);
      background:var(--deep);
      color:#FFF3DD;
      box-shadow:var(--shadow);
      border:1px solid rgba(242,184,75,.25);
    }
    .side-note h2{
      margin:14px 0 12px;
      font-size:30px;
      line-height:1.25;
      font-weight:900;
      color:#fff;
    }
    .side-note p{
      color:#D9C6B2;
      margin:0 0 20px;
      line-height:1.85;
    }
    .note-list{
      margin:0;
      padding:0;
      list-style:none;
      display:grid;
      gap:12px;
    }
    .note-list li{
      padding:13px 14px;
      border-radius:16px;
      background:rgba(255,249,240,.08);
      border:1px solid rgba(255,243,221,.12);
      color:#F7E6D2;
      font-weight:750;
      font-size:14px;
    }
    .timeline{
      position:relative;
      display:grid;
      gap:18px;
    }
    .step-card{
      position:relative;
      display:grid;
      grid-template-columns:70px 1fr;
      gap:18px;
      padding:24px;
      border-radius:var(--radius-lg);
      background:#FFFDF8;
      border:1px solid var(--line);
      box-shadow:var(--shadow);
      transition:var(--ease);
    }
    .step-card:hover{
      transform:translateY(-3px);
      border-color:var(--accent);
    }
    .step-dot{
      width:56px;
      height:56px;
      border-radius:20px;
      display:flex;
      align-items:center;
      justify-content:center;
      background:#FFE2B2;
      color:#8B421E;
      font-size:18px;
      font-weight:950;
      box-shadow:inset 0 0 0 1px rgba(226,109,61,.12);
    }
    .step-card h3{
      margin:0 0 8px;
      font-size:21px;
      font-weight:900;
    }
    .step-card p{
      margin:0;
      color:var(--muted);
      line-height:1.8;
    }
    .notice-strip{
      padding:24px;
      border-radius:28px;
      background:linear-gradient(135deg,#FFF2D8,#FFFDF8);
      border:1px dashed #D9B886;
      display:grid;
      grid-template-columns:1fr auto;
      gap:20px;
      align-items:center;
    }
    .notice-strip strong{
      display:block;
      font-size:21px;
      line-height:1.35;
      margin-bottom:5px;
    }
    .notice-strip p{
      margin:0;
      color:var(--muted);
    }
    .feedback-grid{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:18px;
    }
    .feedback-card{
      padding:22px;
      border-radius:24px;
      background:#FFFDF8;
      border:1px solid var(--line);
      box-shadow:var(--shadow);
      transition:var(--ease);
      position:relative;
    }
    .feedback-card:hover{
      transform:translateY(-4px);
      border-color:var(--accent);
    }
    .quote-mark{
      position:absolute;
      top:12px;
      right:18px;
      font-size:44px;
      line-height:1;
      color:rgba(226,109,61,.16);
      font-weight:900;
    }
    .feedback-top{
      display:flex;
      align-items:center;
      gap:12px;
      margin-bottom:12px;
    }
    .avatar{
      width:42px;
      height:42px;
      border-radius:50%;
      display:flex;
      align-items:center;
      justify-content:center;
      background:var(--deep);
      color:#FFE0A3;
      font-weight:900;
    }
    .feedback-name{
      font-weight:900;
      line-height:1.3;
    }
    .feedback-card p{
      margin:0;
      color:var(--muted);
      line-height:1.78;
    }
    .faq-shell{
      background:#FFFDF8;
      border:1px solid var(--line);
      border-radius:30px;
      padding:12px;
      box-shadow:var(--shadow);
    }
    .accordion{
      background:transparent;
      margin:0;
    }
    .accordion-item{
      border-radius:20px;
      overflow:hidden;
      border:1px solid transparent;
    }
    .accordion-item + .accordion-item{margin-top:8px}
    .accordion-title{
      border:0 !important;
      border-radius:20px;
      background:#FFF8EE;
      color:var(--ink);
      font-size:17px;
      font-weight:900;
      padding:18px 54px 18px 20px;
      line-height:1.45;
    }
    .accordion-title:before{
      color:var(--accent);
      font-size:24px;
      margin-top:-13px;
      right:22px;
    }
    .accordion-title:hover,.accordion-title:focus{
      background:#FFF0D4;
      color:var(--accent-dark);
    }
    .accordion-content{
      border:0 !important;
      background:#FFFDF8;
      color:var(--muted);
      padding:4px 20px 20px;
      line-height:1.85;
    }
    .accordion-content p{margin:0}
    .cta-block{
      position:relative;
      overflow:hidden;
      border-radius:34px;
      padding:34px;
      background:
        radial-gradient(circle at 78% 22%, rgba(242,184,75,.22), transparent 30%),
        linear-gradient(135deg,var(--deep),var(--deep-2));
      color:#FFF3DD;
      border:1px solid rgba(242,184,75,.24);
      box-shadow:var(--shadow-strong);
    }
    .cta-grid{
      display:grid;
      grid-template-columns:1.05fr 1.1fr .75fr;
      gap:26px;
      align-items:center;
    }
    .cta-block h2{
      margin:12px 0 12px;
      color:#fff;
      font-size:clamp(26px,3vw,36px);
      line-height:1.25;
      font-weight:950;
      letter-spacing:-.03em;
    }
    .cta-block p{
      margin:0;
      color:#DCC7B0;
      line-height:1.85;
    }
    .cta-steps{
      display:grid;
      gap:10px;
    }
    .cta-step{
      display:flex;
      align-items:center;
      gap:12px;
      padding:12px 14px;
      border-radius:18px;
      background:rgba(255,249,240,.08);
      border:1px solid rgba(255,243,221,.14);
      font-weight:800;
      color:#FCE7CE;
    }
    .cta-step span{
      width:28px;
      height:28px;
      border-radius:10px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      background:var(--amber);
      color:var(--deep);
      font-weight:950;
      flex:0 0 auto;
    }
    .cta-actions{
      display:grid;
      gap:12px;
      justify-items:stretch;
    }
    .cta-actions .btn-primary,.cta-actions .btn-secondary{width:100%}
    .cta-actions .btn-secondary{
      background:rgba(255,249,240,.08);
      color:#FFF3DD;
      border-color:rgba(255,243,221,.22);
    }
    .cta-actions .btn-secondary:hover{
      background:rgba(255,249,240,.14);
      color:#fff;
      border-color:var(--amber);
    }
    .site-footer{
      background:var(--deep);
      color:#FFF3DD;
      padding:54px 0 26px;
      border-top:1px solid rgba(242,184,75,.20);
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.4fr .8fr .8fr;
      gap:34px;
      padding-bottom:34px;
    }
    .footer-brand{
      font-size:24px;
      font-weight:950;
      margin-bottom:10px;
      letter-spacing:-.02em;
    }
    .footer-desc{
      margin:0;
      max-width:520px;
      color:#D7C1AA;
      line-height:1.85;
    }
    .footer-title{
      font-size:15px;
      font-weight:900;
      color:#FFE0A3;
      margin-bottom:12px;
    }
    .footer-links{
      display:grid;
      gap:9px;
    }
    .footer-links a{
      color:#D7C1AA;
      font-weight:700;
    }
    .footer-links a:hover,.footer-links a:focus{
      color:var(--amber);
      transform:translateX(3px);
    }
    .copyright{
      display:flex;
      justify-content:space-between;
      gap:16px;
      padding-top:22px;
      border-top:1px solid rgba(255,243,221,.12);
      color:#BFA995;
      font-size:13px;
      line-height:1.6;
    }
    .focus-ring:focus,
    a:focus-visible,
    button:focus-visible{
      outline:3px solid rgba(242,184,75,.45);
      outline-offset:3px;
    }
    @media screen and (max-width:1023px){
      .desktop-nav{display:none}
      .menu-toggle{display:inline-flex}
      .mobile-panel.is-open{display:block}
      .mobile-card .nav-link,.mobile-card .nav-cta{width:100%;justify-content:center}
      .hero-stage{min-height:auto}
      .hero-inner{padding:42px 26px 300px}
      .hero-note-panel{
        left:26px;
        right:26px;
        bottom:26px;
        width:auto;
      }
      .route-card:nth-child(2){margin-left:0}
      .compare-grid,.process-wrap,.cta-grid{grid-template-columns:1fr}
      .side-note{position:relative;top:auto}
      .feedback-grid{grid-template-columns:1fr 1fr}
      .topic-row{grid-template-columns:64px 1fr}
      .topic-action{grid-column:2;justify-self:start}
      .notice-strip{grid-template-columns:1fr}
      .footer-grid{grid-template-columns:1fr 1fr}
      .copyright{flex-direction:column}
    }
    @media screen and (max-width:639px){
      body{font-size:15.5px}
      .nav-wrap{min-height:70px}
      .brand-mark{width:42px;height:42px;border-radius:14px}
      .brand-text{font-size:18px}
      .brand-sub{font-size:11px}
      .section{padding:58px 0}
      .section-tight{padding:48px 0}
      .hero{padding:24px 0 54px}
      .hero-stage{border-radius:26px}
      .series-bar{
        display:block;
        padding:14px;
      }
      .series-tabs{
        overflow-x:auto;
        flex-wrap:nowrap;
        padding-bottom:2px;
      }
      .series-tab{white-space:nowrap}
      .hero-inner{padding:34px 18px 338px}
      .hero h1{font-size:32px}
      .hero-lead{font-size:16px;line-height:1.82}
      .hero-actions{display:grid}
      .btn-primary,.btn-secondary,.nav-cta{min-height:46px;width:100%}
      .hero-note-panel{left:16px;right:16px;bottom:16px}
      .route-card{
        padding:15px;
        border-radius:20px;
      }
      .route-title{font-size:16px}
      .section-head{
        display:block;
        margin-bottom:22px;
      }
      .compare-card,.topic-board,.side-note,.step-card,.feedback-card,.cta-block{border-radius:22px}
      .compare-grid{gap:16px}
      .topic-board{padding:10px}
      .topic-row{
        grid-template-columns:1fr;
        gap:12px;
        padding:16px;
      }
      .topic-num{
        width:48px;
        height:48px;
        border-radius:16px;
        font-size:17px;
      }
      .topic-action{grid-column:auto;width:100%;text-align:center}
      .step-card{
        grid-template-columns:1fr;
        padding:20px;
      }
      .feedback-grid{grid-template-columns:1fr}
      .faq-shell{padding:8px;border-radius:24px}
      .accordion-title{font-size:16px;padding:16px 48px 16px 16px}
      .cta-block{padding:24px}
      .footer-grid{grid-template-columns:1fr;gap:24px}
    }

/* roulang page: category1 */
:root {
      --paper: #FBF6ED;
      --paper-soft: #FFF9F0;
      --paper-card: #FFFDF8;
      --ink: #221B17;
      --muted: #6F6258;
      --weak: #9B8A7E;
      --line: #E9D8C3;
      --line-strong: #D7B99A;
      --accent: #E26D3D;
      --accent-dark: #C9532A;
      --accent-soft: #FFE2D1;
      --amber: #F2B84B;
      --dark: #2A211D;
      --dark-2: #3A2B25;
      --cream: #FFF3DF;
      --green: #2F8A5B;
      --shadow: 0 18px 40px rgba(75, 45, 20, .10);
      --shadow-hover: 0 24px 52px rgba(75, 45, 20, .16);
      --radius-xl: 28px;
      --radius-lg: 22px;
      --radius-md: 16px;
      --radius-sm: 12px;
      --container: 1200px;
      --ease: all .24s ease;
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      background:
        radial-gradient(circle at 12% 8%, rgba(242, 184, 75, .18), transparent 30%),
        radial-gradient(circle at 88% 16%, rgba(226, 109, 61, .13), transparent 28%),
        linear-gradient(180deg, var(--paper-soft), var(--paper));
      color: var(--ink);
      font-family: system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", sans-serif;
      font-size: 16px;
      line-height: 1.8;
      overflow-x: hidden;
    }

    a {
      color: inherit;
      text-decoration: none;
      transition: var(--ease);
    }

    a:hover,
    a:focus {
      color: var(--accent);
    }

    img {
      max-width: 100%;
      display: block;
    }

    button,
    input,
    textarea,
    select {
      font: inherit;
    }

    button,
    a {
      -webkit-tap-highlight-color: transparent;
    }

    button:focus-visible,
    a:focus-visible,
    input:focus-visible,
    textarea:focus-visible {
      outline: 3px solid rgba(226, 109, 61, .28);
      outline-offset: 3px;
      border-radius: 12px;
    }

    .grid-container {
      max-width: var(--container);
    }

    .site-header {
      position: sticky;
      top: 0;
      z-index: 50;
      background: rgba(42, 33, 29, .96);
      border-bottom: 1px solid rgba(242, 184, 75, .24);
      box-shadow: 0 12px 30px rgba(42, 33, 29, .18);
      backdrop-filter: blur(14px);
    }

    .nav-wrap {
      min-height: 78px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
    }

    .brand {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      color: var(--cream);
      min-width: 238px;
    }

    .brand:hover {
      color: var(--cream);
      transform: translateY(-1px);
    }

    .brand-mark {
      width: 46px;
      height: 46px;
      border-radius: 16px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: linear-gradient(135deg, var(--accent), var(--amber));
      color: var(--dark);
      font-weight: 900;
      font-size: 19px;
      letter-spacing: -.02em;
      box-shadow: 0 10px 24px rgba(226, 109, 61, .34);
    }

    .brand-text {
      display: block;
      font-size: 18px;
      font-weight: 850;
      line-height: 1.2;
      letter-spacing: .01em;
    }

    .brand-sub {
      display: block;
      color: rgba(255, 243, 223, .68);
      font-size: 12px;
      line-height: 1.3;
      margin-top: 3px;
    }

    .desktop-nav {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: 6px;
      flex: 1;
    }

    .nav-link {
      position: relative;
      display: inline-flex;
      align-items: center;
      min-height: 40px;
      padding: 8px 13px;
      border-radius: 999px;
      color: rgba(255, 243, 223, .78);
      font-weight: 700;
      font-size: 14px;
      white-space: nowrap;
    }

    .nav-link:hover {
      color: #fff;
      background: rgba(255, 243, 223, .08);
    }

    .nav-link.active {
      color: var(--dark);
      background: var(--cream);
    }

    .status-badge {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      padding: 8px 12px;
      border-radius: 999px;
      border: 1px solid rgba(242, 184, 75, .32);
      color: #FFE9BD;
      background: rgba(242, 184, 75, .10);
      font-weight: 750;
      font-size: 13px;
      white-space: nowrap;
    }

    .status-badge::before {
      content: "";
      width: 8px;
      height: 8px;
      border-radius: 999px;
      background: var(--amber);
      box-shadow: 0 0 0 5px rgba(242, 184, 75, .13);
    }

    .nav-cta {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 42px;
      padding: 10px 17px;
      border-radius: 999px;
      background: var(--accent);
      color: #fff;
      font-weight: 850;
      font-size: 14px;
      box-shadow: 0 12px 26px rgba(226, 109, 61, .30);
      white-space: nowrap;
    }

    .nav-cta:hover {
      color: #fff;
      background: var(--accent-dark);
      transform: translateY(-2px);
      box-shadow: 0 15px 34px rgba(226, 109, 61, .38);
    }

    .menu-toggle {
      display: none;
      width: 46px;
      height: 46px;
      border: 1px solid rgba(255, 243, 223, .18);
      border-radius: 15px;
      background: rgba(255, 243, 223, .08);
      cursor: pointer;
      align-items: center;
      justify-content: center;
    }

    .hamburger,
    .hamburger::before,
    .hamburger::after {
      display: block;
      width: 20px;
      height: 2px;
      border-radius: 999px;
      background: var(--cream);
      transition: var(--ease);
    }

    .hamburger {
      position: relative;
    }

    .hamburger::before,
    .hamburger::after {
      content: "";
      position: absolute;
      left: 0;
    }

    .hamburger::before {
      top: -7px;
    }

    .hamburger::after {
      top: 7px;
    }

    .menu-toggle.is-open .hamburger {
      background: transparent;
    }

    .menu-toggle.is-open .hamburger::before {
      top: 0;
      transform: rotate(45deg);
    }

    .menu-toggle.is-open .hamburger::after {
      top: 0;
      transform: rotate(-45deg);
    }

    .mobile-panel {
      display: none;
      padding-bottom: 18px;
    }

    .mobile-card {
      display: grid;
      gap: 10px;
      padding: 14px;
      background: rgba(255, 249, 240, .08);
      border: 1px solid rgba(255, 243, 223, .14);
      border-radius: 20px;
    }

    .section {
      padding: 78px 0;
    }

    .section.compact {
      padding: 56px 0;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 7px 12px;
      border-radius: 999px;
      border: 1px solid var(--line);
      background: rgba(255, 253, 248, .78);
      color: var(--accent-dark);
      font-weight: 850;
      font-size: 13px;
      line-height: 1.2;
    }

    .eyebrow::before {
      content: "";
      width: 7px;
      height: 7px;
      border-radius: 99px;
      background: var(--accent);
    }

    .hero {
      padding: 76px 0 54px;
      position: relative;
      overflow: hidden;
    }

    .hero::before {
      content: "";
      position: absolute;
      inset: 36px auto auto 6%;
      width: 120px;
      height: 120px;
      border-radius: 50%;
      background: rgba(242, 184, 75, .16);
      filter: blur(1px);
      z-index: -1;
    }

    .hero-title {
      margin: 18px 0 18px;
      font-size: clamp(31px, 4.3vw, 52px);
      line-height: 1.16;
      font-weight: 900;
      letter-spacing: -.045em;
      color: var(--ink);
    }

    .hero-title .mark-line {
      background: linear-gradient(180deg, transparent 60%, rgba(242, 184, 75, .48) 0);
      padding: 0 .08em;
    }

    .hero-copy {
      max-width: 680px;
      margin: 0 0 24px;
      color: var(--muted);
      font-size: 17px;
      line-height: 1.9;
    }

    .hero-actions,
    .cta-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      align-items: center;
      margin-top: 26px;
    }

    .btn-main,
    .btn-ghost,
    .btn-dark {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      min-height: 48px;
      padding: 12px 20px;
      border-radius: 999px;
      border: 1px solid transparent;
      font-weight: 850;
      line-height: 1.2;
      transition: var(--ease);
      cursor: pointer;
    }

    .btn-main {
      background: var(--accent);
      color: #fff;
      box-shadow: 0 14px 28px rgba(226, 109, 61, .28);
    }

    .btn-main:hover {
      background: var(--accent-dark);
      color: #fff;
      transform: translateY(-2px);
      box-shadow: 0 20px 36px rgba(226, 109, 61, .35);
    }

    .btn-ghost {
      color: var(--ink);
      background: rgba(255, 253, 248, .76);
      border-color: var(--line);
    }

    .btn-ghost:hover {
      color: var(--accent-dark);
      border-color: rgba(226, 109, 61, .55);
      background: #FFF1E8;
      transform: translateY(-2px);
    }

    .btn-dark {
      background: var(--dark);
      color: var(--cream);
      border-color: rgba(255, 243, 223, .14);
    }

    .btn-dark:hover {
      color: #fff;
      background: #17110F;
      transform: translateY(-2px);
    }

    .hero-panel {
      position: relative;
      min-height: 520px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .recommend-stack {
      width: min(100%, 430px);
      display: grid;
      gap: 16px;
      transform: rotate(-1deg);
    }

    .choice-card {
      position: relative;
      border: 1px solid var(--line);
      background: rgba(255, 253, 248, .92);
      border-radius: 24px;
      padding: 18px;
      box-shadow: var(--shadow);
      transition: var(--ease);
    }

    .choice-card:hover {
      transform: translateY(-4px);
      border-color: rgba(226, 109, 61, .45);
      box-shadow: var(--shadow-hover);
    }

    .choice-card.featured {
      margin-left: -20px;
      border-color: rgba(226, 109, 61, .52);
      background: linear-gradient(135deg, #FFFDF8, #FFF0E6);
      transform: rotate(1deg) scale(1.04);
      z-index: 2;
    }

    .corner-tape {
      position: absolute;
      right: 18px;
      top: -10px;
      padding: 5px 11px;
      border-radius: 8px;
      background: var(--amber);
      color: var(--dark);
      font-weight: 900;
      font-size: 12px;
      box-shadow: 0 9px 18px rgba(242, 184, 75, .24);
    }

    .choice-top {
      display: flex;
      justify-content: space-between;
      gap: 12px;
      align-items: flex-start;
      margin-bottom: 10px;
    }

    .choice-title {
      margin: 0;
      font-size: 20px;
      font-weight: 900;
      line-height: 1.35;
    }

    .choice-num {
      color: var(--accent);
      font-weight: 950;
      font-size: 24px;
      line-height: 1;
    }

    .choice-card p {
      margin: 0 0 14px;
      color: var(--muted);
      font-size: 15px;
      line-height: 1.75;
    }

    .mini-tags {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
    }

    .tag {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      padding: 6px 10px;
      border-radius: 999px;
      border: 1px solid var(--line);
      background: #fffaf2;
      color: var(--muted);
      font-size: 12px;
      font-weight: 800;
      line-height: 1.2;
    }

    .tag.hot {
      background: var(--accent-soft);
      border-color: rgba(226, 109, 61, .28);
      color: var(--accent-dark);
    }

    .hero-meta {
      margin-top: 28px;
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 12px;
      max-width: 690px;
    }

    .meta-pill {
      padding: 14px 16px;
      border: 1px solid var(--line);
      background: rgba(255, 253, 248, .68);
      border-radius: 18px;
    }

    .meta-pill b {
      display: block;
      font-size: 20px;
      line-height: 1.2;
      color: var(--ink);
    }

    .meta-pill span {
      display: block;
      margin-top: 4px;
      color: var(--muted);
      font-size: 13px;
      font-weight: 700;
    }

    .section-head {
      margin-bottom: 30px;
    }

    .section-title {
      margin: 12px 0 10px;
      font-size: clamp(25px, 3vw, 34px);
      font-weight: 900;
      line-height: 1.24;
      letter-spacing: -.03em;
    }

    .section-desc {
      max-width: 760px;
      margin: 0;
      color: var(--muted);
      font-size: 16.5px;
      line-height: 1.85;
    }

    .filter-bar {
      display: flex;
      gap: 10px;
      overflow-x: auto;
      padding: 8px 2px 14px;
      scrollbar-width: thin;
      margin-bottom: 24px;
    }

    .filter-pill {
      flex: 0 0 auto;
      border: 1px solid var(--line);
      background: rgba(255, 253, 248, .78);
      color: var(--muted);
      padding: 9px 14px;
      border-radius: 999px;
      font-weight: 850;
      font-size: 14px;
      cursor: pointer;
      transition: var(--ease);
    }

    .filter-pill:hover,
    .filter-pill.is-active {
      color: #fff;
      background: var(--accent);
      border-color: var(--accent);
      box-shadow: 0 12px 24px rgba(226, 109, 61, .18);
    }

    .content-layout {
      align-items: flex-start;
    }

    .featured-note {
      min-height: 100%;
      padding: 26px;
      border-radius: var(--radius-xl);
      background:
        linear-gradient(135deg, rgba(42, 33, 29, .96), rgba(58, 43, 37, .96)),
        var(--dark);
      color: var(--cream);
      box-shadow: var(--shadow);
      position: relative;
      overflow: hidden;
    }

    .featured-note::after {
      content: "";
      position: absolute;
      right: -58px;
      top: -58px;
      width: 170px;
      height: 170px;
      border-radius: 50%;
      background: rgba(242, 184, 75, .20);
    }

    .featured-note .tag {
      border-color: rgba(255, 243, 223, .22);
      background: rgba(255, 243, 223, .10);
      color: #FFE6BA;
    }

    .featured-note h2 {
      margin: 18px 0 12px;
      color: #fff;
      font-size: 30px;
      font-weight: 900;
      line-height: 1.25;
    }

    .featured-note p {
      color: rgba(255, 243, 223, .78);
      margin-bottom: 22px;
    }

    .note-list {
      display: grid;
      gap: 14px;
      margin: 24px 0;
    }

    .note-line {
      display: flex;
      gap: 12px;
      align-items: flex-start;
      padding: 13px 14px;
      border-radius: 16px;
      background: rgba(255, 243, 223, .08);
      border: 1px solid rgba(255, 243, 223, .12);
    }

    .check-dot {
      width: 22px;
      height: 22px;
      flex: 0 0 22px;
      border-radius: 999px;
      background: var(--amber);
      color: var(--dark);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 13px;
      font-weight: 900;
      margin-top: 2px;
    }

    .note-line b {
      display: block;
      color: #fff;
      line-height: 1.35;
    }

    .note-line span {
      display: block;
      color: rgba(255, 243, 223, .68);
      font-size: 13px;
      margin-top: 2px;
    }

    .entry-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 18px;
    }

    .entry-card {
      display: flex;
      flex-direction: column;
      min-height: 245px;
      padding: 20px;
      border-radius: 24px;
      background: rgba(255, 253, 248, .86);
      border: 1px solid var(--line);
      box-shadow: 0 14px 30px rgba(75, 45, 20, .07);
      transition: var(--ease);
      position: relative;
      overflow: hidden;
    }

    .entry-card::before {
      content: "";
      position: absolute;
      top: 0;
      left: 20px;
      right: 20px;
      height: 4px;
      border-radius: 0 0 999px 999px;
      background: var(--amber);
      opacity: .7;
      transition: var(--ease);
    }

    .entry-card:hover {
      transform: translateY(-4px);
      border-color: rgba(226, 109, 61, .62);
      box-shadow: var(--shadow-hover);
    }

    .entry-card:hover::before {
      background: var(--accent);
      opacity: 1;
    }

    .entry-card.wide {
      grid-column: span 2;
      min-height: 220px;
      background: linear-gradient(135deg, #FFFDF8, #FFF3E8);
    }

    .card-head {
      display: flex;
      justify-content: space-between;
      gap: 12px;
      align-items: flex-start;
      margin-bottom: 12px;
    }

    .status {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      padding: 6px 9px;
      border-radius: 999px;
      background: rgba(47, 138, 91, .10);
      color: var(--green);
      font-size: 12px;
      font-weight: 900;
      white-space: nowrap;
    }

    .status.warn {
      background: rgba(242, 184, 75, .16);
      color: #8A5B00;
    }

    .status.new {
      background: var(--accent-soft);
      color: var(--accent-dark);
    }

    .entry-card h3 {
      margin: 0 0 10px;
      font-size: 20px;
      font-weight: 900;
      line-height: 1.35;
    }

    .entry-card p {
      margin: 0 0 16px;
      color: var(--muted);
      font-size: 15px;
      line-height: 1.78;
    }

    .card-foot {
      margin-top: auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      padding-top: 14px;
      border-top: 1px dashed var(--line);
    }

    .tiny-link {
      color: var(--accent-dark);
      font-weight: 900;
      font-size: 14px;
    }

    .tiny-link:hover {
      color: var(--ink);
      transform: translateX(3px);
    }

    .aside-note {
      position: sticky;
      top: 100px;
      padding: 22px;
      border-radius: 24px;
      background: #FFF2D2;
      border: 1px solid rgba(242, 184, 75, .48);
      box-shadow: 0 16px 34px rgba(75, 45, 20, .08);
    }

    .aside-note h3 {
      margin: 0 0 12px;
      font-size: 20px;
      font-weight: 900;
    }

    .aside-note p {
      margin: 0 0 14px;
      color: var(--muted);
      font-size: 15px;
    }

    .aside-list {
      list-style: none;
      padding: 0;
      margin: 0;
      display: grid;
      gap: 10px;
    }

    .aside-list li {
      display: flex;
      gap: 9px;
      align-items: flex-start;
      padding: 10px 0;
      border-top: 1px solid rgba(215, 185, 154, .58);
      color: var(--ink);
      font-weight: 750;
      line-height: 1.55;
    }

    .aside-list li::before {
      content: "";
      width: 8px;
      height: 8px;
      flex: 0 0 8px;
      border-radius: 99px;
      background: var(--accent);
      margin-top: 9px;
    }

    .process-wrap {
      border: 1px solid var(--line);
      border-radius: var(--radius-xl);
      background: rgba(255, 253, 248, .72);
      box-shadow: var(--shadow);
      padding: 28px;
      position: relative;
      overflow: hidden;
    }

    .process-wrap::before {
      content: "";
      position: absolute;
      left: 44px;
      top: 98px;
      bottom: 34px;
      width: 2px;
      background: linear-gradient(var(--accent), rgba(242, 184, 75, .2));
    }

    .step-item {
      position: relative;
      display: grid;
      grid-template-columns: 72px 1fr;
      gap: 18px;
      padding: 18px 0;
      border-bottom: 1px dashed var(--line);
    }

    .step-item:last-child {
      border-bottom: none;
    }

    .step-num {
      position: relative;
      z-index: 1;
      width: 58px;
      height: 58px;
      border-radius: 20px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      background: var(--accent);
      font-weight: 950;
      box-shadow: 0 14px 26px rgba(226, 109, 61, .22);
    }

    .step-item h3 {
      margin: 0 0 6px;
      font-size: 20px;
      font-weight: 900;
    }

    .step-item p {
      margin: 0;
      color: var(--muted);
      line-height: 1.8;
    }

    .quick-box {
      padding: 24px;
      border-radius: var(--radius-xl);
      background: linear-gradient(135deg, #FFF8EC, #FFEADF);
      border: 1px solid rgba(226, 109, 61, .24);
      box-shadow: 0 16px 34px rgba(75, 45, 20, .08);
    }

    .quick-box h3 {
      font-size: 22px;
      font-weight: 900;
      margin: 0 0 12px;
    }

    .mini-form {
      display: grid;
      gap: 12px;
      margin-top: 16px;
    }

    .mini-form label {
      color: var(--ink);
      font-weight: 850;
      font-size: 14px;
      margin-bottom: 4px;
    }

    .mini-form input,
    .mini-form textarea,
    .mini-form select {
      width: 100%;
      border-radius: 16px;
      border: 1px solid var(--line);
      background: var(--paper-card);
      min-height: 48px;
      padding: 11px 14px;
      box-shadow: none;
      color: var(--ink);
      transition: var(--ease);
      margin: 0;
    }

    .mini-form textarea {
      min-height: 96px;
      resize: vertical;
    }

    .mini-form input:focus,
    .mini-form textarea:focus,
    .mini-form select:focus {
      border-color: var(--accent);
      box-shadow: 0 0 0 4px rgba(226, 109, 61, .12);
      background: #fff;
    }

    .form-tip {
      color: var(--muted);
      font-size: 13px;
      line-height: 1.65;
      margin: 2px 0 0;
    }

    .compare-strip {
      display: grid;
      grid-template-columns: 1.15fr .85fr;
      gap: 22px;
      align-items: stretch;
    }

    .compare-card {
      border-radius: var(--radius-xl);
      background: var(--paper-card);
      border: 1px solid var(--line);
      padding: 24px;
      box-shadow: var(--shadow);
    }

    .compare-card h3 {
      margin: 0 0 14px;
      font-size: 22px;
      font-weight: 900;
    }

    .compare-row {
      display: grid;
      grid-template-columns: 120px 1fr;
      gap: 14px;
      padding: 13px 0;
      border-top: 1px dashed var(--line);
    }

    .compare-row b {
      color: var(--ink);
    }

    .compare-row span {
      color: var(--muted);
    }

    .quote-wall {
      display: grid;
      gap: 14px;
    }

    .quote-card {
      padding: 17px 18px;
      border-radius: 20px;
      border: 1px solid var(--line);
      background: rgba(255, 253, 248, .82);
      box-shadow: 0 12px 26px rgba(75, 45, 20, .06);
    }

    .quote-card p {
      margin: 0 0 10px;
      color: var(--ink);
      font-weight: 750;
      line-height: 1.7;
    }

    .quote-name {
      display: flex;
      align-items: center;
      justify-content: space-between;
      color: var(--muted);
      font-size: 13px;
      font-weight: 800;
    }

    .avatar {
      width: 28px;
      height: 28px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 999px;
      background: var(--dark);
      color: var(--cream);
      font-weight: 900;
      margin-right: 8px;
    }

    .faq-shell {
      border: 1px solid var(--line);
      border-radius: var(--radius-xl);
      background: rgba(255, 253, 248, .86);
      box-shadow: var(--shadow);
      padding: 12px;
    }

    .accordion {
      background: transparent;
      margin: 0;
    }

    .accordion-item {
      border-bottom: 1px solid var(--line);
    }

    .accordion-item:last-child {
      border-bottom: 0;
    }

    .accordion-title {
      position: relative;
      padding: 20px 54px 20px 18px;
      border: 0;
      color: var(--ink);
      font-weight: 900;
      font-size: 17px;
      line-height: 1.55;
      background: transparent;
    }

    .accordion-title:hover,
    .accordion-title:focus {
      background: #FFF3E9;
      color: var(--accent-dark);
    }

    .accordion-title::before {
      right: 18px;
      color: var(--accent);
      font-weight: 900;
      font-size: 22px;
      margin-top: -13px;
    }

    .accordion-content {
      border: 0;
      background: #FFFDF8;
      color: var(--muted);
      padding: 0 18px 20px;
      line-height: 1.85;
    }

    .cta-block {
      position: relative;
      overflow: hidden;
      border-radius: 32px;
      padding: 34px;
      background:
        radial-gradient(circle at 86% 10%, rgba(242, 184, 75, .26), transparent 30%),
        linear-gradient(135deg, var(--dark), var(--dark-2));
      color: var(--cream);
      box-shadow: 0 22px 50px rgba(42, 33, 29, .22);
    }

    .cta-block h2 {
      margin: 0 0 12px;
      color: #fff;
      font-size: clamp(26px, 3vw, 36px);
      font-weight: 950;
      line-height: 1.25;
    }

    .cta-block p {
      margin: 0;
      color: rgba(255, 243, 223, .78);
      max-width: 660px;
    }

    .cta-steps {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 14px;
      margin-top: 26px;
    }

    .cta-step {
      padding: 16px;
      border-radius: 18px;
      background: rgba(255, 243, 223, .08);
      border: 1px solid rgba(255, 243, 223, .13);
    }

    .cta-step b {
      display: block;
      color: var(--amber);
      font-size: 13px;
      margin-bottom: 6px;
    }

    .cta-step span {
      color: rgba(255, 243, 223, .84);
      font-weight: 760;
      line-height: 1.55;
    }

    .site-footer {
      padding: 54px 0 28px;
      background: var(--dark);
      color: var(--cream);
      margin-top: 28px;
    }

    .footer-grid {
      display: grid;
      grid-template-columns: 1.35fr .75fr .75fr;
      gap: 34px;
      padding-bottom: 30px;
      border-bottom: 1px solid rgba(255, 243, 223, .14);
    }

    .footer-brand {
      font-size: 23px;
      font-weight: 950;
      margin-bottom: 10px;
      color: #fff;
    }

    .footer-desc {
      margin: 0;
      max-width: 520px;
      color: rgba(255, 243, 223, .68);
      line-height: 1.85;
    }

    .footer-title {
      color: #fff;
      font-weight: 900;
      margin-bottom: 12px;
    }

    .footer-links {
      display: grid;
      gap: 8px;
    }

    .footer-links a {
      color: rgba(255, 243, 223, .70);
      font-weight: 700;
    }

    .footer-links a:hover {
      color: var(--amber);
      transform: translateX(3px);
    }

    .copyright {
      padding-top: 20px;
      display: flex;
      justify-content: space-between;
      gap: 16px;
      flex-wrap: wrap;
      color: rgba(255, 243, 223, .52);
      font-size: 13px;
    }

    @media (max-width: 1023px) {
      .desktop-nav {
        display: none;
      }

      .menu-toggle {
        display: inline-flex;
      }

      .mobile-panel.is-open {
        display: block;
      }

      .mobile-card .nav-link,
      .mobile-card .nav-cta {
        width: 100%;
        justify-content: center;
      }

      .mobile-card .nav-link {
        border: 1px solid rgba(255, 243, 223, .12);
        background: rgba(255, 243, 223, .06);
      }

      .mobile-card .nav-link.active {
        background: var(--cream);
        color: var(--dark);
      }

      .hero {
        padding-top: 56px;
      }

      .hero-panel {
        min-height: auto;
        margin-top: 34px;
      }

      .recommend-stack {
        width: 100%;
        max-width: 560px;
        transform: none;
      }

      .choice-card.featured {
        margin-left: 0;
        transform: none;
      }

      .hero-meta {
        grid-template-columns: 1fr;
      }

      .entry-grid {
        grid-template-columns: 1fr;
      }

      .entry-card.wide {
        grid-column: span 1;
      }

      .aside-note {
        position: static;
        margin-top: 20px;
      }

      .compare-strip {
        grid-template-columns: 1fr;
      }

      .cta-steps {
        grid-template-columns: 1fr;
      }

      .footer-grid {
        grid-template-columns: 1fr;
      }
    }

    @media (max-width: 639px) {
      body {
        font-size: 15.5px;
      }

      .nav-wrap {
        min-height: 70px;
      }

      .brand {
        min-width: 0;
      }

      .brand-mark {
        width: 42px;
        height: 42px;
        border-radius: 14px;
      }

      .brand-text {
        font-size: 16px;
      }

      .brand-sub {
        max-width: 160px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
      }

      .hero {
        padding: 44px 0 38px;
      }

      .section {
        padding: 54px 0;
      }

      .section.compact {
        padding: 42px 0;
      }

      .hero-title {
        font-size: 32px;
      }

      .hero-copy,
      .section-desc {
        font-size: 15.8px;
      }

      .hero-actions,
      .cta-actions {
        display: grid;
        grid-template-columns: 1fr;
      }

      .btn-main,
      .btn-ghost,
      .btn-dark {
        width: 100%;
        min-height: 48px;
      }

      .choice-card,
      .featured-note,
      .entry-card,
      .process-wrap,
      .quick-box,
      .compare-card,
      .cta-block {
        border-radius: 22px;
      }

      .featured-note,
      .process-wrap,
      .quick-box,
      .compare-card,
      .cta-block {
        padding: 20px;
      }

      .featured-note h2 {
        font-size: 25px;
      }

      .step-item {
        grid-template-columns: 52px 1fr;
        gap: 14px;
      }

      .step-num {
        width: 46px;
        height: 46px;
        border-radius: 16px;
      }

      .process-wrap::before {
        left: 43px;
        top: 98px;
      }

      .compare-row {
        grid-template-columns: 1fr;
        gap: 4px;
      }

      .footer-grid {
        gap: 24px;
      }

      .copyright {
        display: grid;
      }
    }
