/* roulang page: index */
:root{
      --plum:#5b1439;
      --plum-2:#7f1f4d;
      --wine:#3a0d27;
      --rose:#d6a06f;
      --coral:#ff7a59;
      --cream:#fbf4eb;
      --cream-2:#f7eadc;
      --smoke:#171218;
      --charcoal:#2b242c;
      --muted:#746977;
      --line:rgba(91,20,57,.14);
      --white:#fffdf9;
      --shadow:0 22px 55px rgba(58,13,39,.12);
      --shadow-soft:0 14px 34px rgba(58,13,39,.08);
      --radius-xl:30px;
      --radius-lg:22px;
      --radius-md:16px;
      --radius-sm:12px;
      --nav-h:74px;
      --ease:all .25s ease;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei",Arial,sans-serif;
      color:var(--smoke);
      background:
        radial-gradient(circle at 8% 8%, rgba(214,160,111,.22), transparent 30%),
        radial-gradient(circle at 88% 12%, rgba(255,122,89,.13), transparent 25%),
        linear-gradient(180deg,var(--cream),#fffaf4 45%,var(--cream-2));
      line-height:1.72;
      overflow-x:hidden;
      padding-bottom:86px;
    }
    a{color:inherit;text-decoration:none;transition:var(--ease)}
    img{max-width:100%;display:block}
    button,input,textarea{font:inherit}
    ::selection{background:rgba(255,122,89,.28)}
    .site-container{width:min(1180px,calc(100% - 40px));margin-inline:auto}
    .section{padding:88px 0}
    .section-tight{padding:64px 0}
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:8px 13px;
      border-radius:999px;
      background:rgba(91,20,57,.08);
      color:var(--plum);
      font-weight:700;
      font-size:13px;
      letter-spacing:.02em;
      border:1px solid rgba(91,20,57,.1);
    }
    .eyebrow::before{
      content:"";
      width:8px;
      height:8px;
      border-radius:50%;
      background:linear-gradient(135deg,var(--coral),var(--rose));
      box-shadow:0 0 0 5px rgba(255,122,89,.12);
    }
    .section-title{
      margin:16px 0 12px;
      font-size:clamp(28px,3vw,44px);
      line-height:1.16;
      letter-spacing:-.03em;
      color:var(--wine);
      font-weight:900;
    }
    .section-lead{
      max-width:760px;
      color:var(--muted);
      font-size:16px;
      margin:0;
    }
    .btn-brand,.btn-ghost,.btn-darkline{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:9px;
      border-radius:999px;
      min-height:48px;
      padding:13px 22px;
      font-weight:800;
      border:1px solid transparent;
      transition:var(--ease);
      line-height:1;
      white-space:nowrap;
    }
    .btn-brand{
      color:#fff;
      background:linear-gradient(135deg,var(--plum),var(--plum-2) 52%,var(--coral));
      box-shadow:0 16px 30px rgba(127,31,77,.25);
    }
    .btn-brand:hover,.btn-brand:focus{
      color:#fff;
      transform:translateY(-2px);
      box-shadow:0 22px 42px rgba(127,31,77,.32);
      filter:saturate(1.08);
    }
    .btn-ghost{
      color:var(--plum);
      background:rgba(255,253,249,.74);
      border-color:rgba(91,20,57,.16);
    }
    .btn-ghost:hover,.btn-ghost:focus{
      color:var(--wine);
      border-color:rgba(255,122,89,.44);
      background:#fff;
      transform:translateY(-2px);
    }
    .btn-darkline{
      color:#fff;
      background:rgba(255,255,255,.08);
      border-color:rgba(255,255,255,.18);
    }
    .btn-darkline:hover,.btn-darkline:focus{
      color:#fff;
      background:rgba(255,255,255,.16);
      transform:translateY(-2px);
    }
    a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible{
      outline:3px solid rgba(255,122,89,.36);
      outline-offset:3px;
    }

    .site-header{
      position:sticky;
      top:0;
      z-index:1000;
      background:rgba(251,244,235,.94);
      border-bottom:1px solid rgba(91,20,57,.11);
      backdrop-filter:saturate(1.2) blur(10px);
    }
    .navbar{
      min-height:var(--nav-h);
      padding:10px 0;
    }
    .navbar-brand{
      display:flex;
      align-items:center;
      gap:12px;
      max-width:340px;
      color:var(--wine)!important;
      font-weight:900;
      letter-spacing:-.04em;
      line-height:1.08;
      white-space:normal;
    }
    .logo-mark{
      width:42px;
      height:42px;
      flex:0 0 auto;
      border-radius:15px;
      background:
        radial-gradient(circle at 72% 24%,rgba(255,255,255,.55),transparent 24%),
        linear-gradient(135deg,var(--plum),var(--coral));
      box-shadow:0 14px 28px rgba(91,20,57,.22);
      position:relative;
    }
    .logo-mark::after{
      content:"";
      position:absolute;
      inset:12px;
      border:2px solid rgba(255,255,255,.76);
      border-radius:11px 6px 11px 6px;
      transform:rotate(-12deg);
    }
    .nav-link{
      color:var(--charcoal)!important;
      font-weight:750;
      font-size:15px;
      padding:10px 14px!important;
      border-radius:999px;
      position:relative;
    }
    .nav-link:hover{color:var(--plum)!important;background:rgba(91,20,57,.07)}
    .nav-link.active{
      color:var(--plum)!important;
      background:rgba(91,20,57,.1);
    }
    .nav-link.active::after{
      content:"";
      position:absolute;
      left:18px;
      right:18px;
      bottom:5px;
      height:2px;
      border-radius:2px;
      background:linear-gradient(90deg,var(--rose),var(--coral));
    }
    .nav-actions{display:flex;align-items:center;gap:12px}
    .quick-search{
      width:210px;
      display:flex;
      align-items:center;
      gap:8px;
      padding:9px 13px;
      border:1px solid rgba(91,20,57,.13);
      border-radius:999px;
      background:rgba(255,253,249,.8);
      color:var(--muted);
      font-size:13px;
    }
    .quick-search input{
      border:0;
      outline:0;
      background:transparent;
      min-width:0;
      width:100%;
      color:var(--charcoal);
    }
    .navbar-toggler{
      border:1px solid rgba(91,20,57,.18);
      border-radius:14px;
      padding:9px 11px;
      box-shadow:none!important;
    }

    .hero{
      padding:72px 0 42px;
      position:relative;
    }
    .hero-grid{
      display:grid;
      grid-template-columns:5.1fr 5.9fr;
      gap:44px;
      align-items:center;
    }
    .hero h1{
      margin:18px 0 18px;
      font-size:clamp(40px,6.2vw,76px);
      line-height:.98;
      letter-spacing:-.065em;
      color:var(--wine);
      font-weight:950;
    }
    .hero h1 span{
      color:transparent;
      background:linear-gradient(135deg,var(--plum),var(--coral));
      -webkit-background-clip:text;
      background-clip:text;
    }
    .hero-text{
      color:var(--muted);
      font-size:18px;
      max-width:650px;
      margin-bottom:26px;
    }
    .hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:26px}
    .hero-note{
      display:flex;
      gap:12px;
      flex-wrap:wrap;
      color:var(--muted);
      font-size:14px;
    }
    .hero-note span{
      display:inline-flex;
      align-items:center;
      gap:7px;
    }
    .hero-note span::before{
      content:"✓";
      width:20px;
      height:20px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      border-radius:50%;
      background:rgba(91,20,57,.1);
      color:var(--plum);
      font-weight:900;
      font-size:12px;
    }
    .visual-panel{
      min-height:560px;
      border-radius:42px;
      padding:26px;
      background:
        radial-gradient(circle at 18% 14%,rgba(255,255,255,.42),transparent 22%),
        radial-gradient(circle at 82% 78%,rgba(255,122,89,.28),transparent 30%),
        linear-gradient(145deg,#3a0d27,#6d1942 62%,#b35f55);
      box-shadow:var(--shadow);
      position:relative;
      overflow:hidden;
      color:#fff;
    }
    .visual-panel::before{
      content:"";
      position:absolute;
      inset:52px 34px auto auto;
      width:220px;
      height:220px;
      border-radius:50%;
      background:rgba(214,160,111,.18);
      filter:blur(4px);
    }
    .visual-panel::after{
      content:"";
      position:absolute;
      left:-90px;
      bottom:-95px;
      width:290px;
      height:290px;
      border-radius:50%;
      background:rgba(255,255,255,.09);
    }
    .visual-top{
      position:relative;
      z-index:1;
      display:flex;
      justify-content:space-between;
      align-items:flex-start;
      gap:18px;
    }
    .visual-title{
      max-width:330px;
      font-size:25px;
      line-height:1.25;
      font-weight:900;
      letter-spacing:-.03em;
    }
    .age-pill{
      flex:0 0 auto;
      border-radius:999px;
      padding:9px 13px;
      background:rgba(255,255,255,.14);
      border:1px solid rgba(255,255,255,.22);
      font-weight:900;
    }
    .orbit{
      position:absolute;
      z-index:1;
      left:50%;
      top:52%;
      width:330px;
      height:330px;
      transform:translate(-50%,-50%);
      border-radius:50%;
      border:1px solid rgba(255,255,255,.16);
    }
    .orbit::before,.orbit::after{
      content:"";
      position:absolute;
      border-radius:50%;
      border:1px solid rgba(255,255,255,.14);
    }
    .orbit::before{inset:44px}
    .orbit::after{inset:92px;background:rgba(255,255,255,.06)}
    .metric-card{
      position:absolute;
      z-index:2;
      width:190px;
      padding:16px;
      border-radius:22px;
      background:rgba(255,253,249,.13);
      border:1px solid rgba(255,255,255,.22);
      box-shadow:0 18px 38px rgba(0,0,0,.12);
      backdrop-filter:blur(4px);
    }
    .metric-card strong{
      display:block;
      font-size:32px;
      line-height:1;
      letter-spacing:-.04em;
    }
    .metric-card span{
      display:block;
      color:rgba(255,255,255,.78);
      font-size:13px;
      margin-top:8px;
    }
    .metric-card.one{left:34px;bottom:148px}
    .metric-card.two{right:34px;top:168px}
    .metric-card.three{right:78px;bottom:42px}
    .visual-foot{
      position:absolute;
      z-index:2;
      left:26px;
      right:26px;
      bottom:24px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:18px;
      padding:16px 18px;
      border-radius:24px;
      background:rgba(23,18,24,.28);
      border:1px solid rgba(255,255,255,.18);
    }
    .visual-foot b{display:block}
    .visual-foot small{color:rgba(255,255,255,.72)}

    .feature-layout{
      display:grid;
      grid-template-columns:1.12fr .88fr;
      gap:24px;
      margin-top:34px;
    }
    .feature-card{
      border:1px solid var(--line);
      border-radius:var(--radius-xl);
      background:rgba(255,253,249,.78);
      box-shadow:var(--shadow-soft);
      padding:28px;
      transition:var(--ease);
      position:relative;
      overflow:hidden;
    }
    .feature-card:hover{
      transform:translateY(-5px);
      border-color:rgba(255,122,89,.38);
      box-shadow:var(--shadow);
    }
    .feature-card.large{
      min-height:360px;
      background:
        radial-gradient(circle at 92% 18%,rgba(255,122,89,.12),transparent 28%),
        linear-gradient(135deg,rgba(255,253,249,.92),rgba(247,234,220,.9));
    }
    .feature-stack{display:grid;gap:24px}
    .icon-bubble{
      width:54px;
      height:54px;
      border-radius:18px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      color:#fff;
      background:linear-gradient(135deg,var(--plum),var(--coral));
      font-size:22px;
      font-weight:900;
      margin-bottom:22px;
      box-shadow:0 16px 30px rgba(91,20,57,.18);
    }
    .feature-card h3{
      margin:0 0 10px;
      color:var(--wine);
      font-weight:900;
      letter-spacing:-.03em;
      font-size:24px;
    }
    .feature-card p{color:var(--muted);margin:0}
    .mini-list{margin:24px 0 0;padding:0;list-style:none;display:grid;gap:12px}
    .mini-list li{
      display:flex;
      gap:10px;
      color:var(--charcoal);
      font-weight:700;
    }
    .mini-list li::before{content:"●";color:var(--coral);font-size:12px;margin-top:4px}

    .scenario-wrap{
      margin-top:34px;
      display:grid;
      gap:20px;
    }
    .scenario-card{
      display:grid;
      grid-template-columns:190px 1fr auto;
      align-items:center;
      gap:24px;
      padding:22px;
      border-radius:var(--radius-xl);
      background:#fffdf9;
      border:1px solid var(--line);
      box-shadow:var(--shadow-soft);
      transition:var(--ease);
    }
    .scenario-card:hover{transform:translateX(4px);border-color:rgba(214,160,111,.5)}
    .scenario-art{
      min-height:132px;
      border-radius:24px;
      background:
        linear-gradient(135deg,rgba(91,20,57,.88),rgba(255,122,89,.72)),
        repeating-linear-gradient(45deg,rgba(255,255,255,.12) 0 8px,transparent 8px 16px);
      position:relative;
      overflow:hidden;
    }
    .scenario-art::after{
      content:"";
      position:absolute;
      width:86px;
      height:86px;
      right:-18px;
      bottom:-18px;
      border-radius:50%;
      background:rgba(255,255,255,.22);
    }
    .scenario-card h3{font-size:23px;font-weight:900;color:var(--wine);margin:0 0 8px}
    .scenario-card p{margin:0;color:var(--muted)}
    .tag-row{display:flex;flex-wrap:wrap;gap:9px;margin-top:14px}
    .tag{
      display:inline-flex;
      align-items:center;
      padding:7px 11px;
      border-radius:999px;
      background:rgba(91,20,57,.08);
      color:var(--plum);
      font-size:13px;
      font-weight:800;
      border:1px solid rgba(91,20,57,.08);
    }

    .category-grid{
      margin-top:34px;
      display:grid;
      grid-template-columns:repeat(2,1fr);
      gap:24px;
    }
    .category-card{
      min-height:330px;
      padding:30px;
      border-radius:var(--radius-xl);
      background:#fffdf9;
      border:1px solid var(--line);
      box-shadow:var(--shadow-soft);
      display:flex;
      flex-direction:column;
      justify-content:space-between;
      position:relative;
      overflow:hidden;
      transition:var(--ease);
    }
    .category-card::before{
      content:"";
      position:absolute;
      right:-60px;
      top:-70px;
      width:190px;
      height:190px;
      border-radius:50%;
      background:rgba(255,122,89,.12);
    }
    .category-card:hover{
      transform:translateY(-6px);
      border-color:rgba(255,122,89,.36);
      box-shadow:var(--shadow);
    }
    .category-card h3{
      font-size:30px;
      line-height:1.18;
      margin:16px 0 12px;
      color:var(--wine);
      font-weight:950;
      letter-spacing:-.04em;
    }
    .category-card p{color:var(--muted);margin:0}
    .category-card .btn-ghost{align-self:flex-start;margin-top:24px;background:#fff}

    .proof-band{
      border-radius:38px;
      background:
        radial-gradient(circle at 15% 20%,rgba(255,122,89,.2),transparent 26%),
        linear-gradient(135deg,var(--wine),#21111d);
      color:#fff;
      padding:38px;
      box-shadow:var(--shadow);
      overflow:hidden;
      position:relative;
    }
    .proof-grid{
      display:grid;
      grid-template-columns:1fr 1.3fr;
      gap:34px;
      align-items:center;
      position:relative;
      z-index:1;
    }
    .proof-title{font-size:clamp(28px,3vw,42px);line-height:1.15;font-weight:950;margin:0 0 12px}
    .proof-text{color:rgba(255,255,255,.76);margin:0}
    .stats-grid{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:14px;
    }
    .stat{
      padding:20px;
      border-radius:24px;
      background:rgba(255,255,255,.1);
      border:1px solid rgba(255,255,255,.16);
    }
    .stat strong{display:block;font-size:32px;line-height:1;font-weight:950;color:#fff}
    .stat span{display:block;margin-top:9px;color:rgba(255,255,255,.72);font-size:13px}

    .process{
      margin-top:34px;
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:16px;
      counter-reset:step;
    }
    .step{
      counter-increment:step;
      padding:24px;
      border-radius:24px;
      background:rgba(255,253,249,.86);
      border:1px solid var(--line);
      box-shadow:var(--shadow-soft);
      transition:var(--ease);
    }
    .step:hover{transform:translateY(-4px);border-color:rgba(214,160,111,.5)}
    .step::before{
      content:"0" counter(step);
      display:inline-flex;
      width:44px;
      height:44px;
      align-items:center;
      justify-content:center;
      border-radius:15px;
      background:rgba(91,20,57,.1);
      color:var(--plum);
      font-weight:950;
      margin-bottom:18px;
    }
    .step h3{font-size:19px;color:var(--wine);font-weight:900;margin:0 0 8px}
    .step p{font-size:14px;color:var(--muted);margin:0}

    .testimonial-grid{
      margin-top:34px;
      display:grid;
      grid-template-columns:1fr 1fr 1fr;
      gap:20px;
    }
    .quote-card{
      padding:26px;
      border-radius:var(--radius-xl);
      background:#fffdf9;
      border:1px solid var(--line);
      box-shadow:var(--shadow-soft);
      transition:var(--ease);
    }
    .quote-card:hover{transform:translateY(-5px);border-color:rgba(255,122,89,.34)}
    .quote-card p{color:var(--charcoal);margin:0 0 18px}
    .quote-meta{display:flex;align-items:center;gap:12px;color:var(--muted);font-size:14px}
    .avatar{
      width:42px;height:42px;border-radius:50%;
      background:linear-gradient(135deg,var(--plum),var(--rose));
    }

    .accordion{margin-top:32px}
    .accordion-item{
      border:1px solid var(--line)!important;
      background:#fffdf9;
      border-radius:20px!important;
      overflow:hidden;
      margin-bottom:12px;
      box-shadow:0 8px 20px rgba(58,13,39,.05);
    }
    .accordion-button{
      padding:20px 22px;
      background:#fffdf9!important;
      color:var(--wine)!important;
      font-weight:900;
      box-shadow:none!important;
    }
    .accordion-button:not(.collapsed){
      border-bottom:1px solid rgba(91,20,57,.1);
    }
    .accordion-button::after{
      background-size:16px;
      filter:hue-rotate(280deg) saturate(1.2);
    }
    .accordion-body{
      color:var(--muted);
      padding:20px 22px 24px;
    }

    .contact-panel{
      display:grid;
      grid-template-columns:1fr .92fr;
      gap:28px;
      align-items:stretch;
      padding:34px;
      border-radius:38px;
      background:#fffdf9;
      border:1px solid var(--line);
      box-shadow:var(--shadow);
    }
    .contact-panel h2{
      font-size:clamp(30px,3.4vw,48px);
      line-height:1.12;
      font-weight:950;
      color:var(--wine);
      letter-spacing:-.04em;
      margin:14px 0 14px;
    }
    .contact-panel p{color:var(--muted);margin:0}
    .contact-form{
      padding:24px;
      border-radius:28px;
      background:linear-gradient(180deg,rgba(247,234,220,.72),rgba(255,253,249,.9));
      border:1px solid rgba(91,20,57,.12);
    }
    .form-label{font-weight:850;color:var(--charcoal);font-size:14px}
    .form-control,.form-select{
      border-radius:16px;
      min-height:48px;
      border:1px solid rgba(91,20,57,.16);
      background:#fffdf9;
      box-shadow:none!important;
      color:var(--charcoal);
    }
    .form-control:focus,.form-select:focus{
      border-color:rgba(255,122,89,.66);
      box-shadow:0 0 0 .25rem rgba(255,122,89,.12)!important;
    }
    textarea.form-control{min-height:104px}

    .site-footer{
      background:#1d121b;
      color:#fff;
      padding:54px 0 28px;
      margin-top:34px;
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.4fr .8fr 1fr;
      gap:34px;
    }
    .footer-brand{
      display:flex;
      align-items:center;
      gap:12px;
      font-weight:950;
      font-size:20px;
      line-height:1.18;
      margin-bottom:14px;
    }
    .footer-text,.footer-note{color:rgba(255,255,255,.66);margin:0}
    .footer-title{font-size:15px;font-weight:900;margin:0 0 14px;color:#fff}
    .footer-links{list-style:none;padding:0;margin:0;display:grid;gap:10px}
    .footer-links a{color:rgba(255,255,255,.68)}
    .footer-links a:hover{color:#fff;padding-left:4px}
    .footer-bottom{
      margin-top:34px;
      padding-top:22px;
      border-top:1px solid rgba(255,255,255,.12);
      display:flex;
      justify-content:space-between;
      gap:16px;
      flex-wrap:wrap;
      color:rgba(255,255,255,.55);
      font-size:13px;
    }
    .back-top{color:rgba(255,255,255,.78)}
    .back-top:hover{color:#fff}

    .sticky-cta{
      position:fixed;
      left:50%;
      bottom:18px;
      transform:translateX(-50%);
      z-index:999;
      width:min(960px,calc(100% - 28px));
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
      padding:13px 14px 13px 22px;
      border-radius:999px;
      background:rgba(29,18,27,.94);
      color:#fff;
      border:1px solid rgba(255,255,255,.14);
      box-shadow:0 20px 50px rgba(0,0,0,.2);
      backdrop-filter:blur(10px);
    }
    .sticky-cta span{color:rgba(255,255,255,.78);font-size:14px}
    .sticky-cta b{color:#fff}
    .sticky-cta .btn-brand{min-height:44px;padding:12px 18px}

    @media (max-width: 991.98px){
      .site-container{width:min(100% - 28px,740px)}
      .navbar-collapse{
        margin-top:12px;
        padding:14px;
        border-radius:22px;
        background:#fffdf9;
        border:1px solid var(--line);
        box-shadow:var(--shadow-soft);
      }
      .nav-actions{margin-top:12px;align-items:stretch;flex-direction:column}
      .quick-search{width:100%}
      .hero{padding:48px 0 24px}
      .hero-grid,.feature-layout,.proof-grid,.contact-panel{grid-template-columns:1fr}
      .visual-panel{min-height:470px}
      .scenario-card{grid-template-columns:150px 1fr}
      .scenario-card .btn-ghost{grid-column:1/-1;justify-self:start}
      .process{grid-template-columns:repeat(2,1fr)}
      .testimonial-grid,.footer-grid{grid-template-columns:1fr}
      .stats-grid{grid-template-columns:repeat(3,1fr)}
    }
    @media (max-width: 575.98px){
      body{padding-bottom:106px}
      .site-container{width:calc(100% - 24px)}
      .section{padding:62px 0}
      .section-tight{padding:48px 0}
      .navbar-brand{font-size:15px;max-width:245px}
      .logo-mark{width:38px;height:38px;border-radius:14px}
      .hero h1{font-size:42px;line-height:1.03}
      .hero-text{font-size:16px}
      .hero-actions .btn-brand,.hero-actions .btn-ghost{width:100%}
      .visual-panel{min-height:430px;border-radius:30px;padding:20px}
      .visual-title{font-size:20px}
      .orbit{width:240px;height:240px}
      .metric-card{width:150px;padding:13px;border-radius:18px}
      .metric-card strong{font-size:24px}
      .metric-card.one{left:18px;bottom:132px}
      .metric-card.two{right:18px;top:140px}
      .metric-card.three{right:34px;bottom:38px}
      .visual-foot{left:18px;right:18px;bottom:18px;align-items:flex-start;flex-direction:column}
      .feature-card,.category-card,.contact-panel,.proof-band{border-radius:26px;padding:22px}
      .category-grid,.stats-grid,.process,.testimonial-grid{grid-template-columns:1fr}
      .scenario-card{grid-template-columns:1fr;padding:18px}
      .scenario-art{min-height:120px}
      .footer-bottom{display:grid}
      .sticky-cta{
        border-radius:24px;
        align-items:stretch;
        flex-direction:column;
        padding:14px;
      }
      .sticky-cta .btn-brand{width:100%}
    }

/* roulang page: category2 */
:root{
      --plum:#3b102c;
      --plum-2:#5a183f;
      --wine:#7b254f;
      --rose:#c78a6a;
      --coral:#ef765c;
      --cream:#f8f1e8;
      --cream-2:#fffaf4;
      --ink:#21181f;
      --smoke:#4d4249;
      --muted:#756a72;
      --line:rgba(59,16,44,.14);
      --soft-line:rgba(255,255,255,.18);
      --white:#ffffff;
      --shadow:0 22px 60px rgba(42,18,34,.12);
      --shadow-soft:0 14px 36px rgba(42,18,34,.08);
      --radius-xl:30px;
      --radius-lg:22px;
      --radius-md:16px;
      --radius-pill:999px;
      --container:1180px;
      --ease:all .25s ease;
    }

    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei",Arial,sans-serif;
      color:var(--ink);
      background:
        radial-gradient(circle at 8% 12%, rgba(199,138,106,.18), transparent 28%),
        radial-gradient(circle at 92% 4%, rgba(123,37,79,.13), transparent 32%),
        linear-gradient(180deg,var(--cream),#fff 42%,var(--cream-2));
      line-height:1.75;
      overflow-x:hidden;
    }
    a{color:inherit;text-decoration:none;transition:var(--ease)}
    img{max-width:100%;height:auto;display:block}
    button,input,textarea{font:inherit}
    ::selection{background:rgba(239,118,92,.25)}
    :focus-visible{
      outline:3px solid rgba(239,118,92,.45);
      outline-offset:3px;
      border-radius:12px;
    }

    .site-container{
      width:min(var(--container), calc(100% - 40px));
      margin-inline:auto;
    }

    .site-header{
      position:sticky;
      top:0;
      z-index:1000;
      background:rgba(248,241,232,.94);
      border-bottom:1px solid var(--line);
      box-shadow:0 10px 32px rgba(59,16,44,.06);
      backdrop-filter:blur(12px);
    }
    .navbar{padding:12px 0}
    .navbar-brand{
      display:flex;
      align-items:center;
      gap:10px;
      color:var(--plum);
      font-weight:800;
      letter-spacing:-.03em;
      max-width:420px;
      white-space:normal;
      line-height:1.25;
    }
    .navbar-brand:hover{color:var(--wine)}
    .logo-mark{
      width:34px;
      height:34px;
      flex:0 0 auto;
      border-radius:13px;
      display:inline-block;
      background:
        radial-gradient(circle at 28% 25%, #fff4df 0 16%, transparent 17%),
        linear-gradient(135deg,var(--plum),var(--wine) 58%,var(--coral));
      box-shadow:0 12px 24px rgba(123,37,79,.25);
      position:relative;
    }
    .logo-mark:after{
      content:"";
      position:absolute;
      inset:9px;
      border:1px solid rgba(255,255,255,.58);
      border-radius:9px;
    }
    .navbar-toggler{
      border:1px solid var(--line);
      border-radius:14px;
      padding:8px 10px;
      background:#fff7ef;
    }
    .navbar-toggler:focus{box-shadow:0 0 0 4px rgba(239,118,92,.18)}
    .navbar-toggler-icon{
      width:1.25em;
      height:1.25em;
      background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2859, 16, 44, 0.88%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }
    .nav-link{
      color:var(--smoke);
      font-weight:700;
      padding:10px 14px!important;
      border-radius:var(--radius-pill);
      position:relative;
    }
    .nav-link:hover{color:var(--plum);background:rgba(123,37,79,.07)}
    .nav-link.active{
      color:var(--plum)!important;
      background:rgba(239,118,92,.13);
    }
    .nav-link.active:after{
      content:"";
      position:absolute;
      left:20px;
      right:20px;
      bottom:5px;
      height:3px;
      border-radius:4px;
      background:linear-gradient(90deg,var(--rose),var(--coral));
    }
    .nav-actions{
      display:flex;
      align-items:center;
      gap:12px;
    }
    .quick-search{
      display:flex;
      align-items:center;
      gap:8px;
      padding:7px 10px 7px 13px;
      background:#fff;
      border:1px solid var(--line);
      border-radius:var(--radius-pill);
      color:var(--muted);
      box-shadow:0 8px 20px rgba(59,16,44,.05);
    }
    .quick-search span{
      font-size:12px;
      font-weight:800;
      color:var(--wine);
    }
    .quick-search input{
      width:145px;
      border:0;
      outline:0;
      background:transparent;
      color:var(--ink);
      font-size:13px;
    }
    .quick-search input::placeholder{color:#9b8d96}
    .btn-brand,.btn-ghost,.btn-soft{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      min-height:44px;
      border-radius:var(--radius-pill);
      padding:11px 18px;
      font-weight:800;
      border:0;
      cursor:pointer;
      transition:var(--ease);
      white-space:nowrap;
    }
    .btn-brand{
      color:#fff;
      background:linear-gradient(135deg,var(--plum),var(--wine) 56%,var(--coral));
      box-shadow:0 14px 30px rgba(123,37,79,.25);
    }
    .btn-brand:hover{
      color:#fff;
      transform:translateY(-2px);
      box-shadow:0 18px 38px rgba(123,37,79,.32);
      filter:saturate(1.08);
    }
    .btn-ghost{
      color:var(--plum);
      background:rgba(255,255,255,.75);
      border:1px solid var(--line);
    }
    .btn-ghost:hover{background:#fff;color:var(--wine);transform:translateY(-2px);box-shadow:var(--shadow-soft)}
    .btn-soft{
      color:var(--plum);
      background:rgba(239,118,92,.12);
      border:1px solid rgba(239,118,92,.22);
    }
    .btn-soft:hover{background:rgba(239,118,92,.2);color:var(--plum);transform:translateY(-1px)}

    .page-hero{
      padding:54px 0 42px;
      position:relative;
    }
    .breadcrumb-line{
      display:flex;
      flex-wrap:wrap;
      align-items:center;
      gap:8px;
      margin-bottom:20px;
      color:var(--muted);
      font-size:14px;
    }
    .breadcrumb-line a{font-weight:800;color:var(--wine)}
    .breadcrumb-line a:hover{color:var(--coral)}
    .hero-shell{
      display:grid;
      grid-template-columns:1.02fr .98fr;
      gap:30px;
      align-items:stretch;
    }
    .hero-copy{
      padding:38px;
      border-radius:var(--radius-xl);
      background:rgba(255,250,244,.82);
      border:1px solid rgba(59,16,44,.12);
      box-shadow:var(--shadow);
      position:relative;
      overflow:hidden;
    }
    .hero-copy:before{
      content:"";
      position:absolute;
      width:220px;
      height:220px;
      right:-90px;
      top:-90px;
      background:radial-gradient(circle, rgba(239,118,92,.2), transparent 68%);
      pointer-events:none;
    }
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:7px 12px;
      border-radius:var(--radius-pill);
      color:var(--wine);
      background:rgba(199,138,106,.14);
      border:1px solid rgba(199,138,106,.28);
      font-weight:800;
      font-size:13px;
    }
    .eyebrow:before{
      content:"";
      width:8px;
      height:8px;
      border-radius:50%;
      background:var(--coral);
      box-shadow:0 0 0 5px rgba(239,118,92,.13);
    }
    h1{
      margin:18px 0 16px;
      font-size:clamp(34px,5vw,62px);
      line-height:1.08;
      font-weight:900;
      color:var(--plum);
      letter-spacing:-.055em;
    }
    .lead{
      color:var(--smoke);
      font-size:18px;
      line-height:1.85;
      max-width:760px;
      margin:0 0 24px;
    }
    .hero-actions{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin-top:24px;
    }
    .trust-row{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:26px;
    }
    .trust-pill{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:8px 12px;
      border-radius:var(--radius-pill);
      background:#fff;
      border:1px solid var(--line);
      color:var(--muted);
      font-size:13px;
      font-weight:700;
    }
    .trust-pill strong{color:var(--plum)}

    .visual-panel{
      min-height:420px;
      border-radius:var(--radius-xl);
      padding:26px;
      color:#fff;
      background:
        radial-gradient(circle at 82% 16%, rgba(239,118,92,.65), transparent 24%),
        radial-gradient(circle at 16% 80%, rgba(199,138,106,.4), transparent 30%),
        linear-gradient(135deg,#25101f,var(--plum) 48%,#6f2249);
      box-shadow:var(--shadow);
      position:relative;
      overflow:hidden;
    }
    .visual-panel:before{
      content:"";
      position:absolute;
      inset:20px;
      border:1px solid rgba(255,255,255,.16);
      border-radius:24px;
      pointer-events:none;
    }
    .plan-board{
      position:relative;
      z-index:1;
      display:grid;
      gap:16px;
      height:100%;
      align-content:center;
    }
    .board-card{
      padding:18px;
      border-radius:22px;
      background:rgba(255,255,255,.1);
      border:1px solid rgba(255,255,255,.18);
      backdrop-filter:blur(4px);
    }
    .board-card:nth-child(2){margin-left:46px}
    .board-card:nth-child(3){margin-right:36px}
    .board-label{
      display:flex;
      justify-content:space-between;
      gap:12px;
      color:rgba(255,255,255,.72);
      font-size:13px;
      margin-bottom:8px;
    }
    .board-title{
      margin:0;
      color:#fff;
      font-size:20px;
      font-weight:900;
    }
    .meter{
      height:8px;
      border-radius:10px;
      background:rgba(255,255,255,.16);
      overflow:hidden;
      margin-top:14px;
    }
    .meter span{
      display:block;
      height:100%;
      border-radius:10px;
      background:linear-gradient(90deg,var(--rose),var(--coral));
    }

    .section{padding:62px 0}
    .section-tight{padding:40px 0}
    .section-head{
      display:flex;
      justify-content:space-between;
      align-items:end;
      gap:24px;
      margin-bottom:28px;
    }
    .section-kicker{
      color:var(--wine);
      font-size:13px;
      font-weight:900;
      letter-spacing:.08em;
      margin-bottom:8px;
    }
    h2{
      margin:0;
      color:var(--plum);
      font-size:clamp(26px,3vw,40px);
      line-height:1.18;
      font-weight:900;
      letter-spacing:-.035em;
    }
    .section-desc{
      color:var(--muted);
      margin:10px 0 0;
      max-width:620px;
    }

    .scenario-grid{
      display:grid;
      grid-template-columns:1.1fr .9fr;
      gap:22px;
    }
    .scenario-card{
      border-radius:var(--radius-xl);
      background:#fff;
      border:1px solid var(--line);
      box-shadow:var(--shadow-soft);
      padding:26px;
      transition:var(--ease);
      position:relative;
      overflow:hidden;
    }
    .scenario-card:hover{
      transform:translateY(-4px);
      border-color:rgba(239,118,92,.34);
      box-shadow:var(--shadow);
    }
    .scenario-card.featured{
      min-height:345px;
      background:
        linear-gradient(135deg,rgba(255,255,255,.92),rgba(255,247,240,.96)),
        radial-gradient(circle at 90% 0%,rgba(239,118,92,.18),transparent 30%);
    }
    .scenario-card.featured:after{
      content:"";
      position:absolute;
      right:-34px;
      bottom:-38px;
      width:170px;
      height:170px;
      border-radius:48px;
      transform:rotate(18deg);
      background:linear-gradient(135deg,rgba(59,16,44,.08),rgba(239,118,92,.18));
    }
    .stack-grid{
      display:grid;
      gap:22px;
    }
    .tag-row{
      display:flex;
      flex-wrap:wrap;
      gap:9px;
      margin:18px 0;
    }
    .tag{
      display:inline-flex;
      align-items:center;
      padding:7px 11px;
      border-radius:var(--radius-pill);
      background:rgba(123,37,79,.08);
      color:var(--wine);
      border:1px solid rgba(123,37,79,.12);
      font-size:13px;
      font-weight:800;
    }
    .card-title{
      font-size:23px;
      color:var(--plum);
      font-weight:900;
      margin:12px 0 10px;
      letter-spacing:-.02em;
    }
    .card-text{color:var(--muted);margin:0}
    .mini-list{
      list-style:none;
      padding:0;
      margin:20px 0 0;
      display:grid;
      gap:10px;
    }
    .mini-list li{
      display:flex;
      gap:10px;
      color:var(--smoke);
    }
    .mini-list li:before{
      content:"✓";
      flex:0 0 24px;
      height:24px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      border-radius:50%;
      background:rgba(239,118,92,.14);
      color:var(--wine);
      font-weight:900;
      margin-top:2px;
    }

    .filter-strip{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      padding:14px;
      background:rgba(255,255,255,.72);
      border:1px solid var(--line);
      border-radius:22px;
      box-shadow:0 10px 28px rgba(59,16,44,.06);
      margin-bottom:22px;
    }
    .filter-chip{
      border:1px solid var(--line);
      background:#fff;
      color:var(--smoke);
      border-radius:var(--radius-pill);
      padding:9px 14px;
      font-weight:800;
      transition:var(--ease);
    }
    .filter-chip:hover,.filter-chip.active{
      color:#fff;
      border-color:transparent;
      background:linear-gradient(135deg,var(--plum),var(--wine));
      transform:translateY(-1px);
    }

    .plan-grid{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:22px;
    }
    .plan-card{
      background:#fff;
      border:1px solid var(--line);
      border-radius:var(--radius-xl);
      padding:24px;
      box-shadow:var(--shadow-soft);
      transition:var(--ease);
      min-height:100%;
    }
    .plan-card:hover{
      transform:translateY(-4px);
      border-color:rgba(199,138,106,.48);
      box-shadow:var(--shadow);
    }
    .plan-icon{
      width:54px;
      height:54px;
      border-radius:18px;
      display:flex;
      align-items:center;
      justify-content:center;
      color:#fff;
      font-size:24px;
      font-weight:900;
      background:linear-gradient(135deg,var(--plum),var(--coral));
      box-shadow:0 14px 24px rgba(123,37,79,.18);
      margin-bottom:16px;
    }
    .plan-card h3{
      font-size:21px;
      font-weight:900;
      color:var(--plum);
      margin:0 0 10px;
    }
    .plan-card p{color:var(--muted);margin:0 0 18px}
    .card-link{
      display:inline-flex;
      align-items:center;
      gap:6px;
      color:var(--wine);
      font-weight:900;
    }
    .card-link:hover{color:var(--coral);gap:10px}

    .process-wrap{
      display:grid;
      grid-template-columns:.86fr 1.14fr;
      gap:24px;
      align-items:start;
    }
    .process-note{
      border-radius:var(--radius-xl);
      padding:30px;
      color:#fff;
      background:
        radial-gradient(circle at 82% 22%,rgba(239,118,92,.35),transparent 28%),
        linear-gradient(145deg,var(--plum),#24111e);
      box-shadow:var(--shadow);
      position:sticky;
      top:96px;
    }
    .process-note h2{color:#fff}
    .process-note p{color:rgba(255,255,255,.78)}
    .stats-row{
      display:grid;
      grid-template-columns:repeat(2,1fr);
      gap:12px;
      margin-top:22px;
    }
    .stat-box{
      padding:16px;
      border-radius:18px;
      background:rgba(255,255,255,.1);
      border:1px solid rgba(255,255,255,.16);
    }
    .stat-box strong{
      display:block;
      color:#fff;
      font-size:25px;
      line-height:1;
      margin-bottom:6px;
    }
    .stat-box span{color:rgba(255,255,255,.7);font-size:13px}
    .timeline{
      display:grid;
      gap:14px;
    }
    .step{
      display:grid;
      grid-template-columns:64px 1fr;
      gap:16px;
      padding:20px;
      border-radius:24px;
      background:#fff;
      border:1px solid var(--line);
      box-shadow:0 10px 28px rgba(59,16,44,.06);
      transition:var(--ease);
    }
    .step:hover{transform:translateX(4px);border-color:rgba(239,118,92,.32)}
    .step-num{
      width:54px;
      height:54px;
      border-radius:19px;
      display:flex;
      align-items:center;
      justify-content:center;
      background:rgba(239,118,92,.13);
      color:var(--wine);
      font-weight:900;
      font-size:18px;
    }
    .step h3{margin:0 0 6px;color:var(--plum);font-size:20px;font-weight:900}
    .step p{margin:0;color:var(--muted)}

    .guard-section{
      border-radius:36px;
      padding:38px;
      background:linear-gradient(180deg,rgba(255,255,255,.76),rgba(255,250,244,.9));
      border:1px solid var(--line);
      box-shadow:var(--shadow-soft);
    }
    .guard-grid{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:16px;
      margin-top:24px;
    }
    .guard-item{
      padding:18px;
      border-radius:22px;
      background:#fff;
      border:1px solid var(--line);
      transition:var(--ease);
    }
    .guard-item:hover{border-color:rgba(199,138,106,.48);transform:translateY(-3px)}
    .guard-item strong{
      display:block;
      color:var(--plum);
      font-size:17px;
      margin-bottom:8px;
    }
    .guard-item span{color:var(--muted);font-size:14px}

    .consult-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:24px;
      align-items:stretch;
    }
    .consult-card,.form-card{
      border-radius:var(--radius-xl);
      background:#fff;
      border:1px solid var(--line);
      box-shadow:var(--shadow-soft);
      padding:30px;
    }
    .consult-card{
      background:
        radial-gradient(circle at 10% 10%,rgba(199,138,106,.18),transparent 28%),
        #fff;
    }
    .notice-list{
      display:grid;
      gap:14px;
      margin-top:22px;
    }
    .notice{
      padding:15px 16px;
      border-radius:18px;
      background:rgba(248,241,232,.78);
      border:1px solid var(--line);
      color:var(--smoke);
      font-weight:700;
    }
    .form-label{
      color:var(--plum);
      font-weight:900;
      margin-bottom:7px;
    }
    .form-control,.form-select{
      border:1px solid var(--line);
      border-radius:16px;
      padding:12px 14px;
      color:var(--ink);
      background:#fffaf7;
      box-shadow:none!important;
    }
    .form-control:focus,.form-select:focus{
      border-color:rgba(239,118,92,.62);
      background:#fff;
      box-shadow:0 0 0 4px rgba(239,118,92,.13)!important;
    }
    .form-hint{
      color:var(--muted);
      font-size:13px;
      margin-top:10px;
    }

    .faq-wrap{
      display:grid;
      grid-template-columns:.82fr 1.18fr;
      gap:28px;
      align-items:start;
    }
    .accordion{
      display:grid;
      gap:12px;
    }
    .accordion-item{
      border:1px solid var(--line)!important;
      border-radius:22px!important;
      overflow:hidden;
      background:#fff;
      box-shadow:0 10px 25px rgba(59,16,44,.05);
    }
    .accordion-button{
      padding:18px 20px;
      color:var(--plum);
      font-weight:900;
      background:#fff!important;
      box-shadow:none!important;
    }
    .accordion-button:not(.collapsed){
      color:var(--wine);
      border-bottom:1px solid var(--line);
    }
    .accordion-button:focus{box-shadow:0 0 0 4px rgba(239,118,92,.12)!important}
    .accordion-button::after{
      filter:hue-rotate(300deg) saturate(1.8);
    }
    .accordion-body{
      color:var(--muted);
      padding:18px 20px 22px;
    }

    .cta-band{
      margin:30px 0 84px;
      border-radius:36px;
      padding:34px;
      display:grid;
      grid-template-columns:1fr auto;
      gap:24px;
      align-items:center;
      color:#fff;
      background:
        radial-gradient(circle at 86% 20%,rgba(239,118,92,.42),transparent 28%),
        linear-gradient(135deg,#28101f,var(--plum) 50%,#681f46);
      box-shadow:var(--shadow);
      overflow:hidden;
      position:relative;
    }
    .cta-band:before{
      content:"";
      position:absolute;
      inset:18px;
      border:1px solid rgba(255,255,255,.14);
      border-radius:28px;
      pointer-events:none;
    }
    .cta-band h2{color:#fff}
    .cta-band p{margin:10px 0 0;color:rgba(255,255,255,.76)}
    .cta-band .btn-brand{
      background:linear-gradient(135deg,var(--rose),var(--coral));
      color:#2b111f;
      box-shadow:0 16px 34px rgba(239,118,92,.28);
    }

    .sticky-conversion{
      position:fixed;
      left:50%;
      bottom:18px;
      transform:translateX(-50%);
      width:min(760px, calc(100% - 28px));
      z-index:999;
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:14px;
      padding:12px 14px 12px 20px;
      border-radius:var(--radius-pill);
      background:rgba(59,16,44,.94);
      color:#fff;
      box-shadow:0 18px 48px rgba(32,12,25,.28);
      border:1px solid rgba(255,255,255,.14);
      backdrop-filter:blur(12px);
    }
    .sticky-conversion span{
      color:rgba(255,255,255,.82);
      font-size:14px;
      font-weight:700;
    }
    .sticky-conversion a{
      min-height:40px;
      padding:9px 15px;
      background:linear-gradient(135deg,var(--rose),var(--coral));
      color:#25101f;
      box-shadow:none;
    }

    .site-footer{
      color:rgba(255,255,255,.82);
      background:
        radial-gradient(circle at 12% 0%,rgba(239,118,92,.16),transparent 28%),
        linear-gradient(180deg,#25101f,#160a13);
      padding:56px 0 28px;
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.25fr .75fr 1fr;
      gap:34px;
      padding-bottom:32px;
      border-bottom:1px solid rgba(255,255,255,.12);
    }
    .footer-brand{
      display:flex;
      align-items:center;
      gap:10px;
      color:#fff;
      font-weight:900;
      line-height:1.3;
      margin-bottom:14px;
    }
    .footer-text,.footer-note{
      color:rgba(255,255,255,.68);
      margin:0;
      max-width:520px;
    }
    .footer-title{
      color:#fff;
      font-size:18px;
      margin:0 0 14px;
      letter-spacing:0;
    }
    .footer-links{
      list-style:none;
      margin:0;
      padding:0;
      display:grid;
      gap:10px;
    }
    .footer-links a{
      color:rgba(255,255,255,.72);
      font-weight:700;
    }
    .footer-links a:hover{color:var(--coral);padding-left:4px}
    .footer-bottom{
      display:flex;
      justify-content:space-between;
      gap:16px;
      align-items:center;
      padding-top:22px;
      color:rgba(255,255,255,.58);
      font-size:14px;
    }
    .back-top{
      color:#fff;
      font-weight:800;
    }
    .back-top:hover{color:var(--coral)}

    @media (max-width: 1100px){
      .quick-search{display:none}
      .hero-shell,.scenario-grid,.process-wrap,.consult-grid,.faq-wrap{grid-template-columns:1fr}
      .process-note{position:relative;top:auto}
      .plan-grid{grid-template-columns:repeat(2,1fr)}
      .guard-grid{grid-template-columns:repeat(2,1fr)}
    }
    @media (max-width: 991px){
      .navbar-collapse{
        margin-top:14px;
        padding:16px;
        border-radius:22px;
        background:#fffaf4;
        border:1px solid var(--line);
        box-shadow:var(--shadow-soft);
      }
      .nav-actions{
        margin-top:12px;
        align-items:stretch;
        flex-direction:column;
      }
      .quick-search{display:flex;width:100%;border-radius:18px}
      .quick-search input{width:100%}
      .nav-actions .btn-brand{width:100%}
      .navbar-brand{font-size:15px;max-width:calc(100% - 70px)}
      .visual-panel{min-height:360px}
      .cta-band{grid-template-columns:1fr}
    }
    @media (max-width: 768px){
      .site-container{width:min(100% - 28px, var(--container))}
      .page-hero{padding:34px 0 24px}
      .hero-copy,.visual-panel,.guard-section,.consult-card,.form-card{padding:22px;border-radius:24px}
      .section{padding:44px 0}
      .section-head{display:block}
      .lead{font-size:16px}
      .plan-grid,.guard-grid,.stats-row{grid-template-columns:1fr}
      .step{grid-template-columns:1fr}
      .step-num{width:48px;height:48px}
      .footer-grid{grid-template-columns:1fr}
      .footer-bottom{flex-direction:column;align-items:flex-start}
      .sticky-conversion{
        border-radius:22px;
        align-items:stretch;
        flex-direction:column;
        padding:14px;
      }
      .sticky-conversion a{width:100%}
    }
    @media (max-width: 520px){
      h1{font-size:32px}
      h2{font-size:25px}
      .hero-actions .btn-brand,.hero-actions .btn-ghost,.hero-actions .btn-soft{width:100%}
      .board-card:nth-child(2),.board-card:nth-child(3){margin:0}
      .filter-strip{overflow-x:auto;flex-wrap:nowrap;padding-bottom:12px}
      .filter-chip{flex:0 0 auto}
      .cta-band{padding:24px;border-radius:26px}
      .site-footer{padding-bottom:110px}
    }

/* roulang page: category1 */
:root{
      --plum:#4a1738;
      --plum-2:#6f214d;
      --wine:#8b2f53;
      --rose:#c88a72;
      --coral:#ef7b5f;
      --cream:#fbf4ea;
      --cream-2:#fffaf3;
      --ink:#201820;
      --charcoal:#352b34;
      --muted:#756a72;
      --line:rgba(74,23,56,.14);
      --soft-line:rgba(255,255,255,.16);
      --card:#fffdf8;
      --shadow-sm:0 10px 30px rgba(58,25,43,.08);
      --shadow-md:0 18px 52px rgba(58,25,43,.14);
      --shadow-lg:0 26px 80px rgba(58,25,43,.18);
      --radius-xl:30px;
      --radius-lg:24px;
      --radius-md:18px;
      --radius-sm:12px;
      --container:1180px;
      --header-h:76px;
      --ease:.24s ease;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei",Arial,sans-serif;
      color:var(--ink);
      background:
        radial-gradient(circle at 8% 4%, rgba(200,138,114,.22), transparent 34%),
        radial-gradient(circle at 88% 12%, rgba(111,33,77,.16), transparent 32%),
        linear-gradient(180deg,var(--cream),#fffaf4 46%,#f8efe7 100%);
      line-height:1.75;
      overflow-x:hidden;
      padding-bottom:86px;
    }
    a{color:inherit;text-decoration:none;transition:color var(--ease),background var(--ease),border-color var(--ease),transform var(--ease),box-shadow var(--ease)}
    img{max-width:100%;display:block}
    button,input,textarea{font:inherit}
    button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible{
      outline:3px solid rgba(239,123,95,.42);
      outline-offset:3px;
      border-radius:12px;
    }
    .site-container{
      width:min(var(--container),calc(100% - 40px));
      margin-inline:auto;
    }
    .site-header{
      position:sticky;
      top:0;
      z-index:1000;
      background:rgba(251,244,234,.94);
      border-bottom:1px solid var(--line);
      box-shadow:0 8px 26px rgba(74,23,56,.06);
      backdrop-filter:blur(12px);
    }
    .navbar{min-height:var(--header-h);padding:0}
    .navbar-brand{
      display:flex;
      align-items:center;
      gap:12px;
      max-width:430px;
      color:var(--plum);
      font-weight:900;
      letter-spacing:-.02em;
      font-size:17px;
      line-height:1.25;
      white-space:normal;
    }
    .logo-mark{
      width:38px;
      height:38px;
      flex:0 0 38px;
      border-radius:15px;
      background:
        linear-gradient(135deg,rgba(255,255,255,.65),rgba(255,255,255,0) 42%),
        linear-gradient(135deg,var(--plum),var(--wine) 48%,var(--coral));
      box-shadow:0 12px 28px rgba(111,33,77,.28);
      position:relative;
      overflow:hidden;
    }
    .logo-mark:before{
      content:"";
      position:absolute;
      width:18px;
      height:18px;
      border:2px solid rgba(255,255,255,.72);
      border-radius:50%;
      right:7px;
      top:7px;
    }
    .logo-mark:after{
      content:"";
      position:absolute;
      width:24px;
      height:4px;
      border-radius:999px;
      background:rgba(255,255,255,.72);
      left:7px;
      bottom:9px;
      transform:rotate(-18deg);
    }
    .navbar-toggler{
      border:1px solid var(--line);
      border-radius:14px;
      padding:9px 11px;
      background:#fff8f0;
    }
    .navbar-toggler-icon{
      width:1.2em;
      height:1.2em;
      background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2874,23,56,.88%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.4' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }
    .navbar-nav .nav-link{
      color:var(--charcoal);
      font-weight:800;
      font-size:14px;
      padding:10px 14px;
      border-radius:999px;
      position:relative;
    }
    .navbar-nav .nav-link:hover{
      color:var(--plum);
      background:rgba(111,33,77,.07);
    }
    .navbar-nav .nav-link.active{
      color:#fff;
      background:linear-gradient(135deg,var(--plum),var(--wine));
      box-shadow:0 10px 24px rgba(111,33,77,.18);
    }
    .nav-actions{
      display:flex;
      align-items:center;
      gap:10px;
    }
    .quick-search{
      height:42px;
      display:flex;
      align-items:center;
      gap:8px;
      padding:0 12px;
      background:#fffdf8;
      border:1px solid var(--line);
      border-radius:999px;
      color:var(--muted);
      box-shadow:0 8px 20px rgba(58,25,43,.05);
    }
    .quick-search span{
      color:var(--plum);
      font-size:12px;
      font-weight:900;
    }
    .quick-search input{
      width:150px;
      border:0;
      outline:0;
      background:transparent;
      color:var(--ink);
      font-size:13px;
    }
    .quick-search input::placeholder{color:#9a8e96}
    .btn-brand,.btn-ghost,.btn-lightline{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      min-height:44px;
      padding:12px 20px;
      border-radius:999px;
      font-weight:900;
      letter-spacing:.01em;
      border:1px solid transparent;
      cursor:pointer;
      line-height:1.2;
      white-space:nowrap;
    }
    .btn-brand{
      color:#fff;
      background:linear-gradient(135deg,var(--plum),var(--wine) 58%,var(--coral));
      box-shadow:0 14px 32px rgba(111,33,77,.24);
    }
    .btn-brand:hover{
      color:#fff;
      transform:translateY(-2px);
      box-shadow:0 20px 44px rgba(111,33,77,.31);
      filter:saturate(1.04);
    }
    .btn-ghost{
      color:var(--plum);
      background:#fffaf3;
      border-color:var(--line);
    }
    .btn-ghost:hover{
      color:var(--plum);
      background:#fff;
      transform:translateY(-2px);
      box-shadow:var(--shadow-sm);
      border-color:rgba(111,33,77,.28);
    }
    .btn-lightline{
      color:#fff;
      background:rgba(255,255,255,.08);
      border-color:rgba(255,255,255,.28);
    }
    .btn-lightline:hover{
      color:#fff;
      background:rgba(255,255,255,.14);
      transform:translateY(-2px);
    }
    .section{
      padding:82px 0;
      position:relative;
    }
    .section-tight{padding:56px 0}
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      color:var(--wine);
      background:rgba(200,138,114,.14);
      border:1px solid rgba(200,138,114,.28);
      border-radius:999px;
      padding:7px 12px;
      font-size:13px;
      font-weight:900;
      margin-bottom:16px;
    }
    .eyebrow:before{
      content:"";
      width:7px;
      height:7px;
      border-radius:999px;
      background:var(--coral);
      box-shadow:0 0 0 5px rgba(239,123,95,.16);
    }
    .hero-category{
      padding:72px 0 46px;
      background:
        linear-gradient(120deg,rgba(74,23,56,.08),rgba(239,123,95,.05) 55%,rgba(255,255,255,0)),
        radial-gradient(circle at 82% 30%,rgba(239,123,95,.19),transparent 30%);
      border-bottom:1px solid var(--line);
    }
    .breadcrumb-wrap{
      display:flex;
      align-items:center;
      gap:9px;
      flex-wrap:wrap;
      color:var(--muted);
      font-size:13px;
      font-weight:700;
      margin-bottom:24px;
    }
    .breadcrumb-wrap a{color:var(--plum)}
    .breadcrumb-wrap a:hover{color:var(--coral)}
    .hero-grid{
      display:grid;
      grid-template-columns:minmax(0,1.02fr) minmax(360px,.98fr);
      gap:38px;
      align-items:center;
    }
    h1{
      font-size:clamp(38px,5.2vw,66px);
      line-height:1.06;
      letter-spacing:-.055em;
      margin:0 0 20px;
      color:var(--plum);
      font-weight:950;
    }
    .hero-lead{
      font-size:18px;
      color:var(--charcoal);
      max-width:720px;
      margin:0 0 28px;
    }
    .hero-actions{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin-bottom:22px;
    }
    .trust-row{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      color:var(--muted);
      font-size:13px;
      font-weight:800;
    }
    .trust-row span{
      display:inline-flex;
      align-items:center;
      gap:7px;
      padding:8px 11px;
      border:1px solid var(--line);
      border-radius:999px;
      background:rgba(255,253,248,.7);
    }
    .trust-row span:before{
      content:"";
      width:6px;
      height:6px;
      border-radius:50%;
      background:var(--rose);
    }
    .hero-panel{
      min-height:455px;
      border-radius:var(--radius-xl);
      padding:28px;
      color:#fff;
      background:
        radial-gradient(circle at 20% 18%,rgba(255,255,255,.18),transparent 24%),
        radial-gradient(circle at 80% 12%,rgba(239,123,95,.32),transparent 28%),
        linear-gradient(145deg,#321225,var(--plum) 50%,#8a3450);
      box-shadow:var(--shadow-lg);
      position:relative;
      overflow:hidden;
      border:1px solid rgba(255,255,255,.18);
    }
    .hero-panel:before{
      content:"";
      position:absolute;
      inset:auto -42px -70px auto;
      width:260px;
      height:260px;
      border-radius:50%;
      border:48px solid rgba(255,255,255,.07);
    }
    .visual-title{
      font-weight:950;
      font-size:24px;
      line-height:1.25;
      max-width:330px;
      position:relative;
      z-index:1;
    }
    .visual-sub{
      color:rgba(255,255,255,.76);
      max-width:360px;
      margin-top:10px;
      position:relative;
      z-index:1;
    }
    .matrix{
      position:relative;
      z-index:1;
      display:grid;
      grid-template-columns:repeat(2,1fr);
      gap:14px;
      margin-top:34px;
    }
    .matrix-card{
      min-height:112px;
      border-radius:22px;
      padding:18px;
      background:rgba(255,255,255,.1);
      border:1px solid rgba(255,255,255,.16);
      box-shadow:inset 0 1px 0 rgba(255,255,255,.14);
    }
    .matrix-card strong{
      display:block;
      font-size:30px;
      line-height:1;
      margin-bottom:10px;
      color:#ffe4d3;
    }
    .matrix-card span{
      display:block;
      color:rgba(255,255,255,.82);
      font-size:13px;
      font-weight:800;
    }
    .filter-strip{
      margin-top:-34px;
      position:relative;
      z-index:3;
    }
    .filter-card{
      background:rgba(255,253,248,.94);
      border:1px solid var(--line);
      border-radius:var(--radius-lg);
      box-shadow:var(--shadow-md);
      padding:16px;
      display:flex;
      gap:12px;
      align-items:center;
      justify-content:space-between;
      flex-wrap:wrap;
    }
    .filter-pills{
      display:flex;
      flex-wrap:wrap;
      gap:9px;
    }
    .pill{
      display:inline-flex;
      align-items:center;
      gap:7px;
      padding:10px 13px;
      border-radius:999px;
      border:1px solid var(--line);
      background:#fffaf3;
      color:var(--charcoal);
      font-size:13px;
      font-weight:900;
    }
    .pill.is-on{
      color:#fff;
      border-color:transparent;
      background:linear-gradient(135deg,var(--wine),var(--coral));
    }
    .section-head{
      display:flex;
      justify-content:space-between;
      gap:24px;
      align-items:end;
      margin-bottom:28px;
    }
    .section-head h2{
      margin:0;
      color:var(--plum);
      font-size:clamp(28px,3vw,42px);
      line-height:1.18;
      letter-spacing:-.035em;
      font-weight:950;
    }
    .section-head p{
      margin:10px 0 0;
      color:var(--muted);
      max-width:620px;
    }
    .content-layout{
      display:grid;
      grid-template-columns:minmax(0,1fr) 330px;
      gap:24px;
      align-items:start;
    }
    .item-stack{
      display:grid;
      gap:16px;
    }
    .guide-card{
      display:grid;
      grid-template-columns:168px minmax(0,1fr);
      gap:18px;
      padding:18px;
      background:var(--card);
      border:1px solid var(--line);
      border-radius:var(--radius-lg);
      box-shadow:var(--shadow-sm);
      transition:transform var(--ease),box-shadow var(--ease),border-color var(--ease);
    }
    .guide-card:hover{
      transform:translateY(-4px);
      box-shadow:var(--shadow-md);
      border-color:rgba(111,33,77,.28);
    }
    .card-visual{
      min-height:150px;
      border-radius:20px;
      overflow:hidden;
      position:relative;
      background:
        linear-gradient(145deg,rgba(74,23,56,.92),rgba(139,47,83,.86)),
        radial-gradient(circle at 70% 20%,rgba(239,123,95,.55),transparent 36%);
    }
    .card-visual:before{
      content:"";
      position:absolute;
      inset:18px;
      border:1px solid rgba(255,255,255,.28);
      border-radius:18px;
    }
    .card-visual:after{
      content:"";
      position:absolute;
      width:70px;
      height:70px;
      right:22px;
      bottom:20px;
      border-radius:50%;
      background:rgba(255,255,255,.12);
      box-shadow:-62px -34px 0 rgba(255,255,255,.08);
    }
    .guide-card h3{
      margin:0 0 8px;
      color:var(--plum);
      font-size:22px;
      line-height:1.28;
      font-weight:950;
    }
    .guide-card p{
      color:var(--muted);
      margin:0 0 14px;
    }
    .tag-row{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      margin-bottom:15px;
    }
    .tag{
      display:inline-flex;
      align-items:center;
      padding:6px 10px;
      border-radius:999px;
      font-size:12px;
      font-weight:900;
      color:var(--wine);
      background:rgba(200,138,114,.14);
      border:1px solid rgba(200,138,114,.22);
    }
    .mini-link{
      display:inline-flex;
      align-items:center;
      gap:6px;
      color:var(--plum);
      font-weight:950;
    }
    .mini-link:hover{color:var(--coral);transform:translateX(3px)}
    .side-panel{
      position:sticky;
      top:calc(var(--header-h) + 22px);
      display:grid;
      gap:16px;
    }
    .assist-card{
      background:var(--card);
      border:1px solid var(--line);
      border-radius:var(--radius-lg);
      padding:22px;
      box-shadow:var(--shadow-sm);
    }
    .assist-card.dark{
      color:#fff;
      background:linear-gradient(145deg,#321225,var(--plum) 58%,#7c2d4b);
      border-color:rgba(255,255,255,.15);
    }
    .assist-card h3{
      font-size:20px;
      margin:0 0 10px;
      color:inherit;
      font-weight:950;
    }
    .assist-card p{margin:0 0 16px;color:var(--muted)}
    .assist-card.dark p{color:rgba(255,255,255,.77)}
    .check-list{
      list-style:none;
      padding:0;
      margin:0;
      display:grid;
      gap:10px;
    }
    .check-list li{
      display:flex;
      gap:10px;
      color:var(--charcoal);
      font-weight:750;
    }
    .check-list li:before{
      content:"✓";
      width:22px;
      height:22px;
      flex:0 0 22px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      border-radius:50%;
      color:#fff;
      background:linear-gradient(135deg,var(--wine),var(--coral));
      font-size:12px;
      margin-top:2px;
    }
    .assist-card.dark .check-list li{color:rgba(255,255,255,.86)}
    .process-grid{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:16px;
    }
    .step-card{
      background:#fffdf8;
      border:1px solid var(--line);
      border-radius:var(--radius-lg);
      padding:22px;
      box-shadow:var(--shadow-sm);
      position:relative;
      overflow:hidden;
      min-height:230px;
      transition:transform var(--ease),border-color var(--ease),box-shadow var(--ease);
    }
    .step-card:hover{
      transform:translateY(-4px);
      border-color:rgba(239,123,95,.35);
      box-shadow:var(--shadow-md);
    }
    .step-num{
      width:46px;
      height:46px;
      border-radius:17px;
      display:flex;
      align-items:center;
      justify-content:center;
      color:#fff;
      font-weight:950;
      background:linear-gradient(135deg,var(--plum),var(--coral));
      box-shadow:0 12px 28px rgba(111,33,77,.18);
      margin-bottom:18px;
    }
    .step-card h3{
      margin:0 0 10px;
      color:var(--plum);
      font-size:19px;
      font-weight:950;
    }
    .step-card p{margin:0;color:var(--muted);font-size:14px}
    .scenario-band{
      color:#fff;
      background:
        radial-gradient(circle at 16% 18%,rgba(239,123,95,.24),transparent 28%),
        linear-gradient(145deg,#25131e,#451733 56%,#28131f);
      border-radius:36px;
      padding:34px;
      box-shadow:var(--shadow-lg);
      overflow:hidden;
      position:relative;
    }
    .scenario-band:after{
      content:"";
      position:absolute;
      right:-90px;
      top:-70px;
      width:260px;
      height:260px;
      border-radius:50%;
      border:42px solid rgba(255,255,255,.06);
    }
    .scenario-grid{
      position:relative;
      z-index:1;
      display:grid;
      grid-template-columns:1.1fr .9fr;
      gap:22px;
      align-items:stretch;
    }
    .scenario-copy h2{
      margin:0 0 12px;
      font-size:clamp(28px,3.2vw,44px);
      line-height:1.14;
      letter-spacing:-.04em;
      font-weight:950;
    }
    .scenario-copy p{
      color:rgba(255,255,255,.76);
      margin:0 0 18px;
      max-width:620px;
    }
    .scenario-cards{
      display:grid;
      gap:12px;
    }
    .scenario-card{
      padding:18px;
      border-radius:22px;
      background:rgba(255,255,255,.09);
      border:1px solid rgba(255,255,255,.15);
    }
    .scenario-card strong{
      display:block;
      margin-bottom:5px;
      color:#ffe1d1;
      font-size:18px;
    }
    .scenario-card span{
      color:rgba(255,255,255,.75);
      font-size:14px;
    }
    .evidence-grid{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:16px;
    }
    .evidence-card{
      background:#fffdf8;
      border:1px solid var(--line);
      border-radius:var(--radius-lg);
      padding:24px;
      box-shadow:var(--shadow-sm);
    }
    .evidence-card strong{
      display:block;
      color:var(--plum);
      font-size:34px;
      line-height:1;
      margin-bottom:12px;
      font-weight:950;
    }
    .evidence-card h3{
      margin:0 0 8px;
      color:var(--charcoal);
      font-size:18px;
      font-weight:950;
    }
    .evidence-card p{margin:0;color:var(--muted);font-size:14px}
    .accordion{
      display:grid;
      gap:12px;
    }
    .accordion-item{
      border:1px solid var(--line)!important;
      border-radius:var(--radius-md)!important;
      overflow:hidden;
      background:#fffdf8;
      box-shadow:0 8px 22px rgba(58,25,43,.05);
    }
    .accordion-button{
      color:var(--plum);
      font-weight:950;
      background:#fffdf8;
      padding:18px 20px;
      box-shadow:none!important;
    }
    .accordion-button:not(.collapsed){
      color:var(--plum);
      background:linear-gradient(90deg,rgba(200,138,114,.16),rgba(255,253,248,1));
    }
    .accordion-button::after{
      filter:sepia(1) hue-rotate(290deg) saturate(1.5);
    }
    .accordion-body{
      color:var(--muted);
      padding:0 20px 20px;
    }
    .consult-card{
      background:
        radial-gradient(circle at 88% 20%,rgba(239,123,95,.2),transparent 30%),
        linear-gradient(135deg,#fffdf8,#fff3e8);
      border:1px solid rgba(200,138,114,.28);
      border-radius:36px;
      padding:34px;
      box-shadow:var(--shadow-md);
    }
    .consult-grid{
      display:grid;
      grid-template-columns:1fr 420px;
      gap:28px;
      align-items:center;
    }
    .consult-card h2{
      color:var(--plum);
      font-size:clamp(28px,3vw,42px);
      line-height:1.15;
      letter-spacing:-.035em;
      margin:0 0 12px;
      font-weight:950;
    }
    .consult-card p{
      color:var(--muted);
      margin:0 0 18px;
      max-width:680px;
    }
    .consult-form{
      display:grid;
      gap:12px;
      background:rgba(255,255,255,.62);
      border:1px solid var(--line);
      border-radius:24px;
      padding:18px;
    }
    .form-control,.form-select{
      border:1px solid rgba(74,23,56,.16);
      border-radius:16px;
      min-height:48px;
      background:#fffdf8;
      color:var(--ink);
      box-shadow:none!important;
    }
    .form-control:focus,.form-select:focus{
      border-color:rgba(239,123,95,.66);
      box-shadow:0 0 0 4px rgba(239,123,95,.12)!important;
    }
    .site-footer{
      color:#f8efe9;
      background:
        radial-gradient(circle at 12% 20%,rgba(239,123,95,.14),transparent 30%),
        linear-gradient(145deg,#1b1118,#2c1323 58%,#180f16);
      padding:58px 0 26px;
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.2fr .75fr 1fr;
      gap:34px;
      align-items:start;
    }
    .footer-brand{
      display:flex;
      align-items:center;
      gap:12px;
      font-weight:950;
      line-height:1.25;
      margin-bottom:14px;
    }
    .footer-text,.footer-note{
      color:rgba(255,255,255,.68);
      margin:0;
      max-width:520px;
    }
    .footer-title{
      color:#ffe1d2;
      font-size:17px;
      margin:0 0 14px;
      font-weight:950;
    }
    .footer-links{
      list-style:none;
      padding:0;
      margin:0;
      display:grid;
      gap:10px;
    }
    .footer-links a{
      color:rgba(255,255,255,.72);
      font-weight:750;
    }
    .footer-links a:hover{
      color:#fff;
      padding-left:4px;
    }
    .footer-bottom{
      border-top:1px solid rgba(255,255,255,.12);
      margin-top:34px;
      padding-top:20px;
      display:flex;
      justify-content:space-between;
      gap:18px;
      color:rgba(255,255,255,.58);
      font-size:14px;
    }
    .back-top{color:#ffe1d2;font-weight:900}
    .back-top:hover{color:#fff}
    .sticky-cta{
      position:fixed;
      left:50%;
      bottom:18px;
      transform:translateX(-50%);
      z-index:999;
      width:min(760px,calc(100% - 28px));
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:14px;
      padding:12px 14px 12px 20px;
      border:1px solid rgba(255,255,255,.18);
      border-radius:999px;
      color:#fff;
      background:linear-gradient(135deg,rgba(46,18,34,.96),rgba(91,28,63,.96));
      box-shadow:0 18px 55px rgba(36,15,27,.32);
    }
    .sticky-cta span{
      font-size:14px;
      font-weight:850;
      white-space:nowrap;
      overflow:hidden;
      text-overflow:ellipsis;
    }
    .sticky-cta .btn-brand{
      min-height:40px;
      padding:10px 16px;
      box-shadow:none;
    }
    @media (max-width: 991.98px){
      :root{--header-h:68px}
      .site-container{width:min(100% - 28px,var(--container))}
      .navbar{padding:10px 0}
      .navbar-collapse{
        margin-top:12px;
        padding:14px;
        background:#fffaf3;
        border:1px solid var(--line);
        border-radius:22px;
        box-shadow:var(--shadow-sm);
      }
      .navbar-nav{align-items:stretch!important}
      .navbar-nav .nav-link{padding:12px 14px}
      .nav-actions{
        margin-top:12px;
        flex-direction:column;
        align-items:stretch;
      }
      .quick-search{width:100%;justify-content:space-between}
      .quick-search input{width:100%}
      .hero-grid,.content-layout,.scenario-grid,.consult-grid{
        grid-template-columns:1fr;
      }
      .hero-panel{min-height:390px}
      .side-panel{position:static;grid-template-columns:repeat(2,1fr)}
      .process-grid{grid-template-columns:repeat(2,1fr)}
      .evidence-grid{grid-template-columns:1fr 1fr}
      .footer-grid{grid-template-columns:1fr 1fr}
    }
    @media (max-width: 767.98px){
      body{padding-bottom:98px}
      .section{padding:60px 0}
      .hero-category{padding:48px 0 38px}
      .navbar-brand{font-size:15px;max-width:270px}
      .logo-mark{width:34px;height:34px;flex-basis:34px}
      .hero-actions .btn-brand,.hero-actions .btn-ghost{width:100%}
      .filter-card{align-items:stretch}
      .filter-pills{width:100%;overflow:auto;flex-wrap:nowrap;padding-bottom:2px}
      .pill{white-space:nowrap}
      .guide-card{grid-template-columns:1fr}
      .card-visual{min-height:170px}
      .side-panel{grid-template-columns:1fr}
      .section-head{display:block}
      .process-grid,.evidence-grid,.footer-grid{grid-template-columns:1fr}
      .scenario-band,.consult-card{border-radius:26px;padding:24px}
      .footer-bottom{flex-direction:column}
      .sticky-cta{
        border-radius:24px;
        align-items:stretch;
        flex-direction:column;
        padding:12px;
      }
      .sticky-cta span{
        white-space:normal;
        text-align:center;
      }
      .sticky-cta .btn-brand{width:100%}
    }
    @media (max-width: 520px){
      .site-container{width:min(100% - 22px,var(--container))}
      h1{font-size:34px}
      .hero-lead{font-size:16px}
      .matrix{grid-template-columns:1fr}
      .hero-panel{padding:22px;min-height:auto}
      .guide-card h3{font-size:20px}
      .consult-form{padding:14px}
    }
