/* roulang page: index */
:root{
      --ink:#121013;
      --ink-2:#19151A;
      --paper:#F7F1EA;
      --paper-2:#FFF8F1;
      --coral:#FF5A7A;
      --coral-dark:#E84868;
      --violet:#7C6AF2;
      --violet-soft:#ECE8FF;
      --text:#221B20;
      --muted:#5D5158;
      --light:#FFF7F0;
      --soft:#D8CDD2;
      --line:rgba(255,247,240,.16);
      --line-dark:rgba(34,27,32,.12);
      --shadow:rgba(0,0,0,.18) 0 18px 50px;
      --shadow-soft:rgba(70,40,50,.10) 0 12px 32px;
      --radius-lg:22px;
      --radius-md:18px;
      --radius-sm:14px;
      --dock-h:72px;
      --container:1220px;
      --ease:all .22s ease;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans SC",Arial,sans-serif;
      color:var(--text);
      background:var(--paper);
      line-height:1.7;
      padding-bottom:92px;
      text-rendering:optimizeLegibility;
    }
    a{color:inherit;text-decoration:none;transition:var(--ease)}
    img{max-width:100%;display:block}
    button,input{font:inherit}
    button{border:0}
    ::selection{background:rgba(255,90,122,.25)}
    .site-wrap{overflow:hidden;background:linear-gradient(180deg,var(--ink) 0 24%,var(--paper) 24% 100%)}
    .container-xl{max-width:var(--container)}
    .section{padding:88px 0;position:relative}
    .section-tight{padding:64px 0}
    .eyebrow{
      display:inline-flex;align-items:center;gap:8px;
      padding:7px 12px;border-radius:999px;
      background:rgba(255,90,122,.12);
      color:var(--coral);
      font-size:14px;font-weight:700;
      border:1px solid rgba(255,90,122,.22);
    }
    .eyebrow.dark{background:rgba(255,255,255,.08);color:var(--light);border-color:rgba(255,255,255,.12)}
    .section-title{font-size:36px;line-height:1.18;font-weight:900;letter-spacing:0;margin:14px 0 14px}
    .section-desc{max-width:740px;color:var(--muted);font-size:17px;margin:0}
    .section-desc.light{color:var(--soft)}
    .btn-main,.btn-ghost,.btn-soft{
      display:inline-flex;align-items:center;justify-content:center;gap:9px;
      min-height:56px;padding:0 24px;border-radius:999px;
      font-weight:800;letter-spacing:0;transition:var(--ease);
      white-space:nowrap;cursor:pointer;
    }
    .btn-main{
      background:var(--coral);color:var(--light);
      box-shadow:rgba(255,90,122,.28) 0 14px 34px;
    }
    .btn-main:hover,.btn-main:focus{background:var(--coral-dark);color:var(--light);transform:translateY(-2px);box-shadow:rgba(255,90,122,.36) 0 18px 42px}
    .btn-ghost{
      color:var(--light);border:1px solid rgba(255,247,240,.22);
      background:rgba(255,247,240,.06);
    }
    .btn-ghost:hover,.btn-ghost:focus{background:rgba(255,90,122,.16);border-color:rgba(255,90,122,.5);color:var(--light);transform:translateY(-2px)}
    .btn-soft{
      background:#fffaf5;color:var(--text);
      border:1px solid rgba(255,90,122,.22);
      box-shadow:var(--shadow-soft);
    }
    .btn-soft:hover,.btn-soft:focus{background:rgba(255,90,122,.12);color:var(--text);transform:translateY(-2px)}
    .btn-main:focus-visible,.btn-ghost:focus-visible,.btn-soft:focus-visible,.dock-link:focus-visible,.search-mini input:focus-visible,.tag-check:focus-visible{
      outline:3px solid rgba(255,90,122,.36);outline-offset:3px;
    }
    .dock-header{
      position:fixed;top:18px;left:0;right:0;z-index:1000;
      pointer-events:none;
    }
    .dock-nav{
      pointer-events:auto;
      width:fit-content;max-width:calc(100% - 32px);
      margin:0 auto;padding:9px;
      display:flex;align-items:center;gap:8px;
      border-radius:999px;
      background:rgba(25,21,26,.84);
      border:1px solid rgba(255,247,240,.14);
      box-shadow:var(--shadow);
      backdrop-filter:blur(16px);
    }
    .brand{
      display:flex;align-items:center;gap:10px;
      padding:8px 12px 8px 10px;border-radius:999px;color:var(--light);
      font-weight:900;min-width:max-content;
    }
    .brand-mark{
      width:34px;height:34px;border-radius:50%;
      display:grid;place-items:center;
      background:linear-gradient(135deg,var(--coral),var(--violet));
      color:white;font-weight:900;font-size:15px;
      box-shadow:rgba(255,90,122,.25) 0 10px 22px;
    }
    .nav-links{display:flex;align-items:center;gap:4px}
    .dock-link{
      color:var(--soft);font-size:15px;font-weight:700;
      padding:10px 14px;border-radius:999px;
    }
    .dock-link:hover{color:var(--light);background:rgba(255,255,255,.08)}
    .dock-link.active{color:var(--light);background:rgba(255,90,122,.18);box-shadow:inset 0 0 0 1px rgba(255,90,122,.22)}
    .search-mini{
      display:flex;align-items:center;gap:6px;
      min-width:220px;height:42px;padding:0 12px;
      background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);
      border-radius:999px;color:var(--soft);
    }
    .search-mini input{
      width:100%;background:transparent;border:0;outline:0;color:var(--light);font-size:14px;
    }
    .search-mini input::placeholder{color:rgba(216,205,210,.74)}
    .menu-toggle{display:none;background:rgba(255,255,255,.08);color:var(--light);border-radius:999px;width:42px;height:42px}
    .hero{
      min-height:780px;
      padding:132px 0 74px;
      color:var(--light);
      background:
        radial-gradient(circle at 20% 10%,rgba(255,90,122,.32),transparent 34%),
        radial-gradient(circle at 80% 0%,rgba(124,106,242,.26),transparent 32%),
        linear-gradient(135deg,#121013 0%,#19151A 58%,#2A2028 100%);
      position:relative;
    }
    .hero:before{
      content:"";position:absolute;inset:0;opacity:.16;
      background-image:linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px);
      background-size:42px 42px;
      mask-image:linear-gradient(to bottom,#000 0%,transparent 78%);
      pointer-events:none;
    }
    .hero-stage{
      position:relative;z-index:2;
      display:grid;grid-template-columns:1fr minmax(360px,520px) 1fr;
      gap:22px;align-items:center;
    }
    .hero-side{
      display:grid;gap:16px;
    }
    .value-note{
      border:1px solid rgba(255,247,240,.14);
      background:rgba(255,247,240,.06);
      border-radius:var(--radius-md);
      padding:18px;
    }
    .value-note .num{font-size:13px;color:var(--coral);font-weight:900}
    .value-note h3{font-size:18px;margin:5px 0 6px;font-weight:900}
    .value-note p{font-size:14px;color:var(--soft);margin:0;line-height:1.65}
    .stage-card{
      position:relative;
      border-radius:32px;
      padding:28px;
      min-height:470px;
      background:
        linear-gradient(180deg,rgba(255,247,240,.11),rgba(255,247,240,.045)),
        linear-gradient(135deg,rgba(255,90,122,.18),rgba(124,106,242,.13));
      border:1px solid rgba(255,247,240,.18);
      box-shadow:rgba(0,0,0,.28) 0 28px 70px;
      overflow:hidden;
    }
    .stage-card:after{
      content:"";position:absolute;left:20px;right:20px;top:20px;bottom:20px;
      border:1px dashed rgba(255,247,240,.18);border-radius:24px;pointer-events:none;
    }
    .h1{
      font-size:52px;line-height:1.12;font-weight:950;margin:18px 0 18px;letter-spacing:0;
    }
    .hero-intro{font-size:17px;color:var(--soft);margin:0 0 24px;line-height:1.78}
    .hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:24px 0}
    .hero-data{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:24px}
    .data-pill{
      padding:13px 10px;border-radius:16px;background:rgba(255,255,255,.07);
      border:1px solid rgba(255,255,255,.12);text-align:center;
    }
    .data-pill strong{display:block;font-size:20px;color:var(--light);line-height:1}
    .data-pill span{font-size:12px;color:var(--soft)}
    .entry-matrix{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:22px}
    .entry-card{
      padding:15px;border-radius:18px;background:rgba(18,16,19,.52);
      border:1px solid rgba(255,247,240,.14);
      transition:var(--ease);
    }
    .entry-card:hover{transform:translateY(-3px);border-color:rgba(255,90,122,.48)}
    .entry-card b{display:block;font-size:15px;margin-bottom:3px}
    .entry-card small{color:var(--soft);font-size:12px}
    .status-tag{
      display:inline-flex;margin-top:10px;padding:3px 8px;border-radius:999px;
      background:rgba(255,90,122,.15);color:#FFDDE5;font-size:12px;font-weight:800;
    }
    .trust-strip{
      position:relative;z-index:2;margin-top:46px;
      display:flex;gap:0;overflow:hidden;border-radius:999px;
      border:1px solid rgba(255,247,240,.14);background:rgba(255,247,240,.06);
    }
    .trust-item{
      flex:1;min-width:160px;text-align:center;padding:13px 16px;color:var(--soft);font-weight:750;font-size:14px;
      border-right:1px solid rgba(255,247,240,.12);
    }
    .trust-item:last-child{border-right:0}
    .paper{background:var(--paper)}
    .steps-list{margin-top:34px;display:grid;gap:16px}
    .step-row{
      display:grid;grid-template-columns:92px 1fr 210px;gap:20px;align-items:center;
      padding:22px;border-radius:var(--radius-lg);background:#fffaf5;
      border:1px solid var(--line-dark);box-shadow:var(--shadow-soft);
      transition:var(--ease);
    }
    .step-row:hover{transform:translateY(-3px);border-color:rgba(255,90,122,.38)}
    .step-no{font-size:28px;font-weight:950;color:var(--coral)}
    .step-row h3{font-size:21px;font-weight:900;margin:0 0 4px}
    .step-row p{margin:0;color:var(--muted);font-size:15px}
    .mini-progress{height:8px;background:rgba(34,27,32,.08);border-radius:999px;overflow:hidden}
    .mini-progress span{display:block;height:100%;background:linear-gradient(90deg,var(--coral),var(--violet));border-radius:999px}
    .benefit-wrap{
      background:var(--ink);color:var(--light);
      border-radius:36px;padding:38px;position:relative;overflow:hidden;
      box-shadow:var(--shadow);
    }
    .benefit-wrap:before{
      content:"";position:absolute;right:-90px;top:-120px;width:340px;height:340px;border-radius:50%;
      background:rgba(255,90,122,.18);filter:blur(6px)
    }
    .benefit-grid{position:relative;display:grid;grid-template-columns:1.08fr .92fr;gap:20px;margin-top:30px}
    .benefit-large,.benefit-small{
      border:1px solid rgba(255,247,240,.14);background:rgba(255,247,240,.06);
      border-radius:24px;padding:24px;
    }
    .benefit-large h3{font-size:30px;font-weight:950;margin:12px 0}
    .benefit-large p,.benefit-small p{color:var(--soft);margin:0}
    .small-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
    .benefit-small h4{font-size:18px;font-weight:900;margin:8px 0 5px}
    .label{
      display:inline-flex;align-items:center;gap:6px;
      border-radius:999px;padding:5px 10px;
      background:var(--violet-soft);color:#5240C9;
      font-size:13px;font-weight:850;
    }
    .label.coral{background:rgba(255,90,122,.14);color:var(--coral)}
    .progress-panel{
      background:#fffaf5;border:1px solid var(--line-dark);border-radius:30px;padding:34px;
      box-shadow:var(--shadow-soft);
    }
    .milestone-line{
      display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin:34px 0 28px;position:relative;
    }
    .milestone-line:before{
      content:"";position:absolute;left:7%;right:7%;top:17px;height:6px;background:rgba(124,106,242,.18);border-radius:999px;
    }
    .milestone-line:after{
      content:"";position:absolute;left:7%;width:56%;top:17px;height:6px;background:linear-gradient(90deg,var(--coral),var(--violet));border-radius:999px;
    }
    .mile{position:relative;text-align:center;z-index:1}
    .mile-dot{
      margin:0 auto 10px;width:40px;height:40px;border-radius:50%;
      background:#fff;border:7px solid var(--coral);box-shadow:var(--shadow-soft);
    }
    .mile:nth-child(n+4) .mile-dot{border-color:#D7D0D8}
    .mile b{display:block;font-size:15px}
    .mile span{color:var(--muted);font-size:13px}
    .filter-box{
      display:grid;grid-template-columns:1.1fr .9fr;gap:18px;margin-top:22px;
    }
    .filter-form{
      background:var(--paper);border-radius:22px;padding:22px;border:1px solid var(--line-dark);
    }
    .input-field{
      width:100%;height:54px;border-radius:16px;border:1px solid rgba(34,27,32,.14);
      background:#fffaf5;padding:0 16px;outline:0;transition:var(--ease);
    }
    .input-field:focus{border-color:var(--coral);box-shadow:0 0 0 4px rgba(255,90,122,.14)}
    .check-line{display:flex;gap:10px;align-items:flex-start;margin:16px 0;color:var(--muted);font-size:14px}
    .check-line input{width:20px;height:20px;accent-color:var(--coral);margin-top:2px}
    .tag-cloud{display:flex;flex-wrap:wrap;gap:10px}
    .tag-check{
      min-height:42px;padding:0 14px;border-radius:999px;
      border:1px solid rgba(34,27,32,.12);background:#fffaf5;color:var(--muted);
      font-weight:800;transition:var(--ease);
    }
    .tag-check:hover,.tag-check.active{background:rgba(255,90,122,.12);border-color:rgba(255,90,122,.42);color:var(--text)}
    .news-layout{display:grid;grid-template-columns:1fr 360px;gap:22px;margin-top:34px}
    .news-list{display:grid;gap:12px}
    .news-row{
      display:grid;grid-template-columns:88px 1fr auto;gap:16px;align-items:center;
      padding:18px;border-radius:20px;background:#fffaf5;border:1px solid var(--line-dark);
      transition:var(--ease);
    }
    .news-row:hover{transform:translateY(-2px);border-color:rgba(255,90,122,.38);box-shadow:var(--shadow-soft)}
    .news-row .date{color:var(--coral);font-weight:950}
    .news-row h3{font-size:18px;margin:0 0 4px;font-weight:900}
    .news-row p{margin:0;color:var(--muted);font-size:14px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
    .arrow-btn{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:rgba(255,90,122,.12);color:var(--coral);font-weight:900}
    .recommend-card{
      border-radius:24px;padding:24px;background:var(--ink);color:var(--light);
      border:1px solid rgba(255,247,240,.12);position:sticky;top:110px;
    }
    .recommend-card p{color:var(--soft)}
    .quote-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:22px;margin-top:34px}
    .quote-card,.social-card{
      background:#fffaf5;border:1px solid var(--line-dark);border-radius:24px;padding:26px;box-shadow:var(--shadow-soft);
    }
    .quote-card blockquote{font-size:24px;line-height:1.55;font-weight:900;margin:10px 0 16px}
    .social-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:18px}
    .social-stat{padding:16px;border-radius:18px;background:var(--paper);text-align:center;border:1px solid var(--line-dark)}
    .social-stat strong{display:block;font-size:26px;color:var(--coral);line-height:1}
    .social-stat span{font-size:13px;color:var(--muted)}
    .tier-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:34px}
    .tier-card{
      border-radius:24px;padding:24px;background:#fffaf5;border:1px solid var(--line-dark);
      box-shadow:var(--shadow-soft);transition:var(--ease);position:relative;overflow:hidden;
    }
    .tier-card:hover{transform:translateY(-4px);border-color:rgba(255,90,122,.42)}
    .tier-card.featured{background:linear-gradient(180deg,#fffaf5,#FFEFF3);border-color:rgba(255,90,122,.4)}
    .tier-card h3{font-size:22px;font-weight:950;margin:12px 0 8px}
    .tier-card p{color:var(--muted);margin:0 0 16px}
    .tier-bar{height:10px;background:rgba(34,27,32,.08);border-radius:999px;overflow:hidden;margin:18px 0}
    .tier-bar span{display:block;height:100%;background:linear-gradient(90deg,var(--coral),var(--violet))}
    .faq-wrap{max-width:960px;margin:34px auto 0}
    .accordion-item{
      border:1px solid var(--line-dark)!important;border-radius:18px!important;
      overflow:hidden;margin-bottom:12px;background:#fffaf5;
      box-shadow:none;
    }
    .accordion-button{
      background:#fffaf5!important;color:var(--text)!important;font-weight:900;
      padding:20px 22px;box-shadow:none!important;
    }
    .accordion-button:not(.collapsed){border-left:5px solid var(--coral)}
    .accordion-button:focus{box-shadow:0 0 0 4px rgba(255,90,122,.14)!important}
    .accordion-body{color:var(--muted);padding:0 24px 22px 27px}
    .final-cta{
      background:
        radial-gradient(circle at 12% 12%,rgba(255,90,122,.34),transparent 34%),
        linear-gradient(135deg,var(--ink),#2B2028);
      color:var(--light);border-radius:38px;padding:52px;
      position:relative;overflow:hidden;box-shadow:var(--shadow);
    }
    .final-cta h2{font-size:40px;font-weight:950;line-height:1.18;margin:14px 0}
    .final-cta p{color:var(--soft);max-width:760px}
    .cta-trust{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}
    .cta-trust span{padding:9px 13px;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);color:var(--soft);font-size:14px;font-weight:800}
    .footer{
      background:var(--ink);color:var(--soft);padding:64px 0 34px;
      border-top:1px solid rgba(255,247,240,.1);
    }
    .footer-top{
      display:grid;grid-template-columns:1.2fr .8fr;gap:24px;align-items:center;
      padding-bottom:34px;border-bottom:1px solid rgba(255,247,240,.12);
    }
    .footer-brand{display:flex;align-items:center;gap:12px;color:var(--light);font-weight:950;font-size:20px}
    .footer p{margin:12px 0 0;max-width:680px}
    .footer-links{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end}
    .footer-links a{padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08)}
    .footer-links a:hover{color:var(--light);border-color:rgba(255,90,122,.35)}
    .copyright{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-top:26px;font-size:14px}
    .bottom-cta{
      position:fixed;left:50%;bottom:16px;transform:translateX(-50%);
      width:min(860px,calc(100% - 28px));z-index:999;
      display:flex;align-items:center;justify-content:space-between;gap:14px;
      padding:12px 14px 12px 20px;border-radius:999px;
      background:rgba(25,21,26,.9);color:var(--light);
      border:1px solid rgba(255,247,240,.14);box-shadow:var(--shadow);
      backdrop-filter:blur(16px);
    }
    .bottom-cta small{color:var(--soft)}
    .bottom-cta .btn-main{min-height:48px;padding:0 20px}
    @media (max-width:1100px){
      .search-mini{display:none}
      .hero-stage{grid-template-columns:1fr 1.2fr;grid-template-areas:"left center" "right center"}
      .hero-side:first-child{grid-area:left}
      .stage-card{grid-area:center}
      .hero-side:last-child{grid-area:right}
      .h1{font-size:44px}
      .benefit-grid,.filter-box,.news-layout,.quote-grid{grid-template-columns:1fr}
      .recommend-card{position:relative;top:auto}
    }
    @media (max-width:820px){
      body{padding-bottom:96px}
      .dock-nav{width:calc(100% - 24px);border-radius:28px;justify-content:space-between;flex-wrap:wrap}
      .brand{max-width:calc(100% - 110px)}
      .brand span:last-child{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
      .menu-toggle{display:block}
      .nav-links{
        display:none;order:5;width:100%;padding:8px;
        background:rgba(255,255,255,.05);border-radius:22px;
        overflow-x:auto;
      }
      .nav-links.open{display:flex}
      .dock-link{min-width:max-content}
      .dock-nav>.btn-main{min-height:42px;padding:0 15px}
      .hero{padding-top:126px;min-height:auto}
      .hero-stage{display:block}
      .stage-card{margin:18px 0;min-height:auto}
      .h1{font-size:36px}
      .hero-data{grid-template-columns:1fr}
      .entry-matrix{grid-template-columns:1fr}
      .trust-strip{overflow-x:auto;border-radius:22px}
      .trust-item{flex:0 0 auto}
      .section{padding:62px 0}
      .section-title{font-size:28px}
      .step-row{grid-template-columns:1fr;gap:12px}
      .small-grid,.tier-grid,.social-stats{grid-template-columns:1fr}
      .milestone-line{display:grid;grid-template-columns:1fr;gap:18px;margin-left:12px}
      .milestone-line:before,.milestone-line:after{left:19px;right:auto;top:0;bottom:0;width:5px;height:auto}
      .milestone-line:after{height:58%;width:5px}
      .mile{text-align:left;display:grid;grid-template-columns:48px 1fr;gap:10px;align-items:center}
      .mile-dot{margin:0}
      .news-row{grid-template-columns:1fr auto}
      .news-row .date{grid-column:1/-1}
      .final-cta{padding:34px 24px;border-radius:28px}
      .final-cta h2{font-size:30px}
      .footer-top{grid-template-columns:1fr}
      .footer-links{justify-content:flex-start}
      .bottom-cta{border-radius:24px;bottom:10px;padding:10px 10px 10px 14px}
      .bottom-cta div{font-size:14px;line-height:1.35}
      .bottom-cta small{display:block;font-size:12px}
    }
    @media (max-width:520px){
      .btn-main,.btn-ghost,.btn-soft{width:100%;min-height:54px}
      .hero-actions{display:grid}
      .stage-card{padding:22px;border-radius:26px}
      .benefit-wrap,.progress-panel{padding:24px;border-radius:26px}
      .bottom-cta{width:100%;left:0;right:0;bottom:0;transform:none;border-radius:22px 22px 0 0;padding-bottom:calc(10px + env(safe-area-inset-bottom))}
      .bottom-cta .btn-main{width:auto;min-width:118px}
      .bottom-cta small{display:none}
    }

/* roulang page: category1 */
:root{
      --ink:#121013;
      --ink-2:#19151A;
      --paper:#F7F1EA;
      --paper-2:#FFF8F1;
      --coral:#FF5A7A;
      --coral-dark:#E84868;
      --violet:#7C6AF2;
      --violet-soft:#EEEAFD;
      --text:#221B20;
      --muted:#6A5D65;
      --muted-dark:#D8CDD2;
      --light:#FFF7F0;
      --line:rgba(70,40,50,.14);
      --line-dark:rgba(255,247,240,.15);
      --shadow:rgba(70,40,50,.10) 0 12px 32px;
      --shadow-strong:rgba(0,0,0,.18) 0 18px 50px;
      --radius:22px;
      --radius-md:16px;
      --pill:999px;
      --container:1220px;
      --header-h:86px;
      --ease:all .25s ease;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      color:var(--text);
      background:
        radial-gradient(circle at 15% 8%, rgba(255,90,122,.13), transparent 28%),
        radial-gradient(circle at 80% 12%, rgba(124,106,242,.12), transparent 24%),
        linear-gradient(180deg,#171216 0,#201A20 290px,var(--paper) 291px,var(--paper) 100%);
      font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans SC",Arial,sans-serif;
      font-size:16px;
      line-height:1.72;
      letter-spacing:0;
      padding-bottom:88px;
      overflow-x:hidden;
    }
    a{color:inherit;text-decoration:none;transition:var(--ease)}
    a:hover{color:inherit}
    img{max-width:100%;display:block}
    button,input{font:inherit}
    button{border:0}
    input:focus,button:focus,a:focus{
      outline:3px solid rgba(255,90,122,.28);
      outline-offset:3px;
    }
    .container-xl{max-width:var(--container)}
    .dock-header{
      position:fixed;
      top:18px;
      left:0;
      right:0;
      z-index:1000;
      pointer-events:none;
      padding:0 16px;
    }
    .dock-nav{
      width:fit-content;
      max-width:calc(100% - 32px);
      margin:0 auto;
      min-height:64px;
      display:flex;
      align-items:center;
      gap:10px;
      padding:9px;
      border-radius:var(--pill);
      background:rgba(25,21,26,.86);
      color:var(--light);
      border:1px solid var(--line-dark);
      box-shadow:var(--shadow-strong);
      backdrop-filter:blur(16px);
      pointer-events:auto;
    }
    .brand{
      display:flex;
      align-items:center;
      gap:10px;
      padding:8px 12px 8px 8px;
      border-radius:var(--pill);
      font-weight:800;
      white-space:nowrap;
      color:var(--light);
    }
    .brand:hover{background:rgba(255,255,255,.06)}
    .brand-mark{
      width:38px;
      height:38px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      flex:0 0 auto;
      border-radius:50%;
      background:linear-gradient(135deg,var(--coral),var(--violet));
      color:#fff;
      font-size:13px;
      font-weight:900;
      box-shadow:0 10px 24px rgba(255,90,122,.22);
    }
    .nav-links{
      display:flex;
      align-items:center;
      gap:4px;
    }
    .dock-link{
      color:rgba(255,247,240,.78);
      padding:10px 14px;
      border-radius:var(--pill);
      font-size:14px;
      font-weight:700;
      white-space:nowrap;
    }
    .dock-link:hover,
    .dock-link.active{
      color:#fff;
      background:rgba(255,247,240,.10);
    }
    .dock-link.active{
      box-shadow:inset 0 0 0 1px rgba(255,247,240,.13);
    }
    .search-mini{
      display:flex;
      align-items:center;
      gap:6px;
      height:42px;
      padding:0 12px;
      border-radius:var(--pill);
      background:rgba(255,255,255,.08);
      border:1px solid rgba(255,255,255,.10);
      min-width:210px;
    }
    .search-mini span{color:rgba(255,247,240,.72);font-weight:800}
    .search-mini input{
      width:100%;
      background:transparent;
      border:0;
      color:#fff;
      font-size:14px;
      min-width:0;
    }
    .search-mini input::placeholder{color:rgba(255,247,240,.52)}
    .btn-main,
    .btn-secondary-soft,
    .btn-outline-soft{
      min-height:46px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      border-radius:var(--pill);
      padding:12px 20px;
      font-weight:850;
      line-height:1;
      transition:var(--ease);
      white-space:nowrap;
    }
    .btn-main{
      color:#fff;
      background:var(--coral);
      box-shadow:0 12px 28px rgba(255,90,122,.30);
    }
    .btn-main:hover{
      color:#fff;
      background:var(--coral-dark);
      transform:translateY(-2px);
      box-shadow:0 16px 34px rgba(255,90,122,.38);
    }
    .btn-secondary-soft{
      color:var(--text);
      background:#fff7f0;
      border:1px solid rgba(255,90,122,.22);
    }
    .btn-secondary-soft:hover{
      background:#FFE4E8;
      transform:translateY(-2px);
    }
    .btn-outline-soft{
      color:var(--light);
      background:transparent;
      border:1px solid rgba(255,247,240,.24);
    }
    .btn-outline-soft:hover{
      color:#fff;
      background:rgba(255,247,240,.10);
      transform:translateY(-2px);
    }
    .menu-toggle{
      display:none;
      width:44px;
      height:44px;
      border-radius:50%;
      background:rgba(255,255,255,.09);
      color:#fff;
      font-size:22px;
    }
    .page-top{
      padding:122px 0 30px;
      color:var(--light);
    }
    .top-strip{
      border:1px solid var(--line-dark);
      border-radius:24px;
      background:
        linear-gradient(90deg,rgba(255,90,122,.12),rgba(124,106,242,.10)),
        rgba(255,247,240,.05);
      box-shadow:var(--shadow-strong);
      overflow:hidden;
    }
    .hero-mini{
      position:relative;
      padding:34px 34px 28px;
    }
    .hero-mini:before{
      content:"";
      position:absolute;
      inset:0;
      opacity:.22;
      background-image:
        linear-gradient(rgba(255,247,240,.10) 1px,transparent 1px),
        linear-gradient(90deg,rgba(255,247,240,.10) 1px,transparent 1px);
      background-size:28px 28px;
      pointer-events:none;
    }
    .hero-content{position:relative;z-index:1}
    .issue-line{
      display:flex;
      flex-wrap:wrap;
      align-items:center;
      gap:10px;
      margin-bottom:18px;
      color:rgba(255,247,240,.78);
      font-size:14px;
    }
    .issue-pill,.tag{
      display:inline-flex;
      align-items:center;
      gap:6px;
      border-radius:var(--pill);
      padding:7px 12px;
      font-size:13px;
      font-weight:800;
      line-height:1;
    }
    .issue-pill{
      color:#fff;
      background:rgba(255,90,122,.18);
      border:1px solid rgba(255,90,122,.28);
    }
    h1{
      max-width:880px;
      margin:0;
      font-size:46px;
      line-height:1.12;
      font-weight:950;
      color:#fff;
    }
    .hero-lead{
      max-width:850px;
      margin:16px 0 0;
      color:var(--muted-dark);
      font-size:18px;
    }
    .hero-actions{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin-top:24px;
    }
    .section{
      padding:72px 0;
    }
    .section-tight{padding:48px 0}
    .section-head{
      display:flex;
      align-items:flex-end;
      justify-content:space-between;
      gap:24px;
      margin-bottom:26px;
    }
    .section-kicker{
      display:inline-flex;
      align-items:center;
      gap:8px;
      margin-bottom:10px;
      color:var(--coral-dark);
      font-size:14px;
      font-weight:900;
    }
    .section-kicker:before{
      content:"";
      width:28px;
      height:2px;
      border-radius:var(--pill);
      background:var(--coral);
    }
    h2{
      margin:0;
      font-size:34px;
      line-height:1.18;
      font-weight:950;
      color:var(--text);
    }
    .section-desc{
      max-width:520px;
      margin:0;
      color:var(--muted);
      font-size:16px;
    }
    .filter-bar{
      position:relative;
      margin-top:-8px;
      padding:18px;
      border-radius:24px;
      background:var(--paper-2);
      border:1px solid var(--line);
      box-shadow:var(--shadow);
    }
    .filter-scroll{
      display:flex;
      gap:10px;
      overflow-x:auto;
      padding-bottom:2px;
      scrollbar-width:none;
    }
    .filter-scroll::-webkit-scrollbar{display:none}
    .filter-chip{
      flex:0 0 auto;
      display:inline-flex;
      align-items:center;
      gap:8px;
      min-height:42px;
      padding:10px 15px;
      border-radius:var(--pill);
      color:var(--text);
      background:#fff;
      border:1px solid rgba(70,40,50,.12);
      font-size:14px;
      font-weight:850;
      cursor:pointer;
      transition:var(--ease);
    }
    .filter-chip:hover,
    .filter-chip.active{
      background:#FFE4E8;
      border-color:rgba(255,90,122,.42);
      color:#A71F3E;
      transform:translateY(-1px);
    }
    .content-grid{
      display:grid;
      grid-template-columns:minmax(0,1fr) 340px;
      gap:24px;
      align-items:start;
    }
    .entry-list{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:18px;
    }
    .summary-card{
      min-height:236px;
      display:flex;
      flex-direction:column;
      justify-content:space-between;
      padding:22px;
      border-radius:var(--radius);
      background:#fffaf5;
      border:1px solid var(--line);
      box-shadow:var(--shadow);
      transition:var(--ease);
    }
    .summary-card:hover{
      transform:translateY(-4px);
      border-color:rgba(255,90,122,.42);
      box-shadow:rgba(70,40,50,.16) 0 18px 40px;
    }
    .card-top{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      margin-bottom:16px;
    }
    .card-no{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      width:38px;
      height:38px;
      border-radius:50%;
      background:var(--ink);
      color:var(--light);
      font-size:13px;
      font-weight:950;
    }
    .tag{
      color:#5B44D9;
      background:var(--violet-soft);
      border:1px solid rgba(124,106,242,.18);
    }
    .tag.coral{
      color:#B52342;
      background:#FFE5E9;
      border-color:rgba(255,90,122,.22);
    }
    .summary-card h3{
      margin:0 0 10px;
      color:var(--text);
      font-size:21px;
      line-height:1.28;
      font-weight:950;
      display:-webkit-box;
      -webkit-line-clamp:2;
      -webkit-box-orient:vertical;
      overflow:hidden;
    }
    .summary-card p{
      margin:0;
      color:var(--muted);
      font-size:15px;
      display:-webkit-box;
      -webkit-line-clamp:3;
      -webkit-box-orient:vertical;
      overflow:hidden;
    }
    .card-foot{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:14px;
      margin-top:20px;
      padding-top:16px;
      border-top:1px solid rgba(70,40,50,.10);
    }
    .meta{
      color:#86757D;
      font-size:13px;
      font-weight:750;
    }
    .mini-link{
      color:var(--coral-dark);
      font-size:14px;
      font-weight:900;
    }
    .summary-card:hover .mini-link{letter-spacing:.5px}
    .side-stack{
      display:grid;
      gap:18px;
      position:sticky;
      top:104px;
    }
    .side-card{
      padding:22px;
      border-radius:var(--radius);
      background:#19151A;
      color:var(--light);
      border:1px solid var(--line-dark);
      box-shadow:var(--shadow-strong);
    }
    .side-card.light{
      background:#fffaf5;
      color:var(--text);
      border:1px solid var(--line);
      box-shadow:var(--shadow);
    }
    .side-card h3{
      margin:0 0 12px;
      font-size:20px;
      font-weight:950;
    }
    .side-card p{
      margin:0 0 14px;
      color:var(--muted-dark);
      font-size:15px;
    }
    .side-card.light p{color:var(--muted)}
    .remind-list{
      list-style:none;
      margin:0;
      padding:0;
      display:grid;
      gap:11px;
    }
    .remind-list li{
      display:flex;
      align-items:flex-start;
      gap:10px;
      color:rgba(255,247,240,.82);
      font-size:14px;
    }
    .side-card.light .remind-list li{color:var(--muted)}
    .dot{
      width:9px;
      height:9px;
      margin-top:8px;
      flex:0 0 auto;
      border-radius:50%;
      background:var(--coral);
      box-shadow:0 0 0 4px rgba(255,90,122,.15);
    }
    .hot-tags{
      display:flex;
      flex-wrap:wrap;
      gap:9px;
    }
    .hot-tags .tag{font-size:12px}
    .age-panel{
      background:
        radial-gradient(circle at 88% 10%,rgba(255,90,122,.20),transparent 28%),
        linear-gradient(135deg,#171216,#261D27);
      color:var(--light);
      border-radius:28px;
      padding:30px;
      border:1px solid var(--line-dark);
      box-shadow:var(--shadow-strong);
    }
    .age-grid{
      display:grid;
      grid-template-columns:1.15fr .85fr;
      gap:24px;
      align-items:center;
    }
    .check-box{
      display:flex;
      align-items:flex-start;
      gap:12px;
      padding:16px;
      border-radius:18px;
      background:rgba(255,255,255,.07);
      border:1px solid rgba(255,255,255,.12);
      color:var(--muted-dark);
    }
    .check-box input{
      width:22px;
      height:22px;
      margin-top:3px;
      accent-color:var(--coral);
      flex:0 0 auto;
    }
    .notice-lines{
      display:grid;
      gap:12px;
    }
    .notice-line{
      display:flex;
      justify-content:space-between;
      gap:14px;
      padding:13px 0;
      border-bottom:1px solid rgba(255,247,240,.12);
      color:rgba(255,247,240,.78);
      font-size:14px;
    }
    .notice-line strong{color:#fff}
    .faq-wrap{
      background:#fffaf5;
      border-radius:28px;
      border:1px solid var(--line);
      box-shadow:var(--shadow);
      padding:10px;
    }
    .accordion-item{
      background:transparent;
      border:0;
      border-bottom:1px solid rgba(70,40,50,.10);
    }
    .accordion-item:last-child{border-bottom:0}
    .accordion-button{
      background:transparent;
      color:var(--text);
      font-weight:950;
      font-size:17px;
      padding:20px 18px;
      border-radius:18px!important;
      box-shadow:none!important;
    }
    .accordion-button:not(.collapsed){
      color:#A71F3E;
      background:#FFE9ED;
      box-shadow:none;
    }
    .accordion-button:focus{
      border-color:transparent;
      box-shadow:0 0 0 3px rgba(255,90,122,.22)!important;
    }
    .accordion-button::after{
      filter:none;
    }
    .accordion-body{
      padding:4px 18px 20px;
      color:var(--muted);
      font-size:15px;
    }
    .cta-band{
      position:relative;
      overflow:hidden;
      border-radius:32px;
      padding:38px;
      background:
        radial-gradient(circle at 90% 20%,rgba(124,106,242,.28),transparent 28%),
        linear-gradient(135deg,var(--coral),#2A1820 58%,#151115);
      color:#fff;
      box-shadow:var(--shadow-strong);
    }
    .cta-band:before{
      content:"";
      position:absolute;
      inset:0;
      background:linear-gradient(90deg,rgba(255,255,255,.12) 1px,transparent 1px);
      background-size:54px 100%;
      opacity:.18;
      pointer-events:none;
    }
    .cta-band .row{position:relative;z-index:1}
    .cta-band h2{color:#fff}
    .cta-band p{color:rgba(255,247,240,.82);margin:12px 0 0}
    .trust-row{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:22px;
    }
    .trust-item{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:9px 13px;
      border-radius:var(--pill);
      color:rgba(255,247,240,.88);
      background:rgba(255,255,255,.10);
      border:1px solid rgba(255,255,255,.14);
      font-size:13px;
      font-weight:850;
    }
    .footer{
      background:#121013;
      color:rgba(255,247,240,.76);
      padding:54px 0 28px;
      border-top:1px solid rgba(255,247,240,.12);
    }
    .footer-top{
      display:grid;
      grid-template-columns:1fr auto;
      gap:36px;
      align-items:start;
      padding-bottom:28px;
      border-bottom:1px solid rgba(255,247,240,.12);
    }
    .footer-brand{
      display:flex;
      align-items:center;
      gap:10px;
      margin-bottom:12px;
      color:#fff;
      font-weight:900;
    }
    .footer p{
      max-width:720px;
      margin:0;
      color:rgba(255,247,240,.62);
      font-size:14px;
    }
    .footer-links{
      display:flex;
      gap:10px;
      flex-wrap:wrap;
      justify-content:flex-end;
    }
    .footer-links a{
      padding:9px 12px;
      border-radius:var(--pill);
      color:rgba(255,247,240,.72);
      background:rgba(255,255,255,.05);
      font-size:14px;
      font-weight:800;
    }
    .footer-links a:hover{
      color:#fff;
      background:rgba(255,90,122,.18);
    }
    .copyright{
      display:flex;
      justify-content:space-between;
      gap:18px;
      flex-wrap:wrap;
      padding-top:22px;
      color:rgba(255,247,240,.48);
      font-size:13px;
    }
    .fixed-cta{
      position:fixed;
      left:50%;
      bottom:18px;
      z-index:980;
      transform:translateX(-50%);
      width:min(940px,calc(100% - 32px));
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
      padding:10px 12px 10px 20px;
      border-radius:var(--pill);
      background:rgba(18,16,19,.92);
      color:var(--light);
      border:1px solid var(--line-dark);
      box-shadow:var(--shadow-strong);
      backdrop-filter:blur(14px);
    }
    .fixed-cta span{
      color:rgba(255,247,240,.78);
      font-size:14px;
      font-weight:750;
    }
    .fixed-cta .btn-main{min-height:44px;padding:12px 18px}
    @media (max-width:1199px){
      .dock-nav{width:calc(100% - 32px)}
      .search-mini{min-width:170px}
      h1{font-size:40px}
      .content-grid{grid-template-columns:1fr}
      .side-stack{
        position:static;
        grid-template-columns:1fr 1fr;
      }
    }
    @media (max-width:991px){
      .dock-nav{
        display:grid;
        grid-template-columns:auto 1fr auto;
        border-radius:28px;
        width:calc(100% - 24px);
      }
      .brand{grid-column:1/2}
      .menu-toggle{display:inline-flex;align-items:center;justify-content:center;justify-self:end}
      .dock-nav>.btn-main{grid-column:3/4;grid-row:1}
      .nav-links,
      .search-mini{
        grid-column:1/4;
        width:100%;
        display:none;
      }
      .dock-nav.open .nav-links,
      .dock-nav.open .search-mini{display:flex}
      .nav-links{
        padding:8px 4px 2px;
        overflow-x:auto;
      }
      .search-mini{min-width:0}
      .page-top{padding-top:128px}
      .entry-list{grid-template-columns:1fr}
      .age-grid{grid-template-columns:1fr}
      .section-head{align-items:flex-start;flex-direction:column}
    }
    @media (max-width:767px){
      body{padding-bottom:96px}
      .dock-header{top:10px;padding:0 8px}
      .dock-nav{max-width:calc(100% - 12px);padding:7px}
      .brand span:last-child{
        max-width:190px;
        overflow:hidden;
        text-overflow:ellipsis;
      }
      .dock-nav>.btn-main{display:none}
      h1{font-size:34px}
      h2{font-size:28px}
      .hero-mini{padding:28px 20px 24px}
      .hero-lead{font-size:16px}
      .section{padding:54px 0}
      .content-grid{gap:18px}
      .side-stack{grid-template-columns:1fr}
      .age-panel,.cta-band{padding:24px 20px;border-radius:24px}
      .footer-top{grid-template-columns:1fr}
      .footer-links{justify-content:flex-start}
      .fixed-cta{
        bottom:0;
        width:100%;
        border-radius:22px 22px 0 0;
        padding:12px 14px calc(12px + env(safe-area-inset-bottom));
      }
      .fixed-cta span{font-size:13px}
      .fixed-cta .btn-main{
        min-width:124px;
        min-height:50px;
      }
    }
    @media (max-width:520px){
      .brand-mark{width:34px;height:34px;font-size:12px}
      .brand{font-size:14px;padding-right:8px}
      .brand span:last-child{max-width:150px}
      .menu-toggle{width:40px;height:40px}
      .page-top{padding-top:108px}
      h1{font-size:31px}
      .hero-actions .btn-main,
      .hero-actions .btn-outline-soft,
      .hero-actions .btn-secondary-soft{
        width:100%;
        min-height:54px;
      }
      .summary-card{padding:19px;min-height:220px}
      .card-foot{align-items:flex-start;flex-direction:column}
      .filter-bar{padding:14px;border-radius:20px}
      .fixed-cta{gap:10px}
      .fixed-cta span{display:none}
    }

/* roulang page: category2 */
:root{
      --bg:#121013;
      --bg-2:#19151a;
      --bg-3:#221b20;
      --paper:#f7f1ea;
      --paper-2:#fcf7f2;
      --card-dark:rgba(255,247,240,.06);
      --card-dark-2:rgba(255,247,240,.09);
      --card-light:#fffaf5;
      --text:#fff7f0;
      --text-dark:#221b20;
      --muted:#d8cdd2;
      --muted-dark:#5d5158;
      --border:rgba(255,247,240,.13);
      --border-dark:rgba(34,27,32,.10);
      --coral:#ff5a7a;
      --coral-deep:#e94869;
      --violet:#7c6af2;
      --violet-soft:#8b5cf6;
      --shadow-dark:0 18px 50px rgba(0,0,0,.18);
      --shadow-light:0 12px 32px rgba(70,40,50,.10);
      --radius-xl:24px;
      --radius-lg:20px;
      --radius-md:16px;
      --radius-sm:12px;
      --container:1240px;
      --gap:24px;
      --nav-height:84px;
    }
    *{box-sizing:border-box}
    html,body{width:100%;overflow-x:hidden}
    body{
      margin:0;
      font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans SC",Arial,sans-serif;
      color:var(--text);
      background:
        linear-gradient(180deg,#161219 0%,#121013 34%,#f7f1ea 34%,#f7f1ea 100%);
      line-height:1.7;
      letter-spacing:0;
      padding-top:112px;
      padding-bottom:120px;
    }
    a{color:inherit;text-decoration:none}
    img{max-width:100%;display:block}
    button,input,textarea,select{font:inherit}
    :focus-visible{outline:3px solid rgba(255,90,122,.35);outline-offset:2px}
    .container-xl{
      max-width:var(--container);
    }
    .dock-header{
      position:fixed;
      top:18px;
      left:50%;
      transform:translateX(-50%);
      width:calc(100% - 24px);
      max-width:var(--container);
      z-index:1030;
      pointer-events:none;
    }
    .dock-nav{
      pointer-events:auto;
      position:relative;
      display:flex;
      align-items:center;
      gap:14px;
      padding:12px 14px;
      border-radius:999px;
      background:rgba(25,21,26,.84);
      border:1px solid rgba(255,255,255,.11);
      box-shadow:var(--shadow-dark);
      backdrop-filter:blur(18px);
      -webkit-backdrop-filter:blur(18px);
    }
    .brand{
      display:inline-flex;
      align-items:center;
      gap:10px;
      padding:6px 10px 6px 6px;
      border-radius:999px;
      min-width:max-content;
      font-weight:700;
      color:var(--text);
      white-space:nowrap;
    }
    .brand-mark{
      width:36px;
      height:36px;
      display:grid;
      place-items:center;
      border-radius:50%;
      background:linear-gradient(135deg,var(--coral),#ff7a8e);
      color:#fff7f0;
      font-weight:800;
      font-size:13px;
      box-shadow:0 12px 26px rgba(255,90,122,.25);
      flex:0 0 auto;
    }
    .nav-links{
      display:flex;
      align-items:center;
      gap:6px;
      margin-left:auto;
      margin-right:auto;
      min-width:0;
    }
    .dock-link{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-height:42px;
      padding:0 16px;
      border-radius:999px;
      color:rgba(255,247,240,.82);
      border:1px solid transparent;
      transition:all .25s ease;
      white-space:nowrap;
      font-size:15px;
    }
    .dock-link:hover,
    .dock-link:focus-visible{
      color:var(--text);
      border-color:rgba(255,255,255,.16);
      background:rgba(255,255,255,.05);
    }
    .dock-link.active{
      background:rgba(255,90,122,.14);
      border-color:rgba(255,90,122,.34);
      color:#fff7f0;
    }
    .search-mini{
      display:flex;
      align-items:center;
      gap:8px;
      min-width:240px;
      max-width:300px;
      margin-left:auto;
      padding:0 14px;
      height:42px;
      border-radius:999px;
      border:1px solid rgba(255,255,255,.12);
      background:rgba(255,255,255,.04);
      color:rgba(255,247,240,.72);
      transition:all .25s ease;
    }
    .search-mini:focus-within{
      border-color:rgba(255,90,122,.42);
      background:rgba(255,255,255,.06);
    }
    .search-mini span{
      font-size:16px;
      opacity:.8;
      flex:0 0 auto;
    }
    .search-mini input{
      width:100%;
      border:0;
      background:transparent;
      color:var(--text);
      outline:0;
      box-shadow:none;
      padding:0;
      min-width:0;
    }
    .search-mini input::placeholder{color:rgba(255,247,240,.56)}
    .btn-main,
    .btn-ghost,
    .btn-soft{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      min-height:58px;
      padding:0 22px;
      border-radius:999px;
      font-weight:700;
      transition:all .25s ease;
      border:1px solid transparent;
      white-space:nowrap;
      text-decoration:none;
    }
    .btn-main{
      background:var(--coral);
      color:#fff7f0;
      box-shadow:0 16px 30px rgba(255,90,122,.22);
    }
    .btn-main:hover,
    .btn-main:focus-visible{
      color:#fff7f0;
      background:var(--coral-deep);
      transform:translateY(-2px);
      box-shadow:0 20px 34px rgba(255,90,122,.28);
    }
    .btn-ghost{
      background:rgba(255,247,240,.06);
      border-color:rgba(255,247,240,.16);
      color:var(--text);
    }
    .btn-ghost:hover,
    .btn-ghost:focus-visible{
      background:rgba(255,255,255,.10);
      color:var(--text);
      transform:translateY(-2px);
    }
    .btn-soft{
      background:rgba(124,106,242,.12);
      border-color:rgba(124,106,242,.28);
      color:var(--text);
    }
    .btn-soft:hover,
    .btn-soft:focus-visible{
      background:rgba(124,106,242,.18);
      color:var(--text);
      transform:translateY(-2px);
    }
    .menu-toggle{
      display:none;
      width:44px;
      height:44px;
      border-radius:50%;
      border:1px solid rgba(255,255,255,.12);
      background:rgba(255,255,255,.05);
      color:var(--text);
      align-items:center;
      justify-content:center;
      flex:0 0 auto;
      transition:all .25s ease;
    }
    .menu-toggle:hover{background:rgba(255,255,255,.09)}
    main{position:relative;z-index:1}
    .hero{
      position:relative;
      padding:34px 0 28px;
      background:
        linear-gradient(180deg,rgba(18,16,19,.96) 0%,rgba(25,21,26,.94) 100%);
      overflow:hidden;
      border-bottom:1px solid rgba(255,255,255,.06);
    }
    .hero::before{
      content:"";
      position:absolute;
      inset:0;
      background:
        linear-gradient(180deg,rgba(18,16,19,.22),rgba(18,16,19,.72)),
        repeating-linear-gradient(90deg,rgba(255,255,255,.045) 0,rgba(255,255,255,.045) 1px,transparent 1px,transparent 68px),
        repeating-linear-gradient(0deg,rgba(255,255,255,.032) 0,rgba(255,255,255,.032) 1px,transparent 1px,transparent 68px);
      opacity:.75;
      pointer-events:none;
    }
    .hero .container-xl{position:relative;z-index:1}
    .section{
      padding:92px 0;
    }
    .section.paper{
      background:
        linear-gradient(180deg,#f8f2eb 0%,#f7f1ea 100%);
      color:var(--text-dark);
      border-top:1px solid rgba(34,27,32,.05);
      border-bottom:1px solid rgba(34,27,32,.05);
    }
    .section.dark{
      background:
        linear-gradient(180deg,#19151a 0%,#121013 100%);
      color:var(--text);
      border-top:1px solid rgba(255,255,255,.06);
      border-bottom:1px solid rgba(255,255,255,.06);
    }
    .section.soft{
      background:
        linear-gradient(180deg,#f7f1ea 0%,#f4ede5 100%);
      color:var(--text-dark);
      border-top:1px solid rgba(34,27,32,.05);
    }
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      min-height:34px;
      padding:0 12px;
      border-radius:999px;
      font-size:13px;
      font-weight:700;
      letter-spacing:0;
      margin-bottom:18px;
    }
    .eyebrow.dark{
      background:rgba(255,255,255,.06);
      color:rgba(255,247,240,.8);
      border:1px solid rgba(255,255,255,.08);
    }
    .eyebrow.light{
      background:rgba(255,90,122,.10);
      color:#b63b5a;
      border:1px solid rgba(255,90,122,.14);
    }
    h1,h2,h3,h4,p{margin:0}
    h1{
      font-size:56px;
      line-height:1.1;
      letter-spacing:0;
      font-weight:800;
      margin-bottom:18px;
    }
    h2{
      font-size:36px;
      line-height:1.16;
      font-weight:800;
      letter-spacing:0;
    }
    h3{
      font-size:22px;
      line-height:1.28;
      font-weight:800;
      letter-spacing:0;
    }
    .hero-lead{
      max-width:720px;
      font-size:18px;
      line-height:1.8;
      color:rgba(255,247,240,.82);
      margin-bottom:28px;
    }
    .hero-actions{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin-bottom:22px;
    }
    .hero-note{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:22px;
    }
    .tag{
      display:inline-flex;
      align-items:center;
      gap:6px;
      min-height:34px;
      padding:0 12px;
      border-radius:999px;
      font-size:13px;
      font-weight:700;
      line-height:1;
      white-space:nowrap;
    }
    .tag.dark{
      background:rgba(255,255,255,.06);
      color:rgba(255,247,240,.86);
      border:1px solid rgba(255,255,255,.09);
    }
    .tag.light{
      background:#fff;
      color:#6b5962;
      border:1px solid rgba(34,27,32,.08);
      box-shadow:0 8px 20px rgba(70,40,50,.06);
    }
    .hero-panel{
      background:rgba(255,247,240,.05);
      border:1px solid rgba(255,255,255,.10);
      border-radius:var(--radius-xl);
      padding:18px;
      box-shadow:var(--shadow-dark);
      backdrop-filter:blur(16px);
      -webkit-backdrop-filter:blur(16px);
    }
    .route-feature{
      background:linear-gradient(180deg,rgba(255,90,122,.14),rgba(255,255,255,.04));
      border:1px solid rgba(255,90,122,.22);
      border-radius:22px;
      padding:18px;
      margin-bottom:14px;
    }
    .route-feature .micro{
      color:rgba(255,247,240,.70);
      font-size:13px;
      margin-bottom:8px;
    }
    .route-feature p{
      color:rgba(255,247,240,.78);
      margin-top:8px;
      margin-bottom:14px;
      font-size:15px;
    }
    .route-grid{
      display:grid;
      grid-template-columns:repeat(2,minmax(0,1fr));
      gap:12px;
    }
    .route-mini{
      min-height:118px;
      padding:14px;
      border-radius:18px;
      background:rgba(255,255,255,.04);
      border:1px solid rgba(255,255,255,.08);
      display:flex;
      flex-direction:column;
      justify-content:space-between;
      transition:all .25s ease;
    }
    .route-mini:hover{
      transform:translateY(-2px);
      background:rgba(255,255,255,.07);
      border-color:rgba(255,90,122,.24);
    }
    .route-mini .num{
      display:inline-flex;
      width:max-content;
      padding:4px 8px;
      border-radius:999px;
      background:rgba(124,106,242,.16);
      color:#efe9ff;
      font-size:12px;
      font-weight:800;
      margin-bottom:10px;
    }
    .route-mini h4{
      font-size:15px;
      line-height:1.35;
      margin-bottom:8px;
      font-weight:800;
    }
    .route-mini p{
      font-size:13px;
      color:rgba(255,247,240,.70);
      line-height:1.55;
      margin-bottom:0;
    }
    .route-mini .state{
      margin-top:12px;
      font-size:12px;
      color:#ffb6c6;
      font-weight:700;
    }
    .trust-strip{
      margin-top:22px;
      display:flex;
      gap:10px;
      flex-wrap:nowrap;
      overflow:auto;
      padding-bottom:4px;
      scrollbar-width:none;
    }
    .trust-strip::-webkit-scrollbar{display:none}
    .trust-chip{
      flex:0 0 auto;
      display:inline-flex;
      align-items:center;
      gap:8px;
      min-height:42px;
      padding:0 14px;
      border-radius:999px;
      background:rgba(255,255,255,.05);
      border:1px solid rgba(255,255,255,.09);
      color:rgba(255,247,240,.82);
      font-size:13px;
      font-weight:700;
    }
    .trust-chip i{color:#ffb6c6}
    .section-head{
      display:flex;
      align-items:end;
      justify-content:space-between;
      gap:20px;
      margin-bottom:28px;
      flex-wrap:wrap;
    }
    .section-head .lead{
      max-width:760px;
      color:inherit;
      opacity:.78;
      font-size:16px;
      line-height:1.8;
    }
    .section-head .title-wrap{max-width:760px}
    .section-head .title-wrap h2{margin-top:2px}
    .section-head .title-wrap .lead{margin-top:10px}
    .step-grid{
      display:grid;
      grid-template-columns:repeat(4,minmax(0,1fr));
      gap:16px;
    }
    .step-card{
      background:rgba(255,255,255,.88);
      color:var(--text-dark);
      border:1px solid var(--border-dark);
      border-radius:22px;
      padding:18px;
      box-shadow:var(--shadow-light);
      transition:all .25s ease;
      min-height:220px;
      display:flex;
      flex-direction:column;
    }
    .step-card:hover{
      transform:translateY(-3px);
      border-color:rgba(255,90,122,.20);
      box-shadow:0 16px 36px rgba(70,40,50,.13);
    }
    .step-card .step-index{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      width:50px;
      height:50px;
      border-radius:50%;
      background:rgba(255,90,122,.12);
      color:#b63b5a;
      font-weight:900;
      margin-bottom:16px;
      font-size:18px;
    }
    .step-card h3{margin-bottom:10px}
    .step-card p{
      color:var(--muted-dark);
      font-size:15px;
      line-height:1.75;
      margin-bottom:18px;
      flex:1;
    }
    .step-bar{
      width:100%;
      height:6px;
      border-radius:999px;
      background:rgba(124,106,242,.10);
      overflow:hidden;
    }
    .step-bar span{
      display:block;
      height:100%;
      border-radius:999px;
      background:linear-gradient(90deg,var(--coral),#ff8ea3);
    }
    .matrix-layout{
      display:grid;
      grid-template-columns:minmax(0,5fr) minmax(0,7fr);
      gap:18px;
      align-items:start;
    }
    .cover-card{
      position:sticky;
      top:120px;
      border-radius:26px;
      padding:24px;
      background:linear-gradient(180deg,#1e1920,#151117);
      border:1px solid rgba(255,255,255,.10);
      box-shadow:var(--shadow-dark);
      overflow:hidden;
    }
    .cover-card::after{
      content:"";
      position:absolute;
      inset:0;
      background:repeating-linear-gradient(90deg,rgba(255,255,255,.05) 0,rgba(255,255,255,.05) 1px,transparent 1px,transparent 64px);
      opacity:.22;
      pointer-events:none;
    }
    .cover-card > *{position:relative;z-index:1}
    .cover-card .cover-label{
      color:#ffb6c6;
      font-size:13px;
      font-weight:800;
      margin-bottom:12px;
    }
    .cover-card .cover-num{
      font-size:58px;
      line-height:1;
      font-weight:900;
      color:rgba(255,247,240,.95);
      margin-bottom:14px;
    }
    .cover-card h3{
      font-size:26px;
      margin-bottom:12px;
      color:var(--text);
    }
    .cover-card p{
      color:rgba(255,247,240,.78);
      font-size:15px;
      line-height:1.85;
      margin-bottom:18px;
    }
    .cover-points{
      display:grid;
      gap:10px;
      margin-bottom:18px;
    }
    .cover-point{
      display:flex;
      gap:10px;
      align-items:flex-start;
      color:rgba(255,247,240,.84);
      font-size:14px;
      line-height:1.6;
    }
    .cover-point i{
      color:var(--coral);
      margin-top:2px;
      flex:0 0 auto;
    }
    .directory-list{
      display:grid;
      gap:12px;
    }
    .directory-row{
      display:grid;
      grid-template-columns:62px minmax(0,1fr) auto;
      gap:14px;
      align-items:center;
      padding:16px 18px;
      border-radius:20px;
      background:rgba(255,255,255,.86);
      border:1px solid rgba(34,27,32,.08);
      box-shadow:var(--shadow-light);
      transition:all .25s ease;
    }
    .directory-row:hover{
      transform:translateY(-2px);
      border-color:rgba(255,90,122,.22);
      box-shadow:0 16px 34px rgba(70,40,50,.13);
    }
    .directory-num{
      width:46px;
      height:46px;
      border-radius:14px;
      background:rgba(255,90,122,.10);
      display:grid;
      place-items:center;
      color:#b63b5a;
      font-weight:900;
      font-size:18px;
    }
    .directory-main h3{
      font-size:19px;
      margin-bottom:6px;
      color:var(--text-dark);
    }
    .directory-main p{
      color:var(--muted-dark);
      font-size:14px;
      line-height:1.7;
      margin-bottom:10px;
    }
    .row-tags{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
    }
    .row-tag{
      display:inline-flex;
      align-items:center;
      min-height:28px;
      padding:0 10px;
      border-radius:999px;
      background:#f6edf2;
      color:#8f5670;
      font-size:12px;
      font-weight:700;
    }
    .row-action{
      width:42px;
      height:42px;
      display:grid;
      place-items:center;
      border-radius:50%;
      background:rgba(124,106,242,.10);
      color:#6f5fe3;
      border:1px solid rgba(124,106,242,.16);
      transition:all .25s ease;
      flex:0 0 auto;
    }
    .directory-row:hover .row-action{
      background:rgba(255,90,122,.12);
      color:var(--coral-deep);
      border-color:rgba(255,90,122,.22);
    }
    .summary-grid{
      display:grid;
      grid-template-columns:repeat(3,minmax(0,1fr));
      gap:16px;
    }
    .summary-box{
      background:rgba(255,255,255,.78);
      border:1px solid rgba(34,27,32,.08);
      border-radius:22px;
      padding:20px;
      box-shadow:var(--shadow-light);
      min-height:220px;
    }
    .summary-box .mini-label{
      display:inline-flex;
      align-items:center;
      gap:6px;
      min-height:30px;
      padding:0 10px;
      border-radius:999px;
      background:rgba(255,90,122,.10);
      color:#b63b5a;
      font-size:12px;
      font-weight:800;
      margin-bottom:14px;
    }
    .summary-box h3{
      color:var(--text-dark);
      margin-bottom:12px;
    }
    .summary-box ul{
      margin:0;
      padding-left:18px;
      color:var(--muted-dark);
    }
    .summary-box li{
      margin-bottom:10px;
      line-height:1.75;
      font-size:14px;
    }
    .timeline-wrap{
      display:grid;
      grid-template-columns:minmax(0,7fr) minmax(0,5fr);
      gap:18px;
      align-items:start;
    }
    .timeline{
      position:relative;
      padding-left:20px;
      display:grid;
      gap:14px;
    }
    .timeline::before{
      content:"";
      position:absolute;
      left:7px;
      top:8px;
      bottom:8px;
      width:2px;
      background:linear-gradient(180deg,rgba(255,90,122,.7),rgba(124,106,242,.35));
      opacity:.6;
    }
    .timeline-item{
      position:relative;
      padding:18px 18px 18px 22px;
      background:rgba(255,255,255,.86);
      color:var(--text-dark);
      border:1px solid rgba(34,27,32,.08);
      border-radius:20px;
      box-shadow:var(--shadow-light);
    }
    .timeline-item::before{
      content:"";
      position:absolute;
      left:-24px;
      top:24px;
      width:14px;
      height:14px;
      border-radius:50%;
      border:3px solid #fff;
      background:var(--coral);
      box-shadow:0 0 0 4px rgba(255,90,122,.12);
    }
    .timeline-item .idx{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-height:30px;
      padding:0 10px;
      border-radius:999px;
      background:rgba(124,106,242,.10);
      color:#6f5fe3;
      font-size:12px;
      font-weight:800;
      margin-bottom:10px;
    }
    .timeline-item h3{font-size:18px;margin-bottom:8px}
    .timeline-item p{
      color:var(--muted-dark);
      font-size:14px;
      line-height:1.75;
    }
    .confirm-card{
      position:sticky;
      top:120px;
      background:linear-gradient(180deg,#fffaf5,#fffdfb);
      border:1px solid rgba(34,27,32,.08);
      border-radius:26px;
      padding:22px;
      box-shadow:var(--shadow-light);
      color:var(--text-dark);
    }
    .confirm-card .mini-label{
      display:inline-flex;
      align-items:center;
      gap:6px;
      min-height:30px;
      padding:0 10px;
      border-radius:999px;
      background:rgba(255,90,122,.10);
      color:#b63b5a;
      font-size:12px;
      font-weight:800;
      margin-bottom:14px;
    }
    .confirm-card h3{margin-bottom:10px}
    .confirm-card p{
      color:var(--muted-dark);
      font-size:14px;
      line-height:1.75;
      margin-bottom:18px;
    }
    .form-check{
      padding-left:1.9rem;
      margin-bottom:14px;
    }
    .form-check-input{
      width:1.1rem;
      height:1.1rem;
      margin-top:.25rem;
      border-radius:.35rem;
      border:1px solid rgba(34,27,32,.22);
      background-color:#fff;
      box-shadow:none;
    }
    .form-check-input:checked{
      background-color:var(--coral);
      border-color:var(--coral);
    }
    .form-check-label{
      color:var(--text-dark);
      font-size:14px;
      line-height:1.7;
    }
    .form-field{
      display:flex;
      align-items:center;
      gap:10px;
      padding:0 14px;
      height:54px;
      border-radius:16px;
      border:1px solid rgba(34,27,32,.10);
      background:#fff;
      margin-bottom:14px;
      transition:all .25s ease;
    }
    .form-field:focus-within{
      border-color:rgba(255,90,122,.28);
      box-shadow:0 0 0 4px rgba(255,90,122,.08);
    }
    .form-field span{
      font-size:15px;
      color:#a07c86;
      flex:0 0 auto;
    }
    .form-field input{
      border:0;
      outline:0;
      box-shadow:none;
      width:100%;
      min-width:0;
      background:transparent;
      color:var(--text-dark);
    }
    .form-field input::placeholder{color:#a48e95}
    .pill-group{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-bottom:18px;
    }
    .interest-pill{
      border:1px solid rgba(124,106,242,.18);
      background:rgba(124,106,242,.08);
      color:#614fe0;
      padding:0 14px;
      min-height:40px;
      border-radius:999px;
      font-size:13px;
      font-weight:700;
      transition:all .25s ease;
    }
    .interest-pill:hover,
    .interest-pill.active{
      background:rgba(255,90,122,.12);
      color:#b63b5a;
      border-color:rgba(255,90,122,.24);
      transform:translateY(-1px);
    }
    .confirm-note{
      margin-top:12px;
      font-size:12px;
      line-height:1.65;
      color:#79656d;
    }
    .custom-accordion .accordion-item{
      background:transparent;
      border:1px solid rgba(255,255,255,.10);
      border-radius:18px;
      overflow:hidden;
      margin-bottom:12px;
    }
    .custom-accordion .accordion-button{
      background:rgba(255,255,255,.04);
      color:var(--text);
      box-shadow:none;
      font-weight:800;
      padding:18px 20px;
      border:0;
    }
    .custom-accordion .accordion-button:focus{
      box-shadow:none;
    }
    .custom-accordion .accordion-button:not(.collapsed){
      background:rgba(255,90,122,.12);
      color:var(--text);
    }
    .custom-accordion .accordion-button::after{
      filter:brightness(0) invert(1);
      opacity:.75;
    }
    .custom-accordion .accordion-body{
      background:rgba(255,247,240,.96);
      color:var(--text-dark);
      border-top:1px solid rgba(34,27,32,.08);
      padding:18px 20px;
      font-size:15px;
      line-height:1.8;
    }
    .cta-band{
      background:
        linear-gradient(180deg,#141116 0%,#1d1820 100%);
      color:var(--text);
      padding:86px 0 100px;
      border-top:1px solid rgba(255,255,255,.06);
    }
    .cta-panel{
      border-radius:28px;
      padding:28px;
      background:
        linear-gradient(135deg,rgba(255,90,122,.18),rgba(124,106,242,.10)),
        rgba(255,255,255,.04);
      border:1px solid rgba(255,255,255,.10);
      box-shadow:var(--shadow-dark);
    }
    .cta-panel h2{
      font-size:40px;
      margin-bottom:14px;
    }
    .cta-panel p{
      max-width:780px;
      color:rgba(255,247,240,.80);
      font-size:17px;
      line-height:1.8;
      margin-bottom:18px;
    }
    .cta-actions{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin-bottom:18px;
    }
    .cta-chips{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
    }
    .cta-chip{
      display:inline-flex;
      align-items:center;
      min-height:34px;
      padding:0 12px;
      border-radius:999px;
      background:rgba(255,255,255,.07);
      border:1px solid rgba(255,255,255,.10);
      color:rgba(255,247,240,.82);
      font-size:13px;
      font-weight:700;
    }
    .fixed-cta{
      position:fixed;
      left:50%;
      bottom:16px;
      transform:translateX(-50%);
      width:min(1120px,calc(100% - 20px));
      z-index:1020;
      background:rgba(25,21,26,.92);
      border:1px solid rgba(255,255,255,.11);
      border-radius:22px;
      box-shadow:var(--shadow-dark);
      backdrop-filter:blur(18px);
      -webkit-backdrop-filter:blur(18px);
      padding:12px 14px;
      color:var(--text);
    }
    .fixed-cta-inner{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:14px;
      flex-wrap:wrap;
    }
    .fixed-cta p{
      margin:0;
      color:rgba(255,247,240,.82);
      font-size:14px;
      line-height:1.5;
    }
    .fixed-cta .action-set{
      display:flex;
      align-items:center;
      gap:10px;
      flex-wrap:wrap;
      margin-left:auto;
    }
    .fixed-cta .mini-link{
      color:rgba(255,247,240,.76);
      font-size:13px;
      text-decoration:underline;
      text-underline-offset:3px;
    }
    .footer{
      background:#121013;
      color:rgba(255,247,240,.78);
      padding:48px 0 24px;
      border-top:1px solid rgba(255,255,255,.06);
    }
    .footer-top{
      display:flex;
      justify-content:space-between;
      gap:24px;
      align-items:flex-start;
      padding-bottom:22px;
      border-bottom:1px solid rgba(255,255,255,.08);
    }
    .footer-brand{
      display:inline-flex;
      align-items:center;
      gap:10px;
      margin-bottom:14px;
      font-weight:800;
      color:var(--text);
      font-size:18px;
    }
    .footer p{
      max-width:720px;
      margin:0;
      line-height:1.8;
      font-size:14px;
      color:rgba(255,247,240,.70);
    }
    .footer-links{
      display:flex;
      gap:12px;
      flex-wrap:wrap;
      justify-content:flex-end;
    }
    .footer-links a{
      display:inline-flex;
      align-items:center;
      min-height:40px;
      padding:0 14px;
      border-radius:999px;
      border:1px solid rgba(255,255,255,.10);
      background:rgba(255,255,255,.04);
      color:rgba(255,247,240,.82);
      transition:all .25s ease;
    }
    .footer-links a:hover{
      background:rgba(255,255,255,.08);
      color:#fff7f0;
      transform:translateY(-1px);
    }
    .copyright{
      padding-top:18px;
      display:flex;
      gap:10px 16px;
      justify-content:space-between;
      align-items:center;
      flex-wrap:wrap;
      font-size:13px;
      color:rgba(255,247,240,.58);
    }
    .copyright span{white-space:nowrap}
    .muted-dark{color:rgba(255,247,240,.70)}
    .small-sep{
      width:8px;height:8px;border-radius:50%;background:rgba(255,90,122,.78);display:inline-block;
    }
    @media (max-width: 1199.98px){
      h1{font-size:48px}
      .step-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
      .matrix-layout,
      .timeline-wrap{grid-template-columns:1fr}
      .cover-card,
      .confirm-card{position:relative;top:auto}
      .summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
    }
    @media (max-width: 991.98px){
      body{padding-top:106px}
      .dock-nav{
        border-radius:24px;
        flex-wrap:wrap;
        align-items:flex-start;
      }
      .nav-links{
        order:4;
        width:100%;
        margin:0;
        display:none;
        flex-direction:column;
        align-items:stretch;
        gap:8px;
        padding-top:8px;
      }
      .nav-links.open{display:flex}
      .dock-link{justify-content:flex-start}
      .search-mini{
        order:3;
        width:100%;
        max-width:none;
        min-width:0;
        margin:0;
      }
      .menu-toggle{
        display:inline-flex;
        margin-left:auto;
      }
      .hero{padding-top:24px}
      h1{font-size:42px}
      h2{font-size:32px}
      .hero-actions,
      .cta-actions{gap:10px}
      .hero-panel{margin-top:4px}
      .route-feature h4{font-size:16px}
      .fixed-cta{width:calc(100% - 12px);bottom:8px;border-radius:18px}
    }
    @media (max-width: 767.98px){
      body{padding-top:100px;padding-bottom:146px}
      h1{font-size:36px}
      h2{font-size:28px}
      h3{font-size:20px}
      .section{padding:60px 0}
      .hero-lead{font-size:16px}
      .hero-actions .btn-main,
      .hero-actions .btn-ghost,
      .hero-actions .btn-soft,
      .cta-actions .btn-main,
      .cta-actions .btn-ghost{
        min-height:54px;
        padding:0 18px;
      }
      .step-grid,
      .summary-grid{grid-template-columns:1fr}
      .directory-row{
        grid-template-columns:1fr;
        gap:12px;
      }
      .row-action{justify-self:start}
      .cover-card{padding:20px}
      .cover-card .cover-num{font-size:48px}
      .cta-panel{padding:22px}
      .cta-panel h2{font-size:30px}
      .footer-top{flex-direction:column}
      .footer-links{justify-content:flex-start}
      .fixed-cta-inner{
        align-items:flex-start;
      }
      .fixed-cta .action-set{
        width:100%;
        margin-left:0;
      }
      .fixed-cta .action-set .btn-main,
      .fixed-cta .action-set .btn-ghost{
        flex:1 1 0;
        min-width:0;
      }
    }
    @media (max-width: 575.98px){
      body{padding-top:96px;padding-bottom:156px}
      .dock-header{top:8px;width:calc(100% - 12px)}
      .dock-nav{padding:10px 10px;border-radius:22px}
      .brand{font-size:14px;padding-left:4px}
      .brand-mark{width:32px;height:32px;font-size:12px}
      .menu-toggle{width:42px;height:42px}
      h1{font-size:34px;line-height:1.14}
      .hero-note,.trust-strip,.cta-chips,.pill-group{gap:8px}
      .trust-chip,.tag,.cta-chip{min-height:38px}
      .hero-panel{padding:14px}
      .route-grid{grid-template-columns:1fr}
      .confirm-card{padding:18px}
      .fixed-cta{
        width:calc(100% - 10px);
        bottom:6px;
        border-radius:18px;
        padding:10px 12px;
      }
      .fixed-cta p{font-size:13px}
      .fixed-cta .action-set .btn-main,
      .fixed-cta .action-set .btn-ghost{
        min-height:52px;
        flex:1 1 100%;
      }
      .fixed-cta .mini-link{font-size:12px}
    }
