/* roulang page: index */
:root{
      --primary:#ff2fa6;
      --primary-dark:#8d1b87;
      --secondary:#18e7e7;
      --accent:#fff04a;
      --ink:#211728;
      --muted:#77677d;
      --soft:#fff4fb;
      --soft-2:#f8f1ff;
      --line:#f0c9e6;
      --white:#ffffff;
      --deep:#190a24;
      --deep-2:#32103f;
      --success:#20c997;
      --warning:#ffb000;
      --radius-sm:12px;
      --radius:22px;
      --radius-lg:34px;
      --shadow:0 18px 48px rgba(141,27,135,.18);
      --shadow-strong:0 24px 70px rgba(255,47,166,.28);
      --container:1220px;
      --ease:all .22s ease;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:"PingFang SC","Microsoft YaHei","Noto Sans SC",Arial,sans-serif;
      color:var(--ink);
      background:
        radial-gradient(circle at 10% 8%, rgba(255,47,166,.14), transparent 28%),
        radial-gradient(circle at 90% 16%, rgba(24,231,231,.18), transparent 26%),
        linear-gradient(180deg,#fff 0%,#fff7fc 42%,#f9f4ff 100%);
      line-height:1.75;
      overflow-x:hidden;
    }
    a{color:inherit;text-decoration:none;transition:var(--ease)}
    a:hover,a:focus{color:var(--primary)}
    img{max-width:100%;display:block}
    button,input,select,textarea{font-family:inherit}
    input:focus,select:focus,textarea:focus,button:focus,a:focus{
      outline:3px solid rgba(24,231,231,.32);
      outline-offset:3px;
    }
    .site-container{max-width:var(--container);margin:0 auto;padding:0 20px}
    .section{padding:86px 0;position:relative}
    .section.tight{padding:60px 0}
    .section-head{margin-bottom:34px}
    .eyebrow{
      display:inline-flex;align-items:center;gap:8px;
      padding:7px 13px;border-radius:999px;
      background:#fff;border:1px solid rgba(255,47,166,.28);
      color:var(--primary-dark);font-weight:800;font-size:13px;
      box-shadow:0 8px 24px rgba(255,47,166,.08);
    }
    .eyebrow:before{content:"✦";color:var(--secondary)}
    h1,h2,h3,p{margin-top:0}
    h1{
      max-width:980px;margin:18px auto 16px;
      text-align:center;font-size:clamp(32px,5vw,56px);
      line-height:1.12;font-weight:900;letter-spacing:-.04em;
      color:#fff;
      text-shadow:0 4px 0 rgba(0,0,0,.12),0 0 28px rgba(255,47,166,.34);
    }
    h2{
      font-size:clamp(26px,3.4vw,36px);
      line-height:1.2;font-weight:900;letter-spacing:-.03em;
      color:var(--ink);margin-bottom:12px;
    }
    h3{font-size:20px;line-height:1.35;font-weight:900;margin-bottom:10px;color:var(--ink)}
    .section-desc{max-width:760px;color:var(--muted);font-size:17px;margin:0}
    .center{text-align:center}
    .center .section-desc{margin-left:auto;margin-right:auto}
    .button{
      border-radius:999px!important;
      font-weight:900!important;
      letter-spacing:.01em;
      padding:14px 23px!important;
      transition:var(--ease);
      margin:0;
    }
    .button.primary-glow{
      background:linear-gradient(135deg,var(--primary),#b525d6 55%,var(--secondary))!important;
      color:#fff!important;
      box-shadow:0 13px 30px rgba(255,47,166,.34);
    }
    .button.primary-glow:hover{
      transform:translateY(-3px);
      box-shadow:0 18px 44px rgba(255,47,166,.44);
      filter:saturate(1.12);
    }
    .button.secondary-soft{
      background:#fff!important;color:var(--primary-dark)!important;
      border:2px solid rgba(255,47,166,.28);
      box-shadow:0 10px 24px rgba(141,27,135,.08);
    }
    .button.secondary-soft:hover{background:#fff0fa!important;transform:translateY(-2px)}
    .button.tiny-link{
      padding:10px 15px!important;font-size:13px;
      background:#fff!important;color:var(--primary-dark)!important;
      border:1px solid rgba(255,47,166,.25);
    }
    .badge-chip,.tag{
      display:inline-flex;align-items:center;gap:6px;
      border-radius:999px;padding:6px 10px;font-size:12px;font-weight:800;
      background:#fff;border:1px solid rgba(255,47,166,.24);color:var(--primary-dark);
    }
    .tag.cyan{border-color:rgba(24,231,231,.45);color:#087b80;background:#efffff}
    .tag.yellow{border-color:rgba(255,240,74,.8);color:#7a5d00;background:#fffde3}
    .site-header{
      position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);
      backdrop-filter:blur(14px);
      border-bottom:1px solid rgba(240,201,230,.78);
      box-shadow:0 8px 26px rgba(141,27,135,.08);
    }
    .title-bar{background:#fff;color:var(--ink);padding:12px 18px;border-bottom:1px solid var(--line)}
    .menu-icon:after{background:var(--primary);box-shadow:0 7px 0 var(--primary),0 14px 0 var(--primary)}
    .top-bar,.top-bar ul{background:transparent}
    .nav-wrap{min-height:74px}
    .brand{
      display:flex;align-items:center;gap:11px;font-weight:900;color:var(--ink);
      letter-spacing:-.03em;max-width:360px;
    }
    .brand-icon{
      width:42px;height:42px;border-radius:14px;
      background:linear-gradient(135deg,var(--primary),var(--primary-dark));
      position:relative;box-shadow:0 10px 24px rgba(255,47,166,.28);
      flex:0 0 auto;
    }
    .brand-icon:before{
      content:"";position:absolute;inset:9px;border-radius:9px;
      border:2px solid rgba(255,255,255,.78);
      transform:rotate(8deg);
    }
    .brand-icon:after{
      content:"✦";position:absolute;right:-7px;top:-8px;
      width:21px;height:21px;border-radius:50%;display:grid;place-items:center;
      background:var(--accent);font-size:12px;color:var(--primary-dark);
    }
    .brand-text{font-size:18px;line-height:1.25}
    .nav-menu a{
      position:relative;font-weight:850;color:#423248;border-radius:999px;
      padding:10px 13px!important;margin:0 2px;
    }
    .nav-menu a:hover{background:#fff1fa;color:var(--primary-dark)}
    .nav-menu a.active{
      color:var(--primary-dark);
      background:linear-gradient(135deg,#ffe4f5,#eefeff);
      box-shadow:inset 0 0 0 1px rgba(255,47,166,.2);
    }
    .nav-menu a.active:after{
      content:"";position:absolute;left:18px;right:18px;bottom:4px;height:3px;
      border-radius:999px;background:linear-gradient(90deg,var(--primary),var(--secondary));
    }
    .nav-actions{display:flex;align-items:center;gap:10px}
    .search-pill{
      width:210px;display:flex;align-items:center;gap:8px;
      padding:8px 12px;border-radius:999px;background:#fff7fc;
      border:1px solid rgba(255,47,166,.2);
    }
    .search-pill span{color:var(--primary-dark);font-weight:900}
    .search-pill input{
      border:0;box-shadow:none;background:transparent;height:28px;margin:0;padding:0;
      font-size:13px;color:var(--ink);
    }
    .search-pill input:focus{box-shadow:none;outline:none}
    .hero{
      padding:58px 0 64px;
      background:
        radial-gradient(circle at 18% 16%, rgba(255,240,74,.28), transparent 16%),
        radial-gradient(circle at 82% 24%, rgba(24,231,231,.22), transparent 18%),
        linear-gradient(135deg,#ff42b4 0%,#7b157d 48%,#16071f 100%);
      position:relative;overflow:hidden;
    }
    .hero:before{
      content:"";position:absolute;inset:0;
      background-image:
        linear-gradient(45deg,rgba(255,255,255,.08) 25%,transparent 25%),
        radial-gradient(circle,rgba(255,255,255,.16) 1px,transparent 1.5px);
      background-size:28px 28px,22px 22px;
      opacity:.5;
    }
    .hero .site-container{position:relative;z-index:2}
    .hero-kicker{
      display:flex;justify-content:center;flex-wrap:wrap;gap:10px;margin-bottom:10px;
    }
    .hero-kicker .badge-chip{
      background:rgba(255,255,255,.93);border-color:rgba(255,255,255,.42);
      box-shadow:0 8px 24px rgba(0,0,0,.12);
    }
    .hero-desc{
      max-width:850px;margin:0 auto 24px;text-align:center;
      color:rgba(255,255,255,.9);font-size:18px;line-height:1.8;
    }
    .age-callout{
      max-width:920px;margin:0 auto 24px;padding:14px 18px;border-radius:20px;
      background:rgba(255,255,255,.92);
      border:2px solid rgba(255,240,74,.92);
      color:#402044;font-weight:800;display:flex;align-items:center;gap:12px;
      box-shadow:0 18px 45px rgba(0,0,0,.18);
    }
    .age-callout b{
      flex:0 0 auto;background:var(--deep);color:var(--accent);
      border-radius:999px;padding:5px 10px;
    }
    .hero-actions{display:flex;justify-content:center;gap:13px;flex-wrap:wrap;margin-bottom:28px}
    .icon-matrix{
      display:grid;grid-template-columns:repeat(6,1fr);gap:14px;margin-top:24px;
    }
    .matrix-card{
      min-height:118px;padding:16px;border-radius:24px;
      background:rgba(255,255,255,.93);border:1px solid rgba(255,255,255,.58);
      box-shadow:0 18px 38px rgba(0,0,0,.16);
      position:relative;overflow:hidden;transition:var(--ease);
    }
    .matrix-card:hover{transform:translateY(-5px);box-shadow:0 26px 56px rgba(0,0,0,.22)}
    .matrix-card:after{
      content:"";position:absolute;right:-18px;bottom:-18px;width:62px;height:62px;border-radius:18px;
      background:linear-gradient(135deg,rgba(255,47,166,.18),rgba(24,231,231,.18));
      transform:rotate(18deg);
    }
    .matrix-icon{
      width:38px;height:38px;border-radius:14px;display:grid;place-items:center;
      background:linear-gradient(135deg,#fff0fa,#efffff);
      border:1px solid rgba(255,47,166,.24);
      color:var(--primary-dark);font-weight:900;margin-bottom:10px;
    }
    .matrix-card strong{display:block;font-size:15px;line-height:1.35;color:var(--ink);margin-bottom:5px}
    .matrix-card small{display:block;color:var(--muted);font-weight:700;line-height:1.45}
    .status-row{
      margin:22px auto 0;max-width:980px;
      display:grid;grid-template-columns:1.2fr repeat(3,.8fr);gap:12px;
    }
    .status-card{
      background:rgba(25,10,36,.78);border:1px solid rgba(255,255,255,.18);
      border-radius:18px;padding:13px 15px;color:#fff;
    }
    .status-card span{display:block;font-size:12px;color:rgba(255,255,255,.66);font-weight:800}
    .status-card b{font-size:18px;color:var(--accent)}
    .countdown{
      display:flex;gap:8px;align-items:center;justify-content:flex-start;flex-wrap:wrap;
    }
    .timebox{
      min-width:44px;text-align:center;padding:6px 8px;border-radius:12px;
      background:#fff;color:var(--primary-dark);font-weight:900;
      box-shadow:inset 0 -3px 0 rgba(255,47,166,.12);
    }
    .sticker{
      position:absolute;right:6%;top:34px;z-index:3;
      width:118px;height:118px;display:grid;place-items:center;text-align:center;
      background:var(--accent);color:var(--primary-dark);font-weight:950;line-height:1.15;
      clip-path:polygon(50% 0%,61% 23%,87% 12%,78% 39%,100% 50%,77% 60%,88% 87%,61% 77%,50% 100%,39% 77%,12% 88%,23% 60%,0% 50%,22% 39%,12% 12%,39% 23%);
      filter:drop-shadow(0 12px 20px rgba(0,0,0,.22));
      transform:rotate(9deg);
    }
    .directory-grid{
      display:grid;grid-template-columns:1.1fr .9fr;gap:22px;align-items:stretch;
    }
    .directory-panel,.value-card,.info-card,.review-card,.download-panel,.faq-shell,.safety-card{
      background:rgba(255,255,255,.9);border:1px solid rgba(255,47,166,.18);
      border-radius:var(--radius-lg);box-shadow:var(--shadow);
    }
    .directory-panel{padding:26px;position:relative;overflow:hidden}
    .directory-panel:before{
      content:"";position:absolute;right:-60px;top:-60px;width:170px;height:170px;border-radius:50%;
      background:rgba(24,231,231,.18);
    }
    .directory-list{list-style:none;margin:0;padding:0;display:grid;gap:14px}
    .directory-item{
      display:grid;grid-template-columns:auto 1fr auto;gap:14px;align-items:center;
      padding:15px;border-radius:20px;background:#fff7fc;border:1px solid rgba(255,47,166,.16);
      transition:var(--ease);
    }
    .directory-item:hover{transform:translateX(4px);border-color:rgba(255,47,166,.38)}
    .dir-no{
      width:44px;height:44px;border-radius:15px;display:grid;place-items:center;
      background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;font-weight:950;
    }
    .dir-copy strong{display:block;font-size:17px;font-weight:900}
    .dir-copy span{display:block;color:var(--muted);font-size:14px}
    .portrait-rail{
      display:grid;grid-template-columns:repeat(2,1fr);gap:16px;
    }
    .portrait-card{
      min-height:278px;border-radius:28px;padding:16px;position:relative;overflow:hidden;
      background:linear-gradient(160deg,#fff,#fff1fb 46%,#edffff);
      border:2px solid rgba(255,47,166,.2);
      box-shadow:0 18px 36px rgba(141,27,135,.14);
      transition:var(--ease);
    }
    .portrait-card:hover{transform:translateY(-6px) rotate(-.5deg);box-shadow:var(--shadow-strong)}
    .portrait-cover{
      height:124px;border-radius:22px;margin:12px 0 15px;
      background:
        radial-gradient(circle at 28% 30%,rgba(255,240,74,.9),transparent 16%),
        radial-gradient(circle at 70% 64%,rgba(24,231,231,.7),transparent 20%),
        linear-gradient(135deg,#ff79c7,#8d1b87);
      position:relative;overflow:hidden;
    }
    .portrait-cover:after{
      content:"";position:absolute;inset:14px;border-radius:20px;border:2px dashed rgba(255,255,255,.58);
    }
    .corner-badge{
      position:absolute;top:14px;right:14px;z-index:2;
      padding:5px 9px;border-radius:999px;background:var(--deep);color:var(--accent);
      font-size:12px;font-weight:950;
    }
    .portrait-card h3{font-size:18px}
    .portrait-card p{color:var(--muted);font-size:14px;line-height:1.6;margin-bottom:12px}
    .tag-row{display:flex;gap:8px;flex-wrap:wrap}
    .value-layout{display:grid;grid-template-columns:.95fr 1.05fr;gap:22px}
    .value-card{padding:24px;position:relative;overflow:hidden}
    .value-card.highlight{
      background:linear-gradient(135deg,#2a0d37,#6d196f);
      color:#fff;border-color:rgba(255,255,255,.18);
    }
    .value-card.highlight h3,.value-card.highlight p{color:#fff}
    .value-card p{color:var(--muted);margin-bottom:16px}
    .energy{height:12px;background:#f6d9ee;border-radius:999px;overflow:hidden;margin:8px 0 18px}
    .energy span{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,var(--primary),var(--secondary));box-shadow:0 0 16px rgba(24,231,231,.5)}
    .value-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
    .mini-card{
      padding:18px;border-radius:22px;background:#fff;border:1px solid rgba(255,47,166,.16);
      box-shadow:0 12px 24px rgba(141,27,135,.08);transition:var(--ease);
    }
    .mini-card:hover{transform:translateY(-4px);border-color:rgba(255,47,166,.35)}
    .mini-card b{display:block;font-size:28px;line-height:1;color:var(--primary-dark);margin-bottom:8px}
    .mini-card span{color:var(--muted);font-weight:700}
    .topic-strip{
      display:flex;gap:12px;flex-wrap:wrap;padding:22px;border-radius:30px;
      background:#fff;border:1px solid rgba(255,47,166,.18);box-shadow:var(--shadow);
    }
    .topic-strip a{
      padding:11px 15px;border-radius:999px;background:linear-gradient(135deg,#fff7fc,#efffff);
      border:1px solid rgba(255,47,166,.18);font-weight:850;color:#4a2e50;
    }
    .topic-strip a:hover{transform:translateY(-2px);box-shadow:0 12px 24px rgba(255,47,166,.14)}
    .news-wrap{display:grid;grid-template-columns:1.25fr .75fr;gap:22px}
    .news-list,.recommend-box{
      background:#fff;border-radius:30px;border:1px solid rgba(255,47,166,.18);
      box-shadow:var(--shadow);padding:22px;
    }
    .news-list ul{list-style:none;margin:0;padding:0;display:grid;gap:12px}
    .news-list a{
      display:grid;grid-template-columns:auto 1fr auto;gap:13px;align-items:center;
      padding:14px;border-radius:18px;border:1px solid transparent;background:#fff8fd;
    }
    .news-list a:hover{border-color:rgba(255,47,166,.26);transform:translateX(3px)}
    .news-date{font-weight:950;color:var(--primary-dark);font-size:13px}
    .news-title{font-weight:850;color:var(--ink);line-height:1.45}
    .news-note{font-size:13px;color:var(--muted)}
    .recommend-box .feature{
      border-radius:24px;padding:20px;color:#fff;
      background:
        radial-gradient(circle at 20% 20%,rgba(255,240,74,.3),transparent 18%),
        linear-gradient(135deg,#ff2fa6,#32103f);
      margin-bottom:14px;
    }
    .check-accordion.accordion{background:transparent}
    .check-accordion .accordion-item{margin-bottom:12px}
    .check-accordion .accordion-title{
      border:1px solid rgba(255,47,166,.2)!important;border-radius:20px!important;
      background:#fff!important;color:var(--ink)!important;font-weight:900;font-size:16px;
      padding:18px 54px 18px 18px;
    }
    .check-accordion .accordion-title:hover{background:#fff0fa!important;color:var(--primary-dark)!important}
    .check-accordion .is-active .accordion-title{border-color:rgba(255,47,166,.55)!important}
    .check-accordion .accordion-content{
      border:1px solid rgba(255,47,166,.18)!important;border-top:0!important;
      border-radius:0 0 20px 20px!important;background:#fff!important;color:var(--muted);
      padding:18px 20px;
    }
    .reviews-track{
      display:flex;gap:16px;overflow-x:auto;padding:8px 4px 18px;scroll-snap-type:x mandatory;
    }
    .review-card{
      min-width:310px;scroll-snap-align:start;padding:20px;
      position:relative;overflow:hidden;
    }
    .review-card:before{
      content:"✦";position:absolute;right:18px;top:12px;color:rgba(255,47,166,.25);font-size:30px;
    }
    .avatar{
      width:42px;height:42px;border-radius:16px;display:grid;place-items:center;
      background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;font-weight:950;
      margin-right:10px;
    }
    .review-top{display:flex;align-items:center;margin-bottom:12px}
    .review-name strong{display:block;line-height:1.25}
    .review-name span{font-size:12px;color:var(--primary-dark);font-weight:850}
    .review-card p{color:var(--muted);font-size:15px;margin-bottom:0}
    .download-panel{
      padding:30px;overflow:hidden;position:relative;
      background:
        radial-gradient(circle at 88% 15%,rgba(255,240,74,.28),transparent 16%),
        linear-gradient(135deg,#fff,#fff0fa 55%,#efffff);
    }
    .download-grid{display:grid;grid-template-columns:1fr .9fr;gap:24px;align-items:center}
    .form-card{
      background:#fff;border:1px solid rgba(255,47,166,.22);border-radius:28px;
      padding:22px;box-shadow:0 18px 38px rgba(141,27,135,.12);
    }
    .form-card label{font-weight:850;color:#4b3852;margin-bottom:7px}
    .form-card input,.form-card select,.form-card textarea{
      border-radius:16px;border:1px solid rgba(255,47,166,.22);box-shadow:none;
      background:#fffafd;margin-bottom:14px;
    }
    .form-card input:focus,.form-card select:focus,.form-card textarea:focus{
      border-color:var(--primary);box-shadow:0 0 0 4px rgba(255,47,166,.12);
    }
    .checkbox-line{display:flex;gap:9px;align-items:flex-start;margin:10px 0;color:var(--muted);font-size:14px}
    .checkbox-line input{margin-top:6px;margin-bottom:0}
    .safety-row{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:20px}
    .safety-card{padding:16px;border-radius:22px;box-shadow:none}
    .safety-card b{display:block;color:var(--primary-dark);margin-bottom:4px}
    .safety-card span{font-size:13px;color:var(--muted)}
    .faq-shell{padding:24px}
    .faq-shell .accordion-title{
      background:#fff7fc!important;border:1px solid rgba(255,47,166,.18)!important;
      color:var(--ink)!important;border-radius:18px!important;font-weight:900;
      margin-top:10px;padding:17px 52px 17px 18px;
    }
    .faq-shell .accordion-title:before{
      color:var(--primary);font-weight:900;font-size:22px;top:50%;transform:translateY(-50%);
    }
    .faq-shell .accordion-content{
      border:1px solid rgba(255,47,166,.18)!important;border-top:0!important;
      border-radius:0 0 18px 18px!important;color:var(--muted);background:#fff!important;
    }
    .site-footer{
      background:
        radial-gradient(circle at 15% 20%,rgba(255,47,166,.28),transparent 22%),
        linear-gradient(135deg,var(--deep),var(--deep-2));
      color:rgba(255,255,255,.82);padding:56px 0 26px;
    }
    .footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:28px}
    .footer-brand{display:flex;align-items:center;gap:12px;color:#fff;font-weight:950;font-size:19px;margin-bottom:14px}
    .footer-brand .brand-icon{width:38px;height:38px}
    .footer-title{color:#fff;font-weight:950;margin-bottom:12px}
    .footer-links{list-style:none;margin:0;padding:0;display:grid;gap:9px}
    .footer-links a{color:rgba(255,255,255,.76)}
    .footer-links a:hover{color:var(--accent)}
    .footer-note{
      margin-top:32px;padding-top:20px;border-top:1px solid rgba(255,255,255,.14);
      display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;
      font-size:13px;color:rgba(255,255,255,.68);
    }
    @media (max-width:1024px){
      .icon-matrix{grid-template-columns:repeat(3,1fr)}
      .status-row{grid-template-columns:1fr 1fr}
      .directory-grid,.value-layout,.news-wrap,.download-grid{grid-template-columns:1fr}
      .nav-actions{width:100%;padding:10px 0 4px}
      .search-pill{width:100%}
      .footer-grid{grid-template-columns:1fr 1fr}
      .sticker{right:2%;top:20px;transform:scale(.82) rotate(9deg)}
    }
    @media (max-width:768px){
      .section{padding:58px 0}
      .hero{padding:42px 0 50px}
      .age-callout{align-items:flex-start;font-size:14px}
      .icon-matrix{grid-template-columns:repeat(2,1fr)}
      .portrait-rail,.value-grid,.safety-row{grid-template-columns:1fr}
      .status-row{grid-template-columns:1fr}
      .news-list a{grid-template-columns:1fr;gap:4px}
      .footer-grid{grid-template-columns:1fr}
      .brand-text{font-size:16px}
      .top-bar-right,.top-bar-left{width:100%}
      .nav-menu{margin-top:10px}
      .nav-menu a{padding:12px 14px!important}
      .sticker{display:none}
    }
    @media (max-width:520px){
      .site-container{padding:0 15px}
      .hero-actions .button{width:100%;text-align:center}
      .icon-matrix{display:flex;overflow-x:auto;gap:12px;padding-bottom:12px}
      .matrix-card{min-width:78vw}
      .portrait-rail{display:flex;overflow-x:auto;padding-bottom:14px}
      .portrait-card{min-width:78vw}
      .download-panel,.directory-panel,.faq-shell{border-radius:24px;padding:20px}
      .review-card{min-width:82vw}
      .footer-note{display:block}
    }

/* roulang page: category2 */
:root{
      --color-primary:#ef2fa4;
      --color-primary-dark:#8d1b7f;
      --color-secondary:#13e5e0;
      --color-yellow:#fff05a;
      --color-ink:#201125;
      --color-muted:#6f5f75;
      --color-soft:#fff3fb;
      --color-soft-2:#f8ecff;
      --color-card:#ffffff;
      --color-line:rgba(239,47,164,.18);
      --color-deep:#2a0b35;
      --color-deep-2:#120718;
      --shadow-card:0 18px 45px rgba(141,27,127,.16);
      --shadow-glow:0 0 0 4px rgba(239,47,164,.10),0 18px 36px rgba(239,47,164,.24);
      --radius-sm:14px;
      --radius-md:22px;
      --radius-lg:32px;
      --radius-pill:999px;
      --container:1240px;
      --ease:180ms ease;
    }

    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:"PingFang SC","Microsoft YaHei","Noto Sans SC",Arial,sans-serif;
      color:var(--color-ink);
      background:
        radial-gradient(circle at 6% 10%,rgba(239,47,164,.10),transparent 28%),
        radial-gradient(circle at 88% 18%,rgba(19,229,224,.12),transparent 26%),
        linear-gradient(180deg,#fff7fc 0%,#fff 34%,#fff8fd 100%);
      line-height:1.75;
      overflow-x:hidden;
    }
    a{color:inherit;text-decoration:none;transition:color var(--ease),background var(--ease),transform var(--ease),box-shadow var(--ease)}
    a:hover,a:focus{color:var(--color-primary)}
    img{max-width:100%;height:auto}
    button,input,select,textarea{font-family:inherit}
    input,select,textarea{outline:none}
    input:focus,select:focus,textarea:focus{
      border-color:var(--color-primary)!important;
      box-shadow:0 0 0 4px rgba(239,47,164,.12)!important;
    }
    .site-container{
      width:min(calc(100% - 32px),var(--container));
      margin-inline:auto;
    }
    .section{
      padding:82px 0;
      position:relative;
    }
    .section-tight{padding:56px 0}
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:7px 13px;
      border-radius:var(--radius-pill);
      background:#fff;
      color:var(--color-primary-dark);
      border:1px solid rgba(239,47,164,.18);
      font-size:13px;
      font-weight:800;
      box-shadow:0 10px 25px rgba(239,47,164,.08);
      margin-bottom:16px;
    }
    .eyebrow::before{
      content:"";
      width:8px;height:8px;border-radius:50%;
      background:linear-gradient(135deg,var(--color-primary),var(--color-secondary));
      box-shadow:0 0 0 4px rgba(239,47,164,.12);
    }
    h1,h2,h3,p{margin-top:0}
    h1{
      font-size:clamp(32px,5.2vw,56px);
      line-height:1.08;
      font-weight:900;
      letter-spacing:-.04em;
      margin-bottom:18px;
    }
    h2{
      font-size:clamp(25px,3.2vw,36px);
      line-height:1.18;
      font-weight:900;
      letter-spacing:-.03em;
      margin-bottom:14px;
    }
    h3{
      font-size:20px;
      line-height:1.35;
      font-weight:900;
      margin-bottom:10px;
    }
    .lead{
      font-size:17px;
      color:var(--color-muted);
      max-width:760px;
      margin-bottom:0;
    }
    .gradient-text{
      background:linear-gradient(90deg,#fff,var(--color-yellow),#ffd6f0);
      -webkit-background-clip:text;
      background-clip:text;
      color:transparent;
      text-shadow:none;
    }
    .pink-text{
      background:linear-gradient(90deg,var(--color-primary),#741eaa);
      -webkit-background-clip:text;
      background-clip:text;
      color:transparent;
    }

    .site-header{
      position:sticky;
      top:0;
      z-index:50;
      background:rgba(255,255,255,.94);
      backdrop-filter:blur(14px);
      border-bottom:1px solid rgba(239,47,164,.13);
      box-shadow:0 10px 30px rgba(65,16,80,.06);
    }
    .title-bar{
      background:#fff;
      color:var(--color-ink);
      padding:12px 16px;
      border-bottom:1px solid rgba(239,47,164,.14);
    }
    .title-bar-title{
      font-weight:900;
      color:var(--color-primary-dark);
      letter-spacing:-.02em;
      max-width:calc(100vw - 70px);
      white-space:nowrap;
      overflow:hidden;
      text-overflow:ellipsis;
    }
    .menu-icon::after{background:var(--color-primary);box-shadow:0 7px 0 var(--color-primary),0 14px 0 var(--color-primary)}
    .nav-wrap.top-bar{
      background:transparent;
      padding:12px 0;
      display:flex;
      gap:18px;
      align-items:center;
      justify-content:space-between;
    }
    .top-bar ul{background:transparent}
    .brand{
      display:inline-flex!important;
      align-items:center;
      gap:10px;
      padding:0!important;
      font-weight:900;
      color:var(--color-ink);
      letter-spacing:-.03em;
    }
    .brand-icon{
      width:38px;
      height:38px;
      display:inline-block;
      border-radius:13px;
      background:
        linear-gradient(135deg,var(--color-yellow) 0 26%,transparent 26%),
        radial-gradient(circle at 70% 28%,var(--color-secondary),transparent 24%),
        linear-gradient(135deg,var(--color-primary),var(--color-primary-dark));
      box-shadow:0 10px 24px rgba(239,47,164,.30);
      position:relative;
      flex:0 0 auto;
    }
    .brand-icon::after{
      content:"✦";
      position:absolute;
      inset:0;
      display:grid;
      place-items:center;
      color:#fff;
      font-size:18px;
      font-weight:900;
    }
    .brand-text{
      font-size:18px;
      white-space:nowrap;
    }
    .nav-menu{
      gap:6px;
      align-items:center;
    }
    .nav-menu a{
      position:relative;
      padding:10px 14px!important;
      color:#4b3652;
      border-radius:var(--radius-pill);
      font-weight:800;
      font-size:15px;
    }
    .nav-menu a::after{
      content:"";
      position:absolute;
      left:50%;
      bottom:4px;
      width:0;
      height:2px;
      border-radius:99px;
      transform:translateX(-50%);
      background:var(--color-secondary);
      transition:width var(--ease);
    }
    .nav-menu a:hover::after{width:26px}
    .nav-menu a.active{
      color:#fff;
      background:linear-gradient(135deg,var(--color-primary),var(--color-primary-dark));
      box-shadow:0 12px 26px rgba(239,47,164,.22);
    }
    .nav-menu a.active::after{display:none}
    .nav-actions{
      display:flex;
      align-items:center;
      gap:12px;
    }
    .search-pill{
      height:42px;
      min-width:236px;
      display:flex;
      align-items:center;
      gap:8px;
      background:#fff;
      border:1px solid rgba(239,47,164,.16);
      border-radius:var(--radius-pill);
      padding:0 14px;
      margin:0;
      color:var(--color-primary);
      box-shadow:0 8px 24px rgba(239,47,164,.06);
    }
    .search-pill input{
      border:0;
      box-shadow:none;
      margin:0;
      height:38px;
      padding:0;
      font-size:14px;
      background:transparent;
      color:var(--color-ink);
    }
    .search-pill input:focus{box-shadow:none!important}
    .button{
      font-weight:900;
      border-radius:var(--radius-pill);
      transition:transform var(--ease),box-shadow var(--ease),background var(--ease),color var(--ease);
    }
    .primary-glow{
      background:linear-gradient(135deg,var(--color-primary),#7c20c8)!important;
      color:#fff!important;
      border:0;
      padding:12px 20px;
      box-shadow:0 14px 28px rgba(239,47,164,.30);
    }
    .primary-glow:hover,.primary-glow:focus{
      transform:translateY(-2px);
      box-shadow:var(--shadow-glow);
      color:#fff!important;
      background:linear-gradient(135deg,#ff4bb6,var(--color-primary-dark))!important;
    }
    .secondary-btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      padding:12px 20px;
      border-radius:var(--radius-pill);
      border:1px solid rgba(255,255,255,.58);
      background:rgba(255,255,255,.92);
      color:var(--color-primary-dark);
      font-weight:900;
      box-shadow:0 12px 28px rgba(255,255,255,.18);
    }
    .secondary-btn:hover,.secondary-btn:focus{
      transform:translateY(-2px);
      color:var(--color-primary);
      background:#fff;
      box-shadow:0 18px 34px rgba(255,255,255,.28);
    }

    .hero-guide{
      padding:64px 0 78px;
      color:#fff;
      background:
        radial-gradient(circle at 12% 20%,rgba(255,240,90,.25),transparent 19%),
        radial-gradient(circle at 84% 24%,rgba(19,229,224,.26),transparent 18%),
        linear-gradient(135deg,#ff3da9 0%,#8a19a6 42%,#260733 100%);
      position:relative;
      overflow:hidden;
    }
    .hero-guide::before,
    .hero-guide::after{
      content:"";
      position:absolute;
      pointer-events:none;
      opacity:.34;
    }
    .hero-guide::before{
      width:340px;height:340px;border:2px dashed rgba(255,255,255,.35);
      border-radius:50%;
      right:-110px;top:-100px;
    }
    .hero-guide::after{
      width:520px;height:180px;
      left:-180px;bottom:-60px;
      background:repeating-linear-gradient(135deg,rgba(255,255,255,.20) 0 10px,transparent 10px 22px);
      transform:rotate(-8deg);
    }
    .hero-panel{
      position:relative;
      z-index:2;
      display:grid;
      grid-template-columns:minmax(0,1.05fr) minmax(330px,.75fr);
      gap:28px;
      align-items:stretch;
    }
    .hero-copy{
      background:rgba(255,255,255,.10);
      border:1px solid rgba(255,255,255,.24);
      border-radius:var(--radius-lg);
      padding:34px;
      box-shadow:0 28px 70px rgba(0,0,0,.18);
      backdrop-filter:blur(10px);
    }
    .hero-copy .lead{
      color:rgba(255,255,255,.86);
      font-size:18px;
      max-width:820px;
    }
    .age-callout{
      margin:22px 0 24px;
      display:flex;
      gap:12px;
      align-items:flex-start;
      padding:14px 16px;
      border-radius:20px;
      background:rgba(255,240,90,.14);
      border:1px solid rgba(255,240,90,.48);
      color:#fffef0;
      font-weight:800;
    }
    .age-callout strong{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      width:42px;
      height:42px;
      border-radius:15px;
      background:var(--color-yellow);
      color:var(--color-primary-dark);
      flex:0 0 auto;
      box-shadow:0 10px 22px rgba(0,0,0,.18);
    }
    .hero-actions{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      align-items:center;
      margin-top:22px;
    }
    .group-strip{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:24px;
    }
    .group-pill{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:9px 12px;
      border-radius:var(--radius-pill);
      background:rgba(255,255,255,.14);
      border:1px solid rgba(255,255,255,.24);
      color:#fff;
      font-weight:800;
      font-size:13px;
    }
    .group-pill b{color:var(--color-yellow)}
    .dossier-card{
      position:relative;
      border-radius:var(--radius-lg);
      background:#fff;
      color:var(--color-ink);
      padding:24px;
      box-shadow:0 34px 80px rgba(0,0,0,.22);
      border:2px solid rgba(255,255,255,.86);
      overflow:hidden;
    }
    .dossier-card::before{
      content:"";
      position:absolute;
      inset:12px;
      border-radius:24px;
      border:1px dashed rgba(239,47,164,.25);
      pointer-events:none;
    }
    .burst{
      position:absolute;
      right:18px;
      top:18px;
      width:88px;
      height:88px;
      display:grid;
      place-items:center;
      text-align:center;
      color:#5b115d;
      font-weight:900;
      line-height:1.1;
      font-size:14px;
      background:var(--color-yellow);
      clip-path:polygon(50% 0%,61% 23%,85% 12%,78% 38%,100% 50%,78% 62%,85% 88%,61% 77%,50% 100%,39% 77%,15% 88%,22% 62%,0% 50%,22% 38%,15% 12%,39% 23%);
      filter:drop-shadow(0 12px 18px rgba(239,47,164,.22));
      transform:rotate(8deg);
      z-index:3;
    }
    .dossier-head{
      padding-right:94px;
      position:relative;
      z-index:2;
    }
    .dossier-head .mini-label{
      display:inline-flex;
      padding:5px 10px;
      border-radius:var(--radius-pill);
      background:rgba(239,47,164,.10);
      color:var(--color-primary-dark);
      font-size:12px;
      font-weight:900;
      margin-bottom:12px;
    }
    .countdown{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:10px;
      margin:22px 0;
      position:relative;
      z-index:2;
    }
    .time-box{
      border-radius:18px;
      background:linear-gradient(180deg,#2a0b35,#56166a);
      color:#fff;
      padding:14px 8px;
      text-align:center;
      box-shadow:inset 0 0 0 1px rgba(255,255,255,.15),0 14px 26px rgba(42,11,53,.22);
    }
    .time-box strong{
      display:block;
      font-size:26px;
      line-height:1;
      color:var(--color-yellow);
      letter-spacing:.02em;
    }
    .time-box span{
      font-size:12px;
      color:rgba(255,255,255,.78);
      font-weight:800;
    }
    .entry-matrix{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:10px;
      position:relative;
      z-index:2;
    }
    .entry-chip{
      padding:12px;
      border-radius:18px;
      background:linear-gradient(135deg,#fff6fc,#f3fffe);
      border:1px solid rgba(239,47,164,.16);
      font-weight:900;
      color:#4a1d55;
    }
    .entry-chip small{
      display:block;
      color:var(--color-muted);
      font-weight:700;
      margin-top:2px;
    }

    .section-head{
      display:flex;
      justify-content:space-between;
      align-items:flex-end;
      gap:24px;
      margin-bottom:28px;
    }
    .section-head .lead{max-width:660px}
    .sticker-note{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:12px 15px;
      border-radius:18px;
      background:var(--color-yellow);
      color:#4b155a;
      font-weight:900;
      box-shadow:0 14px 30px rgba(255,213,64,.22);
      transform:rotate(2deg);
      white-space:nowrap;
    }

    .checklist-wrap{
      display:grid;
      grid-template-columns:minmax(0,1fr) minmax(320px,.42fr);
      gap:24px;
      align-items:start;
    }
    .guide-list{
      display:grid;
      gap:16px;
    }
    .guide-item{
      position:relative;
      border-radius:28px;
      background:#fff;
      border:1px solid var(--color-line);
      padding:22px;
      box-shadow:var(--shadow-card);
      overflow:hidden;
      transition:transform var(--ease),box-shadow var(--ease),border-color var(--ease);
    }
    .guide-item:hover{
      transform:translateY(-4px);
      border-color:rgba(239,47,164,.36);
      box-shadow:0 24px 56px rgba(141,27,127,.22);
    }
    .guide-item::after{
      content:"";
      position:absolute;
      right:-28px;
      top:-28px;
      width:120px;
      height:120px;
      border-radius:50%;
      background:radial-gradient(circle,rgba(19,229,224,.18),transparent 62%);
      pointer-events:none;
    }
    .guide-top{
      display:flex;
      gap:16px;
      align-items:flex-start;
      position:relative;
      z-index:2;
    }
    .step-badge{
      width:58px;
      height:58px;
      flex:0 0 auto;
      border-radius:20px;
      display:grid;
      place-items:center;
      background:linear-gradient(135deg,var(--color-primary),var(--color-primary-dark));
      color:#fff;
      font-weight:900;
      box-shadow:0 16px 30px rgba(239,47,164,.24);
    }
    .status-tag{
      display:inline-flex;
      align-items:center;
      padding:5px 10px;
      border-radius:var(--radius-pill);
      background:#f2fffe;
      color:#087b78;
      border:1px solid rgba(19,229,224,.28);
      font-size:12px;
      font-weight:900;
      margin-left:8px;
      vertical-align:middle;
    }
    .guide-item p{
      color:var(--color-muted);
      margin-bottom:14px;
    }
    .tag-row{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      margin-top:12px;
    }
    .tag{
      display:inline-flex;
      align-items:center;
      padding:6px 10px;
      border-radius:var(--radius-pill);
      background:var(--color-soft);
      color:var(--color-primary-dark);
      border:1px solid rgba(239,47,164,.14);
      font-size:12px;
      font-weight:900;
    }
    .tiny-link{
      display:inline-flex;
      align-items:center;
      gap:6px;
      color:var(--color-primary);
      font-weight:900;
      font-size:14px;
    }
    .tiny-link:hover{transform:translateX(3px)}

    .side-card{
      position:sticky;
      top:98px;
      border-radius:30px;
      padding:22px;
      background:linear-gradient(180deg,#fff,#fff4fb);
      border:1px solid rgba(239,47,164,.20);
      box-shadow:var(--shadow-card);
    }
    .progress-card{
      padding:18px;
      border-radius:24px;
      background:var(--color-deep);
      color:#fff;
      margin-bottom:14px;
      overflow:hidden;
      position:relative;
    }
    .progress-card::before{
      content:"";
      position:absolute;
      inset:auto -20px -36px auto;
      width:130px;height:130px;border-radius:50%;
      background:rgba(19,229,224,.20);
    }
    .progress-title{
      font-weight:900;
      margin-bottom:12px;
      position:relative;
      z-index:2;
    }
    .energy{
      height:12px;
      border-radius:99px;
      background:rgba(255,255,255,.16);
      overflow:hidden;
      margin:10px 0 14px;
      position:relative;
      z-index:2;
    }
    .energy span{
      display:block;
      height:100%;
      border-radius:99px;
      background:linear-gradient(90deg,var(--color-secondary),var(--color-yellow),var(--color-primary));
      box-shadow:0 0 18px rgba(19,229,224,.45);
    }
    .safe-list{
      list-style:none;
      padding:0;
      margin:0;
      display:grid;
      gap:10px;
    }
    .safe-list li{
      display:flex;
      gap:10px;
      align-items:flex-start;
      padding:12px;
      border-radius:17px;
      background:#fff;
      border:1px solid rgba(239,47,164,.12);
      color:var(--color-muted);
      font-weight:700;
    }
    .safe-list b{color:var(--color-primary);}

    .param-zone{
      background:linear-gradient(180deg,#fff,#fff7fd);
      border-top:1px solid rgba(239,47,164,.12);
      border-bottom:1px solid rgba(239,47,164,.12);
    }
    .param-grid{
      display:grid;
      grid-template-columns:1.1fr .9fr;
      gap:24px;
      align-items:stretch;
    }
    .param-panel{
      border-radius:30px;
      padding:26px;
      background:#fff;
      border:1px solid var(--color-line);
      box-shadow:var(--shadow-card);
    }
    .param-row{
      display:grid;
      grid-template-columns:130px 1fr 46px;
      gap:12px;
      align-items:center;
      padding:14px 0;
      border-bottom:1px dashed rgba(239,47,164,.14);
    }
    .param-row:last-child{border-bottom:0}
    .param-name{
      font-weight:900;
      color:#4a2455;
    }
    .param-bar{
      height:14px;
      border-radius:99px;
      background:#f5e9f8;
      overflow:hidden;
    }
    .param-bar span{
      display:block;
      height:100%;
      border-radius:99px;
      background:linear-gradient(90deg,var(--color-primary),var(--color-secondary));
    }
    .param-score{
      font-weight:900;
      color:var(--color-primary-dark);
      text-align:right;
    }
    .mode-cards{
      display:grid;
      gap:14px;
    }
    .mode-card{
      border-radius:24px;
      padding:18px;
      background:
        linear-gradient(135deg,rgba(239,47,164,.10),rgba(19,229,224,.10)),
        #fff;
      border:1px solid rgba(239,47,164,.16);
      box-shadow:0 12px 28px rgba(141,27,127,.10);
    }
    .mode-card strong{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      margin-bottom:8px;
      font-size:18px;
      color:#43134f;
    }
    .mode-card p{
      color:var(--color-muted);
      margin:0;
      font-size:15px;
    }

    .voice-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:18px;
    }
    .voice-card{
      border-radius:26px;
      padding:20px;
      background:#fff;
      border:1px solid rgba(239,47,164,.18);
      box-shadow:var(--shadow-card);
      position:relative;
      overflow:hidden;
    }
    .voice-card:nth-child(even){transform:translateY(18px)}
    .voice-card::before{
      content:"✦";
      position:absolute;
      right:18px;
      top:10px;
      color:rgba(239,47,164,.18);
      font-size:34px;
    }
    .voice-head{
      display:flex;
      align-items:center;
      gap:12px;
      margin-bottom:12px;
    }
    .avatar{
      width:44px;height:44px;border-radius:16px;
      display:grid;
      place-items:center;
      color:#fff;
      font-weight:900;
      background:linear-gradient(135deg,var(--color-primary),var(--color-secondary));
      box-shadow:0 12px 22px rgba(239,47,164,.20);
    }
    .voice-name{
      font-weight:900;
      line-height:1.2;
    }
    .voice-name small{
      display:block;
      color:var(--color-muted);
      font-weight:800;
      margin-top:4px;
    }
    .voice-card p{
      margin:0;
      color:var(--color-muted);
    }
    .notice-line{
      margin-top:30px;
      border-radius:22px;
      padding:16px 18px;
      background:#fff8d7;
      border:1px solid rgba(255,202,40,.40);
      color:#695413;
      font-weight:800;
    }

    .form-section{
      padding-bottom:86px;
    }
    .conversion-card{
      position:relative;
      border-radius:34px;
      overflow:hidden;
      background:
        radial-gradient(circle at 86% 16%,rgba(255,240,90,.26),transparent 20%),
        linear-gradient(135deg,#351045,#8f1c96 52%,#fa38a6 100%);
      color:#fff;
      padding:30px;
      box-shadow:0 32px 74px rgba(141,27,127,.24);
    }
    .conversion-card .burst{
      right:24px;
      top:24px;
      width:102px;
      height:102px;
    }
    .conversion-grid{
      display:grid;
      grid-template-columns:.9fr 1.1fr;
      gap:28px;
      align-items:start;
      position:relative;
      z-index:2;
    }
    .badge-stack{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:22px;
    }
    .white-badge{
      display:inline-flex;
      align-items:center;
      gap:7px;
      padding:9px 12px;
      border-radius:var(--radius-pill);
      background:rgba(255,255,255,.14);
      border:1px solid rgba(255,255,255,.24);
      color:#fff;
      font-weight:900;
      font-size:13px;
    }
    .guide-form{
      background:#fff;
      color:var(--color-ink);
      border-radius:28px;
      padding:24px;
      box-shadow:0 24px 58px rgba(0,0,0,.18);
    }
    .guide-form label{
      font-weight:900;
      color:#4c2557;
      margin-bottom:8px;
    }
    .guide-form input[type="text"],
    .guide-form input[type="email"],
    .guide-form select,
    .guide-form textarea{
      border:1px solid rgba(239,47,164,.18);
      border-radius:18px;
      box-shadow:none;
      background:#fff9fd;
      min-height:48px;
      margin-bottom:16px;
      color:var(--color-ink);
    }
    .guide-form textarea{
      min-height:96px;
      resize:vertical;
      padding-top:12px;
    }
    .check-row{
      display:flex;
      align-items:flex-start;
      gap:10px;
      margin:12px 0;
      color:var(--color-muted);
      font-weight:700;
      font-size:14px;
    }
    .check-row input{
      margin-top:6px;
      accent-color:var(--color-primary);
    }
    .form-hint{
      display:block;
      color:#8a718f;
      font-size:13px;
      margin:-8px 0 12px;
      font-weight:700;
    }
    .form-message{
      margin-top:12px;
      padding:10px 12px;
      border-radius:16px;
      background:#f2fffe;
      color:#087b78;
      border:1px solid rgba(19,229,224,.24);
      font-size:13px;
      font-weight:800;
    }

    .faq-wrap{
      max-width:980px;
      margin:0 auto;
    }
    .accordion{
      background:transparent;
    }
    .accordion-item{
      margin-bottom:12px;
      border-radius:22px!important;
      overflow:hidden;
      background:#fff;
      border:1px solid rgba(239,47,164,.15);
      box-shadow:0 14px 34px rgba(141,27,127,.08);
    }
    .accordion-title{
      border:0!important;
      color:var(--color-ink)!important;
      font-weight:900;
      font-size:17px;
      padding:18px 56px 18px 20px;
      background:#fff!important;
    }
    .accordion-title::before{
      color:var(--color-primary);
      font-weight:900;
      right:20px;
    }
    .is-active>.accordion-title{
      background:linear-gradient(90deg,#fff4fb,#fff)!important;
      color:var(--color-primary-dark)!important;
    }
    .accordion-content{
      border:0!important;
      border-top:1px solid rgba(239,47,164,.12)!important;
      color:var(--color-muted);
      line-height:1.8;
      padding:18px 20px 22px;
      background:#fff!important;
    }

    .bottom-cta{
      border-radius:34px;
      background:
        radial-gradient(circle at 10% 18%,rgba(19,229,224,.26),transparent 18%),
        linear-gradient(135deg,#fff,#fff0fa);
      border:1px solid rgba(239,47,164,.20);
      box-shadow:var(--shadow-card);
      padding:30px;
      display:flex;
      justify-content:space-between;
      gap:26px;
      align-items:center;
      overflow:hidden;
      position:relative;
    }
    .bottom-cta::after{
      content:"";
      position:absolute;
      right:-60px;
      bottom:-80px;
      width:240px;
      height:240px;
      border-radius:50%;
      background:rgba(239,47,164,.10);
    }
    .bottom-cta>*{position:relative;z-index:2}
    .bottom-cta p{
      margin:0;
      color:var(--color-muted);
      max-width:720px;
    }

    .site-footer{
      background:
        radial-gradient(circle at 80% 10%,rgba(239,47,164,.26),transparent 22%),
        linear-gradient(135deg,var(--color-deep),var(--color-deep-2));
      color:rgba(255,255,255,.78);
      padding:54px 0 28px;
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.35fr .7fr .7fr;
      gap:34px;
      align-items:start;
    }
    .footer-brand{
      display:flex;
      align-items:center;
      gap:12px;
      color:#fff;
      font-weight:900;
      font-size:20px;
      margin-bottom:14px;
    }
    .footer-title{
      color:#fff;
      font-weight:900;
      margin-bottom:14px;
      font-size:16px;
    }
    .footer-links{
      list-style:none;
      padding:0;
      margin:0;
      display:grid;
      gap:10px;
    }
    .footer-links a{
      color:rgba(255,255,255,.74);
      font-weight:700;
    }
    .footer-links a:hover{
      color:var(--color-yellow);
      transform:translateX(3px);
      display:inline-block;
    }
    .footer-note{
      margin-top:34px;
      padding-top:18px;
      border-top:1px solid rgba(255,255,255,.14);
      display:flex;
      justify-content:space-between;
      gap:16px;
      flex-wrap:wrap;
      font-size:13px;
      color:rgba(255,255,255,.62);
      font-weight:700;
    }

    @media (max-width:1024px){
      .nav-wrap.top-bar{
        width:100%;
        padding:12px 16px;
      }
      .brand-text{font-size:16px}
      .search-pill{min-width:190px}
      .hero-panel,
      .checklist-wrap,
      .param-grid,
      .conversion-grid{
        grid-template-columns:1fr;
      }
      .side-card{position:relative;top:auto}
      .section{padding:66px 0}
      .voice-card:nth-child(even){transform:none}
    }
    @media (max-width:768px){
      .nav-wrap.top-bar{
        display:block;
        max-width:100%;
        background:#fff;
        border-bottom:1px solid rgba(239,47,164,.12);
      }
      .top-bar-left,.top-bar-right{width:100%}
      .nav-menu{
        margin-top:14px;
        padding:10px;
        border-radius:20px;
        background:#fff7fc;
      }
      .nav-menu a{
        width:100%;
        margin:2px 0;
      }
      .nav-actions{
        margin-top:12px;
        align-items:stretch;
        flex-direction:column;
      }
      .search-pill{width:100%;min-width:0}
      .primary-glow{width:100%;text-align:center}
      .hero-guide{padding:46px 0 58px}
      .hero-copy,.dossier-card,.conversion-card{padding:22px}
      .section-head{
        display:block;
      }
      .sticker-note{
        margin-top:16px;
        transform:none;
      }
      .entry-matrix,
      .voice-grid,
      .footer-grid{
        grid-template-columns:1fr;
      }
      .bottom-cta{
        display:block;
      }
      .bottom-cta .button{
        width:100%;
        margin-top:18px;
      }
    }
    @media (max-width:520px){
      .site-container{width:min(calc(100% - 22px),var(--container))}
      h1{letter-spacing:-.03em}
      .hero-actions .primary-glow,
      .hero-actions .secondary-btn{
        width:100%;
      }
      .group-pill{width:100%;justify-content:center}
      .countdown{gap:7px}
      .time-box strong{font-size:22px}
      .guide-top{
        display:block;
      }
      .step-badge{
        margin-bottom:12px;
      }
      .param-row{
        grid-template-columns:1fr;
        gap:8px;
      }
      .param-score{text-align:left}
      .conversion-card .burst{
        position:relative;
        right:auto;
        top:auto;
        margin:0 0 16px auto;
      }
    }

/* roulang page: category1 */
:root{
      --primary:#ff2e9f;
      --primary-dark:#9d1bff;
      --secondary:#00d9ff;
      --accent:#ffe84d;
      --ink:#211527;
      --muted:#715f79;
      --soft:#fff3fb;
      --soft-2:#fff8d9;
      --line:rgba(255,46,159,.22);
      --dark:#24102f;
      --dark-2:#120718;
      --white:#ffffff;
      --radius-sm:14px;
      --radius:22px;
      --radius-lg:32px;
      --shadow:0 18px 55px rgba(157,27,255,.18);
      --shadow-pink:0 18px 45px rgba(255,46,159,.24);
      --container:1220px;
      --speed:.22s ease;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:PingFang SC,Microsoft YaHei,Noto Sans SC,Arial,sans-serif;
      color:var(--ink);
      background:
        radial-gradient(circle at 10% 8%, rgba(255,46,159,.11), transparent 28%),
        radial-gradient(circle at 90% 16%, rgba(0,217,255,.12), transparent 24%),
        linear-gradient(180deg,#fff8fd 0%,#fff 42%,#fff7fc 100%);
      line-height:1.75;
      overflow-x:hidden;
    }
    a{color:inherit;text-decoration:none;transition:color var(--speed),background var(--speed),box-shadow var(--speed),transform var(--speed)}
    a:hover,a:focus{color:var(--primary)}
    img{max-width:100%;height:auto}
    button,input,select,textarea{font:inherit}
    input,select,textarea{outline:none}
    input:focus,select:focus,textarea:focus{
      border-color:var(--primary)!important;
      box-shadow:0 0 0 4px rgba(255,46,159,.13)!important;
    }
    .site-container{
      width:min(calc(100% - 32px),var(--container));
      margin-inline:auto;
    }
    .section{
      padding:84px 0;
      position:relative;
    }
    .section-tight{padding:58px 0}
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:7px 13px;
      border-radius:999px;
      background:rgba(255,46,159,.1);
      color:#a7126b;
      font-weight:800;
      font-size:13px;
      border:1px solid rgba(255,46,159,.2);
      margin-bottom:14px;
    }
    .eyebrow::before{
      content:"";
      width:8px;
      height:8px;
      border-radius:50%;
      background:var(--secondary);
      box-shadow:0 0 0 5px rgba(0,217,255,.16);
    }
    h1,h2,h3,h4,p{margin-top:0}
    h1{
      font-size:clamp(32px,5vw,56px);
      line-height:1.08;
      font-weight:900;
      letter-spacing:-.04em;
      margin-bottom:18px;
    }
    h2{
      font-size:clamp(25px,3vw,36px);
      line-height:1.18;
      font-weight:900;
      letter-spacing:-.03em;
      margin-bottom:14px;
    }
    h3{
      font-size:21px;
      line-height:1.35;
      font-weight:900;
      margin-bottom:9px;
    }
    p{color:var(--muted);font-size:16.5px}
    .lead{
      max-width:760px;
      font-size:18px;
      color:#5d4769;
    }
    .site-header{
      position:sticky;
      top:0;
      z-index:50;
      background:rgba(255,255,255,.92);
      backdrop-filter:blur(14px);
      border-bottom:1px solid rgba(255,46,159,.14);
      box-shadow:0 10px 26px rgba(70,20,80,.06);
    }
    .title-bar{
      background:#fff;
      color:var(--ink);
      padding:12px 16px;
      border-bottom:1px solid rgba(255,46,159,.12);
    }
    .title-bar-title{
      font-weight:900;
      font-size:15px;
      letter-spacing:-.02em;
    }
    .menu-icon::after{
      background:var(--primary);
      box-shadow:0 7px 0 var(--primary),0 14px 0 var(--primary);
    }
    .top-bar,.top-bar ul{
      background:transparent;
    }
    .nav-wrap{
      min-height:74px;
      display:flex;
      align-items:center;
      gap:22px;
      padding:0;
    }
    .brand{
      display:inline-flex!important;
      align-items:center;
      gap:10px;
      padding:0!important;
      font-weight:900;
      color:var(--ink);
      letter-spacing:-.03em;
      white-space:nowrap;
    }
    .brand-icon{
      width:42px;
      height:42px;
      display:inline-block;
      border-radius:15px;
      background:
        linear-gradient(135deg,var(--primary),var(--primary-dark) 58%,var(--secondary));
      position:relative;
      box-shadow:0 10px 24px rgba(255,46,159,.28);
      flex:0 0 auto;
    }
    .brand-icon::before{
      content:"";
      position:absolute;
      inset:10px;
      border-radius:9px;
      border:2px solid rgba(255,255,255,.84);
      transform:rotate(-8deg);
    }
    .brand-icon::after{
      content:"✦";
      position:absolute;
      right:-7px;
      top:-10px;
      color:var(--accent);
      font-size:20px;
      text-shadow:0 2px 0 rgba(0,0,0,.12);
    }
    .brand-text{font-size:17px}
    .nav-menu{
      gap:4px;
      align-items:center;
    }
    .nav-menu a{
      position:relative;
      padding:10px 14px!important;
      border-radius:999px;
      font-weight:800;
      color:#4e3a58;
      line-height:1.2;
    }
    .nav-menu a:hover{
      background:#fff0fa;
      color:var(--primary);
    }
    .nav-menu a::after{
      content:"";
      position:absolute;
      left:18px;
      right:18px;
      bottom:4px;
      height:2px;
      border-radius:999px;
      background:var(--secondary);
      transform:scaleX(0);
      transform-origin:center;
      transition:transform var(--speed);
    }
    .nav-menu a:hover::after,.nav-menu a.active::after{transform:scaleX(1)}
    .nav-menu a.active{
      color:#fff;
      background:linear-gradient(135deg,var(--primary),var(--primary-dark));
      box-shadow:0 9px 20px rgba(255,46,159,.22);
    }
    .nav-menu a.active::after{background:var(--accent)}
    .nav-actions{
      display:flex;
      align-items:center;
      gap:12px;
    }
    .search-pill{
      display:flex;
      align-items:center;
      gap:8px;
      height:42px;
      padding:0 13px;
      border-radius:999px;
      border:1px solid rgba(255,46,159,.18);
      background:#fff8fd;
      margin:0;
      min-width:220px;
      color:#a03b80;
    }
    .search-pill input{
      border:0;
      background:transparent;
      box-shadow:none;
      margin:0;
      height:auto;
      padding:0;
      color:var(--ink);
      font-size:14px;
    }
    .search-pill input:focus{box-shadow:none!important}
    .button{
      margin:0;
      border-radius:999px;
      font-weight:900;
      transition:transform var(--speed),box-shadow var(--speed),filter var(--speed),background var(--speed);
    }
    .primary-glow{
      border:0;
      color:#fff!important;
      background:linear-gradient(135deg,var(--primary),var(--primary-dark) 62%,#5d37ff);
      box-shadow:0 12px 26px rgba(255,46,159,.28);
      padding:.85rem 1.2rem;
    }
    .primary-glow:hover,.primary-glow:focus{
      transform:translateY(-2px);
      box-shadow:0 16px 38px rgba(255,46,159,.36),0 0 0 4px rgba(255,46,159,.12);
      filter:saturate(1.08);
      color:#fff!important;
    }
    .secondary-btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      border-radius:999px;
      font-weight:900;
      padding:.9rem 1.18rem;
      background:#fff;
      color:#a7126b;
      border:2px solid rgba(255,46,159,.22);
      box-shadow:0 10px 25px rgba(85,25,100,.07);
    }
    .secondary-btn:hover{
      transform:translateY(-2px);
      background:#fff0fa;
      color:var(--primary);
      box-shadow:0 16px 34px rgba(255,46,159,.16);
    }
    .hero-category{
      position:relative;
      overflow:hidden;
      padding:62px 0 78px;
      background:
        linear-gradient(135deg,rgba(255,46,159,.12),rgba(255,255,255,.92) 42%,rgba(0,217,255,.12)),
        radial-gradient(circle at 16% 15%,rgba(255,232,77,.34),transparent 18%),
        radial-gradient(circle at 86% 50%,rgba(157,27,255,.18),transparent 24%);
      border-bottom:1px solid rgba(255,46,159,.16);
    }
    .hero-category::before{
      content:"";
      position:absolute;
      width:440px;
      height:440px;
      right:-180px;
      top:-190px;
      border-radius:50%;
      border:34px solid rgba(255,46,159,.08);
    }
    .hero-category::after{
      content:"";
      position:absolute;
      left:-70px;
      bottom:-70px;
      width:240px;
      height:240px;
      background:repeating-linear-gradient(45deg,rgba(255,46,159,.14) 0 8px,transparent 8px 16px);
      border-radius:42px;
      transform:rotate(18deg);
      opacity:.65;
    }
    .hero-layout{
      position:relative;
      z-index:2;
      display:grid;
      grid-template-columns:minmax(0,1fr) 410px;
      gap:34px;
      align-items:center;
    }
    .hero-title-gradient{
      background:linear-gradient(135deg,#23102d 0%,var(--primary) 54%,var(--primary-dark) 100%);
      -webkit-background-clip:text;
      background-clip:text;
      color:transparent;
    }
    .hero-actions{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin-top:24px;
    }
    .age-callout{
      display:flex;
      align-items:flex-start;
      gap:12px;
      max-width:780px;
      padding:14px 16px;
      border-radius:20px;
      border:1px solid rgba(255,232,77,.65);
      background:linear-gradient(135deg,rgba(255,232,77,.3),rgba(255,255,255,.78));
      box-shadow:0 12px 30px rgba(255,232,77,.13);
      margin-top:22px;
    }
    .age-callout strong{
      color:#6a3b00;
      display:block;
      line-height:1.45;
    }
    .age-callout span{
      color:#74554a;
      font-size:14px;
      line-height:1.55;
    }
    .hero-panel{
      position:relative;
      padding:18px;
      border-radius:34px;
      background:#fff;
      border:2px solid rgba(255,46,159,.2);
      box-shadow:var(--shadow-pink);
      transform:rotate(1.4deg);
    }
    .burst{
      position:absolute;
      top:-22px;
      right:22px;
      z-index:3;
      width:92px;
      height:92px;
      display:grid;
      place-items:center;
      text-align:center;
      font-weight:900;
      font-size:14px;
      line-height:1.15;
      color:#3b2300;
      background:var(--accent);
      clip-path:polygon(50% 0%,60% 22%,84% 12%,78% 38%,100% 50%,78% 62%,84% 88%,60% 78%,50% 100%,40% 78%,16% 88%,22% 62%,0% 50%,22% 38%,16% 12%,40% 22%);
      filter:drop-shadow(0 12px 18px rgba(255,46,159,.18));
    }
    .recommend-card{
      border-radius:28px;
      background:
        linear-gradient(145deg,rgba(255,46,159,.08),rgba(255,255,255,.92)),
        radial-gradient(circle at 75% 20%,rgba(0,217,255,.22),transparent 28%);
      padding:22px;
      overflow:hidden;
      position:relative;
    }
    .recommend-card::after{
      content:"";
      position:absolute;
      right:-28px;
      bottom:-40px;
      width:150px;
      height:150px;
      border-radius:34px;
      background:linear-gradient(135deg,rgba(157,27,255,.14),rgba(255,46,159,.14));
      transform:rotate(18deg);
    }
    .rank-badge{
      display:inline-flex;
      align-items:center;
      gap:7px;
      padding:7px 12px;
      border-radius:999px;
      background:#211527;
      color:#fff;
      font-weight:900;
      font-size:13px;
      margin-bottom:18px;
    }
    .timer-row{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:10px;
      margin:18px 0;
      position:relative;
      z-index:2;
    }
    .timer-box{
      border-radius:18px;
      background:#190d20;
      color:#fff;
      padding:13px 8px;
      text-align:center;
      box-shadow:inset 0 0 0 1px rgba(255,255,255,.08);
    }
    .timer-box b{
      display:block;
      font-size:28px;
      line-height:1;
      color:var(--accent);
      font-weight:900;
    }
    .timer-box small{font-size:12px;color:#ffd6ef}
    .filter-pills{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:22px;
    }
    .pill{
      display:inline-flex;
      align-items:center;
      gap:7px;
      padding:9px 13px;
      border-radius:999px;
      background:#fff;
      border:1px solid rgba(255,46,159,.2);
      color:#6a4c75;
      font-size:14px;
      font-weight:800;
      box-shadow:0 8px 20px rgba(95,25,105,.06);
    }
    .pill.active,.pill:hover{
      background:linear-gradient(135deg,var(--primary),var(--primary-dark));
      color:#fff;
      border-color:transparent;
      transform:translateY(-1px);
    }
    .toolbar{
      margin-top:-36px;
      position:relative;
      z-index:5;
    }
    .toolbar-card{
      padding:18px;
      border-radius:28px;
      background:#fff;
      border:1px solid rgba(255,46,159,.18);
      box-shadow:var(--shadow);
      display:flex;
      gap:14px;
      justify-content:space-between;
      align-items:center;
      flex-wrap:wrap;
    }
    .toolbar-label{
      font-weight:900;
      color:var(--ink);
      display:flex;
      align-items:center;
      gap:9px;
    }
    .toolbar-label .dot{
      width:13px;
      height:13px;
      border-radius:50%;
      background:var(--secondary);
      box-shadow:0 0 0 6px rgba(0,217,255,.14);
    }
    .mixed-grid{
      display:grid;
      grid-template-columns:1.15fr .85fr .85fr;
      grid-auto-rows:minmax(178px,auto);
      gap:18px;
      margin-top:34px;
    }
    .entry-card{
      position:relative;
      border-radius:28px;
      background:#fff;
      border:1px solid rgba(255,46,159,.18);
      box-shadow:0 14px 38px rgba(157,27,255,.12);
      overflow:hidden;
      transition:transform var(--speed),box-shadow var(--speed),border-color var(--speed);
    }
    .entry-card:hover{
      transform:translateY(-5px);
      border-color:rgba(255,46,159,.38);
      box-shadow:0 24px 55px rgba(255,46,159,.18);
    }
    .entry-card.large{
      grid-row:span 2;
      min-height:388px;
    }
    .card-cover{
      min-height:148px;
      background:
        radial-gradient(circle at 22% 22%,rgba(255,232,77,.9),transparent 18%),
        radial-gradient(circle at 80% 18%,rgba(0,217,255,.55),transparent 22%),
        linear-gradient(135deg,#ff2e9f,#9d1bff 62%,#24102f);
      position:relative;
      overflow:hidden;
    }
    .entry-card.large .card-cover{min-height:228px}
    .card-cover::before{
      content:"";
      position:absolute;
      inset:20px;
      border-radius:24px;
      border:2px solid rgba(255,255,255,.45);
      transform:rotate(-4deg);
    }
    .card-cover::after{
      content:"";
      position:absolute;
      right:20px;
      bottom:-20px;
      width:112px;
      height:112px;
      background:rgba(255,255,255,.18);
      border:2px solid rgba(255,255,255,.35);
      border-radius:30px;
      transform:rotate(18deg);
    }
    .corner-tag{
      position:absolute;
      top:14px;
      left:14px;
      z-index:2;
      padding:7px 11px;
      border-radius:999px;
      background:var(--accent);
      color:#4e3200;
      font-size:12px;
      font-weight:900;
      box-shadow:0 8px 18px rgba(0,0,0,.12);
    }
    .entry-body{padding:20px;position:relative}
    .tag-row{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      margin:12px 0 15px;
    }
    .mini-tag{
      padding:5px 9px;
      border-radius:999px;
      background:#fff0fa;
      color:#a7126b;
      border:1px solid rgba(255,46,159,.16);
      font-size:12px;
      font-weight:800;
    }
    .entry-card .card-link{
      display:inline-flex;
      align-items:center;
      gap:6px;
      color:var(--primary);
      font-weight:900;
      font-size:14px;
    }
    .entry-card .card-link:hover{gap:10px}
    .vertical-strip{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:16px;
      margin-top:28px;
    }
    .portrait-card{
      min-height:310px;
      display:flex;
      flex-direction:column;
      justify-content:space-between;
      padding:16px;
      border-radius:28px;
      background:
        linear-gradient(#fff,#fff) padding-box,
        linear-gradient(135deg,var(--primary),rgba(0,217,255,.7),var(--accent)) border-box;
      border:2px solid transparent;
      box-shadow:0 18px 46px rgba(255,46,159,.13);
      transition:transform var(--speed),box-shadow var(--speed);
      position:relative;
      overflow:hidden;
    }
    .portrait-card:nth-child(even){transform:translateY(18px)}
    .portrait-card:hover{
      transform:translateY(-6px) rotate(-.5deg);
      box-shadow:0 24px 58px rgba(157,27,255,.2);
    }
    .portrait-card:nth-child(even):hover{transform:translateY(8px) rotate(.5deg)}
    .portrait-symbol{
      height:130px;
      border-radius:24px;
      background:
        linear-gradient(135deg,rgba(255,46,159,.86),rgba(157,27,255,.92)),
        radial-gradient(circle at 70% 30%,rgba(255,232,77,.7),transparent 22%);
      display:grid;
      place-items:center;
      color:#fff;
      font-size:42px;
      font-weight:900;
      margin-bottom:16px;
      position:relative;
      overflow:hidden;
    }
    .portrait-symbol::after{
      content:"";
      width:84px;
      height:84px;
      border-radius:22px;
      border:2px solid rgba(255,255,255,.45);
      position:absolute;
      transform:rotate(16deg);
    }
    .checklist{
      display:grid;
      grid-template-columns:.95fr 1.05fr;
      gap:26px;
      align-items:start;
    }
    .step-list{
      display:grid;
      gap:14px;
    }
    .step-card{
      display:grid;
      grid-template-columns:auto 1fr;
      gap:15px;
      padding:18px;
      border-radius:24px;
      background:#fff;
      border:1px solid rgba(255,46,159,.17);
      box-shadow:0 12px 32px rgba(85,25,100,.08);
    }
    .step-no{
      width:48px;
      height:48px;
      border-radius:18px;
      display:grid;
      place-items:center;
      color:#fff;
      font-weight:900;
      background:linear-gradient(135deg,var(--primary),var(--primary-dark));
      box-shadow:0 10px 22px rgba(255,46,159,.24);
    }
    .energy-card{
      padding:24px;
      border-radius:30px;
      background:linear-gradient(135deg,#24102f,#3a174c);
      color:#fff;
      box-shadow:var(--shadow-pink);
      position:relative;
      overflow:hidden;
    }
    .energy-card::before{
      content:"合规";
      position:absolute;
      top:18px;
      right:18px;
      padding:7px 12px;
      border-radius:999px;
      background:rgba(255,232,77,.95);
      color:#4b3100;
      font-size:13px;
      font-weight:900;
    }
    .energy-card h3,.energy-card p{color:#fff}
    .energy-card p{opacity:.78}
    .energy-item{margin-top:18px}
    .energy-label{
      display:flex;
      justify-content:space-between;
      gap:14px;
      color:#ffe9f8;
      font-weight:800;
      font-size:14px;
      margin-bottom:7px;
    }
    .bar{
      height:12px;
      border-radius:999px;
      background:rgba(255,255,255,.12);
      overflow:hidden;
      box-shadow:inset 0 0 0 1px rgba(255,255,255,.08);
    }
    .bar span{
      display:block;
      height:100%;
      border-radius:inherit;
      background:linear-gradient(90deg,var(--secondary),var(--accent),var(--primary));
    }
    .safety-grid{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:18px;
      margin-top:26px;
    }
    .safety-card{
      padding:22px;
      border-radius:26px;
      background:#fff;
      border:1px solid rgba(255,46,159,.18);
      box-shadow:0 14px 36px rgba(157,27,255,.1);
    }
    .safety-icon{
      width:48px;
      height:48px;
      border-radius:17px;
      display:grid;
      place-items:center;
      color:#fff;
      font-size:22px;
      background:linear-gradient(135deg,var(--primary),var(--primary-dark));
      margin-bottom:14px;
    }
    .review-lane{
      display:flex;
      gap:16px;
      overflow-x:auto;
      padding:8px 2px 18px;
      scroll-snap-type:x proximity;
    }
    .review-lane::-webkit-scrollbar{height:8px}
    .review-lane::-webkit-scrollbar-thumb{background:#ffd0ed;border-radius:999px}
    .review-card{
      min-width:285px;
      scroll-snap-align:start;
      padding:18px;
      border-radius:24px;
      background:#fff;
      border:1px solid rgba(255,46,159,.18);
      box-shadow:0 12px 34px rgba(85,25,100,.08);
      position:relative;
    }
    .review-card::after{
      content:"✦";
      position:absolute;
      top:12px;
      right:16px;
      color:var(--primary);
      font-size:18px;
    }
    .review-head{
      display:flex;
      align-items:center;
      gap:11px;
      margin-bottom:12px;
    }
    .avatar{
      width:42px;
      height:42px;
      border-radius:15px;
      display:grid;
      place-items:center;
      color:#fff;
      font-weight:900;
      background:linear-gradient(135deg,var(--secondary),var(--primary-dark));
    }
    .stars{color:#ffb800;font-size:14px;font-weight:900}
    .notice{
      padding:14px 16px;
      border-radius:20px;
      background:#fffaf0;
      border:1px solid rgba(255,184,0,.28);
      color:#6a4b10;
      font-size:14px;
      margin-top:12px;
    }
    .cta-panel{
      position:relative;
      border-radius:34px;
      padding:32px;
      background:
        radial-gradient(circle at 12% 20%,rgba(255,232,77,.28),transparent 22%),
        linear-gradient(135deg,#2b1038,#571775 52%,#ff2e9f);
      color:#fff;
      overflow:hidden;
      box-shadow:0 24px 62px rgba(157,27,255,.28);
    }
    .cta-panel::after{
      content:"";
      position:absolute;
      right:-44px;
      bottom:-56px;
      width:230px;
      height:230px;
      border-radius:52px;
      background:rgba(255,255,255,.1);
      transform:rotate(18deg);
    }
    .cta-panel h2,.cta-panel p{color:#fff}
    .cta-panel p{opacity:.82}
    .form-card{
      position:relative;
      z-index:2;
      padding:22px;
      border-radius:28px;
      background:rgba(255,255,255,.95);
      color:var(--ink);
      box-shadow:0 18px 42px rgba(0,0,0,.12);
    }
    .form-card label{
      color:#51335d;
      font-weight:900;
      font-size:14px;
      margin-bottom:12px;
    }
    .form-card input,.form-card select,.form-card textarea{
      border-radius:16px;
      border:1px solid rgba(255,46,159,.2);
      background:#fff9fd;
      box-shadow:none;
      min-height:48px;
    }
    .form-card textarea{min-height:94px;resize:vertical}
    .checkbox-line{
      display:flex;
      gap:10px;
      align-items:flex-start;
      color:#604a68;
      font-size:13.5px;
      font-weight:700;
      line-height:1.5;
      margin:8px 0;
    }
    .checkbox-line input{min-height:auto;margin-top:4px}
    .badge-row{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:18px;
    }
    .trust-badge{
      display:inline-flex;
      align-items:center;
      gap:7px;
      padding:8px 12px;
      border-radius:999px;
      background:rgba(255,255,255,.14);
      border:1px solid rgba(255,255,255,.24);
      color:#fff;
      font-weight:900;
      font-size:13px;
    }
    .accordion{
      background:transparent;
      margin-top:24px;
    }
    .accordion-item{
      margin-bottom:12px;
      border-radius:22px;
      overflow:hidden;
      background:#fff;
      border:1px solid rgba(255,46,159,.17);
      box-shadow:0 12px 32px rgba(85,25,100,.07);
    }
    .accordion-title{
      border:0!important;
      padding:18px 58px 18px 20px;
      color:var(--ink)!important;
      font-weight:900;
      font-size:16px;
      background:#fff;
    }
    .accordion-title:hover,.accordion-title:focus{
      background:#fff0fa;
      color:var(--primary)!important;
    }
    .accordion-title::before{
      right:22px;
      font-size:22px;
      color:var(--primary);
    }
    .accordion-content{
      border:0!important;
      border-top:1px solid rgba(255,46,159,.12)!important;
      padding:18px 20px 22px;
      color:var(--muted);
      background:#fffafd;
    }
    .site-footer{
      background:
        radial-gradient(circle at 16% 10%,rgba(255,46,159,.28),transparent 26%),
        linear-gradient(135deg,var(--dark),var(--dark-2));
      color:#fff;
      padding:58px 0 28px;
      margin-top:20px;
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.35fr .65fr .75fr;
      gap:34px;
      padding-bottom:34px;
      border-bottom:1px solid rgba(255,255,255,.12);
    }
    .footer-brand{
      display:flex;
      align-items:center;
      gap:12px;
      font-weight:900;
      font-size:18px;
      margin-bottom:14px;
    }
    .site-footer p{
      color:rgba(255,255,255,.72);
      max-width:560px;
      font-size:14.5px;
    }
    .footer-title{
      color:#fff;
      font-weight:900;
      margin-bottom:13px;
    }
    .footer-links{
      list-style:none;
      margin:0;
      padding:0;
      display:grid;
      gap:9px;
    }
    .footer-links a{
      color:rgba(255,255,255,.72);
      font-size:14.5px;
    }
    .footer-links a:hover{color:#fff;text-decoration:underline;text-decoration-color:var(--primary);text-underline-offset:4px}
    .footer-note{
      display:flex;
      justify-content:space-between;
      gap:16px;
      flex-wrap:wrap;
      padding-top:22px;
      color:rgba(255,255,255,.62);
      font-size:13.5px;
    }
    @media (max-width:1024px){
      .nav-wrap{gap:12px}
      .search-pill{min-width:180px}
      .hero-layout{grid-template-columns:1fr}
      .hero-panel{max-width:520px;transform:none}
      .mixed-grid{grid-template-columns:1fr 1fr}
      .entry-card.large{grid-column:span 2}
      .vertical-strip{grid-template-columns:repeat(2,1fr)}
      .checklist{grid-template-columns:1fr}
      .safety-grid{grid-template-columns:1fr 1fr}
      .footer-grid{grid-template-columns:1fr 1fr}
    }
    @media (max-width:767px){
      .site-container{width:min(calc(100% - 24px),var(--container))}
      .nav-wrap{
        display:none;
        padding:14px 0 18px;
        min-height:auto;
      }
      .nav-wrap.is-open,.nav-wrap[style*="display: block"]{
        display:block!important;
      }
      .top-bar-left,.top-bar-right{width:100%}
      .brand{margin-bottom:12px}
      .nav-menu{
        width:100%;
        gap:8px;
        margin:10px 0;
      }
      .nav-menu li,.nav-menu a{width:100%}
      .nav-actions{
        flex-direction:column;
        align-items:stretch;
        width:100%;
      }
      .search-pill{min-width:0;width:100%}
      .nav-actions .button{width:100%}
      .section{padding:58px 0}
      .hero-category{padding:42px 0 62px}
      .hero-actions{flex-direction:column}
      .hero-actions a{width:100%;text-align:center}
      .age-callout{border-radius:18px}
      .toolbar-card{align-items:flex-start}
      .mixed-grid{grid-template-columns:1fr}
      .entry-card.large{grid-column:auto}
      .vertical-strip{
        display:flex;
        overflow-x:auto;
        padding:4px 2px 22px;
        scroll-snap-type:x proximity;
      }
      .portrait-card{
        min-width:78vw;
        scroll-snap-align:start;
      }
      .portrait-card:nth-child(even),.portrait-card:nth-child(even):hover{transform:none}
      .safety-grid{grid-template-columns:1fr}
      .cta-panel{padding:22px}
      .footer-grid{grid-template-columns:1fr}
      .footer-note{display:grid}
    }
    @media (max-width:520px){
      h1{font-size:31px}
      .brand-text{font-size:15px}
      .timer-row{grid-template-columns:repeat(3,1fr);gap:7px}
      .timer-box b{font-size:22px}
      .filter-pills{gap:8px}
      .pill{font-size:13px;padding:8px 10px}
      .entry-body{padding:17px}
      .review-card{min-width:82vw}
      .form-card{padding:18px}
    }
