/* roulang page: index */
:root{
      --bg:#111014;
      --bg-2:#171215;
      --panel:#20171b;
      --panel-2:#251a1f;
      --panel-3:#181418;
      --text:#E8E1E4;
      --muted:#AFA3A8;
      --soft:#D8CDD2;
      --line:rgba(255,255,255,.10);
      --line-strong:rgba(216,132,58,.45);
      --primary:#B83254;
      --primary-2:#C33A5B;
      --accent:#D8843A;
      --warning:#6E2730;
      --shadow:0 16px 40px rgba(0,0,0,.28);
      --shadow-soft:0 10px 28px rgba(0,0,0,.22);
      --radius:16px;
      --radius-lg:22px;
      --container:1200px;
      --ease:all .22s ease;
    }

    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:"PingFang SC","Microsoft YaHei","Noto Sans SC",Arial,sans-serif;
      color:var(--text);
      background:
        radial-gradient(circle at 20% 0%, rgba(184,50,84,.18), transparent 34%),
        linear-gradient(180deg, #111014 0%, #171215 46%, #111014 100%);
      line-height:1.7;
      letter-spacing:0;
      overflow-x:hidden;
    }
    a{color:inherit;text-decoration:none;transition:var(--ease)}
    a:hover{color:var(--accent)}
    img{max-width:100%;height:auto;display:block}
    button,input,select,textarea{font:inherit}
    button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{
      outline:2px solid rgba(216,132,58,.75);
      outline-offset:3px;
    }

    .container-main{max-width:var(--container);margin:0 auto;padding:0 20px}
    .section{padding:82px 0}
    .section-tight{padding:58px 0}
    .section-kicker{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:6px 12px;
      border:1px solid var(--line);
      border-radius:999px;
      color:var(--soft);
      background:rgba(255,255,255,.05);
      font-size:14px;
      font-weight:600;
      margin-bottom:14px;
    }
    .section-title{
      font-size:clamp(28px, 4vw, 44px);
      line-height:1.18;
      font-weight:800;
      margin:0 0 14px;
      letter-spacing:0;
    }
    .section-desc{
      max-width:780px;
      color:var(--muted);
      font-size:16px;
      margin:0 0 28px;
    }

    .age-bar{
      min-height:38px;
      display:flex;
      align-items:center;
      background:#0D0C0F;
      border-bottom:1px solid var(--line);
      color:var(--muted);
      font-size:13px;
    }
    .age-inner{
      max-width:var(--container);
      margin:0 auto;
      padding:7px 20px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
      width:100%;
    }
    .age-actions{display:flex;align-items:center;gap:10px;white-space:nowrap}
    .age-pill{
      padding:4px 10px;
      border-radius:999px;
      background:rgba(184,50,84,.16);
      color:#F1D9DF;
      border:1px solid rgba(184,50,84,.36);
      font-weight:600;
    }

    .site-header{
      position:sticky;
      top:0;
      z-index:1000;
      background:rgba(17,16,20,.92);
      backdrop-filter:blur(14px);
      border-bottom:1px solid var(--line);
    }
    .navbar{padding:16px 0 12px}
    .brand{
      display:flex;
      align-items:center;
      gap:10px;
      min-width:230px;
      font-weight:800;
      color:var(--text);
      line-height:1.25;
    }
    .brand-mark{
      width:42px;
      height:42px;
      flex:0 0 42px;
      border-radius:50%;
      display:grid;
      place-items:center;
      background:linear-gradient(135deg,var(--primary),var(--accent));
      box-shadow:0 0 0 6px rgba(184,50,84,.12);
      color:#fff;
      font-size:18px;
    }
    .brand-text{font-size:17px}
    .navbar-toggler{
      border:1px solid var(--line);
      border-radius:999px;
      padding:8px 12px;
      color:var(--text);
      background:var(--panel);
    }
    .navbar-toggler:focus{box-shadow:0 0 0 3px rgba(184,50,84,.24)}
    .nav-shell{
      width:100%;
      display:flex;
      align-items:center;
      gap:18px;
    }
    .top-search{
      flex:1;
      max-width:560px;
      margin:0 auto;
      position:relative;
    }
    .search-field{
      height:52px;
      width:100%;
      border-radius:999px;
      border:1px solid rgba(255,255,255,.12);
      background:#241b20;
      color:var(--text);
      padding:0 118px 0 48px;
      transition:var(--ease);
    }
    .search-field::placeholder{color:#8F8389}
    .search-field:focus{
      border-color:rgba(184,50,84,.82);
      box-shadow:0 0 0 4px rgba(184,50,84,.18);
      background:#281d23;
    }
    .search-icon{
      position:absolute;
      left:18px;
      top:50%;
      transform:translateY(-50%);
      color:var(--muted);
      font-size:18px;
      pointer-events:none;
    }
    .search-btn{
      position:absolute;
      right:6px;
      top:6px;
      height:40px;
      border:0;
      border-radius:999px;
      padding:0 18px;
      background:linear-gradient(135deg,var(--primary),#9E2C48);
      color:#fff;
      font-weight:700;
      transition:var(--ease);
    }
    .search-btn:hover{box-shadow:0 0 0 1px var(--accent),0 8px 20px rgba(184,50,84,.28);transform:translateY(-1px)}
    .nav-links{
      display:flex;
      align-items:center;
      gap:8px;
      list-style:none;
      margin:0;
      padding:0;
    }
    .nav-link-custom{
      display:inline-flex;
      align-items:center;
      height:40px;
      padding:0 14px;
      border-radius:999px;
      color:var(--soft);
      font-weight:600;
      border:1px solid transparent;
      white-space:nowrap;
    }
    .nav-link-custom:hover,.nav-link-custom.active{
      color:#fff;
      background:rgba(184,50,84,.18);
      border-color:rgba(184,50,84,.36);
    }
    .channel-row{
      border-top:1px solid rgba(255,255,255,.06);
      padding:10px 0 13px;
    }
    .channel-scroll{
      display:flex;
      gap:10px;
      overflow-x:auto;
      scrollbar-width:none;
      padding-bottom:1px;
    }
    .channel-scroll::-webkit-scrollbar{display:none}
    .channel-pill{
      flex:0 0 auto;
      padding:8px 14px;
      border-radius:999px;
      border:1px solid var(--line);
      background:rgba(255,255,255,.05);
      color:var(--soft);
      font-size:14px;
      font-weight:600;
    }
    .channel-pill:hover,.channel-pill.active{
      background:var(--primary);
      border-color:var(--primary);
      color:#fff;
    }

    .btn-main,.btn-ghost{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      min-height:46px;
      padding:12px 20px;
      border-radius:999px;
      font-weight:800;
      border:1px solid transparent;
      transition:var(--ease);
      cursor:pointer;
      text-align:center;
    }
    .btn-main{
      color:#fff;
      background:linear-gradient(135deg,var(--primary),#982842);
      box-shadow:0 12px 24px rgba(184,50,84,.24);
    }
    .btn-main:hover{color:#fff;border-color:var(--accent);transform:translateY(-2px)}
    .btn-ghost{
      color:var(--text);
      background:rgba(255,255,255,.04);
      border-color:var(--line);
    }
    .btn-ghost:hover{color:#fff;border-color:var(--accent);background:rgba(216,132,58,.10);transform:translateY(-2px)}
    .tag{
      display:inline-flex;
      align-items:center;
      gap:6px;
      padding:6px 10px;
      border-radius:999px;
      color:var(--soft);
      background:rgba(255,255,255,.07);
      border:1px solid rgba(255,255,255,.08);
      font-size:13px;
      font-weight:600;
      white-space:nowrap;
    }
    .tag.active{background:rgba(184,50,84,.22);border-color:rgba(184,50,84,.45);color:#fff}

    .hero{
      position:relative;
      min-height:680px;
      display:flex;
      align-items:flex-end;
      overflow:hidden;
      border-bottom:1px solid var(--line);
      background:
        linear-gradient(180deg, rgba(17,16,20,.22), rgba(17,16,20,.98)),
        radial-gradient(circle at 50% 20%, rgba(216,132,58,.16), transparent 30%),
        linear-gradient(120deg,#21141A 0%,#111014 52%,#28151D 100%);
    }
    .hero::before{
      content:"";
      position:absolute;
      inset:0;
      opacity:.16;
      background:
        repeating-linear-gradient(90deg, transparent 0 38px, rgba(255,255,255,.10) 39px 40px),
        linear-gradient(90deg, transparent 0 8%, rgba(216,132,58,.24) 9%, transparent 10% 18%, rgba(184,50,84,.22) 19%, transparent 20%);
      mask-image:linear-gradient(180deg, transparent 0%, #000 20%, #000 72%, transparent 100%);
      pointer-events:none;
    }
    .hero-stage{
      position:relative;
      width:100%;
      padding:82px 0 54px;
    }
    .flagship{
      min-height:520px;
      border-radius:28px;
      border:1px solid rgba(255,255,255,.12);
      background:
        linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02)),
        linear-gradient(135deg, rgba(184,50,84,.18), rgba(216,132,58,.08) 42%, rgba(32,23,27,.72));
      box-shadow:var(--shadow);
      overflow:hidden;
      position:relative;
    }
    .flagship::after{
      content:"";
      position:absolute;
      left:0;
      right:0;
      bottom:0;
      height:100px;
      background:linear-gradient(180deg, transparent, rgba(17,16,20,.80));
      pointer-events:none;
    }
    .series-tabs{
      position:absolute;
      top:18px;
      left:22px;
      right:22px;
      z-index:2;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:14px;
      padding:10px;
      border-radius:999px;
      background:rgba(13,12,15,.76);
      border:1px solid rgba(255,255,255,.12);
      backdrop-filter:blur(12px);
    }
    .series-list{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none}
    .series-list::-webkit-scrollbar{display:none}
    .series-item{
      flex:0 0 auto;
      padding:8px 12px;
      border-radius:999px;
      color:var(--soft);
      font-size:13px;
      font-weight:700;
      background:rgba(255,255,255,.05);
    }
    .series-item.active{background:var(--primary);color:#fff}
    .hero-content{
      position:relative;
      z-index:3;
      padding:108px 34px 32px;
      display:grid;
      grid-template-columns:1.05fr .95fr;
      gap:26px;
      align-items:end;
    }
    .hero-copy{max-width:650px}
    .hero h1{
      margin:0 0 18px;
      font-size:clamp(32px,5vw,56px);
      line-height:1.1;
      font-weight:800;
      letter-spacing:0;
    }
    .hero-lead{
      color:#D8CDD2;
      font-size:18px;
      line-height:1.75;
      margin:0 0 24px;
      max-width:650px;
    }
    .hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:20px}
    .hero-points{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:12px;
    }
    .hero-board{
      display:grid;
      gap:14px;
      align-self:stretch;
    }
    .queue-panel{
      border-radius:22px;
      border:1px solid rgba(255,255,255,.12);
      background:rgba(24,20,24,.82);
      padding:18px;
      backdrop-filter:blur(10px);
    }
    .queue-head{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      margin-bottom:14px;
    }
    .queue-title{font-weight:800;font-size:16px}
    .queue-small{color:var(--muted);font-size:13px}
    .queue-item{
      display:grid;
      grid-template-columns:44px 1fr auto;
      gap:12px;
      align-items:center;
      padding:12px 0;
      border-top:1px solid rgba(255,255,255,.08);
    }
    .play-dot{
      width:44px;height:44px;border-radius:50%;
      display:grid;place-items:center;
      background:rgba(184,50,84,.28);
      border:1px solid rgba(216,132,58,.34);
      color:#fff;
      transition:var(--ease);
    }
    .queue-item:hover .play-dot{transform:translateY(-2px);border-color:var(--accent)}
    .queue-name{font-weight:700;margin:0;font-size:15px;line-height:1.35}
    .queue-meta{color:var(--muted);font-size:12px;margin-top:2px}
    .wave{
      display:flex;
      align-items:end;
      justify-content:flex-end;
      gap:3px;
      height:32px;
      min-width:68px;
    }
    .wave span{
      width:4px;
      border-radius:999px;
      background:linear-gradient(180deg,var(--accent),var(--primary));
      opacity:.78;
    }
    .wave span:nth-child(1){height:12px}.wave span:nth-child(2){height:22px}.wave span:nth-child(3){height:16px}.wave span:nth-child(4){height:29px}.wave span:nth-child(5){height:18px}.wave span:nth-child(6){height:25px}.wave span:nth-child(7){height:14px}

    .table-wrap{
      overflow-x:auto;
      border-radius:var(--radius-lg);
      border:1px solid var(--line);
      background:var(--panel);
      box-shadow:var(--shadow-soft);
    }
    .compare-table{
      width:100%;
      min-width:760px;
      border-collapse:separate;
      border-spacing:0;
      margin:0;
      color:var(--text);
    }
    .compare-table th,.compare-table td{
      padding:18px 20px;
      border-bottom:1px solid var(--line);
      vertical-align:middle;
    }
    .compare-table th{
      color:#fff;
      background:#1A1418;
      font-size:15px;
      font-weight:800;
    }
    .compare-table tr:last-child td{border-bottom:0}
    .compare-table td{color:var(--soft)}
    .check{color:var(--accent);font-weight:900}
    .muted{color:var(--muted)}

    .recommend-grid{
      display:grid;
      grid-template-columns:1.15fr .85fr;
      gap:20px;
      align-items:stretch;
    }
    .feature-card,.resource-card,.review-card,.step-card,.metric-card,.news-panel,.cta-band,.side-card{
      background:var(--panel);
      border:1px solid var(--line);
      border-radius:var(--radius);
      transition:var(--ease);
      box-shadow:0 1px 0 rgba(255,255,255,.03) inset;
    }
    .feature-card:hover,.resource-card:hover,.review-card:hover,.step-card:hover,.metric-card:hover,.side-card:hover{
      transform:translateY(-2px);
      border-color:var(--line-strong);
      box-shadow:var(--shadow);
    }
    .feature-card{padding:24px;min-height:100%}
    .feature-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}
    .cover-strip{
      height:126px;
      border-radius:14px;
      background:
        linear-gradient(135deg, rgba(184,50,84,.58), rgba(216,132,58,.24)),
        repeating-linear-gradient(90deg, transparent 0 18px, rgba(255,255,255,.16) 19px 21px);
      position:relative;
      overflow:hidden;
      margin-bottom:18px;
    }
    .cover-strip::after{
      content:"";
      position:absolute;
      inset:auto 18px 18px 18px;
      height:8px;
      border-radius:999px;
      background:linear-gradient(90deg,var(--accent) 0 48%, rgba(255,255,255,.14) 48%);
    }
    .feature-title{font-size:24px;font-weight:800;margin:0 0 10px}
    .feature-card p,.resource-card p,.review-card p,.step-card p,.metric-card p,.side-card p{color:var(--muted);margin:0}
    .resource-list{display:grid;gap:14px}
    .resource-card{
      padding:16px;
      display:grid;
      grid-template-columns:54px 1fr;
      gap:14px;
      align-items:start;
      background:var(--panel-3);
    }
    .resource-card h3{
      font-size:17px;
      line-height:1.35;
      margin:0 0 6px;
      font-weight:800;
      display:-webkit-box;
      -webkit-line-clamp:2;
      -webkit-box-orient:vertical;
      overflow:hidden;
    }
    .resource-meta{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}

    .metrics-row{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:14px;
      margin-top:28px;
    }
    .metric-card{padding:20px;background:#191417}
    .metric-num{font-size:28px;font-weight:800;color:#fff;line-height:1.1;margin-bottom:8px}
    .metric-label{color:var(--muted);font-size:14px}

    .steps-grid{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:16px;
      counter-reset:step;
    }
    .step-card{padding:22px;position:relative;overflow:hidden}
    .step-card::before{
      counter-increment:step;
      content:"0" counter(step);
      display:inline-grid;
      place-items:center;
      width:38px;height:38px;
      border-radius:50%;
      background:rgba(184,50,84,.20);
      border:1px solid rgba(184,50,84,.38);
      color:#fff;
      font-weight:800;
      margin-bottom:16px;
    }
    .step-card h3{font-size:18px;font-weight:800;margin:0 0 8px}

    .proof-band{
      border-top:1px solid var(--line);
      border-bottom:1px solid var(--line);
      background:linear-gradient(180deg,rgba(255,255,255,.03),rgba(255,255,255,.015));
    }
    .proof-layout{
      display:grid;
      grid-template-columns:.85fr 1.15fr;
      gap:26px;
      align-items:center;
    }
    .rating-box{
      padding:28px;
      border-radius:var(--radius-lg);
      background:var(--panel-2);
      border:1px solid var(--line);
    }
    .stars{color:var(--accent);font-size:22px;letter-spacing:0;margin-bottom:10px}
    .logo-wall{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:12px;
    }
    .logo-chip{
      min-height:58px;
      border-radius:14px;
      display:flex;
      align-items:center;
      justify-content:center;
      text-align:center;
      color:var(--soft);
      background:rgba(255,255,255,.05);
      border:1px solid var(--line);
      font-weight:700;
      padding:10px;
    }

    .news-layout{
      display:grid;
      grid-template-columns:1.1fr .9fr;
      gap:20px;
    }
    .news-panel{padding:22px}
    .news-list{list-style:none;margin:0;padding:0;display:grid;gap:0}
    .news-list li{
      display:grid;
      grid-template-columns:auto 1fr auto;
      gap:14px;
      align-items:center;
      padding:15px 0;
      border-bottom:1px solid var(--line);
    }
    .news-list li:last-child{border-bottom:0}
    .news-date{color:var(--accent);font-size:13px;font-weight:800;white-space:nowrap}
    .news-list a{
      font-weight:800;
      line-height:1.4;
      display:-webkit-box;
      -webkit-line-clamp:2;
      -webkit-box-orient:vertical;
      overflow:hidden;
    }
    .news-note{color:var(--muted);font-size:13px;white-space:nowrap}
    .timeline{display:grid;gap:14px}
    .timeline-item{
      position:relative;
      padding-left:22px;
      color:var(--muted);
    }
    .timeline-item::before{
      content:"";
      position:absolute;
      left:0;top:8px;
      width:9px;height:9px;
      border-radius:50%;
      background:var(--accent);
      box-shadow:0 0 0 5px rgba(216,132,58,.12);
    }
    .timeline-item strong{display:block;color:var(--text);margin-bottom:3px}

    .review-grid{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:16px;
    }
    .review-card{padding:22px;background:var(--panel-3)}
    .review-top{display:flex;align-items:center;gap:12px;margin-bottom:14px}
    .avatar{
      width:42px;height:42px;border-radius:50%;
      display:grid;place-items:center;
      background:linear-gradient(135deg,rgba(184,50,84,.9),rgba(216,132,58,.62));
      color:#fff;
      font-weight:900;
    }
    .review-name{font-weight:800}
    .review-sub{font-size:12px;color:var(--muted)}

    .cta-section{padding:78px 0;background:#0F0E12;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
    .cta-band{
      position:relative;
      overflow:hidden;
      padding:34px;
      border-radius:24px;
      background:
        linear-gradient(135deg,rgba(184,50,84,.22),rgba(216,132,58,.10)),
        var(--panel);
    }
    .cta-band::before{
      content:"";
      position:absolute;
      inset:0;
      opacity:.12;
      background:repeating-linear-gradient(90deg, transparent 0 26px, rgba(255,255,255,.22) 27px 29px);
      pointer-events:none;
    }
    .cta-content{
      position:relative;
      z-index:1;
      display:grid;
      grid-template-columns:1fr auto;
      gap:22px;
      align-items:center;
    }
    .cta-band h2{font-size:clamp(26px,4vw,40px);line-height:1.18;font-weight:800;margin:0 0 12px}
    .cta-band p{color:var(--soft);margin:0;max-width:680px}
    .cta-actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end}

    .faq-wrap .accordion{display:grid;gap:12px}
    .accordion-item{
      background:var(--panel);
      border:1px solid var(--line);
      border-radius:var(--radius)!important;
      overflow:hidden;
    }
    .accordion-button{
      min-height:58px;
      background:var(--panel);
      color:var(--text);
      font-weight:800;
      box-shadow:none;
      letter-spacing:0;
    }
    .accordion-button:not(.collapsed){
      background:#24191F;
      color:#fff;
      box-shadow:none;
      border-bottom:1px solid var(--line);
    }
    .accordion-button::after{filter:invert(1);opacity:.75}
    .accordion-body{
      color:var(--muted);
      background:#181418;
      line-height:1.75;
    }

    .site-footer{
      background:#0B0A0D;
      border-top:1px solid var(--line);
      padding:42px 0 26px;
      color:var(--muted);
    }
    .footer-layout{
      display:grid;
      grid-template-columns:1.15fr .85fr;
      gap:28px;
      align-items:start;
    }
    .footer-brand{
      display:flex;
      align-items:center;
      gap:12px;
      color:#fff;
      font-weight:800;
      margin-bottom:12px;
    }
    .footer-links{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      justify-content:flex-end;
      margin-bottom:14px;
    }
    .footer-links a{
      padding:7px 12px;
      border:1px solid var(--line);
      border-radius:999px;
      color:var(--soft);
      background:rgba(255,255,255,.03);
    }
    .footer-links a:hover{border-color:var(--accent);color:#fff}
    .copyright{
      margin-top:26px;
      padding-top:18px;
      border-top:1px solid rgba(255,255,255,.08);
      display:flex;
      justify-content:space-between;
      gap:16px;
      flex-wrap:wrap;
      font-size:13px;
    }

    @media (max-width:991.98px){
      .navbar{padding:12px 0}
      .nav-shell{
        margin-top:14px;
        padding:14px;
        border-radius:18px;
        background:#151216;
        border:1px solid var(--line);
        display:grid;
        gap:14px;
      }
      .top-search{max-width:none;width:100%;order:1}
      .nav-links{order:2;display:grid;grid-template-columns:1fr 1fr;gap:10px}
      .nav-link-custom{justify-content:center;background:rgba(255,255,255,.04);border-color:var(--line)}
      .hero{min-height:auto}
      .hero-stage{padding:46px 0 36px}
      .flagship{min-height:auto}
      .series-tabs{position:relative;top:auto;left:auto;right:auto;margin:14px;border-radius:18px;align-items:flex-start}
      .hero-content{grid-template-columns:1fr;padding:14px 20px 24px}
      .recommend-grid,.proof-layout,.news-layout,.footer-layout,.cta-content{grid-template-columns:1fr}
      .metrics-row,.steps-grid{grid-template-columns:repeat(2,1fr)}
      .review-grid{grid-template-columns:1fr 1fr}
      .cta-actions,.footer-links{justify-content:flex-start}
      .section{padding:62px 0}
    }

    @media (max-width:575.98px){
      .container-main{padding:0 16px}
      .age-inner{align-items:flex-start;flex-direction:column;gap:8px}
      .brand{min-width:0}
      .brand-text{font-size:15px}
      .search-field{height:50px;padding-right:94px;padding-left:42px}
      .search-btn{padding:0 14px}
      .hero h1{font-size:32px}
      .hero-lead{font-size:16px}
      .hero-actions .btn-main,.hero-actions .btn-ghost,.cta-actions .btn-main,.cta-actions .btn-ghost{width:100%}
      .series-tabs{display:block}
      .series-list{margin-top:8px}
      .queue-item{grid-template-columns:40px 1fr;gap:10px}
      .queue-item .wave{grid-column:1 / -1;justify-content:flex-start}
      .metrics-row,.steps-grid,.review-grid,.logo-wall{grid-template-columns:1fr}
      .resource-card{grid-template-columns:46px 1fr}
      .play-dot{width:40px;height:40px}
      .news-list li{grid-template-columns:1fr;gap:4px}
      .news-note{white-space:normal}
      .cta-band{padding:24px 18px}
      .section{padding:46px 0}
      .section-tight{padding:38px 0}
      .copyright{display:block}
    }

/* roulang page: category1 */
:root {
      --bg: #111014;
      --bg-2: #161316;
      --bg-3: #20171b;
      --bg-4: #251a1f;
      --panel: #1b1519;
      --panel-2: #21181d;
      --line: rgba(255,255,255,.10);
      --line-2: rgba(255,255,255,.14);
      --text: #e8e1e4;
      --muted: #afa3a8;
      --soft: #d8cdd2;
      --brand: #b83254;
      --brand-2: #c33a5b;
      --accent: #d8843a;
      --accent-2: #f0a35b;
      --danger: #7b2337;
      --shadow: 0 16px 40px rgba(0,0,0,.28);
      --shadow-soft: 0 10px 28px rgba(0,0,0,.20);
      --radius: 16px;
      --radius-lg: 22px;
      --radius-pill: 999px;
      --gap: 24px;
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      font-family: PingFang SC, Microsoft YaHei, Noto Sans SC, Arial, sans-serif;
      color: var(--text);
      background:
        radial-gradient(1200px 500px at 15% -10%, rgba(184, 50, 84, .16), transparent 60%),
        radial-gradient(900px 420px at 90% 10%, rgba(216, 132, 58, .12), transparent 55%),
        linear-gradient(180deg, #0f0f12 0%, #121116 40%, #0f0f12 100%);
      line-height: 1.7;
      letter-spacing: 0;
      min-height: 100vh;
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    a:hover {
      color: inherit;
    }

    img {
      max-width: 100%;
      display: block;
    }

    button,
    input,
    select,
    textarea {
      font: inherit;
    }

    .container-main {
      width: min(1240px, calc(100% - 32px));
      margin: 0 auto;
    }

    .age-strip {
      position: relative;
      z-index: 1030;
      background: linear-gradient(90deg, rgba(123,35,55,.95), rgba(68,34,40,.95));
      border-bottom: 1px solid rgba(255,255,255,.08);
      color: #f5e9ee;
      font-size: 14px;
    }

    .age-strip .container-main {
      min-height: 38px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      padding-top: 8px;
      padding-bottom: 8px;
    }

    .age-strip .age-copy {
      display: flex;
      align-items: center;
      gap: 10px;
      flex-wrap: wrap;
    }

    .age-dot {
      width: 9px;
      height: 9px;
      border-radius: 50%;
      background: var(--accent);
      box-shadow: 0 0 0 4px rgba(216,132,58,.16);
      flex: none;
    }

    .age-link {
      color: #ffe9ef;
      border: 1px solid rgba(255,255,255,.18);
      background: rgba(255,255,255,.05);
      padding: 6px 12px;
      border-radius: var(--radius-pill);
      font-size: 13px;
      white-space: nowrap;
      transition: .2s ease;
    }

    .age-link:hover,
    .age-link:focus-visible {
      background: rgba(255,255,255,.11);
      border-color: rgba(255,255,255,.28);
      outline: none;
    }

    .site-header {
      position: sticky;
      top: 0;
      z-index: 1020;
      backdrop-filter: blur(14px);
      background: rgba(17,16,20,.84);
      border-bottom: 1px solid rgba(255,255,255,.06);
    }

    .site-header .navbar {
      padding: 14px 0 12px;
    }

    .brand {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      color: var(--text);
      font-weight: 800;
      letter-spacing: 0;
      white-space: nowrap;
      flex: none;
    }

    .brand:hover {
      color: var(--text);
    }

    .brand-mark {
      width: 34px;
      height: 34px;
      display: inline-grid;
      place-items: center;
      border-radius: 12px;
      background: linear-gradient(180deg, var(--brand), #8b213c);
      box-shadow: 0 10px 24px rgba(184,50,84,.30);
      font-size: 16px;
      color: #fff;
    }

    .brand-text {
      font-size: 18px;
      line-height: 1.1;
    }

    .navbar-toggler {
      border: 1px solid rgba(255,255,255,.12);
      color: var(--text);
      background: rgba(255,255,255,.04);
      border-radius: 14px;
      padding: 10px 12px;
      box-shadow: none;
      line-height: 1;
      font-size: 18px;
      flex: none;
    }

    .navbar-toggler:focus {
      box-shadow: 0 0 0 .2rem rgba(184,50,84,.18);
    }

    .nav-shell {
      display: flex;
      align-items: center;
      gap: 18px;
      width: 100%;
      margin-left: auto;
    }

    .top-search {
      flex: 1 1 620px;
      height: 54px;
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 0 14px 0 16px;
      background: #241b20;
      border: 1px solid rgba(255,255,255,.12);
      border-radius: var(--radius-pill);
      box-shadow: inset 0 1px 0 rgba(255,255,255,.03);
      transition: .2s ease;
    }

    .top-search:focus-within {
      border-color: rgba(184,50,84,.7);
      box-shadow: 0 0 0 4px rgba(184,50,84,.14);
    }

    .search-icon {
      color: #d1c1c7;
      font-size: 18px;
      line-height: 1;
      flex: none;
      opacity: .95;
    }

    .search-field {
      flex: 1;
      min-width: 0;
      background: transparent;
      border: 0;
      color: var(--text);
      outline: none;
      height: 100%;
    }

    .search-field::placeholder {
      color: #aa9aa0;
    }

    .search-btn {
      border: 0;
      border-radius: var(--radius-pill);
      padding: 10px 18px;
      color: #fff;
      background: linear-gradient(180deg, var(--brand-2), #9a2744);
      transition: .2s ease;
      box-shadow: 0 10px 24px rgba(184,50,84,.22);
      flex: none;
    }

    .search-btn:hover,
    .search-btn:focus-visible {
      background: linear-gradient(180deg, #c84566, #a32645);
      box-shadow: 0 12px 28px rgba(184,50,84,.30);
      outline: none;
    }

    .nav-links {
      display: flex;
      align-items: center;
      gap: 10px;
      list-style: none;
      padding: 0;
      margin: 0;
      flex: none;
    }

    .nav-link-custom {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 42px;
      padding: 0 16px;
      border-radius: var(--radius-pill);
      border: 1px solid transparent;
      color: var(--soft);
      background: transparent;
      transition: .2s ease;
      white-space: nowrap;
    }

    .nav-link-custom:hover,
    .nav-link-custom:focus-visible {
      color: #fff;
      border-color: rgba(255,255,255,.10);
      background: rgba(255,255,255,.05);
      outline: none;
    }

    .nav-link-custom.active {
      color: #fff;
      background: rgba(184,50,84,.18);
      border-color: rgba(184,50,84,.44);
      box-shadow: inset 0 0 0 1px rgba(255,255,255,.02);
    }

    .channel-row {
      border-top: 1px solid rgba(255,255,255,.05);
      background: rgba(12,11,15,.60);
    }

    .channel-scroll {
      display: flex;
      align-items: center;
      gap: 10px;
      overflow-x: auto;
      padding: 12px 0 14px;
      scrollbar-width: thin;
    }

    .channel-scroll::-webkit-scrollbar {
      height: 6px;
    }

    .channel-scroll::-webkit-scrollbar-thumb {
      background: rgba(255,255,255,.14);
      border-radius: 999px;
    }

    .channel-pill {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 38px;
      padding: 0 14px;
      border-radius: var(--radius-pill);
      border: 1px solid rgba(255,255,255,.08);
      background: rgba(255,255,255,.03);
      color: #d8cdd2;
      white-space: nowrap;
      transition: .2s ease;
      flex: none;
    }

    .channel-pill:hover,
    .channel-pill:focus-visible {
      background: rgba(255,255,255,.07);
      border-color: rgba(255,255,255,.16);
      outline: none;
    }

    .channel-pill.active {
      background: rgba(184,50,84,.22);
      border-color: rgba(184,50,84,.45);
      color: #fff;
    }

    .hero {
      position: relative;
      overflow: hidden;
      padding: 42px 0 30px;
    }

    .hero::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(120deg, rgba(184,50,84,.16), transparent 34%),
        linear-gradient(300deg, rgba(216,132,58,.10), transparent 28%);
      pointer-events: none;
    }

    .hero-inner {
      position: relative;
      z-index: 1;
      min-height: 650px;
      display: grid;
      grid-template-columns: 1.1fr .9fr;
      gap: 24px;
      align-items: stretch;
    }

    .hero-copy,
    .hero-panel {
      border: 1px solid rgba(255,255,255,.08);
      background: linear-gradient(180deg, rgba(33,24,29,.95), rgba(18,16,20,.95));
      border-radius: 24px;
      box-shadow: var(--shadow);
      position: relative;
      overflow: hidden;
    }

    .hero-copy {
      padding: 40px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      min-height: 100%;
    }

    .hero-copy::after,
    .hero-panel::after {
      content: "";
      position: absolute;
      inset: auto -20% -10% auto;
      width: 260px;
      height: 260px;
      border-radius: 50%;
      background: radial-gradient(circle at center, rgba(216,132,58,.16), transparent 62%);
      pointer-events: none;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      width: fit-content;
      padding: 8px 12px;
      border-radius: var(--radius-pill);
      background: rgba(255,255,255,.06);
      border: 1px solid rgba(255,255,255,.08);
      color: #e7d7dc;
      font-size: 14px;
      margin-bottom: 18px;
    }

    .eyebrow .tiny-dot {
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: var(--accent);
      box-shadow: 0 0 0 4px rgba(216,132,58,.15);
    }

    .hero h1 {
      margin: 0 0 16px;
      font-size: clamp(34px, 4.2vw, 54px);
      line-height: 1.08;
      font-weight: 800;
      letter-spacing: 0;
      max-width: 14ch;
    }

    .hero-lead {
      color: #d7c8ce;
      font-size: 18px;
      line-height: 1.75;
      max-width: 58ch;
      margin-bottom: 24px;
    }

    .hero-search {
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 12px;
      max-width: 680px;
      margin-bottom: 18px;
    }

    .hero-search .top-search {
      width: 100%;
      flex: none;
    }

    .hero-search .search-btn {
      min-width: 120px;
    }

    .hero-tags {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin: 12px 0 28px;
    }

    .tag-pill {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      min-height: 36px;
      padding: 0 14px;
      border-radius: var(--radius-pill);
      border: 1px solid rgba(255,255,255,.09);
      background: rgba(255,255,255,.04);
      color: #d8cdd2;
      font-size: 14px;
      transition: .2s ease;
    }

    .tag-pill:hover,
    .tag-pill:focus-visible {
      border-color: rgba(216,132,58,.35);
      background: rgba(216,132,58,.08);
      outline: none;
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: auto;
    }

    .btn-brand,
    .btn-ghost {
      border-radius: var(--radius-pill);
      padding: 12px 18px;
      border: 1px solid transparent;
      transition: .2s ease;
      font-weight: 600;
    }

    .btn-brand {
      color: #fff;
      background: linear-gradient(180deg, var(--brand-2), #9f2948);
      box-shadow: 0 12px 28px rgba(184,50,84,.24);
    }

    .btn-brand:hover,
    .btn-brand:focus-visible {
      color: #fff;
      border-color: rgba(216,132,58,.40);
      transform: translateY(-1px);
      box-shadow: 0 14px 30px rgba(184,50,84,.30);
      outline: none;
    }

    .btn-ghost {
      color: #efe5e8;
      background: rgba(255,255,255,.03);
      border-color: rgba(255,255,255,.10);
    }

    .btn-ghost:hover,
    .btn-ghost:focus-visible {
      color: #fff;
      background: rgba(255,255,255,.06);
      border-color: rgba(216,132,58,.38);
      outline: none;
      transform: translateY(-1px);
    }

    .hero-panel {
      padding: 22px;
      min-height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      gap: 18px;
      background:
        linear-gradient(180deg, rgba(28,20,24,.95), rgba(16,14,18,.96)),
        linear-gradient(140deg, rgba(184,50,84,.10), transparent 45%);
    }

    .panel-head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
    }

    .panel-head h2,
    .section-title {
      margin: 0;
      font-weight: 800;
      letter-spacing: 0;
      font-size: 22px;
      line-height: 1.2;
    }

    .mini-chip {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      min-height: 34px;
      padding: 0 12px;
      border-radius: var(--radius-pill);
      border: 1px solid rgba(255,255,255,.08);
      background: rgba(255,255,255,.04);
      color: #dacdd2;
      font-size: 13px;
      white-space: nowrap;
    }

    .queue-list {
      display: grid;
      gap: 12px;
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .queue-item {
      display: grid;
      grid-template-columns: 76px 1fr auto;
      gap: 14px;
      align-items: center;
      padding: 12px;
      border-radius: 18px;
      background: rgba(255,255,255,.04);
      border: 1px solid rgba(255,255,255,.08);
      transition: .2s ease;
    }

    .queue-item:hover {
      transform: translateY(-2px);
      border-color: rgba(216,132,58,.34);
      box-shadow: var(--shadow-soft);
    }

    .queue-art {
      position: relative;
      aspect-ratio: 4 / 3;
      border-radius: 14px;
      overflow: hidden;
      background:
        linear-gradient(140deg, rgba(184,50,84,.55), rgba(34,26,31,.9)),
        linear-gradient(160deg, rgba(216,132,58,.45), transparent 60%);
      border: 1px solid rgba(255,255,255,.08);
    }

    .queue-art::before,
    .queue-art::after {
      content: "";
      position: absolute;
      inset: auto 10px 12px 10px;
      height: 2px;
      border-radius: 999px;
      background: linear-gradient(90deg, transparent, rgba(255,255,255,.75), transparent);
      opacity: .5;
    }

    .queue-art::after {
      inset: 16px 12px auto 12px;
      height: 24px;
      opacity: .35;
      background:
        radial-gradient(circle at 15% 50%, rgba(255,255,255,.7) 0 3px, transparent 4px),
        radial-gradient(circle at 36% 50%, rgba(255,255,255,.5) 0 3px, transparent 4px),
        radial-gradient(circle at 60% 50%, rgba(255,255,255,.65) 0 3px, transparent 4px),
        radial-gradient(circle at 82% 50%, rgba(255,255,255,.45) 0 3px, transparent 4px);
    }

    .queue-meta {
      min-width: 0;
    }

    .queue-meta h3 {
      margin: 0 0 6px;
      font-size: 16px;
      line-height: 1.35;
      font-weight: 700;
      color: #f3eaee;
    }

    .queue-meta p {
      margin: 0;
      color: var(--muted);
      font-size: 14px;
      line-height: 1.55;
    }

    .queue-side {
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      gap: 8px;
      flex: none;
    }

    .meta-line {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      font-size: 13px;
      color: #cdbec3;
    }

    .play-btn {
      width: 42px;
      height: 42px;
      border: 0;
      border-radius: 50%;
      background: linear-gradient(180deg, var(--brand), #9f2744);
      color: #fff;
      display: inline-grid;
      place-items: center;
      box-shadow: 0 10px 22px rgba(184,50,84,.24);
      transition: .2s ease;
    }

    .play-btn:hover,
    .play-btn:focus-visible {
      transform: translateY(-1px);
      box-shadow: 0 12px 28px rgba(184,50,84,.34);
      outline: none;
    }

    .play-btn svg {
      width: 16px;
      height: 16px;
      margin-left: 2px;
    }

    .section-band {
      padding: 28px 0;
    }

    .section-card {
      background: linear-gradient(180deg, rgba(31,23,28,.96), rgba(18,16,20,.96));
      border: 1px solid rgba(255,255,255,.08);
      border-radius: 24px;
      box-shadow: var(--shadow);
      padding: 26px;
    }

    .section-heading {
      display: flex;
      align-items: end;
      justify-content: space-between;
      gap: 16px;
      margin-bottom: 18px;
    }

    .section-sub {
      margin: 0;
      color: var(--muted);
      font-size: 15px;
      line-height: 1.7;
      max-width: 68ch;
    }

    .filters-wrap {
      display: grid;
      grid-template-columns: 320px 1fr;
      gap: 18px;
      align-items: start;
    }

    .filter-panel {
      padding: 18px;
      background: rgba(255,255,255,.03);
      border: 1px solid rgba(255,255,255,.08);
      border-radius: 20px;
    }

    .filter-panel h3 {
      margin: 0 0 14px;
      font-size: 18px;
      font-weight: 800;
    }

    .filter-group {
      display: grid;
      gap: 10px;
      margin-bottom: 16px;
    }

    .filter-label {
      font-size: 13px;
      color: #cbbec3;
      letter-spacing: 0;
      font-weight: 600;
    }

    .form-control,
    .form-select {
      background: #241b20;
      border: 1px solid rgba(255,255,255,.10);
      color: var(--text);
      border-radius: 14px;
      min-height: 48px;
      box-shadow: none;
    }

    .form-control::placeholder {
      color: #998a90;
    }

    .form-control:focus,
    .form-select:focus {
      background: #241b20;
      color: var(--text);
      border-color: rgba(184,50,84,.72);
      box-shadow: 0 0 0 .2rem rgba(184,50,84,.14);
    }

    .filter-pills {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
    }

    .filter-pill {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 36px;
      padding: 0 12px;
      border-radius: var(--radius-pill);
      border: 1px solid rgba(255,255,255,.10);
      background: rgba(255,255,255,.04);
      color: #d8cdd2;
      font-size: 14px;
      transition: .2s ease;
    }

    .filter-pill.active,
    .filter-pill:hover,
    .filter-pill:focus-visible {
      background: rgba(184,50,84,.18);
      border-color: rgba(184,50,84,.42);
      color: #fff;
      outline: none;
    }

    .results-toolbar {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      margin-bottom: 14px;
      flex-wrap: wrap;
    }

    .results-count {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: #e9dde1;
      font-size: 14px;
      padding: 8px 12px;
      border-radius: var(--radius-pill);
      background: rgba(255,255,255,.04);
      border: 1px solid rgba(255,255,255,.08);
    }

    .results-actions {
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
    }

    .outline-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      min-height: 42px;
      padding: 0 14px;
      border-radius: var(--radius-pill);
      border: 1px solid rgba(255,255,255,.10);
      background: rgba(255,255,255,.03);
      color: #e5dadd;
      transition: .2s ease;
      font-size: 14px;
    }

    .outline-btn:hover,
    .outline-btn:focus-visible {
      color: #fff;
      border-color: rgba(216,132,58,.38);
      background: rgba(255,255,255,.06);
      outline: none;
    }

    .resource-list {
      display: grid;
      gap: 14px;
    }

    .resource-item {
      display: grid;
      grid-template-columns: 108px 1fr auto;
      gap: 16px;
      align-items: center;
      background: rgba(255,255,255,.035);
      border: 1px solid rgba(255,255,255,.08);
      border-radius: 18px;
      padding: 14px;
      transition: .2s ease;
    }

    .resource-item:hover {
      transform: translateY(-2px);
      border-color: rgba(216,132,58,.38);
      box-shadow: var(--shadow-soft);
    }

    .resource-cover {
      position: relative;
      aspect-ratio: 16 / 10;
      border-radius: 14px;
      overflow: hidden;
      background:
        linear-gradient(135deg, rgba(184,50,84,.55), rgba(34,26,31,.92)),
        linear-gradient(160deg, rgba(216,132,58,.35), transparent 55%);
      border: 1px solid rgba(255,255,255,.08);
    }

    .resource-cover::before {
      content: "";
      position: absolute;
      inset: 12px;
      border-radius: 12px;
      border: 1px dashed rgba(255,255,255,.16);
      opacity: .72;
    }

    .resource-cover::after {
      content: "";
      position: absolute;
      left: 14px;
      bottom: 12px;
      width: 54px;
      height: 8px;
      border-radius: 999px;
      background: linear-gradient(90deg, rgba(255,255,255,.72), rgba(255,255,255,.15));
      opacity: .8;
    }

    .resource-main {
      min-width: 0;
    }

    .resource-title {
      margin: 0 0 8px;
      font-size: 17px;
      line-height: 1.45;
      font-weight: 700;
      color: #f2eaed;
    }

    .resource-desc {
      margin: 0 0 10px;
      color: var(--muted);
      font-size: 14px;
      line-height: 1.6;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }

    .resource-tags {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
    }

    .resource-side {
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      gap: 10px;
      flex: none;
    }

    .tiny-meta {
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      gap: 4px;
      font-size: 13px;
      color: #ccbfc4;
    }

    .tiny-meta strong {
      color: #f6edf0;
      font-weight: 600;
    }

    .grid-overview {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 14px;
      margin-top: 18px;
    }

    .stat-card {
      border-radius: 18px;
      padding: 16px;
      background: rgba(255,255,255,.04);
      border: 1px solid rgba(255,255,255,.08);
      min-height: 120px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .stat-card .stat-label {
      color: #d8cdd2;
      font-size: 13px;
      letter-spacing: 0;
    }

    .stat-card .stat-value {
      font-size: 28px;
      font-weight: 800;
      line-height: 1.05;
      color: #fff;
    }

    .stat-card .stat-note {
      color: var(--muted);
      font-size: 14px;
      line-height: 1.5;
    }

    .timeline {
      display: grid;
      gap: 12px;
      margin-top: 18px;
    }

    .timeline-item {
      display: grid;
      grid-template-columns: 92px 1fr auto;
      gap: 16px;
      align-items: start;
      padding: 14px 16px;
      border-radius: 18px;
      background: rgba(255,255,255,.03);
      border: 1px solid rgba(255,255,255,.08);
    }

    .timeline-date {
      font-size: 13px;
      color: #cbbdc2;
      padding-top: 2px;
      white-space: nowrap;
    }

    .timeline-body h3 {
      margin: 0 0 6px;
      font-size: 16px;
      line-height: 1.45;
      font-weight: 700;
    }

    .timeline-body p {
      margin: 0;
      color: var(--muted);
      font-size: 14px;
      line-height: 1.6;
    }

    .timeline-side {
      display: flex;
      align-items: center;
      gap: 10px;
      flex: none;
      white-space: nowrap;
    }

    .testimonials {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 14px;
    }

    .quote-card {
      min-height: 166px;
      border-radius: 18px;
      padding: 18px;
      background: rgba(255,255,255,.035);
      border: 1px solid rgba(255,255,255,.08);
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      gap: 14px;
      transition: .2s ease;
    }

    .quote-card:hover {
      transform: translateY(-2px);
      border-color: rgba(216,132,58,.35);
      box-shadow: var(--shadow-soft);
    }

    .quote-top {
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .avatar {
      width: 44px;
      height: 44px;
      border-radius: 50%;
      display: inline-grid;
      place-items: center;
      background:
        radial-gradient(circle at 30% 30%, rgba(255,255,255,.22), transparent 45%),
        linear-gradient(180deg, rgba(184,50,84,.70), rgba(123,35,55,.95));
      color: #fff;
      font-weight: 800;
      flex: none;
    }

    .quote-name {
      margin: 0;
      font-size: 16px;
      font-weight: 700;
      color: #f5edf0;
    }

    .quote-role {
      font-size: 13px;
      color: #c9bbc0;
    }

    .quote-text {
      margin: 0;
      color: #e4d8dc;
      font-size: 15px;
      line-height: 1.7;
    }

    .stars {
      color: #f0a35b;
      letter-spacing: 2px;
      font-size: 14px;
    }

    .faq-wrap .accordion {
      display: grid;
      gap: 12px;
    }

    .accordion-item {
      background: transparent;
      border: 0;
    }

    .accordion-button {
      background: rgba(255,255,255,.035);
      color: var(--text);
      border: 1px solid rgba(255,255,255,.08);
      border-radius: 16px !important;
      min-height: 56px;
      box-shadow: none;
      font-weight: 700;
      padding: 16px 18px;
    }

    .accordion-button:not(.collapsed) {
      color: #fff;
      background: rgba(184,50,84,.13);
      border-color: rgba(184,50,84,.35);
      box-shadow: none;
    }

    .accordion-button:focus {
      box-shadow: 0 0 0 .2rem rgba(184,50,84,.14);
      border-color: rgba(184,50,84,.55);
    }

    .accordion-button::after {
      filter: invert(1) grayscale(1);
      opacity: .82;
    }

    .accordion-body {
      margin-top: 10px;
      background: rgba(255,255,255,.02);
      border: 1px solid rgba(255,255,255,.06);
      border-radius: 16px;
      color: #d8cdd2;
      line-height: 1.75;
    }

    .cta-band {
      position: relative;
      overflow: hidden;
      border-top: 1px solid rgba(255,255,255,.06);
      background: linear-gradient(180deg, rgba(24,18,21,.96), rgba(15,14,18,.98));
    }

    .cta-band::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(90deg, transparent, rgba(184,50,84,.10), transparent),
        linear-gradient(120deg, transparent 0 48%, rgba(216,132,58,.08) 48% 52%, transparent 52% 100%);
      opacity: .8;
      pointer-events: none;
    }

    .cta-inner {
      position: relative;
      z-index: 1;
      padding: 42px 0;
    }

    .cta-box {
      border: 1px solid rgba(255,255,255,.08);
      border-radius: 24px;
      background: rgba(255,255,255,.03);
      box-shadow: var(--shadow);
      padding: 28px;
      display: grid;
      gap: 18px;
    }

    .cta-box h2 {
      margin: 0;
      font-size: clamp(28px, 3vw, 42px);
      line-height: 1.12;
      font-weight: 800;
    }

    .cta-box p {
      margin: 0;
      color: var(--muted);
      font-size: 16px;
      line-height: 1.75;
      max-width: 68ch;
    }

    .cta-form {
      display: grid;
      grid-template-columns: 1fr auto auto;
      gap: 12px;
      align-items: center;
    }

    .cta-tags {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
    }

    .site-footer {
      background: #0e0d10;
      border-top: 1px solid rgba(255,255,255,.08);
      padding: 30px 0 22px;
    }

    .footer-layout {
      display: grid;
      grid-template-columns: 1.2fr .8fr;
      gap: 24px;
      padding-bottom: 18px;
      border-bottom: 1px solid rgba(255,255,255,.08);
    }

    .footer-brand {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      font-weight: 800;
      font-size: 18px;
      margin-bottom: 10px;
    }

    .site-footer p {
      margin: 0;
      color: var(--muted);
      line-height: 1.75;
      font-size: 14px;
    }

    .footer-links {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-bottom: 12px;
    }

    .footer-links a {
      display: inline-flex;
      align-items: center;
      min-height: 36px;
      padding: 0 12px;
      border-radius: var(--radius-pill);
      border: 1px solid rgba(255,255,255,.08);
      background: rgba(255,255,255,.03);
      color: #ddd2d7;
      transition: .2s ease;
    }

    .footer-links a:hover,
    .footer-links a:focus-visible {
      border-color: rgba(216,132,58,.35);
      background: rgba(255,255,255,.06);
      outline: none;
    }

    .copyright {
      padding-top: 16px;
      display: flex;
      justify-content: space-between;
      gap: 12px;
      flex-wrap: wrap;
      font-size: 13px;
      color: #b7aab0;
    }

    .icon-inline {
      width: 18px;
      height: 18px;
      flex: none;
      stroke: currentColor;
      stroke-width: 2;
      fill: none;
    }

    .wave-line {
      height: 52px;
      width: 100%;
      margin-top: 14px;
      border-radius: 999px;
      background:
        linear-gradient(90deg, transparent 0%, rgba(255,255,255,.08) 10%, transparent 20%),
        radial-gradient(circle at 8% 50%, rgba(184,50,84,.68) 0 2px, transparent 3px),
        radial-gradient(circle at 18% 50%, rgba(216,132,58,.70) 0 3px, transparent 4px),
        radial-gradient(circle at 32% 50%, rgba(184,50,84,.76) 0 4px, transparent 5px),
        radial-gradient(circle at 46% 50%, rgba(216,132,58,.62) 0 2px, transparent 3px),
        radial-gradient(circle at 60% 50%, rgba(184,50,84,.82) 0 3px, transparent 4px),
        radial-gradient(circle at 74% 50%, rgba(216,132,58,.68) 0 4px, transparent 5px),
        radial-gradient(circle at 88% 50%, rgba(184,50,84,.72) 0 2px, transparent 3px);
      border: 1px solid rgba(255,255,255,.06);
      opacity: .75;
    }

    .crumbs {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      align-items: center;
      margin-bottom: 16px;
      color: #c9bcc1;
      font-size: 13px;
    }

    .crumbs a {
      color: #e2d6db;
    }

    .crumbs span {
      color: #9f9297;
    }

    .mobile-only {
      display: none;
    }

    .sr-label {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0,0,0,0);
      white-space: nowrap;
      border: 0;
    }

    .nav-shell .nav-links {
      margin-left: auto;
    }

    @media (max-width: 1199.98px) {
      .hero-inner {
        grid-template-columns: 1fr;
        min-height: auto;
      }

      .hero-copy,
      .hero-panel {
        min-height: auto;
      }

      .filters-wrap {
        grid-template-columns: 1fr;
      }

      .grid-overview {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width: 991.98px) {
      .nav-shell {
        flex-direction: column;
        align-items: stretch;
        padding-top: 16px;
      }

      .nav-links {
        justify-content: flex-start;
        overflow-x: auto;
        padding-bottom: 4px;
      }

      .top-search {
        width: 100%;
      }

      .navbar-collapse {
        padding-top: 12px;
      }

      .hero {
        padding-top: 28px;
      }

      .hero-copy {
        padding: 28px;
      }

      .hero h1 {
        max-width: 100%;
      }

      .resource-item,
      .timeline-item,
      .queue-item {
        grid-template-columns: 1fr;
      }

      .resource-side,
      .queue-side,
      .timeline-side {
        align-items: flex-start;
      }

      .tiny-meta {
        align-items: flex-start;
      }

      .cta-form {
        grid-template-columns: 1fr;
      }

      .footer-layout {
        grid-template-columns: 1fr;
      }

      .testimonials {
        grid-template-columns: 1fr;
      }
    }

    @media (max-width: 767.98px) {
      .container-main {
        width: min(100% - 24px, 1240px);
      }

      .age-strip .container-main {
        min-height: auto;
        flex-direction: column;
        align-items: flex-start;
      }

      .site-header .navbar {
        padding-top: 12px;
        padding-bottom: 10px;
      }

      .brand-text {
        font-size: 16px;
      }

      .hero-copy,
      .hero-panel,
      .section-card,
      .cta-box {
        border-radius: 20px;
      }

      .hero {
        padding-bottom: 18px;
      }

      .hero-copy {
        padding: 22px;
      }

      .hero-lead,
      .section-sub,
      .cta-box p {
        font-size: 15px;
      }

      .hero-search {
        grid-template-columns: 1fr;
      }

      .hero-search .search-btn,
      .cta-form .btn-brand,
      .cta-form .btn-ghost {
        width: 100%;
      }

      .grid-overview {
        grid-template-columns: 1fr;
      }

      .section-heading {
        flex-direction: column;
        align-items: flex-start;
      }

      .mobile-only {
        display: block;
      }

      .desktop-only {
        display: none;
      }
    }

    @media (max-width: 575.98px) {
      .hero h1 {
        font-size: 32px;
      }

      .panel-head h2,
      .section-title {
        font-size: 20px;
      }

      .resource-cover {
        aspect-ratio: 16 / 9;
      }

      .queue-art {
        width: 100%;
      }

      .accordion-button {
        padding: 14px 16px;
      }

      .cta-box {
        padding: 20px;
      }

      .cta-box h2 {
        font-size: 28px;
      }

      .channel-scroll {
        padding-bottom: 10px;
      }

      .footer-links {
        gap: 8px;
      }

      .footer-links a {
        width: 100%;
        justify-content: center;
      }

      .copyright {
        flex-direction: column;
      }
    }
