/* roulang page: index */
:root{
      --brand:#ff2f7d;
      --brand-2:#ff6a3d;
      --brand-3:#ffd938;
      --lemon:#dfff4f;
      --ink:#211726;
      --text:#3d3341;
      --muted:#7d6f80;
      --soft:#fff6f8;
      --soft-2:#fff1df;
      --paper:#fffdfa;
      --line:rgba(255,47,125,.16);
      --border:rgba(33,23,38,.08);
      --shadow:0 18px 50px rgba(255,47,125,.14);
      --shadow-soft:0 12px 34px rgba(33,23,38,.08);
      --radius:28px;
      --radius-md:20px;
      --radius-sm:14px;
      --nav-height:66px;
      --container:1200px;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei",Arial,sans-serif;
      color:var(--text);
      line-height:1.75;
      background:
        radial-gradient(circle at 8% 6%, rgba(255,47,125,.13), transparent 30%),
        radial-gradient(circle at 92% 12%, rgba(255,217,56,.22), transparent 30%),
        linear-gradient(180deg,#fff8fb 0%,#fffdfa 42%,#fff7ef 100%);
      overflow-x:hidden;
    }
    a{color:inherit;text-decoration:none;transition:.22s ease}
    a:hover{color:var(--brand)}
    img{max-width:100%;height:auto;display:block}
    button,input{font:inherit}
    .container{
      max-width:var(--container);
      padding-left:22px;
      padding-right:22px;
    }
    .site-header{
      position:sticky;
      top:0;
      z-index:1000;
      padding:10px 0;
      background:rgba(255,253,250,.86);
      backdrop-filter:blur(18px);
      border-bottom:1px solid rgba(255,47,125,.11);
    }
    .navbar{
      min-height:var(--nav-height);
      padding:0;
    }
    .brand-mark{
      display:flex;
      align-items:center;
      gap:10px;
      font-weight:900;
      color:var(--ink);
      letter-spacing:-.02em;
      white-space:nowrap;
    }
    .brand-mark .logo-dot{
      width:38px;
      height:38px;
      border-radius:15px;
      display:grid;
      place-items:center;
      color:#fff;
      background:linear-gradient(135deg,var(--brand),var(--brand-2));
      box-shadow:0 12px 26px rgba(255,47,125,.28);
      font-size:18px;
    }
    .brand-text{font-size:18px}
    .navbar-nav{
      gap:6px;
      margin-left:26px;
    }
    .nav-link{
      color:#493c4e;
      font-weight:700;
      font-size:14px;
      padding:8px 14px!important;
      border-radius:999px;
      position:relative;
    }
    .nav-link:hover{
      color:var(--brand);
      background:rgba(255,47,125,.08);
    }
    .nav-link.active{
      color:#fff!important;
      background:linear-gradient(135deg,var(--brand),var(--brand-2));
      box-shadow:0 10px 24px rgba(255,47,125,.22);
    }
    .nav-actions{
      display:flex;
      align-items:center;
      gap:10px;
      margin-left:auto;
    }
    .search-box{
      position:relative;
      width:230px;
    }
    .search-box input{
      width:100%;
      border:1px solid rgba(255,47,125,.14);
      background:#fff7fb;
      border-radius:999px;
      padding:10px 40px 10px 16px;
      outline:0;
      font-size:13px;
      color:var(--ink);
      transition:.22s ease;
    }
    .search-box input:focus{
      border-color:rgba(255,47,125,.55);
      box-shadow:0 0 0 4px rgba(255,47,125,.10);
      background:#fff;
    }
    .search-box span{
      position:absolute;
      right:14px;
      top:50%;
      transform:translateY(-50%);
      color:var(--brand);
      font-size:14px;
    }
    .btn{
      border:0;
      border-radius:999px;
      font-weight:800;
      padding:11px 20px;
      transition:.22s ease;
      letter-spacing:.01em;
    }
    .btn-primary-glow{
      color:#fff;
      background:linear-gradient(135deg,var(--brand),var(--brand-2));
      box-shadow:0 14px 30px rgba(255,47,125,.28);
    }
    .btn-primary-glow:hover,.btn-primary-glow:focus{
      color:#fff;
      transform:translateY(-3px);
      box-shadow:0 18px 42px rgba(255,47,125,.35);
    }
    .btn-soft{
      color:var(--ink);
      background:#fff2f6;
      border:1px solid rgba(255,47,125,.18);
    }
    .btn-soft:hover,.btn-soft:focus{
      color:var(--brand);
      background:#fff;
      transform:translateY(-2px);
      box-shadow:var(--shadow-soft);
    }
    .navbar-toggler{
      border:0;
      width:44px;
      height:40px;
      border-radius:15px;
      background:#fff1f6;
      box-shadow:none!important;
    }
    .navbar-toggler:focus{outline:3px solid rgba(255,47,125,.16)}
    .navbar-toggler-icon{
      width:1.25em;
      height:1.25em;
      filter:hue-rotate(300deg) saturate(2);
    }
    main{position:relative}
    .section{
      padding:86px 0;
      position:relative;
    }
    .section-sm{padding:58px 0}
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:7px 13px;
      border-radius:999px;
      background:rgba(255,47,125,.09);
      color:var(--brand);
      font-size:13px;
      font-weight:900;
      margin-bottom:14px;
    }
    .eyebrow:before{
      content:"";
      width:8px;
      height:8px;
      border-radius:50%;
      background:var(--brand-3);
      box-shadow:0 0 0 5px rgba(255,217,56,.20);
    }
    h1,h2,h3,h4{
      color:var(--ink);
      font-weight:900;
      letter-spacing:-.035em;
      line-height:1.15;
      margin:0;
    }
    h1{
      font-size:clamp(34px,5vw,64px);
      max-width:920px;
    }
    h2{font-size:clamp(28px,3.2vw,40px)}
    h3{font-size:22px}
    .lead-text{
      margin:18px 0 0;
      max-width:760px;
      color:#5d4f61;
      font-size:17px;
    }
    .hero{
      padding:34px 0 0;
    }
    .hero-strip{
      border:1px solid rgba(255,47,125,.14);
      border-radius:34px;
      overflow:hidden;
      background:
        radial-gradient(circle at 85% 20%, rgba(255,217,56,.42), transparent 24%),
        radial-gradient(circle at 76% 80%, rgba(255,47,125,.22), transparent 28%),
        linear-gradient(135deg,#fff 0%,#fff2f7 54%,#fff6df 100%);
      box-shadow:var(--shadow);
      min-height:365px;
      position:relative;
    }
    .hero-topbar{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:14px;
      padding:16px 20px;
      border-bottom:1px solid rgba(255,47,125,.12);
      background:rgba(255,255,255,.54);
    }
    .status-pills{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
    }
    .status-pill{
      display:inline-flex;
      align-items:center;
      gap:6px;
      padding:7px 10px;
      border-radius:999px;
      background:#fff;
      color:#6e5f72;
      font-size:12px;
      font-weight:800;
      box-shadow:0 8px 20px rgba(33,23,38,.06);
    }
    .status-pill strong{color:var(--brand)}
    .hero-content{
      padding:42px 42px 36px;
      display:grid;
      grid-template-columns:1.22fr .78fr;
      gap:34px;
      align-items:center;
    }
    .hero-actions{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin-top:26px;
    }
    .hero-data{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:24px;
    }
    .data-chip{
      min-width:128px;
      padding:11px 14px;
      border-radius:18px;
      background:rgba(255,255,255,.76);
      border:1px solid rgba(255,47,125,.10);
    }
    .data-chip b{
      display:block;
      color:var(--ink);
      font-size:20px;
      line-height:1.1;
    }
    .data-chip span{
      color:var(--muted);
      font-size:12px;
      font-weight:700;
    }
    .hero-board{
      position:relative;
      display:grid;
      gap:12px;
    }
    .matrix-card{
      border-radius:26px;
      background:rgba(255,255,255,.83);
      border:1px solid rgba(255,47,125,.12);
      box-shadow:var(--shadow-soft);
      padding:18px;
    }
    .matrix-head{
      display:flex;
      justify-content:space-between;
      align-items:center;
      margin-bottom:14px;
    }
    .matrix-head strong{color:var(--ink)}
    .hot-badge{
      font-size:12px;
      font-weight:900;
      color:#5b2b00;
      background:linear-gradient(135deg,var(--brand-3),var(--lemon));
      border-radius:999px;
      padding:5px 9px;
    }
    .entry-grid{
      display:grid;
      grid-template-columns:repeat(2,1fr);
      gap:10px;
    }
    .entry-item{
      padding:14px;
      border-radius:19px;
      background:linear-gradient(180deg,#fff,#fff6f9);
      border:1px solid rgba(255,47,125,.10);
    }
    .entry-item i{
      display:inline-grid;
      place-items:center;
      width:28px;
      height:28px;
      border-radius:11px;
      color:#fff;
      background:linear-gradient(135deg,var(--brand),var(--brand-2));
      font-style:normal;
      font-weight:900;
      margin-bottom:8px;
    }
    .entry-item span{
      display:block;
      color:var(--ink);
      font-size:13px;
      font-weight:900;
    }
    .entry-item small{color:var(--muted);font-weight:700}
    .task-mini{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      padding:14px 16px;
      border-radius:22px;
      background:#211726;
      color:#fff;
      box-shadow:0 16px 36px rgba(33,23,38,.18);
    }
    .task-mini span{color:rgba(255,255,255,.72);font-size:13px}
    .task-mini strong{color:#fff}
    .mini-progress{
      width:86px;
      height:8px;
      background:rgba(255,255,255,.16);
      border-radius:999px;
      overflow:hidden;
    }
    .mini-progress b{
      display:block;
      width:72%;
      height:100%;
      background:linear-gradient(90deg,var(--brand),var(--brand-3));
      border-radius:999px;
    }
    .quick-note{
      margin-top:16px;
      padding:14px 20px;
      border-radius:24px;
      background:#fff;
      border:1px dashed rgba(255,47,125,.28);
      display:flex;
      align-items:center;
      gap:12px;
      color:#5b4b60;
      font-size:14px;
      font-weight:700;
    }
    .quick-note b{
      color:var(--brand);
      white-space:nowrap;
    }
    .step-strip{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:16px;
      margin-top:34px;
      align-items:stretch;
    }
    .step-card{
      position:relative;
      padding:24px;
      border-radius:26px;
      background:#fff;
      border:1px solid rgba(255,47,125,.12);
      box-shadow:var(--shadow-soft);
      min-height:205px;
      transition:.25s ease;
      overflow:hidden;
    }
    .step-card:nth-child(2){transform:translateY(22px)}
    .step-card:nth-child(3){transform:translateY(8px)}
    .step-card:hover{
      transform:translateY(-6px);
      box-shadow:var(--shadow);
    }
    .step-card:nth-child(2):hover,.step-card:nth-child(3):hover{transform:translateY(-2px)}
    .step-card.featured{
      background:linear-gradient(135deg,var(--brand),var(--brand-2));
      color:#fff;
    }
    .step-card.featured h3,.step-card.featured p,.step-card.featured .step-num{color:#fff}
    .step-num{
      font-size:42px;
      line-height:1;
      color:rgba(255,47,125,.26);
      font-weight:900;
      margin-bottom:16px;
    }
    .step-card p{
      margin:12px 0 0;
      color:#685a6c;
      font-size:15px;
    }
    .step-card.featured p{color:rgba(255,255,255,.86)}
    .step-card:after{
      content:"";
      position:absolute;
      right:-22px;
      top:-22px;
      width:78px;
      height:78px;
      border-radius:50%;
      background:rgba(255,217,56,.28);
    }
    .compare-wrap{
      display:grid;
      grid-template-columns:1fr 1fr 1fr;
      gap:18px;
      margin-top:34px;
    }
    .plan-card{
      border-radius:30px;
      padding:26px;
      background:#fff;
      border:1px solid rgba(255,47,125,.12);
      box-shadow:var(--shadow-soft);
      position:relative;
      overflow:hidden;
      transition:.25s ease;
    }
    .plan-card:hover{
      transform:translateY(-5px);
      box-shadow:var(--shadow);
    }
    .plan-card.recommend{
      background:linear-gradient(180deg,#fff,#fff3e4);
      border:2px solid rgba(255,47,125,.28);
    }
    .corner{
      position:absolute;
      right:18px;
      top:18px;
      padding:6px 10px;
      border-radius:999px;
      background:var(--lemon);
      color:#4b3600;
      font-size:12px;
      font-weight:900;
    }
    .plan-card h3{padding-right:76px}
    .plan-card .price{
      margin:16px 0 12px;
      color:var(--brand);
      font-size:32px;
      font-weight:900;
    }
    .plan-card .price small{
      color:var(--muted);
      font-size:13px;
      font-weight:700;
    }
    .clean-list{
      list-style:none;
      padding:0;
      margin:18px 0 0;
      display:grid;
      gap:12px;
    }
    .clean-list li{
      display:flex;
      gap:10px;
      color:#5f5164;
      font-size:15px;
    }
    .clean-list li:before{
      content:"✓";
      flex:0 0 22px;
      width:22px;
      height:22px;
      border-radius:50%;
      display:grid;
      place-items:center;
      background:rgba(255,47,125,.10);
      color:var(--brand);
      font-weight:900;
      line-height:1;
      margin-top:2px;
    }
    .guard-bar{
      border-radius:32px;
      padding:24px;
      background:#211726;
      color:#fff;
      box-shadow:0 22px 55px rgba(33,23,38,.20);
    }
    .guard-grid{
      display:grid;
      grid-template-columns:1.2fr repeat(3,1fr);
      gap:18px;
      align-items:center;
    }
    .guard-title h2{color:#fff}
    .guard-title p{color:rgba(255,255,255,.72);margin:12px 0 0}
    .guard-item{
      padding:18px;
      border-radius:24px;
      background:rgba(255,255,255,.08);
      border:1px solid rgba(255,255,255,.10);
    }
    .guard-icon{
      width:42px;
      height:42px;
      border-radius:16px;
      display:grid;
      place-items:center;
      background:linear-gradient(135deg,var(--brand),var(--brand-3));
      color:#fff;
      font-size:20px;
      margin-bottom:10px;
    }
    .guard-item strong{display:block;color:#fff}
    .guard-item span{display:block;color:rgba(255,255,255,.68);font-size:13px;margin-top:4px}
    .news-layout{
      display:grid;
      grid-template-columns:1.4fr .7fr;
      gap:24px;
      margin-top:34px;
    }
    .news-list{
      background:#fff;
      border-radius:30px;
      box-shadow:var(--shadow-soft);
      border:1px solid rgba(255,47,125,.11);
      padding:12px;
    }
    .news-link{
      display:grid;
      grid-template-columns:auto 1fr auto;
      gap:14px;
      align-items:center;
      padding:18px;
      border-radius:22px;
    }
    .news-link:hover{
      background:#fff5f8;
      transform:translateX(4px);
    }
    .news-date{
      width:58px;
      height:58px;
      border-radius:20px;
      display:grid;
      place-items:center;
      background:linear-gradient(135deg,#fff0f5,#fff7df);
      color:var(--brand);
      font-weight:900;
      font-size:13px;
    }
    .news-link h3{
      font-size:18px;
      margin-bottom:4px;
    }
    .news-link p{
      margin:0;
      color:var(--muted);
      font-size:14px;
    }
    .arrow{
      color:var(--brand);
      font-weight:900;
    }
    .recommend-box{
      display:grid;
      gap:14px;
    }
    .side-card{
      padding:22px;
      border-radius:28px;
      background:linear-gradient(180deg,#fff,#fff3f7);
      border:1px solid rgba(255,47,125,.12);
      box-shadow:var(--shadow-soft);
    }
    .side-card.hot{
      background:linear-gradient(135deg,var(--brand),var(--brand-2));
      color:#fff;
    }
    .side-card.hot h3,.side-card.hot p{color:#fff}
    .side-card p{
      color:#6d5f71;
      margin:10px 0 16px;
      font-size:15px;
    }
    .countdown-panel{
      border-radius:36px;
      padding:34px;
      background:
        radial-gradient(circle at 20% 18%, rgba(255,217,56,.48), transparent 24%),
        radial-gradient(circle at 80% 70%, rgba(255,47,125,.30), transparent 28%),
        linear-gradient(135deg,#2a172b 0%,#4b1838 100%);
      color:#fff;
      overflow:hidden;
      position:relative;
      box-shadow:0 24px 60px rgba(255,47,125,.22);
    }
    .countdown-panel h2{color:#fff}
    .countdown-panel p{color:rgba(255,255,255,.78);margin:14px 0 0;max-width:760px}
    .count-row{
      display:flex;
      flex-wrap:wrap;
      gap:14px;
      margin:26px 0;
    }
    .count-box{
      min-width:110px;
      border-radius:24px;
      padding:16px;
      background:rgba(255,255,255,.10);
      border:1px solid rgba(255,255,255,.14);
      backdrop-filter:blur(10px);
    }
    .count-box b{
      display:block;
      color:#fff;
      font-size:28px;
      line-height:1.1;
    }
    .count-box span{font-size:12px;color:rgba(255,255,255,.72);font-weight:800}
    .progress-area{
      margin-top:22px;
      display:grid;
      grid-template-columns:1fr .9fr;
      gap:18px;
      align-items:center;
    }
    .progress-card{
      border-radius:28px;
      padding:24px;
      background:#fff;
      border:1px solid rgba(255,47,125,.12);
      box-shadow:var(--shadow-soft);
    }
    .progress-title{
      display:flex;
      justify-content:space-between;
      gap:12px;
      align-items:center;
      margin-bottom:14px;
    }
    .progress{
      height:13px;
      border-radius:999px;
      background:#ffe8f0;
      overflow:hidden;
    }
    .progress-bar{
      background:linear-gradient(90deg,var(--brand),var(--brand-2),var(--brand-3));
      border-radius:999px;
    }
    .task-list{
      list-style:none;
      margin:18px 0 0;
      padding:0;
      display:grid;
      gap:12px;
    }
    .task-list li{
      display:flex;
      align-items:flex-start;
      gap:10px;
      color:#5d5062;
      font-size:15px;
    }
    .task-dot{
      width:18px;
      height:18px;
      border-radius:50%;
      background:var(--brand);
      box-shadow:0 0 0 5px rgba(255,47,125,.10);
      margin-top:5px;
      flex:0 0 auto;
    }
    .task-dot.pending{
      background:#fff;
      border:2px solid rgba(255,47,125,.28);
      box-shadow:none;
    }
    .analytics-grid{
      display:grid;
      grid-template-columns:.85fr 1.15fr;
      gap:22px;
      margin-top:34px;
    }
    .kpi-stack{
      display:grid;
      gap:14px;
    }
    .kpi-card{
      padding:22px;
      border-radius:28px;
      background:#fff;
      border:1px solid rgba(255,47,125,.12);
      box-shadow:var(--shadow-soft);
      transition:.22s ease;
    }
    .kpi-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
    .kpi-card b{
      display:block;
      color:var(--ink);
      font-size:30px;
      line-height:1;
    }
    .kpi-card span{color:var(--muted);font-size:13px;font-weight:800}
    .chart-card{
      padding:26px;
      border-radius:32px;
      background:linear-gradient(180deg,#fff,#fff6f0);
      border:1px solid rgba(255,47,125,.12);
      box-shadow:var(--shadow-soft);
    }
    .bars{
      display:grid;
      gap:16px;
      margin-top:24px;
    }
    .bar-row{
      display:grid;
      grid-template-columns:90px 1fr 42px;
      gap:12px;
      align-items:center;
      font-size:13px;
      font-weight:800;
      color:#5f5164;
    }
    .bar-track{
      height:14px;
      border-radius:999px;
      background:#ffe5ef;
      overflow:hidden;
    }
    .bar-track i{
      display:block;
      height:100%;
      border-radius:999px;
      background:linear-gradient(90deg,var(--brand),var(--brand-2),var(--brand-3));
    }
    .faq-wrap{
      max-width:980px;
      margin:34px auto 0;
    }
    .accordion-item{
      border:0;
      border-radius:24px!important;
      overflow:hidden;
      margin-bottom:14px;
      background:#fff;
      box-shadow:var(--shadow-soft);
      border:1px solid rgba(255,47,125,.10);
    }
    .accordion-button{
      border:0;
      box-shadow:none!important;
      background:#fff;
      color:var(--ink);
      font-weight:900;
      padding:20px 24px;
      border-radius:24px!important;
    }
    .accordion-button:not(.collapsed){
      color:var(--brand);
      background:linear-gradient(90deg,#fff3f7,#fff9e5);
    }
    .accordion-button:focus{outline:3px solid rgba(255,47,125,.14)}
    .accordion-body{
      padding:0 24px 22px;
      color:#67586b;
      font-size:15px;
      border-left:4px solid var(--brand);
      margin-left:24px;
      margin-bottom:20px;
    }
    .site-footer{
      background:#211726;
      color:rgba(255,255,255,.72);
      padding:54px 0 28px;
      position:relative;
      overflow:hidden;
    }
    .site-footer:before{
      content:"";
      position:absolute;
      width:360px;
      height:360px;
      border-radius:50%;
      background:rgba(255,47,125,.20);
      right:-120px;
      top:-160px;
      filter:blur(10px);
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.2fr .8fr .8fr .9fr;
      gap:28px;
      position:relative;
      z-index:1;
    }
    .footer-brand{
      display:flex;
      align-items:center;
      gap:10px;
      color:#fff;
      font-weight:900;
      margin-bottom:14px;
    }
    .footer-brand .logo-dot{
      width:38px;
      height:38px;
      border-radius:15px;
      display:grid;
      place-items:center;
      color:#fff;
      background:linear-gradient(135deg,var(--brand),var(--brand-2));
    }
    .footer-title{
      color:#fff;
      font-weight:900;
      margin-bottom:12px;
    }
    .footer-links{
      list-style:none;
      padding:0;
      margin:0;
      display:grid;
      gap:8px;
    }
    .footer-links a{
      color:rgba(255,255,255,.72);
      font-size:14px;
    }
    .footer-links a:hover{color:#fff}
    .footer-note{
      margin:0;
      font-size:14px;
      max-width:390px;
    }
    .copyright{
      margin-top:34px;
      padding-top:20px;
      border-top:1px solid rgba(255,255,255,.10);
      display:flex;
      justify-content:space-between;
      gap:14px;
      flex-wrap:wrap;
      position:relative;
      z-index:1;
      font-size:13px;
      color:rgba(255,255,255,.58);
    }
    .floating-cta{
      position:fixed;
      left:50%;
      bottom:18px;
      transform:translateX(-50%);
      z-index:999;
      display:none;
      width:calc(100% - 28px);
      max-width:520px;
      padding:10px;
      border-radius:999px;
      background:rgba(255,255,255,.88);
      backdrop-filter:blur(16px);
      box-shadow:0 18px 50px rgba(33,23,38,.18);
      border:1px solid rgba(255,47,125,.12);
    }
    .floating-cta .btn{width:100%}
    @media (max-width:1199px){
      .search-box{width:190px}
      .hero-content{grid-template-columns:1fr .9fr;padding:36px 30px}
      .step-strip{grid-template-columns:repeat(2,1fr)}
      .step-card:nth-child(2),.step-card:nth-child(3){transform:none}
      .guard-grid{grid-template-columns:1fr 1fr}
    }
    @media (max-width:991px){
      .navbar-collapse{
        margin-top:12px;
        padding:16px;
        border-radius:24px;
        background:#fff;
        box-shadow:var(--shadow-soft);
        border:1px solid rgba(255,47,125,.12);
      }
      .navbar-nav{margin-left:0;gap:8px}
      .nav-actions{
        margin-left:0;
        margin-top:14px;
        flex-direction:column;
        align-items:stretch;
      }
      .search-box{width:100%}
      .hero-content{grid-template-columns:1fr;gap:22px}
      .compare-wrap{grid-template-columns:1fr}
      .news-layout{grid-template-columns:1fr}
      .progress-area{grid-template-columns:1fr}
      .analytics-grid{grid-template-columns:1fr}
      .footer-grid{grid-template-columns:1fr 1fr}
    }
    @media (max-width:767px){
      .container{padding-left:16px;padding-right:16px}
      .section{padding:58px 0}
      .section-sm{padding:42px 0}
      .hero-strip{border-radius:26px}
      .hero-topbar{
        align-items:flex-start;
        flex-direction:column;
      }
      .hero-content{padding:28px 20px}
      .hero-actions .btn{width:100%}
      .hero-data{display:grid;grid-template-columns:1fr 1fr}
      .data-chip{min-width:0}
      .entry-grid{grid-template-columns:1fr}
      .quick-note{align-items:flex-start;flex-direction:column}
      .step-strip{grid-template-columns:1fr}
      .step-card{min-height:auto}
      .guard-grid{grid-template-columns:1fr}
      .news-link{
        grid-template-columns:auto 1fr;
      }
      .news-link .arrow{display:none}
      .countdown-panel{padding:26px 20px;border-radius:28px}
      .count-box{min-width:calc(50% - 7px)}
      .bar-row{grid-template-columns:72px 1fr 36px}
      .footer-grid{grid-template-columns:1fr}
      .floating-cta{display:block}
      body{padding-bottom:78px}
    }
    @media (max-width:520px){
      .brand-text{font-size:16px}
      .hero-data{grid-template-columns:1fr}
      .status-pills{overflow:auto;flex-wrap:nowrap;width:100%;padding-bottom:2px}
      .status-pill{white-space:nowrap}
      .count-box{min-width:100%}
      .accordion-body{margin-left:16px}
    }

/* roulang page: category1 */
:root{
      --brand:#ff2f7d;
      --brand-2:#ff6a3d;
      --accent:#ffe34d;
      --lime:#dfff52;
      --ink:#211525;
      --muted:#756978;
      --soft:#fff6f8;
      --soft-2:#fff0de;
      --card:#ffffff;
      --line:rgba(255,47,125,.16);
      --dark:#211221;
      --dark-2:#32172f;
      --shadow:0 22px 55px rgba(139,29,74,.13);
      --shadow-hover:0 28px 70px rgba(139,29,74,.2);
      --radius:28px;
      --radius-lg:36px;
      --container:1200px;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei",Arial,sans-serif;
      color:var(--ink);
      background:
        radial-gradient(circle at 8% 6%, rgba(255,47,125,.14), transparent 30%),
        radial-gradient(circle at 92% 13%, rgba(255,227,77,.24), transparent 28%),
        linear-gradient(180deg,#fffafb 0%,#fff7f2 48%,#fffdf8 100%);
      line-height:1.75;
      overflow-x:hidden;
    }
    a{color:inherit;text-decoration:none}
    a:hover{color:var(--brand)}
    img{max-width:100%;height:auto}
    button,input,textarea{font:inherit}
    ::selection{background:rgba(255,47,125,.18);color:var(--ink)}
    .container{max-width:var(--container)}
    .site-header{
      position:sticky;
      top:0;
      z-index:1000;
      padding:10px 0;
      background:rgba(255,250,251,.82);
      backdrop-filter:blur(18px);
      border-bottom:1px solid rgba(255,47,125,.1);
    }
    .navbar{
      min-height:64px;
      padding:0;
    }
    .brand-mark{
      display:flex;
      align-items:center;
      gap:10px;
      font-weight:900;
      color:var(--ink);
      letter-spacing:-.02em;
    }
    .logo-dot{
      width:38px;
      height:38px;
      border-radius:14px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      color:#fff;
      font-weight:900;
      background:linear-gradient(135deg,var(--brand),var(--brand-2));
      box-shadow:0 12px 24px rgba(255,47,125,.25);
      flex:0 0 auto;
    }
    .brand-text{font-size:18px}
    .navbar-collapse{
      justify-content:space-between;
      gap:22px;
    }
    .navbar-nav{
      gap:4px;
      margin-left:30px;
    }
    .nav-link{
      color:#4a344c;
      font-weight:800;
      font-size:15px;
      padding:9px 15px!important;
      border-radius:999px;
      transition:.22s ease;
      position:relative;
    }
    .nav-link:hover{
      color:var(--brand);
      background:rgba(255,47,125,.08);
    }
    .nav-link.active{
      color:#fff!important;
      background:linear-gradient(135deg,var(--brand),var(--brand-2));
      box-shadow:0 12px 22px rgba(255,47,125,.2);
    }
    .nav-actions{
      display:flex;
      align-items:center;
      justify-content:flex-end;
      gap:12px;
      margin-left:auto;
    }
    .search-box{
      display:flex;
      align-items:center;
      gap:8px;
      width:238px;
      min-height:42px;
      padding:0 13px;
      border:1px solid rgba(255,47,125,.14);
      border-radius:999px;
      background:#fff;
      box-shadow:0 12px 26px rgba(80,30,50,.06);
      cursor:text;
      transition:.2s ease;
    }
    .search-box:focus-within{
      border-color:rgba(255,47,125,.55);
      box-shadow:0 0 0 4px rgba(255,47,125,.1);
    }
    .search-box input{
      width:100%;
      border:0;
      outline:0;
      background:transparent;
      font-size:13px;
      color:var(--ink);
    }
    .search-box span{color:var(--brand);font-weight:900}
    .navbar-toggler{
      border:0;
      background:#fff2f6;
      border-radius:15px;
      padding:9px 11px;
      box-shadow:none!important;
    }
    .navbar-toggler:focus{outline:3px solid rgba(255,47,125,.22)}
    .navbar-toggler-icon{
      width:1.25em;
      height:1.25em;
      background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833,21,37,0.88%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.4' d='M4 8h22M4 15h22M4 22h22'/%3e%3c/svg%3e");
    }
    .btn{
      border:0;
      border-radius:999px;
      font-weight:900;
      padding:12px 22px;
      line-height:1.2;
      transition:transform .22s ease, box-shadow .22s ease, background .22s ease, color .22s ease;
    }
    .btn:focus-visible{
      outline:4px solid rgba(255,47,125,.22);
      outline-offset:2px;
    }
    .btn-primary-glow{
      color:#fff!important;
      background:linear-gradient(135deg,var(--brand),var(--brand-2));
      box-shadow:0 16px 32px rgba(255,47,125,.28);
    }
    .btn-primary-glow:hover{
      transform:translateY(-3px);
      box-shadow:0 20px 42px rgba(255,47,125,.36);
    }
    .btn-soft{
      color:var(--ink);
      background:#fff;
      border:1px solid rgba(255,47,125,.18);
      box-shadow:0 12px 25px rgba(80,30,50,.07);
    }
    .btn-soft:hover{
      background:#fff1f6;
      color:var(--brand);
      transform:translateY(-2px);
    }
    .section{
      padding:84px 0;
      position:relative;
    }
    .section-sm{padding:58px 0}
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:7px 12px;
      border-radius:999px;
      background:rgba(255,47,125,.1);
      color:#bd1559;
      font-size:13px;
      font-weight:900;
      margin-bottom:14px;
    }
    .eyebrow:before{
      content:"";
      width:8px;height:8px;border-radius:50%;
      background:var(--accent);
      box-shadow:0 0 0 5px rgba(255,227,77,.25);
    }
    .section-title{
      font-size:clamp(30px,4vw,42px);
      line-height:1.18;
      font-weight:900;
      letter-spacing:-.04em;
      margin:0 0 14px;
    }
    .section-desc{
      color:var(--muted);
      max-width:760px;
      font-size:16px;
      margin:0;
    }
    .hero{
      padding:34px 0 76px;
    }
    .hero-panel{
      overflow:hidden;
      position:relative;
      border-radius:var(--radius-lg);
      background:
        radial-gradient(circle at 18% 12%, rgba(255,47,125,.32), transparent 28%),
        radial-gradient(circle at 92% 24%, rgba(255,227,77,.24), transparent 26%),
        linear-gradient(135deg,var(--dark),var(--dark-2));
      color:#fff;
      box-shadow:0 28px 80px rgba(64,17,48,.28);
      padding:36px;
    }
    .hero-panel:after{
      content:"";
      position:absolute;
      right:-70px;
      bottom:-90px;
      width:310px;
      height:310px;
      border-radius:50%;
      background:rgba(255,106,61,.26);
      filter:blur(6px);
    }
    .breadcrumb-wrap{
      margin-bottom:22px;
      position:relative;
      z-index:2;
    }
    .breadcrumb{
      margin:0;
      --bs-breadcrumb-divider-color:rgba(255,255,255,.45);
    }
    .breadcrumb-item,.breadcrumb-item a{
      color:rgba(255,255,255,.74);
      font-weight:800;
      font-size:13px;
    }
    .breadcrumb-item.active{color:#fff}
    .hero-copy{
      position:relative;
      z-index:2;
      padding:12px 0;
    }
    .hero-badge{
      display:inline-flex;
      align-items:center;
      gap:8px;
      color:#2b1624;
      background:linear-gradient(135deg,var(--accent),var(--lime));
      padding:8px 14px;
      border-radius:999px;
      font-weight:900;
      font-size:13px;
      margin-bottom:18px;
    }
    h1{
      font-size:clamp(34px,5vw,62px);
      line-height:1.08;
      letter-spacing:-.055em;
      font-weight:900;
      margin:0 0 18px;
      max-width:720px;
    }
    .hero-lead{
      color:rgba(255,255,255,.78);
      font-size:17px;
      max-width:650px;
      margin:0 0 24px;
    }
    .hero-actions{
      display:flex;
      gap:12px;
      flex-wrap:wrap;
      margin-bottom:24px;
    }
    .hero .btn-soft{
      background:rgba(255,255,255,.12);
      color:#fff;
      border-color:rgba(255,255,255,.18);
      backdrop-filter:blur(8px);
    }
    .hero .btn-soft:hover{
      background:rgba(255,255,255,.2);
      color:#fff;
    }
    .tag-row{
      display:flex;
      flex-wrap:wrap;
      gap:9px;
    }
    .tag{
      display:inline-flex;
      align-items:center;
      gap:6px;
      border-radius:999px;
      padding:7px 12px;
      font-size:13px;
      font-weight:800;
      color:rgba(255,255,255,.9);
      background:rgba(255,255,255,.11);
      border:1px solid rgba(255,255,255,.14);
    }
    .rank-board{
      position:relative;
      z-index:2;
      background:rgba(255,255,255,.94);
      color:var(--ink);
      border-radius:32px;
      padding:18px;
      box-shadow:0 22px 60px rgba(0,0,0,.18);
      transform:rotate(1.2deg);
    }
    .rank-head{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:10px;
      padding:8px 8px 14px;
    }
    .rank-head strong{font-size:18px}
    .rank-pill{
      display:inline-flex;
      align-items:center;
      padding:6px 10px;
      border-radius:999px;
      background:#fff0c7;
      color:#7a4a00;
      font-size:12px;
      font-weight:900;
    }
    .rank-item{
      display:grid;
      grid-template-columns:42px 1fr auto;
      align-items:center;
      gap:10px;
      padding:13px;
      margin-bottom:10px;
      border-radius:22px;
      background:linear-gradient(135deg,#fff,#fff5f8);
      border:1px solid rgba(255,47,125,.1);
      transition:.2s ease;
    }
    .rank-item:hover{
      transform:translateX(-4px);
      box-shadow:0 14px 28px rgba(255,47,125,.12);
    }
    .rank-num{
      width:34px;height:34px;border-radius:14px;
      display:flex;align-items:center;justify-content:center;
      font-weight:900;color:#fff;
      background:linear-gradient(135deg,var(--brand),var(--brand-2));
    }
    .rank-item small{display:block;color:var(--muted);font-weight:700}
    .rank-state{
      font-size:12px;
      font-weight:900;
      color:#b81258;
      background:#ffe7ef;
      padding:6px 9px;
      border-radius:999px;
    }
    .mini-metrics{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:10px;
      margin-top:12px;
    }
    .metric{
      border-radius:20px;
      padding:14px 10px;
      text-align:center;
      background:#241323;
      color:#fff;
    }
    .metric b{display:block;font-size:20px;line-height:1}
    .metric span{font-size:12px;color:rgba(255,255,255,.7)}
    .filter-strip{
      margin-top:-34px;
      position:relative;
      z-index:5;
    }
    .filter-card{
      border-radius:26px;
      background:rgba(255,255,255,.88);
      border:1px solid rgba(255,47,125,.13);
      box-shadow:var(--shadow);
      padding:18px;
      overflow:hidden;
    }
    .filter-scroll{
      display:flex;
      align-items:center;
      gap:10px;
      overflow-x:auto;
      padding-bottom:2px;
      scrollbar-width:none;
    }
    .filter-scroll::-webkit-scrollbar{display:none}
    .filter-chip{
      white-space:nowrap;
      display:inline-flex;
      align-items:center;
      gap:7px;
      padding:10px 15px;
      border-radius:999px;
      border:1px solid rgba(255,47,125,.16);
      background:#fff;
      color:#5c445d;
      font-size:14px;
      font-weight:900;
      transition:.2s ease;
    }
    .filter-chip.active,.filter-chip:hover{
      color:#fff;
      background:linear-gradient(135deg,var(--brand),var(--brand-2));
      box-shadow:0 14px 25px rgba(255,47,125,.22);
    }
    .content-card{
      height:100%;
      position:relative;
      overflow:hidden;
      border:0;
      border-radius:var(--radius);
      background:#fff;
      box-shadow:var(--shadow);
      padding:24px;
      transition:.25s ease;
    }
    .content-card:hover{
      transform:translateY(-6px);
      box-shadow:var(--shadow-hover);
    }
    .content-card .sticker{
      display:inline-flex;
      align-items:center;
      padding:6px 10px;
      border-radius:999px;
      background:#fff2c8;
      color:#8b5200;
      font-size:12px;
      font-weight:900;
      margin-bottom:14px;
    }
    .content-card h3{
      font-size:22px;
      line-height:1.28;
      font-weight:900;
      letter-spacing:-.025em;
      margin:0 0 12px;
    }
    .content-card p{
      color:var(--muted);
      margin:0 0 18px;
      font-size:15px;
    }
    .card-meta{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      margin-bottom:18px;
    }
    .meta-badge{
      font-size:12px;
      font-weight:900;
      border-radius:999px;
      padding:6px 9px;
      background:#fff0f5;
      color:#b81258;
    }
    .featured-card{
      min-height:100%;
      background:
        radial-gradient(circle at 100% 0%, rgba(255,227,77,.42), transparent 30%),
        linear-gradient(135deg,#fff,#fff0f6);
      border:2px solid rgba(255,47,125,.18);
      padding:30px;
    }
    .featured-card:before{
      content:"精选";
      position:absolute;
      top:18px;
      right:18px;
      padding:7px 11px;
      border-radius:999px;
      color:#2c1824;
      background:var(--accent);
      font-size:12px;
      font-weight:900;
      transform:rotate(5deg);
    }
    .feature-number{
      font-size:62px;
      line-height:1;
      font-weight:900;
      letter-spacing:-.08em;
      color:rgba(255,47,125,.16);
      margin-bottom:10px;
    }
    .side-stack{
      display:grid;
      gap:16px;
    }
    .quick-card{
      display:flex;
      align-items:flex-start;
      gap:14px;
      padding:18px;
      border-radius:24px;
      background:#fff;
      box-shadow:0 16px 36px rgba(139,29,74,.1);
      border:1px solid rgba(255,47,125,.1);
      transition:.2s ease;
    }
    .quick-card:hover{transform:translateY(-4px)}
    .quick-icon{
      width:42px;height:42px;border-radius:16px;
      display:flex;align-items:center;justify-content:center;
      color:#fff;font-weight:900;
      background:linear-gradient(135deg,var(--brand),var(--brand-2));
      flex:0 0 auto;
    }
    .quick-card h3{
      font-size:17px;
      font-weight:900;
      margin:0 0 4px;
    }
    .quick-card p{
      font-size:14px;
      color:var(--muted);
      margin:0;
      line-height:1.6;
    }
    .masonry-grid{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:18px;
    }
    .guide-card{
      border-radius:28px;
      padding:22px;
      min-height:230px;
      background:#fff;
      box-shadow:var(--shadow);
      border:1px solid rgba(255,47,125,.1);
      transition:.25s ease;
    }
    .guide-card:nth-child(2n){
      background:linear-gradient(180deg,#fff,#fff7df);
    }
    .guide-card:nth-child(3n){
      background:linear-gradient(180deg,#fff,#fff0f6);
      transform:translateY(18px);
    }
    .guide-card:hover{
      transform:translateY(-5px);
      box-shadow:var(--shadow-hover);
    }
    .guide-card:nth-child(3n):hover{transform:translateY(10px)}
    .guide-card h3{
      font-size:20px;
      font-weight:900;
      margin:12px 0 10px;
    }
    .guide-card p{
      color:var(--muted);
      margin:0 0 18px;
      font-size:15px;
    }
    .icon-bubble{
      width:48px;height:48px;border-radius:18px;
      display:flex;align-items:center;justify-content:center;
      background:#241323;
      color:var(--accent);
      font-weight:900;
      box-shadow:0 12px 24px rgba(36,19,35,.15);
    }
    .timeline-wrap{
      border-radius:var(--radius-lg);
      background:#fff;
      box-shadow:var(--shadow);
      padding:28px;
      border:1px solid rgba(255,47,125,.1);
    }
    .timeline{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:16px;
      position:relative;
    }
    .timeline:before{
      content:"";
      position:absolute;
      left:7%;
      right:7%;
      top:34px;
      height:8px;
      border-radius:999px;
      background:linear-gradient(90deg,var(--brand),var(--brand-2),var(--accent));
      opacity:.22;
    }
    .step-box{
      position:relative;
      z-index:2;
      padding:0 4px;
    }
    .step-dot{
      width:68px;height:68px;border-radius:24px;
      display:flex;align-items:center;justify-content:center;
      font-size:22px;font-weight:900;color:#fff;
      background:linear-gradient(135deg,var(--brand),var(--brand-2));
      box-shadow:0 16px 32px rgba(255,47,125,.24);
      margin-bottom:16px;
    }
    .step-box:nth-child(2) .step-dot{background:linear-gradient(135deg,#ff7a1a,#ffd44d);color:#351a0a}
    .step-box:nth-child(3) .step-dot{background:linear-gradient(135deg,#2a172a,#ff2f7d)}
    .step-box:nth-child(4) .step-dot{background:linear-gradient(135deg,#c9f337,#ff6a3d);color:#271822}
    .step-box h3{
      font-size:18px;font-weight:900;margin:0 0 8px;
    }
    .step-box p{
      color:var(--muted);
      margin:0;
      font-size:14px;
    }
    .progress-panel{
      border-radius:var(--radius-lg);
      background:
        radial-gradient(circle at 0 0, rgba(255,47,125,.16), transparent 32%),
        linear-gradient(135deg,#fff,#fff8ef);
      box-shadow:var(--shadow);
      padding:30px;
      border:1px solid rgba(255,47,125,.1);
    }
    .progress-row{
      display:grid;
      grid-template-columns:180px 1fr 70px;
      align-items:center;
      gap:16px;
      margin-bottom:18px;
    }
    .progress-label{
      font-weight:900;
      color:#3d273e;
    }
    .progress{
      height:14px;
      border-radius:999px;
      background:#ffe7ef;
      overflow:visible;
    }
    .progress-bar{
      border-radius:999px;
      background:linear-gradient(90deg,var(--brand),var(--brand-2),var(--accent));
      box-shadow:0 8px 18px rgba(255,47,125,.22);
    }
    .progress-value{
      font-size:13px;
      font-weight:900;
      color:#b81258;
      text-align:right;
    }
    .guard-card{
      height:100%;
      border-radius:var(--radius);
      padding:26px;
      color:#fff;
      background:
        radial-gradient(circle at 92% 12%, rgba(255,227,77,.28), transparent 30%),
        linear-gradient(135deg,#291326,#42193b);
      box-shadow:0 22px 55px rgba(35,13,31,.2);
    }
    .guard-card h3{font-weight:900;margin:0 0 14px}
    .guard-list{
      list-style:none;
      padding:0;
      margin:0;
      display:grid;
      gap:12px;
    }
    .guard-list li{
      display:flex;
      align-items:flex-start;
      gap:10px;
      color:rgba(255,255,255,.78);
      font-size:15px;
    }
    .guard-list li:before{
      content:"✓";
      width:22px;height:22px;border-radius:50%;
      display:inline-flex;align-items:center;justify-content:center;
      background:var(--accent);
      color:#2b1525;
      font-weight:900;
      flex:0 0 auto;
      margin-top:2px;
    }
    .cta-panel{
      position:relative;
      overflow:hidden;
      border-radius:38px;
      padding:42px;
      color:#fff;
      background:
        radial-gradient(circle at 10% 12%, rgba(255,227,77,.3), transparent 30%),
        radial-gradient(circle at 92% 80%, rgba(223,255,82,.22), transparent 24%),
        linear-gradient(135deg,var(--brand),var(--brand-2));
      box-shadow:0 28px 70px rgba(255,47,125,.28);
    }
    .cta-panel:before{
      content:"";
      position:absolute;
      right:40px;
      top:34px;
      width:95px;height:95px;border-radius:32px;
      background:rgba(255,255,255,.15);
      transform:rotate(12deg);
    }
    .cta-panel h2{
      font-size:clamp(30px,4vw,44px);
      line-height:1.14;
      font-weight:900;
      letter-spacing:-.04em;
      margin:0 0 12px;
      max-width:760px;
      position:relative;
      z-index:2;
    }
    .cta-panel p{
      position:relative;
      z-index:2;
      max-width:760px;
      margin:0 0 24px;
      color:rgba(255,255,255,.86);
    }
    .cta-actions{
      position:relative;
      z-index:2;
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      align-items:center;
    }
    .cta-panel .btn-primary-glow{
      color:#2b1624!important;
      background:#fff;
      box-shadow:0 18px 32px rgba(50,10,28,.2);
    }
    .cta-panel .btn-soft{
      color:#fff;
      background:rgba(255,255,255,.14);
      border-color:rgba(255,255,255,.25);
    }
    .faq-wrap .accordion{
      display:grid;
      gap:14px;
    }
    .accordion-item{
      border:0;
      border-radius:24px!important;
      overflow:hidden;
      background:#fff;
      box-shadow:0 14px 34px rgba(139,29,74,.09);
    }
    .accordion-button{
      font-weight:900;
      color:var(--ink);
      background:#fff;
      padding:20px 22px;
      box-shadow:none!important;
      line-height:1.5;
    }
    .accordion-button:not(.collapsed){
      color:#b81258;
      background:linear-gradient(90deg,#fff0f6,#fff);
      border-left:5px solid var(--brand);
    }
    .accordion-button:focus{
      border-color:transparent;
      box-shadow:0 0 0 4px rgba(255,47,125,.12)!important;
    }
    .accordion-button::after{
      background-size:1rem;
      filter:hue-rotate(300deg) saturate(1.8);
    }
    .accordion-body{
      color:var(--muted);
      padding:0 22px 22px 27px;
      font-size:15px;
    }
    .site-footer{
      padding:58px 0 26px;
      background:#211221;
      color:#fff;
      position:relative;
      overflow:hidden;
    }
    .site-footer:before{
      content:"";
      position:absolute;
      left:-80px;top:-110px;
      width:260px;height:260px;border-radius:50%;
      background:rgba(255,47,125,.22);
      filter:blur(4px);
    }
    .footer-grid{
      position:relative;
      z-index:2;
      display:grid;
      grid-template-columns:1.4fr .8fr .8fr .8fr;
      gap:34px;
      padding-bottom:32px;
      border-bottom:1px solid rgba(255,255,255,.12);
    }
    .footer-brand{
      display:flex;
      align-items:center;
      gap:10px;
      font-size:19px;
      font-weight:900;
      margin-bottom:14px;
    }
    .footer-note{
      color:rgba(255,255,255,.66);
      margin:0;
      max-width:410px;
      font-size:14px;
    }
    .footer-title{
      font-weight:900;
      color:#fff;
      margin-bottom:12px;
    }
    .footer-links{
      list-style:none;
      padding:0;
      margin:0;
      display:grid;
      gap:8px;
    }
    .footer-links a{
      color:rgba(255,255,255,.64);
      font-size:14px;
      transition:.2s ease;
    }
    .footer-links a:hover{
      color:var(--accent);
      padding-left:4px;
    }
    .copyright{
      position:relative;
      z-index:2;
      padding-top:20px;
      display:flex;
      justify-content:space-between;
      gap:16px;
      color:rgba(255,255,255,.55);
      font-size:13px;
      flex-wrap:wrap;
    }
    @media (max-width: 991.98px){
      .site-header{padding:8px 0}
      .navbar-collapse{
        margin-top:12px;
        padding:16px;
        border-radius:26px;
        background:rgba(255,255,255,.96);
        box-shadow:var(--shadow);
        border:1px solid rgba(255,47,125,.11);
      }
      .navbar-nav{
        margin-left:0;
        align-items:stretch!important;
        gap:8px;
      }
      .nav-link{
        display:block;
      }
      .nav-actions{
        margin-top:14px;
        align-items:stretch;
        flex-direction:column;
      }
      .search-box{width:100%}
      .nav-actions .btn{width:100%}
      .hero-panel{padding:26px}
      .rank-board{margin-top:24px;transform:none}
      .timeline{grid-template-columns:repeat(2,1fr)}
      .timeline:before{display:none}
      .masonry-grid{grid-template-columns:repeat(2,1fr)}
      .guide-card:nth-child(3n){transform:none}
      .progress-row{grid-template-columns:140px 1fr 58px}
      .footer-grid{grid-template-columns:1fr 1fr}
    }
    @media (max-width: 767.98px){
      .section{padding:58px 0}
      .hero{padding:20px 0 58px}
      .hero-panel{border-radius:28px;padding:22px}
      .hero-actions .btn,.cta-actions .btn{width:100%}
      .mini-metrics{grid-template-columns:1fr}
      .filter-strip{margin-top:-24px}
      .filter-card{border-radius:22px}
      .masonry-grid{grid-template-columns:1fr}
      .timeline{grid-template-columns:1fr;gap:22px}
      .timeline-wrap{padding:22px}
      .progress-panel{padding:22px;border-radius:28px}
      .progress-row{
        grid-template-columns:1fr;
        gap:8px;
        padding:14px 0;
        border-bottom:1px dashed rgba(255,47,125,.15);
      }
      .progress-value{text-align:left}
      .cta-panel{padding:28px;border-radius:28px}
      .footer-grid{grid-template-columns:1fr;gap:24px}
      .copyright{flex-direction:column}
      .brand-text{font-size:16px}
    }
    @media (max-width: 520px){
      h1{font-size:34px}
      .section-title{font-size:29px}
      .rank-item{grid-template-columns:38px 1fr}
      .rank-state{grid-column:2}
      .content-card,.guide-card{border-radius:23px}
      .hero-panel{padding:18px}
      .breadcrumb-item,.breadcrumb-item a{font-size:12px}
    }

/* roulang page: category2 */
:root{
      --primary:#ff2d74;
      --primary-dark:#d9155c;
      --primary-soft:#ffe6ef;
      --orange:#ff8a1f;
      --lemon:#f5ff36;
      --ink:#211521;
      --text:#403341;
      --muted:#7b6c78;
      --line:#f1dfe7;
      --bg:#fff7f8;
      --bg-2:#fff1e7;
      --card:#ffffff;
      --footer:#211521;
      --radius-lg:30px;
      --radius-md:22px;
      --radius-sm:14px;
      --shadow:0 18px 50px rgba(255,45,116,.12);
      --shadow-strong:0 24px 70px rgba(255,45,116,.22);
      --container:1200px;
      --transition:all .25s ease;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei",Arial,sans-serif;
      color:var(--text);
      background:
        radial-gradient(circle at 8% 4%, rgba(255,45,116,.16), transparent 28%),
        radial-gradient(circle at 90% 12%, rgba(255,138,31,.16), transparent 30%),
        linear-gradient(180deg,#fff8fa 0%,#fff7f8 44%,#fffaf2 100%);
      line-height:1.75;
      overflow-x:hidden;
    }
    a{color:inherit;text-decoration:none;transition:var(--transition)}
    img{max-width:100%;height:auto;display:block}
    button,input,textarea,select{font:inherit}
    input,textarea{outline:none}
    ::selection{background:var(--primary);color:#fff}
    .container{max-width:var(--container)}
    .section{
      padding:82px 0;
      position:relative;
    }
    .section-sm{padding:58px 0}
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:7px 13px;
      border-radius:999px;
      background:#fff;
      border:1px solid rgba(255,45,116,.18);
      color:var(--primary-dark);
      font-size:13px;
      font-weight:800;
      box-shadow:0 10px 24px rgba(255,45,116,.08);
    }
    .eyebrow::before{
      content:"";
      width:8px;
      height:8px;
      border-radius:50%;
      background:linear-gradient(135deg,var(--primary),var(--orange));
      box-shadow:0 0 0 5px rgba(255,45,116,.12);
    }
    h1,h2,h3,h4{color:var(--ink);letter-spacing:-.04em}
    h1{
      font-size:clamp(34px,5vw,62px);
      line-height:1.06;
      font-weight:900;
      margin:18px 0 18px;
    }
    h2{
      font-size:clamp(28px,3.5vw,38px);
      line-height:1.18;
      font-weight:900;
      margin:14px 0 16px;
    }
    h3{
      font-size:22px;
      line-height:1.35;
      font-weight:850;
      margin:0 0 10px;
    }
    p{margin:0}
    .lead{
      font-size:17px;
      color:#5b4a58;
      max-width:720px;
    }
    .site-header{
      position:sticky;
      top:0;
      z-index:1000;
      padding:12px 0;
      background:rgba(255,248,250,.86);
      backdrop-filter:blur(18px);
      border-bottom:1px solid rgba(255,45,116,.10);
    }
    .navbar{
      min-height:62px;
      padding:0;
    }
    .brand-mark{
      display:inline-flex;
      align-items:center;
      gap:10px;
      font-weight:900;
      color:var(--ink);
      letter-spacing:-.03em;
      margin-right:26px;
    }
    .logo-dot{
      width:38px;
      height:38px;
      border-radius:14px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      color:#fff;
      font-weight:900;
      background:
        radial-gradient(circle at 72% 20%, var(--lemon), transparent 22%),
        linear-gradient(135deg,var(--primary),var(--orange));
      box-shadow:0 12px 24px rgba(255,45,116,.26);
      flex:0 0 auto;
    }
    .brand-text{font-size:18px}
    .navbar-nav{
      gap:8px;
      flex:1;
    }
    .nav-link{
      color:#4e3d4b;
      font-size:15px;
      font-weight:800;
      padding:9px 14px!important;
      border-radius:999px;
    }
    .nav-link:hover,
    .nav-link:focus{
      color:var(--primary-dark);
      background:rgba(255,45,116,.08);
    }
    .nav-link.active{
      color:#fff!important;
      background:linear-gradient(135deg,var(--primary),var(--orange));
      box-shadow:0 10px 24px rgba(255,45,116,.20);
    }
    .nav-actions{
      display:flex;
      align-items:center;
      gap:12px;
      margin-left:auto;
    }
    .search-box{
      height:42px;
      min-width:230px;
      display:flex;
      align-items:center;
      gap:8px;
      padding:0 13px;
      border-radius:999px;
      background:#fff;
      border:1px solid rgba(255,45,116,.16);
      color:var(--primary);
      box-shadow:0 10px 26px rgba(80,30,56,.05);
      cursor:text;
    }
    .search-box input{
      width:100%;
      border:0;
      background:transparent;
      color:var(--ink);
      font-size:14px;
    }
    .search-box input::placeholder{color:#9a8995}
    .search-box:focus-within{
      border-color:rgba(255,45,116,.56);
      box-shadow:0 0 0 4px rgba(255,45,116,.10);
    }
    .navbar-toggler{
      border:0;
      width:44px;
      height:42px;
      border-radius:15px;
      background:#fff1f6;
      box-shadow:none!important;
    }
    .navbar-toggler-icon{
      width:1.25em;
      height:1.25em;
      background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833,21,33,.82%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.4' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }
    .btn{
      border:0;
      border-radius:999px;
      font-weight:850;
      padding:11px 20px;
      transition:var(--transition);
      white-space:nowrap;
    }
    .btn-primary-glow{
      color:#fff!important;
      background:linear-gradient(135deg,var(--primary) 0%,#ff4d43 58%,var(--orange) 100%);
      box-shadow:0 14px 30px rgba(255,45,116,.26);
    }
    .btn-primary-glow:hover,
    .btn-primary-glow:focus{
      transform:translateY(-3px);
      box-shadow:0 18px 40px rgba(255,45,116,.34);
    }
    .btn-soft{
      background:#fff;
      color:var(--ink);
      border:1px solid rgba(255,45,116,.16);
      box-shadow:0 10px 28px rgba(80,30,56,.06);
    }
    .btn-soft:hover,
    .btn-soft:focus{
      color:var(--primary-dark);
      background:#fff0f5;
      transform:translateY(-2px);
    }
    .btn-outline-warm{
      background:rgba(255,255,255,.72);
      color:var(--primary-dark);
      border:1px solid rgba(255,45,116,.24);
    }
    .btn-outline-warm:hover{background:#fff;color:var(--primary-dark);transform:translateY(-2px)}
    .hero{
      padding:62px 0 46px;
      position:relative;
      overflow:hidden;
    }
    .hero::after{
      content:"";
      position:absolute;
      width:260px;
      height:260px;
      right:-90px;
      top:110px;
      background:radial-gradient(circle,rgba(245,255,54,.42),transparent 65%);
      filter:blur(2px);
      pointer-events:none;
    }
    .breadcrumb-wrap{
      display:flex;
      align-items:center;
      gap:10px;
      flex-wrap:wrap;
      margin-bottom:16px;
      font-size:14px;
      color:var(--muted);
    }
    .breadcrumb-wrap a{font-weight:800;color:var(--primary-dark)}
    .breadcrumb-wrap span{color:#b59aa8}
    .hero-panel{
      display:grid;
      grid-template-columns:minmax(0,1.06fr) minmax(360px,.94fr);
      gap:34px;
      align-items:stretch;
    }
    .hero-copy{
      background:rgba(255,255,255,.64);
      border:1px solid rgba(255,45,116,.12);
      border-radius:var(--radius-lg);
      padding:36px;
      box-shadow:var(--shadow);
      position:relative;
    }
    .burst{
      position:absolute;
      right:28px;
      top:-18px;
      transform:rotate(8deg);
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-width:94px;
      height:42px;
      padding:0 14px;
      border-radius:18px 18px 18px 5px;
      color:#351a00;
      background:linear-gradient(135deg,var(--lemon),#ffd54d);
      font-size:13px;
      font-weight:900;
      box-shadow:0 14px 28px rgba(255,138,31,.18);
    }
    .hero-actions{
      display:flex;
      gap:12px;
      flex-wrap:wrap;
      margin-top:28px;
    }
    .tag-strip{
      display:flex;
      gap:10px;
      flex-wrap:wrap;
      margin-top:24px;
    }
    .pill{
      display:inline-flex;
      align-items:center;
      gap:7px;
      padding:8px 12px;
      border-radius:999px;
      color:#5a344b;
      background:#fff;
      border:1px solid rgba(255,45,116,.14);
      font-size:13px;
      font-weight:800;
      box-shadow:0 8px 20px rgba(80,30,56,.05);
    }
    .pill.hot{
      color:#fff;
      border-color:transparent;
      background:linear-gradient(135deg,var(--primary),var(--orange));
    }
    .index-card{
      position:relative;
      overflow:hidden;
      border-radius:var(--radius-lg);
      padding:26px;
      background:
        radial-gradient(circle at 86% 12%, rgba(245,255,54,.55), transparent 24%),
        linear-gradient(150deg,#2b1727 0%,#3b1836 48%,#ff2d74 130%);
      color:#fff;
      min-height:100%;
      box-shadow:var(--shadow-strong);
    }
    .index-card::before{
      content:"";
      position:absolute;
      inset:16px;
      border:1px solid rgba(255,255,255,.16);
      border-radius:24px;
      pointer-events:none;
    }
    .status-row{
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:12px;
      position:relative;
      z-index:1;
      margin-bottom:22px;
    }
    .status-badge{
      display:inline-flex;
      align-items:center;
      gap:7px;
      padding:8px 12px;
      border-radius:999px;
      background:rgba(255,255,255,.13);
      border:1px solid rgba(255,255,255,.16);
      font-size:13px;
      font-weight:800;
    }
    .status-badge::before{
      content:"";
      width:8px;
      height:8px;
      border-radius:50%;
      background:var(--lemon);
      box-shadow:0 0 0 5px rgba(245,255,54,.16);
    }
    .index-title{
      position:relative;
      z-index:1;
      font-size:25px;
      line-height:1.32;
      font-weight:900;
      margin-bottom:18px;
      letter-spacing:-.03em;
    }
    .mini-stats{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:12px;
      position:relative;
      z-index:1;
      margin-bottom:18px;
    }
    .mini-stat{
      border-radius:22px;
      background:rgba(255,255,255,.12);
      border:1px solid rgba(255,255,255,.16);
      padding:16px;
    }
    .mini-stat b{display:block;font-size:25px;line-height:1;color:#fff}
    .mini-stat span{display:block;margin-top:8px;font-size:13px;color:rgba(255,255,255,.74)}
    .progress-shell{
      position:relative;
      z-index:1;
      border-radius:24px;
      background:#fff;
      color:var(--ink);
      padding:18px;
      box-shadow:0 18px 40px rgba(0,0,0,.12);
    }
    .progress-shell .progress{
      height:12px;
      border-radius:999px;
      background:#ffe8ef;
      overflow:hidden;
    }
    .progress-shell .progress-bar{
      background:linear-gradient(90deg,var(--primary),var(--orange),var(--lemon));
      border-radius:999px;
    }
    .quick-list{
      display:grid;
      gap:10px;
      margin-top:14px;
    }
    .quick-list div{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      padding:10px 12px;
      border-radius:16px;
      background:#fff7f9;
      font-size:14px;
      font-weight:800;
      color:#5a344b;
    }
    .quick-list i{
      font-style:normal;
      color:var(--primary);
    }
    .filter-band{
      margin-top:28px;
      padding:14px;
      border-radius:24px;
      background:rgba(255,255,255,.7);
      border:1px solid rgba(255,45,116,.12);
      box-shadow:0 14px 38px rgba(80,30,56,.06);
      overflow:hidden;
    }
    .filter-scroll{
      display:flex;
      gap:10px;
      overflow:auto;
      padding-bottom:2px;
      scrollbar-width:none;
    }
    .filter-scroll::-webkit-scrollbar{display:none}
    .filter-chip{
      flex:0 0 auto;
      padding:10px 16px;
      border-radius:999px;
      background:#fff;
      border:1px solid rgba(255,45,116,.16);
      color:#674c5d;
      font-size:14px;
      font-weight:850;
    }
    .filter-chip.active{
      border-color:transparent;
      color:#fff;
      background:linear-gradient(135deg,var(--primary),var(--orange));
      box-shadow:0 12px 24px rgba(255,45,116,.20);
    }
    .section-head{
      display:flex;
      align-items:flex-end;
      justify-content:space-between;
      gap:24px;
      margin-bottom:30px;
    }
    .section-head .lead{max-width:620px}
    .timeline-layout{
      display:grid;
      grid-template-columns:360px minmax(0,1fr);
      gap:26px;
      align-items:start;
    }
    .sticky-summary{
      position:sticky;
      top:96px;
      padding:24px;
      border-radius:var(--radius-lg);
      background:#fff;
      border:1px solid rgba(255,45,116,.12);
      box-shadow:var(--shadow);
    }
    .summary-num{
      font-size:56px;
      font-weight:950;
      line-height:1;
      letter-spacing:-.07em;
      background:linear-gradient(135deg,var(--primary),var(--orange));
      -webkit-background-clip:text;
      background-clip:text;
      color:transparent;
      margin-bottom:12px;
    }
    .summary-list{
      list-style:none;
      margin:18px 0 0;
      padding:0;
      display:grid;
      gap:12px;
    }
    .summary-list li{
      display:flex;
      align-items:center;
      gap:10px;
      color:#5d4b58;
      font-size:14px;
      font-weight:750;
    }
    .summary-list li::before{
      content:"";
      width:10px;
      height:10px;
      border-radius:50%;
      background:linear-gradient(135deg,var(--primary),var(--orange));
      flex:0 0 auto;
    }
    .timeline{
      position:relative;
      display:grid;
      gap:18px;
    }
    .timeline::before{
      content:"";
      position:absolute;
      left:28px;
      top:24px;
      bottom:24px;
      width:3px;
      border-radius:999px;
      background:linear-gradient(180deg,var(--primary),var(--orange),rgba(255,45,116,.08));
    }
    .timeline-item{
      position:relative;
      display:grid;
      grid-template-columns:58px minmax(0,1fr);
      gap:16px;
    }
    .timeline-no{
      width:58px;
      height:58px;
      border-radius:21px;
      display:flex;
      align-items:center;
      justify-content:center;
      color:#fff;
      font-weight:950;
      background:linear-gradient(135deg,var(--primary),var(--orange));
      box-shadow:0 14px 28px rgba(255,45,116,.20);
      position:relative;
      z-index:1;
    }
    .timeline-card{
      padding:22px;
      border-radius:var(--radius-md);
      background:#fff;
      border:1px solid rgba(255,45,116,.12);
      box-shadow:0 14px 34px rgba(80,30,56,.06);
      transition:var(--transition);
    }
    .timeline-card:hover{
      transform:translateY(-4px);
      box-shadow:var(--shadow);
    }
    .timeline-card.featured{
      background:
        radial-gradient(circle at 92% 10%,rgba(245,255,54,.46),transparent 25%),
        linear-gradient(135deg,#fff,#fff0f5);
      border-color:rgba(255,45,116,.34);
    }
    .card-tags{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      margin-top:15px;
    }
    .tag{
      display:inline-flex;
      align-items:center;
      padding:6px 10px;
      border-radius:999px;
      background:#fff2e7;
      color:#9b4610;
      font-size:12px;
      font-weight:850;
    }
    .tag.pink{background:#ffe9f1;color:var(--primary-dark)}
    .tag.green{background:#f5ffd7;color:#627200}
    .coupon-grid{
      display:grid;
      grid-template-columns:minmax(0,1.25fr) minmax(0,.75fr);
      gap:22px;
      align-items:stretch;
    }
    .coupon-main,
    .coupon-side{
      border-radius:var(--radius-lg);
      background:#fff;
      border:1px solid rgba(255,45,116,.12);
      box-shadow:var(--shadow);
      overflow:hidden;
    }
    .coupon-main{
      padding:28px;
      position:relative;
      min-height:330px;
      background:
        radial-gradient(circle at 86% 0%,rgba(255,138,31,.20),transparent 34%),
        linear-gradient(135deg,#fff,#fff5f8);
    }
    .coupon-main::after{
      content:"精选问答";
      position:absolute;
      right:20px;
      top:20px;
      padding:8px 13px;
      border-radius:999px;
      color:#331700;
      font-size:13px;
      font-weight:950;
      background:linear-gradient(135deg,var(--lemon),#ffd24a);
      transform:rotate(4deg);
    }
    .coupon-title{
      max-width:560px;
      font-size:30px;
      line-height:1.18;
      font-weight:950;
      color:var(--ink);
      letter-spacing:-.04em;
      margin:14px 0 14px;
    }
    .coupon-checks{
      display:grid;
      gap:12px;
      margin-top:24px;
      max-width:650px;
    }
    .coupon-check{
      display:flex;
      gap:12px;
      align-items:flex-start;
      padding:14px;
      border-radius:18px;
      background:rgba(255,255,255,.82);
      border:1px solid rgba(255,45,116,.10);
    }
    .coupon-check span{
      width:28px;
      height:28px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      flex:0 0 auto;
      border-radius:10px;
      color:#fff;
      font-weight:950;
      background:linear-gradient(135deg,var(--primary),var(--orange));
    }
    .coupon-side{
      padding:18px;
      display:grid;
      gap:14px;
    }
    .small-ticket{
      position:relative;
      padding:18px;
      border-radius:22px;
      background:#fff8fa;
      border:1px dashed rgba(255,45,116,.28);
      transition:var(--transition);
    }
    .small-ticket:hover{transform:translateY(-3px);box-shadow:0 14px 30px rgba(255,45,116,.10)}
    .small-ticket b{
      display:block;
      color:var(--ink);
      font-size:18px;
      margin-bottom:6px;
    }
    .small-ticket p{font-size:14px;color:var(--muted)}
    .small-ticket .corner{
      position:absolute;
      right:14px;
      top:14px;
      color:var(--primary);
      font-weight:950;
      font-size:13px;
    }
    .progress-area{
      display:grid;
      grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);
      gap:24px;
      align-items:center;
    }
    .progress-card{
      padding:26px;
      border-radius:var(--radius-lg);
      background:#fff;
      border:1px solid rgba(255,45,116,.12);
      box-shadow:var(--shadow);
    }
    .progress-item{
      margin-top:20px;
    }
    .progress-top{
      display:flex;
      justify-content:space-between;
      gap:12px;
      font-size:14px;
      font-weight:850;
      color:#5a344b;
      margin-bottom:8px;
    }
    .progress{
      height:13px;
      border-radius:999px;
      background:#ffe8ef;
    }
    .progress-bar{
      border-radius:999px;
      background:linear-gradient(90deg,var(--primary),var(--orange));
    }
    .check-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:14px;
    }
    .check-card{
      padding:18px;
      border-radius:22px;
      background:#fff;
      border:1px solid rgba(255,45,116,.12);
      box-shadow:0 14px 34px rgba(80,30,56,.06);
      transition:var(--transition);
    }
    .check-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
    .check-icon{
      width:42px;
      height:42px;
      display:flex;
      align-items:center;
      justify-content:center;
      border-radius:15px;
      color:#fff;
      font-weight:950;
      margin-bottom:12px;
      background:linear-gradient(135deg,var(--primary),var(--orange));
    }
    .check-card:nth-child(2) .check-icon{background:linear-gradient(135deg,#ff8a1f,#ffce36)}
    .check-card:nth-child(3) .check-icon{background:linear-gradient(135deg,#ff2d74,#c446ff)}
    .check-card:nth-child(4) .check-icon{background:linear-gradient(135deg,#87a000,#f5ff36);color:#2d3300}
    .form-wrap{
      display:grid;
      grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);
      gap:24px;
      border-radius:34px;
      padding:26px;
      background:
        radial-gradient(circle at 10% 12%,rgba(245,255,54,.42),transparent 26%),
        linear-gradient(135deg,#fff,#fff0f5);
      border:1px solid rgba(255,45,116,.18);
      box-shadow:var(--shadow);
    }
    .form-note-card{
      border-radius:26px;
      padding:24px;
      color:#fff;
      background:linear-gradient(145deg,#2b1727,#4b183f 70%,#ff2d74 150%);
      position:relative;
      overflow:hidden;
    }
    .form-note-card::after{
      content:"反馈";
      position:absolute;
      right:-12px;
      bottom:-20px;
      color:rgba(255,255,255,.08);
      font-size:96px;
      font-weight:950;
      letter-spacing:-.08em;
    }
    .form-note-card p{color:rgba(255,255,255,.78)}
    .feedback-form{
      display:grid;
      gap:16px;
    }
    .form-label{
      font-size:14px;
      font-weight:850;
      color:#4d3345;
      margin-bottom:7px;
    }
    .form-control,
    .form-select{
      min-height:50px;
      border-radius:18px;
      border:1px solid rgba(255,45,116,.16);
      background:#fffafd;
      padding:12px 15px;
      color:var(--ink);
      box-shadow:none!important;
    }
    textarea.form-control{min-height:120px;resize:vertical}
    .form-control:focus,
    .form-select:focus{
      border-color:rgba(255,45,116,.68);
      background:#fff;
      box-shadow:0 0 0 4px rgba(255,45,116,.10)!important;
    }
    .form-hint{
      font-size:13px;
      color:var(--muted);
      margin-top:8px;
    }
    .faq-wrap{
      display:grid;
      grid-template-columns:340px minmax(0,1fr);
      gap:24px;
      align-items:start;
    }
    .faq-card{
      padding:24px;
      border-radius:var(--radius-lg);
      background:#fff;
      border:1px solid rgba(255,45,116,.12);
      box-shadow:var(--shadow);
    }
    .accordion{
      display:grid;
      gap:12px;
    }
    .accordion-item{
      border:0;
      border-radius:22px!important;
      overflow:hidden;
      background:#fff;
      box-shadow:0 12px 30px rgba(80,30,56,.06);
      border:1px solid rgba(255,45,116,.10);
    }
    .accordion-button{
      border:0;
      box-shadow:none!important;
      background:#fff!important;
      color:var(--ink);
      font-weight:900;
      padding:18px 20px;
      line-height:1.45;
    }
    .accordion-button:not(.collapsed){
      color:var(--primary-dark);
      background:linear-gradient(90deg,#fff0f5,#fff)!important;
    }
    .accordion-button::after{
      width:30px;
      height:30px;
      border-radius:12px;
      background-color:#fff1f6;
      background-position:center;
      background-size:16px;
    }
    .accordion-body{
      padding:0 20px 20px;
      color:#5f505b;
      font-size:15px;
      border-left:4px solid var(--primary);
      margin-left:20px;
      margin-bottom:18px;
      background:#fff;
    }
    .cta-strip{
      position:relative;
      overflow:hidden;
      border-radius:36px;
      padding:34px;
      color:#fff;
      background:
        radial-gradient(circle at 12% 12%,rgba(245,255,54,.55),transparent 23%),
        radial-gradient(circle at 90% 80%,rgba(255,138,31,.50),transparent 28%),
        linear-gradient(135deg,#2b1727 0%,#5b1a48 45%,#ff2d74 120%);
      box-shadow:var(--shadow-strong);
    }
    .cta-strip::after{
      content:"99";
      position:absolute;
      right:28px;
      top:-40px;
      font-size:160px;
      line-height:1;
      font-weight:950;
      color:rgba(255,255,255,.08);
      letter-spacing:-.12em;
    }
    .cta-strip h2{color:#fff}
    .cta-strip p{color:rgba(255,255,255,.80);max-width:720px}
    .cta-actions{
      position:relative;
      z-index:1;
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin-top:24px;
    }
    .cta-tip{
      display:inline-flex;
      align-items:center;
      gap:8px;
      margin-top:18px;
      padding:9px 13px;
      border-radius:999px;
      background:rgba(255,255,255,.12);
      border:1px solid rgba(255,255,255,.14);
      color:rgba(255,255,255,.88);
      font-size:13px;
      font-weight:800;
    }
    .site-footer{
      background:var(--footer);
      color:rgba(255,255,255,.78);
      padding:56px 0 24px;
      position:relative;
      overflow:hidden;
    }
    .site-footer::before{
      content:"";
      position:absolute;
      right:-80px;
      top:-100px;
      width:280px;
      height:280px;
      border-radius:50%;
      background:radial-gradient(circle,rgba(255,45,116,.24),transparent 62%);
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.5fr .7fr .7fr .85fr;
      gap:30px;
      position:relative;
      z-index:1;
    }
    .footer-brand{
      display:flex;
      align-items:center;
      gap:10px;
      color:#fff;
      font-size:18px;
      font-weight:950;
      margin-bottom:14px;
    }
    .footer-note{
      max-width:430px;
      color:rgba(255,255,255,.66);
      font-size:14px;
    }
    .footer-title{
      color:#fff;
      font-weight:900;
      margin-bottom:12px;
    }
    .footer-links{
      list-style:none;
      padding:0;
      margin:0;
      display:grid;
      gap:9px;
    }
    .footer-links a{
      color:rgba(255,255,255,.68);
      font-size:14px;
    }
    .footer-links a:hover{
      color:#fff;
      padding-left:4px;
    }
    .copyright{
      display:flex;
      justify-content:space-between;
      gap:16px;
      flex-wrap:wrap;
      border-top:1px solid rgba(255,255,255,.10);
      margin-top:34px;
      padding-top:20px;
      color:rgba(255,255,255,.56);
      font-size:13px;
      position:relative;
      z-index:1;
    }
    @media (max-width:1199.98px){
      .hero-panel{grid-template-columns:1fr .9fr}
      .timeline-layout,.faq-wrap{grid-template-columns:310px minmax(0,1fr)}
      .search-box{min-width:190px}
    }
    @media (max-width:991.98px){
      .site-header{padding:10px 0}
      .navbar-collapse{
        margin-top:12px;
        padding:16px;
        border-radius:24px;
        background:rgba(255,255,255,.96);
        border:1px solid rgba(255,45,116,.12);
        box-shadow:var(--shadow);
      }
      .navbar-nav{align-items:stretch!important;gap:6px}
      .nav-actions{
        margin:14px 0 0;
        display:grid;
        grid-template-columns:1fr;
      }
      .search-box{min-width:100%;width:100%}
      .nav-actions .btn{width:100%;text-align:center}
      .hero-panel,
      .timeline-layout,
      .coupon-grid,
      .progress-area,
      .form-wrap,
      .faq-wrap{
        grid-template-columns:1fr;
      }
      .sticky-summary{position:relative;top:auto}
      .section-head{display:block}
      .section-head .lead{margin-top:8px}
      .footer-grid{grid-template-columns:1fr 1fr}
    }
    @media (max-width:767.98px){
      .section{padding:58px 0}
      .hero{padding:36px 0 34px}
      .hero-copy,.index-card,.cta-strip{border-radius:26px;padding:24px}
      .burst{right:18px;top:-14px}
      .brand-text{font-size:16px}
      .hero-actions,.cta-actions{display:grid;grid-template-columns:1fr}
      .btn{width:100%;text-align:center}
      .tag-strip{gap:8px}
      .mini-stats,.check-grid{grid-template-columns:1fr}
      .timeline::before{left:22px}
      .timeline-item{grid-template-columns:46px minmax(0,1fr);gap:12px}
      .timeline-no{width:46px;height:46px;border-radius:17px;font-size:14px}
      .timeline-card{padding:18px;border-radius:20px}
      .coupon-main{padding:22px}
      .coupon-title{font-size:25px}
      .footer-grid{grid-template-columns:1fr}
      .copyright{display:grid}
    }
    @media (max-width:520px){
      .container{padding-left:18px;padding-right:18px}
      .brand-mark{gap:8px;margin-right:0}
      .logo-dot{width:34px;height:34px;border-radius:12px}
      .hero-copy{padding:22px 18px}
      .index-card{padding:22px 18px}
      .filter-band{border-radius:20px;padding:12px}
      .form-wrap{padding:18px;border-radius:26px}
      .cta-strip{padding:24px 18px}
      .faq-card,.progress-card,.sticky-summary{padding:20px}
    }
