/* roulang page: index */
:root{
      --bg:#fff7ed;
      --bg-soft:#fffaf4;
      --paper:#ffffff;
      --paper-warm:#fffbeb;
      --text:#2b1b12;
      --muted:#7c6252;
      --weak:#a18474;
      --line:#f1d8c6;
      --line-strong:#f4b37c;
      --primary:#f97316;
      --primary-dark:#c8510d;
      --accent:#fb7185;
      --accent-dark:#e11d48;
      --amber:#f59e0b;
      --radius-sm:14px;
      --radius:24px;
      --radius-lg:34px;
      --shadow:0 18px 55px rgba(194, 90, 23, .13);
      --shadow-hover:0 24px 70px rgba(194, 90, 23, .22);
      --focus:0 0 0 4px rgba(249,115,22,.18);
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:PingFang SC,Microsoft YaHei,Noto Sans SC,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;
      color:var(--text);
      background:
        radial-gradient(circle at 18% 4%, rgba(249,115,22,.16), transparent 32rem),
        radial-gradient(circle at 84% 18%, rgba(251,113,133,.12), transparent 28rem),
        linear-gradient(180deg,#fffaf4 0%,#fff7ed 48%,#fffaf4 100%);
      line-height:1.75;
      overflow-x:hidden;
    }
    body:before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      opacity:.38;
      background-image:
        radial-gradient(rgba(120,74,37,.10) .7px, transparent .7px);
      background-size:18px 18px;
      z-index:-1;
    }
    a{color:inherit;text-decoration:none}
    img{max-width:100%;display:block}
    button,input{font:inherit}
    button{border:0;cursor:pointer;background:none}
    :focus-visible{outline:none;box-shadow:var(--focus)}
    .site-container{width:min(1180px, calc(100% - 40px));margin-inline:auto}
    .top-note{
      background:linear-gradient(90deg,#ffedd5,#fff7ed,#ffe4e6);
      color:#6b3412;
      border-bottom:1px solid rgba(249,115,22,.18);
      font-size:13px;
    }
    .site-header{
      position:sticky;top:0;z-index:50;
      background:rgba(255,250,244,.92);
      backdrop-filter:blur(18px);
      border-bottom:1px solid rgba(241,216,198,.82);
      box-shadow:0 8px 30px rgba(120,62,20,.06);
    }
    .nav-wrap{height:74px;display:flex;align-items:center;justify-content:space-between;gap:18px}
    .brand{display:flex;align-items:center;gap:10px;min-width:max-content;font-weight:900;letter-spacing:-.03em}
    .brand-mark{
      width:42px;height:42px;border-radius:16px;
      display:grid;place-items:center;
      color:white;
      background:linear-gradient(135deg,var(--primary),var(--accent));
      box-shadow:0 12px 28px rgba(249,115,22,.27);
      position:relative;
      overflow:hidden;
    }
    .brand-mark:before,.brand-mark:after{
      content:"";position:absolute;top:50%;width:9px;height:9px;border-radius:50%;background:#fff7ed;transform:translateY(-50%);
    }
    .brand-mark:before{left:-4px}.brand-mark:after{right:-4px}
    .brand-name{font-size:18px;color:var(--text);white-space:nowrap}
    .desktop-nav{display:flex;align-items:center;gap:6px}
    .nav-link{
      padding:10px 14px;border-radius:999px;
      color:#5f4637;font-weight:700;font-size:15px;
      transition:.22s ease;
    }
    .nav-link:hover{background:#ffedd5;color:var(--primary-dark)}
    .nav-link.active{background:linear-gradient(135deg,#fed7aa,#ffe4e6);color:#8a350b}
    .nav-actions{display:flex;align-items:center;gap:12px}
    .search{
      width:245px;height:44px;border-radius:999px;border:1px solid var(--line);
      background:white;padding:0 16px;color:var(--text);
      transition:.22s ease;
      box-shadow:0 8px 24px rgba(120,62,20,.04);
    }
    .search:hover,.search:focus{border-color:var(--line-strong);box-shadow:var(--focus)}
    .btn{
      display:inline-flex;align-items:center;justify-content:center;gap:8px;
      min-height:46px;padding:12px 20px;border-radius:999px;
      font-weight:800;letter-spacing:-.01em;
      transition:.22s ease;
      white-space:nowrap;
    }
    .btn-primary{
      background:linear-gradient(135deg,var(--primary),var(--accent));
      color:#fffaf4;
      box-shadow:0 14px 30px rgba(249,115,22,.28);
    }
    .btn-primary:hover{transform:translateY(-2px);filter:brightness(1.04);box-shadow:var(--shadow-hover)}
    .btn-secondary{
      background:#fffaf4;color:#7c3511;border:1px solid #f6bc88;
      box-shadow:0 10px 24px rgba(120,62,20,.06);
    }
    .btn-secondary:hover{background:#ffedd5;transform:translateY(-1px)}
    .btn-ghost{
      background:rgba(255,255,255,.66);border:1px solid rgba(241,216,198,.9);color:#5f4637;
    }
    .btn-ghost:hover{border-color:#f6bc88;background:#fff7ed}
    .mobile-toggle{display:none;width:44px;height:44px;border-radius:14px;background:#fff7ed;border:1px solid var(--line);color:#7c3511}
    .mobile-panel{display:none;border-top:1px solid var(--line);padding:12px 0 18px}
    .section{padding:88px 0}
    .section-tight{padding:64px 0}
    .eyebrow{
      display:inline-flex;align-items:center;gap:8px;padding:7px 12px;border-radius:999px;
      color:#8a350b;background:#ffedd5;border:1px solid #fed7aa;
      font-weight:800;font-size:13px;
    }
    .section-title{font-size:clamp(28px,4vw,42px);line-height:1.16;font-weight:900;letter-spacing:-.04em;color:var(--text)}
    .section-desc{margin-top:14px;color:var(--muted);font-size:17px;max-width:760px}
    .hero{padding:52px 0 82px;position:relative;overflow:hidden}
    .hero-board{
      border:1px solid rgba(241,216,198,.9);
      border-radius:38px;
      background:
        linear-gradient(135deg,rgba(255,255,255,.88),rgba(255,247,237,.82)),
        radial-gradient(circle at 50% 0, rgba(249,115,22,.22), transparent 34rem);
      box-shadow:var(--shadow);
      padding:34px;
      position:relative;
    }
    .hero-board:before,.ticket-card:before{
      content:"";
      position:absolute;inset:0;
      background-image:linear-gradient(90deg, transparent 0 49%, rgba(194,90,23,.09) 49% 50%, transparent 50% 100%);
      background-size:34px 100%;
      opacity:.2;pointer-events:none;border-radius:inherit;
    }
    .hero h1{
      font-size:clamp(34px,6vw,64px);
      line-height:1.04;
      font-weight:950;
      letter-spacing:-.055em;
      max-width:850px;
    }
    .gradient-text{background:linear-gradient(135deg,#ea580c,#fb7185);-webkit-background-clip:text;background-clip:text;color:transparent}
    .hero-intro{font-size:18px;color:#6f5142;max-width:780px;margin-top:18px}
    .progress-ring{
      width:168px;height:168px;border-radius:50%;
      background:conic-gradient(var(--primary) 0 74%, #fee2d0 74% 100%);
      display:grid;place-items:center;
      box-shadow:0 18px 36px rgba(249,115,22,.22);
      position:relative;
    }
    .progress-ring:after{
      content:"";position:absolute;inset:15px;border-radius:50%;
      background:linear-gradient(180deg,#fffaf4,#fff);
      box-shadow:inset 0 0 0 1px rgba(241,216,198,.9);
    }
    .progress-ring span{position:relative;z-index:1;text-align:center;font-weight:900;color:#7c2d12}
    .tier-mini{
      position:relative;border:1px dashed #f4b37c;border-radius:22px;background:rgba(255,255,255,.74);
      padding:14px;transition:.22s ease;
    }
    .tier-mini:hover{transform:translateY(-3px);border-color:var(--primary);box-shadow:0 14px 28px rgba(249,115,22,.13)}
    .hero-pill{display:flex;align-items:center;gap:8px;padding:9px 12px;border-radius:999px;background:white;border:1px solid var(--line);color:#745446;font-weight:700;font-size:13px}
    .stage-card,.content-card,.ticket-card,.bubble,.faq-item,.news-card,.compare-card{
      border:1px solid rgba(241,216,198,.92);
      background:rgba(255,255,255,.78);
      border-radius:var(--radius);
      box-shadow:0 14px 40px rgba(120,62,20,.07);
      transition:.22s ease;
    }
    .content-card:hover,.ticket-card:hover,.news-card:hover,.compare-card:hover{
      transform:translateY(-4px);border-color:#f4b37c;box-shadow:var(--shadow-hover)
    }
    .ticket-card{position:relative;overflow:hidden}
    .ticket-card:after{
      content:"";position:absolute;left:22px;right:22px;bottom:0;border-bottom:1px dashed rgba(249,115,22,.35)
    }
    .notch:before,.notch:after{
      content:"";position:absolute;top:50%;width:24px;height:24px;border-radius:50%;background:var(--bg);transform:translateY(-50%);z-index:2
    }
    .notch:before{left:-12px}.notch:after{right:-12px}
    .badge{display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:6px 10px;background:#ffedd5;color:#8a350b;font-size:12px;font-weight:900}
    .badge-coral{background:#ffe4e6;color:#9f1239}
    .stage-window{
      min-height:380px;border-radius:34px;border:1px solid rgba(241,216,198,.9);
      background:
        radial-gradient(circle at 25% 20%,rgba(251,113,133,.16),transparent 18rem),
        radial-gradient(circle at 82% 40%,rgba(249,115,22,.18),transparent 20rem),
        linear-gradient(135deg,#fff,#fff7ed);
      box-shadow:var(--shadow);
      position:relative;overflow:hidden;
    }
    .matrix-cell{
      border-radius:18px;background:rgba(255,255,255,.72);border:1px solid rgba(241,216,198,.9);
      padding:14px;min-height:86px;
    }
    .step-num{
      width:44px;height:44px;border-radius:16px;display:grid;place-items:center;
      background:linear-gradient(135deg,var(--primary),var(--accent));color:white;font-weight:950;
      box-shadow:0 10px 22px rgba(249,115,22,.24);
    }
    .avatar{
      width:42px;height:42px;border-radius:50%;
      display:grid;place-items:center;
      color:white;font-weight:900;
      border:3px solid #fffaf4;
      box-shadow:0 8px 18px rgba(120,62,20,.12);
      margin-left:-10px;
    }
    .avatar:first-child{margin-left:0}
    .bubble{padding:14px 16px;font-size:14px;color:#5f4637}
    .bubble:hover{transform:translateY(-3px) scale(1.02)}
    .bubble-soft{background:#fff7ed}.bubble-hot{background:#ffe4e6}.bubble-amber{background:#ffedd5}
    .progress-bar{height:10px;border-radius:999px;background:#fee2d0;overflow:hidden}
    .progress-bar i{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,var(--primary),var(--accent))}
    .rank-list li{display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;padding:14px 0;border-bottom:1px solid rgba(241,216,198,.9)}
    .rank-list li:last-child{border-bottom:0}
    .rank-no{width:30px;height:30px;border-radius:12px;background:#ffedd5;color:#8a350b;font-weight:950;display:grid;place-items:center}
    .news-list a{
      display:grid;grid-template-columns:1fr auto;gap:18px;padding:17px 0;border-bottom:1px solid rgba(241,216,198,.9);
      transition:.2s ease;
    }
    .news-list a:hover{color:var(--primary-dark);padding-left:8px}
    .news-list a:last-child{border-bottom:0}
    .faq-button{width:100%;display:flex;align-items:center;justify-content:space-between;gap:20px;text-align:left;padding:22px;font-weight:900;color:var(--text)}
    .faq-answer{display:none;padding:0 22px 22px;color:var(--muted)}
    .faq-item.open .faq-answer{display:block}
    .faq-icon{width:30px;height:30px;border-radius:50%;background:#ffedd5;color:#8a350b;display:grid;place-items:center;flex:0 0 auto}
    .faq-item.open .faq-icon{background:linear-gradient(135deg,var(--primary),var(--accent));color:white}
    .cta-panel{
      border-radius:38px;
      background:
        radial-gradient(circle at 78% 20%,rgba(255,255,255,.28),transparent 16rem),
        linear-gradient(135deg,#ea580c,#fb7185);
      color:#fffaf4;
      box-shadow:0 25px 75px rgba(225,29,72,.2);
      position:relative;overflow:hidden;
    }
    .cta-panel:before,.cta-panel:after{
      content:"";position:absolute;top:50%;width:38px;height:38px;border-radius:50%;background:var(--bg);transform:translateY(-50%);
    }
    .cta-panel:before{left:-19px}.cta-panel:after{right:-19px}
    .footer{
      background:#24140d;color:#d7c0b0;padding:58px 0 28px;
    }
    .footer a{color:#f4d0b8;transition:.2s ease}
    .footer a:hover{color:#fff7ed}
    .footer-brand .brand-mark{width:40px;height:40px}
    .footer-line{border-top:1px solid rgba(255,237,213,.12);margin-top:36px;padding-top:20px;color:#b89d8c;font-size:13px}
    .float-cta{
      position:fixed;left:50%;bottom:18px;transform:translateX(-50%);
      z-index:45;display:none;gap:8px;padding:8px;border-radius:999px;
      background:rgba(255,250,244,.94);border:1px solid var(--line);
      box-shadow:0 18px 40px rgba(120,62,20,.16);backdrop-filter:blur(14px)
    }
    @media (max-width:1024px){
      .desktop-nav,.nav-actions{display:none}
      .mobile-toggle{display:grid;place-items:center}
      .mobile-panel.open{display:block}
      .mobile-panel .nav-link{display:block;margin:6px 0;padding:12px 14px}
      .mobile-panel .search{width:100%;margin:10px 0}
      .hero-board{padding:24px;border-radius:30px}
      .section{padding:72px 0}
    }
    @media (max-width:768px){
      .site-container{width:min(100% - 28px,1180px)}
      .top-note{font-size:12px}
      .brand-name{font-size:15px;max-width:230px;overflow:hidden;text-overflow:ellipsis}
      .nav-wrap{height:66px}
      .hero{padding:34px 0 62px}
      .hero h1{font-size:38px}
      .hero-intro{font-size:16px}
      .progress-ring{width:132px;height:132px}
      .stage-window{min-height:auto}
      .section-title{font-size:30px}
      .news-list a{grid-template-columns:1fr}
      .float-cta{display:flex}
      .float-cta .btn{min-height:40px;padding:9px 14px;font-size:13px}
    }
    @media (max-width:520px){
      .brand-mark{width:38px;height:38px;border-radius:14px}
      .brand-name{max-width:180px}
      .hero-board{padding:18px;border-radius:24px}
      .btn{width:100%;padding:12px 16px}
      .hero-actions{width:100%}
      .section{padding:56px 0}
      .cta-panel{border-radius:28px}
    }

/* roulang page: category1 */
:root{
      --bg:#fff8ed;
      --bg-soft:#fff1dc;
      --paper:#fffaf3;
      --paper-2:#fff4e5;
      --text:#2f2118;
      --muted:#7b6657;
      --muted-2:#9b8474;
      --line:#ead8c3;
      --line-strong:#e7bd86;
      --primary:#f08a24;
      --primary-2:#ff6b4a;
      --accent:#d94d72;
      --accent-soft:#ffe1e8;
      --brown:#3b261a;
      --brown-2:#4b3021;
      --green:#6b8b58;
      --warning:#fff0ca;
      --radius-sm:14px;
      --radius:24px;
      --radius-lg:32px;
      --shadow:0 18px 48px rgba(129,72,24,.13);
      --shadow-hover:0 24px 58px rgba(176,91,19,.19);
      --focus:0 0 0 4px rgba(240,138,36,.18);
      --container:1160px;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:PingFang SC,Microsoft YaHei,Noto Sans SC,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;
      color:var(--text);
      background:
        radial-gradient(circle at 10% 0%, rgba(255,183,84,.26), transparent 28%),
        radial-gradient(circle at 92% 18%, rgba(217,77,114,.12), transparent 24%),
        linear-gradient(180deg,#fffaf3 0%,var(--bg) 44%,#fffaf3 100%);
      line-height:1.75;
      overflow-x:hidden;
    }
    body:before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      opacity:.45;
      background-image:
        radial-gradient(rgba(126,79,39,.12) .7px, transparent .7px);
      background-size:18px 18px;
      z-index:-1;
    }
    a{color:inherit;text-decoration:none}
    img,svg{max-width:100%;display:block}
    button,input{font:inherit}
    input[type="search"]::-webkit-search-cancel-button{appearance:none}
    .site-container{
      width:min(var(--container), calc(100% - 40px));
      margin-inline:auto;
    }
    .site-header{
      position:sticky;
      top:0;
      z-index:50;
      background:rgba(255,250,243,.94);
      backdrop-filter:blur(16px);
      border-bottom:1px solid rgba(234,216,195,.86);
      box-shadow:0 8px 24px rgba(75,48,33,.05);
    }
    .nav-wrap{
      height:76px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:22px;
    }
    .brand{
      display:inline-flex;
      align-items:center;
      gap:10px;
      min-width:0;
      font-weight:900;
      letter-spacing:-.02em;
      color:var(--brown);
    }
    .brand-mark{
      width:38px;
      height:38px;
      border-radius:14px;
      display:grid;
      place-items:center;
      color:#fffaf0;
      background:linear-gradient(135deg,var(--primary),var(--primary-2));
      box-shadow:0 10px 22px rgba(240,138,36,.28);
      flex:0 0 auto;
      position:relative;
    }
    .brand-mark:after{
      content:"";
      position:absolute;
      inset:7px;
      border:1px dashed rgba(255,255,255,.58);
      border-radius:10px;
    }
    .brand-name{
      font-size:18px;
      white-space:nowrap;
      overflow:hidden;
      text-overflow:ellipsis;
      max-width:280px;
    }
    .desktop-nav{
      display:flex;
      align-items:center;
      gap:6px;
      padding:6px;
      background:rgba(255,244,229,.72);
      border:1px solid rgba(234,216,195,.75);
      border-radius:999px;
    }
    .nav-link{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-height:38px;
      padding:0 16px;
      border-radius:999px;
      color:var(--muted);
      font-weight:800;
      font-size:14px;
      transition:background .2s ease,color .2s ease,transform .2s ease,box-shadow .2s ease;
    }
    .nav-link:hover{
      color:var(--brown);
      background:rgba(255,255,255,.78);
      transform:translateY(-1px);
    }
    .nav-link.active{
      color:#fffaf0;
      background:linear-gradient(135deg,var(--primary),var(--primary-2));
      box-shadow:0 10px 22px rgba(240,138,36,.22);
    }
    .nav-actions{
      display:flex;
      align-items:center;
      gap:12px;
    }
    .search{
      width:245px;
      height:42px;
      border:1px solid var(--line);
      border-radius:999px;
      background:#fffdf8;
      color:var(--text);
      outline:none;
      padding:0 16px;
      transition:border-color .2s ease,box-shadow .2s ease,background .2s ease;
    }
    .search::placeholder{color:var(--muted-2)}
    .search:hover,.search:focus{
      border-color:var(--primary);
      box-shadow:var(--focus);
      background:#fff;
    }
    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      min-height:44px;
      padding:0 19px;
      border-radius:999px;
      font-weight:900;
      border:1px solid transparent;
      transition:transform .2s ease,box-shadow .2s ease,filter .2s ease,background .2s ease,border-color .2s ease;
      white-space:nowrap;
    }
    .btn:focus-visible,.nav-link:focus-visible,.brand:focus-visible,.mobile-toggle:focus-visible,.faq-trigger:focus-visible{
      outline:none;
      box-shadow:var(--focus);
    }
    .btn-primary{
      color:#fffaf0;
      background:linear-gradient(135deg,var(--primary),var(--primary-2));
      box-shadow:0 12px 24px rgba(240,138,36,.28);
    }
    .btn-primary:hover{
      transform:translateY(-2px);
      filter:brightness(1.04);
      box-shadow:0 18px 34px rgba(240,138,36,.34);
    }
    .btn-secondary{
      color:var(--brown);
      background:#fffaf3;
      border-color:var(--line-strong);
    }
    .btn-secondary:hover{
      background:#fff0da;
      transform:translateY(-2px);
    }
    .mobile-toggle{
      display:none;
      width:44px;
      height:44px;
      border:1px solid var(--line);
      border-radius:16px;
      color:var(--brown);
      background:#fffaf3;
      align-items:center;
      justify-content:center;
    }
    .mobile-panel{
      display:none;
      padding:0 0 18px;
      border-top:1px solid rgba(234,216,195,.72);
    }
    .mobile-panel.open{display:block}
    .mobile-panel nav{
      display:grid;
      gap:8px;
      padding:14px 0;
    }
    .top-note{
      background:var(--warning);
      border-bottom:1px solid rgba(218,168,91,.45);
      color:#5a3a20;
      font-size:13px;
    }
    .page-hero{
      padding:34px 0 28px;
      border-bottom:1px solid rgba(234,216,195,.72);
      background:
        linear-gradient(90deg,rgba(255,246,232,.95),rgba(255,234,207,.78),rgba(255,250,243,.93));
    }
    .kicker{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:7px 12px;
      border-radius:999px;
      border:1px solid rgba(240,138,36,.24);
      color:#8b4b12;
      background:rgba(255,255,255,.7);
      font-size:13px;
      font-weight:900;
    }
    .hero-title{
      margin:16px 0 12px;
      max-width:930px;
      font-size:clamp(32px,5vw,58px);
      line-height:1.08;
      letter-spacing:-.05em;
      font-weight:950;
      color:var(--brown);
    }
    .hero-desc{
      max-width:780px;
      font-size:18px;
      color:var(--muted);
      line-height:1.85;
    }
    .hero-grid{
      margin-top:26px;
      display:grid;
      grid-template-columns:1.08fr .92fr;
      gap:22px;
      align-items:stretch;
    }
    .filter-strip,.side-panel,.content-card,.cta-panel,.faq-card,.rule-chip,.proof-box{
      background:rgba(255,250,243,.86);
      border:1px solid var(--line);
      box-shadow:var(--shadow);
    }
    .filter-strip{
      border-radius:var(--radius-lg);
      padding:22px;
      position:relative;
      overflow:hidden;
    }
    .filter-strip:before,.content-card:before,.cta-panel:before{
      content:"";
      position:absolute;
      top:50%;
      width:22px;
      height:44px;
      background:var(--bg);
      border:1px solid var(--line);
      border-radius:999px;
      transform:translateY(-50%);
    }
    .filter-strip:before,.content-card:before,.cta-panel:before{left:-12px}
    .filter-strip:after,.content-card:after,.cta-panel:after{
      content:"";
      position:absolute;
      top:50%;
      right:-12px;
      width:22px;
      height:44px;
      background:var(--bg);
      border:1px solid var(--line);
      border-radius:999px;
      transform:translateY(-50%);
    }
    .strip-row{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:14px;
    }
    .pill{
      display:inline-flex;
      align-items:center;
      gap:6px;
      padding:9px 13px;
      border:1px solid var(--line);
      border-radius:999px;
      background:#fffdf8;
      color:var(--muted);
      font-size:14px;
      font-weight:800;
      transition:transform .2s ease,border-color .2s ease,background .2s ease,color .2s ease;
    }
    .pill:hover,.pill.active{
      color:#fffaf0;
      background:linear-gradient(135deg,var(--primary),var(--primary-2));
      border-color:transparent;
      transform:translateY(-2px);
    }
    .avatar-stack{
      display:flex;
      align-items:center;
      margin-top:18px;
    }
    .avatar{
      width:38px;
      height:38px;
      border-radius:999px;
      display:grid;
      place-items:center;
      color:#fffaf0;
      font-weight:950;
      border:3px solid #fffaf3;
      margin-left:-9px;
      box-shadow:0 8px 18px rgba(75,48,33,.12);
    }
    .avatar:first-child{margin-left:0}
    .a1{background:linear-gradient(135deg,#f08a24,#ff6b4a)}
    .a2{background:linear-gradient(135deg,#d94d72,#ff8aa5)}
    .a3{background:linear-gradient(135deg,#8f6a3c,#d3a25f)}
    .a4{background:linear-gradient(135deg,#6b8b58,#a0b87a)}
    .a5{background:linear-gradient(135deg,#b46b35,#f4b266)}
    .bubble{
      border-radius:24px 24px 24px 8px;
      padding:13px 15px;
      background:#fffdf8;
      border:1px solid var(--line);
      color:var(--muted);
      font-size:14px;
      line-height:1.65;
      transition:transform .2s ease,box-shadow .2s ease;
    }
    .bubble:hover{
      transform:translateY(-3px) scale(1.01);
      box-shadow:0 14px 28px rgba(129,72,24,.12);
    }
    .section{
      padding:72px 0;
    }
    .section-tight{padding:56px 0}
    .section-head{
      display:grid;
      grid-template-columns:.9fr 1.1fr;
      gap:28px;
      align-items:end;
      margin-bottom:28px;
    }
    .section-title{
      font-size:clamp(28px,3.6vw,42px);
      line-height:1.18;
      letter-spacing:-.04em;
      font-weight:950;
      color:var(--brown);
    }
    .section-summary{
      color:var(--muted);
      font-size:17px;
      line-height:1.85;
    }
    .filter-box{
      display:grid;
      grid-template-columns:1fr auto;
      gap:14px;
      align-items:center;
      padding:18px;
      border:1px solid var(--line);
      border-radius:var(--radius);
      background:rgba(255,255,255,.58);
    }
    .filter-search{
      width:100%;
      height:48px;
      border:1px solid var(--line);
      border-radius:18px;
      background:#fffdf8;
      outline:none;
      padding:0 16px;
      transition:border-color .2s ease,box-shadow .2s ease;
    }
    .filter-search:focus{
      border-color:var(--primary);
      box-shadow:var(--focus);
    }
    .main-layout{
      display:grid;
      grid-template-columns:minmax(0,1fr) 330px;
      gap:24px;
      align-items:start;
    }
    .card-grid{
      display:grid;
      grid-template-columns:repeat(2,minmax(0,1fr));
      gap:18px;
    }
    .content-card{
      position:relative;
      border-radius:var(--radius-lg);
      padding:24px;
      overflow:hidden;
      transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
    }
    .content-card:hover{
      transform:translateY(-4px);
      border-color:var(--line-strong);
      box-shadow:var(--shadow-hover);
    }
    .content-card h3{
      font-size:21px;
      line-height:1.35;
      font-weight:950;
      color:var(--brown);
      margin:14px 0 9px;
    }
    .content-card p{
      color:var(--muted);
      font-size:15px;
      line-height:1.78;
    }
    .badge{
      display:inline-flex;
      align-items:center;
      gap:6px;
      padding:6px 10px;
      border-radius:999px;
      background:#fff0da;
      color:#934d10;
      font-size:12px;
      font-weight:950;
      border:1px solid rgba(240,138,36,.18);
    }
    .tag-list{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      margin:16px 0 18px;
    }
    .tag{
      padding:5px 9px;
      border-radius:999px;
      background:rgba(255,244,229,.78);
      border:1px solid var(--line);
      color:var(--muted);
      font-size:12px;
      font-weight:800;
    }
    .card-actions{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      margin-top:18px;
      padding-top:16px;
      border-top:1px dashed var(--line-strong);
    }
   .card-note{
      color:var(--green);
      font-size:12px;
      font-weight:900;
    }
    .side-panel{
      border-radius:var(--radius-lg);
      padding:22px;
      position:sticky;
      top:96px;
    }
    .side-panel h3{
      font-size:20px;
      font-weight:950;
      color:var(--brown);
      margin-bottom:12px;
    }
    .side-list{
      display:grid;
      gap:12px;
      margin-top:16px;
    }
    .side-item{
      padding:14px;
      border:1px solid var(--line);
      border-radius:18px;
      background:#fffdf8;
    }
    .side-item strong{
      display:block;
      font-weight:950;
      color:var(--brown);
      margin-bottom:3px;
    }
    .side-item span{
      color:var(--muted);
      font-size:13px;
      line-height:1.65;
    }
    .steps{
      display:grid;
      grid-template-columns:repeat(4,minmax(0,1fr));
      gap:16px;
    }
    .step-card{
      border:1px solid var(--line);
      background:rgba(255,250,243,.9);
      border-radius:26px;
      padding:20px;
      box-shadow:0 14px 34px rgba(129,72,24,.09);
      transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
    }
    .step-card:hover{
      transform:translateY(-3px);
      border-color:var(--line-strong);
      box-shadow:var(--shadow);
    }
    .step-no{
      width:38px;
      height:38px;
      border-radius:14px;
      display:grid;
      place-items:center;
      color:#fffaf0;
      font-weight:950;
      background:linear-gradient(135deg,var(--primary),var(--primary-2));
      box-shadow:0 10px 20px rgba(240,138,36,.22);
      margin-bottom:14px;
    }
    .step-card h3{
      font-size:19px;
      font-weight:950;
      color:var(--brown);
      margin-bottom:8px;
    }
    .step-card p{
      color:var(--muted);
      font-size:14px;
      line-height:1.75;
    }
    .proof-grid{
      display:grid;
      grid-template-columns:.9fr 1.1fr;
      gap:22px;
      align-items:stretch;
    }
    .proof-box{
      border-radius:var(--radius-lg);
      padding:26px;
    }
    .metric-list{
      display:grid;
      gap:14px;
      margin-top:18px;
    }
    .metric{
      display:grid;
      grid-template-columns:92px 1fr;
      gap:14px;
      align-items:center;
    }
    .metric b{
      font-size:32px;
      line-height:1;
      color:var(--primary);
      font-weight:950;
      letter-spacing:-.04em;
    }
    .progress{
      height:10px;
      background:#f2dfc8;
      border-radius:999px;
      overflow:hidden;
      margin-top:8px;
    }
    .progress span{
      display:block;
      height:100%;
      border-radius:999px;
      background:linear-gradient(90deg,var(--primary),var(--accent));
    }
    .voice-wall{
      display:grid;
      grid-template-columns:repeat(3,minmax(0,1fr));
      gap:14px;
    }
    .voice-wall .bubble:nth-child(2n){background:#fff0da;border-radius:24px 24px 8px 24px}
    .voice-wall .bubble:nth-child(3n){background:var(--accent-soft)}
    .faq-wrap{
      display:grid;
      gap:12px;
    }
    .faq-card{
      border-radius:22px;
      overflow:hidden;
    }
    .faq-trigger{
      width:100%;
      border:0;
      background:transparent;
      color:var(--brown);
      padding:18px 20px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:18px;
      cursor:pointer;
      text-align:left;
      font-weight:950;
    }
    .faq-icon{
      width:28px;
      height:28px;
      border-radius:999px;
      display:grid;
      place-items:center;
      background:#fff0da;
      color:var(--primary);
      flex:0 0 auto;
      transition:transform .2s ease,background .2s ease,color .2s ease;
    }
    .faq-card.open .faq-icon{
      transform:rotate(45deg);
      background:linear-gradient(135deg,var(--primary),var(--primary-2));
      color:#fffaf0;
    }
    .faq-body{
      display:none;
      padding:0 20px 18px;
      color:var(--muted);
      font-size:15px;
      line-height:1.8;
    }
    .faq-card.open .faq-body{display:block}
    .cta-panel{
      position:relative;
      overflow:hidden;
      border-radius:34px;
      padding:34px;
      background:
        radial-gradient(circle at 12% 18%,rgba(255,255,255,.55),transparent 26%),
        linear-gradient(135deg,#f08a24,#ff7a4f 56%,#d94d72);
      color:#fffaf0;
    }
    .cta-panel:before,.cta-panel:after{
      background:var(--bg);
      border-color:rgba(255,255,255,.45);
    }
    .cta-panel h2{
      font-size:clamp(28px,4vw,44px);
      line-height:1.16;
      letter-spacing:-.04em;
      font-weight:950;
      max-width:760px;
    }
    .cta-panel p{
      color:rgba(255,250,240,.88);
      max-width:780px;
      margin-top:12px;
      font-size:17px;
      line-height:1.85;
    }
    .cta-panel .btn-secondary{
      background:rgba(255,250,243,.94);
      border-color:rgba(255,255,255,.65);
    }
    .footer{
      padding:58px 0 26px;
      background:
        radial-gradient(circle at 82% 8%,rgba(240,138,36,.18),transparent 28%),
        linear-gradient(180deg,#3b261a,#291a12);
      color:#d9c8b8;
    }
    .footer a{
      color:#ead8c3;
      transition:color .2s ease,transform .2s ease;
    }
    .footer a:hover{
      color:#fff4e5;
      transform:translateX(2px);
    }
    .footer-brand .brand-mark{box-shadow:none}
    .footer-line{
      margin-top:34px;
      padding-top:22px;
      border-top:1px solid rgba(234,216,195,.18);
      color:#bfae9e;
      font-size:13px;
    }
    @media (max-width:1024px){
      .desktop-nav,.nav-actions{display:none}
      .mobile-toggle{display:flex}
      .brand-name{max-width:calc(100vw - 128px)}
      .hero-grid,.section-head,.main-layout,.proof-grid{grid-template-columns:1fr}
      .side-panel{position:static}
      .steps{grid-template-columns:repeat(2,minmax(0,1fr))}
    }
    @media (max-width:768px){
      .site-container{width:min(100% - 28px,var(--container))}
      .nav-wrap{height:68px}
      .page-hero{padding:26px 0 22px}
      .hero-desc,.section-summary{font-size:16px}
      .section{padding:54px 0}
      .card-grid,.voice-wall{grid-template-columns:1fr}
      .filter-box{grid-template-columns:1fr}
      .steps{grid-template-columns:1fr}
      .filter-strip,.side-panel,.content-card,.proof-box,.cta-panel{border-radius:24px}
      .cta-panel{padding:26px}
    }
    @media (max-width:520px){
      .brand-mark{width:34px;height:34px;border-radius:12px}
      .brand-name{font-size:15px}
      .hero-title{font-size:34px}
      .strip-row{max-height:none}
      .metric{grid-template-columns:1fr}
      .card-actions{align-items:flex-start;flex-direction:column}
      .btn{width:100%}
      .mobile-panel .btn{width:100%}
    }

/* roulang page: category2 */
:root {
      --bg: #fff8ed;
      --bg-soft: #fff2df;
      --paper: #fffdf8;
      --paper-2: #fff7ec;
      --text: #332017;
      --muted: #7b6455;
      --weak: #a08b7b;
      --primary: #f28a24;
      --primary-dark: #d96d12;
      --primary-soft: #ffe0b8;
      --accent: #ee6f7d;
      --accent-soft: #ffe2e4;
      --line: #edd9c0;
      --line-strong: #e6bd88;
      --dark: #25160f;
      --radius: 28px;
      --radius-lg: 36px;
      --shadow: 0 22px 70px rgba(214, 115, 28, .15);
      --shadow-hover: 0 28px 90px rgba(214, 115, 28, .23);
      --focus: 0 0 0 4px rgba(242, 138, 36, .22);
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      font-family: PingFang SC, Microsoft YaHei, Noto Sans SC, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
      color: var(--text);
      background:
        radial-gradient(circle at 12% 8%, rgba(242, 138, 36, .18), transparent 32%),
        radial-gradient(circle at 88% 16%, rgba(238, 111, 125, .13), transparent 30%),
        linear-gradient(180deg, #fff8ed 0%, #fffdf8 44%, #fff7ec 100%);
      line-height: 1.75;
      overflow-x: hidden;
    }

    body::before {
      content: "";
      position: fixed;
      inset: 0;
      pointer-events: none;
      z-index: -1;
      opacity: .38;
      background-image:
        radial-gradient(rgba(80, 46, 24, .12) .7px, transparent .7px);
      background-size: 18px 18px;
      mask-image: linear-gradient(to bottom, #000, transparent 72%);
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    img, svg {
      max-width: 100%;
      display: block;
    }

    button, input {
      font: inherit;
    }

    button {
      cursor: pointer;
    }

    ::selection {
      color: #fffaf2;
      background: var(--primary);
    }

    .site-container {
      width: min(1160px, calc(100% - 40px));
      margin: 0 auto;
    }

    .site-header {
      position: sticky;
      top: 0;
      z-index: 50;
      background: rgba(255, 253, 248, .92);
      backdrop-filter: blur(18px);
      border-bottom: 1px solid rgba(237, 217, 192, .85);
      box-shadow: 0 10px 28px rgba(94, 51, 18, .06);
    }

    .nav-wrap {
      min-height: 76px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
    }

    .brand {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      font-weight: 900;
      color: var(--text);
      letter-spacing: -.02em;
      white-space: nowrap;
    }

    .brand-mark {
      width: 38px;
      height: 38px;
      display: grid;
      place-items: center;
      border-radius: 15px;
      color: #fff;
      background: linear-gradient(135deg, var(--primary), var(--accent));
      box-shadow: 0 12px 26px rgba(242, 138, 36, .3);
      position: relative;
    }

    .brand-mark::after {
      content: "";
      position: absolute;
      inset: 7px -3px;
      border-left: 2px dotted rgba(255,255,255,.75);
      border-right: 2px dotted rgba(255,255,255,.75);
      border-radius: 12px;
      opacity: .7;
    }

    .brand-name {
      font-size: 16px;
    }

    .desktop-nav {
      display: flex;
      align-items: center;
      gap: 8px;
      padding: 8px;
      background: rgba(255, 242, 223, .62);
      border: 1px solid rgba(237, 217, 192, .75);
      border-radius: 999px;
    }

    .nav-link {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 38px;
      padding: 0 16px;
      border-radius: 999px;
      color: var(--muted);
      font-size: 14px;
      font-weight: 800;
      transition: .22s ease;
      outline: none;
    }

    .nav-link:hover,
    .nav-link:focus-visible {
      color: var(--primary-dark);
      background: rgba(255,255,255,.8);
      box-shadow: var(--focus);
    }

    .nav-link.active {
      color: #fff;
      background: linear-gradient(135deg, var(--primary), var(--accent));
      box-shadow: 0 12px 24px rgba(242, 138, 36, .24);
    }

    .nav-actions {
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .search {
      width: 230px;
      height: 42px;
      border: 1px solid var(--line);
      border-radius: 999px;
      padding: 0 16px;
      color: var(--text);
      background: #fffdf8;
      outline: none;
      transition: .22s ease;
    }

    .search::placeholder {
      color: var(--weak);
    }

    .search:hover,
    .search:focus {
      border-color: var(--primary);
      box-shadow: var(--focus);
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      min-height: 44px;
      padding: 0 20px;
      border-radius: 999px;
      font-weight: 900;
      border: 1px solid transparent;
      transition: transform .22s ease, box-shadow .22s ease, background .22s ease, border-color .22s ease;
      outline: none;
      white-space: nowrap;
    }

    .btn:focus-visible {
      box-shadow: var(--focus);
    }

    .btn:hover {
      transform: translateY(-2px);
    }

    .btn-primary {
      color: #fffaf2;
      background: linear-gradient(135deg, var(--primary), var(--accent));
      box-shadow: 0 14px 32px rgba(242, 138, 36, .3);
    }

    .btn-primary:hover {
      box-shadow: 0 18px 44px rgba(242, 138, 36, .38);
      filter: brightness(1.03);
    }

    .btn-secondary {
      color: var(--text);
      background: rgba(255,255,255,.74);
      border-color: var(--line-strong);
      box-shadow: 0 12px 28px rgba(120, 70, 24, .08);
    }

    .btn-secondary:hover {
      background: var(--primary-soft);
    }

    .mobile-toggle {
      display: none;
      width: 44px;
      height: 44px;
      border: 1px solid var(--line);
      border-radius: 16px;
      color: var(--text);
      background: #fffaf3;
      align-items: center;
      justify-content: center;
      transition: .22s ease;
    }

    .mobile-toggle:hover,
    .mobile-toggle:focus-visible {
      border-color: var(--primary);
      box-shadow: var(--focus);
    }

    .mobile-panel {
      display: none;
      padding: 0 0 18px;
    }

    .mobile-panel.open {
      display: grid;
      gap: 12px;
    }

    .mobile-panel nav {
      display: grid;
      gap: 8px;
    }

    .mobile-panel .nav-link {
      justify-content: flex-start;
      padding: 0 14px;
      background: rgba(255,255,255,.65);
      border: 1px solid var(--line);
    }

    .mobile-panel .nav-link.active {
      background: linear-gradient(135deg, var(--primary), var(--accent));
    }

    .mobile-panel .search {
      width: 100%;
    }

    .age-ribbon {
      background: linear-gradient(90deg, rgba(255, 224, 184, .8), rgba(255, 226, 228, .7));
      border-bottom: 1px solid rgba(230, 189, 136, .68);
      color: #5e3924;
      font-size: 13px;
    }

    .hero {
      position: relative;
      padding: 46px 0 76px;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      padding: 8px 13px;
      border-radius: 999px;
      color: var(--primary-dark);
      background: rgba(255, 224, 184, .72);
      border: 1px solid rgba(230, 189, 136, .78);
      font-weight: 900;
      font-size: 13px;
    }

    .eyebrow::before {
      content: "";
      width: 9px;
      height: 9px;
      border-radius: 50%;
      background: var(--accent);
      box-shadow: 0 0 0 6px rgba(238,111,125,.15);
    }

    .hero-title {
      margin-top: 20px;
      font-size: clamp(34px, 5vw, 62px);
      line-height: 1.08;
      letter-spacing: -.055em;
      font-weight: 950;
      color: var(--text);
    }

    .hero-title .highlight {
      color: transparent;
      background: linear-gradient(135deg, var(--primary-dark), var(--accent));
      -webkit-background-clip: text;
      background-clip: text;
    }

    .hero-subtitle {
      margin-top: 22px;
      max-width: 680px;
      color: var(--muted);
      font-size: 18px;
      line-height: 1.9;
    }

    .hero-panel {
      position: relative;
      border: 1px solid var(--line);
      border-radius: var(--radius-lg);
      background:
        radial-gradient(circle at 78% 8%, rgba(238,111,125,.16), transparent 35%),
        linear-gradient(180deg, rgba(255,253,248,.98), rgba(255,244,229,.94));
      box-shadow: var(--shadow);
      padding: 24px;
      overflow: hidden;
    }

    .hero-panel::before,
    .ticket-card::before {
      content: "";
      position: absolute;
      top: 22px;
      bottom: 22px;
      width: 18px;
      background: var(--bg);
      border: 1px solid var(--line);
      border-radius: 999px;
      z-index: 1;
    }

    .hero-panel::before {
      left: -10px;
    }

    .hero-panel::after {
      content: "";
      position: absolute;
      right: -10px;
      top: 22px;
      bottom: 22px;
      width: 18px;
      background: var(--bg);
      border: 1px solid var(--line);
      border-radius: 999px;
      z-index: 1;
    }

    .progress-ring {
      width: 152px;
      height: 152px;
      border-radius: 50%;
      display: grid;
      place-items: center;
      background:
        conic-gradient(var(--primary) 0 78%, #f4dfc5 78% 100%);
      box-shadow: inset 0 0 0 1px rgba(255,255,255,.55), 0 20px 44px rgba(242,138,36,.22);
      position: relative;
    }

    .progress-ring::after {
      content: "";
      position: absolute;
      inset: 14px;
      border-radius: 50%;
      background: #fffaf3;
      border: 1px solid var(--line);
    }

    .progress-ring strong,
    .progress-ring span {
      position: relative;
      z-index: 2;
    }

    .progress-ring strong {
      font-size: 34px;
      line-height: 1;
      font-weight: 950;
      color: var(--primary-dark);
    }

    .progress-ring span {
      font-size: 12px;
      color: var(--muted);
      font-weight: 800;
    }

    .tier {
      display: flex;
      justify-content: space-between;
      gap: 14px;
      padding: 14px;
      border-radius: 20px;
      background: rgba(255,255,255,.72);
      border: 1px solid var(--line);
      transition: .22s ease;
    }

    .tier:hover {
      transform: translateY(-3px);
      border-color: var(--primary);
      box-shadow: 0 16px 36px rgba(214,115,28,.14);
    }

    .badge,
    .tag {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 999px;
      font-size: 12px;
      font-weight: 900;
      white-space: nowrap;
    }

    .badge {
      padding: 5px 9px;
      color: var(--primary-dark);
      background: var(--primary-soft);
      border: 1px solid rgba(230,189,136,.75);
    }

    .tag {
      min-height: 30px;
      padding: 0 11px;
      color: #6b3f24;
      background: rgba(255,244,229,.86);
      border: 1px solid var(--line);
    }

    .section {
      padding: 76px 0;
      position: relative;
    }

    .section-title {
      font-size: clamp(28px, 3.6vw, 42px);
      line-height: 1.18;
      letter-spacing: -.035em;
      font-weight: 950;
      color: var(--text);
    }

    .section-lead {
      margin-top: 14px;
      color: var(--muted);
      font-size: 17px;
      line-height: 1.85;
      max-width: 760px;
    }

    .card {
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: rgba(255,253,248,.86);
      box-shadow: 0 16px 50px rgba(120,70,24,.08);
      transition: .24s ease;
    }

    .card:hover {
      transform: translateY(-4px);
      border-color: var(--primary);
      box-shadow: var(--shadow-hover);
    }

    .ticket-card {
      position: relative;
      overflow: hidden;
    }

    .ticket-card::before {
      left: -10px;
    }

    .ticket-card .tear-right {
      position: absolute;
      right: -10px;
      top: 22px;
      bottom: 22px;
      width: 18px;
      background: var(--bg);
      border: 1px solid var(--line);
      border-radius: 999px;
    }

    .timeline {
      position: relative;
    }

    .timeline::before {
      content: "";
      position: absolute;
      left: 27px;
      top: 18px;
      bottom: 18px;
      width: 2px;
      background: linear-gradient(var(--primary-soft), var(--accent-soft));
    }

    .step {
      position: relative;
      padding-left: 76px;
    }

    .step-num {
      position: absolute;
      left: 0;
      top: 0;
      width: 56px;
      height: 56px;
      border-radius: 20px;
      display: grid;
      place-items: center;
      color: #fff;
      font-weight: 950;
      background: linear-gradient(135deg, var(--primary), var(--accent));
      box-shadow: 0 14px 28px rgba(242,138,36,.26);
      z-index: 2;
    }

    .bubble {
      display: inline-flex;
      align-items: center;
      max-width: 330px;
      padding: 13px 16px;
      border-radius: 24px 24px 24px 8px;
      background: #fffdf8;
      border: 1px solid var(--line);
      box-shadow: 0 14px 32px rgba(120,70,24,.08);
      color: #5c4436;
      font-size: 14px;
      transition: .22s ease;
    }

    .bubble:hover {
      transform: translateY(-3px) scale(1.02);
      border-color: var(--primary);
    }

    .bubble.alt {
      background: var(--accent-soft);
      border-color: rgba(238,111,125,.24);
      border-radius: 24px 24px 8px 24px;
    }

    .bubble.warm {
      background: var(--primary-soft);
    }

    .avatar {
      width: 42px;
      height: 42px;
      border-radius: 50%;
      display: grid;
      place-items: center;
      color: #fffaf2;
      font-weight: 950;
      background: linear-gradient(135deg, var(--primary), var(--accent));
      border: 3px solid #fffaf2;
      box-shadow: 0 10px 22px rgba(120,70,24,.13);
      margin-left: -10px;
    }

    .avatar:first-child {
      margin-left: 0;
    }

    .compare-card {
      position: relative;
      min-height: 100%;
      padding: 28px;
      border-radius: 32px;
      border: 1px solid var(--line);
      background: rgba(255,253,248,.88);
      overflow: hidden;
    }

    .compare-card.bad {
      background: linear-gradient(180deg, #fffdf8, #fff1e7);
    }

    .compare-card.good {
      background: linear-gradient(180deg, #fffdf8, #fff7df);
      border-color: rgba(242,138,36,.42);
      box-shadow: var(--shadow);
    }

    .check-list {
      display: grid;
      gap: 12px;
      margin-top: 20px;
    }

    .check-list li {
      display: flex;
      gap: 10px;
      align-items: flex-start;
      color: var(--muted);
    }

    .check-list li::before {
      content: "✓";
      flex: 0 0 24px;
      width: 24px;
      height: 24px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      color: #fff;
      background: var(--primary);
      font-size: 13px;
      font-weight: 950;
      margin-top: 2px;
    }

    .masonry {
      columns: 3 250px;
      column-gap: 18px;
    }

    .masonry .note-card {
      break-inside: avoid;
      margin-bottom: 18px;
    }

    .note-card {
      padding: 22px;
      border-radius: 28px;
      border: 1px solid var(--line);
      background: rgba(255,253,248,.88);
      box-shadow: 0 12px 34px rgba(120,70,24,.07);
      transition: .22s ease;
    }

    .note-card:hover {
      transform: translateY(-3px);
      border-color: var(--primary);
      box-shadow: var(--shadow);
    }

    .faq-item {
      border: 1px solid var(--line);
      border-radius: 24px;
      background: rgba(255,253,248,.88);
      overflow: hidden;
      transition: .22s ease;
    }

    .faq-item:hover {
      border-color: var(--primary);
      box-shadow: 0 14px 36px rgba(120,70,24,.08);
    }

    .faq-btn {
      width: 100%;
      padding: 20px 22px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      text-align: left;
      font-weight: 950;
      color: var(--text);
      background: transparent;
      border: 0;
      outline: none;
    }

    .faq-btn:focus-visible {
      box-shadow: inset var(--focus);
    }

    .faq-icon {
      flex: 0 0 30px;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      display: grid;
      place-items: center;
      color: #fff;
      background: linear-gradient(135deg, var(--primary), var(--accent));
      transition: .22s ease;
    }

    .faq-answer {
      display: none;
      padding: 0 22px 22px;
      color: var(--muted);
      font-size: 15px;
      line-height: 1.85;
    }

    .faq-item.open .faq-answer {
      display: block;
    }

    .faq-item.open .faq-icon {
      transform: rotate(45deg);
    }

    .cta-card {
      position: relative;
      overflow: hidden;
      border-radius: 36px;
      padding: 44px;
      color: #fffaf2;
      background:
        radial-gradient(circle at 16% 16%, rgba(255,255,255,.25), transparent 26%),
        linear-gradient(135deg, #f28a24 0%, #ee6f7d 58%, #c7562a 100%);
      box-shadow: 0 28px 80px rgba(214,115,28,.32);
    }

    .cta-card::before,
    .cta-card::after {
      content: "";
      position: absolute;
      top: 28px;
      bottom: 28px;
      width: 24px;
      border-radius: 999px;
      background: var(--bg);
      opacity: .96;
    }

    .cta-card::before {
      left: -12px;
    }

    .cta-card::after {
      right: -12px;
    }

    .footer {
      margin-top: 40px;
      padding: 60px 0 28px;
      background:
        radial-gradient(circle at 16% 0%, rgba(242,138,36,.18), transparent 28%),
        linear-gradient(180deg, #2d1b12, #1f120c);
      color: #d9c5b6;
    }

    .footer a {
      color: #f3d8bd;
      transition: .2s ease;
    }

    .footer a:hover,
    .footer a:focus-visible {
      color: #fffaf2;
      text-decoration: underline;
      text-underline-offset: 4px;
    }

    .footer-brand .brand-mark {
      box-shadow: none;
    }

    .footer-line {
      margin-top: 44px;
      padding-top: 22px;
      border-top: 1px solid rgba(255,255,255,.14);
      color: #bba799;
      font-size: 13px;
    }

    .mini-meter {
      height: 8px;
      border-radius: 999px;
      background: #f2dfc8;
      overflow: hidden;
    }

    .mini-meter span {
      display: block;
      height: 100%;
      border-radius: inherit;
      background: linear-gradient(90deg, var(--primary), var(--accent));
    }

    @media (max-width: 1024px) {
      .desktop-nav,
      .nav-actions {
        display: none;
      }

      .mobile-toggle {
        display: inline-flex;
      }

      .nav-wrap {
        min-height: 70px;
      }

      .hero {
        padding-top: 34px;
      }

      .hero-panel {
        margin-top: 12px;
      }
    }

    @media (max-width: 768px) {
      .site-container {
        width: min(100% - 28px, 1160px);
      }

      .section {
        padding: 56px 0;
      }

      .hero-title {
        letter-spacing: -.035em;
      }

      .hero-subtitle {
        font-size: 16px;
      }

      .progress-ring {
        width: 132px;
        height: 132px;
      }

      .cta-card {
        padding: 34px 22px;
        border-radius: 28px;
      }

      .timeline::before {
        left: 21px;
      }

      .step {
        padding-left: 60px;
      }

      .step-num {
        width: 44px;
        height: 44px;
        border-radius: 16px;
      }

      .compare-card {
        padding: 22px;
      }
    }

    @media (max-width: 520px) {
      .brand-name {
        max-width: 210px;
        overflow: hidden;
        text-overflow: ellipsis;
      }

      .hero {
        padding-bottom: 54px;
      }

      .btn {
        width: 100%;
      }

      .hero-panel {
        padding: 18px;
        border-radius: 26px;
      }

      .tier {
        flex-direction: column;
      }

      .section-title {
        font-size: 28px;
      }

      .bubble {
        max-width: 100%;
      }

      .masonry {
        columns: 1;
      }
    }
