/* roulang page: index */
:root{
      --color-primary:#5A1238;
      --color-primary-2:#7A1F4E;
      --color-coral:#FF6B6B;
      --color-orange:#FFB36A;
      --color-cream:#FFF4E6;
      --color-mint:#DFF6EA;
      --color-rose:#FFE7EE;
      --color-apricot:#FFF0D6;
      --color-bg:#FFF9F4;
      --color-card:#FFFFFF;
      --color-text:#281522;
      --color-muted:#776273;
      --color-soft:#9A7D91;
      --color-border:rgba(122,31,78,.14);
      --shadow-sm:0 10px 28px rgba(90,18,56,.08);
      --shadow-md:0 18px 46px rgba(90,18,56,.13);
      --shadow-lg:0 26px 70px rgba(90,18,56,.18);
      --radius-sm:14px;
      --radius-md:20px;
      --radius-lg:28px;
      --radius-xl:36px;
      --container:1210px;
      --ease:all .22s ease;
    }

    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:system-ui,-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans SC",sans-serif;
      color:var(--color-text);
      background:
        radial-gradient(circle at 8% 0%, rgba(255,179,106,.28), transparent 28%),
        radial-gradient(circle at 92% 6%, rgba(255,107,107,.18), transparent 30%),
        linear-gradient(180deg,#fff9f4 0%,#fff5ed 42%,#fffaf6 100%);
      line-height:1.75;
      overflow-x:hidden;
    }
    a{color:inherit;text-decoration:none;transition:var(--ease)}
    a:hover,a:focus{color:var(--color-primary-2)}
    img{max-width:100%;display:block}
    button,input,select,textarea{font:inherit}
    button{cursor:pointer}
    input,select{
      width:100%;
      border:1px solid var(--color-border);
      border-radius:16px;
      background:#fff;
      color:var(--color-text);
      padding:14px 16px;
      outline:none;
      transition:var(--ease);
      box-shadow:0 3px 0 rgba(90,18,56,.03);
    }
    input:focus,select:focus{
      border-color:var(--color-coral);
      box-shadow:0 0 0 4px rgba(255,107,107,.16);
    }
    .site-container{
      width:min(var(--container), calc(100% - 36px));
      margin:0 auto;
    }
    .section{
      padding:72px 0;
      position:relative;
    }
    .section.compact{padding:48px 0}
    .section-head{
      display:flex;
      align-items:flex-end;
      justify-content:space-between;
      gap:22px;
      margin-bottom:28px;
    }
    .section-kicker{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:7px 12px;
      border-radius:999px;
      color:var(--color-primary);
      background:rgba(255,107,107,.12);
      border:1px solid rgba(255,107,107,.22);
      font-size:14px;
      font-weight:800;
      margin-bottom:10px;
    }
    h1,h2,h3,h4,p{margin-top:0}
    h1{
      font-size:clamp(34px,5vw,56px);
      line-height:1.12;
      letter-spacing:-1.2px;
      font-weight:900;
      color:#fff;
      margin-bottom:18px;
    }
    h2{
      font-size:clamp(26px,3.2vw,38px);
      line-height:1.22;
      letter-spacing:-.4px;
      font-weight:850;
      color:var(--color-primary);
      margin-bottom:10px;
    }
    h3{
      font-size:22px;
      line-height:1.34;
      font-weight:800;
      color:var(--color-primary);
      margin-bottom:10px;
    }
    p{font-size:16px;color:var(--color-muted)}
    .lead{font-size:18px;line-height:1.82;color:rgba(255,255,255,.88);max-width:720px}
    .section-desc{max-width:760px;color:#715565;font-size:17px;margin-bottom:0}

    .top-campaign{
      margin:14px auto 0;
      width:min(var(--container), calc(100% - 36px));
      border-radius:999px;
      background:linear-gradient(90deg,var(--color-coral),var(--color-orange));
      color:#fff;
      padding:10px 16px;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:10px;
      box-shadow:0 12px 28px rgba(255,107,107,.22);
      font-size:14px;
      font-weight:750;
    }
    .top-campaign .ribbon{
      background:rgba(255,255,255,.22);
      padding:4px 10px;
      border-radius:999px;
      white-space:nowrap;
    }

    .site-header{
      position:sticky;
      top:0;
      z-index:50;
      padding:14px 0 10px;
      backdrop-filter:blur(14px);
      background:rgba(255,249,244,.84);
      border-bottom:1px solid rgba(122,31,78,.08);
    }
    .nav-panel{
      display:flex;
      align-items:center;
      gap:14px;
      padding:12px;
      border-radius:26px;
      background:rgba(255,255,255,.86);
      border:1px solid var(--color-border);
      box-shadow:var(--shadow-sm);
    }
    .brand{
      display:flex;
      align-items:center;
      gap:10px;
      min-width:250px;
      font-weight:900;
      color:var(--color-primary);
      letter-spacing:-.3px;
    }
    .brand-mark{
      width:42px;
      height:42px;
      border-radius:16px;
      display:grid;
      place-items:center;
      color:#fff;
      background:
        linear-gradient(135deg,var(--color-primary),var(--color-primary-2) 52%,var(--color-coral));
      box-shadow:0 12px 26px rgba(90,18,56,.2);
      font-weight:900;
    }
    .brand small{
      display:block;
      line-height:1.1;
      color:var(--color-soft);
      font-size:12px;
      font-weight:700;
      margin-top:2px;
    }
    .menu-toggle{
      display:none;
      margin-left:auto;
      border:0;
      color:var(--color-primary);
      background:var(--color-rose);
      padding:10px 12px;
      border-radius:14px;
      font-weight:900;
    }
    .nav-links{
      flex:1;
      display:flex;
      align-items:center;
      gap:8px;
      margin:0;
      list-style:none;
    }
    .nav-links a{
      display:flex;
      align-items:center;
      gap:8px;
      min-height:44px;
      padding:9px 13px;
      border-radius:16px;
      border:1px solid transparent;
      color:#5d4054;
      font-weight:800;
      font-size:14px;
      background:rgba(255,244,230,.58);
    }
    .nav-links a::before{
      content:"";
      width:9px;
      height:9px;
      border-radius:999px;
      background:var(--color-orange);
      box-shadow:0 0 0 4px rgba(255,179,106,.18);
    }
    .nav-links a:hover{
      transform:translateY(-1px);
      background:#fff;
      border-color:var(--color-border);
      box-shadow:0 10px 20px rgba(90,18,56,.08);
    }
    .nav-links a.active{
      color:var(--color-primary);
      background:var(--color-rose);
      border-color:rgba(255,107,107,.22);
      box-shadow:inset 0 3px 0 var(--color-coral);
    }
    .nav-action{
      white-space:nowrap;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-height:44px;
      padding:10px 18px;
      border-radius:999px;
      color:#fff;
      background:linear-gradient(135deg,var(--color-primary),var(--color-primary-2));
      font-weight:850;
      box-shadow:0 14px 30px rgba(90,18,56,.22);
    }
    .nav-action:hover,.nav-action:focus{
      color:#fff;
      transform:translateY(-2px);
      box-shadow:0 18px 38px rgba(90,18,56,.28);
      background:linear-gradient(135deg,#48102e,var(--color-primary));
    }

    .hero{
      padding:34px 0 66px;
    }
    .hero-stage{
      overflow:hidden;
      position:relative;
      border-radius:38px;
      background:
        radial-gradient(circle at 18% 10%,rgba(255,179,106,.42),transparent 28%),
        radial-gradient(circle at 83% 20%,rgba(255,107,107,.32),transparent 34%),
        linear-gradient(135deg,#4b0f30 0%,#681743 48%,#8a2758 100%);
      min-height:560px;
      box-shadow:var(--shadow-lg);
      border:1px solid rgba(255,255,255,.18);
    }
    .hero-stage::before{
      content:"";
      position:absolute;
      inset:24px;
      border-radius:30px;
      border:1px solid rgba(255,255,255,.16);
      pointer-events:none;
    }
    .hero-stage::after{
      content:"";
      position:absolute;
      width:360px;
      height:360px;
      border-radius:50%;
      right:-120px;
      bottom:-150px;
      background:rgba(255,179,106,.18);
      filter:blur(2px);
    }
    .hero-inner{
      position:relative;
      z-index:2;
      display:grid;
      grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr);
      gap:24px;
      padding:42px;
      align-items:stretch;
    }
    .age-note{
      display:inline-flex;
      align-items:center;
      gap:9px;
      padding:8px 12px;
      border-radius:999px;
      background:rgba(255,255,255,.14);
      color:#fff;
      border:1px solid rgba(255,255,255,.22);
      font-size:14px;
      font-weight:800;
      margin-bottom:20px;
    }
    .age-note strong{
      background:#fff;
      color:var(--color-primary);
      border-radius:999px;
      padding:3px 8px;
    }
    .hero-copy{
      display:flex;
      flex-direction:column;
      justify-content:space-between;
      min-height:476px;
    }
    .hero-ctas{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin:24px 0 24px;
    }
    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      min-height:48px;
      border:0;
      padding:13px 22px;
      border-radius:999px;
      font-weight:900;
      transition:var(--ease);
      line-height:1;
    }
    .btn-primary{
      color:#fff;
      background:linear-gradient(135deg,var(--color-coral),var(--color-orange));
      box-shadow:0 16px 32px rgba(255,107,107,.26);
    }
    .btn-primary:hover,.btn-primary:focus{
      color:#fff;
      transform:translateY(-2px);
      box-shadow:0 20px 42px rgba(255,107,107,.34);
    }
    .btn-secondary{
      color:var(--color-primary);
      background:#fff;
      border:1px solid rgba(255,255,255,.35);
      box-shadow:0 12px 28px rgba(90,18,56,.12);
    }
    .btn-secondary:hover,.btn-secondary:focus{
      transform:translateY(-2px);
      color:var(--color-primary);
      background:var(--color-cream);
    }
    .btn-outline{
      color:var(--color-primary);
      background:#fff;
      border:1px solid var(--color-border);
    }
    .btn-outline:hover,.btn-outline:focus{
      background:var(--color-rose);
      transform:translateY(-2px);
      box-shadow:var(--shadow-sm);
    }
    .trust-capsules{
      display:flex;
      flex-wrap:wrap;
      gap:9px;
    }
    .capsule{
      display:inline-flex;
      align-items:center;
      gap:7px;
      padding:8px 12px;
      border-radius:999px;
      background:rgba(255,255,255,.14);
      border:1px solid rgba(255,255,255,.18);
      color:rgba(255,255,255,.92);
      font-size:14px;
      font-weight:800;
    }
    .hero-choice{
      display:grid;
      grid-template-columns:1fr;
      gap:14px;
      align-content:center;
    }
    .choice-card{
      position:relative;
      padding:20px;
      border-radius:26px;
      background:rgba(255,255,255,.92);
      border:1px solid rgba(255,255,255,.42);
      box-shadow:0 18px 42px rgba(33,7,22,.18);
      transition:var(--ease);
    }
    .choice-card:hover{transform:translateY(-3px)}
    .choice-card.featured{
      background:linear-gradient(180deg,#fff 0%,#fff4e6 100%);
      outline:3px solid rgba(255,179,106,.42);
    }
    .choice-top{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      margin-bottom:8px;
    }
    .badge{
      display:inline-flex;
      align-items:center;
      gap:6px;
      border-radius:999px;
      padding:5px 10px;
      font-size:13px;
      font-weight:900;
      color:var(--color-primary);
      background:var(--color-rose);
      border:1px solid rgba(255,107,107,.16);
    }
    .badge.green{background:var(--color-mint)}
    .badge.orange{background:var(--color-apricot)}
    .choice-card h3{margin-bottom:4px}
    .choice-card p{margin-bottom:12px;font-size:15px}
    .choice-actions{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      align-items:center;
    }
    .mini-link{
      font-weight:900;
      color:var(--color-primary);
      border-bottom:2px solid rgba(255,107,107,.35);
    }
    .stat-row{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:10px;
      margin-top:18px;
    }
    .stat-box{
      padding:14px;
      border-radius:20px;
      background:rgba(255,255,255,.12);
      border:1px solid rgba(255,255,255,.16);
      color:#fff;
    }
    .stat-box b{
      display:block;
      font-size:24px;
      line-height:1.1;
      margin-bottom:4px;
    }
    .stat-box span{font-size:13px;color:rgba(255,255,255,.78);font-weight:700}

    .directory{
      background:linear-gradient(180deg,rgba(255,255,255,.0),rgba(255,231,238,.52));
    }
    .scroll-wrap{
      position:relative;
    }
    .scroll-track{
      display:flex;
      gap:16px;
      overflow-x:auto;
      scroll-snap-type:x mandatory;
      padding:6px 2px 18px;
      scrollbar-width:none;
    }
    .scroll-track::-webkit-scrollbar{display:none}
    .topic-card{
      min-width:340px;
      max-width:360px;
      scroll-snap-align:start;
      border-radius:28px;
      padding:22px;
      background:#fff;
      border:1px solid var(--color-border);
      box-shadow:var(--shadow-sm);
      transition:var(--ease);
    }
    .topic-card:nth-child(2n){background:linear-gradient(180deg,#fff,#fff4e6)}
    .topic-card:nth-child(3n){background:linear-gradient(180deg,#fff,#effbf4)}
    .topic-card:hover{
      transform:translateY(-4px);
      box-shadow:var(--shadow-md);
    }
    .topic-meta{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:8px;
      margin-bottom:16px;
    }
    .topic-icon{
      width:44px;
      height:44px;
      border-radius:16px;
      background:linear-gradient(135deg,var(--color-primary),var(--color-coral));
      color:#fff;
      display:grid;
      place-items:center;
      font-weight:900;
      box-shadow:0 12px 24px rgba(90,18,56,.18);
    }
    .tag-list{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      margin:16px 0;
    }
    .tag{
      display:inline-flex;
      border-radius:999px;
      padding:5px 10px;
      background:rgba(122,31,78,.07);
      color:var(--color-primary);
      font-weight:850;
      font-size:13px;
    }

    .value-layout{
      display:grid;
      grid-template-columns:1.08fr .92fr;
      gap:22px;
      align-items:stretch;
    }
    .feature-big,.feature-small{
      border-radius:30px;
      border:1px solid var(--color-border);
      box-shadow:var(--shadow-sm);
      overflow:hidden;
    }
    .feature-big{
      padding:30px;
      background:
        linear-gradient(135deg,rgba(255,244,230,.96),rgba(255,231,238,.86)),
        #fff;
    }
    .feature-list{
      display:grid;
      gap:12px;
      margin-top:22px;
    }
    .feature-item{
      display:flex;
      gap:12px;
      align-items:flex-start;
      padding:15px;
      border-radius:20px;
      background:rgba(255,255,255,.72);
      border:1px solid rgba(122,31,78,.10);
    }
    .feature-item .dot{
      width:28px;
      height:28px;
      border-radius:999px;
      display:grid;
      place-items:center;
      color:#fff;
      font-weight:900;
      background:var(--color-primary);
      flex:0 0 auto;
    }
    .feature-item p{margin:0;font-size:15px}
    .small-stack{
      display:grid;
      gap:16px;
    }
    .feature-small{
      padding:24px;
      background:#fff;
    }
    .feature-small.mint{background:linear-gradient(180deg,#fff,#edf9f2)}
    .feature-small.rose{background:linear-gradient(180deg,#fff,#ffeaf0)}

    .compare{
      background:linear-gradient(180deg,#fff9f4,#fff0e8);
    }
    .plans-grid{
      display:grid;
      grid-template-columns:.9fr 1.16fr .9fr;
      gap:18px;
      align-items:stretch;
    }
    .plan-card{
      position:relative;
      border-radius:30px;
      padding:24px;
      background:#fff;
      border:1px solid var(--color-border);
      box-shadow:var(--shadow-sm);
      transition:var(--ease);
    }
    .plan-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}
    .plan-card.recommended{
      background:linear-gradient(180deg,#fff,#fff4e6);
      border-color:rgba(255,107,107,.36);
      box-shadow:var(--shadow-lg);
      transform:translateY(-10px);
    }
    .plan-card.recommended:hover{transform:translateY(-14px)}
    .plan-card ul{
      list-style:none;
      margin:18px 0 20px;
      padding:0;
      display:grid;
      gap:10px;
    }
    .plan-card li{
      position:relative;
      padding-left:22px;
      color:#684a5f;
      font-weight:700;
      font-size:15px;
    }
    .plan-card li::before{
      content:"";
      position:absolute;
      left:0;
      top:.72em;
      width:8px;
      height:8px;
      border-radius:50%;
      background:var(--color-coral);
    }
    .plan-title{
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:8px;
    }

    .zones{
      background:
        radial-gradient(circle at 0% 40%, rgba(223,246,234,.9), transparent 28%),
        radial-gradient(circle at 100% 0%, rgba(255,231,238,.9), transparent 24%);
    }
    .zone-grid{
      display:grid;
      grid-template-columns:1.05fr .95fr;
      gap:18px;
    }
    .zone-wide{
      grid-row:span 2;
      min-height:440px;
      border-radius:32px;
      padding:30px;
      background:linear-gradient(135deg,var(--color-primary),var(--color-primary-2));
      color:#fff;
      box-shadow:var(--shadow-lg);
      position:relative;
      overflow:hidden;
    }
    .zone-wide::after{
      content:"";
      position:absolute;
      width:220px;
      height:220px;
      right:-70px;
      bottom:-70px;
      border-radius:50%;
      background:rgba(255,179,106,.18);
    }
    .zone-wide h3{color:#fff;font-size:30px}
    .zone-wide p{color:rgba(255,255,255,.82)}
    .zone-card{
      border-radius:30px;
      padding:26px;
      background:#fff;
      border:1px solid var(--color-border);
      box-shadow:var(--shadow-sm);
    }
    .zone-card.apricot{background:linear-gradient(180deg,#fff,#fff0d6)}
    .zone-card.mint{background:linear-gradient(180deg,#fff,#e9faef)}
    .zone-checks{
      list-style:none;
      margin:20px 0 24px;
      padding:0;
      display:grid;
      gap:12px;
    }
    .zone-checks li{
      display:flex;
      align-items:center;
      gap:10px;
      color:inherit;
      font-weight:800;
    }
    .zone-checks li::before{
      content:"✓";
      width:24px;
      height:24px;
      border-radius:999px;
      display:grid;
      place-items:center;
      background:rgba(255,255,255,.18);
      color:var(--color-orange);
      font-size:14px;
      font-weight:900;
    }
    .zone-card .zone-checks li::before{background:var(--color-rose);color:var(--color-primary)}

    .steps-shell{
      border-radius:34px;
      padding:30px;
      background:#fff;
      border:1px solid var(--color-border);
      box-shadow:var(--shadow-md);
    }
    .steps{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:14px;
      position:relative;
    }
    .step-card{
      position:relative;
      z-index:1;
      padding:22px;
      border-radius:24px;
      background:linear-gradient(180deg,#fff,#fff8f1);
      border:1px solid rgba(122,31,78,.10);
    }
    .step-num{
      width:42px;
      height:42px;
      border-radius:999px;
      display:grid;
      place-items:center;
      color:#fff;
      background:linear-gradient(135deg,var(--color-coral),var(--color-orange));
      font-weight:900;
      margin-bottom:14px;
      box-shadow:0 10px 22px rgba(255,107,107,.22);
    }
    .step-card p{font-size:15px;margin-bottom:0}

    .affiliate{
      background:linear-gradient(135deg,#fff4e6,#ffe7ee);
    }
    .affiliate-grid{
      display:grid;
      grid-template-columns:.92fr 1.08fr;
      gap:18px;
      align-items:stretch;
    }
    .affiliate-panel{
      border-radius:32px;
      padding:28px;
      background:var(--color-primary);
      color:#fff;
      box-shadow:var(--shadow-lg);
    }
    .affiliate-panel h2,.affiliate-panel h3{color:#fff}
    .affiliate-panel p{color:rgba(255,255,255,.78)}
    .commission{
      display:grid;
      grid-template-columns:repeat(2,1fr);
      gap:12px;
      margin-top:18px;
    }
    .commission-card{
      padding:18px;
      border-radius:22px;
      background:rgba(255,255,255,.12);
      border:1px solid rgba(255,255,255,.16);
    }
    .commission-card b{
      display:block;
      font-size:28px;
      color:#fff;
      line-height:1;
      margin-bottom:8px;
    }
    .material-list{
      display:grid;
      gap:12px;
    }
    .material-item{
      padding:18px;
      border-radius:24px;
      background:#fff;
      border:1px solid var(--color-border);
      box-shadow:var(--shadow-sm);
    }
    .material-item p{margin-bottom:0;font-size:15px}

    .news-layout{
      display:grid;
      grid-template-columns:minmax(0,1fr) 360px;
      gap:22px;
      align-items:start;
    }
    .news-list{
      display:grid;
      gap:12px;
    }
    .news-item{
      display:grid;
      grid-template-columns:118px 1fr auto;
      gap:16px;
      align-items:center;
      padding:18px;
      border-radius:24px;
      background:#fff;
      border:1px solid var(--color-border);
      box-shadow:var(--shadow-sm);
    }
    .news-date{
      color:var(--color-primary);
      background:var(--color-cream);
      border-radius:16px;
      padding:10px;
      text-align:center;
      font-weight:900;
      font-size:14px;
    }
    .news-item h3{font-size:18px;margin-bottom:4px}
    .news-item p{font-size:14px;margin-bottom:0}
    .arrow-link{
      width:42px;
      height:42px;
      border-radius:999px;
      display:grid;
      place-items:center;
      color:var(--color-primary);
      background:var(--color-rose);
      font-weight:900;
    }
    .news-item:hover{
      transform:translateY(-2px);
      box-shadow:var(--shadow-md);
    }
    .recommend-box{
      border-radius:30px;
      padding:26px;
      background:linear-gradient(180deg,#fff,#eaf8ef);
      border:1px solid var(--color-border);
      box-shadow:var(--shadow-md);
      position:sticky;
      top:112px;
    }
    .recommend-box ul{
      list-style:none;
      padding:0;
      margin:16px 0 22px;
      display:grid;
      gap:10px;
    }
    .recommend-box li{
      padding:12px 14px;
      border-radius:16px;
      background:rgba(255,255,255,.75);
      color:#604158;
      font-weight:800;
    }

    .lead-form-section{
      background:
        linear-gradient(135deg,rgba(90,18,56,.97),rgba(122,31,78,.94)),
        var(--color-primary);
      color:#fff;
      overflow:hidden;
    }
    .lead-form-section h2,.lead-form-section h3{color:#fff}
    .lead-form-section .section-desc{color:rgba(255,255,255,.76)}
    .lead-box{
      display:grid;
      grid-template-columns:1fr 1.05fr;
      gap:24px;
      align-items:center;
      border-radius:34px;
      padding:30px;
      background:rgba(255,255,255,.10);
      border:1px solid rgba(255,255,255,.16);
      box-shadow:0 24px 70px rgba(0,0,0,.18);
    }
    .update-form{
      display:grid;
      gap:12px;
      padding:22px;
      border-radius:28px;
      background:#fff;
      color:var(--color-text);
    }
    .form-row{
      display:grid;
      grid-template-columns:1fr 190px;
      gap:12px;
    }
    .form-hint{
      color:#846b7d;
      font-size:13px;
      margin:0;
    }

    .faq{
      background:linear-gradient(180deg,#fff9f4,#fff);
    }
    .accordion{
      background:transparent;
    }
    .accordion-item{
      margin-bottom:12px;
      border:1px solid var(--color-border);
      border-radius:22px;
      overflow:hidden;
      background:#fff;
      box-shadow:var(--shadow-sm);
    }
    .accordion-title{
      color:var(--color-primary);
      font-weight:900;
      font-size:17px;
      border:0 !important;
      padding:19px 56px 19px 22px;
      background:#fff;
    }
    .accordion-title:hover,.accordion-title:focus{
      color:var(--color-primary);
      background:var(--color-rose);
    }
    .accordion-title::before{
      right:22px;
      color:var(--color-coral);
      font-weight:900;
      font-size:24px;
      margin-top:-14px;
    }
    .accordion-content{
      border:0 !important;
      color:var(--color-muted);
      padding:0 22px 22px;
      background:linear-gradient(180deg,var(--color-rose),#fff);
      font-size:16px;
      line-height:1.8;
    }

    .final-cta{
      padding:0 0 76px;
    }
    .cta-panel{
      position:relative;
      overflow:hidden;
      border-radius:38px;
      padding:44px;
      color:#fff;
      background:
        radial-gradient(circle at 10% 10%,rgba(255,179,106,.46),transparent 30%),
        linear-gradient(135deg,var(--color-coral),var(--color-primary-2) 68%,var(--color-primary));
      box-shadow:var(--shadow-lg);
    }
    .cta-panel::after{
      content:"";
      position:absolute;
      width:260px;
      height:260px;
      right:-80px;
      top:-90px;
      border-radius:50%;
      border:34px solid rgba(255,255,255,.10);
    }
    .cta-panel h2{color:#fff}
    .cta-panel p{color:rgba(255,255,255,.84);max-width:760px}
    .cta-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}

    .site-footer{
      background:#3f0e2a;
      color:#fff;
      padding:46px 0 28px;
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.2fr .8fr .8fr;
      gap:24px;
      align-items:start;
    }
    .footer-brand{
      display:flex;
      align-items:center;
      gap:10px;
      font-weight:900;
      font-size:18px;
      margin-bottom:12px;
    }
    .site-footer p,.site-footer a,.site-footer li{
      color:rgba(255,255,255,.72);
      font-size:14px;
    }
    .site-footer h3{
      color:#fff;
      font-size:17px;
      margin-bottom:12px;
    }
    .footer-links{
      list-style:none;
      margin:0;
      padding:0;
      display:grid;
      gap:8px;
    }
    .footer-links a:hover{
      color:#fff;
      padding-left:4px;
    }
    .copyright{
      margin-top:28px;
      padding-top:18px;
      border-top:1px solid rgba(255,255,255,.12);
      display:flex;
      justify-content:space-between;
      gap:14px;
      flex-wrap:wrap;
    }

    @media (max-width:1024px){
      .brand{min-width:auto}
      .brand span{max-width:190px}
      .nav-links a{padding:9px 10px;font-size:13px}
      .hero-inner,.value-layout,.affiliate-grid,.lead-box{grid-template-columns:1fr}
      .hero-copy{min-height:auto}
      .plans-grid{grid-template-columns:1fr}
      .plan-card.recommended{transform:none}
      .plan-card.recommended:hover{transform:translateY(-4px)}
      .zone-grid,.news-layout{grid-template-columns:1fr}
      .recommend-box{position:static}
      .steps{grid-template-columns:repeat(2,1fr)}
    }

    @media (max-width:768px){
      .top-campaign{
        border-radius:20px;
        align-items:flex-start;
        justify-content:flex-start;
        line-height:1.55;
      }
      .nav-panel{
        flex-wrap:wrap;
        border-radius:22px;
      }
      .menu-toggle{display:inline-flex}
      .nav-links{
        display:none;
        width:100%;
        grid-template-columns:1fr 1fr;
        gap:8px;
        padding-top:8px;
      }
      .nav-panel.open .nav-links{display:grid}
      .nav-panel.open .nav-action{display:flex}
      .nav-action{
        display:none;
        width:100%;
      }
      .brand span{max-width:none}
      .hero-stage{border-radius:28px;min-height:auto}
      .hero-inner{padding:28px}
      .lead{font-size:16px}
      .hero-ctas .btn{width:100%}
      .stat-row{grid-template-columns:1fr}
      .topic-card{min-width:82vw}
      .section{padding:54px 0}
      .section-head{
        display:block;
      }
      .zone-wide{min-height:auto}
      .commission{grid-template-columns:1fr}
      .news-item{
        grid-template-columns:1fr;
        gap:10px;
      }
      .arrow-link{width:100%;height:42px}
      .form-row{grid-template-columns:1fr}
      .footer-grid{grid-template-columns:1fr}
    }

    @media (max-width:520px){
      .site-container{width:min(100% - 24px,var(--container))}
      h1{font-size:31px;letter-spacing:-.5px}
      h2{font-size:25px}
      .hero{padding-top:22px}
      .hero-inner{padding:22px}
      .choice-card,.topic-card,.feature-big,.feature-small,.steps-shell,.affiliate-panel,.material-item,.lead-box,.update-form,.cta-panel{border-radius:22px}
      .steps{grid-template-columns:1fr}
      .cta-panel{padding:28px}
      .btn{width:100%}
      .top-campaign{width:calc(100% - 24px)}
    }

/* roulang page: category1 */
:root{
      --berry:#5A1238;
      --berry-2:#7A1F4E;
      --berry-3:#9C2D64;
      --coral:#FF6B6B;
      --orange:#FFB36A;
      --cream:#FFF4E6;
      --mint:#DFF6EA;
      --rose:#FFE6EC;
      --apricot:#FFF0D8;
      --paper:#FFFCF8;
      --white:#FFFFFF;
      --text:#26101C;
      --muted:#755B69;
      --soft:#947787;
      --line:rgba(122,31,78,.14);
      --line-strong:rgba(122,31,78,.24);
      --shadow:0 18px 50px rgba(90,18,56,.10);
      --shadow-hover:0 24px 70px rgba(90,18,56,.18);
      --radius-sm:14px;
      --radius-md:20px;
      --radius-lg:28px;
      --radius-xl:36px;
      --container:1220px;
      --ease:all .22s ease;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:system-ui,-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans SC",sans-serif;
      color:var(--text);
      background:
        radial-gradient(circle at 8% 8%, rgba(255,179,106,.22), transparent 32%),
        radial-gradient(circle at 94% 18%, rgba(255,107,107,.16), transparent 30%),
        linear-gradient(180deg,#fffaf4 0%,#fff8f1 42%,#fffdf9 100%);
      line-height:1.75;
      font-size:16px;
      overflow-x:hidden;
    }
    a{color:inherit;text-decoration:none;transition:var(--ease)}
    a:hover,a:focus{color:var(--berry-2)}
    img{max-width:100%;height:auto;display:block}
    button,input,select,textarea{font:inherit}
    button{cursor:pointer}
    :focus-visible{
      outline:3px solid rgba(255,107,107,.42);
      outline-offset:3px;
      border-radius:12px;
    }
    .site-container{
      width:min(calc(100% - 32px),var(--container));
      margin:0 auto;
    }
    .site-header{
      position:sticky;
      top:0;
      z-index:80;
      padding:14px 0;
      background:rgba(255,250,244,.82);
      backdrop-filter:blur(18px);
      border-bottom:1px solid rgba(122,31,78,.08);
    }
    .nav-panel{
      display:flex;
      align-items:center;
      gap:14px;
      padding:12px;
      border:1px solid var(--line);
      border-radius:26px;
      background:rgba(255,255,255,.88);
      box-shadow:0 14px 44px rgba(90,18,56,.08);
      position:relative;
    }
    .brand{
      display:flex;
      align-items:center;
      gap:12px;
      min-width:290px;
      font-weight:850;
      color:var(--berry);
      letter-spacing:-.02em;
    }
    .brand small{
      display:block;
      margin-top:1px;
      color:var(--muted);
      font-size:12px;
      font-weight:650;
      letter-spacing:0;
    }
    .brand-mark{
      width:42px;
      height:42px;
      border-radius:16px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      flex:0 0 auto;
      color:#fff;
      font-weight:900;
      background:linear-gradient(135deg,var(--berry),var(--coral));
      box-shadow:0 12px 28px rgba(122,31,78,.24);
    }
    .nav-links{
      list-style:none;
      margin:0;
      padding:0;
      display:flex;
      align-items:center;
      gap:8px;
      flex:1;
    }
    .nav-links a{
      display:flex;
      align-items:center;
      min-height:42px;
      padding:8px 13px;
      border:1px solid rgba(122,31,78,.10);
      border-radius:16px;
      color:var(--berry);
      background:#fffaf4;
      font-size:14px;
      font-weight:750;
      white-space:nowrap;
    }
    .nav-links a:hover{
      transform:translateY(-2px);
      background:var(--rose);
      border-color:rgba(255,107,107,.34);
      box-shadow:0 12px 24px rgba(90,18,56,.10);
    }
    .nav-links a.active{
      background:linear-gradient(180deg,#fff1f3,#ffffff);
      border-color:rgba(255,107,107,.55);
      box-shadow:inset 0 4px 0 var(--coral),0 12px 28px rgba(90,18,56,.10);
      color:var(--berry-2);
    }
    .nav-action,.btn-primary,.btn-secondary,.btn-coral{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      min-height:46px;
      padding:12px 20px;
      border-radius:999px;
      border:0;
      font-weight:850;
      line-height:1.2;
      transition:var(--ease);
      white-space:nowrap;
    }
    .nav-action,.btn-primary{
      background:var(--berry);
      color:#fff;
      box-shadow:0 14px 30px rgba(90,18,56,.20);
    }
    .nav-action:hover,.btn-primary:hover{
      transform:translateY(-2px);
      background:var(--berry-2);
      color:#fff;
      box-shadow:var(--shadow-hover);
    }
    .btn-secondary{
      background:#fff;
      color:var(--berry);
      border:1px solid var(--line-strong);
      box-shadow:0 10px 24px rgba(90,18,56,.07);
    }
    .btn-secondary:hover{
      transform:translateY(-2px);
      background:var(--rose);
      color:var(--berry-2);
    }
    .btn-coral{
      color:#fff;
      background:linear-gradient(135deg,var(--coral),var(--orange));
      box-shadow:0 16px 34px rgba(255,107,107,.25);
    }
    .btn-coral:hover{
      transform:translateY(-2px);
      color:#fff;
      box-shadow:0 22px 42px rgba(255,107,107,.32);
      filter:saturate(1.05);
    }
    .menu-toggle{
      display:none;
      border:1px solid var(--line);
      border-radius:14px;
      color:var(--berry);
      background:#fff;
      padding:10px 14px;
      font-weight:850;
    }
    .notice-strip{
      margin:20px auto 0;
      border-radius:22px;
      padding:12px 18px;
      color:#fff;
      background:
        linear-gradient(135deg,rgba(90,18,56,.96),rgba(255,107,107,.90)),
        repeating-linear-gradient(45deg,rgba(255,255,255,.10) 0 8px, transparent 8px 16px);
      box-shadow:0 14px 40px rgba(122,31,78,.18);
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      font-size:14px;
      font-weight:750;
    }
    .notice-strip span:first-child{
      display:inline-flex;
      align-items:center;
      gap:8px;
    }
    .notice-strip strong{
      background:rgba(255,255,255,.18);
      padding:5px 10px;
      border-radius:999px;
    }
    main{padding-bottom:72px}
    .section{
      padding:74px 0;
      position:relative;
    }
    .section.compact{padding:46px 0}
    .section-head{
      max-width:820px;
      margin-bottom:28px;
    }
    .section-kicker{
      display:inline-flex;
      align-items:center;
      gap:8px;
      margin-bottom:12px;
      padding:7px 12px;
      border-radius:999px;
      color:var(--berry-2);
      background:rgba(255,230,236,.78);
      font-size:14px;
      font-weight:850;
    }
    h1,h2,h3,p{margin-top:0}
    h1{
      color:#fff;
      font-size:clamp(30px,4.4vw,50px);
      line-height:1.15;
      letter-spacing:-.045em;
      font-weight:900;
      margin-bottom:18px;
    }
    h2{
      font-size:clamp(25px,3vw,36px);
      line-height:1.2;
      letter-spacing:-.03em;
      color:var(--berry);
      font-weight:880;
      margin-bottom:12px;
    }
    h3{
      font-size:21px;
      line-height:1.32;
      color:var(--berry);
      font-weight:850;
      margin-bottom:10px;
    }
    p{color:var(--muted);margin-bottom:16px}
    .hero{
      padding:26px 0 28px;
    }
    .hero-card{
      overflow:hidden;
      position:relative;
      border-radius:var(--radius-xl);
      padding:34px;
      background:
        radial-gradient(circle at 18% 0%, rgba(255,179,106,.32), transparent 36%),
        radial-gradient(circle at 92% 20%, rgba(255,107,107,.30), transparent 35%),
        linear-gradient(135deg,var(--berry),#842052 68%,#A83C63);
      box-shadow:0 28px 80px rgba(90,18,56,.24);
    }
    .hero-card:before{
      content:"";
      position:absolute;
      inset:auto -60px -90px auto;
      width:310px;
      height:310px;
      border-radius:50%;
      background:rgba(255,244,230,.15);
    }
    .hero-card:after{
      content:"";
      position:absolute;
      top:22px;
      right:24px;
      width:140px;
      height:52px;
      border-radius:999px;
      background:linear-gradient(135deg,rgba(255,255,255,.18),rgba(255,255,255,.04));
      transform:rotate(-8deg);
    }
    .hero-copy,.hero-aside{position:relative;z-index:1}
    .hero-copy .question{
      display:inline-flex;
      align-items:center;
      gap:8px;
      margin-bottom:14px;
      padding:8px 13px;
      border-radius:999px;
      background:rgba(255,255,255,.14);
      color:#fff8ed;
      font-weight:850;
      font-size:14px;
    }
    .hero-copy p{
      color:rgba(255,255,255,.86);
      font-size:18px;
      max-width:680px;
    }
    .hero-actions{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin-top:24px;
    }
    .hero-actions .btn-secondary{
      background:rgba(255,255,255,.92);
    }
    .lead-form{
      border-radius:28px;
      background:rgba(255,252,248,.96);
      padding:22px;
      border:1px solid rgba(255,255,255,.42);
      box-shadow:0 20px 50px rgba(42,7,26,.18);
    }
    .lead-form h2{
      font-size:24px;
      margin-bottom:4px;
    }
    .lead-form p{
      font-size:14px;
      line-height:1.6;
      margin-bottom:16px;
    }
    .field-label{
      display:block;
      margin-bottom:8px;
      color:var(--berry);
      font-weight:850;
      font-size:14px;
    }
    .lead-form input,.lead-form select{
      width:100%;
      height:50px;
      border:1px solid rgba(122,31,78,.18);
      border-radius:16px;
      background:#fff;
      color:var(--text);
      box-shadow:none;
      padding:0 14px;
      margin-bottom:14px;
      transition:var(--ease);
    }
    .lead-form input:focus,.lead-form select:focus{
      border-color:var(--coral);
      box-shadow:0 0 0 4px rgba(255,107,107,.12);
      background:#fff;
    }
    .form-note{
      display:flex;
      gap:8px;
      align-items:flex-start;
      color:var(--soft);
      font-size:13px;
      line-height:1.55;
      margin-top:12px;
    }
    .pill-row{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:20px;
    }
    .pill,.tag,.status{
      display:inline-flex;
      align-items:center;
      gap:6px;
      border-radius:999px;
      padding:7px 11px;
      font-size:13px;
      font-weight:800;
      color:var(--berry-2);
      background:#fff;
      border:1px solid rgba(122,31,78,.12);
    }
    .tag.coral{color:#B84245;background:#FFE9E1;border-color:rgba(255,107,107,.24)}
    .tag.mint{color:#257257;background:var(--mint);border-color:rgba(37,114,87,.15)}
    .tag.cream{background:var(--cream)}
    .status{
      background:var(--rose);
      border-color:rgba(255,107,107,.20);
    }
    .filter-board{
      margin-top:24px;
      border-radius:28px;
      padding:20px;
      background:#fff;
      border:1px solid var(--line);
      box-shadow:var(--shadow);
    }
    .filter-grid{
      display:grid;
      grid-template-columns:1.2fr .9fr .9fr auto;
      gap:12px;
      align-items:end;
    }
    .filter-board label{
      color:var(--berry);
      font-size:13px;
      font-weight:850;
      margin-bottom:7px;
    }
    .filter-board input,.filter-board select{
      margin:0;
      height:48px;
      border:1px solid rgba(122,31,78,.18);
      border-radius:15px;
      background:#fffdf9;
      box-shadow:none;
      padding:0 13px;
    }
    .filter-board input:focus,.filter-board select:focus{
      border-color:var(--berry-2);
      box-shadow:0 0 0 4px rgba(122,31,78,.10);
    }
    .summary-grid{
      display:grid;
      grid-template-columns:1.15fr .85fr;
      gap:22px;
      align-items:stretch;
    }
    .wide-card,.info-card,.mini-card,.entry-card,.step-card,.faq-wrap,.cta-panel{
      border-radius:var(--radius-lg);
      border:1px solid var(--line);
      background:rgba(255,255,255,.88);
      box-shadow:var(--shadow);
      transition:var(--ease);
    }
    .wide-card:hover,.info-card:hover,.mini-card:hover,.entry-card:hover,.step-card:hover{
      transform:translateY(-3px);
      box-shadow:var(--shadow-hover);
      border-color:rgba(255,107,107,.26);
    }
    .wide-card{
      padding:28px;
      background:
        linear-gradient(135deg,rgba(255,244,230,.95),rgba(255,255,255,.96));
    }
    .wide-card .meta-line{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin:15px 0 18px;
    }
    .check-list{
      list-style:none;
      padding:0;
      margin:18px 0 0;
      display:grid;
      gap:12px;
    }
    .check-list li{
      display:flex;
      gap:10px;
      align-items:flex-start;
      color:var(--muted);
      padding:12px 14px;
      border-radius:16px;
      background:#fff;
      border:1px solid rgba(122,31,78,.08);
    }
    .check-list li:before{
      content:"✓";
      width:24px;
      height:24px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      flex:0 0 auto;
      border-radius:50%;
      color:#fff;
      background:var(--coral);
      font-weight:900;
      font-size:13px;
      margin-top:2px;
    }
    .side-stack{
      display:grid;
      gap:18px;
    }
    .mini-card{
      padding:22px;
    }
    .mini-card:nth-child(1){background:linear-gradient(135deg,#fff,#FFE6EC)}
    .mini-card:nth-child(2){background:linear-gradient(135deg,#fff,#DFF6EA)}
    .mini-card:nth-child(3){background:linear-gradient(135deg,#fff,#FFF0D8)}
    .entry-scroll{
      display:grid;
      grid-auto-flow:column;
      grid-auto-columns:minmax(280px,34%);
      gap:16px;
      overflow-x:auto;
      padding:6px 4px 22px;
      scroll-snap-type:x mandatory;
      scrollbar-width:none;
    }
    .entry-scroll::-webkit-scrollbar{display:none}
    .entry-card{
      scroll-snap-align:start;
      padding:22px;
      min-height:230px;
      display:flex;
      flex-direction:column;
      justify-content:space-between;
      position:relative;
      overflow:hidden;
    }
    .entry-card:before{
      content:"";
      position:absolute;
      top:-34px;
      right:-32px;
      width:98px;
      height:98px;
      border-radius:50%;
      background:rgba(255,107,107,.12);
    }
    .entry-card:nth-child(2n){background:linear-gradient(180deg,#fff,#fff4e6)}
    .entry-card:nth-child(3n){background:linear-gradient(180deg,#fff,#effbf4)}
    .entry-card h3{padding-right:38px}
    .entry-card p{font-size:15px}
    .card-link{
      display:inline-flex;
      align-items:center;
      gap:8px;
      color:var(--berry);
      font-weight:900;
      margin-top:12px;
    }
    .card-link:hover{
      gap:12px;
      color:var(--coral);
    }
    .zones-layout{
      display:grid;
      grid-template-columns:.92fr 1.08fr;
      gap:22px;
      align-items:start;
    }
    .zone-main{
      border-radius:32px;
      padding:28px;
      background:linear-gradient(135deg,#5A1238,#8B2854);
      color:#fff;
      box-shadow:0 24px 64px rgba(90,18,56,.22);
      position:sticky;
      top:118px;
    }
    .zone-main h2,.zone-main h3{color:#fff}
    .zone-main p{color:rgba(255,255,255,.80)}
    .zone-main .tag{
      background:rgba(255,255,255,.12);
      color:#fff;
      border-color:rgba(255,255,255,.22);
    }
    .content-list{
      display:grid;
      gap:16px;
    }
    .info-card{
      padding:22px;
      display:grid;
      grid-template-columns:1fr auto;
      gap:18px;
      align-items:center;
      background:#fff;
    }
    .info-card:nth-child(2){background:linear-gradient(135deg,#fff,#FFE6EC)}
    .info-card:nth-child(3){background:linear-gradient(135deg,#fff,#FFF4E6)}
    .info-card:nth-child(4){background:linear-gradient(135deg,#fff,#DFF6EA)}
    .info-card .time{
      color:var(--soft);
      font-size:13px;
      font-weight:750;
      margin-top:8px;
    }
    .steps{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:16px;
      position:relative;
    }
    .step-card{
      padding:22px;
      background:#fff;
      position:relative;
      overflow:hidden;
    }
    .step-no{
      width:42px;
      height:42px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      border-radius:50%;
      color:#fff;
      background:linear-gradient(135deg,var(--berry),var(--coral));
      font-weight:900;
      margin-bottom:18px;
      box-shadow:0 12px 26px rgba(90,18,56,.16);
    }
    .related-panel{
      border-radius:32px;
      padding:28px;
      background:
        radial-gradient(circle at 92% 0%,rgba(255,179,106,.25),transparent 32%),
        linear-gradient(135deg,#FFF4E6,#FFFFFF);
      border:1px solid var(--line);
      box-shadow:var(--shadow);
    }
    .related-grid{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:16px;
      margin-top:18px;
    }
    .related-link{
      padding:18px;
      border-radius:22px;
      border:1px solid rgba(122,31,78,.12);
      background:#fff;
      min-height:132px;
      display:flex;
      flex-direction:column;
      justify-content:space-between;
      font-weight:850;
      color:var(--berry);
    }
    .related-link:hover{
      transform:translateY(-3px);
      color:var(--berry-2);
      background:var(--rose);
      box-shadow:0 16px 34px rgba(90,18,56,.10);
    }
    .faq-wrap{
      padding:12px;
      background:#fff;
    }
    .accordion{
      margin:0;
      background:transparent;
    }
    .accordion-item{
      border:0;
      margin-bottom:10px;
      border-radius:18px;
      overflow:hidden;
      background:#fffaf6;
      border:1px solid rgba(122,31,78,.10);
    }
    .accordion-title{
      border:0 !important;
      color:var(--berry);
      font-size:16px;
      font-weight:900;
      padding:18px 52px 18px 20px;
      background:#fffaf6;
    }
    .accordion-title:hover,.accordion-title:focus{
      background:var(--rose);
      color:var(--berry-2);
    }
    .accordion-title:before{
      right:20px;
      color:var(--coral);
      font-weight:900;
    }
    .accordion-content{
      border:0 !important;
      background:#fff;
      color:var(--muted);
      padding:0 20px 20px;
      line-height:1.75;
    }
    .cta-section{
      padding-top:20px;
    }
    .cta-panel{
      overflow:hidden;
      position:relative;
      padding:34px;
      background:
        radial-gradient(circle at 18% 10%,rgba(255,255,255,.26),transparent 28%),
        linear-gradient(135deg,var(--coral),var(--orange) 48%,#8C2455);
      color:#fff;
      border:0;
      box-shadow:0 26px 70px rgba(255,107,107,.28);
    }
    .cta-panel:after{
      content:"";
      position:absolute;
      right:-80px;
      bottom:-90px;
      width:260px;
      height:260px;
      border-radius:50%;
      background:rgba(255,255,255,.15);
    }
    .cta-panel h2{color:#fff}
    .cta-panel p{color:rgba(255,255,255,.88);max-width:780px}
    .cta-actions{
      position:relative;
      z-index:1;
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin-top:20px;
    }
    .cta-panel .btn-primary{
      background:#fff;
      color:var(--berry);
      box-shadow:0 16px 34px rgba(90,18,56,.18);
    }
    .cta-panel .btn-secondary{
      background:rgba(255,255,255,.14);
      color:#fff;
      border-color:rgba(255,255,255,.34);
    }
    .site-footer{
      padding:54px 0 26px;
      background:#3B0D26;
      color:#fff;
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.35fr .85fr 1fr;
      gap:28px;
      align-items:start;
    }
    .footer-brand{
      display:flex;
      align-items:center;
      gap:12px;
      color:#fff;
      font-weight:900;
      margin-bottom:14px;
    }
    .site-footer p{
      color:rgba(255,255,255,.72);
      margin-bottom:0;
    }
    .site-footer h3{
      color:#fff;
      font-size:18px;
      margin-bottom:14px;
    }
    .footer-links{
      list-style:none;
      margin:0;
      padding:0;
      display:grid;
      gap:10px;
    }
    .footer-links a{
      color:rgba(255,255,255,.76);
    }
    .footer-links a:hover{
      color:#fff;
      padding-left:4px;
    }
    .copyright{
      margin-top:34px;
      padding-top:20px;
      border-top:1px solid rgba(255,255,255,.14);
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:14px;
      color:rgba(255,255,255,.62);
      font-size:14px;
    }
    .soft-bg{background:linear-gradient(180deg,rgba(255,230,236,.38),rgba(255,255,255,0))}
    .mint-bg{background:linear-gradient(180deg,rgba(223,246,234,.55),rgba(255,255,255,0))}
    @media (max-width:1024px){
      .brand{min-width:auto}
      .nav-panel{flex-wrap:wrap}
      .nav-links{order:3;width:100%;justify-content:flex-start;overflow-x:auto;padding-top:8px}
      .filter-grid{grid-template-columns:1fr 1fr}
      .summary-grid,.zones-layout{grid-template-columns:1fr}
      .zone-main{position:relative;top:auto}
      .steps{grid-template-columns:repeat(2,1fr)}
      .entry-scroll{grid-auto-columns:minmax(270px,45%)}
      .footer-grid{grid-template-columns:1fr 1fr}
    }
    @media (max-width:768px){
      .site-header{padding:10px 0}
      .nav-panel{border-radius:22px}
      .menu-toggle{display:inline-flex;margin-left:auto}
      .nav-action{display:none}
      .nav-links{
        display:none;
        grid-template-columns:1fr 1fr;
        gap:10px;
        overflow:visible;
      }
      .nav-links.is-open{display:grid}
      .nav-links li{min-width:0}
      .nav-links a{
        white-space:normal;
        justify-content:center;
        text-align:center;
      }
      .brand span:last-child{font-size:14px}
      .brand small{font-size:11px}
      .notice-strip{align-items:flex-start;flex-direction:column;border-radius:18px}
      .hero-card{padding:24px;border-radius:28px}
      .hero-actions .btn-primary,.hero-actions .btn-secondary,.hero-actions .btn-coral{width:100%}
      .lead-form{margin-top:22px}
      .section{padding:54px 0}
      .filter-grid{grid-template-columns:1fr}
      .filter-grid .btn-primary{width:100%}
      .entry-scroll{grid-auto-columns:minmax(255px,82%)}
      .info-card{grid-template-columns:1fr}
      .related-grid{grid-template-columns:1fr}
      .footer-grid{grid-template-columns:1fr}
      .copyright{flex-direction:column;align-items:flex-start}
    }
    @media (max-width:520px){
      .site-container{width:min(calc(100% - 24px),var(--container))}
      h1{font-size:30px}
      h2{font-size:25px}
      .hero-card,.cta-panel{padding:20px}
      .steps{grid-template-columns:1fr}
      .pill-row{gap:8px}
      .pill,.tag,.status{font-size:12px}
      .brand-mark{width:38px;height:38px;border-radius:14px}
      .nav-links{grid-template-columns:1fr}
    }

/* roulang page: category2 */
:root{
      --color-primary:#5A1238;
      --color-primary-2:#7A1F4E;
      --color-primary-dark:#3E0B27;
      --color-coral:#FF6B6B;
      --color-orange:#FFB36A;
      --color-cream:#FFF4E6;
      --color-mint:#DFF6EA;
      --color-rose:#FFE5EC;
      --color-apricot:#FFF0D8;
      --color-bg:#FFF8F2;
      --color-surface:#FFFFFF;
      --color-text:#24121C;
      --color-muted:#76616D;
      --color-border:rgba(122,31,78,.14);
      --shadow-soft:0 18px 45px rgba(90,18,56,.10);
      --shadow-strong:0 24px 65px rgba(90,18,56,.18);
      --radius-sm:14px;
      --radius-md:20px;
      --radius-lg:28px;
      --radius-xl:36px;
      --container:1200px;
      --transition:all .22s ease;
    }

    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:system-ui,-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans SC",sans-serif;
      color:var(--color-text);
      background:
        radial-gradient(circle at 8% 0%, rgba(255,179,106,.28), transparent 28%),
        radial-gradient(circle at 86% 10%, rgba(255,107,107,.18), transparent 28%),
        linear-gradient(180deg,#fffaf6 0%,var(--color-bg) 42%,#fff 100%);
      line-height:1.75;
      min-height:100vh;
      overflow-x:hidden;
    }
    a{color:inherit;text-decoration:none;transition:var(--transition)}
    a:hover,a:focus{color:var(--color-primary-2)}
    img{max-width:100%;height:auto;display:block}
    button,input,select{font:inherit}
    button{cursor:pointer}
    :focus-visible{outline:3px solid rgba(255,107,107,.45);outline-offset:3px}
    .site-container{
      width:min(calc(100% - 32px),var(--container));
      margin:0 auto;
    }
    .section{
      padding:72px 0;
      position:relative;
    }
    .section-tight{padding:46px 0}
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:7px 13px;
      border-radius:999px;
      background:rgba(255,107,107,.12);
      color:var(--color-primary-2);
      font-weight:800;
      font-size:14px;
      border:1px solid rgba(255,107,107,.22);
      margin-bottom:14px;
    }
    .eyebrow::before{
      content:"";
      width:8px;
      height:8px;
      border-radius:50%;
      background:linear-gradient(135deg,var(--color-coral),var(--color-orange));
      box-shadow:0 0 0 5px rgba(255,107,107,.12);
    }
    h1,h2,h3,h4,p{margin-top:0}
    h1{
      font-size:clamp(30px,4.8vw,52px);
      line-height:1.12;
      font-weight:900;
      letter-spacing:-.04em;
      color:#fff;
      margin-bottom:18px;
    }
    h2{
      font-size:clamp(24px,3.2vw,36px);
      line-height:1.18;
      font-weight:850;
      letter-spacing:-.03em;
      margin-bottom:14px;
      color:var(--color-primary-dark);
    }
    h3{
      font-size:21px;
      line-height:1.32;
      font-weight:800;
      color:var(--color-primary);
      margin-bottom:10px;
    }
    p{
      color:var(--color-muted);
      font-size:16px;
      margin-bottom:16px;
    }

    .site-header{
      position:sticky;
      top:0;
      z-index:50;
      padding:14px 0;
      background:rgba(255,248,242,.78);
      backdrop-filter:blur(18px);
      border-bottom:1px solid rgba(122,31,78,.08);
    }
    .nav-panel{
      display:flex;
      align-items:center;
      gap:14px;
      padding:12px;
      border-radius:26px;
      background:rgba(255,255,255,.88);
      box-shadow:0 15px 42px rgba(90,18,56,.10);
      border:1px solid rgba(122,31,78,.12);
    }
    .brand{
      display:flex;
      align-items:center;
      gap:11px;
      min-width:288px;
      font-weight:900;
      color:var(--color-primary);
      letter-spacing:-.02em;
    }
    .brand:hover{transform:translateY(-1px);color:var(--color-primary-dark)}
    .brand-mark{
      width:42px;
      height:42px;
      border-radius:15px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      color:#fff;
      background:
        linear-gradient(135deg,var(--color-primary),var(--color-coral));
      box-shadow:0 12px 24px rgba(90,18,56,.22);
      font-weight:900;
      flex:0 0 auto;
    }
    .brand small{
      display:block;
      margin-top:1px;
      font-size:12px;
      color:var(--color-muted);
      font-weight:700;
      letter-spacing:0;
    }
    .menu-toggle{
      display:none;
      border:1px solid var(--color-border);
      background:var(--color-cream);
      color:var(--color-primary);
      padding:10px 14px;
      border-radius:999px;
      font-weight:800;
    }
    .nav-links{
      list-style:none;
      display:flex;
      align-items:center;
      gap:8px;
      padding:0;
      margin:0;
      flex:1;
    }
    .nav-links a{
      display:flex;
      align-items:center;
      justify-content:center;
      min-height:44px;
      padding:9px 13px;
      border-radius:16px;
      color:var(--color-primary);
      background:#fff8f4;
      border:1px solid rgba(122,31,78,.10);
      font-size:14px;
      font-weight:800;
      white-space:nowrap;
    }
    .nav-links a:hover{
      transform:translateY(-2px);
      background:var(--color-rose);
      border-color:rgba(255,107,107,.28);
      box-shadow:0 12px 28px rgba(90,18,56,.10);
    }
    .nav-links a.active{
      background:linear-gradient(180deg,#fff, var(--color-rose));
      border-color:rgba(255,107,107,.42);
      box-shadow:inset 0 4px 0 var(--color-coral), 0 10px 25px rgba(90,18,56,.10);
      color:var(--color-primary-dark);
    }
    .nav-action,.btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      min-height:46px;
      padding:12px 20px;
      border-radius:999px;
      border:0;
      font-weight:900;
      line-height:1;
      transition:var(--transition);
      white-space:nowrap;
    }
    .nav-action,.btn-primary{
      background:linear-gradient(135deg,var(--color-primary),var(--color-primary-2));
      color:#fff;
      box-shadow:0 16px 30px rgba(90,18,56,.20);
    }
    .nav-action:hover,.btn-primary:hover{
      color:#fff;
      transform:translateY(-2px);
      box-shadow:0 20px 42px rgba(90,18,56,.28);
      background:linear-gradient(135deg,var(--color-primary-dark),var(--color-primary-2));
    }
    .btn-secondary{
      background:#fff;
      color:var(--color-primary);
      border:1px solid rgba(122,31,78,.18);
      box-shadow:0 10px 22px rgba(90,18,56,.08);
    }
    .btn-secondary:hover{
      transform:translateY(-2px);
      background:var(--color-rose);
      color:var(--color-primary-dark);
    }
    .btn-festival{
      background:linear-gradient(135deg,var(--color-orange),var(--color-coral));
      color:#fff;
      box-shadow:0 18px 38px rgba(255,107,107,.26);
    }
    .btn-festival:hover{
      color:#fff;
      transform:translateY(-2px);
      filter:saturate(1.08);
      box-shadow:0 22px 46px rgba(255,107,107,.34);
    }

    .notice-strip{
      margin-top:20px;
      border-radius:999px;
      padding:10px 16px;
      color:#fff;
      background:
        linear-gradient(90deg,var(--color-coral),var(--color-orange),var(--color-primary-2));
      box-shadow:0 16px 34px rgba(255,107,107,.20);
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      overflow:hidden;
      position:relative;
    }
    .notice-strip::after{
      content:"";
      position:absolute;
      inset:-30px auto auto 60%;
      width:180px;
      height:80px;
      transform:rotate(-18deg);
      background:rgba(255,255,255,.18);
      border-radius:999px;
    }
    .notice-strip strong,.notice-strip span{position:relative;z-index:1}
    .notice-strip strong{
      display:inline-flex;
      align-items:center;
      gap:8px;
      font-size:14px;
    }
    .notice-strip span{font-size:13px;opacity:.95}

    .hero-control{
      padding:46px 0 34px;
    }
    .control-shell{
      border-radius:36px;
      background:
        radial-gradient(circle at 16% 18%, rgba(255,179,106,.28), transparent 28%),
        radial-gradient(circle at 82% 18%, rgba(255,107,107,.22), transparent 30%),
        linear-gradient(135deg,var(--color-primary-dark),var(--color-primary),var(--color-primary-2));
      box-shadow:var(--shadow-strong);
      overflow:hidden;
      position:relative;
      border:1px solid rgba(255,255,255,.18);
    }
    .control-shell::before{
      content:"";
      position:absolute;
      right:-90px;
      top:-80px;
      width:240px;
      height:240px;
      border-radius:50%;
      border:38px solid rgba(255,255,255,.08);
    }
    .control-inner{
      position:relative;
      z-index:1;
      padding:42px;
    }
    .hero-copy{
      padding-right:10px;
    }
    .hero-copy p{
      color:rgba(255,255,255,.82);
      font-size:18px;
      max-width:650px;
    }
    .hero-actions{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin:28px 0 0;
    }
    .hero-actions .btn-secondary{
      background:rgba(255,255,255,.94);
    }
    .hero-meta{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:26px;
    }
    .hero-meta .pill{
      background:rgba(255,255,255,.12);
      color:#fff;
      border-color:rgba(255,255,255,.18);
    }
    .panel-card{
      background:rgba(255,255,255,.94);
      border-radius:28px;
      border:1px solid rgba(255,255,255,.58);
      padding:22px;
      box-shadow:0 22px 55px rgba(30,6,20,.22);
    }
    .panel-title{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      margin-bottom:16px;
    }
    .panel-title h2{
      font-size:24px;
      margin:0;
    }
    .status-dot{
      width:12px;height:12px;border-radius:50%;
      background:var(--color-coral);
      box-shadow:0 0 0 7px rgba(255,107,107,.16);
    }
    .matrix{
      display:grid;
      grid-template-columns:repeat(2,1fr);
      gap:12px;
      margin-bottom:16px;
    }
    .matrix-item{
      border:1px solid rgba(122,31,78,.12);
      background:linear-gradient(180deg,#fff,#fff7f2);
      border-radius:18px;
      padding:15px;
      transition:var(--transition);
    }
    .matrix-item:hover{
      transform:translateY(-3px);
      box-shadow:0 14px 32px rgba(90,18,56,.12);
      border-color:rgba(255,107,107,.3);
    }
    .matrix-item strong{
      display:block;
      color:var(--color-primary);
      font-size:16px;
      margin-bottom:4px;
    }
    .matrix-item span{
      color:var(--color-muted);
      font-size:13px;
      line-height:1.55;
      display:block;
    }
    .quick-status{
      display:grid;
      gap:10px;
      padding:0;
      margin:0;
      list-style:none;
    }
    .quick-status li{
      display:flex;
      align-items:flex-start;
      gap:10px;
      padding:11px 12px;
      border-radius:16px;
      background:var(--color-cream);
      color:var(--color-primary);
      font-weight:750;
      font-size:14px;
    }
    .quick-status li::before{
      content:"✓";
      display:inline-flex;
      align-items:center;
      justify-content:center;
      width:20px;
      height:20px;
      flex:0 0 auto;
      border-radius:50%;
      background:var(--color-mint);
      color:#15734A;
      font-size:12px;
      font-weight:900;
    }
    .pill,.badge{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:6px;
      padding:6px 11px;
      border-radius:999px;
      font-size:13px;
      font-weight:850;
      color:var(--color-primary);
      background:rgba(255,229,236,.76);
      border:1px solid rgba(122,31,78,.10);
    }
    .badge.orange{
      color:#8D3B00;
      background:rgba(255,179,106,.22);
      border-color:rgba(255,179,106,.36);
    }
    .badge.mint{
      color:#176A45;
      background:rgba(223,246,234,.88);
      border-color:rgba(40,140,90,.14);
    }
    .section-head{
      display:flex;
      align-items:flex-end;
      justify-content:space-between;
      gap:24px;
      margin-bottom:28px;
    }
    .section-head p{
      max-width:650px;
      margin-bottom:0;
    }

    .overview-block{
      background:linear-gradient(135deg,#fff,var(--color-cream));
      border-top:1px solid rgba(122,31,78,.08);
      border-bottom:1px solid rgba(122,31,78,.08);
    }
    .overview-card{
      height:100%;
      border-radius:26px;
      padding:24px;
      background:rgba(255,255,255,.86);
      border:1px solid var(--color-border);
      box-shadow:var(--shadow-soft);
      transition:var(--transition);
    }
    .overview-card:hover{
      transform:translateY(-4px);
      box-shadow:var(--shadow-strong);
      border-color:rgba(255,107,107,.32);
    }
    .overview-card.feature{
      background:
        radial-gradient(circle at 90% 0%, rgba(255,107,107,.20), transparent 25%),
        linear-gradient(135deg,#fff,#fff0f4);
      min-height:260px;
    }
    .tag-cloud{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:18px;
    }
    .compare-list{
      list-style:none;
      margin:18px 0 0;
      padding:0;
      display:grid;
      gap:12px;
    }
    .compare-list li{
      display:flex;
      justify-content:space-between;
      gap:12px;
      padding:12px 14px;
      background:#fff;
      border:1px solid rgba(122,31,78,.10);
      border-radius:16px;
      color:var(--color-muted);
      font-size:14px;
    }
    .compare-list strong{color:var(--color-primary)}

    .scroll-wrap{
      position:relative;
    }
    .scroll-lane{
      display:grid;
      grid-auto-flow:column;
      grid-auto-columns:minmax(290px, 31%);
      gap:16px;
      overflow-x:auto;
      scroll-snap-type:x mandatory;
      padding:6px 2px 22px;
      scrollbar-width:none;
    }
    .scroll-lane::-webkit-scrollbar{display:none}
    .entry-card{
      scroll-snap-align:start;
      min-height:235px;
      border-radius:28px;
      padding:22px;
      background:#fff;
      border:1px solid var(--color-border);
      box-shadow:var(--shadow-soft);
      position:relative;
      overflow:hidden;
      transition:var(--transition);
    }
    .entry-card:nth-child(2n){background:linear-gradient(135deg,#fff,var(--color-mint))}
    .entry-card:nth-child(3n){background:linear-gradient(135deg,#fff,var(--color-apricot))}
    .entry-card::after{
      content:"";
      position:absolute;
      right:-32px;
      bottom:-42px;
      width:110px;
      height:110px;
      border-radius:34px;
      background:rgba(255,107,107,.12);
      transform:rotate(18deg);
    }
    .entry-card:hover{
      transform:translateY(-5px);
      box-shadow:var(--shadow-strong);
    }
    .entry-card h3,.entry-card p,.entry-card .tag-cloud,.entry-card .card-link{
      position:relative;
      z-index:1;
    }
    .card-link{
      display:inline-flex;
      margin-top:14px;
      color:var(--color-primary);
      font-weight:900;
    }
    .card-link:hover{color:var(--color-coral);transform:translateX(3px)}

    .stagger-section{
      background:
        radial-gradient(circle at 12% 10%, rgba(223,246,234,.78), transparent 28%),
        linear-gradient(180deg,#fff,var(--color-bg));
    }
    .stagger-list{
      display:grid;
      gap:22px;
    }
    .stagger-item{
      display:grid;
      grid-template-columns:1fr .72fr;
      align-items:center;
      gap:22px;
      padding:24px;
      border-radius:30px;
      background:#fff;
      border:1px solid var(--color-border);
      box-shadow:var(--shadow-soft);
      transition:var(--transition);
    }
    .stagger-item:nth-child(even){
      grid-template-columns:.72fr 1fr;
      background:linear-gradient(135deg,#fff,#fff3e4);
      margin-left:60px;
    }
    .stagger-item:nth-child(even) .stagger-copy{order:2}
    .stagger-item:hover{
      transform:translateY(-4px);
      box-shadow:var(--shadow-strong);
    }
    .stagger-aside{
      border-radius:24px;
      padding:22px;
      background:
        linear-gradient(135deg,var(--color-primary),var(--color-primary-2));
      color:#fff;
      min-height:180px;
      display:flex;
      flex-direction:column;
      justify-content:space-between;
      position:relative;
      overflow:hidden;
    }
    .stagger-aside::before{
      content:"";
      position:absolute;
      width:120px;
      height:120px;
      border-radius:999px;
      right:-35px;
      top:-35px;
      background:rgba(255,255,255,.14);
    }
    .stagger-aside strong{
      font-size:30px;
      line-height:1;
      position:relative;
      z-index:1;
    }
    .stagger-aside span{
      color:rgba(255,255,255,.82);
      position:relative;
      z-index:1;
    }
    .mini-row{
      display:flex;
      flex-wrap:wrap;
      gap:9px;
      margin:14px 0 0;
    }

    .advice-grid{
      display:grid;
      grid-template-columns:1.15fr .85fr;
      gap:22px;
      align-items:stretch;
    }
    .advice-main{
      border-radius:32px;
      padding:30px;
      background:
        linear-gradient(135deg,var(--color-mint),#fff);
      border:1px solid rgba(40,140,90,.14);
      box-shadow:var(--shadow-soft);
    }
    .step-list{
      list-style:none;
      padding:0;
      margin:20px 0 0;
      display:grid;
      gap:14px;
    }
    .step-list li{
      display:grid;
      grid-template-columns:42px 1fr;
      gap:14px;
      align-items:flex-start;
    }
    .step-num{
      width:42px;
      height:42px;
      border-radius:50%;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      background:var(--color-primary);
      color:#fff;
      font-weight:900;
      box-shadow:0 12px 22px rgba(90,18,56,.18);
    }
    .step-list strong{
      display:block;
      color:var(--color-primary);
      margin-bottom:2px;
    }
    .advice-side{
      border-radius:32px;
      padding:28px;
      background:
        linear-gradient(135deg,var(--color-primary-dark),var(--color-primary));
      color:#fff;
      box-shadow:var(--shadow-strong);
      position:relative;
      overflow:hidden;
    }
    .advice-side::after{
      content:"";
      position:absolute;
      inset:auto -40px -55px auto;
      width:160px;
      height:160px;
      border-radius:46px;
      background:rgba(255,179,106,.22);
      transform:rotate(18deg);
    }
    .advice-side h2{color:#fff}
    .advice-side p{color:rgba(255,255,255,.78)}
    .form-box{
      position:relative;
      z-index:1;
      display:grid;
      gap:12px;
      margin-top:18px;
    }
    .form-box input,.form-box select{
      height:52px;
      border-radius:16px;
      border:1px solid rgba(255,255,255,.22);
      background:rgba(255,255,255,.94);
      color:var(--color-text);
      padding:0 14px;
      box-shadow:none;
      margin:0;
    }
    .form-box input:focus,.form-box select:focus{
      border-color:var(--color-coral);
      box-shadow:0 0 0 4px rgba(255,107,107,.18);
      background:#fff;
    }

    .faq-block{
      background:linear-gradient(180deg,var(--color-bg),#fff);
    }
    .accordion{
      border:0;
      background:transparent;
      border-radius:24px;
      overflow:hidden;
      display:grid;
      gap:12px;
    }
    .accordion-item{
      border:1px solid var(--color-border);
      border-radius:22px!important;
      overflow:hidden;
      background:#fff;
      box-shadow:0 10px 26px rgba(90,18,56,.06);
    }
    .accordion-title{
      border:0!important;
      padding:19px 54px 19px 20px;
      font-size:17px;
      font-weight:850;
      color:var(--color-primary);
      background:#fff;
    }
    .accordion-title:hover,.accordion-title:focus{
      background:var(--color-rose);
      color:var(--color-primary-dark);
    }
    .accordion-title::before{
      right:20px;
      color:var(--color-coral);
      font-size:22px;
      margin-top:-11px;
    }
    .accordion-content{
      border:0!important;
      background:linear-gradient(180deg,#fff,var(--color-rose));
      padding:0 22px 20px;
      color:var(--color-muted);
      font-size:15px;
      line-height:1.75;
      position:relative;
    }
    .accordion-content::before{
      content:"";
      position:absolute;
      left:0;
      top:8px;
      bottom:20px;
      width:4px;
      border-radius:999px;
      background:var(--color-coral);
    }

    .cta-band{
      padding:0 0 74px;
    }
    .cta-card{
      border-radius:38px;
      padding:38px;
      background:
        radial-gradient(circle at 10% 20%, rgba(255,255,255,.28), transparent 24%),
        radial-gradient(circle at 90% 20%, rgba(255,179,106,.28), transparent 26%),
        linear-gradient(135deg,var(--color-primary),var(--color-coral));
      color:#fff;
      box-shadow:var(--shadow-strong);
      overflow:hidden;
      position:relative;
    }
    .cta-card::after{
      content:"";
      position:absolute;
      right:34px;
      top:-55px;
      width:120px;
      height:220px;
      border-radius:999px;
      background:rgba(255,255,255,.16);
      transform:rotate(28deg);
    }
    .cta-card h2{color:#fff}
    .cta-card p{color:rgba(255,255,255,.84);max-width:760px}
    .cta-actions{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin-top:22px;
      position:relative;
      z-index:1;
    }

    .site-footer{
      padding:54px 0 26px;
      background:#2F0A20;
      color:#fff;
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.35fr .8fr 1fr;
      gap:34px;
      padding-bottom:30px;
      border-bottom:1px solid rgba(255,255,255,.12);
    }
    .footer-brand{
      display:flex;
      align-items:center;
      gap:12px;
      font-weight:900;
      margin-bottom:14px;
      color:#fff;
    }
    .site-footer p{
      color:rgba(255,255,255,.68);
      margin-bottom:0;
      font-size:15px;
    }
    .site-footer h3{
      color:#fff;
      font-size:18px;
      margin-bottom:14px;
    }
    .footer-links{
      list-style:none;
      padding:0;
      margin:0;
      display:grid;
      gap:10px;
    }
    .footer-links a{
      color:rgba(255,255,255,.72);
      font-weight:750;
    }
    .footer-links a:hover{
      color:#fff;
      padding-left:4px;
    }
    .copyright{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
      padding-top:22px;
      color:rgba(255,255,255,.56);
      font-size:13px;
    }

    @media (max-width:1024px){
      .brand{min-width:auto}
      .brand span:last-child{max-width:240px}
      .nav-panel{flex-wrap:wrap}
      .nav-links{order:3;width:100%;display:grid;grid-template-columns:repeat(3,1fr)}
      .nav-action{margin-left:auto}
      .control-inner{padding:34px}
      .scroll-lane{grid-auto-columns:minmax(280px,42%)}
      .advice-grid{grid-template-columns:1fr}
      .stagger-item,.stagger-item:nth-child(even){
        margin-left:0;
        grid-template-columns:1fr;
      }
      .stagger-item:nth-child(even) .stagger-copy{order:0}
    }
    @media (max-width:768px){
      .site-header{padding:10px 0}
      .nav-panel{
        border-radius:22px;
        align-items:center;
      }
      .brand{
        flex:1;
        min-width:0;
      }
      .brand span:last-child{
        max-width:calc(100vw - 170px);
        overflow:hidden;
        text-overflow:ellipsis;
        white-space:nowrap;
      }
      .brand small{display:none}
      .menu-toggle{display:inline-flex}
      .nav-action{display:none}
      .nav-links{
        display:none;
        grid-template-columns:1fr 1fr;
        gap:10px;
        padding-top:10px;
      }
      .nav-links.is-open{display:grid}
      .nav-links a{
        white-space:normal;
        min-height:54px;
        text-align:center;
      }
      .notice-strip{
        border-radius:20px;
        align-items:flex-start;
        flex-direction:column;
      }
      .hero-control{padding-top:28px}
      .control-shell{border-radius:28px}
      .control-inner{padding:26px}
      .hero-copy p{font-size:16px}
      .panel-card{margin-top:24px}
      .section{padding:56px 0}
      .section-head{
        display:block;
        margin-bottom:22px;
      }
      .matrix{grid-template-columns:1fr}
      .scroll-lane{grid-auto-columns:minmax(260px,78%)}
      .footer-grid{grid-template-columns:1fr}
      .copyright{flex-direction:column;align-items:flex-start}
    }
    @media (max-width:520px){
      .site-container{width:min(calc(100% - 22px),var(--container))}
      .brand-mark{width:38px;height:38px;border-radius:13px}
      .nav-panel{padding:10px}
      .nav-links{grid-template-columns:1fr}
      .hero-actions,.cta-actions{display:grid}
      .btn,.nav-action{width:100%}
      .control-inner{padding:22px}
      .hero-meta{gap:8px}
      .pill,.badge{font-size:12px}
      .panel-card{padding:18px;border-radius:24px}
      .scroll-lane{grid-auto-columns:86%}
      .overview-card,.entry-card,.stagger-item,.advice-main,.advice-side,.cta-card{
        border-radius:24px;
        padding:22px;
      }
      .compare-list li{
        display:grid;
        gap:4px;
      }
    }
