/* roulang page: index */
:root{
      --ivory:#fffaf1;
      --cream:#f7eedf;
      --champagne:#eadbc6;
      --rose:#ead0d8;
      --rose-soft:#f5e5e7;
      --apricot:#f3dac2;
      --berry:#7a2448;
      --berry-dark:#5d1735;
      --plum:#3b2430;
      --ink:#2d211f;
      --muted:#7b6d68;
      --line:rgba(83,48,50,.16);
      --line-strong:rgba(122,36,72,.34);
      --white:#ffffff;
      --shadow:0 18px 50px rgba(50,30,40,.08);
      --shadow-strong:0 24px 70px rgba(70,30,50,.16);
      --radius-xl:28px;
      --radius-lg:22px;
      --radius-md:16px;
      --radius-pill:999px;
      --max:1200px;
      --ease:all .22s ease;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:"PingFang SC","Microsoft YaHei","Noto Sans SC","Helvetica Neue",Arial,sans-serif;
      color:var(--ink);
      background:
        radial-gradient(circle at 10% 0%, rgba(234,208,216,.55), transparent 32%),
        radial-gradient(circle at 92% 12%, rgba(243,218,194,.62), transparent 34%),
        linear-gradient(180deg,var(--ivory) 0%,#fbf5eb 48%,#fffaf1 100%);
      line-height:1.75;
      overflow-x:hidden;
    }
    a{color:inherit;text-decoration:none;transition:var(--ease)}
    a:hover,a:focus{color:var(--berry)}
    img{max-width:100%;display:block}
    button,input{font-family:inherit}
    button,.button{transition:var(--ease)}
    :focus-visible{outline:3px solid rgba(122,36,72,.28);outline-offset:3px}
    .site-wrap{position:relative;min-height:100vh}
    .site-wrap:before{
      content:"";
      position:absolute;
      inset:0;
      pointer-events:none;
      background-image:
        linear-gradient(rgba(122,36,72,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(122,36,72,.035) 1px, transparent 1px);
      background-size:34px 34px;
      mask-image:linear-gradient(180deg,#000 0%,transparent 58%);
      opacity:.72;
      z-index:0;
    }
    .container{
      width:min(calc(100% - 36px),var(--max));
      margin:0 auto;
      position:relative;
      z-index:1;
    }
    .section{
      padding:92px 0;
      position:relative;
      z-index:1;
    }
    .section-tight{padding:68px 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:7px 12px;
      border:1px solid var(--line);
      border-radius:var(--radius-pill);
      background:rgba(255,255,255,.64);
      color:var(--berry);
      font-size:13px;
      font-weight:700;
      letter-spacing:.02em;
    }
    .section-kicker:before{
      content:"";
      width:8px;
      height:8px;
      border-radius:50%;
      background:var(--berry);
      box-shadow:0 0 0 5px rgba(122,36,72,.12);
    }
    h1,h2,h3,h4,p{margin-top:0}
    h1{
      font-size:clamp(2.15rem,4.5vw,3.45rem);
      line-height:1.16;
      font-weight:800;
      letter-spacing:-.045em;
      margin-bottom:22px;
    }
    h2{
      font-size:clamp(1.75rem,3vw,2.35rem);
      line-height:1.2;
      font-weight:800;
      letter-spacing:-.035em;
      margin-bottom:12px;
    }
    h3{
      font-size:1.28rem;
      line-height:1.35;
      font-weight:800;
      letter-spacing:-.02em;
      margin-bottom:10px;
    }
    p{color:var(--muted);font-size:16.5px}
    .lead{
      font-size:17px;
      color:#5e504b;
      max-width:720px;
    }
    .site-header{
      position:sticky;
      top:0;
      z-index:20;
      padding:18px 0 10px;
      backdrop-filter:blur(18px);
    }
    .nav-panel{
      width:min(calc(100% - 32px),var(--max));
      margin:0 auto;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:14px;
      padding:12px;
      border-radius:26px;
      background:rgba(255,250,241,.86);
      border:1px solid rgba(122,36,72,.14);
      box-shadow:0 16px 45px rgba(50,30,40,.08);
    }
    .brand{
      display:flex;
      align-items:center;
      gap:12px;
      min-width:238px;
      padding:7px 8px;
      border-radius:20px;
    }
    .brand-mark{
      width:42px;
      height:42px;
      border-radius:14px;
      display:grid;
      place-items:center;
      color:var(--ivory);
      font-weight:900;
      background:
        linear-gradient(135deg,var(--berry),var(--plum));
      box-shadow:inset 0 0 0 1px rgba(255,255,255,.24),0 12px 25px rgba(122,36,72,.22);
      position:relative;
      transform:rotate(-4deg);
    }
    .brand-mark:after{
      content:"18+";
      position:absolute;
      right:-8px;
      bottom:-6px;
      font-size:10px;
      line-height:1;
      background:var(--champagne);
      color:var(--berry-dark);
      border-radius:var(--radius-pill);
      padding:4px 5px;
      border:1px solid rgba(122,36,72,.18);
      transform:rotate(4deg);
    }
    .brand-text strong{
      display:block;
      color:var(--ink);
      font-size:16px;
      line-height:1.2;
      letter-spacing:-.02em;
    }
    .brand-text span{
      display:block;
      color:var(--muted);
      font-size:12px;
      line-height:1.3;
      margin-top:2px;
    }
    .nav-links{
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      flex:1;
      margin:0;
      list-style:none;
    }
    .nav-links a{
      display:flex;
      align-items:center;
      gap:7px;
      padding:12px 14px;
      border-radius:18px;
      background:rgba(255,255,255,.55);
      border:1px solid transparent;
      color:#594a46;
      font-size:14px;
      font-weight:700;
      white-space:nowrap;
    }
    .nav-links a .nav-dot{
      width:8px;
      height:8px;
      border-radius:50%;
      background:var(--champagne);
      border:1px solid rgba(122,36,72,.2);
    }
    .nav-links a:hover{
      background:var(--rose-soft);
      border-color:var(--line);
      transform:translateY(-1px);
      color:var(--berry);
    }
    .nav-links a.active{
      background:linear-gradient(135deg,#f4dfe4,#fff6ee);
      color:var(--berry);
      border-color:rgba(122,36,72,.22);
      box-shadow:0 10px 24px rgba(122,36,72,.08);
    }
    .nav-links a.active .nav-dot{background:var(--berry)}
    .nav-cta{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-height:46px;
      padding:0 18px;
      border-radius:var(--radius-pill);
      background:var(--berry);
      color:var(--ivory);
      font-weight:800;
      box-shadow:0 12px 28px rgba(122,36,72,.22);
      white-space:nowrap;
    }
    .nav-cta:hover,.nav-cta:focus{
      background:var(--berry-dark);
      color:var(--ivory);
      transform:translateY(-2px);
      box-shadow:0 18px 38px rgba(122,36,72,.28);
    }
    .mobile-title-bar{
      display:none;
      width:min(calc(100% - 32px),var(--max));
      margin:0 auto;
      border-radius:22px;
      background:rgba(255,250,241,.92);
      color:var(--ink);
      padding:10px 12px;
      border:1px solid var(--line);
      box-shadow:0 14px 35px rgba(50,30,40,.08);
    }
    .menu-icon:after{background:var(--berry);box-shadow:0 7px 0 var(--berry),0 14px 0 var(--berry)}
    .hero{
      padding:88px 0 70px;
    }
    .hero-stage{
      border-radius:34px;
      padding:34px;
      background:
        linear-gradient(135deg,rgba(59,36,48,.96),rgba(122,36,72,.9) 54%,rgba(61,33,38,.96)),
        radial-gradient(circle at 80% 20%,rgba(255,255,255,.22),transparent 28%);
      color:var(--ivory);
      box-shadow:var(--shadow-strong);
      overflow:hidden;
      position:relative;
    }
    .hero-stage:before{
      content:"";
      position:absolute;
      width:560px;
      height:560px;
      right:-210px;
      top:-230px;
      border-radius:50%;
      background:radial-gradient(circle,rgba(234,219,198,.28),transparent 62%);
    }
    .hero-stage:after{
      content:"";
      position:absolute;
      inset:20px;
      border-radius:28px;
      border:1px solid rgba(255,250,241,.12);
      pointer-events:none;
    }
    .hero-content,.hero-choice{position:relative;z-index:1}
    .age-pill{
      display:inline-flex;
      align-items:center;
      gap:9px;
      padding:8px 13px;
      border-radius:var(--radius-pill);
      background:rgba(255,250,241,.13);
      border:1px solid rgba(255,250,241,.18);
      color:#f6eadb;
      font-size:13px;
      font-weight:800;
      margin-bottom:20px;
    }
    .age-pill span{
      display:inline-grid;
      place-items:center;
      width:28px;
      height:28px;
      border-radius:50%;
      background:#f1d9c5;
      color:var(--berry-dark);
    }
    .hero h1{color:var(--ivory);max-width:760px}
    .hero .lead{color:#eaded1;max-width:680px;margin-bottom:24px}
    .hero-actions{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      align-items:center;
      margin:28px 0 26px;
    }
    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      min-height:48px;
      padding:0 20px;
      border-radius:var(--radius-pill);
      font-weight:800;
      font-size:15px;
      border:1px solid transparent;
      cursor:pointer;
      transition:var(--ease);
    }
    .btn-primary{
      color:var(--berry-dark);
      background:#f3dac2;
      box-shadow:0 16px 35px rgba(0,0,0,.16);
    }
    .btn-primary:hover,.btn-primary:focus{
      color:var(--berry-dark);
      background:#ffe3c7;
      transform:translateY(-2px);
      box-shadow:0 22px 48px rgba(0,0,0,.22);
    }
    .btn-secondary{
      background:rgba(255,250,241,.08);
      color:var(--ivory);
      border-color:rgba(255,250,241,.22);
    }
    .btn-secondary:hover,.btn-secondary:focus{
      color:var(--ivory);
      border-color:rgba(255,250,241,.48);
      background:rgba(255,250,241,.15);
      transform:translateY(-2px);
    }
    .btn-light{
      color:var(--ink);
      background:#fff7eb;
      border-color:var(--line);
    }
    .btn-light:hover,.btn-light:focus{
      color:var(--berry);
      border-color:var(--line-strong);
      transform:translateY(-2px);
      box-shadow:0 12px 26px rgba(70,30,50,.1);
    }
    .hero-metrics{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:10px;
    }
    .metric-chip{
      display:flex;
      align-items:center;
      gap:8px;
      padding:10px 12px;
      border-radius:16px;
      background:rgba(255,250,241,.1);
      border:1px solid rgba(255,250,241,.14);
      color:#f1e6d9;
      font-size:13px;
      font-weight:700;
    }
    .metric-chip b{color:#fff;font-size:16px}
    .choice-stack{
      display:grid;
      grid-template-columns:1fr;
      gap:14px;
    }
    .choice-card{
      border-radius:24px;
      padding:18px;
      background:rgba(255,250,241,.9);
      color:var(--ink);
      border:1px solid rgba(255,250,241,.55);
      box-shadow:0 20px 45px rgba(0,0,0,.12);
      position:relative;
      overflow:hidden;
    }
    .choice-card.recommend{
      transform:translateX(-12px);
      border-color:#f5d4aa;
      background:linear-gradient(135deg,#fff8ec,#f6dfc5);
    }
    .choice-card .corner{
      position:absolute;
      right:16px;
      top:14px;
      padding:5px 9px;
      border-radius:999px;
      font-size:12px;
      font-weight:900;
      color:var(--berry);
      background:#f4dfe4;
    }
    .choice-card h3{padding-right:78px}
    .choice-card p{font-size:14px;margin-bottom:14px}
    .choice-list{
      display:grid;
      gap:8px;
      margin:0;
      padding:0;
      list-style:none;
    }
    .choice-list li{
      display:flex;
      align-items:center;
      gap:8px;
      color:#5e504b;
      font-size:13.5px;
    }
    .choice-list li:before{
      content:"";
      width:8px;
      height:8px;
      border-radius:50%;
      background:var(--berry);
      box-shadow:0 0 0 4px rgba(122,36,72,.1);
    }
    .mini-grid{
      display:grid;
      grid-template-columns:repeat(2,1fr);
      gap:12px;
      margin-top:14px;
    }
    .mini-step{
      border-radius:18px;
      padding:14px;
      background:rgba(255,255,255,.7);
      border:1px solid rgba(122,36,72,.12);
    }
    .mini-step strong{display:block;font-size:14px;color:var(--ink)}
    .mini-step span{display:block;font-size:12px;color:var(--muted);margin-top:2px}
    .timeline-wrap{
      position:relative;
      padding-top:18px;
    }
    .timeline-line{
      position:absolute;
      left:7%;
      right:7%;
      top:72px;
      height:2px;
      background:linear-gradient(90deg,rgba(122,36,72,.08),rgba(122,36,72,.34),rgba(122,36,72,.08));
    }
    .timeline-card{
      position:relative;
      min-height:238px;
      border-radius:24px;
      padding:22px;
      background:rgba(255,255,255,.74);
      border:1px solid var(--line);
      box-shadow:var(--shadow);
      transition:var(--ease);
    }
    .timeline-card:hover{
      transform:translateY(-4px);
      border-color:var(--line-strong);
      box-shadow:0 24px 58px rgba(70,30,50,.12);
    }
    .timeline-card.focus{
      color:var(--ivory);
      background:linear-gradient(145deg,var(--plum),var(--berry-dark));
      border-color:rgba(255,250,241,.18);
    }
    .timeline-card.focus p,.timeline-card.focus .step-label{color:#eaded1}
    .step-label{
      display:inline-flex;
      align-items:center;
      gap:8px;
      color:var(--berry);
      font-weight:900;
      font-size:13px;
      margin-bottom:22px;
    }
    .step-label:before{
      content:"";
      width:14px;
      height:14px;
      border-radius:50%;
      background:currentColor;
      box-shadow:0 0 0 7px rgba(122,36,72,.12);
    }
    .timeline-card.focus .step-label:before{box-shadow:0 0 0 7px rgba(255,250,241,.14)}
    .state-badge{
      display:inline-flex;
      margin-top:14px;
      padding:6px 10px;
      border-radius:999px;
      background:var(--rose-soft);
      color:var(--berry);
      font-weight:800;
      font-size:12px;
    }
    .timeline-card.focus .state-badge{
      background:rgba(255,250,241,.16);
      color:#ffe6c8;
    }
    .highlight-area{
      display:grid;
      grid-template-columns:1.1fr .9fr;
      gap:24px;
      align-items:stretch;
    }
    .feature-large,.feature-small,.story-band,.news-panel,.faq-card,.compare-card,.cta-card{
      border-radius:var(--radius-xl);
      border:1px solid var(--line);
      box-shadow:var(--shadow);
      background:rgba(255,255,255,.72);
    }
    .feature-large{
      padding:30px;
      min-height:320px;
      background:
        linear-gradient(135deg,rgba(255,255,255,.86),rgba(246,227,217,.76)),
        radial-gradient(circle at 90% 10%,rgba(122,36,72,.12),transparent 36%);
      position:relative;
      overflow:hidden;
    }
    .feature-large:after{
      content:"";
      position:absolute;
      right:-44px;
      bottom:-54px;
      width:210px;
      height:250px;
      border-radius:34px;
      border:1px solid rgba(122,36,72,.18);
      transform:rotate(12deg);
      background:rgba(255,250,241,.36);
    }
    .card-no{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-width:48px;
      height:32px;
      padding:0 10px;
      border-radius:12px;
      background:var(--berry);
      color:var(--ivory);
      font-weight:900;
      font-size:13px;
      margin-bottom:20px;
    }
    .feature-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:18px;
    }
    .feature-small{
      padding:22px;
      min-height:150px;
      transition:var(--ease);
      position:relative;
      overflow:hidden;
    }
    .feature-small:hover{
      transform:translateY(-3px);
      border-color:var(--line-strong);
    }
    .feature-small .icon{
      width:42px;
      height:42px;
      border-radius:16px;
      display:grid;
      place-items:center;
      background:var(--rose-soft);
      color:var(--berry);
      font-size:20px;
      margin-bottom:14px;
    }
    .topic-strip{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:18px;
    }
    .topic-tag{
      display:inline-flex;
      padding:8px 12px;
      border-radius:var(--radius-pill);
      background:#fff7eb;
      border:1px solid var(--line);
      color:#604f48;
      font-size:13px;
      font-weight:700;
    }
    .topic-tag:hover{
      color:var(--berry);
      border-color:var(--line-strong);
      transform:translateY(-1px);
    }
    .compare-grid{
      align-items:stretch;
    }
    .compare-card{
      padding:26px;
      height:100%;
      transition:var(--ease);
      position:relative;
      overflow:hidden;
    }
    .compare-card:hover{
      transform:translateY(-4px);
      border-color:var(--line-strong);
      box-shadow:0 26px 62px rgba(70,30,50,.12);
    }
    .compare-card.recommended{
      background:linear-gradient(180deg,#fff8eb,#f2dfce);
      border-color:rgba(122,36,72,.4);
      transform:translateY(-12px);
    }
    .compare-card.recommended:hover{transform:translateY(-16px)}
    .recommend-badge{
      position:absolute;
      top:18px;
      right:18px;
      padding:6px 10px;
      border-radius:999px;
      background:var(--berry);
      color:var(--ivory);
      font-size:12px;
      font-weight:900;
    }
    .plan-name{
      font-size:13px;
      color:var(--berry);
      font-weight:900;
      margin-bottom:8px;
    }
    .plan-title{
      font-size:1.45rem;
      font-weight:900;
      margin-bottom:10px;
      letter-spacing:-.025em;
    }
    .plan-note{
      min-height:76px;
      margin-bottom:18px;
    }
    .check-list{
      list-style:none;
      padding:0;
      margin:0 0 22px;
      display:grid;
      gap:11px;
    }
    .check-list li{
      display:flex;
      gap:10px;
      align-items:flex-start;
      color:#5e504b;
      font-size:14.5px;
    }
    .check-list li:before{
      content:"✓";
      flex:0 0 22px;
      width:22px;
      height:22px;
      display:grid;
      place-items:center;
      border-radius:8px;
      background:var(--rose-soft);
      color:var(--berry);
      font-weight:900;
      line-height:1;
    }
    .story-band{
      padding:34px;
      background:
        linear-gradient(135deg,rgba(255,255,255,.78),rgba(247,238,223,.92)),
        radial-gradient(circle at 0% 100%,rgba(122,36,72,.1),transparent 36%);
      overflow:hidden;
    }
    .story-cards{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:14px;
    }
    .story-mini{
      border-radius:22px;
      padding:20px;
      min-height:154px;
      background:rgba(255,250,241,.72);
      border:1px solid var(--line);
    }
    .story-mini b{
      display:block;
      color:var(--berry);
      margin-bottom:8px;
      font-size:14px;
    }
    .voice-wall{
      display:grid;
      grid-template-columns:1.05fr .95fr;
      gap:24px;
    }
    .bubble-list{
      display:grid;
      gap:16px;
    }
    .voice-bubble{
      border-radius:26px;
      padding:22px;
      border:1px solid var(--line);
      background:#fffaf5;
      box-shadow:0 16px 42px rgba(50,30,40,.06);
      transition:var(--ease);
    }
    .voice-bubble:hover{
      transform:translateX(3px);
      border-color:var(--line-strong);
    }
    .voice-meta{
      display:flex;
      justify-content:space-between;
      gap:12px;
      color:var(--berry);
      font-weight:900;
      font-size:13px;
      margin-bottom:8px;
    }
    .trust-panel{
      border-radius:32px;
      padding:30px;
      color:var(--ivory);
      background:
        linear-gradient(145deg,var(--plum),#251a1d),
        radial-gradient(circle at 80% 0%,rgba(243,218,194,.18),transparent 36%);
      box-shadow:var(--shadow-strong);
      min-height:100%;
    }
    .trust-row{
      display:flex;
      justify-content:space-between;
      gap:18px;
      padding:16px 0;
      border-bottom:1px solid rgba(255,250,241,.12);
    }
    .trust-row:last-child{border-bottom:0}
    .trust-row strong{font-size:1.35rem;color:#ffe6c8}
    .trust-row span{color:#e0d1c3;font-size:13px}
    .cta-card{
      padding:38px;
      color:var(--ivory);
      background:
        linear-gradient(135deg,var(--berry-dark),var(--plum)),
        radial-gradient(circle at 14% 18%,rgba(255,250,241,.18),transparent 32%);
      overflow:hidden;
      position:relative;
    }
    .cta-card:after{
      content:"";
      position:absolute;
      right:34px;
      top:28px;
      width:170px;
      height:220px;
      border-radius:28px;
      border:1px solid rgba(255,250,241,.14);
      transform:rotate(9deg);
      background:rgba(255,250,241,.05);
    }
    .cta-card h2,.cta-card p{position:relative;z-index:1}
    .cta-card p{color:#eaded1}
    .age-confirm{
      position:relative;
      z-index:1;
      border-radius:24px;
      padding:22px;
      background:rgba(255,250,241,.1);
      border:1px solid rgba(255,250,241,.16);
    }
    .age-confirm label{
      color:#f2e6d8;
      font-weight:800;
      margin-bottom:8px;
    }
    .age-confirm input{
      height:48px;
      border-radius:16px;
      border:1px solid rgba(255,250,241,.24);
      background:rgba(255,250,241,.9);
      box-shadow:none;
      color:var(--ink);
      margin-bottom:12px;
    }
    .age-confirm input:focus{
      border-color:#f3dac2;
      box-shadow:0 0 0 4px rgba(243,218,194,.18);
    }
    .form-hint{
      display:block;
      color:#d8c7b9;
      font-size:12.5px;
      margin-top:10px;
    }
    .news-panel{
      padding:28px;
    }
    .news-layout{
      display:grid;
      grid-template-columns:1.35fr .65fr;
      gap:24px;
      align-items:start;
    }
    .news-list{
      margin:0;
      padding:0;
      list-style:none;
      display:grid;
      gap:12px;
    }
    .news-list a{
      display:grid;
      grid-template-columns:auto 1fr auto;
      gap:14px;
      align-items:center;
      padding:16px;
      border-radius:18px;
      border:1px solid var(--line);
      background:#fffaf5;
      color:var(--ink);
    }
    .news-list a:hover{
      border-color:var(--line-strong);
      transform:translateY(-2px);
      box-shadow:0 14px 32px rgba(70,30,50,.08);
    }
    .news-type{
      padding:5px 9px;
      border-radius:999px;
      background:var(--rose-soft);
      color:var(--berry);
      font-size:12px;
      font-weight:900;
    }
    .news-title{
      font-weight:800;
      line-height:1.45;
    }
    .news-date{
      color:var(--muted);
      font-size:12px;
      white-space:nowrap;
    }
    .recommend-box{
      border-radius:24px;
      padding:22px;
      background:linear-gradient(180deg,#fff7eb,#f0dfd3);
      border:1px solid var(--line);
    }
    .recommend-box .topic-tag{background:rgba(255,255,255,.62)}
    .accordion{
      background:transparent;
    }
    .accordion-item{
      margin-bottom:14px;
      border-radius:22px;
      overflow:hidden;
      border:1px solid var(--line);
      background:rgba(255,255,255,.72);
      box-shadow:0 14px 36px rgba(50,30,40,.05);
    }
    .accordion-title{
      border:0!important;
      color:var(--ink);
      font-size:16px;
      font-weight:900;
      padding:20px 52px 20px 22px;
      background:#fffaf5;
    }
    .accordion-title:before{
      right:22px;
      color:var(--berry);
      font-size:22px;
      margin-top:-13px;
    }
    .accordion-title:hover,.accordion-title:focus{
      background:var(--rose-soft);
      color:var(--berry);
    }
    .accordion-content{
      border:0!important;
      background:#fff7eb;
      padding:0 22px 22px;
      color:#65554f;
    }
    .site-footer{
      padding:70px 0 26px;
      background:
        linear-gradient(180deg,#342329,#251b1c);
      color:#eaded1;
      position:relative;
      z-index:1;
      margin-top:40px;
    }
    .footer-top{
      display:flex;
      justify-content:space-between;
      gap:30px;
      align-items:flex-start;
      padding-bottom:34px;
      border-bottom:1px solid rgba(255,250,241,.12);
    }
    .footer-logo{
      display:flex;
      align-items:center;
      gap:12px;
      margin-bottom:14px;
    }
    .footer-logo .brand-mark{box-shadow:none}
    .footer-logo strong{color:var(--ivory)}
    .footer-desc{
      max-width:560px;
      color:#d6c7b9;
      margin-bottom:0;
    }
    .footer-links{
      display:grid;
      grid-template-columns:repeat(3,minmax(120px,1fr));
      gap:28px;
      padding:34px 0;
    }
    .footer-group h3{
      font-size:15px;
      color:#ffe6c8;
      margin-bottom:12px;
    }
    .footer-group a{
      display:block;
      color:#d8c8b9;
      padding:5px 0;
      font-size:14px;
    }
    .footer-group a:hover{color:#f4dfe4;transform:translateX(2px)}
    .footer-bottom{
      display:flex;
      justify-content:space-between;
      gap:18px;
      align-items:center;
      color:#bbaea5;
      font-size:13px;
      padding-top:20px;
      border-top:1px solid rgba(255,250,241,.1);
    }
    .adult-note{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:7px 11px;
      border-radius:999px;
      background:rgba(255,250,241,.08);
      color:#ffe6c8;
      border:1px solid rgba(255,250,241,.12);
      font-weight:800;
    }
    @media (max-width:1024px){
      .hero{padding-top:62px}
      .hero-stage{padding:28px}
      .choice-card.recommend{transform:none}
      .highlight-area,.voice-wall,.news-layout{grid-template-columns:1fr}
      .timeline-line{display:none}
      .compare-card.recommended{transform:none}
      .compare-card.recommended:hover{transform:translateY(-4px)}
      .footer-top{flex-direction:column}
    }
    @media (max-width:820px){
      .site-header{padding-top:12px}
      .mobile-title-bar{display:flex;align-items:center;justify-content:space-between}
      .nav-panel{
        display:none;
        margin-top:10px;
        flex-direction:column;
        align-items:stretch;
        padding:12px;
      }
      .nav-panel.is-open{display:flex}
      .brand{min-width:0;width:100%}
      .nav-links{
        width:100%;
        flex-direction:column;
        align-items:stretch;
      }
      .nav-links a{justify-content:flex-start;width:100%}
      .nav-cta{width:100%}
      .section{padding:64px 0}
      .section-head{display:block}
      .section-head .lead{margin-top:10px}
      .feature-grid,.story-cards{grid-template-columns:1fr}
      .footer-links{grid-template-columns:1fr 1fr}
      .footer-bottom{flex-direction:column;align-items:flex-start}
    }
    @media (max-width:640px){
      .container,.nav-panel,.mobile-title-bar{width:min(calc(100% - 22px),var(--max))}
      .hero-stage,.cta-card,.story-band{border-radius:26px;padding:24px}
      .mini-grid{grid-template-columns:1fr}
      .hero-actions .btn,.btn{width:100%}
      .metric-chip{width:100%;justify-content:space-between}
      .news-list a{grid-template-columns:1fr;gap:8px}
      .news-date{white-space:normal}
      .footer-links{grid-template-columns:1fr}
      .brand-text strong{font-size:14px}
      .brand-text span{font-size:11px}
    }

/* roulang page: category2 */
:root{
      --ivory:#fbf6ee;
      --paper:#fffaf3;
      --champagne:#eadfcc;
      --rose:#ead0d7;
      --rose-soft:#f7e9eb;
      --apricot:#f3ddc6;
      --berry:#7b2948;
      --berry-deep:#5f1c36;
      --plum:#2f2028;
      --plum-2:#3c2932;
      --brown:#2b221f;
      --muted:#796b64;
      --muted-2:#a19389;
      --line:rgba(91,54,66,.14);
      --line-strong:rgba(123,41,72,.32);
      --shadow:0 18px 50px rgba(50,30,40,.08);
      --shadow-strong:0 24px 70px rgba(50,30,40,.14);
      --radius-xl:28px;
      --radius-lg:22px;
      --radius-md:16px;
      --container:1200px;
      --ease:all .24s ease;
    }

    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:"PingFang SC","Microsoft YaHei","Noto Sans SC","Helvetica Neue",Arial,sans-serif;
      color:var(--brown);
      background:
        radial-gradient(circle at 10% 0%, rgba(234,208,215,.55), transparent 34%),
        radial-gradient(circle at 92% 12%, rgba(243,221,198,.76), transparent 34%),
        linear-gradient(180deg,var(--ivory),#f8efe4 48%,#fff9f0);
      line-height:1.75;
      overflow-x:hidden;
    }
    a{color:inherit;text-decoration:none;transition:var(--ease)}
    a:hover,a:focus{color:var(--berry)}
    button,input{font-family:inherit}
    img{max-width:100%;display:block}
    ::selection{background:rgba(123,41,72,.18);color:var(--berry-deep)}

    .container{
      width:min(calc(100% - 40px), var(--container));
      margin:0 auto;
    }

    .site-header{
      position:relative;
      z-index:20;
      padding:20px 0 0;
    }
    .nav-panel{
      width:min(calc(100% - 40px), var(--container));
      margin:0 auto;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:14px;
      padding:12px;
      border:1px solid rgba(255,255,255,.66);
      background:rgba(255,250,243,.86);
      backdrop-filter:blur(16px);
      border-radius:26px;
      box-shadow:0 18px 55px rgba(66,42,45,.10);
    }
    .brand{
      display:flex;
      align-items:center;
      gap:12px;
      padding:8px 10px 8px 8px;
      border-radius:20px;
      min-width:240px;
    }
    .brand:hover{background:rgba(234,208,215,.28);color:var(--brown)}
    .brand-mark{
      width:44px;
      height:44px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      flex:0 0 auto;
      border-radius:15px;
      color:#fff8ee;
      font-weight:800;
      font-size:20px;
      background:
        linear-gradient(145deg,var(--berry),var(--berry-deep)),
        var(--berry);
      box-shadow:0 12px 26px rgba(123,41,72,.24);
      position:relative;
      overflow:hidden;
    }
    .brand-mark:after{
      content:"";
      position:absolute;
      width:32px;
      height:80px;
      background:rgba(255,255,255,.18);
      transform:rotate(28deg);
      right:-22px;
      top:-18px;
    }
    .brand-text{
      display:flex;
      flex-direction:column;
      line-height:1.2;
    }
    .brand-text strong{
      font-size:17px;
      letter-spacing:.01em;
      color:var(--plum);
    }
    .brand-text span{
      margin-top:4px;
      font-size:12px;
      color:var(--muted);
    }
    .nav-links{
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      margin:0;
      list-style:none;
      flex:1 1 auto;
    }
    .nav-links a{
      display:flex;
      align-items:center;
      gap:8px;
      padding:12px 15px;
      border-radius:16px;
      color:var(--plum);
      font-size:14px;
      font-weight:700;
      background:rgba(255,255,255,.46);
      border:1px solid transparent;
      white-space:nowrap;
    }
    .nav-links a:hover{
      transform:translateY(-2px);
      border-color:var(--line-strong);
      background:#fff7ed;
      box-shadow:0 12px 28px rgba(50,30,40,.07);
    }
    .nav-links a.active{
      color:var(--berry-deep);
      background:var(--rose-soft);
      border-color:rgba(123,41,72,.20);
      box-shadow:inset 0 0 0 1px rgba(255,255,255,.55);
    }
    .nav-dot{
      width:8px;
      height:8px;
      border-radius:99px;
      background:var(--champagne);
      box-shadow:0 0 0 4px rgba(234,223,204,.35);
    }
    .nav-links a.active .nav-dot{background:var(--berry)}
    .nav-cta,.btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      min-height:46px;
      padding:13px 20px;
      border-radius:999px;
      border:1px solid transparent;
      background:var(--berry);
      color:#fffaf3;
      font-size:14px;
      font-weight:800;
      line-height:1;
      cursor:pointer;
      box-shadow:0 14px 30px rgba(123,41,72,.22);
      transition:var(--ease);
    }
    .nav-cta:hover,.btn:hover{
      color:#fffaf3;
      background:var(--berry-deep);
      transform:translateY(-2px);
      box-shadow:0 18px 38px rgba(123,41,72,.28);
    }
    .btn.secondary{
      color:var(--plum);
      background:rgba(255,250,243,.75);
      border-color:rgba(91,54,66,.18);
      box-shadow:none;
    }
    .btn.secondary:hover{
      color:var(--berry);
      border-color:var(--line-strong);
      background:#fffaf3;
    }
    .btn-light{
      background:#fffaf3;
      color:var(--berry-deep);
      box-shadow:0 16px 36px rgba(0,0,0,.12);
    }
    .btn-light:hover{
      background:var(--rose-soft);
      color:var(--berry-deep);
    }
    .btn:focus,.nav-cta:focus,.nav-links a:focus,input:focus{
      outline:3px solid rgba(123,41,72,.18);
      outline-offset:3px;
    }

    .hero{
      padding:72px 0 60px;
      position:relative;
    }
    .hero:before{
      content:"";
      position:absolute;
      inset:40px 0 auto;
      height:420px;
      background:
        linear-gradient(90deg, rgba(123,41,72,.08) 1px, transparent 1px),
        linear-gradient(0deg, rgba(123,41,72,.07) 1px, transparent 1px);
      background-size:44px 44px;
      mask-image:linear-gradient(90deg,transparent,black 18%,black 82%,transparent);
      opacity:.5;
      pointer-events:none;
    }
    .hero-shell{
      position:relative;
      overflow:hidden;
      border-radius:34px;
      background:
        radial-gradient(circle at 8% 20%, rgba(234,208,215,.42), transparent 34%),
        radial-gradient(circle at 82% 10%, rgba(243,221,198,.35), transparent 36%),
        linear-gradient(135deg,var(--plum),#442637 58%,#6d2846);
      color:#fff8ef;
      box-shadow:var(--shadow-strong);
      border:1px solid rgba(255,255,255,.14);
      padding:54px;
    }
    .hero-shell:after{
      content:"";
      position:absolute;
      right:-80px;
      top:-90px;
      width:310px;
      height:310px;
      border-radius:55px;
      border:1px solid rgba(255,250,243,.18);
      transform:rotate(18deg);
      background:rgba(255,255,255,.035);
    }
    .kicker{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:8px 13px;
      border-radius:999px;
      color:#fff1dc;
      background:rgba(255,255,255,.10);
      border:1px solid rgba(255,255,255,.18);
      font-size:13px;
      font-weight:800;
      margin-bottom:18px;
    }
    .kicker .pulse{
      width:8px;
      height:8px;
      border-radius:50%;
      background:#f3ddc6;
      box-shadow:0 0 0 6px rgba(243,221,198,.14);
    }
    h1,h2,h3,p{margin-top:0}
    h1{
      font-size:clamp(32px,5vw,50px);
      line-height:1.16;
      font-weight:850;
      letter-spacing:-.03em;
      margin-bottom:18px;
      color:#fffaf3;
    }
    .hero-lead{
      max-width:680px;
      color:rgba(255,250,243,.82);
      font-size:17px;
      line-height:1.85;
      margin-bottom:26px;
    }
    .hero-actions{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin-bottom:22px;
    }
    .hero-note{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      color:rgba(255,250,243,.72);
      font-size:13px;
    }
    .mini-chip{
      display:inline-flex;
      align-items:center;
      gap:7px;
      padding:7px 10px;
      border-radius:999px;
      background:rgba(255,255,255,.09);
      border:1px solid rgba(255,255,255,.14);
    }
    .status-board{
      position:relative;
      z-index:1;
      display:grid;
      gap:14px;
      grid-template-columns:1fr;
    }
    .status-card{
      min-height:92px;
      padding:18px;
      border-radius:22px;
      background:rgba(255,250,243,.10);
      border:1px solid rgba(255,255,255,.16);
      box-shadow:0 18px 44px rgba(0,0,0,.12);
    }
    .status-card:nth-child(2){transform:translateX(18px)}
    .status-card:nth-child(3){transform:translateX(-8px)}
    .status-card:nth-child(4){transform:translateX(10px)}
    .status-card small{
      display:inline-flex;
      padding:4px 8px;
      border-radius:999px;
      color:#3c2932;
      background:#f3ddc6;
      font-weight:900;
      font-size:11px;
      margin-bottom:8px;
    }
    .status-card strong{
      display:block;
      font-size:18px;
      color:#fffaf3;
      margin-bottom:4px;
    }
    .status-card span{
      color:rgba(255,250,243,.70);
      font-size:13px;
      line-height:1.6;
    }

    .section{
      padding:80px 0;
    }
    .section.compact{padding-top:46px}
    .section-head{
      margin-bottom:30px;
      max-width:780px;
    }
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      color:var(--berry);
      background:rgba(234,208,215,.52);
      border:1px solid rgba(123,41,72,.13);
      padding:7px 12px;
      border-radius:999px;
      font-size:13px;
      font-weight:850;
      margin-bottom:14px;
    }
    .eyebrow:before{
      content:"";
      width:7px;
      height:7px;
      border-radius:50%;
      background:var(--berry);
    }
    h2{
      color:var(--plum);
      font-size:clamp(27px,4vw,38px);
      line-height:1.25;
      font-weight:850;
      letter-spacing:-.02em;
      margin-bottom:12px;
    }
    .section-desc{
      color:var(--muted);
      font-size:16px;
      max-width:760px;
    }

    .rule-wall{
      align-items:stretch;
    }
    .rule-card{
      height:100%;
      padding:24px;
      border-radius:var(--radius-lg);
      background:rgba(255,250,243,.78);
      border:1px solid var(--line);
      box-shadow:var(--shadow);
      transition:var(--ease);
      position:relative;
      overflow:hidden;
      margin-bottom:24px;
    }
    .rule-card:hover{
      transform:translateY(-4px);
      border-color:var(--line-strong);
      box-shadow:var(--shadow-strong);
    }
    .rule-card.tall{min-height:330px}
    .rule-card.medium{min-height:260px}
    .rule-card.dark{
      background:linear-gradient(145deg,var(--plum),#4a2c39);
      color:#fffaf3;
      border-color:rgba(255,255,255,.16);
    }
    .rule-card.dark h3,.rule-card.dark .rule-index{color:#fffaf3}
    .rule-card.dark p,.rule-card.dark li{color:rgba(255,250,243,.74)}
    .rule-index{
      display:flex;
      align-items:center;
      justify-content:space-between;
      margin-bottom:18px;
      color:var(--berry);
      font-weight:900;
      font-size:13px;
      letter-spacing:.04em;
    }
    .badge{
      display:inline-flex;
      align-items:center;
      padding:6px 10px;
      border-radius:999px;
      background:var(--rose-soft);
      color:var(--berry-deep);
      border:1px solid rgba(123,41,72,.15);
      font-size:12px;
      font-weight:850;
    }
    .rule-card h3{
      font-size:22px;
      line-height:1.35;
      font-weight:850;
      color:var(--plum);
      margin-bottom:10px;
    }
    .rule-card p{
      color:var(--muted);
      margin-bottom:16px;
    }
    .soft-list{
      margin:0;
      padding:0;
      list-style:none;
      display:grid;
      gap:10px;
    }
    .soft-list li{
      display:flex;
      gap:10px;
      color:var(--muted);
      font-size:15px;
    }
    .soft-list li:before{
      content:"";
      width:9px;
      height:9px;
      flex:0 0 auto;
      margin-top:9px;
      border-radius:3px;
      background:var(--berry);
      box-shadow:0 0 0 5px rgba(123,41,72,.10);
    }

    .path-panel{
      border-radius:30px;
      padding:34px;
      background:
        linear-gradient(135deg,rgba(255,250,243,.92),rgba(247,233,235,.82)),
        var(--paper);
      border:1px solid var(--line);
      box-shadow:var(--shadow);
      overflow:hidden;
      position:relative;
    }
    .path-panel:before{
      content:"";
      position:absolute;
      right:-70px;
      bottom:-90px;
      width:240px;
      height:240px;
      border-radius:38px;
      border:1px solid rgba(123,41,72,.12);
      transform:rotate(-14deg);
      background:rgba(255,255,255,.42);
    }
    .path-steps{
      position:relative;
      z-index:1;
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:14px;
    }
    .path-step{
      padding:18px;
      border-radius:20px;
      background:#fffaf3;
      border:1px solid rgba(91,54,66,.12);
      min-height:170px;
      transition:var(--ease);
    }
    .path-step:hover{
      transform:translateY(-3px);
      border-color:var(--line-strong);
    }
    .path-step .num{
      width:36px;
      height:36px;
      border-radius:13px;
      display:flex;
      align-items:center;
      justify-content:center;
      color:#fffaf3;
      background:var(--berry);
      font-weight:900;
      margin-bottom:14px;
      box-shadow:0 12px 24px rgba(123,41,72,.20);
    }
    .path-step h3{
      font-size:18px;
      color:var(--plum);
      margin-bottom:8px;
      font-weight:850;
    }
    .path-step p{
      color:var(--muted);
      font-size:14px;
      line-height:1.7;
      margin:0;
    }

    .compare-wrap{
      display:grid;
      grid-template-columns:1.05fr .95fr;
      gap:24px;
      align-items:stretch;
    }
    .compare-card,.notice-card{
      border-radius:var(--radius-xl);
      background:var(--paper);
      border:1px solid var(--line);
      box-shadow:var(--shadow);
      padding:28px;
      height:100%;
    }
    .compare-list{
      display:grid;
      gap:12px;
      margin-top:18px;
    }
    .compare-row{
      display:grid;
      grid-template-columns:150px 1fr;
      gap:14px;
      padding:16px;
      border-radius:18px;
      background:#fff;
      border:1px solid rgba(91,54,66,.10);
    }
    .compare-row strong{
      color:var(--berry-deep);
      font-weight:900;
    }
    .compare-row span{
      color:var(--muted);
      font-size:14px;
    }
    .notice-card{
      background:linear-gradient(145deg,#fffaf3,#f6e8dd);
    }
    .notice-card .form-box{
      margin-top:20px;
      padding:18px;
      border-radius:20px;
      background:rgba(255,255,255,.60);
      border:1px solid rgba(91,54,66,.12);
    }
    .input-group{
      display:flex;
      gap:10px;
      margin:0;
    }
    .input-group input{
      height:48px;
      border-radius:999px;
      border:1px solid rgba(91,54,66,.18);
      background:#fffaf3;
      box-shadow:none;
      padding:0 18px;
      margin:0;
    }
    .input-group input:focus{
      border-color:var(--berry);
      box-shadow:0 0 0 4px rgba(123,41,72,.10);
    }
    .input-group .btn{
      flex:0 0 auto;
      margin:0;
    }
    .form-tip{
      display:block;
      margin-top:10px;
      color:var(--muted);
      font-size:12px;
      line-height:1.6;
    }

    .faq-zone{
      background:
        linear-gradient(180deg,rgba(255,250,243,.72),rgba(251,246,238,.0));
      border-top:1px solid rgba(91,54,66,.08);
      border-bottom:1px solid rgba(91,54,66,.08);
    }
    .accordion{
      background:transparent;
      margin:0;
    }
    .accordion-item{
      margin-bottom:14px;
      border-radius:20px;
      overflow:hidden;
      border:1px solid var(--line);
      background:var(--paper);
      box-shadow:0 12px 34px rgba(50,30,40,.06);
    }
    .accordion-title{
      border:none;
      color:var(--plum);
      font-size:16px;
      font-weight:850;
      padding:20px 54px 20px 22px;
      background:var(--paper);
    }
    .accordion-title:hover,.accordion-title:focus{
      background:var(--rose-soft);
      color:var(--berry);
    }
    .accordion-title:before{
      right:22px;
      color:var(--berry);
      font-size:22px;
      margin-top:-12px;
    }
    .accordion-content{
      border:none;
      background:#fff7ed;
      color:var(--muted);
      padding:0 22px 22px;
      line-height:1.8;
    }

    .cta-strip{
      padding:0 0 88px;
    }
    .cta-card{
      display:grid;
      grid-template-columns:1fr auto;
      gap:24px;
      align-items:center;
      border-radius:30px;
      padding:34px;
      color:#fffaf3;
      background:
        radial-gradient(circle at 18% 22%, rgba(243,221,198,.20), transparent 30%),
        linear-gradient(135deg,var(--berry-deep),var(--plum));
      box-shadow:var(--shadow-strong);
      border:1px solid rgba(255,255,255,.14);
    }
    .cta-card h2{
      color:#fffaf3;
      margin-bottom:8px;
      font-size:30px;
    }
    .cta-card p{
      color:rgba(255,250,243,.74);
      margin:0;
      max-width:740px;
    }
    .cta-actions{
      display:flex;
      gap:12px;
      flex-wrap:wrap;
      justify-content:flex-end;
    }

    .site-footer{
      background:var(--plum);
      color:rgba(255,250,243,.72);
      padding:54px 0 26px;
    }
    .footer-top{
      display:flex;
      justify-content:space-between;
      gap:24px;
      align-items:flex-start;
      padding-bottom:30px;
      border-bottom:1px solid rgba(255,255,255,.10);
    }
    .footer-logo{
      display:flex;
      align-items:center;
      gap:12px;
      color:#fffaf3;
      margin-bottom:12px;
    }
    .footer-logo strong{font-size:20px}
    .footer-desc{
      max-width:620px;
      color:rgba(255,250,243,.68);
      margin:0;
      font-size:14px;
      line-height:1.8;
    }
    .footer-links{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:24px;
      padding:30px 0;
    }
    .footer-group h3{
      color:#fffaf3;
      font-size:16px;
      margin-bottom:12px;
      font-weight:850;
    }
    .footer-group a{
      display:block;
      color:rgba(255,250,243,.64);
      font-size:14px;
      margin:8px 0;
    }
    .footer-group a:hover{color:var(--apricot);transform:translateX(3px)}
    .footer-bottom{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
      padding-top:22px;
      border-top:1px solid rgba(255,255,255,.10);
      font-size:13px;
      color:rgba(255,250,243,.56);
    }
    .adult-note{
      display:inline-flex;
      align-items:center;
      padding:6px 10px;
      border-radius:999px;
      background:rgba(243,221,198,.14);
      color:#f3ddc6;
      border:1px solid rgba(243,221,198,.20);
      font-weight:850;
      white-space:nowrap;
    }

    @media (max-width:1024px){
      .nav-panel{
        align-items:stretch;
        flex-wrap:wrap;
      }
      .brand{min-width:auto;flex:1 1 260px}
      .nav-links{
        order:3;
        width:100%;
        justify-content:flex-start;
        overflow-x:auto;
        padding:4px 0 2px;
      }
      .nav-cta{flex:0 0 auto}
      .hero-shell{padding:42px}
      .status-board{margin-top:28px}
      .status-card:nth-child(n){transform:none}
      .path-steps{grid-template-columns:repeat(2,1fr)}
      .compare-wrap{grid-template-columns:1fr}
    }

    @media (max-width:768px){
      .container,.nav-panel{width:min(calc(100% - 24px), var(--container))}
      .site-header{padding-top:12px}
      .nav-panel{border-radius:22px}
      .brand-text strong{font-size:15px}
      .brand-text span{display:none}
      .brand-mark{width:40px;height:40px}
      .nav-links{
        display:grid;
        grid-template-columns:1fr;
        gap:8px;
        overflow:visible;
      }
      .nav-links a{width:100%;justify-content:flex-start}
      .nav-cta{width:100%}
      .hero{padding:42px 0 40px}
      .hero-shell{padding:30px 22px;border-radius:26px}
      .hero-actions .btn{width:100%}
      .section{padding:58px 0}
      .path-panel{padding:22px}
      .path-steps{grid-template-columns:1fr}
      .compare-row{grid-template-columns:1fr}
      .input-group{flex-direction:column}
      .input-group .btn{width:100%}
      .cta-card{grid-template-columns:1fr;padding:26px}
      .cta-actions{justify-content:flex-start}
      .cta-actions .btn{width:100%}
      .footer-top{flex-direction:column}
      .footer-links{grid-template-columns:1fr}
      .footer-bottom{flex-direction:column;align-items:flex-start}
    }

    @media (max-width:520px){
      h1{font-size:30px}
      h2{font-size:26px}
      .rule-card{padding:20px}
      .status-card{padding:16px}
      .section-head{margin-bottom:22px}
      .hero-note{display:grid}
    }

/* roulang page: category1 */
:root{
      --bg:#fbf4ea;
      --bg-soft:#fffaf2;
      --bg-rose:#f7e4e5;
      --ink:#2c211f;
      --muted:#7b6a63;
      --muted-2:#a08d83;
      --primary:#7a2343;
      --primary-dark:#5f1834;
      --primary-soft:#f1d6dc;
      --accent:#b87868;
      --champagne:#e8d8bf;
      --card:#fffdf8;
      --line:rgba(89,55,48,.16);
      --line-strong:rgba(122,35,67,.28);
      --shadow:0 18px 50px rgba(50,30,40,.08);
      --shadow-hover:0 24px 60px rgba(80,35,55,.14);
      --radius-sm:14px;
      --radius:22px;
      --radius-lg:30px;
      --container:1200px;
      --ease:all .24s ease;
    }

    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family: "PingFang SC","Microsoft YaHei","Noto Sans SC","Helvetica Neue",Arial,sans-serif;
      background:
        radial-gradient(circle at 12% 8%, rgba(248,218,220,.72), transparent 30%),
        radial-gradient(circle at 88% 12%, rgba(232,216,191,.62), transparent 28%),
        linear-gradient(180deg,var(--bg) 0%,#fffaf2 46%,#fbf2e8 100%);
      color:var(--ink);
      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%;height:auto;display:block}
    button,input{font-family:inherit}
    :focus-visible{
      outline:3px solid rgba(122,35,67,.22);
      outline-offset:3px;
      border-radius:12px;
    }

    .container{
      width:min(calc(100% - 36px),var(--container));
      margin:0 auto;
    }

    .site-header{
      position:sticky;
      top:18px;
      z-index:100;
      padding:18px 0 4px;
      pointer-events:none;
    }

    .nav-panel{
      width:min(calc(100% - 36px),var(--container));
      margin:0 auto;
      display:flex;
      align-items:center;
      gap:14px;
      padding:12px;
      background:rgba(255,253,248,.88);
      border:1px solid rgba(122,35,67,.12);
      border-radius:26px;
      box-shadow:0 16px 44px rgba(50,30,40,.10);
      backdrop-filter:blur(16px);
      pointer-events:auto;
    }

    .brand{
      display:flex;
      align-items:center;
      gap:12px;
      min-width:260px;
      padding:8px 10px 8px 8px;
      border-radius:20px;
    }

    .brand:hover{
      background:rgba(247,228,229,.72);
      color:var(--ink);
    }

    .brand-mark{
      width:44px;
      height:44px;
      flex:0 0 44px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      border-radius:15px;
      color:#fffaf2;
      font-weight:800;
      background:
        linear-gradient(145deg,var(--primary),#9a4b60),
        radial-gradient(circle at 25% 20%,rgba(255,255,255,.4),transparent 30%);
      box-shadow:0 12px 28px rgba(122,35,67,.24);
      position:relative;
    }

    .brand-mark::after{
      content:"";
      position:absolute;
      inset:7px;
      border:1px solid rgba(255,250,242,.42);
      border-radius:11px;
    }

    .brand-text{
      display:flex;
      flex-direction:column;
      line-height:1.15;
    }

    .brand-text strong{
      font-size:16px;
      letter-spacing:.02em;
      color:var(--ink);
    }

    .brand-text span{
      margin-top:5px;
      font-size:12px;
      color:var(--muted);
    }

    .nav-links{
      list-style:none;
      margin:0;
      padding:0;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      flex:1;
    }

    .nav-links a{
      display:inline-flex;
      align-items:center;
      gap:8px;
      min-height:42px;
      padding:10px 14px;
      border-radius:16px;
      font-size:14px;
      font-weight:700;
      color:#4b3c37;
      background:rgba(251,244,234,.66);
      border:1px solid transparent;
    }

    .nav-links a:hover{
      transform:translateY(-2px);
      border-color:rgba(122,35,67,.18);
      background:#fffaf2;
      box-shadow:0 10px 22px rgba(50,30,40,.06);
    }

    .nav-links a.active{
      color:var(--primary);
      background:var(--primary-soft);
      border-color:rgba(122,35,67,.22);
      box-shadow:inset 0 0 0 1px rgba(255,255,255,.48);
    }

    .nav-dot{
      width:8px;
      height:8px;
      border-radius:99px;
      background:var(--champagne);
      box-shadow:0 0 0 4px rgba(232,216,191,.28);
    }

    .nav-links a.active .nav-dot{
      background:var(--primary);
      box-shadow:0 0 0 4px rgba(122,35,67,.16);
    }

    .nav-cta,.btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      min-height:46px;
      padding:12px 20px;
      border-radius:999px;
      font-weight:800;
      font-size:14px;
      border:1px solid transparent;
      cursor:pointer;
      transition:var(--ease);
      white-space:nowrap;
    }

    .nav-cta,.btn-primary{
      color:#fffaf2;
      background:linear-gradient(135deg,var(--primary),var(--primary-dark));
      box-shadow:0 14px 32px rgba(122,35,67,.22);
    }

    .nav-cta:hover,.btn-primary:hover{
      color:#fffaf2;
      transform:translateY(-2px);
      box-shadow:0 18px 42px rgba(122,35,67,.30);
      background:linear-gradient(135deg,#8a294e,#52142c);
    }

    .btn-secondary{
      color:var(--ink);
      background:rgba(255,250,242,.74);
      border-color:rgba(89,55,48,.18);
    }

    .btn-secondary:hover{
      color:var(--primary);
      border-color:rgba(122,35,67,.34);
      background:#fffdf8;
      transform:translateY(-2px);
    }

    .btn-light{
      background:#fffaf2;
      color:var(--primary);
      box-shadow:0 12px 28px rgba(0,0,0,.12);
    }

    .btn-light:hover{
      color:var(--primary-dark);
      transform:translateY(-2px);
      background:#fff;
    }

    .page-hero{
      padding:82px 0 58px;
      position:relative;
    }

    .page-hero::before{
      content:"";
      position:absolute;
      left:50%;
      top:8px;
      transform:translateX(-50%);
      width:min(1180px,92vw);
      height:420px;
      border-radius:42px;
      background:
        linear-gradient(90deg,rgba(122,35,67,.08) 1px,transparent 1px),
        linear-gradient(180deg,rgba(122,35,67,.06) 1px,transparent 1px);
      background-size:38px 38px;
      opacity:.55;
      pointer-events:none;
      mask-image:linear-gradient(180deg,#000 0%,transparent 88%);
    }

    .hero-shell{
      position:relative;
      overflow:hidden;
      padding:42px;
      border-radius:34px;
      background:
        radial-gradient(circle at 72% 22%,rgba(247,228,229,.9),transparent 28%),
        linear-gradient(135deg,#fffdf8 0%,#fbefe5 46%,#f4d9da 100%);
      border:1px solid rgba(122,35,67,.14);
      box-shadow:var(--shadow);
    }

    .hero-shell::after{
      content:"18+";
      position:absolute;
      right:34px;
      top:30px;
      font-size:88px;
      line-height:1;
      font-weight:900;
      color:rgba(122,35,67,.055);
      letter-spacing:-.06em;
    }

    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:8px 12px;
      border-radius:999px;
      color:var(--primary);
      font-size:13px;
      font-weight:800;
      background:rgba(247,228,229,.78);
      border:1px solid rgba(122,35,67,.14);
      margin-bottom:18px;
    }

    .eyebrow::before{
      content:"";
      width:9px;
      height:9px;
      border-radius:999px;
      background:var(--primary);
      box-shadow:0 0 0 5px rgba(122,35,67,.12);
    }

    h1,h2,h3,p{margin-top:0}
    h1{
      max-width:680px;
      font-size:clamp(30px,5vw,50px);
      line-height:1.18;
      font-weight:850;
      letter-spacing:-.04em;
      margin-bottom:18px;
      color:var(--ink);
    }

    .hero-lead{
      max-width:720px;
      color:#66524c;
      font-size:17px;
      line-height:1.85;
      margin-bottom:26px;
    }

    .hero-actions{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      align-items:center;
      margin-bottom:20px;
    }

    .hero-note{
      display:flex;
      align-items:flex-start;
      gap:10px;
      color:var(--muted);
      font-size:13px;
      max-width:620px;
      margin:0;
    }

    .hero-note span{
      flex:0 0 auto;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      width:24px;
      height:24px;
      border-radius:50%;
      color:#fffaf2;
      background:var(--primary);
      font-size:12px;
      font-weight:900;
    }

    .vertical-visual{
      position:relative;
      max-width:340px;
      margin-left:auto;
      min-height:390px;
      border-radius:34px;
      padding:18px;
      background:
        linear-gradient(180deg,rgba(44,33,31,.96),rgba(91,38,52,.94)),
        radial-gradient(circle at 50% 0%,rgba(232,216,191,.5),transparent 36%);
      box-shadow:0 30px 70px rgba(44,33,31,.20);
      border:1px solid rgba(255,250,242,.18);
      transform:rotate(1.5deg);
    }

    .visual-screen{
      height:100%;
      min-height:354px;
      border-radius:26px;
      padding:20px;
      background:
        linear-gradient(180deg,rgba(255,250,242,.10),rgba(255,250,242,.04)),
        repeating-linear-gradient(135deg,rgba(255,255,255,.04) 0 1px,transparent 1px 18px);
      border:1px solid rgba(255,250,242,.14);
      display:flex;
      flex-direction:column;
      justify-content:space-between;
    }

    .visual-title{
      color:#fffaf2;
      font-weight:850;
      font-size:20px;
      line-height:1.35;
    }

    .visual-badge{
      display:inline-flex;
      align-self:flex-start;
      padding:7px 10px;
      border-radius:999px;
      background:rgba(232,216,191,.16);
      color:#f1dfc5;
      font-size:12px;
      font-weight:800;
      border:1px solid rgba(232,216,191,.22);
      margin-bottom:14px;
    }

    .entry-stack{
      display:grid;
      gap:10px;
    }

    .entry-mini{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:10px;
      padding:13px;
      border-radius:18px;
      color:#f9efe4;
      background:rgba(255,250,242,.08);
      border:1px solid rgba(255,250,242,.14);
    }

    .entry-mini strong{
      font-size:14px;
    }

    .entry-mini span{
      color:#e6c9bf;
      font-size:12px;
    }

    .entry-mini em{
      display:inline-flex;
      width:25px;
      height:25px;
      align-items:center;
      justify-content:center;
      border-radius:9px;
      background:rgba(184,120,104,.42);
      color:#fffaf2;
      font-style:normal;
      font-size:12px;
      font-weight:900;
    }

    .section{
      padding:76px 0;
    }

    .section-tight{
      padding-top:42px;
    }

    .section-head{
      max-width:780px;
      margin-bottom:30px;
    }

    .section-kicker{
      color:var(--primary);
      font-weight:900;
      font-size:13px;
      letter-spacing:.08em;
      margin-bottom:10px;
    }

    h2{
      font-size:clamp(26px,3.6vw,36px);
      line-height:1.25;
      font-weight:850;
      letter-spacing:-.03em;
      margin-bottom:12px;
    }

    .section-head p{
      color:var(--muted);
      font-size:16px;
      max-width:720px;
    }

    .info-card,.side-card,.entry-card,.timeline-card,.filter-panel,.summary-card{
      background:var(--card);
      border:1px solid var(--line);
      border-radius:var(--radius);
      box-shadow:var(--shadow);
      transition:var(--ease);
    }

    .info-card{
      padding:28px;
      position:relative;
      overflow:hidden;
    }

    .info-card::before{
      content:"";
      position:absolute;
      inset:0 0 auto 0;
      height:6px;
      background:linear-gradient(90deg,var(--primary),var(--accent),var(--champagne));
    }

    .info-card h3{
      font-size:22px;
      font-weight:850;
      margin-bottom:12px;
    }

    .info-card p{
      color:var(--muted);
      margin-bottom:0;
    }

    .filter-panel{
      padding:22px;
      background:linear-gradient(135deg,#fffdf8,#fbefe5);
    }

    .tag-row{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:14px;
    }

    .tag{
      display:inline-flex;
      align-items:center;
      gap:7px;
      padding:9px 13px;
      border-radius:999px;
      color:#5d4842;
      font-size:13px;
      font-weight:800;
      background:#fffaf2;
      border:1px solid rgba(89,55,48,.14);
      transition:var(--ease);
    }

    .tag:hover{
      color:var(--primary);
      border-color:rgba(122,35,67,.3);
      transform:translateY(-2px);
      box-shadow:0 10px 22px rgba(50,30,40,.06);
    }

    .tag i{
      width:8px;
      height:8px;
      border-radius:50%;
      background:var(--primary);
      opacity:.72;
    }

    .entry-grid{
      margin-top:28px;
    }

    .entry-card{
      min-height:100%;
      padding:24px;
      position:relative;
      overflow:hidden;
    }

    .entry-card:hover{
      transform:translateY(-3px);
      border-color:var(--line-strong);
      box-shadow:var(--shadow-hover);
    }

    .card-label{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:7px 10px;
      border-radius:999px;
      color:var(--primary);
      background:var(--primary-soft);
      font-size:12px;
      font-weight:900;
      margin-bottom:16px;
    }

    .card-label::before{
      content:"";
      width:7px;
      height:7px;
      border-radius:50%;
      background:var(--primary);
    }

    .entry-card h3{
      font-size:20px;
      line-height:1.35;
      font-weight:850;
      margin-bottom:10px;
    }

    .entry-card p{
      color:var(--muted);
      font-size:15px;
      margin-bottom:18px;
    }

    .card-meta{
      display:flex;
      flex-wrap:wrap;
      align-items:center;
      gap:8px;
      margin-bottom:18px;
    }

    .meta-pill{
      padding:6px 9px;
      border-radius:999px;
      background:#fbf2e8;
      border:1px solid rgba(89,55,48,.10);
      color:#7d665e;
      font-size:12px;
      font-weight:700;
    }

    .side-card{
      padding:22px;
      margin-bottom:18px;
      background:linear-gradient(180deg,#fffdf8,#fbf2e8);
    }

    .side-card.dark{
      color:#fffaf2;
      background:
        radial-gradient(circle at 90% 0%,rgba(184,120,104,.35),transparent 38%),
        linear-gradient(145deg,#2c211f,#5f1834);
      border-color:rgba(255,250,242,.12);
    }

    .side-card h3{
      font-size:18px;
      font-weight:850;
      margin-bottom:10px;
    }

    .side-card p,.side-card li{
      color:var(--muted);
      font-size:14px;
      margin-bottom:8px;
    }

    .side-card.dark p,.side-card.dark li{
      color:#e8d8bf;
    }

    .safe-list{
      list-style:none;
      padding:0;
      margin:12px 0 0;
      display:grid;
      gap:10px;
    }

    .safe-list li{
      position:relative;
      padding-left:28px;
    }

    .safe-list li::before{
      content:"✓";
      position:absolute;
      left:0;
      top:0;
      width:19px;
      height:19px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      border-radius:7px;
      color:#fffaf2;
      background:var(--primary);
      font-size:12px;
      font-weight:900;
    }

    .timeline-wrap{
      position:relative;
      padding:18px 0 4px;
    }

    .timeline-wrap::before{
      content:"";
      position:absolute;
      left:8%;
      right:8%;
      top:54px;
      height:2px;
      background:linear-gradient(90deg,transparent,rgba(122,35,67,.32),transparent);
    }

    .timeline-card{
      padding:22px;
      min-height:210px;
      position:relative;
      background:#fffdf8;
    }

    .timeline-card.featured{
      color:#fffaf2;
      background:
        linear-gradient(160deg,#2c211f,#7a2343),
        radial-gradient(circle at 80% 12%,rgba(232,216,191,.32),transparent 35%);
      border-color:rgba(255,250,242,.14);
    }

    .round{
      display:inline-flex;
      padding:6px 10px;
      border-radius:999px;
      color:var(--primary);
      background:var(--primary-soft);
      font-size:12px;
      font-weight:900;
      margin-bottom:16px;
    }

    .timeline-card.featured .round{
      color:#fffaf2;
      background:rgba(255,250,242,.16);
      border:1px solid rgba(255,250,242,.18);
    }

    .timeline-card h3{
      font-size:18px;
      font-weight:850;
      margin-bottom:9px;
    }

    .timeline-card p{
      margin-bottom:0;
      color:var(--muted);
      font-size:14px;
    }

    .timeline-card.featured p{
      color:#ead8c5;
    }

    .plans-strip{
      display:grid;
      gap:16px;
    }

    .summary-card{
      padding:24px;
      display:grid;
      grid-template-columns:120px 1fr auto;
      gap:20px;
      align-items:center;
    }

    .summary-card:hover{
      transform:translateY(-3px);
      border-color:var(--line-strong);
      box-shadow:var(--shadow-hover);
    }

    .summary-num{
      min-height:92px;
      border-radius:20px;
      display:flex;
      flex-direction:column;
      align-items:center;
      justify-content:center;
      background:linear-gradient(135deg,var(--primary-soft),#fffaf2);
      color:var(--primary);
      font-weight:900;
    }

    .summary-num strong{
      font-size:30px;
      line-height:1;
      letter-spacing:-.04em;
    }

    .summary-num span{
      margin-top:8px;
      font-size:12px;
    }

    .summary-card h3{
      font-size:20px;
      font-weight:850;
      margin-bottom:6px;
    }

    .summary-card p{
      color:var(--muted);
      margin-bottom:0;
    }

    .news-panel{
      padding:30px;
      border-radius:30px;
      background:
        radial-gradient(circle at 15% 12%,rgba(247,228,229,.85),transparent 34%),
        linear-gradient(135deg,#fffdf8,#fbf0e7);
      border:1px solid var(--line);
      box-shadow:var(--shadow);
    }

    .update-list{
      list-style:none;
      padding:0;
      margin:0;
      display:grid;
      gap:14px;
    }

    .update-list li{
      display:flex;
      gap:14px;
      align-items:flex-start;
      padding:16px;
      border-radius:18px;
      background:rgba(255,255,255,.58);
      border:1px solid rgba(89,55,48,.10);
    }

    .update-date{
      flex:0 0 76px;
      text-align:center;
      padding:8px;
      border-radius:14px;
      color:var(--primary);
      background:var(--primary-soft);
      font-weight:900;
      font-size:13px;
    }

    .update-list strong{
      display:block;
      margin-bottom:2px;
      color:var(--ink);
    }

    .update-list span{
      color:var(--muted);
      font-size:14px;
    }

    .cta-panel{
      overflow:hidden;
      border-radius:34px;
      padding:36px;
      color:#fffaf2;
      background:
        radial-gradient(circle at 88% 18%,rgba(232,216,191,.28),transparent 32%),
        linear-gradient(135deg,#2c211f 0%,#5f1834 52%,#7a2343 100%);
      box-shadow:0 26px 70px rgba(44,33,31,.22);
      border:1px solid rgba(255,250,242,.14);
      position:relative;
    }

    .cta-panel::after{
      content:"";
      position:absolute;
      width:240px;
      height:240px;
      right:-80px;
      bottom:-110px;
      border-radius:50%;
      border:38px solid rgba(232,216,191,.08);
    }

    .cta-panel h2{
      color:#fffaf2;
      margin-bottom:10px;
    }

    .cta-panel p{
      color:#ead8c5;
      max-width:720px;
      margin-bottom:22px;
    }

    .age-box{
      position:relative;
      z-index:1;
      padding:20px;
      border-radius:24px;
      background:rgba(255,250,242,.10);
      border:1px solid rgba(255,250,242,.18);
    }

    .age-box strong{
      display:block;
      font-size:18px;
      margin-bottom:8px;
    }

    .age-box label{
      color:#ead8c5;
      font-size:14px;
    }

    .age-box input[type="checkbox"]{
      margin:0 8px 0 0;
      accent-color:var(--primary);
    }

    .faq-wrap .accordion{
      background:transparent;
      margin:0;
    }

    .faq-wrap .accordion-item{
      margin-bottom:14px;
      border-radius:20px;
      overflow:hidden;
      border:1px solid var(--line);
      background:var(--card);
      box-shadow:0 12px 30px rgba(50,30,40,.06);
    }

    .faq-wrap .accordion-title{
      border:0;
      color:var(--ink);
      font-size:16px;
      font-weight:850;
      padding:20px 56px 20px 22px;
      background:#fffdf8;
    }

    .faq-wrap .accordion-title:hover,
    .faq-wrap .accordion-title:focus{
      color:var(--primary);
      background:#fffaf2;
    }

    .faq-wrap .accordion-title::before{
      right:22px;
      color:var(--primary);
      font-size:22px;
      margin-top:-12px;
    }

    .faq-wrap .accordion-content{
      border:0;
      padding:0 22px 20px;
      background:#fffaf2;
      color:var(--muted);
      line-height:1.8;
    }

    .site-footer{
      margin-top:56px;
      padding:58px 0 28px;
      background:
        radial-gradient(circle at 12% 0%,rgba(122,35,67,.34),transparent 28%),
        linear-gradient(180deg,#2c211f,#211817);
      color:#e8d8bf;
    }

    .footer-top{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:24px;
      padding-bottom:30px;
      border-bottom:1px solid rgba(232,216,191,.16);
    }

    .footer-logo{
      display:flex;
      align-items:center;
      gap:12px;
      color:#fffaf2;
      margin-bottom:12px;
    }

    .footer-logo strong{
      font-size:20px;
    }

    .footer-desc{
      max-width:620px;
      color:#cdbda8;
      margin:0;
    }

    .footer-links{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:24px;
      padding:34px 0;
    }

    .footer-group h3{
      color:#fffaf2;
      font-size:16px;
      font-weight:850;
      margin-bottom:12px;
    }

    .footer-group a{
      display:block;
      color:#cdbda8;
      padding:5px 0;
      font-size:14px;
    }

    .footer-group a:hover{
      color:#f7e4e5;
      transform:translateX(3px);
    }

    .footer-bottom{
      display:flex;
      justify-content:space-between;
      gap:20px;
      align-items:center;
      padding-top:24px;
      border-top:1px solid rgba(232,216,191,.16);
      color:#bba995;
      font-size:13px;
    }

    .adult-note{
      display:inline-flex;
      padding:7px 10px;
      border-radius:999px;
      background:rgba(247,228,229,.10);
      color:#f3d9d7;
      border:1px solid rgba(247,228,229,.16);
      font-weight:800;
      white-space:nowrap;
    }

    @media (max-width:1024px){
      .nav-panel{
        flex-wrap:wrap;
        justify-content:space-between;
      }
      .brand{min-width:auto}
      .nav-links{
        order:3;
        width:100%;
        justify-content:flex-start;
        overflow-x:auto;
        padding-top:4px;
        scrollbar-width:none;
      }
      .nav-links::-webkit-scrollbar{display:none}
      .vertical-visual{
        margin:34px auto 0;
      }
      .summary-card{
        grid-template-columns:100px 1fr;
      }
      .summary-card .btn{
        grid-column:1 / -1;
        justify-self:start;
      }
    }

    @media (max-width:768px){
      .site-header{top:10px;padding-top:10px}
      .nav-panel{
        width:min(calc(100% - 20px),var(--container));
        border-radius:22px;
      }
      .brand-text span{display:none}
      .brand-mark{
        width:40px;
        height:40px;
        flex-basis:40px;
      }
      .nav-cta{
        padding:10px 14px;
        min-height:42px;
      }
      .nav-links a{
        min-height:40px;
        padding:9px 12px;
        font-size:13px;
      }
      .page-hero{padding:56px 0 38px}
      .hero-shell{padding:28px;border-radius:28px}
      .hero-shell::after{font-size:58px;right:22px;top:18px}
      .vertical-visual{
        min-height:330px;
        transform:none;
      }
      .visual-screen{min-height:300px}
      .section{padding:54px 0}
      .timeline-wrap::before{
        left:22px;
        right:auto;
        top:18px;
        bottom:18px;
        width:2px;
        height:auto;
        background:linear-gradient(180deg,rgba(122,35,67,.32),transparent);
      }
      .timeline-card{
        margin-left:18px;
      }
      .footer-top,.footer-bottom{
        flex-direction:column;
        align-items:flex-start;
      }
      .footer-links{
        grid-template-columns:1fr;
      }
    }

    @media (max-width:520px){
      .container{width:min(calc(100% - 24px),var(--container))}
      .nav-panel{gap:8px;padding:9px}
      .brand{padding:6px;gap:8px}
      .brand-text strong{font-size:14px}
      .nav-cta{width:100%;order:4}
      .nav-links{
        display:grid;
        grid-template-columns:1fr;
        overflow:visible;
      }
      .nav-links a{width:100%;justify-content:flex-start}
      .hero-shell{padding:22px}
      .hero-actions .btn{
        width:100%;
      }
      .filter-panel,.info-card,.entry-card,.side-card,.news-panel,.cta-panel{
        padding:20px;
        border-radius:22px;
      }
      .summary-card{
        grid-template-columns:1fr;
      }
      .summary-num{
        min-height:78px;
        align-items:flex-start;
        padding:16px;
      }
      .update-list li{
        flex-direction:column;
      }
      .update-date{
        flex-basis:auto;
        text-align:left;
      }
    }
