/* roulang page: index */
:root{
      --bg:#08070B;
      --bg-2:#121019;
      --bg-3:#1A141D;
      --card:rgba(255,255,255,.055);
      --card-strong:rgba(255,255,255,.085);
      --primary:#FF5EA8;
      --primary-2:#F35C9A;
      --violet:#A970FF;
      --pink-soft:#FFB7D5;
      --ivory:#F8F3F6;
      --muted:#B8AEB8;
      --muted-2:#8F8490;
      --line:rgba(255,94,168,.24);
      --line-2:rgba(169,112,255,.28);
      --warm:#F0D6C4;
      --success:#70E0C2;
      --warning:#FFD38A;
      --radius-sm:14px;
      --radius:22px;
      --radius-lg:30px;
      --shadow:0 24px 80px rgba(255,94,168,.14);
      --shadow-violet:0 18px 70px rgba(169,112,255,.13);
      --nav-h:76px;
      --container:1180px;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      min-height:100vh;
      font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans SC",Arial,sans-serif;
      color:var(--ivory);
      line-height:1.75;
      background:
        radial-gradient(circle at 10% 4%, rgba(255,94,168,.18), transparent 26%),
        radial-gradient(circle at 85% 12%, rgba(169,112,255,.17), transparent 25%),
        linear-gradient(180deg, #08070B 0%, #121019 46%, #08070B 100%);
      overflow-x:hidden;
      padding-bottom:0;
    }
    body::before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      opacity:.32;
      background-image:
        linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
      background-size:44px 44px;
      mask-image:linear-gradient(to bottom, rgba(0,0,0,.8), transparent 82%);
      z-index:-2;
    }
    body::after{
      content:"";
      position:fixed;
      left:8%;
      top:120px;
      width:84%;
      height:1px;
      background:linear-gradient(90deg, transparent, rgba(255,94,168,.8), rgba(169,112,255,.7), transparent);
      filter:blur(.2px);
      opacity:.42;
      z-index:-1;
      transform:rotate(-2deg);
    }
    a{color:inherit;text-decoration:none;transition:color .22s ease, border-color .22s ease, background .22s ease, transform .22s ease, box-shadow .22s ease}
    a:hover,a:focus{color:var(--pink-soft)}
    button,input,textarea,select{font:inherit}
    button,.button{cursor:pointer}
    img{max-width:100%;display:block}
    ::selection{background:rgba(255,94,168,.35);color:#fff}
    :focus-visible{outline:2px solid var(--pink-soft);outline-offset:4px;border-radius:10px}
    .site-wrap{position:relative;overflow:hidden}
    .container{
      width:min(calc(100% - 36px), var(--container));
      margin:0 auto;
    }
    .section{
      padding:96px 0;
      position:relative;
    }
    .section.compact{padding:74px 0}
    .section-head{
      display:flex;
      align-items:flex-end;
      justify-content:space-between;
      gap:28px;
      margin-bottom:34px;
    }
    .section-kicker{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:8px 12px;
      border:1px solid var(--line);
      background:rgba(255,94,168,.075);
      color:var(--pink-soft);
      border-radius:999px;
      font-size:13px;
      font-weight:800;
      letter-spacing:.04em;
      margin-bottom:14px;
    }
    .section-kicker::before{
      content:"";
      width:8px;height:8px;border-radius:50%;
      background:var(--primary);
      box-shadow:0 0 16px rgba(255,94,168,.9);
    }
    h1,h2,h3,h4,p{margin-top:0}
    h1{
      font-size:clamp(34px,5.1vw,58px);
      line-height:1.14;
      letter-spacing:-.035em;
      font-weight:950;
      margin-bottom:22px;
    }
    h2{
      font-size:clamp(28px,3.4vw,40px);
      line-height:1.22;
      letter-spacing:-.025em;
      font-weight:920;
      margin-bottom:12px;
    }
    h3{font-size:22px;line-height:1.35;font-weight:880;margin-bottom:10px}
    p{color:var(--muted);font-size:16.5px}
    .lead{font-size:18px;color:#D8CED8;line-height:1.85}
    .muted{color:var(--muted)}
    .tiny{font-size:13px;color:var(--muted-2)}
    .gradient-text{
      background:linear-gradient(90deg,#fff,var(--pink-soft),var(--violet));
      -webkit-background-clip:text;background-clip:text;color:transparent;
    }
    .badge-row,.chip-row{display:flex;flex-wrap:wrap;gap:10px}
    .badge,.chip{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:7px;
      border:1px solid var(--line);
      background:rgba(255,255,255,.055);
      color:#F3EAF0;
      border-radius:999px;
      padding:7px 11px;
      font-size:13px;
      font-weight:750;
      white-space:nowrap;
    }
    .chip:hover{border-color:rgba(255,183,213,.72);background:rgba(255,94,168,.12);transform:translateY(-2px)}
    .badge.lock{border-color:rgba(112,224,194,.28);color:#BDF7E9;background:rgba(112,224,194,.07)}
    .button,
    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:9px;
      min-height:48px;
      padding:13px 22px;
      border-radius:999px;
      font-weight:860;
      letter-spacing:.01em;
      border:1px solid transparent;
      line-height:1.1;
      margin:0;
      text-decoration:none!important;
    }
    .btn-primary,.button.btn-primary{
      color:#fff;
      background:linear-gradient(135deg,var(--primary),var(--violet));
      box-shadow:0 14px 42px rgba(255,94,168,.28), inset 0 1px 0 rgba(255,255,255,.24);
    }
    .btn-primary:hover,.btn-primary:focus{
      color:#fff;
      transform:translateY(-3px);
      box-shadow:0 20px 58px rgba(255,94,168,.38),0 0 0 5px rgba(255,94,168,.08);
    }
    .btn-secondary{
      color:var(--ivory);
      border-color:rgba(255,183,213,.42);
      background:rgba(255,255,255,.035);
    }
    .btn-secondary:hover,.btn-secondary:focus{
      color:#fff;
      background:rgba(255,94,168,.12);
      border-color:rgba(255,183,213,.78);
      transform:translateY(-2px);
    }
    .btn-dark{
      color:#fff;
      background:#14101A;
      border-color:var(--line);
    }
    .btn-dark:hover{background:#1E1625;box-shadow:0 0 0 4px rgba(255,94,168,.08)}
    .neon-card{
      position:relative;
      border:1px solid var(--line);
      background:
        linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.035)),
        rgba(18,16,25,.78);
      border-radius:var(--radius);
      box-shadow:var(--shadow);
      overflow:hidden;
      transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease,background .25s ease;
    }
    .neon-card::before{
      content:"";
      position:absolute;
      inset:0;
      pointer-events:none;
      background:radial-gradient(circle at 18% 0%, rgba(255,94,168,.16), transparent 34%),
                 radial-gradient(circle at 90% 20%, rgba(169,112,255,.12), transparent 30%);
      opacity:.85;
    }
    .neon-card > *{position:relative;z-index:1}
    .neon-card:hover{
      transform:translateY(-5px);
      border-color:rgba(255,183,213,.58);
      box-shadow:0 28px 90px rgba(255,94,168,.19),0 0 0 1px rgba(255,255,255,.05) inset;
    }
    .site-header{
      position:sticky;
      top:0;
      z-index:1000;
      background:rgba(9,7,13,.88);
      backdrop-filter:blur(18px);
      border-bottom:1px solid transparent;
      box-shadow:0 8px 32px rgba(0,0,0,.22);
    }
    .site-header::after{
      content:"";
      position:absolute;
      left:0;right:0;bottom:0;height:1px;
      background:linear-gradient(90deg,transparent,var(--primary),var(--violet),var(--pink-soft),transparent);
      opacity:.75;
    }
    .top-bar{
      max-width:var(--container);
      margin:0 auto;
      padding:14px 18px;
      min-height:var(--nav-h);
      background:transparent;
    }
    .top-bar,.top-bar ul{background:transparent}
    .brand{
      display:flex;
      align-items:center;
      gap:12px;
      color:#fff;
      font-weight:950;
      letter-spacing:-.02em;
      font-size:18px;
    }
    .brand-mark{
      width:38px;height:38px;border-radius:14px;
      display:grid;place-items:center;
      background:linear-gradient(135deg,var(--primary),var(--violet));
      box-shadow:0 0 28px rgba(255,94,168,.38);
      color:#fff;
      font-weight:950;
    }
    .nav-menu{
      display:flex;
      align-items:center;
      gap:8px;
      margin:0;
      list-style:none;
    }
    .nav-menu a{
      display:flex;
      align-items:center;
      min-height:38px;
      padding:9px 14px;
      border-radius:999px;
      color:#DCD2DC;
      border:1px solid transparent;
      font-size:14px;
      font-weight:760;
    }
    .nav-menu a:hover{
      color:#fff;
      border-color:rgba(255,94,168,.28);
      background:rgba(255,94,168,.08);
      box-shadow:0 0 24px rgba(255,94,168,.12);
    }
    .nav-menu a.active{
      color:#fff;
      border-color:rgba(255,183,213,.55);
      background:linear-gradient(180deg,rgba(255,94,168,.18),rgba(169,112,255,.08));
      box-shadow:0 0 22px rgba(255,94,168,.18);
    }
    .menu-icon{filter:invert(1);margin-left:12px}
    .mobile-panel{
      display:none;
      border-top:1px solid rgba(255,94,168,.16);
      background:#09070D;
      padding:10px 18px 18px;
    }
    .mobile-panel.is-open{display:block}
    .mobile-panel a{
      display:flex;
      padding:13px 12px;
      border-radius:14px;
      color:#EFE7ED;
      font-weight:800;
      border:1px solid transparent;
    }
    .mobile-panel a.active,.mobile-panel a:hover{background:rgba(255,94,168,.1);border-color:var(--line)}
    .hero{
      padding:74px 0 86px;
      min-height:calc(100vh - var(--nav-h));
      display:flex;
      align-items:center;
    }
    .coupon-stage{
      position:relative;
      padding:28px;
      border-radius:36px;
      background:
        radial-gradient(circle at 12% 14%, rgba(255,94,168,.18), transparent 28%),
        radial-gradient(circle at 80% 35%, rgba(169,112,255,.15), transparent 30%),
        linear-gradient(135deg, rgba(255,255,255,.075), rgba(255,255,255,.025));
      border:1px solid rgba(255,183,213,.22);
      box-shadow:0 30px 110px rgba(0,0,0,.38);
      overflow:hidden;
    }
    .coupon-stage::before{
      content:"";
      position:absolute;
      inset:18px;
      border-radius:28px;
      border:1px dashed rgba(255,183,213,.22);
      pointer-events:none;
    }
    .coupon-wall{
      display:grid;
      grid-template-columns:1.25fr .75fr;
      gap:20px;
      align-items:stretch;
    }
    .main-coupon{
      min-height:376px;
      padding:34px;
      border-radius:30px;
      background:
        linear-gradient(135deg, rgba(255,94,168,.92), rgba(169,112,255,.84)),
        radial-gradient(circle at 80% 0%, rgba(255,255,255,.35), transparent 32%);
      position:relative;
      overflow:hidden;
      box-shadow:0 22px 70px rgba(255,94,168,.25);
    }
    .main-coupon::before,.main-coupon::after{
      content:"";
      position:absolute;
      top:50%;
      width:38px;height:38px;border-radius:50%;
      background:#121019;
      transform:translateY(-50%);
      box-shadow:inset 0 0 0 1px rgba(255,255,255,.08);
    }
    .main-coupon::before{left:-19px}
    .main-coupon::after{right:-19px}
    .coupon-top{
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:18px;
      margin-bottom:34px;
      color:#fff;
      font-weight:900;
    }
    .coupon-value{
      font-size:clamp(42px,7vw,76px);
      line-height:1;
      font-weight:980;
      letter-spacing:-.06em;
      margin:0 0 14px;
      color:#fff;
      text-shadow:0 8px 28px rgba(0,0,0,.25);
    }
    .main-coupon p{color:rgba(255,255,255,.86);max-width:560px}
    .coupon-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}
    .coupon-actions .btn-secondary{background:rgba(8,7,11,.16);border-color:rgba(255,255,255,.36)}
    .mini-coupons{
      display:grid;
      gap:16px;
    }
    .mini-coupon{
      padding:22px;
      border-radius:24px;
      border:1px solid rgba(255,183,213,.24);
      background:rgba(255,255,255,.06);
      min-height:112px;
    }
    .mini-coupon strong{display:block;color:#fff;font-size:20px;margin-bottom:6px}
    .mini-coupon span{color:var(--muted);font-size:14px}
    .hero-intro{
      padding:22px 4px 0;
    }
    .hero-intro .lead{max-width:880px}
    .hero-data{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin-top:24px;
    }
    .data-pill{
      padding:12px 15px;
      border-radius:18px;
      border:1px solid var(--line);
      background:rgba(255,255,255,.045);
      min-width:148px;
    }
    .data-pill b{display:block;color:#fff;font-size:20px;line-height:1.2}
    .data-pill span{font-size:13px;color:var(--muted)}
    .progress-board{
      padding:30px;
      border-radius:var(--radius-lg);
    }
    .progress-line{
      position:relative;
      height:14px;
      border-radius:999px;
      background:rgba(255,255,255,.08);
      overflow:hidden;
      border:1px solid rgba(255,255,255,.08);
      margin:18px 0 22px;
    }
    .progress-line span{
      display:block;
      width:78%;
      height:100%;
      background:linear-gradient(90deg,var(--primary),var(--violet),var(--pink-soft));
      border-radius:inherit;
      box-shadow:0 0 24px rgba(255,94,168,.45);
    }
    .milestone-grid{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:14px;
      margin-top:18px;
    }
    .milestone{
      padding:18px;
      border-radius:20px;
      background:rgba(255,255,255,.045);
      border:1px solid rgba(255,94,168,.18);
    }
    .milestone b{display:block;color:#fff;font-size:21px;margin-bottom:3px}
    .milestone span{font-size:13px;color:var(--muted)}
    .reward-grid{
      display:grid;
      grid-template-columns:.9fr 1.15fr .95fr;
      gap:18px;
      align-items:stretch;
    }
    .reward-card{
      padding:28px;
      min-height:360px;
      display:flex;
      flex-direction:column;
    }
    .reward-card.featured{
      border-color:rgba(255,183,213,.62);
      transform:translateY(-10px);
      background:
        radial-gradient(circle at 50% 0%, rgba(255,94,168,.2), transparent 36%),
        linear-gradient(180deg, rgba(255,255,255,.09), rgba(255,255,255,.04));
    }
    .reward-card.featured:hover{transform:translateY(-15px)}
    .price{
      display:flex;
      align-items:flex-end;
      gap:6px;
      color:#fff;
      margin:18px 0;
    }
    .price strong{font-size:34px;line-height:1;font-weight:950}
    .price span{color:var(--muted);font-size:14px}
    .check-list{
      list-style:none;
      margin:18px 0 24px;
      padding:0;
      display:grid;
      gap:12px;
    }
    .check-list li{
      position:relative;
      padding-left:28px;
      color:#D8CED8;
      font-size:15.5px;
    }
    .check-list li::before{
      content:"✓";
      position:absolute;
      left:0;top:0;
      color:var(--success);
      font-weight:950;
    }
    .reward-card .btn{margin-top:auto}
    .matrix{
      display:grid;
      grid-template-columns:1.15fr .85fr;
      gap:20px;
      align-items:stretch;
    }
    .route-panel{
      padding:30px;
    }
    .route-list{
      list-style:none;
      margin:0;
      padding:0;
      display:grid;
      gap:18px;
      position:relative;
    }
    .route-list::before{
      content:"";
      position:absolute;
      left:17px;
      top:20px;
      bottom:20px;
      width:2px;
      background:linear-gradient(var(--primary),var(--violet),transparent);
      opacity:.65;
    }
    .route-item{
      position:relative;
      padding-left:52px;
    }
    .route-dot{
      position:absolute;
      left:0;top:2px;
      width:36px;height:36px;border-radius:50%;
      display:grid;place-items:center;
      background:#17111D;
      border:1px solid rgba(255,183,213,.44);
      color:#fff;
      font-size:13px;
      font-weight:900;
      box-shadow:0 0 22px rgba(255,94,168,.22);
      z-index:2;
    }
    .route-item p{margin-bottom:0;font-size:15px}
    .filter-panel{
      padding:26px;
    }
    .filter-panel .texture{
      height:132px;
      border-radius:22px;
      border:1px solid rgba(255,183,213,.22);
      background:
        linear-gradient(135deg, rgba(255,255,255,.06), rgba(255,255,255,.015)),
        repeating-linear-gradient(120deg, rgba(255,183,213,.11) 0 2px, transparent 2px 11px),
        radial-gradient(circle at 28% 22%, rgba(255,94,168,.2), transparent 35%);
      margin-bottom:18px;
      position:relative;
      overflow:hidden;
    }
    .filter-panel .texture::after{
      content:"欧美丝袜在线99精品材质纹理参考";
      position:absolute;
      left:16px;bottom:12px;
      color:rgba(255,255,255,.68);
      font-size:13px;
      font-weight:800;
    }
    .compare-row{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      padding:12px 0;
      border-bottom:1px solid rgba(255,255,255,.08);
      color:#E8DFE6;
      font-size:14px;
    }
    .compare-row:last-child{border-bottom:0}
    .compare-row em{font-style:normal;color:var(--pink-soft);font-weight:800}
    .proof-grid{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:16px;
    }
    .proof-card{
      padding:24px;
      min-height:158px;
    }
    .proof-number{
      font-size:34px;
      line-height:1;
      color:#fff;
      font-weight:950;
      margin-bottom:10px;
    }
    .support-wall{
      margin-top:20px;
      display:grid;
      grid-template-columns:1fr 1fr 1fr;
      gap:18px;
    }
    .quote-card{
      padding:24px;
    }
    .quote-card blockquote{
      margin:0;
      color:#E7DDE5;
      font-size:16px;
      line-height:1.8;
      border-left:0;
      padding:0;
    }
    .quote-card .who{
      margin-top:14px;
      color:var(--pink-soft);
      font-weight:850;
      font-size:14px;
    }
    .news-layout{
      display:grid;
      grid-template-columns:1.25fr .75fr;
      gap:22px;
    }
    .news-list{
      padding:10px;
      border-radius:var(--radius-lg);
      background:rgba(255,255,255,.035);
      border:1px solid rgba(255,94,168,.16);
    }
    .news-item{
      display:grid;
      grid-template-columns:auto 1fr auto;
      gap:16px;
      align-items:center;
      padding:18px;
      border-radius:20px;
      border:1px solid transparent;
    }
    .news-item:hover{
      background:rgba(255,94,168,.075);
      border-color:rgba(255,94,168,.22);
      transform:translateX(4px);
    }
    .news-index{
      width:34px;height:34px;border-radius:13px;
      display:grid;place-items:center;
      color:#fff;
      background:linear-gradient(135deg,rgba(255,94,168,.34),rgba(169,112,255,.24));
      border:1px solid rgba(255,183,213,.24);
      font-weight:900;
    }
    .news-item h3{font-size:17px;margin:0 0 4px}
    .news-item p{font-size:14px;margin:0}
    .news-arrow{color:var(--pink-soft);font-weight:950}
    .recommend{
      padding:28px;
      min-height:100%;
    }
    .recommend-tags{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0}
    .guarantee-strip{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:14px;
      margin-top:24px;
    }
    .guarantee{
      padding:18px;
      border-radius:20px;
      border:1px solid rgba(112,224,194,.18);
      background:rgba(112,224,194,.045);
    }
    .guarantee b{display:block;color:#D6FFF5;margin-bottom:4px}
    .guarantee span{font-size:13px;color:var(--muted)}
    .faq-wrap{
      max-width:920px;
      margin:0 auto;
    }
    .accordion{
      background:transparent;
      border:0;
    }
    .accordion-item{
      margin-bottom:14px;
      border:1px solid rgba(255,94,168,.2);
      border-radius:20px;
      background:rgba(255,255,255,.045);
      overflow:hidden;
      transition:border-color .25s ease, box-shadow .25s ease;
    }
    .accordion-item.is-active{
      border-color:rgba(255,183,213,.58);
      box-shadow:0 0 34px rgba(255,94,168,.12);
    }
    .accordion-title{
      color:#fff;
      font-size:16px;
      font-weight:850;
      padding:20px 54px 20px 22px;
      border:0;
      background:transparent;
    }
    .accordion-title:hover,.accordion-title:focus{
      color:#fff;
      background:rgba(255,94,168,.07);
    }
    .accordion-title::before{color:var(--pink-soft);font-size:22px;margin-top:-12px}
    .accordion-content{
      border:0;
      background:rgba(0,0,0,.08);
      color:var(--muted);
      padding:0 22px 22px;
      font-size:15.5px;
    }
    .support-cta{
      padding:34px;
      border-radius:34px;
      background:
        radial-gradient(circle at 12% 22%, rgba(255,94,168,.2), transparent 34%),
        linear-gradient(135deg, rgba(255,255,255,.075), rgba(255,255,255,.035));
      border:1px solid rgba(255,183,213,.25);
      box-shadow:var(--shadow);
    }
    .lead-form{
      display:grid;
      grid-template-columns:1fr 1fr auto;
      gap:12px;
      align-items:end;
      margin-top:22px;
    }
    .form-field label{
      display:block;
      color:#F2E8F0;
      font-weight:800;
      margin-bottom:7px;
      font-size:14px;
    }
    .form-field input{
      width:100%;
      min-height:50px;
      color:#fff;
      border-radius:16px;
      border:1px solid rgba(255,183,213,.25);
      background:rgba(8,7,11,.62);
      padding:0 15px;
      box-shadow:none;
      margin:0;
    }
    .form-field input::placeholder{color:#8F8490}
    .form-field input:focus{
      border-color:var(--pink-soft);
      background:rgba(8,7,11,.78);
      box-shadow:0 0 0 4px rgba(255,94,168,.1);
    }
    .site-footer{
      position:relative;
      padding:54px 0 34px;
      background:#09070D;
      border-top:1px solid rgba(255,94,168,.28);
    }
    .site-footer::before{
      content:"";
      position:absolute;
      left:0;right:0;top:0;height:1px;
      background:linear-gradient(90deg,transparent,var(--primary),var(--violet),transparent);
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.2fr .8fr .8fr;
      gap:28px;
    }
    .footer-brand{
      display:flex;
      align-items:center;
      gap:12px;
      font-weight:950;
      font-size:18px;
      margin-bottom:12px;
    }
    .footer-links{
      display:grid;
      gap:9px;
    }
    .footer-links a{
      color:var(--muted);
      font-size:14px;
    }
    .footer-links a:hover{color:#fff;transform:translateX(3px)}
    .footer-bottom{
      margin-top:34px;
      padding-top:18px;
      border-top:1px solid rgba(255,255,255,.08);
      display:flex;
      justify-content:space-between;
      gap:16px;
      flex-wrap:wrap;
      color:var(--muted-2);
      font-size:13px;
    }
    .float-cta{
      position:fixed;
      right:24px;
      bottom:24px;
      z-index:999;
      width:236px;
      padding:16px;
      border-radius:24px;
      border:1px solid rgba(255,183,213,.36);
      background:rgba(18,16,25,.86);
      backdrop-filter:blur(18px);
      box-shadow:0 18px 62px rgba(255,94,168,.22);
      animation:breathe 3.2s ease-in-out infinite;
    }
    .float-cta .btn{width:100%;min-height:44px}
    .float-cta p{margin:9px 0 0;font-size:12px;text-align:center;color:var(--muted)}
    .mobile-cta-bar{
      display:none;
      position:fixed;
      left:0;right:0;bottom:0;
      z-index:1001;
      padding:10px 12px calc(10px + env(safe-area-inset-bottom));
      background:rgba(9,7,13,.94);
      border-top:1px solid rgba(255,94,168,.28);
      backdrop-filter:blur(16px);
      gap:10px;
    }
    .mobile-cta-bar .btn{flex:1;min-height:44px;padding:12px 10px;font-size:14px}
    @keyframes breathe{
      0%,100%{box-shadow:0 18px 62px rgba(255,94,168,.18)}
      50%{box-shadow:0 18px 76px rgba(255,94,168,.32),0 0 0 5px rgba(255,94,168,.05)}
    }
    @media (max-width:1024px){
      .section{padding:76px 0}
      .coupon-wall,.matrix,.news-layout{grid-template-columns:1fr}
      .reward-grid{grid-template-columns:1fr 1fr}
      .reward-card.featured{transform:none}
      .proof-grid,.guarantee-strip{grid-template-columns:1fr 1fr}
      .milestone-grid{grid-template-columns:1fr 1fr}
      .top-bar{padding-left:18px;padding-right:18px}
    }
    @media (max-width:768px){
      body{padding-bottom:78px}
      .desktop-nav,.desktop-cta{display:none!important}
      .top-bar{min-height:64px}
      .brand{font-size:16px}
      .brand-mark{width:34px;height:34px;border-radius:12px}
      .section-head{display:block}
      .section{padding:62px 0}
      .hero{padding:48px 0 62px;min-height:auto}
      .coupon-stage{padding:16px;border-radius:26px}
      .main-coupon{min-height:auto;padding:26px;border-radius:24px}
      .mini-coupons{grid-template-columns:1fr}
      .hero-data{display:grid;grid-template-columns:1fr 1fr}
      .reward-grid,.support-wall,.footer-grid{grid-template-columns:1fr}
      .lead-form{grid-template-columns:1fr}
      .float-cta{display:none}
      .mobile-cta-bar{display:flex}
      .support-cta{padding:24px;border-radius:26px}
    }
    @media (max-width:520px){
      .container{width:min(calc(100% - 28px), var(--container))}
      h1{font-size:34px}
      h2{font-size:28px}
      .coupon-top{display:block}
      .coupon-value{font-size:45px}
      .coupon-actions{display:grid}
      .coupon-actions .btn{width:100%}
      .hero-data,.milestone-grid,.proof-grid,.guarantee-strip{grid-template-columns:1fr}
      .news-item{grid-template-columns:auto 1fr}
      .news-arrow{display:none}
      .main-coupon::before,.main-coupon::after{display:none}
      .route-item{padding-left:48px}
      .badge-row,.chip-row{overflow-x:auto;flex-wrap:nowrap;padding-bottom:4px}
      .footer-bottom{display:block}
    }

/* roulang page: category1 */
:root{
      --bg:#08070B;
      --bg-2:#121019;
      --bg-3:#1A141D;
      --panel:rgba(255,255,255,.052);
      --panel-2:rgba(255,94,168,.08);
      --text:#F8F3F6;
      --muted:#B8AEB8;
      --soft:#E7DCE3;
      --primary:#FF5EA8;
      --primary-2:#F35C9A;
      --violet:#A970FF;
      --rose:#FFB7D5;
      --nude:#E7C3AF;
      --line:rgba(255,94,168,.24);
      --line-strong:rgba(255,94,168,.52);
      --shadow:0 24px 70px rgba(255,94,168,.14);
      --shadow-violet:0 18px 58px rgba(169,112,255,.16);
      --radius:26px;
      --radius-sm:16px;
      --container:1180px;
      --header-h:76px;
      --ease:all .28s ease;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      min-height:100vh;
      font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans SC",Arial,sans-serif;
      color:var(--text);
      background:
        radial-gradient(circle at 15% 12%, rgba(255,94,168,.18), transparent 34%),
        radial-gradient(circle at 88% 10%, rgba(169,112,255,.18), transparent 30%),
        linear-gradient(180deg,#08070B 0%,#100D15 44%,#08070B 100%);
      line-height:1.75;
      overflow-x:hidden;
      padding-bottom:0;
    }
    body:before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      z-index:-2;
      background-image:
        linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
      background-size:54px 54px;
      mask-image:linear-gradient(to bottom, rgba(0,0,0,.85), rgba(0,0,0,.2));
    }
    a{color:inherit;text-decoration:none;transition:var(--ease)}
    img{max-width:100%;height:auto;display:block}
    button,.button{font-family:inherit}
    :focus-visible{outline:2px solid var(--rose);outline-offset:4px;border-radius:12px}
    .container{
      width:min(calc(100% - 40px),var(--container));
      margin:0 auto;
    }
    .site-header{
      position:sticky;
      top:0;
      z-index:1000;
      background:rgba(9,7,13,.88);
      backdrop-filter:blur(18px);
      border-bottom:1px solid transparent;
      box-shadow:0 18px 50px rgba(0,0,0,.25);
    }
    .site-header:after{
      content:"";
      position:absolute;
      left:0;right:0;bottom:0;height:1px;
      background:linear-gradient(90deg,transparent,var(--primary),var(--violet),var(--rose),transparent);
      opacity:.85;
    }
    .top-bar{
      width:min(calc(100% - 40px),var(--container));
      margin:0 auto;
      min-height:var(--header-h);
      padding:0;
      background:transparent;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:22px;
    }
    .top-bar-left,.top-bar-right{display:flex;align-items:center;gap:18px}
    .brand,.footer-brand{
      display:inline-flex;
      align-items:center;
      gap:12px;
      color:var(--text);
      font-weight:900;
      letter-spacing:.02em;
      white-space:nowrap;
    }
    .brand-mark{
      width:42px;height:42px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      border-radius:15px;
      color:#fff;
      font-weight:950;
      background:linear-gradient(135deg,var(--primary),var(--violet));
      box-shadow:0 0 24px rgba(255,94,168,.42), inset 0 1px 0 rgba(255,255,255,.25);
    }
    .nav-menu{
      margin:0;
      padding:0;
      list-style:none;
      display:flex;
      align-items:center;
      gap:8px;
    }
    .nav-menu a,.mobile-panel a:not(.btn){
      position:relative;
      display:inline-flex;
      align-items:center;
      min-height:40px;
      padding:9px 14px;
      border-radius:999px;
      color:var(--muted);
      font-weight:700;
      font-size:14px;
      border:1px solid transparent;
    }
    .nav-menu a:hover,.mobile-panel a:not(.btn):hover{
      color:var(--text);
      border-color:rgba(255,94,168,.28);
      background:rgba(255,94,168,.08);
      box-shadow:0 0 22px rgba(255,94,168,.12);
    }
    .nav-menu a.active,.mobile-panel a.active:not(.btn){
      color:#fff;
      border-color:var(--line-strong);
      background:linear-gradient(180deg,rgba(255,94,168,.18),rgba(169,112,255,.09));
      box-shadow:0 0 22px rgba(255,94,168,.18);
    }
    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      min-height:46px;
      padding:12px 22px;
      border-radius:999px;
      font-weight:850;
      border:1px solid transparent;
      cursor:pointer;
      transition:var(--ease);
      line-height:1.2;
    }
    .btn-primary{
      color:#fff;
      background:linear-gradient(135deg,var(--primary),var(--violet));
      box-shadow:0 15px 38px rgba(255,94,168,.28);
    }
    .btn-primary:hover{
      color:#fff;
      transform:translateY(-2px);
      box-shadow:0 18px 48px rgba(255,94,168,.38),0 0 0 5px rgba(255,94,168,.08);
    }
    .btn-secondary{
      color:var(--text);
      border-color:rgba(255,183,213,.36);
      background:rgba(255,255,255,.035);
    }
    .btn-secondary:hover{
      color:#fff;
      transform:translateY(-2px);
      border-color:var(--primary);
      background:rgba(255,94,168,.12);
      box-shadow:0 14px 34px rgba(169,112,255,.16);
    }
    .menu-icon{
      width:44px;height:44px;
      border-radius:14px;
      border:1px solid var(--line);
      background:rgba(255,255,255,.05);
      position:relative;
    }
    .menu-icon:after{
      background:#fff;
      box-shadow:0 7px 0 #fff,0 14px 0 #fff;
      width:21px;
      left:11px;
      top:12px;
    }
    .mobile-panel{
      display:none;
      width:min(calc(100% - 40px),var(--container));
      margin:0 auto 14px;
      padding:14px;
      border:1px solid var(--line);
      border-radius:22px;
      background:rgba(18,16,25,.98);
      box-shadow:var(--shadow);
    }
    .mobile-panel.open{display:grid;gap:8px}
    .page-hero{
      position:relative;
      padding:84px 0 52px;
      min-height:640px;
      display:flex;
      align-items:center;
      overflow:hidden;
    }
    .page-hero:before{
      content:"";
      position:absolute;
      inset:18px auto auto 50%;
      width:760px;height:520px;
      transform:translateX(-10%) rotate(-8deg);
      background:
        linear-gradient(90deg,transparent 0 12%,rgba(255,94,168,.35) 12.3%,transparent 13% 34%,rgba(169,112,255,.28) 34.4%,transparent 35%),
        radial-gradient(circle at 20% 25%,rgba(255,94,168,.22),transparent 24%),
        radial-gradient(circle at 76% 62%,rgba(169,112,255,.20),transparent 24%);
      filter:blur(.2px);
      opacity:.9;
      pointer-events:none;
    }
    .hero-card{
      position:relative;
      z-index:1;
      padding:36px;
      border:1px solid var(--line);
      border-radius:34px;
      background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.035));
      box-shadow:var(--shadow);
      overflow:hidden;
    }
    .hero-card:after{
      content:"";
      position:absolute;
      inset:auto -80px -120px auto;
      width:260px;height:260px;
      border-radius:50%;
      background:rgba(255,94,168,.15);
      filter:blur(12px);
    }
    .eyebrow,.badge,.chip{
      display:inline-flex;
      align-items:center;
      gap:7px;
      width:max-content;
      max-width:100%;
      padding:7px 12px;
      border:1px solid rgba(255,183,213,.32);
      border-radius:999px;
      color:var(--rose);
      background:rgba(255,94,168,.075);
      font-size:13px;
      font-weight:850;
      line-height:1.2;
    }
    .eyebrow:before,.node-title:before{
      content:"";
      width:7px;height:7px;
      border-radius:50%;
      background:var(--primary);
      box-shadow:0 0 14px var(--primary);
      flex:0 0 auto;
    }
    h1,h2,h3,p{margin-top:0}
    h1{
      max-width:900px;
      margin:20px 0 18px;
      font-size:clamp(34px,5vw,58px);
      line-height:1.13;
      letter-spacing:-.035em;
      font-weight:950;
    }
    h2{
      font-size:clamp(28px,3.2vw,40px);
      line-height:1.22;
      letter-spacing:-.02em;
      font-weight:950;
      margin-bottom:14px;
    }
    h3{
      font-size:22px;
      line-height:1.32;
      font-weight:900;
      margin-bottom:10px;
    }
    .lead{
      max-width:760px;
      color:var(--soft);
      font-size:18px;
      line-height:1.85;
      margin-bottom:24px;
    }
    .hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin:26px 0}
    .trust-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}
    .kv-strip{
      margin-top:24px;
      border:1px solid rgba(255,183,213,.26);
      border-radius:22px;
      background:rgba(8,7,11,.55);
      padding:14px 16px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:14px;
      color:var(--muted);
    }
    .kv-strip strong{color:var(--text)}
    .countdown{
      display:flex;
      gap:8px;
      align-items:center;
      white-space:nowrap;
    }
    .count-box{
      min-width:46px;
      text-align:center;
      padding:6px 8px;
      border-radius:12px;
      border:1px solid var(--line);
      background:rgba(255,94,168,.11);
      color:#fff;
      font-weight:900;
    }
    .explore-panel{
      position:relative;
      padding:24px;
      border:1px solid var(--line);
      border-radius:30px;
      background:
        radial-gradient(circle at 20% 0%,rgba(255,94,168,.18),transparent 38%),
        rgba(18,16,25,.78);
      box-shadow:var(--shadow-violet);
    }
    .panel-head{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:14px;
      margin-bottom:18px;
      color:var(--muted);
      font-weight:800;
    }
    .style-map{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:14px;
    }
    .map-tile{
      min-height:132px;
      padding:18px;
      border:1px solid rgba(255,94,168,.18);
      border-radius:22px;
      background:linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.028));
      transition:var(--ease);
      position:relative;
      overflow:hidden;
    }
    .map-tile:hover,.product-card:hover,.compare-card:hover{
      transform:translateY(-5px);
      border-color:var(--line-strong);
      box-shadow:0 18px 48px rgba(255,94,168,.16);
    }
    .map-tile:nth-child(1){grid-column:span 2}
    .map-tile:after,.product-card .visual:after{
      content:"";
      position:absolute;
      inset:auto 16px 16px auto;
      width:44px;height:44px;
      border-radius:50%;
      border:1px solid rgba(255,183,213,.35);
      box-shadow:0 0 28px rgba(255,94,168,.16);
    }
    .map-tile strong{display:block;color:#fff;font-size:18px;margin-bottom:6px}
    .map-tile span{display:block;color:var(--muted);font-size:14px;line-height:1.6}
    .section{
      position:relative;
      padding:88px 0;
    }
    .section.alt{
      background:linear-gradient(180deg,transparent,rgba(255,255,255,.025),transparent);
    }
    .section-head{
      display:flex;
      align-items:flex-end;
      justify-content:space-between;
      gap:24px;
      margin-bottom:30px;
    }
    .section-head p{
      max-width:620px;
      color:var(--muted);
      margin-bottom:0;
      font-size:17px;
    }
    .filter-board{
      padding:22px;
      border:1px solid var(--line);
      border-radius:28px;
      background:rgba(255,255,255,.045);
      box-shadow:0 18px 56px rgba(0,0,0,.18);
    }
    .filter-row{
      display:flex;
      gap:10px;
      flex-wrap:wrap;
      margin:12px 0 0;
    }
    .chip{
      cursor:pointer;
      color:var(--soft);
      background:rgba(255,255,255,.04);
      border-color:rgba(255,255,255,.12);
      transition:var(--ease);
    }
    .chip:hover,.chip.active{
      color:#fff;
      border-color:var(--primary);
      background:rgba(255,94,168,.14);
      transform:translateY(-1px);
      box-shadow:0 0 18px rgba(255,94,168,.13);
    }
    .category-grid{
      display:grid;
      grid-template-columns:repeat(12,1fr);
      gap:18px;
      margin-top:26px;
    }
    .product-card{
      grid-column:span 4;
      min-height:420px;
      border:1px solid var(--line);
      border-radius:28px;
      background:linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.032));
      overflow:hidden;
      transition:var(--ease);
      box-shadow:0 12px 44px rgba(0,0,0,.20);
    }
    .product-card.wide{grid-column:span 8}
    .product-card.tall{min-height:480px}
    .visual{
      position:relative;
      min-height:176px;
      overflow:hidden;
      background:
        radial-gradient(circle at 20% 30%,rgba(255,183,213,.26),transparent 24%),
        linear-gradient(135deg,rgba(255,94,168,.20),rgba(169,112,255,.12)),
        repeating-linear-gradient(45deg,rgba(255,255,255,.08) 0 2px,transparent 2px 12px);
    }
    .visual.sheer{background:linear-gradient(135deg,rgba(248,243,246,.20),rgba(255,94,168,.08)),repeating-linear-gradient(90deg,rgba(255,255,255,.10) 0 1px,transparent 1px 8px)}
    .visual.matte{background:linear-gradient(135deg,rgba(20,18,25,.95),rgba(90,75,92,.55)),repeating-linear-gradient(135deg,rgba(255,255,255,.04) 0 1px,transparent 1px 10px)}
    .visual.mesh{background:linear-gradient(135deg,rgba(255,94,168,.13),rgba(8,7,11,.9)),repeating-linear-gradient(45deg,rgba(255,255,255,.12) 0 1px,transparent 1px 14px),repeating-linear-gradient(-45deg,rgba(255,255,255,.09) 0 1px,transparent 1px 14px)}
    .visual.warm{background:linear-gradient(135deg,rgba(231,195,175,.46),rgba(255,94,168,.10)),repeating-linear-gradient(90deg,rgba(255,255,255,.10) 0 1px,transparent 1px 12px)}
    .visual.gray{background:linear-gradient(135deg,rgba(184,174,184,.38),rgba(169,112,255,.12)),repeating-linear-gradient(135deg,rgba(255,255,255,.08) 0 1px,transparent 1px 9px)}
    .card-body{padding:22px}
    .card-body p{color:var(--muted);margin-bottom:16px}
    .tag-row{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:18px}
    .tag{
      display:inline-flex;
      padding:5px 9px;
      border-radius:999px;
      color:var(--rose);
      background:rgba(255,94,168,.09);
      border:1px solid rgba(255,94,168,.22);
      font-size:12px;
      font-weight:850;
      transition:var(--ease);
    }
    .product-card:hover .tag{transform:translateY(-1px);border-color:rgba(255,183,213,.45)}
    .link-cta{
      color:#fff;
      font-weight:900;
      display:inline-flex;
      align-items:center;
      gap:8px;
    }
    .link-cta:after{content:"→";color:var(--primary)}
    .compare-wrap{
      display:grid;
      grid-template-columns:1.1fr .9fr;
      gap:20px;
      align-items:stretch;
    }
    .route-card,.compare-card,.support-card,.faq-card{
      border:1px solid var(--line);
      border-radius:var(--radius);
      background:rgba(255,255,255,.045);
      box-shadow:0 14px 52px rgba(0,0,0,.16);
    }
    .route-card{padding:28px}
    .route-list{
      margin:0;
      padding:0;
      list-style:none;
      display:grid;
      gap:16px;
    }
    .route-list li{
      position:relative;
      padding:18px 18px 18px 58px;
      border-radius:20px;
      background:rgba(8,7,11,.45);
      border:1px solid rgba(255,255,255,.08);
    }
    .route-list li:before{
      content:attr(data-step);
      position:absolute;
      left:16px;top:18px;
      width:28px;height:28px;
      display:grid;
      place-items:center;
      border-radius:50%;
      background:linear-gradient(135deg,var(--primary),var(--violet));
      color:#fff;
      font-size:12px;
      font-weight:950;
      box-shadow:0 0 18px rgba(255,94,168,.35);
    }
    .route-list strong{display:block;color:#fff;margin-bottom:5px}
    .route-list span{color:var(--muted)}
    .compare-card{padding:24px;transition:var(--ease)}
    .mini-table{
      width:100%;
      border-collapse:separate;
      border-spacing:0 10px;
      color:var(--soft);
    }
    .mini-table th{
      color:#fff;
      text-align:left;
      padding:12px;
      border-bottom:1px solid var(--line-strong);
      font-size:14px;
    }
    .mini-table td{
      padding:14px 12px;
      background:rgba(255,255,255,.045);
      color:var(--muted);
      border-top:1px solid rgba(255,255,255,.06);
      border-bottom:1px solid rgba(255,255,255,.06);
    }
    .mini-table td:first-child{border-radius:14px 0 0 14px;color:var(--text);font-weight:850;border-left:1px solid rgba(255,255,255,.06)}
    .mini-table td:last-child{border-radius:0 14px 14px 0;border-right:1px solid rgba(255,255,255,.06)}
    .proof-grid{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:16px;
    }
    .metric{
      padding:22px;
      border-radius:24px;
      border:1px solid var(--line);
      background:linear-gradient(145deg,rgba(255,94,168,.10),rgba(255,255,255,.035));
    }
    .metric b{
      display:block;
      font-size:32px;
      line-height:1;
      color:#fff;
      margin-bottom:8px;
      text-shadow:0 0 18px rgba(255,94,168,.3);
    }
    .metric span{color:var(--muted);font-size:14px}
    .support-grid{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:18px;
    }
    .support-card{
      padding:26px;
      transition:var(--ease);
    }
    .support-card:hover{
      transform:translateY(-4px);
      border-color:var(--line-strong);
      box-shadow:var(--shadow);
    }
    .support-card ul{
      margin:14px 0 22px;
      padding:0;
      list-style:none;
      display:grid;
      gap:10px;
      color:var(--muted);
    }
    .support-card li{
      position:relative;
      padding-left:20px;
    }
    .support-card li:before{
      content:"";
      position:absolute;
      left:0;top:.72em;
      width:7px;height:7px;border-radius:50%;
      background:var(--primary);
      box-shadow:0 0 12px rgba(255,94,168,.8);
    }
    .support-card.featured{
      background:linear-gradient(145deg,rgba(255,94,168,.16),rgba(169,112,255,.10));
      border-color:rgba(255,183,213,.48);
      position:relative;
    }
    .support-card.featured:before{
      content:"精选入口";
      position:absolute;
      top:18px;right:18px;
      color:#fff;
      background:linear-gradient(135deg,var(--primary),var(--violet));
      border-radius:999px;
      padding:5px 10px;
      font-size:12px;
      font-weight:900;
    }
    .accordion{
      background:transparent;
      border:0;
    }
    .accordion-item{
      margin-bottom:12px;
      border:1px solid var(--line);
      border-radius:20px;
      overflow:hidden;
      background:rgba(255,255,255,.045);
      transition:var(--ease);
    }
    .accordion-item.is-active{
      border-color:var(--line-strong);
      box-shadow:0 16px 44px rgba(255,94,168,.12);
    }
    .accordion-title{
      color:#fff;
      border:0!important;
      font-size:17px;
      font-weight:900;
      padding:20px 52px 20px 22px;
      background:transparent;
    }
    .accordion-title:hover,.accordion-title:focus{
      color:#fff;
      background:rgba(255,94,168,.08);
    }
    .accordion-title:before{color:var(--primary);font-size:22px;margin-top:-12px}
    .accordion-content{
      color:var(--muted);
      border:0!important;
      background:rgba(8,7,11,.30);
      padding:0 22px 20px;
    }
    .final-cta{
      position:relative;
      overflow:hidden;
      padding:36px;
      border-radius:34px;
      border:1px solid rgba(255,183,213,.38);
      background:
        radial-gradient(circle at 10% 10%,rgba(255,94,168,.22),transparent 26%),
        linear-gradient(135deg,rgba(255,94,168,.13),rgba(169,112,255,.10));
      box-shadow:var(--shadow);
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:24px;
    }
    .final-cta p{color:var(--soft);max-width:650px;margin-bottom:0}
    .site-footer{
      border-top:1px solid transparent;
      background:#09070D;
      position:relative;
      padding:58px 0 28px;
    }
    .site-footer:before{
      content:"";
      position:absolute;
      left:0;right:0;top:0;height:1px;
      background:linear-gradient(90deg,transparent,var(--primary),var(--violet),transparent);
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.45fr .8fr .8fr;
      gap:34px;
      padding-bottom:28px;
    }
    .site-footer p{color:var(--muted);margin:16px 0 0;max-width:520px}
    .site-footer h3{
      font-size:16px;
      color:#fff;
      margin-bottom:14px;
    }
    .footer-links{
      display:grid;
      gap:8px;
    }
    .footer-links a{
      color:var(--muted);
      width:max-content;
    }
    .footer-links a:hover{
      color:#fff;
      text-shadow:0 0 18px rgba(255,94,168,.32);
    }
    .footer-bottom{
      border-top:1px solid rgba(255,255,255,.08);
      padding-top:20px;
      display:flex;
      justify-content:space-between;
      gap:16px;
      color:#8F8490;
      font-size:13px;
      flex-wrap:wrap;
    }
    .floating-cta{
      position:fixed;
      right:22px;
      bottom:22px;
      z-index:900;
      width:250px;
      padding:16px;
      border-radius:24px;
      border:1px solid rgba(255,183,213,.38);
      background:rgba(18,16,25,.92);
      backdrop-filter:blur(14px);
      box-shadow:0 18px 60px rgba(255,94,168,.22);
      animation:pulseGlow 3s ease-in-out infinite;
    }
    .floating-cta small{
      display:block;
      color:var(--muted);
      margin-top:9px;
      line-height:1.5;
    }
    .mobile-cta-bar{display:none}
    @keyframes pulseGlow{
      0%,100%{box-shadow:0 18px 60px rgba(255,94,168,.16)}
      50%{box-shadow:0 18px 70px rgba(255,94,168,.30)}
    }
    @media (max-width:1024px){
      .desktop-nav,.desktop-cta{display:none}
      .page-hero{padding:58px 0 42px}
      .hero-card{margin-bottom:20px}
      .product-card,.product-card.wide{grid-column:span 6}
      .compare-wrap{grid-template-columns:1fr}
      .proof-grid{grid-template-columns:repeat(2,1fr)}
      .support-grid{grid-template-columns:1fr}
      .footer-grid{grid-template-columns:1fr 1fr}
    }
    @media (max-width:768px){
      .section{padding:64px 0}
      .section-head{display:block}
      .filter-row{flex-wrap:nowrap;overflow-x:auto;padding-bottom:8px}
      .chip{flex:0 0 auto}
      .category-grid{grid-template-columns:1fr}
      .product-card,.product-card.wide{grid-column:span 1;min-height:auto}
      .proof-grid{grid-template-columns:1fr}
      .style-map{grid-template-columns:1fr}
      .map-tile:nth-child(1){grid-column:span 1}
      .kv-strip{align-items:flex-start;flex-direction:column}
      .final-cta{display:block}
      .final-cta .hero-actions{margin-bottom:0}
      .footer-grid{grid-template-columns:1fr}
      .floating-cta{display:none}
      .mobile-cta-bar{
        position:fixed;
        left:10px;right:10px;bottom:10px;
        z-index:950;
        display:grid;
        grid-template-columns:1fr 1fr;
        gap:10px;
        padding:10px;
        border:1px solid var(--line);
        border-radius:22px;
        background:rgba(9,7,13,.94);
        backdrop-filter:blur(16px);
        box-shadow:0 14px 44px rgba(0,0,0,.35);
      }
      .mobile-cta-bar .btn{min-height:44px;padding:10px 12px;font-size:14px}
      body{padding-bottom:86px}
    }
    @media (max-width:520px){
      .container,.top-bar,.mobile-panel{width:min(calc(100% - 24px),var(--container))}
      .top-bar{min-height:66px}
      .brand span:last-child{font-size:14px}
      .brand-mark{width:36px;height:36px;border-radius:13px}
      .hero-card,.explore-panel,.filter-board,.route-card,.final-cta{padding:22px;border-radius:24px}
      h1{font-size:34px}
      .lead{font-size:16px}
      .hero-actions{display:grid}
      .btn{width:100%}
      .countdown{white-space:normal;flex-wrap:wrap}
      .mini-table{font-size:13px}
      .mini-table th,.mini-table td{padding:10px 8px}
    }

/* roulang page: category2 */
:root{
      --bg:#08070B;
      --bg-2:#121019;
      --bg-3:#1A141D;
      --panel:rgba(255,255,255,.055);
      --panel-strong:rgba(255,255,255,.09);
      --primary:#FF5EA8;
      --primary-2:#F35C9A;
      --violet:#A970FF;
      --rose:#FFB7D5;
      --warm:#F6D9C7;
      --text:#F8F3F6;
      --muted:#B8AEB8;
      --soft:#8F8490;
      --line:rgba(255,94,168,.24);
      --line-2:rgba(169,112,255,.28);
      --shadow:0 24px 70px rgba(255,94,168,.16);
      --shadow-violet:0 20px 64px rgba(169,112,255,.16);
      --radius:26px;
      --radius-sm:16px;
      --container:1180px;
      --header-h:76px;
      --ease:all .28s ease;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      min-height:100vh;
      font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans SC",Arial,sans-serif;
      color:var(--text);
      line-height:1.75;
      background:
        radial-gradient(circle at 12% 4%, rgba(255,94,168,.22), transparent 34%),
        radial-gradient(circle at 85% 12%, rgba(169,112,255,.18), transparent 32%),
        linear-gradient(180deg, #08070B 0%, #121019 48%, #08070B 100%);
      overflow-x:hidden;
      padding-bottom:0;
    }
    body:before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      opacity:.28;
      background-image:
        linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
      background-size:44px 44px;
      mask-image:linear-gradient(to bottom, rgba(0,0,0,.8), transparent 82%);
      z-index:-2;
    }
    a{color:inherit;text-decoration:none;transition:var(--ease)}
    a:hover,a:focus{color:var(--rose)}
    img{max-width:100%;display:block}
    button,.button{font-family:inherit}
    button:focus,a:focus{outline:2px solid rgba(255,183,213,.75);outline-offset:3px}
    .container{
      width:min(var(--container), calc(100% - 40px));
      margin:0 auto;
    }
    .site-header{
      position:sticky;
      top:0;
      z-index:1000;
      background:rgba(9,7,13,.88);
      backdrop-filter:blur(18px);
      border-bottom:1px solid transparent;
      border-image:linear-gradient(90deg, rgba(255,94,168,.15), rgba(169,112,255,.7), rgba(255,183,213,.22)) 1;
      box-shadow:0 14px 36px rgba(0,0,0,.28);
    }
    .top-bar{
      max-width:var(--container);
      min-height:var(--header-h);
      margin:0 auto;
      padding:0 20px;
      background:transparent;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:18px;
    }
    .top-bar ul{background:transparent}
    .brand,.footer-brand{
      display:inline-flex;
      align-items:center;
      gap:12px;
      font-weight:900;
      letter-spacing:.02em;
      color:var(--text);
      white-space:nowrap;
    }
    .brand:hover{color:#fff;text-shadow:0 0 18px rgba(255,94,168,.45)}
    .brand-mark{
      width:42px;
      height:42px;
      border-radius:14px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      color:#fff;
      font-weight:950;
      background:linear-gradient(135deg, var(--primary), var(--violet));
      box-shadow:0 0 24px rgba(255,94,168,.42);
      border:1px solid rgba(255,255,255,.22);
    }
    .desktop-nav{display:flex;align-items:center}
    .nav-menu{
      list-style:none;
      display:flex;
      align-items:center;
      gap:8px;
      margin:0;
      padding:0;
    }
    .nav-menu a,.mobile-panel a:not(.btn){
      position:relative;
      display:inline-flex;
      align-items:center;
      min-height:42px;
      padding:8px 15px;
      color:var(--muted);
      font-size:14px;
      font-weight:800;
      border-radius:999px;
      border:1px solid transparent;
    }
    .nav-menu a:hover,.nav-menu a.active{
      color:#fff;
      border-color:rgba(255,94,168,.38);
      background:rgba(255,94,168,.08);
      box-shadow:0 0 22px rgba(255,94,168,.15);
    }
    .nav-menu a.active:after{
      content:"";
      position:absolute;
      left:18px;
      right:18px;
      bottom:4px;
      height:2px;
      border-radius:999px;
      background:linear-gradient(90deg, var(--primary), var(--violet));
      box-shadow:0 0 12px rgba(255,94,168,.6);
    }
    .top-bar-right{display:flex;align-items:center;gap:14px}
    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      min-height:46px;
      padding:12px 20px;
      border-radius:999px;
      font-weight:900;
      font-size:14px;
      border:1px solid transparent;
      cursor:pointer;
      transition:var(--ease);
      line-height:1.2;
    }
    .btn-primary{
      color:#fff;
      background:linear-gradient(135deg, var(--primary), var(--violet));
      box-shadow:0 14px 32px rgba(255,94,168,.24);
    }
    .btn-primary:hover{
      color:#fff;
      transform:translateY(-2px);
      box-shadow:0 18px 42px rgba(255,94,168,.34), 0 0 20px rgba(169,112,255,.24);
    }
    .btn-secondary{
      color:var(--text);
      border-color:rgba(255,94,168,.34);
      background:rgba(255,255,255,.04);
    }
    .btn-secondary:hover{
      color:#fff;
      background:rgba(255,94,168,.12);
      border-color:rgba(255,183,213,.55);
      transform:translateY(-2px);
    }
    .menu-icon{
      width:44px;
      height:44px;
      border-radius:14px;
      border:1px solid rgba(255,94,168,.35);
      background:rgba(255,255,255,.045);
      position:relative;
      cursor:pointer;
    }
    .menu-icon:after{
      background:#fff;
      box-shadow:0 7px 0 #fff,0 14px 0 #fff;
      width:20px;
      left:11px;
      top:12px;
    }
    .mobile-panel{
      display:none;
      max-width:var(--container);
      margin:0 auto;
      padding:0 20px 18px;
      background:rgba(9,7,13,.96);
      border-top:1px solid rgba(255,94,168,.18);
    }
    .mobile-panel.open{display:grid;gap:8px}
    .mobile-panel a:not(.btn){
      justify-content:flex-start;
      border-radius:16px;
    }
    .mobile-panel a.active{
      color:#fff;
      background:rgba(255,94,168,.1);
      border-color:rgba(255,94,168,.38);
    }
    main{position:relative}
    .section{
      padding:94px 0;
      position:relative;
    }
    .section.compact{padding:66px 0}
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      margin-bottom:16px;
      padding:8px 12px;
      color:var(--rose);
      font-size:13px;
      font-weight:900;
      border:1px solid rgba(255,94,168,.25);
      border-radius:999px;
      background:rgba(255,94,168,.08);
      box-shadow:0 0 22px rgba(255,94,168,.09);
    }
    .eyebrow:before{
      content:"";
      width:8px;
      height:8px;
      border-radius:50%;
      background:var(--primary);
      box-shadow:0 0 12px var(--primary);
    }
    h1,h2,h3,p{margin-top:0}
    h1{
      font-size:clamp(34px,5vw,58px);
      line-height:1.14;
      letter-spacing:-.045em;
      margin-bottom:20px;
      font-weight:950;
    }
    h2{
      font-size:clamp(28px,3.2vw,40px);
      line-height:1.18;
      letter-spacing:-.03em;
      margin-bottom:16px;
      font-weight:950;
    }
    h3{
      font-size:21px;
      line-height:1.35;
      font-weight:920;
      margin-bottom:12px;
    }
    p{color:var(--muted);font-size:16px}
    .lead{
      font-size:18px;
      color:#D5CAD4;
      max-width:780px;
    }
    .hero{
      padding:84px 0 56px;
      min-height:680px;
      display:flex;
      align-items:center;
      overflow:hidden;
    }
    .hero:after{
      content:"";
      position:absolute;
      width:720px;
      height:260px;
      right:-190px;
      top:200px;
      background:linear-gradient(90deg, transparent, rgba(255,94,168,.28), rgba(169,112,255,.18), transparent);
      filter:blur(20px);
      transform:rotate(-18deg);
      z-index:-1;
    }
    .hero-grid{align-items:center}
    .hero-copy{position:relative;z-index:2}
    .hero-actions{
      display:flex;
      flex-wrap:wrap;
      gap:14px;
      margin:28px 0 22px;
    }
    .trust-row{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:22px;
    }
    .badge,.chip{
      display:inline-flex;
      align-items:center;
      gap:7px;
      padding:7px 11px;
      border-radius:999px;
      font-size:13px;
      font-weight:850;
      color:#F9EEF5;
      border:1px solid rgba(255,94,168,.22);
      background:rgba(255,255,255,.045);
      transition:var(--ease);
      white-space:nowrap;
    }
    .badge:before,.chip:before{
      content:"";
      width:6px;
      height:6px;
      border-radius:50%;
      background:var(--rose);
      box-shadow:0 0 10px rgba(255,183,213,.8);
    }
    .hero-panel{
      position:relative;
      padding:26px;
      border-radius:34px;
      border:1px solid rgba(255,94,168,.28);
      background:
        radial-gradient(circle at 22% 18%, rgba(255,94,168,.18), transparent 34%),
        linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.035));
      box-shadow:var(--shadow), inset 0 1px 0 rgba(255,255,255,.09);
      overflow:hidden;
    }
    .hero-panel:before{
      content:"";
      position:absolute;
      inset:18px;
      border-radius:26px;
      border:1px dashed rgba(255,183,213,.24);
      pointer-events:none;
    }
    .panel-head{
      display:flex;
      align-items:flex-start;
      justify-content:space-between;
      gap:14px;
      margin-bottom:20px;
      position:relative;
      z-index:1;
    }
    .panel-title strong{
      display:block;
      font-size:22px;
      line-height:1.25;
    }
    .panel-title span{color:var(--muted);font-size:13px}
    .coordinate{
      color:var(--rose);
      font-size:12px;
      font-weight:900;
      padding:7px 10px;
      border-radius:999px;
      background:rgba(255,94,168,.09);
      border:1px solid rgba(255,94,168,.25);
    }
    .scan-card{
      position:relative;
      z-index:1;
      border-radius:22px;
      padding:18px;
      border:1px solid rgba(255,255,255,.1);
      background:rgba(8,7,11,.52);
      margin-bottom:14px;
    }
    .scan-card:last-child{margin-bottom:0}
    .scan-line{
      height:10px;
      border-radius:999px;
      background:linear-gradient(90deg, rgba(255,94,168,.95), rgba(169,112,255,.75), rgba(255,183,213,.65));
      box-shadow:0 0 20px rgba(255,94,168,.28);
      margin:14px 0;
    }
    .mini-grid{
      display:grid;
      grid-template-columns:repeat(2,1fr);
      gap:12px;
    }
    .mini-node{
      min-height:92px;
      border-radius:18px;
      padding:14px;
      background:linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.03));
      border:1px solid rgba(255,94,168,.2);
    }
    .mini-node span{
      display:block;
      color:var(--rose);
      font-size:12px;
      font-weight:900;
      margin-bottom:6px;
    }
    .mini-node b{font-size:16px}
    .anchor-strip{
      position:relative;
      z-index:5;
      margin-top:-18px;
    }
    .anchor-card{
      display:flex;
      align-items:center;
      gap:10px;
      overflow:auto;
      padding:14px;
      border-radius:24px;
      border:1px solid rgba(255,94,168,.2);
      background:rgba(18,16,25,.82);
      backdrop-filter:blur(16px);
      box-shadow:0 16px 44px rgba(0,0,0,.24);
    }
    .anchor-card a{
      flex:0 0 auto;
      padding:10px 14px;
      color:var(--muted);
      font-weight:850;
      font-size:14px;
      border-radius:999px;
      border:1px solid rgba(255,255,255,.08);
      background:rgba(255,255,255,.035);
    }
    .anchor-card a:hover{
      color:#fff;
      border-color:rgba(255,94,168,.42);
      background:rgba(255,94,168,.1);
    }
    .guide-layout{
      display:grid;
      grid-template-columns:285px minmax(0,1fr);
      gap:28px;
      align-items:start;
    }
    .side-map{
      position:sticky;
      top:102px;
      border-radius:var(--radius);
      padding:22px;
      border:1px solid rgba(255,94,168,.22);
      background:rgba(255,255,255,.045);
      box-shadow:var(--shadow-violet);
    }
    .side-map h3{font-size:18px}
    .side-links{
      display:grid;
      gap:8px;
      margin-top:14px;
    }
    .side-links a{
      display:flex;
      justify-content:space-between;
      align-items:center;
      padding:11px 12px;
      color:var(--muted);
      border-radius:16px;
      border:1px solid rgba(255,255,255,.075);
      background:rgba(0,0,0,.15);
      font-weight:850;
      font-size:14px;
    }
    .side-links a:hover{
      color:#fff;
      border-color:rgba(255,94,168,.38);
      background:rgba(255,94,168,.09);
      transform:translateX(3px);
    }
    .route{
      display:grid;
      gap:22px;
      position:relative;
    }
    .route:before{
      content:"";
      position:absolute;
      left:25px;
      top:20px;
      bottom:20px;
      width:2px;
      background:linear-gradient(180deg, rgba(255,94,168,.75), rgba(169,112,255,.5), transparent);
      box-shadow:0 0 18px rgba(255,94,168,.32);
    }
    .route-card{
      position:relative;
      padding:28px 28px 28px 82px;
      border-radius:var(--radius);
      border:1px solid rgba(255,94,168,.22);
      background:
        linear-gradient(135deg, rgba(255,255,255,.07), rgba(255,255,255,.028)),
        radial-gradient(circle at 92% 10%, rgba(169,112,255,.12), transparent 34%);
      box-shadow:0 18px 50px rgba(0,0,0,.22);
      transition:var(--ease);
    }
    .route-card:hover{
      transform:translateY(-4px);
      border-color:rgba(255,94,168,.46);
      box-shadow:var(--shadow);
    }
    .route-no{
      position:absolute;
      left:0;
      top:26px;
      width:52px;
      height:52px;
      border-radius:18px;
      display:grid;
      place-items:center;
      color:#fff;
      font-weight:950;
      background:linear-gradient(135deg, var(--primary), var(--violet));
      box-shadow:0 0 24px rgba(255,94,168,.38);
      border:1px solid rgba(255,255,255,.18);
    }
    .point-list{
      list-style:none;
      padding:0;
      margin:18px 0 0;
      display:grid;
      gap:10px;
    }
    .point-list li{
      position:relative;
      padding-left:25px;
      color:#D9CFD7;
    }
    .point-list li:before{
      content:"";
      position:absolute;
      left:0;
      top:.72em;
      width:9px;
      height:9px;
      border-radius:50%;
      background:var(--primary);
      box-shadow:0 0 12px rgba(255,94,168,.75);
    }
    .tip-card{
      margin-top:18px;
      padding:16px;
      border-radius:18px;
      color:#F4EAF0;
      background:rgba(255,94,168,.075);
      border:1px solid rgba(255,94,168,.22);
    }
    .tip-card strong{color:var(--rose)}
    .section-head{
      display:flex;
      align-items:flex-end;
      justify-content:space-between;
      gap:24px;
      margin-bottom:30px;
    }
    .section-head .lead{margin-bottom:0}
    .texture-grid{
      display:grid;
      grid-template-columns:1.1fr .9fr;
      gap:22px;
      align-items:stretch;
    }
    .texture-card{
      position:relative;
      min-height:250px;
      padding:28px;
      border-radius:var(--radius);
      border:1px solid rgba(255,94,168,.22);
      background:
        linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.03)),
        repeating-linear-gradient(135deg, rgba(255,183,213,.08) 0 2px, transparent 2px 14px);
      overflow:hidden;
      transition:var(--ease);
    }
    .texture-card:hover{
      transform:translateY(-5px);
      border-color:rgba(255,183,213,.48);
      box-shadow:var(--shadow);
    }
    .texture-card:after{
      content:"";
      position:absolute;
      width:190px;
      height:190px;
      right:-62px;
      bottom:-62px;
      border-radius:50%;
      background:radial-gradient(circle, rgba(255,94,168,.28), transparent 68%);
      filter:blur(3px);
    }
    .texture-card.large{min-height:330px}
    .texture-card .chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}
    .compare-wrap{
      overflow:hidden;
      border-radius:var(--radius);
      border:1px solid rgba(255,94,168,.24);
      background:rgba(255,255,255,.045);
      box-shadow:0 18px 50px rgba(0,0,0,.24);
    }
    .compare-table{
      width:100%;
      border-collapse:separate;
      border-spacing:0;
      color:var(--text);
      min-width:780px;
      margin:0;
    }
    .compare-table thead th{
      padding:18px 18px;
      background:linear-gradient(90deg, rgba(255,94,168,.16), rgba(169,112,255,.13));
      color:#fff;
      font-size:14px;
      text-align:left;
      border-bottom:1px solid rgba(255,94,168,.35);
    }
    .compare-table tbody td{
      padding:18px;
      color:#D8CFD7;
      border-bottom:1px solid rgba(255,255,255,.075);
      background:rgba(8,7,11,.34);
      vertical-align:top;
    }
    .compare-table tbody tr:hover td{background:rgba(255,94,168,.055)}
    .compare-table tbody tr:last-child td{border-bottom:0}
    .table-scroll{overflow-x:auto}
    .proof-grid{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:16px;
      margin-bottom:22px;
    }
    .stat-card{
      padding:22px;
      border-radius:22px;
      background:rgba(255,255,255,.048);
      border:1px solid rgba(255,94,168,.22);
      transition:var(--ease);
    }
    .stat-card:hover{
      transform:translateY(-4px);
      border-color:rgba(255,94,168,.42);
    }
    .stat-card strong{
      display:block;
      font-size:32px;
      line-height:1;
      color:#fff;
      margin-bottom:8px;
      text-shadow:0 0 18px rgba(255,94,168,.25);
    }
    .stat-card span{color:var(--muted);font-size:14px}
    .proof-panel{
      padding:28px;
      border-radius:var(--radius);
      border:1px solid rgba(169,112,255,.24);
      background:
        radial-gradient(circle at 18% 30%, rgba(169,112,255,.16), transparent 30%),
        rgba(255,255,255,.045);
    }
    .quote-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:18px;
      margin-top:20px;
    }
    .quote{
      padding:20px;
      border-radius:20px;
      border:1px solid rgba(255,255,255,.09);
      background:rgba(0,0,0,.18);
    }
    .quote p{font-size:15px;margin-bottom:10px;color:#DDD4DB}
    .quote b{color:var(--rose);font-size:13px}
    .pricing-grid{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:20px;
      align-items:stretch;
    }
    .plan{
      position:relative;
      padding:28px;
      border-radius:var(--radius);
      border:1px solid rgba(255,94,168,.22);
      background:linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.032));
      box-shadow:0 18px 48px rgba(0,0,0,.22);
      transition:var(--ease);
    }
    .plan:hover{
      transform:translateY(-6px);
      border-color:rgba(255,183,213,.5);
      box-shadow:var(--shadow);
    }
    .plan.recommend{
      border-color:rgba(255,94,168,.48);
      background:
        radial-gradient(circle at 80% 0%, rgba(255,94,168,.2), transparent 34%),
        linear-gradient(145deg, rgba(255,255,255,.09), rgba(255,255,255,.04));
    }
    .corner{
      position:absolute;
      top:18px;
      right:18px;
      color:#fff;
      font-size:12px;
      font-weight:950;
      padding:6px 10px;
      border-radius:999px;
      background:linear-gradient(135deg, var(--primary), var(--violet));
      box-shadow:0 0 18px rgba(255,94,168,.32);
    }
    .plan ul{
      list-style:none;
      padding:0;
      margin:20px 0 24px;
      display:grid;
      gap:10px;
    }
    .plan li{
      color:#DCD2DA;
      position:relative;
      padding-left:24px;
    }
    .plan li:before{
      content:"✓";
      position:absolute;
      left:0;
      color:var(--rose);
      font-weight:900;
    }
    .recommend-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:22px;
    }
    .cta-card{
      padding:34px;
      border-radius:32px;
      border:1px solid rgba(255,94,168,.28);
      background:
        radial-gradient(circle at 12% 12%, rgba(255,94,168,.2), transparent 28%),
        linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.035));
      box-shadow:var(--shadow);
      overflow:hidden;
      position:relative;
    }
    .cta-card:after{
      content:"";
      position:absolute;
      width:320px;
      height:3px;
      right:26px;
      bottom:36px;
      background:linear-gradient(90deg, transparent, var(--primary), var(--violet));
      box-shadow:0 0 22px rgba(255,94,168,.55);
      transform:rotate(-8deg);
    }
    .faq-wrap{
      max-width:900px;
      margin:0 auto;
    }
    .accordion{
      background:transparent;
      margin-top:28px;
    }
    .accordion-item{
      margin-bottom:14px;
      border-radius:20px;
      overflow:hidden;
      border:1px solid rgba(255,94,168,.2);
      background:rgba(255,255,255,.045);
      transition:var(--ease);
    }
    .accordion-item.is-active{
      border-color:rgba(255,94,168,.48);
      box-shadow:0 0 28px rgba(255,94,168,.12);
    }
    .accordion-title{
      border:0!important;
      color:#fff!important;
      background:transparent!important;
      font-weight:900;
      font-size:16px;
      padding:18px 22px 18px 48px;
      position:relative;
    }
    .accordion-title:before{
      right:20px;
      color:var(--rose);
      font-size:22px;
      margin-top:-13px;
    }
    .accordion-title:after{
      content:"";
      position:absolute;
      left:22px;
      top:25px;
      width:10px;
      height:10px;
      border-radius:50%;
      background:var(--primary);
      box-shadow:0 0 14px rgba(255,94,168,.75);
    }
    .accordion-content{
      border:0!important;
      background:rgba(0,0,0,.14)!important;
      color:var(--muted);
      padding:0 22px 20px 48px;
    }
    .float-cta{
      position:fixed;
      right:22px;
      bottom:22px;
      z-index:999;
      width:250px;
      padding:14px;
      border-radius:24px;
      border:1px solid rgba(255,94,168,.3);
      background:rgba(18,16,25,.88);
      backdrop-filter:blur(16px);
      box-shadow:0 18px 52px rgba(0,0,0,.38), 0 0 30px rgba(255,94,168,.14);
      animation:breath 3.6s ease-in-out infinite;
    }
    .float-cta small{
      display:block;
      color:var(--muted);
      font-size:12px;
      margin-top:8px;
      text-align:center;
      line-height:1.5;
    }
    .float-cta .btn{width:100%}
    .mobile-cta{
      display:none;
      position:fixed;
      left:0;
      right:0;
      bottom:0;
      z-index:1001;
      padding:10px 14px calc(10px + env(safe-area-inset-bottom));
      background:rgba(9,7,13,.94);
      backdrop-filter:blur(18px);
      border-top:1px solid rgba(255,94,168,.25);
      gap:10px;
    }
    .mobile-cta .btn{flex:1;min-height:44px;padding:10px 12px;font-size:13px}
    @keyframes breath{
      0%,100%{box-shadow:0 18px 52px rgba(0,0,0,.38), 0 0 22px rgba(255,94,168,.12)}
      50%{box-shadow:0 18px 52px rgba(0,0,0,.38), 0 0 36px rgba(255,94,168,.25)}
    }
    .site-footer{
      border-top:1px solid transparent;
      border-image:linear-gradient(90deg, rgba(255,94,168,.1), rgba(255,94,168,.7), rgba(169,112,255,.2)) 1;
      background:#07060A;
      padding:56px 0 28px;
      position:relative;
      overflow:hidden;
    }
    .site-footer:before{
      content:"";
      position:absolute;
      inset:0;
      background:radial-gradient(circle at 20% 10%, rgba(255,94,168,.12), transparent 36%);
      pointer-events:none;
    }
    .footer-grid{
      position:relative;
      z-index:1;
      display:grid;
      grid-template-columns:1.4fr .8fr .8fr;
      gap:34px;
      padding-bottom:30px;
    }
    .footer-brand{font-size:18px;margin-bottom:14px}
    .site-footer p{max-width:520px;font-size:15px}
    .site-footer h3{
      font-size:16px;
      margin-bottom:14px;
      color:#fff;
    }
    .footer-links{
      display:grid;
      gap:9px;
    }
    .footer-links a{
      color:var(--muted);
      font-size:14px;
      width:max-content;
    }
    .footer-links a:hover{
      color:var(--rose);
      transform:translateX(3px);
    }
    .footer-bottom{
      position:relative;
      z-index:1;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:18px;
      padding-top:20px;
      border-top:1px solid rgba(255,255,255,.08);
      color:var(--soft);
      font-size:13px;
    }
    @media (max-width:1024px){
      .desktop-nav,.desktop-cta{display:none}
      .hero{padding-top:66px;min-height:auto}
      .hero-panel{margin-top:28px}
      .guide-layout{grid-template-columns:1fr}
      .side-map{position:relative;top:auto}
      .side-links{grid-template-columns:repeat(3,1fr)}
      .proof-grid{grid-template-columns:repeat(2,1fr)}
      .pricing-grid{grid-template-columns:1fr}
      .recommend-grid,.texture-grid{grid-template-columns:1fr}
      .footer-grid{grid-template-columns:1fr 1fr}
    }
    @media (max-width:768px){
      .container{width:min(100% - 28px, var(--container))}
      .section{padding:68px 0}
      .hero{padding:54px 0 44px}
      .top-bar{padding:0 14px}
      .brand span:last-child{max-width:205px;overflow:hidden;text-overflow:ellipsis}
      .section-head{display:block}
      .route:before{left:20px}
      .route-card{padding:24px 20px 24px 62px}
      .route-no{width:42px;height:42px;border-radius:15px}
      .mini-grid,.quote-grid,.side-links{grid-template-columns:1fr}
      .proof-grid{grid-template-columns:1fr}
      .footer-grid{grid-template-columns:1fr}
      .footer-bottom{flex-direction:column;align-items:flex-start}
      .float-cta{display:none}
      .mobile-cta{display:flex}
      body{padding-bottom:76px}
    }
    @media (max-width:520px){
      h1{font-size:33px}
      .hero-actions{display:grid}
      .hero-actions .btn{width:100%}
      .anchor-card{border-radius:18px}
      .texture-card,.cta-card,.hero-panel{border-radius:24px;padding:22px}
      .scan-card{padding:15px}
      .compare-table{min-width:720px}
      .badge,.chip{font-size:12px}
      .footer-bottom{font-size:12px}
    }
