/* roulang page: index */
:root{
      --cream:#fff8ea;
      --cream-2:#fffdf6;
      --grass:#e7f2d7;
      --grass-2:#cfe4b6;
      --pine:#154331;
      --pine-2:#0e3023;
      --olive:#65715b;
      --sand:#e7dcc6;
      --orange:#f28b45;
      --orange-2:#ffb36d;
      --charcoal:#232822;
      --muted:#6f7668;
      --line:rgba(21,67,49,.16);
      --white:#ffffff;
      --shadow:0 18px 48px rgba(49, 66, 42, .13);
      --shadow-soft:0 10px 26px rgba(49, 66, 42, .09);
      --radius-xl:30px;
      --radius-lg:24px;
      --radius-md:18px;
      --radius-pill:999px;
      --nav-h:64px;
      --ease:all .24s ease;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:"PingFang SC","Microsoft YaHei","Noto Sans SC",Arial,sans-serif;
      color:var(--charcoal);
      background:
        radial-gradient(circle at 8% 12%, rgba(242,139,69,.16), transparent 28%),
        radial-gradient(circle at 92% 18%, rgba(207,228,182,.52), transparent 30%),
        linear-gradient(180deg,var(--cream),var(--cream-2) 48%,#fbf4e2);
      line-height:1.75;
      padding-bottom:96px;
      overflow-x:hidden;
    }
    a{color:inherit;text-decoration:none;transition:var(--ease)}
    a:hover{color:var(--orange)}
    img{max-width:100%;display:block}
    button,input{font-family:inherit}
    ::selection{background:rgba(242,139,69,.28);color:var(--pine)}
    .site-shell{position:relative;overflow:hidden}
    .site-shell:before{
      content:"";
      position:absolute;
      inset:0;
      pointer-events:none;
      background-image:
        linear-gradient(90deg, rgba(21,67,49,.055) 1px, transparent 1px),
        linear-gradient(0deg, rgba(21,67,49,.045) 1px, transparent 1px);
      background-size:86px 86px;
      mask-image:linear-gradient(180deg,rgba(0,0,0,.75),transparent 58%);
      opacity:.55;
      z-index:0;
    }
    .container-site{
      width:min(100% - 32px, 1220px);
      margin-inline:auto;
      position:relative;
      z-index:1;
    }
    .skip-link{
      position:absolute;
      left:-999px;
      top:10px;
      background:var(--pine);
      color:var(--cream);
      padding:10px 16px;
      border-radius:var(--radius-pill);
      z-index:9999;
    }
    .skip-link:focus{left:16px;outline:3px solid rgba(242,139,69,.45)}
    .site-header{
      position:sticky;
      top:0;
      z-index:1000;
      height:var(--nav-h);
      background:rgba(255,248,234,.88);
      backdrop-filter:blur(16px);
      border-bottom:1px solid var(--line);
      transition:var(--ease);
    }
    .site-header.scrolled{box-shadow:0 12px 30px rgba(42,55,34,.08);background:rgba(255,253,246,.96)}
    .navbar{min-height:var(--nav-h);padding:0}
    .brand-mark{
      display:flex;
      align-items:center;
      gap:10px;
      font-weight:800;
      letter-spacing:-.02em;
      color:var(--pine);
      white-space:nowrap;
    }
    .brand-icon{
      width:38px;
      height:38px;
      border-radius:50%;
      display:inline-grid;
      place-items:center;
      color:var(--pine);
      background:linear-gradient(135deg,var(--grass),var(--orange-2));
      border:1px solid rgba(21,67,49,.18);
      box-shadow:inset 0 0 0 4px rgba(255,255,255,.38);
      font-size:15px;
      font-weight:900;
    }
    .brand-text{font-size:16px}
    .navbar-nav{
      gap:6px;
      padding-left:28px;
    }
    .nav-link{
      color:var(--pine)!important;
      font-size:14px;
      font-weight:700;
      padding:8px 14px!important;
      border-radius:var(--radius-pill);
      position:relative;
    }
    .nav-link:hover{background:rgba(207,228,182,.56);color:var(--pine)!important}
    .nav-link.active{
      background:var(--pine);
      color:var(--cream)!important;
      box-shadow:0 8px 18px rgba(21,67,49,.18);
    }
    .nav-link.active:after{
      content:"";
      position:absolute;
      right:9px;
      top:8px;
      width:7px;
      height:7px;
      border-radius:50%;
      background:var(--orange);
      box-shadow:0 0 0 3px rgba(242,139,69,.2);
    }
    .nav-actions{
      display:flex;
      align-items:center;
      gap:10px;
      margin-left:auto;
    }
    .search-pill{
      width:220px;
      display:flex;
      align-items:center;
      gap:8px;
      padding:8px 12px;
      border-radius:var(--radius-pill);
      background:rgba(255,255,255,.65);
      border:1px solid rgba(21,67,49,.14);
    }
    .search-pill input{
      border:0;
      outline:0;
      width:100%;
      background:transparent;
      font-size:13px;
      color:var(--pine);
    }
    .search-pill input::placeholder{color:rgba(101,113,91,.78)}
    .navbar-toggler{
      border:1px solid rgba(21,67,49,.18);
      border-radius:14px;
      padding:8px 10px;
      color:var(--pine);
      box-shadow:none!important;
    }
    .btn-custom{
      border:0;
      border-radius:var(--radius-pill);
      padding:11px 20px;
      font-weight:800;
      font-size:14px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      transition:var(--ease);
      line-height:1.1;
      white-space:nowrap;
    }
    .btn-primary-custom{
      background:linear-gradient(135deg,var(--orange),var(--orange-2));
      color:var(--pine);
      box-shadow:0 12px 24px rgba(242,139,69,.26);
    }
    .btn-primary-custom:hover,.btn-primary-custom:focus{
      transform:translateY(-2px);
      color:var(--pine);
      box-shadow:0 18px 34px rgba(242,139,69,.34);
    }
    .btn-outline-custom{
      background:rgba(255,253,246,.74);
      color:var(--pine);
      border:1px solid rgba(21,67,49,.22);
    }
    .btn-outline-custom:hover,.btn-outline-custom:focus{
      transform:translateY(-2px);
      background:var(--grass);
      border-color:rgba(242,139,69,.54);
      color:var(--pine);
    }
    .btn-custom:focus,.form-control:focus,.accordion-button:focus{
      outline:3px solid rgba(242,139,69,.28);
      box-shadow:none;
    }
    main{position:relative;z-index:1}
    section{padding:74px 0}
    .section-kicker{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:7px 12px;
      border-radius:var(--radius-pill);
      color:var(--pine);
      background:rgba(207,228,182,.58);
      border:1px solid rgba(21,67,49,.13);
      font-size:13px;
      font-weight:800;
      margin-bottom:14px;
    }
    .section-kicker:before{
      content:"";
      width:8px;
      height:8px;
      border-radius:50%;
      background:var(--orange);
      box-shadow:0 0 0 4px rgba(242,139,69,.16);
    }
    .section-title{
      color:var(--pine);
      font-size:clamp(26px,3vw,38px);
      line-height:1.18;
      font-weight:900;
      letter-spacing:-.04em;
      margin-bottom:14px;
    }
    .section-desc{
      color:var(--muted);
      font-size:16px;
      max-width:760px;
      margin-bottom:30px;
    }
    .hero{
      min-height:calc(100vh - var(--nav-h));
      padding:54px 0 80px;
      display:flex;
      align-items:center;
      position:relative;
    }
    .hero:after{
      content:"";
      position:absolute;
      width:520px;
      height:520px;
      right:-210px;
      top:48px;
      border-radius:50%;
      border:1px solid rgba(21,67,49,.09);
      box-shadow:inset 0 0 0 42px rgba(207,228,182,.13);
      pointer-events:none;
    }
    .promo-stage{
      position:relative;
      border-radius:42px;
      padding:26px;
      background:
        linear-gradient(135deg,rgba(255,253,246,.92),rgba(231,242,215,.78)),
        radial-gradient(circle at 80% 12%, rgba(242,139,69,.18), transparent 34%);
      border:1px solid rgba(21,67,49,.14);
      box-shadow:var(--shadow);
      overflow:hidden;
    }
    .promo-stage:before{
      content:"";
      position:absolute;
      inset:18px;
      border:1px solid rgba(21,67,49,.08);
      border-radius:34px;
      pointer-events:none;
    }
    .hero-grid{
      display:grid;
      grid-template-columns:1.05fr .95fr;
      gap:24px;
      align-items:stretch;
      position:relative;
      z-index:1;
    }
    .hero-copy{
      padding:36px 24px 34px 28px;
      display:flex;
      flex-direction:column;
      justify-content:center;
    }
    .promo-label{
      width:max-content;
      display:inline-flex;
      align-items:center;
      gap:10px;
      padding:8px 13px;
      border-radius:var(--radius-pill);
      color:var(--pine);
      background:rgba(255,179,109,.28);
      border:1px solid rgba(242,139,69,.28);
      font-weight:900;
      font-size:13px;
      margin-bottom:18px;
    }
    .promo-burst{
      position:absolute;
      left:46%;
      top:20px;
      transform:rotate(-8deg);
      width:112px;
      height:112px;
      border-radius:34% 66% 40% 60% / 56% 34% 66% 44%;
      display:grid;
      place-items:center;
      text-align:center;
      background:linear-gradient(135deg,var(--orange),var(--orange-2));
      color:var(--pine);
      font-size:15px;
      font-weight:900;
      line-height:1.25;
      box-shadow:0 18px 32px rgba(242,139,69,.28);
      border:3px solid rgba(255,253,246,.85);
      z-index:2;
    }
    h1{
      font-size:clamp(34px,5.1vw,58px);
      line-height:1.05;
      color:var(--pine);
      font-weight:950;
      letter-spacing:-.055em;
      margin:0 0 18px;
    }
    .hero-intro{
      font-size:17px;
      color:var(--olive);
      max-width:620px;
      margin-bottom:24px;
    }
    .hero-actions{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin-bottom:24px;
    }
    .hero-points{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin:0;
      padding:0;
      list-style:none;
    }
    .hero-points li{
      padding:9px 12px;
      border-radius:var(--radius-pill);
      background:rgba(255,255,255,.64);
      border:1px solid rgba(21,67,49,.12);
      color:var(--pine);
      font-size:13px;
      font-weight:800;
    }
    .hero-visual{
      min-height:500px;
      border-radius:32px;
      padding:22px;
      background:linear-gradient(160deg,var(--pine),#275f43);
      color:var(--cream);
      position:relative;
      overflow:hidden;
    }
    .hero-visual:before{
      content:"";
      position:absolute;
      inset:18px;
      border:1px solid rgba(255,248,234,.16);
      border-radius:26px;
      pointer-events:none;
    }
    .hero-visual:after{
      content:"";
      position:absolute;
      width:310px;
      height:310px;
      right:-130px;
      bottom:-120px;
      border-radius:50%;
      background:rgba(242,139,69,.2);
      filter:blur(2px);
    }
    .visual-top{
      position:relative;
      z-index:1;
      display:flex;
      justify-content:space-between;
      align-items:center;
      margin-bottom:20px;
    }
    .status-badge{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:8px 12px;
      border-radius:var(--radius-pill);
      background:rgba(255,248,234,.12);
      border:1px solid rgba(255,248,234,.16);
      font-size:13px;
      font-weight:800;
    }
    .status-badge i{
      width:8px;height:8px;border-radius:50%;background:var(--orange-2);
      box-shadow:0 0 0 4px rgba(255,179,109,.16);
      display:inline-block;
    }
    .matrix{
      position:relative;
      z-index:1;
      display:grid;
      grid-template-columns:repeat(2,1fr);
      gap:12px;
      margin-bottom:18px;
    }
    .matrix-card{
      min-height:118px;
      padding:16px;
      border-radius:22px;
      background:rgba(255,248,234,.1);
      border:1px solid rgba(255,248,234,.14);
      transition:var(--ease);
    }
    .matrix-card:hover{transform:translateY(-4px);background:rgba(255,248,234,.16)}
    .matrix-card strong{
      display:block;
      color:#fff9e8;
      font-size:18px;
      line-height:1.25;
      margin-bottom:8px;
    }
    .matrix-card span{
      color:rgba(255,248,234,.72);
      font-size:13px;
      line-height:1.55;
    }
    .matrix-card.hot{
      background:linear-gradient(135deg,rgba(242,139,69,.92),rgba(255,179,109,.7));
      color:var(--pine);
      border-color:rgba(255,248,234,.35);
    }
    .matrix-card.hot strong,.matrix-card.hot span{color:var(--pine)}
    .mini-feedback{
      position:relative;
      z-index:1;
      display:grid;
      gap:10px;
    }
    .feedback-row{
      display:flex;
      align-items:center;
      gap:10px;
      padding:12px;
      border-radius:18px;
      background:rgba(255,248,234,.1);
      border:1px solid rgba(255,248,234,.13);
    }
    .avatar{
      width:36px;
      height:36px;
      flex:0 0 36px;
      border-radius:50%;
      display:grid;
      place-items:center;
      font-size:13px;
      font-weight:900;
      color:var(--pine);
      background:linear-gradient(135deg,var(--grass),var(--orange-2));
      border:2px solid rgba(255,248,234,.9);
    }
    .feedback-row p{
      margin:0;
      font-size:13px;
      line-height:1.45;
      color:rgba(255,248,234,.82);
    }
    .vertical-seeding{
      background:linear-gradient(180deg,rgba(255,253,246,.86),rgba(231,242,215,.45));
    }
    .seed-layout{
      display:grid;
      grid-template-columns:.82fr 1.18fr;
      gap:28px;
      align-items:center;
    }
    .vertical-card{
      max-width:360px;
      min-height:620px;
      margin:auto;
      border-radius:40px;
      padding:18px;
      background:var(--pine);
      box-shadow:var(--shadow);
      position:relative;
      overflow:hidden;
      color:var(--cream);
    }
    .vertical-card:before{
      content:"";
      position:absolute;
      inset:16px;
      border-radius:30px;
      border:1px solid rgba(255,248,234,.16);
    }
    .vertical-inner{position:relative;z-index:1}
    .story-head{
      height:92px;
      border-radius:28px;
      background:linear-gradient(135deg,rgba(255,248,234,.16),rgba(242,139,69,.24));
      padding:18px;
      margin-bottom:14px;
    }
    .story-head strong{display:block;font-size:20px;line-height:1.25;margin-bottom:6px}
    .story-head span{font-size:13px;color:rgba(255,248,234,.72)}
    .story-tile{
      padding:15px;
      border-radius:24px;
      background:rgba(255,248,234,.1);
      border:1px solid rgba(255,248,234,.13);
      margin-bottom:12px;
    }
    .story-tile .tag{margin-bottom:8px}
    .tag{
      display:inline-flex;
      align-items:center;
      gap:6px;
      padding:5px 9px;
      border-radius:var(--radius-pill);
      background:rgba(242,139,69,.16);
      color:var(--pine);
      border:1px solid rgba(242,139,69,.2);
      font-size:12px;
      font-weight:900;
    }
    .vertical-card .tag{color:var(--cream);background:rgba(242,139,69,.24);border-color:rgba(255,179,109,.24)}
    .story-tile h3{font-size:18px;margin:0 0 8px;font-weight:900}
    .story-tile p{font-size:13px;margin:0;color:rgba(255,248,234,.73);line-height:1.6}
    .seed-cards{
      display:grid;
      grid-template-columns:repeat(2,1fr);
      gap:16px;
    }
    .feature-pass,.product-card,.benefit-card,.review-card,.info-card{
      border-radius:var(--radius-lg);
      background:rgba(255,253,246,.78);
      border:1px solid rgba(21,67,49,.13);
      box-shadow:var(--shadow-soft);
      transition:var(--ease);
    }
    .feature-pass:hover,.product-card:hover,.benefit-card:hover,.review-card:hover,.info-card:hover{
      transform:translateY(-5px);
      border-color:rgba(242,139,69,.45);
      box-shadow:var(--shadow);
    }
    .feature-pass{padding:22px;position:relative;overflow:hidden}
    .feature-pass:after{
      content:attr(data-no);
      position:absolute;
      right:18px;
      top:14px;
      color:rgba(21,67,49,.08);
      font-size:48px;
      line-height:1;
      font-weight:950;
    }
    .feature-pass h3{font-size:20px;color:var(--pine);font-weight:900;margin:10px 0 8px}
    .feature-pass p{color:var(--muted);font-size:15px;margin:0}
    .hot-list{
      display:grid;
      grid-template-columns:1.2fr .8fr;
      gap:18px;
      align-items:start;
    }
    .product-rank{
      display:grid;
      gap:12px;
    }
    .product-card{
      padding:18px;
      display:grid;
      grid-template-columns:auto 1fr auto;
      gap:14px;
      align-items:center;
    }
    .rank-no{
      width:44px;height:44px;border-radius:16px;
      display:grid;place-items:center;
      background:var(--pine);
      color:var(--cream);
      font-weight:950;
    }
    .product-card:nth-child(1) .rank-no{background:linear-gradient(135deg,var(--orange),var(--orange-2));color:var(--pine)}
    .product-card h3{font-size:18px;color:var(--pine);font-weight:900;margin:0 0 4px}
    .product-card p{font-size:14px;color:var(--muted);margin:0}
    .metric{
      text-align:right;
      color:var(--pine);
      font-weight:900;
      min-width:80px;
    }
    .metric small{display:block;color:var(--muted);font-weight:700;font-size:12px}
    .side-ticket{
      border-radius:32px;
      padding:24px;
      background:linear-gradient(160deg,var(--pine),#2f684a);
      color:var(--cream);
      box-shadow:var(--shadow);
      position:sticky;
      top:88px;
      overflow:hidden;
    }
    .side-ticket:after{
      content:"";
      position:absolute;
      right:-60px;top:-60px;
      width:170px;height:170px;border-radius:50%;
      background:rgba(242,139,69,.2);
    }
    .side-ticket h3{font-size:24px;font-weight:950;margin:10px 0}
    .side-ticket p{color:rgba(255,248,234,.76);font-size:15px}
    .ticket-divider{
      border-top:1px dashed rgba(255,248,234,.28);
      margin:18px 0;
    }
    .ticket-list{
      list-style:none;margin:0 0 18px;padding:0;display:grid;gap:10px;
    }
    .ticket-list li{
      display:flex;justify-content:space-between;gap:10px;
      font-size:14px;
      color:rgba(255,248,234,.84);
    }
    .ticket-list strong{color:var(--orange-2)}
    .benefit-grid{
      display:grid;
      grid-template-columns:1.1fr .9fr .9fr;
      gap:16px;
      align-items:stretch;
    }
    .benefit-card{padding:24px;min-height:210px}
    .benefit-card.big{
      background:linear-gradient(135deg,rgba(231,242,215,.95),rgba(255,253,246,.95));
      min-height:260px;
    }
    .benefit-card h3{font-size:21px;font-weight:950;color:var(--pine);margin:10px 0}
    .benefit-card p{font-size:15px;color:var(--muted);margin:0}
    .progress-soft{
      height:12px;border-radius:999px;background:rgba(21,67,49,.1);overflow:hidden;margin:18px 0 10px;
    }
    .progress-soft span{display:block;height:100%;width:72%;background:linear-gradient(90deg,var(--orange),var(--orange-2));border-radius:inherit}
    .process{
      background:linear-gradient(180deg,rgba(231,242,215,.38),rgba(255,248,234,.72));
    }
    .process-grid{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:14px;
      position:relative;
    }
    .step-card{
      padding:22px 18px;
      border-radius:24px;
      background:rgba(255,253,246,.8);
      border:1px solid rgba(21,67,49,.13);
      box-shadow:var(--shadow-soft);
      position:relative;
    }
    .step-dot{
      width:40px;height:40px;border-radius:50%;
      display:grid;place-items:center;
      background:var(--orange);
      color:var(--pine);
      font-weight:950;
      margin-bottom:14px;
      box-shadow:0 0 0 7px rgba(242,139,69,.12);
    }
    .step-card h3{font-size:18px;font-weight:900;color:var(--pine);margin:0 0 8px}
    .step-card p{font-size:14px;color:var(--muted);margin:0}
    .review-wall{
      display:grid;
      grid-template-columns:1fr 1fr 1fr;
      gap:16px;
    }
    .review-card{
      padding:20px;
      background:rgba(255,253,246,.84);
    }
    .review-card.highlight{
      background:linear-gradient(135deg,rgba(255,179,109,.28),rgba(255,253,246,.86));
    }
    .avatar-row{display:flex;align-items:center;margin-bottom:14px}
    .avatar-row .avatar{margin-left:-8px}
    .avatar-row .avatar:first-child{margin-left:0}
    .review-card p{font-size:15px;color:var(--olive);margin:0}
    .review-card strong{color:var(--pine)}
    .data-strip{
      margin-top:18px;
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:12px;
    }
    .data-badge{
      padding:16px;
      border-radius:22px;
      background:rgba(231,242,215,.56);
      border:1px solid rgba(21,67,49,.12);
      text-align:center;
    }
    .data-badge strong{display:block;color:var(--pine);font-size:28px;font-weight:950;line-height:1.1}
    .data-badge span{font-size:13px;color:var(--muted);font-weight:700}
    .news-section{
      background:rgba(255,253,246,.56);
    }
    .news-layout{
      display:grid;
      grid-template-columns:1fr 360px;
      gap:20px;
    }
    .news-list{
      border-radius:28px;
      background:rgba(255,253,246,.82);
      border:1px solid rgba(21,67,49,.13);
      overflow:hidden;
      box-shadow:var(--shadow-soft);
    }
    .news-item{
      display:grid;
      grid-template-columns:120px 1fr auto;
      gap:16px;
      align-items:center;
      padding:18px 20px;
      border-bottom:1px solid rgba(21,67,49,.09);
    }
    .news-item:last-child{border-bottom:0}
    .news-date{
      color:var(--muted);
      font-size:13px;
      font-weight:800;
    }
    .news-item a{
      color:var(--pine);
      font-size:17px;
      font-weight:900;
    }
    .news-item p{margin:4px 0 0;color:var(--muted);font-size:14px}
    .news-arrow{
      width:34px;height:34px;border-radius:50%;
      display:grid;place-items:center;
      background:rgba(207,228,182,.6);
      color:var(--pine);
      font-weight:950;
    }
    .info-card{padding:24px;background:linear-gradient(180deg,rgba(231,242,215,.68),rgba(255,253,246,.88))}
    .info-card h3{font-size:22px;color:var(--pine);font-weight:950;margin-bottom:10px}
    .info-card p{font-size:15px;color:var(--muted)}
    .faq-wrap{
      max-width:960px;
      margin:auto;
    }
    .accordion{
      display:grid;
      gap:12px;
    }
    .accordion-item{
      border:1px solid rgba(21,67,49,.13)!important;
      border-radius:20px!important;
      overflow:hidden;
      background:rgba(255,253,246,.82);
      box-shadow:var(--shadow-soft);
    }
    .accordion-button{
      border-radius:20px!important;
      background:rgba(255,253,246,.85)!important;
      color:var(--pine)!important;
      font-weight:900;
      font-size:16px;
      padding:18px 20px;
    }
    .accordion-button:not(.collapsed){
      background:linear-gradient(90deg,rgba(231,242,215,.82),rgba(255,253,246,.86))!important;
      box-shadow:none;
    }
    .accordion-button::after{
      width:28px;height:28px;border-radius:50%;
      background-color:rgba(242,139,69,.22);
      background-position:center;
      background-size:14px;
      border:1px solid rgba(242,139,69,.25);
    }
    .accordion-body{
      padding:0 22px 20px;
      color:var(--muted);
      border-left:4px solid var(--orange);
      margin-left:20px;
      line-height:1.8;
    }
    .cart-cta{
      padding-bottom:96px;
    }
    .cta-panel{
      border-radius:38px;
      padding:34px;
      background:
        radial-gradient(circle at 84% 18%,rgba(255,179,109,.26),transparent 28%),
        linear-gradient(135deg,var(--pine),#286246);
      color:var(--cream);
      box-shadow:var(--shadow);
      overflow:hidden;
      position:relative;
    }
    .cta-panel:before{
      content:"";
      position:absolute;
      inset:18px;
      border:1px solid rgba(255,248,234,.14);
      border-radius:28px;
      pointer-events:none;
    }
    .cta-content{
      position:relative;z-index:1;
      display:grid;
      grid-template-columns:1fr auto;
      gap:24px;
      align-items:center;
    }
    .cta-panel h2{font-size:clamp(26px,3vw,38px);font-weight:950;line-height:1.15;margin:0 0 10px}
    .cta-panel p{color:rgba(255,248,234,.76);margin:0;max-width:720px}
    .site-footer{
      position:relative;
      z-index:1;
      background:var(--pine-2);
      color:var(--cream);
      padding:48px 0 30px;
      overflow:hidden;
    }
    .site-footer:before{
      content:"";
      position:absolute;
      inset:0;
      background-image:linear-gradient(90deg,rgba(255,248,234,.05) 1px,transparent 1px);
      background-size:78px 78px;
      opacity:.45;
    }
    .footer-grid{
      position:relative;
      z-index:1;
      display:grid;
      grid-template-columns:1.2fr .8fr .8fr;
      gap:26px;
      padding-bottom:28px;
      border-bottom:1px solid rgba(255,248,234,.13);
    }
    .footer-brand{
      display:flex;
      align-items:center;
      gap:10px;
      font-size:18px;
      font-weight:950;
      margin-bottom:12px;
    }
    .footer-grid p{color:rgba(255,248,234,.68);font-size:14px;margin:0;max-width:520px}
    .footer-title{font-weight:900;margin-bottom:12px;color:#fff9e8}
    .footer-links{list-style:none;margin:0;padding:0;display:grid;gap:8px}
    .footer-links a{color:rgba(255,248,234,.72);font-size:14px}
    .footer-links a:hover{color:var(--orange-2);padding-left:4px}
    .copyright{
      position:relative;
      z-index:1;
      padding-top:20px;
      color:rgba(255,248,234,.56);
      font-size:13px;
      display:flex;
      justify-content:space-between;
      gap:14px;
      flex-wrap:wrap;
    }
    .fixed-convert{
      position:fixed;
      z-index:1100;
      left:50%;
      bottom:18px;
      transform:translateX(-50%);
      width:min(calc(100% - 32px),1040px);
      border-radius:var(--radius-pill);
      background:rgba(14,48,35,.96);
      color:var(--cream);
      border:1px solid rgba(255,248,234,.14);
      box-shadow:0 18px 52px rgba(14,48,35,.24);
      padding:10px 12px 10px 22px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
    }
    .fixed-convert span{
      font-weight:850;
      font-size:14px;
    }
    .fixed-actions{display:flex;gap:10px;align-items:center}
    .fixed-link{
      color:rgba(255,248,234,.76);
      font-size:13px;
      font-weight:800;
      padding:8px 10px;
      border-radius:var(--radius-pill);
    }
    .fixed-link:hover{background:rgba(255,248,234,.1);color:var(--orange-2)}
    @media (max-width:1199px){
      .search-pill{width:180px}
      .promo-burst{left:auto;right:36px;top:24px}
      .hero-grid{grid-template-columns:1fr}
      .hero-visual{min-height:430px}
      .hero-copy{padding-right:142px}
    }
    @media (max-width:991px){
      :root{--nav-h:62px}
      body{padding-bottom:86px}
      .navbar-collapse{
        background:rgba(255,253,246,.98);
        border:1px solid rgba(21,67,49,.13);
        border-radius:22px;
        padding:14px;
        margin-top:10px;
        box-shadow:var(--shadow-soft);
      }
      .navbar-nav{padding-left:0;gap:8px}
      .nav-actions{align-items:stretch;margin-left:0;margin-top:12px;flex-direction:column}
      .search-pill{width:100%}
      .nav-actions .btn-custom{width:100%}
      section{padding:58px 0}
      .seed-layout,.hot-list,.news-layout{grid-template-columns:1fr}
      .side-ticket{position:relative;top:auto}
      .benefit-grid{grid-template-columns:1fr 1fr}
      .benefit-card.big{grid-column:1/-1}
      .process-grid{grid-template-columns:1fr 1fr}
      .review-wall{grid-template-columns:1fr 1fr}
      .data-strip{grid-template-columns:1fr 1fr}
      .footer-grid{grid-template-columns:1fr 1fr}
      .footer-grid > div:first-child{grid-column:1/-1}
    }
    @media (max-width:767px){
      .container-site{width:min(100% - 22px,1220px)}
      .hero{padding:34px 0 58px;min-height:auto}
      .promo-stage{padding:14px;border-radius:30px}
      .promo-stage:before{inset:10px;border-radius:24px}
      .hero-copy{padding:24px 12px 18px}
      .hero-intro{font-size:15px}
      .hero-actions{flex-direction:column}
      .hero-actions .btn-custom{width:100%;padding:13px 18px}
      .promo-burst{
        position:relative;
        left:auto;right:auto;top:auto;
        width:auto;height:auto;
        transform:none;
        border-radius:var(--radius-pill);
        padding:10px 14px;
        margin:0 0 12px 12px;
        display:inline-flex;
      }
      .hero-visual{min-height:auto;border-radius:26px;padding:16px}
      .matrix{grid-template-columns:1fr}
      .seed-cards{grid-template-columns:1fr}
      .vertical-card{min-height:auto}
      .product-card{grid-template-columns:auto 1fr;align-items:start}
      .metric{grid-column:2;text-align:left}
      .benefit-grid,.process-grid,.review-wall{grid-template-columns:1fr}
      .news-item{grid-template-columns:1fr auto;gap:8px}
      .news-date{grid-column:1/-1}
      .cta-panel{padding:26px 18px;border-radius:28px}
      .cta-content{grid-template-columns:1fr}
      .cta-content .btn-custom{width:100%}
      .footer-grid{grid-template-columns:1fr}
      .fixed-convert{
        left:0;right:0;bottom:0;transform:none;
        width:100%;
        border-radius:22px 22px 0 0;
        padding:10px 12px;
      }
      .fixed-convert span{font-size:13px;line-height:1.35}
      .fixed-actions .fixed-link{display:none}
      .fixed-actions .btn-custom{padding:11px 15px;font-size:13px}
    }
    @media (max-width:520px){
      .brand-text{font-size:14px;max-width:220px;overflow:hidden;text-overflow:ellipsis}
      h1{font-size:34px;letter-spacing:-.045em}
      .section-title{font-size:26px}
      .data-strip{grid-template-columns:1fr}
      .fixed-convert{gap:8px}
    }

/* roulang page: category1 */
:root{
      --cream:#fbf3df;
      --cream-2:#fffaf0;
      --grass:#dfead0;
      --grass-soft:#eef6e6;
      --green:#173f2f;
      --green-2:#285a43;
      --olive:#66735f;
      --orange:#f2a05a;
      --orange-2:#e98536;
      --sand:#e7d7b7;
      --text:#26322c;
      --muted:#6f7a70;
      --line:rgba(23,63,47,.16);
      --white:#ffffff;
      --shadow:0 18px 48px rgba(64,71,53,.12);
      --shadow-soft:0 12px 30px rgba(64,71,53,.08);
      --radius-lg:30px;
      --radius:22px;
      --radius-sm:14px;
      --header-h:64px;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:"PingFang SC","Microsoft YaHei","Noto Sans SC",Arial,sans-serif;
      color:var(--text);
      background:
        radial-gradient(circle at 8% 8%, rgba(242,160,90,.18), transparent 28%),
        radial-gradient(circle at 88% 6%, rgba(223,234,208,.88), transparent 34%),
        linear-gradient(180deg,var(--cream-2) 0%, var(--cream) 48%, #f7edd7 100%);
      line-height:1.75;
      padding-bottom:112px;
    }
    a{color:inherit;text-decoration:none;transition:all .22s ease}
    img{max-width:100%;height:auto}
    button,input{font:inherit}
    ::selection{background:rgba(242,160,90,.36)}
    .container-site{
      width:min(100% - 40px, 1200px);
      margin:0 auto;
    }
    .site-header{
      position:sticky;
      top:0;
      z-index:1000;
      background:rgba(255,250,240,.92);
      backdrop-filter:blur(14px);
      border-bottom:1px solid var(--line);
      box-shadow:0 8px 26px rgba(23,63,47,.05);
    }
    .site-header .navbar{
      min-height:var(--header-h);
      padding:0;
    }
    .brand-mark{
      display:flex;
      align-items:center;
      gap:10px;
      min-width:290px;
      padding:0;
      color:var(--green);
      font-weight:800;
      letter-spacing:-.02em;
    }
    .brand-mark:hover{color:var(--green-2)}
    .brand-icon{
      display:inline-flex;
      width:42px;
      height:42px;
      align-items:center;
      justify-content:center;
      border-radius:50%;
      background:linear-gradient(135deg,var(--green),var(--green-2));
      color:var(--cream);
      font-weight:900;
      border:2px solid rgba(255,255,255,.65);
      box-shadow:0 10px 22px rgba(23,63,47,.18);
      flex:0 0 auto;
    }
    .brand-text{font-size:17px;white-space:nowrap}
    .navbar-collapse{
      justify-content:space-between;
      gap:22px;
    }
    .navbar-nav{
      gap:8px;
      margin-left:20px;
    }
    .nav-link{
      position:relative;
      color:var(--green)!important;
      font-weight:700;
      font-size:14px;
      padding:8px 14px!important;
      border-radius:999px;
    }
    .nav-link:hover{
      background:rgba(223,234,208,.78);
      transform:translateY(-1px);
    }
    .nav-link.active{
      background:var(--green);
      color:var(--cream)!important;
      box-shadow:0 8px 18px rgba(23,63,47,.18);
    }
    .nav-link.active::after{
      content:"";
      position:absolute;
      right:8px;
      top:7px;
      width:7px;
      height:7px;
      border-radius:50%;
      background:var(--orange);
    }
    .nav-actions{
      display:flex;
      align-items:center;
      gap:10px;
      margin-left:auto;
    }
    .search-pill{
      display:flex;
      align-items:center;
      gap:8px;
      width:236px;
      height:40px;
      padding:0 14px;
      border:1px solid var(--line);
      border-radius:999px;
      background:rgba(255,255,255,.62);
      color:var(--muted);
    }
    .search-pill input{
      width:100%;
      border:0;
      outline:0;
      background:transparent;
      color:var(--text);
      font-size:14px;
    }
    .search-pill:focus-within{
      border-color:rgba(242,160,90,.75);
      box-shadow:0 0 0 4px rgba(242,160,90,.13);
      background:#fff;
    }
    .btn-custom{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      min-height:42px;
      padding:10px 18px;
      border-radius:999px;
      font-weight:800;
      border:1px solid transparent;
      line-height:1;
      transition:all .22s ease;
      white-space:nowrap;
    }
    .btn-primary-custom{
      background:linear-gradient(135deg,var(--orange),var(--orange-2));
      color:#fff;
      box-shadow:0 12px 26px rgba(232,133,54,.25);
    }
    .btn-primary-custom:hover{
      color:#fff;
      transform:translateY(-2px);
      box-shadow:0 16px 32px rgba(232,133,54,.32);
    }
    .btn-secondary-custom{
      background:rgba(255,250,240,.9);
      color:var(--green);
      border-color:rgba(23,63,47,.22);
    }
    .btn-secondary-custom:hover{
      background:var(--grass-soft);
      color:var(--green);
      transform:translateY(-2px);
      border-color:rgba(242,160,90,.55);
    }
    .navbar-toggler{
      border:1px solid var(--line);
      border-radius:14px;
      padding:8px 10px;
      background:rgba(255,255,255,.72);
    }
    .navbar-toggler:focus{
      box-shadow:0 0 0 4px rgba(242,160,90,.16);
    }
    .hero-index{
      position:relative;
      padding:66px 0 34px;
      overflow:hidden;
    }
    .hero-index::before{
      content:"";
      position:absolute;
      inset:18px 2% auto;
      height:420px;
      border:1px solid rgba(23,63,47,.08);
      border-radius:46px;
      pointer-events:none;
    }
    .page-kicker{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:7px 12px;
      border-radius:999px;
      background:rgba(223,234,208,.82);
      color:var(--green);
      font-weight:800;
      font-size:13px;
      border:1px solid rgba(23,63,47,.12);
    }
    .page-kicker::before{
      content:"";
      width:8px;
      height:8px;
      border-radius:50%;
      background:var(--orange);
      box-shadow:0 0 0 5px rgba(242,160,90,.18);
    }
    .bento-hero{
      display:grid;
      grid-template-columns:1.35fr .85fr;
      gap:18px;
      margin-top:24px;
    }
    .hero-main-card,.mini-panel,.cta-strip,.filter-bar,.content-card,.side-pass,.recommend-banner,.faq-shell{
      border:1px solid var(--line);
      box-shadow:var(--shadow-soft);
    }
    .hero-main-card{
      position:relative;
      min-height:390px;
      padding:42px;
      border-radius:var(--radius-lg);
      background:
        linear-gradient(135deg,rgba(255,250,240,.95),rgba(238,246,230,.86)),
        repeating-linear-gradient(90deg,transparent 0 68px,rgba(23,63,47,.035) 69px 70px);
      overflow:hidden;
    }
    .hero-main-card::after{
      content:"";
      position:absolute;
      right:-70px;
      bottom:-90px;
      width:260px;
      height:260px;
      border:1px solid rgba(23,63,47,.10);
      border-radius:50%;
      background:radial-gradient(circle,rgba(242,160,90,.22),transparent 60%);
    }
    h1{
      position:relative;
      z-index:1;
      margin:18px 0 14px;
      font-size:clamp(34px,5vw,56px);
      line-height:1.12;
      font-weight:900;
      color:var(--green);
      letter-spacing:-.045em;
      max-width:790px;
    }
    .hero-summary{
      position:relative;
      z-index:1;
      max-width:720px;
      color:var(--olive);
      font-size:17px;
      margin:0 0 26px;
    }
    .hero-actions{
      position:relative;
      z-index:1;
      display:flex;
      align-items:center;
      flex-wrap:wrap;
      gap:12px;
      margin-bottom:28px;
    }
    .trust-row{
      position:relative;
      z-index:1;
      display:flex;
      gap:10px;
      flex-wrap:wrap;
    }
    .trust-tag,.filter-chip,.card-tag,.meta-badge{
      display:inline-flex;
      align-items:center;
      gap:6px;
      border-radius:999px;
      font-weight:800;
      font-size:13px;
      line-height:1;
    }
    .trust-tag{
      padding:8px 12px;
      color:var(--green);
      background:rgba(255,255,255,.72);
      border:1px solid rgba(23,63,47,.12);
    }
    .hero-side{
      display:grid;
      grid-template-rows:1fr 1fr auto;
      gap:18px;
    }
    .mini-panel{
      border-radius:var(--radius);
      background:rgba(255,250,240,.78);
      padding:22px;
      overflow:hidden;
      position:relative;
    }
    .mini-panel.green{
      background:linear-gradient(145deg,var(--green),#245841);
      color:var(--cream);
    }
    .mini-panel.orange{
      background:linear-gradient(145deg,#fff6e6,#f6dfba);
    }
    .mini-title{
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:12px;
      font-weight:900;
      color:inherit;
      margin-bottom:14px;
    }
    .score-badge{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-width:48px;
      height:30px;
      border-radius:999px;
      background:rgba(242,160,90,.22);
      color:var(--orange-2);
      font-weight:900;
    }
    .green .score-badge{
      background:rgba(255,250,240,.16);
      color:var(--cream);
      border:1px solid rgba(255,250,240,.22);
    }
    .mini-list{
      display:grid;
      gap:10px;
      margin:0;
      padding:0;
      list-style:none;
    }
    .mini-list li{
      display:flex;
      justify-content:space-between;
      gap:14px;
      padding:10px 0;
      border-bottom:1px solid rgba(23,63,47,.10);
      color:var(--muted);
      font-size:14px;
    }
    .green .mini-list li{
      color:rgba(255,250,240,.76);
      border-bottom-color:rgba(255,250,240,.14);
    }
    .mini-list strong{color:inherit}
    .cta-strip{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      padding:18px 20px;
      border-radius:24px;
      background:var(--green);
      color:var(--cream);
    }
    .cta-strip span{color:rgba(255,250,240,.76);font-size:14px}
    .section{
      padding:56px 0;
    }
    .section-head{
      display:flex;
      align-items:end;
      justify-content:space-between;
      gap:24px;
      margin-bottom:24px;
    }
    .section-title{
      font-size:clamp(26px,3vw,38px);
      line-height:1.18;
      font-weight:900;
      color:var(--green);
      letter-spacing:-.03em;
      margin:0;
    }
    .section-text{
      max-width:560px;
      color:var(--muted);
      margin:8px 0 0;
      font-size:16px;
    }
    .filter-bar{
      position:relative;
      z-index:2;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:18px;
      padding:16px;
      border-radius:24px;
      background:rgba(255,250,240,.84);
      margin-bottom:24px;
    }
    .filter-chips{
      display:flex;
      gap:10px;
      overflow:auto;
      padding-bottom:2px;
      scrollbar-width:none;
    }
    .filter-chips::-webkit-scrollbar{display:none}
    .filter-chip{
      flex:0 0 auto;
      padding:11px 15px;
      color:var(--green);
      border:1px solid rgba(23,63,47,.13);
      background:#fff;
      cursor:pointer;
    }
    .filter-chip:hover,.filter-chip.active{
      background:var(--green);
      color:var(--cream);
      border-color:var(--green);
      transform:translateY(-1px);
    }
    .quick-note{
      color:var(--muted);
      font-size:14px;
      white-space:nowrap;
    }
    .entry-layout{
      display:grid;
      grid-template-columns:1fr 330px;
      gap:22px;
      align-items:start;
    }
    .card-masonry{
      display:grid;
      grid-template-columns:repeat(2,minmax(0,1fr));
      gap:18px;
    }
    .content-card{
      position:relative;
      min-height:236px;
      border-radius:26px;
      background:rgba(255,250,240,.88);
      padding:24px;
      overflow:hidden;
      transition:all .22s ease;
    }
    .content-card.tall{min-height:300px}
    .content-card.highlight{
      background:linear-gradient(145deg,#fffaf0 0%,#edf6e5 100%);
    }
    .content-card:hover{
      transform:translateY(-4px);
      border-color:rgba(242,160,90,.75);
      box-shadow:var(--shadow);
    }
    .content-card::before{
      content:"";
      position:absolute;
      top:0;
      left:24px;
      right:24px;
      height:4px;
      border-radius:0 0 999px 999px;
      background:linear-gradient(90deg,var(--green),var(--orange));
      opacity:.72;
    }
    .card-top{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      margin-bottom:18px;
    }
    .card-tag{
      padding:8px 11px;
      color:var(--green);
      background:rgba(223,234,208,.72);
      border:1px solid rgba(23,63,47,.10);
    }
    .meta-badge{
      padding:8px 10px;
      color:var(--orange-2);
      background:rgba(242,160,90,.13);
      border:1px solid rgba(242,160,90,.22);
    }
    .content-card h2,.content-card h3{
      color:var(--green);
      font-size:22px;
      line-height:1.35;
      font-weight:900;
      margin:0 0 10px;
    }
    .content-card p{
      color:var(--muted);
      margin:0 0 18px;
    }
    .check-list{
      display:grid;
      gap:9px;
      list-style:none;
      padding:0;
      margin:0 0 20px;
    }
    .check-list li{
      position:relative;
      padding-left:22px;
      color:var(--olive);
      font-size:14px;
    }
    .check-list li::before{
      content:"";
      position:absolute;
      left:0;
      top:.72em;
      width:9px;
      height:9px;
      border-radius:50%;
      background:var(--orange);
    }
    .inline-link{
      display:inline-flex;
      align-items:center;
      gap:6px;
      color:var(--green);
      font-weight:900;
    }
    .inline-link:hover{
      color:var(--orange-2);
      gap:10px;
    }
    .side-pass{
      position:sticky;
      top:88px;
      border-radius:28px;
      background:linear-gradient(180deg,var(--green),#1f513c);
      color:var(--cream);
      padding:24px;
      overflow:hidden;
    }
    .side-pass::after{
      content:"";
      position:absolute;
      right:-70px;
      bottom:-70px;
      width:180px;
      height:180px;
      border-radius:50%;
      border:1px solid rgba(255,250,240,.16);
    }
    .side-pass h2{
      font-size:24px;
      font-weight:900;
      margin:12px 0 10px;
    }
    .side-pass p{
      color:rgba(255,250,240,.76);
      margin-bottom:18px;
    }
    .side-grid{
      display:grid;
      grid-template-columns:repeat(2,1fr);
      gap:10px;
      margin:18px 0;
    }
    .side-stat{
      padding:14px;
      border-radius:18px;
      background:rgba(255,250,240,.10);
      border:1px solid rgba(255,250,240,.14);
    }
    .side-stat strong{
      display:block;
      color:var(--orange);
      font-size:24px;
      line-height:1.1;
    }
    .side-stat span{
      color:rgba(255,250,240,.72);
      font-size:13px;
    }
    .path-panel{
      border-radius:30px;
      background:rgba(255,250,240,.82);
      border:1px solid var(--line);
      box-shadow:var(--shadow-soft);
      padding:28px;
    }
    .path-steps{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:14px;
      position:relative;
    }
    .path-step{
      position:relative;
      padding:18px;
      border-radius:22px;
      background:linear-gradient(180deg,#fff,#fff7e8);
      border:1px solid rgba(23,63,47,.11);
      min-height:150px;
    }
    .step-num{
      display:inline-flex;
      width:34px;
      height:34px;
      align-items:center;
      justify-content:center;
      border-radius:50%;
      background:var(--orange);
      color:#fff;
      font-weight:900;
      box-shadow:0 10px 22px rgba(242,160,90,.24);
      margin-bottom:12px;
    }
    .path-step h3{
      font-size:17px;
      font-weight:900;
      color:var(--green);
      margin:0 0 8px;
    }
    .path-step p{
      margin:0;
      color:var(--muted);
      font-size:14px;
    }
    .recommend-banner{
      display:grid;
      grid-template-columns:auto 1fr auto;
      align-items:center;
      gap:22px;
      padding:26px;
      border-radius:30px;
      background:
        linear-gradient(135deg,var(--green),#235941),
        repeating-linear-gradient(90deg,transparent 0 72px,rgba(255,250,240,.05) 73px 74px);
      color:var(--cream);
      overflow:hidden;
    }
    .pass-number{
      width:78px;
      height:78px;
      display:flex;
      align-items:center;
      justify-content:center;
      border-radius:24px;
      background:rgba(255,250,240,.12);
      border:1px solid rgba(255,250,240,.18);
      color:var(--orange);
      font-weight:900;
      font-size:26px;
    }
    .recommend-banner h2{
      font-size:26px;
      margin:0 0 6px;
      font-weight:900;
    }
    .recommend-banner p{
      color:rgba(255,250,240,.74);
      margin:0;
    }
    .voice-grid{
      display:grid;
      grid-template-columns:1fr 1fr 1fr;
      gap:16px;
    }
    .voice-card{
      border-radius:24px;
      padding:20px;
      border:1px solid rgba(23,63,47,.11);
      background:rgba(255,250,240,.82);
      box-shadow:var(--shadow-soft);
      transition:all .22s ease;
    }
    .voice-card:nth-child(2){
      transform:translateY(18px);
      background:#fff1d9;
    }
    .voice-card:nth-child(3){
      background:#edf6e5;
    }
    .voice-card:hover{
      transform:translateY(-3px);
      border-color:rgba(242,160,90,.65);
    }
    .voice-card:nth-child(2):hover{transform:translateY(14px)}
    .avatar-row{
      display:flex;
      align-items:center;
      margin-bottom:14px;
    }
    .avatar{
      width:38px;
      height:38px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      border-radius:50%;
      border:2px solid var(--cream-2);
      margin-left:-9px;
      color:#fff;
      font-weight:900;
      font-size:13px;
      box-shadow:0 8px 16px rgba(23,63,47,.12);
    }
    .avatar:first-child{margin-left:0}
    .a1{background:linear-gradient(135deg,#2f6b4f,#7da271)}
    .a2{background:linear-gradient(135deg,#e98536,#f2be7a)}
    .a3{background:linear-gradient(135deg,#72806a,#b5c4a3)}
    .a4{background:linear-gradient(135deg,#173f2f,#2d6a4f)}
    .quote{
      margin:0;
      color:var(--olive);
      font-size:15px;
    }
    .quote strong{color:var(--orange-2)}
    .faq-shell{
      border-radius:30px;
      background:rgba(255,250,240,.82);
      padding:24px;
    }
    .accordion{
      display:grid;
      gap:12px;
    }
    .accordion-item{
      border:1px solid rgba(23,63,47,.12)!important;
      border-radius:18px!important;
      overflow:hidden;
      background:#fffaf0;
      box-shadow:none;
    }
    .accordion-button{
      background:#fffaf0!important;
      color:var(--green)!important;
      font-weight:900;
      padding:18px 20px;
      box-shadow:none!important;
      line-height:1.5;
    }
    .accordion-button:hover{
      background:var(--grass-soft)!important;
    }
    .accordion-button:focus{
      box-shadow:0 0 0 4px rgba(242,160,90,.14)!important;
      border-color:transparent;
    }
    .accordion-button::after{
      background-image:none!important;
      content:"+";
      display:flex;
      align-items:center;
      justify-content:center;
      width:28px;
      height:28px;
      border-radius:50%;
      background:rgba(242,160,90,.18);
      color:var(--orange-2);
      font-weight:900;
      transform:none!important;
    }
    .accordion-button:not(.collapsed)::after{
      content:"−";
      background:var(--orange);
      color:#fff;
    }
    .accordion-body{
      position:relative;
      padding:0 22px 20px 38px;
      color:var(--muted);
      background:#fffaf0;
    }
    .accordion-body::before{
      content:"";
      position:absolute;
      left:22px;
      top:4px;
      bottom:22px;
      width:4px;
      border-radius:999px;
      background:var(--orange);
    }
    .site-footer{
      position:relative;
      padding:56px 0 28px;
      background:
        linear-gradient(135deg,var(--green),#102b22),
        repeating-linear-gradient(90deg,transparent 0 86px,rgba(255,250,240,.035) 87px 88px);
      color:var(--cream);
      overflow:hidden;
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.4fr .8fr .9fr;
      gap:34px;
      padding-bottom:32px;
      border-bottom:1px solid rgba(255,250,240,.16);
    }
    .footer-brand{
      display:flex;
      align-items:center;
      gap:10px;
      font-weight:900;
      font-size:18px;
      margin-bottom:14px;
    }
    .site-footer p{
      color:rgba(255,250,240,.72);
      max-width:560px;
      margin:0;
    }
    .footer-title{
      color:#fff;
      font-weight:900;
      margin-bottom:14px;
    }
    .footer-links{
      list-style:none;
      margin:0;
      padding:0;
      display:grid;
      gap:10px;
    }
    .footer-links a{
      color:rgba(255,250,240,.74);
    }
    .footer-links a:hover{
      color:var(--orange);
      padding-left:4px;
    }
    .copyright{
      display:flex;
      justify-content:space-between;
      gap:20px;
      flex-wrap:wrap;
      padding-top:22px;
      color:rgba(255,250,240,.62);
      font-size:13px;
    }
    .fixed-conversion{
      position:fixed;
      left:50%;
      bottom:18px;
      transform:translateX(-50%);
      z-index:1200;
      width:min(100% - 32px,1060px);
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
      padding:12px 14px 12px 22px;
      border-radius:999px;
      background:rgba(23,63,47,.96);
      color:var(--cream);
      box-shadow:0 18px 44px rgba(16,43,34,.28);
      border:1px solid rgba(255,250,240,.12);
    }
    .fixed-copy{
      display:flex;
      align-items:center;
      gap:12px;
      min-width:0;
      font-weight:800;
    }
    .fixed-copy span:first-child{
      display:inline-flex;
      width:32px;
      height:32px;
      align-items:center;
      justify-content:center;
      border-radius:50%;
      background:rgba(242,160,90,.2);
      color:var(--orange);
      flex:0 0 auto;
    }
    .fixed-copy small{
      display:block;
      color:rgba(255,250,240,.64);
      font-weight:600;
      margin-top:2px;
    }
    .fixed-actions{
      display:flex;
      gap:10px;
      align-items:center;
      flex:0 0 auto;
    }
    @media (max-width: 1199px){
      .brand-mark{min-width:auto}
      .search-pill{width:190px}
      .bento-hero{grid-template-columns:1.1fr .9fr}
      .hero-main-card{padding:34px}
    }
    @media (max-width: 991px){
      body{padding-bottom:104px}
      .site-header .container-site{width:min(100% - 26px, 1200px)}
      .navbar-collapse{
        margin-top:12px;
        padding:16px;
        border-radius:22px;
        background:rgba(255,250,240,.98);
        border:1px solid var(--line);
        box-shadow:var(--shadow-soft);
      }
      .navbar-nav{
        align-items:stretch!important;
        margin-left:0;
        gap:6px;
      }
      .nav-actions{
        margin-left:0;
        margin-top:12px;
        align-items:stretch;
        flex-direction:column;
      }
      .search-pill{width:100%}
      .nav-link{padding:11px 14px!important}
      .bento-hero{grid-template-columns:1fr}
      .hero-side{grid-template-columns:1fr 1fr;grid-template-rows:auto auto}
      .cta-strip{grid-column:1/-1}
      .entry-layout{grid-template-columns:1fr}
      .side-pass{position:relative;top:auto}
      .path-steps{grid-template-columns:repeat(2,1fr)}
      .recommend-banner{grid-template-columns:1fr}
      .voice-grid{grid-template-columns:1fr}
      .voice-card:nth-child(2){transform:none}
      .voice-card:nth-child(2):hover{transform:translateY(-3px)}
      .footer-grid{grid-template-columns:1fr 1fr}
    }
    @media (max-width: 767px){
      .container-site{width:min(100% - 24px,1200px)}
      .brand-text{font-size:15px;max-width:230px;overflow:hidden;text-overflow:ellipsis}
      .hero-index{padding:42px 0 24px}
      .hero-main-card{min-height:auto;padding:28px 22px;border-radius:26px}
      .hero-actions{flex-direction:column;align-items:stretch}
      .hero-actions .btn-custom{width:100%}
      .hero-side{grid-template-columns:1fr}
      .section{padding:42px 0}
      .section-head{display:block}
      .filter-bar{align-items:flex-start;flex-direction:column}
      .quick-note{white-space:normal}
      .card-masonry{grid-template-columns:1fr}
      .content-card,.content-card.tall{min-height:auto}
      .path-steps{grid-template-columns:1fr}
      .recommend-banner{padding:22px}
      .footer-grid{grid-template-columns:1fr}
      .copyright{display:grid;gap:8px}
      .fixed-conversion{
        width:100%;
        left:0;
        bottom:0;
        transform:none;
        border-radius:22px 22px 0 0;
        padding:10px 12px;
      }
      .fixed-copy{
        font-size:14px;
        gap:8px;
      }
      .fixed-copy small{display:none}
      .fixed-actions .btn-secondary-custom{display:none}
      .fixed-actions .btn-custom{min-height:42px;padding:10px 14px}
    }
    @media (max-width: 520px){
      body{padding-bottom:92px}
      .brand-icon{width:38px;height:38px}
      h1{font-size:33px}
      .hero-summary{font-size:15px}
      .trust-row{gap:8px}
      .trust-tag{font-size:12px}
      .mini-panel,.path-panel,.faq-shell{padding:18px;border-radius:22px}
      .side-grid{grid-template-columns:1fr}
      .fixed-copy div{
        max-width:170px;
        overflow:hidden;
        text-overflow:ellipsis;
        white-space:nowrap;
      }
    }

/* roulang page: category2 */
:root{
      --bg:#fbf4e6;
      --bg-soft:#f4f8e8;
      --bg-green:#e8f1dc;
      --cream:#fffaf0;
      --primary:#173d2c;
      --primary-2:#24553d;
      --primary-light:#d9ead0;
      --accent:#f29b55;
      --accent-2:#ffbd73;
      --text:#24312a;
      --muted:#687468;
      --line:rgba(36,85,61,.18);
      --line-strong:rgba(36,85,61,.34);
      --white:#ffffff;
      --shadow:0 18px 45px rgba(46,63,42,.13);
      --shadow-soft:0 10px 28px rgba(46,63,42,.09);
      --radius-lg:28px;
      --radius-md:20px;
      --radius-sm:14px;
      --container:1180px;
      --header-h:64px;
      --bottom-h:84px;
      --font:"PingFang SC","Microsoft YaHei","Noto Sans SC",Arial,sans-serif;
    }

    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:var(--font);
      color:var(--text);
      background:
        radial-gradient(circle at 8% 8%, rgba(242,155,85,.22), transparent 32%),
        radial-gradient(circle at 92% 16%, rgba(136,171,119,.26), transparent 34%),
        linear-gradient(180deg,var(--bg),#fffdf7 46%,var(--bg-soft));
      line-height:1.75;
      padding-bottom:112px;
      overflow-x:hidden;
    }
    a{color:inherit;text-decoration:none;transition:.22s ease}
    a:hover{color:var(--primary-2)}
    img{max-width:100%;height:auto;display:block}
    button,input{font-family:inherit}
    ::selection{background:rgba(242,155,85,.35);color:var(--primary)}
    :focus-visible{outline:3px solid rgba(242,155,85,.45);outline-offset:3px;border-radius:10px}

    .container-site{
      width:min(var(--container), calc(100% - 40px));
      margin:0 auto;
    }

    .site-header{
      position:sticky;
      top:0;
      z-index:1030;
      background:rgba(255,250,240,.92);
      backdrop-filter:blur(12px);
      border-bottom:1px solid var(--line);
      box-shadow:0 6px 22px rgba(33,55,39,.06);
    }
    .site-header .navbar{
      min-height:var(--header-h);
      padding:0;
    }
    .brand-mark{
      display:flex;
      align-items:center;
      gap:10px;
      padding:0;
      margin-right:34px;
      color:var(--primary);
      font-weight:800;
      letter-spacing:-.02em;
      white-space:nowrap;
    }
    .brand-icon{
      width:42px;
      height:42px;
      border-radius:14px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      background:linear-gradient(135deg,var(--primary),#2f6b4d);
      color:#fff7e8;
      font-weight:900;
      box-shadow:inset 0 0 0 1px rgba(255,255,255,.22), 0 8px 18px rgba(23,61,44,.2);
      letter-spacing:-.04em;
      flex:0 0 auto;
    }
    .brand-text{font-size:17px}
    .navbar-collapse{
      justify-content:space-between;
      gap:18px;
    }
    .navbar-nav{
      gap:6px;
    }
    .nav-link{
      position:relative;
      color:var(--muted);
      font-size:15px;
      font-weight:700;
      padding:8px 14px !important;
      border-radius:999px;
    }
    .nav-link:hover{
      background:rgba(36,85,61,.07);
      color:var(--primary);
    }
    .nav-link.active{
      color:var(--primary);
      background:var(--primary-light);
    }
    .nav-link.active::after{
      content:"";
      position:absolute;
      left:50%;
      bottom:3px;
      width:6px;
      height:6px;
      transform:translateX(-50%);
      border-radius:50%;
      background:var(--accent);
    }
    .nav-actions{
      display:flex;
      align-items:center;
      gap:10px;
      margin-left:auto;
    }
    .search-pill{
      width:238px;
      height:42px;
      display:flex;
      align-items:center;
      gap:8px;
      padding:0 14px;
      border:1px solid var(--line);
      border-radius:999px;
      background:rgba(255,255,255,.72);
      color:var(--primary-2);
      transition:.22s ease;
    }
    .search-pill:focus-within{
      border-color:rgba(242,155,85,.8);
      box-shadow:0 0 0 4px rgba(242,155,85,.12);
      background:#fff;
    }
    .search-pill input{
      width:100%;
      border:0;
      outline:0;
      background:transparent;
      color:var(--text);
      font-size:14px;
    }
    .search-pill input::placeholder{color:#889084}
    .navbar-toggler{
      border:1px solid var(--line);
      border-radius:14px;
      padding:8px 10px;
      background:#fffaf0;
      box-shadow:none !important;
    }
    .navbar-toggler-icon{
      width:22px;
      height:22px;
      background-image:none;
      position:relative;
    }
    .navbar-toggler-icon::before,
    .navbar-toggler-icon::after{
      content:"";
      position:absolute;
      left:2px;
      right:2px;
      height:2px;
      background:var(--primary);
      border-radius:999px;
    }
    .navbar-toggler-icon::before{top:6px;box-shadow:0 6px 0 var(--primary)}
    .navbar-toggler-icon::after{top:18px}

    .btn-custom{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      border-radius:999px;
      min-height:44px;
      padding:11px 20px;
      font-weight:800;
      font-size:15px;
      border:1px solid transparent;
      transition:transform .22s ease, box-shadow .22s ease, background .22s ease, border-color .22s ease;
      white-space:nowrap;
    }
    .btn-custom:hover{
      transform:translateY(-2px);
    }
    .btn-primary-custom{
      background:linear-gradient(135deg,var(--accent),var(--accent-2));
      color:#3b2415;
      box-shadow:0 12px 24px rgba(242,155,85,.28);
    }
    .btn-primary-custom:hover{
      color:#2a1a0e;
      box-shadow:0 16px 28px rgba(242,155,85,.36);
    }
    .btn-outline-custom{
      background:rgba(255,250,240,.68);
      color:var(--primary);
      border-color:var(--line-strong);
    }
    .btn-outline-custom:hover{
      background:var(--primary-light);
      border-color:rgba(36,85,61,.42);
      color:var(--primary);
      box-shadow:0 12px 24px rgba(36,85,61,.1);
    }

    .section{
      padding:74px 0;
      position:relative;
    }
    .section-tight{padding:50px 0}
    .kicker{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:7px 12px;
      border-radius:999px;
      background:rgba(36,85,61,.08);
      color:var(--primary);
      border:1px solid var(--line);
      font-size:13px;
      font-weight:800;
    }
    .kicker::before{
      content:"";
      width:8px;
      height:8px;
      border-radius:50%;
      background:var(--accent);
      box-shadow:0 0 0 5px rgba(242,155,85,.15);
    }
    .section-title{
      margin:14px 0 10px;
      color:var(--primary);
      font-weight:900;
      line-height:1.18;
      letter-spacing:-.04em;
      font-size:clamp(26px,3.2vw,40px);
    }
    .section-desc{
      color:var(--muted);
      font-size:16px;
      max-width:760px;
      margin:0;
    }

    .page-hero{
      padding:54px 0 46px;
      position:relative;
      overflow:hidden;
      border-bottom:1px solid var(--line);
    }
    .page-hero::before{
      content:"";
      position:absolute;
      inset:18px 4% auto auto;
      width:420px;
      height:420px;
      border:1px solid rgba(36,85,61,.13);
      border-radius:50%;
      opacity:.75;
    }
    .page-hero::after{
      content:"";
      position:absolute;
      left:-100px;
      bottom:-130px;
      width:340px;
      height:340px;
      border-radius:50%;
      background:rgba(242,155,85,.13);
      filter:blur(4px);
    }
    .hero-wrap{
      position:relative;
      z-index:1;
      display:grid;
      grid-template-columns:1.06fr .94fr;
      gap:34px;
      align-items:stretch;
    }
    .hero-copy{
      padding:34px 0 26px;
    }
    .promo-line{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      align-items:center;
      margin-bottom:18px;
    }
    .burst{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-height:38px;
      padding:8px 16px;
      border-radius:20px 20px 20px 6px;
      background:var(--primary);
      color:#fff8e9;
      font-weight:900;
      box-shadow:var(--shadow-soft);
      transform:rotate(-1deg);
    }
    .soft-note{
      display:inline-flex;
      align-items:center;
      gap:8px;
      min-height:36px;
      padding:7px 13px;
      border-radius:999px;
      background:#fffaf0;
      border:1px solid var(--line);
      color:var(--muted);
      font-size:13px;
      font-weight:700;
    }
    h1{
      margin:0;
      color:var(--primary);
      font-size:clamp(34px,5vw,56px);
      line-height:1.08;
      font-weight:950;
      letter-spacing:-.055em;
    }
    .hero-summary{
      margin:20px 0 24px;
      color:#58675d;
      font-size:18px;
      line-height:1.85;
      max-width:650px;
    }
    .hero-actions{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin-bottom:22px;
    }
    .trust-strip{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
    }
    .trust-strip span{
      padding:7px 11px;
      border-radius:999px;
      border:1px solid rgba(36,85,61,.16);
      background:rgba(255,255,255,.62);
      color:var(--primary-2);
      font-size:13px;
      font-weight:750;
    }

    .score-panel{
      position:relative;
      padding:18px;
      border-radius:32px;
      background:
        linear-gradient(145deg,rgba(255,250,240,.96),rgba(232,241,220,.9));
      border:1px solid var(--line);
      box-shadow:var(--shadow);
      overflow:hidden;
    }
    .score-panel::before{
      content:"";
      position:absolute;
      inset:16px;
      border:1px solid rgba(36,85,61,.12);
      border-radius:24px;
      pointer-events:none;
    }
    .panel-top{
      position:relative;
      z-index:1;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      padding:8px 8px 18px;
    }
    .panel-top strong{
      color:var(--primary);
      font-size:18px;
    }
    .status-badge{
      display:inline-flex;
      align-items:center;
      gap:7px;
      padding:7px 11px;
      border-radius:999px;
      background:rgba(242,155,85,.18);
      color:#7a441d;
      font-size:13px;
      font-weight:850;
    }
    .status-badge::before{
      content:"";
      width:7px;
      height:7px;
      border-radius:50%;
      background:var(--accent);
    }
    .compare-mini-grid{
      position:relative;
      z-index:1;
      display:grid;
      grid-template-columns:repeat(2,1fr);
      gap:12px;
    }
    .mini-card{
      padding:18px;
      border-radius:20px;
      background:rgba(255,255,255,.72);
      border:1px solid var(--line);
      transition:.22s ease;
    }
    .mini-card:hover{
      transform:translateY(-3px);
      border-color:rgba(242,155,85,.7);
      box-shadow:var(--shadow-soft);
    }
    .mini-card .num{
      display:inline-flex;
      width:32px;
      height:32px;
      align-items:center;
      justify-content:center;
      border-radius:11px;
      background:var(--primary);
      color:#fff8e9;
      font-weight:900;
      margin-bottom:10px;
    }
    .mini-card h2,
    .mini-card h3{
      margin:0 0 6px;
      font-size:18px;
      font-weight:900;
      color:var(--primary);
    }
    .mini-card p{
      margin:0;
      font-size:14px;
      color:var(--muted);
      line-height:1.65;
    }
    .panel-bubble{
      position:relative;
      z-index:1;
      margin-top:14px;
      padding:16px 18px;
      border-radius:20px 20px 6px 20px;
      background:var(--primary);
      color:#fff8e9;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
    }
    .panel-bubble span{
      font-size:14px;
      color:rgba(255,248,233,.78);
    }
    .panel-bubble strong{
      color:var(--accent-2);
      white-space:nowrap;
    }

    .anchor-layout{
      display:grid;
      grid-template-columns:260px 1fr;
      gap:26px;
      align-items:start;
    }
    .anchor-card{
      position:sticky;
      top:88px;
      border-radius:24px;
      background:rgba(255,250,240,.86);
      border:1px solid var(--line);
      box-shadow:var(--shadow-soft);
      padding:16px;
    }
    .anchor-card .anchor-title{
      color:var(--primary);
      font-weight:900;
      margin:0 0 10px;
      padding:2px 4px 10px;
      border-bottom:1px solid var(--line);
    }
    .anchor-list{
      display:flex;
      flex-direction:column;
      gap:8px;
      margin:0;
      padding:0;
      list-style:none;
    }
    .anchor-list a{
      display:flex;
      align-items:center;
      justify-content:space-between;
      padding:11px 12px;
      border-radius:16px;
      color:var(--muted);
      font-weight:800;
      font-size:14px;
      background:rgba(255,255,255,.48);
      border:1px solid transparent;
    }
    .anchor-list a:hover,
    .anchor-list a.active{
      color:var(--primary);
      background:var(--primary-light);
      border-color:rgba(36,85,61,.17);
    }
    .anchor-list a::after{
      content:"›";
      color:var(--accent);
      font-size:20px;
      line-height:1;
    }
    .mobile-tabs{
      display:none;
      overflow:auto;
      gap:10px;
      padding-bottom:8px;
      margin-bottom:18px;
      scrollbar-width:none;
    }
    .mobile-tabs::-webkit-scrollbar{display:none}
    .mobile-tabs a{
      flex:0 0 auto;
      padding:9px 14px;
      border-radius:999px;
      background:#fffaf0;
      border:1px solid var(--line);
      color:var(--primary);
      font-size:14px;
      font-weight:800;
    }

    .content-stack{
      display:flex;
      flex-direction:column;
      gap:22px;
    }
    .group-card{
      border-radius:28px;
      background:rgba(255,255,255,.72);
      border:1px solid var(--line);
      box-shadow:var(--shadow-soft);
      padding:26px;
      scroll-margin-top:90px;
      position:relative;
      overflow:hidden;
    }
    .group-card::after{
      content:"";
      position:absolute;
      right:-60px;
      top:-70px;
      width:180px;
      height:180px;
      border-radius:50%;
      border:1px solid rgba(36,85,61,.11);
    }
    .group-head{
      position:relative;
      z-index:1;
      display:flex;
      justify-content:space-between;
      gap:18px;
      align-items:flex-start;
      margin-bottom:18px;
    }
    .group-head h2{
      margin:0 0 8px;
      font-size:clamp(23px,2.5vw,32px);
      color:var(--primary);
      font-weight:950;
      letter-spacing:-.035em;
    }
    .group-head p{
      margin:0;
      color:var(--muted);
      max-width:650px;
    }
    .round-label{
      flex:0 0 auto;
      padding:7px 12px;
      border-radius:999px;
      background:rgba(242,155,85,.18);
      color:#7a441d;
      font-weight:900;
      font-size:13px;
      border:1px solid rgba(242,155,85,.28);
    }
    .point-grid{
      position:relative;
      z-index:1;
      display:grid;
      grid-template-columns:repeat(2,1fr);
      gap:14px;
    }
    .point-card{
      padding:18px;
      border-radius:20px;
      background:linear-gradient(180deg,#fffaf0,rgba(244,248,232,.82));
      border:1px solid var(--line);
      transition:.22s ease;
    }
    .point-card:hover{
      transform:translateY(-4px);
      border-color:rgba(242,155,85,.7);
      box-shadow:0 16px 30px rgba(46,63,42,.11);
    }
    .point-card .tag{
      display:inline-flex;
      align-items:center;
      margin-bottom:10px;
      padding:5px 9px;
      border-radius:999px;
      background:rgba(36,85,61,.09);
      color:var(--primary-2);
      font-size:12px;
      font-weight:900;
    }
    .point-card h3{
      margin:0 0 8px;
      font-size:19px;
      color:var(--primary);
      font-weight:900;
    }
    .point-card p{
      margin:0;
      color:var(--muted);
      font-size:15px;
      line-height:1.7;
    }

    .review-zone{
      border-radius:32px;
      background:
        linear-gradient(135deg,rgba(23,61,44,.96),rgba(36,85,61,.94)),
        radial-gradient(circle at 20% 10%,rgba(242,155,85,.35),transparent 38%);
      color:#fff8e9;
      padding:34px;
      overflow:hidden;
      position:relative;
      box-shadow:var(--shadow);
    }
    .review-zone::before{
      content:"";
      position:absolute;
      inset:18px;
      border:1px solid rgba(255,250,240,.12);
      border-radius:24px;
      pointer-events:none;
    }
    .review-zone .section-title,
    .review-zone .section-desc{color:#fff8e9}
    .review-zone .section-desc{opacity:.78}
    .avatar-row{
      display:flex;
      flex-wrap:wrap;
      align-items:center;
      gap:0;
      margin:24px 0 22px;
      position:relative;
      z-index:1;
    }
    .avatar{
      width:48px;
      height:48px;
      margin-right:-10px;
      border-radius:50%;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      color:#fffaf0;
      font-weight:900;
      border:3px solid rgba(255,250,240,.9);
      box-shadow:0 8px 16px rgba(0,0,0,.16);
    }
    .avatar:nth-child(1){background:linear-gradient(135deg,#f29b55,#d56f35)}
    .avatar:nth-child(2){background:linear-gradient(135deg,#80a86b,#24553d)}
    .avatar:nth-child(3){background:linear-gradient(135deg,#c29d58,#775d2d)}
    .avatar:nth-child(4){background:linear-gradient(135deg,#93b98a,#4d7b56)}
    .avatar:nth-child(5){background:linear-gradient(135deg,#e4ac72,#a65d34)}
    .avatar:nth-child(6){background:linear-gradient(135deg,#6c8e76,#173d2c)}
    .avatar-more{
      margin-left:14px;
      color:rgba(255,248,233,.78);
      font-size:14px;
      font-weight:800;
    }
    .bubble-grid{
      position:relative;
      z-index:1;
      display:grid;
      grid-template-columns:1.1fr .9fr 1fr;
      gap:14px;
      align-items:start;
    }
    .review-bubble{
      padding:17px 18px;
      border-radius:22px;
      background:rgba(255,250,240,.12);
      border:1px solid rgba(255,250,240,.15);
      color:rgba(255,248,233,.9);
      font-size:15px;
      line-height:1.65;
    }
    .review-bubble:nth-child(2){
      margin-top:28px;
      background:rgba(242,155,85,.18);
    }
    .review-bubble:nth-child(4){
      grid-column:span 2;
      background:rgba(255,250,240,.16);
    }
    .review-bubble em{
      color:var(--accent-2);
      font-style:normal;
      font-weight:900;
    }

    .compare-card{
      border-radius:30px;
      overflow:hidden;
      border:1px solid var(--line);
      background:#fffaf0;
      box-shadow:var(--shadow-soft);
    }
    .compare-table{
      width:100%;
      margin:0;
      border-collapse:separate;
      border-spacing:0;
      overflow:hidden;
    }
    .compare-table thead th{
      background:var(--primary);
      color:#fff8e9;
      padding:18px 20px;
      font-size:15px;
      border:0;
      white-space:nowrap;
    }
    .compare-table tbody td{
      padding:18px 20px;
      color:var(--text);
      border-top:1px solid var(--line);
      vertical-align:top;
      font-size:15px;
    }
    .compare-table tbody tr:nth-child(odd) td{background:#fffaf0}
    .compare-table tbody tr:nth-child(even) td{background:var(--bg-soft)}
    .compare-table strong{color:var(--primary)}
    .check-list{
      margin:18px 0 0;
      padding:0;
      list-style:none;
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:12px;
    }
    .check-list li{
      padding:13px 14px;
      border-radius:16px;
      background:rgba(255,255,255,.66);
      border:1px solid var(--line);
      color:var(--muted);
      font-weight:750;
      font-size:14px;
    }
    .check-list li::before{
      content:"✓";
      color:var(--accent);
      font-weight:950;
      margin-right:8px;
    }

    .accordion{
      display:flex;
      flex-direction:column;
      gap:12px;
    }
    .accordion-item{
      border:1px solid var(--line) !important;
      border-radius:18px !important;
      overflow:hidden;
      background:#fffaf0;
      box-shadow:0 10px 24px rgba(46,63,42,.06);
    }
    .accordion-button{
      background:#fffaf0 !important;
      color:var(--primary) !important;
      font-weight:900;
      line-height:1.45;
      padding:18px 20px;
      box-shadow:none !important;
    }
    .accordion-button:not(.collapsed){
      border-bottom:1px solid var(--line);
    }
    .accordion-button::after{
      background-image:none;
      content:"+";
      display:flex;
      align-items:center;
      justify-content:center;
      width:30px;
      height:30px;
      border-radius:50%;
      background:rgba(242,155,85,.18);
      color:#8a4a1b;
      font-weight:900;
      transform:none;
    }
    .accordion-button:not(.collapsed)::after{
      content:"–";
    }
    .accordion-body{
      background:#fffaf0;
      color:var(--muted);
      line-height:1.8;
      padding:18px 22px 20px;
      border-left:4px solid var(--accent);
    }

    .cta-pass{
      display:grid;
      grid-template-columns:1fr auto;
      gap:20px;
      align-items:center;
      padding:30px;
      border-radius:30px;
      background:
        linear-gradient(135deg,var(--primary),#2d684b);
      color:#fff8e9;
      box-shadow:var(--shadow);
      position:relative;
      overflow:hidden;
    }
    .cta-pass::before{
      content:"";
      position:absolute;
      right:25%;
      top:-60px;
      width:140px;
      height:220px;
      border-left:1px dashed rgba(255,250,240,.22);
      border-right:1px dashed rgba(255,250,240,.22);
      transform:rotate(14deg);
    }
    .cta-pass h2{
      position:relative;
      z-index:1;
      margin:0 0 8px;
      font-weight:950;
      letter-spacing:-.035em;
      font-size:clamp(24px,3vw,36px);
    }
    .cta-pass p{
      position:relative;
      z-index:1;
      margin:0;
      color:rgba(255,248,233,.78);
      max-width:720px;
    }
    .cta-pass .btn-custom{
      position:relative;
      z-index:1;
    }

    .site-footer{
      padding:58px 0 30px;
      background:
        linear-gradient(135deg,#123426,#1d4b36);
      color:#fff8e9;
      position:relative;
      overflow:hidden;
    }
    .site-footer::before{
      content:"";
      position:absolute;
      inset:20px;
      border:1px solid rgba(255,250,240,.08);
      border-radius:28px;
      pointer-events:none;
    }
    .footer-grid{
      position:relative;
      z-index:1;
      display:grid;
      grid-template-columns:1.35fr .8fr .9fr;
      gap:38px;
      padding-bottom:34px;
    }
    .footer-brand{
      display:flex;
      align-items:center;
      gap:10px;
      font-size:18px;
      font-weight:900;
      margin-bottom:14px;
    }
    .site-footer p{
      margin:0;
      max-width:520px;
      color:rgba(255,248,233,.72);
    }
    .footer-title{
      color:#fff8e9;
      font-weight:900;
      margin-bottom:14px;
    }
    .footer-links{
      list-style:none;
      margin:0;
      padding:0;
      display:flex;
      flex-direction:column;
      gap:9px;
    }
    .footer-links a{
      color:rgba(255,248,233,.72);
      font-size:15px;
    }
    .footer-links a:hover{
      color:var(--accent-2);
      padding-left:4px;
    }
    .copyright{
      position:relative;
      z-index:1;
      display:flex;
      justify-content:space-between;
      gap:16px;
      padding-top:22px;
      border-top:1px solid rgba(255,250,240,.12);
      color:rgba(255,248,233,.62);
      font-size:13px;
    }

    .fixed-conversion{
      position:fixed;
      left:50%;
      bottom:18px;
      transform:translateX(-50%);
      width:min(1040px, calc(100% - 36px));
      z-index:1040;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
      padding:12px 14px 12px 22px;
      border-radius:999px;
      background:rgba(23,61,44,.96);
      color:#fff8e9;
      box-shadow:0 18px 38px rgba(23,61,44,.28);
      border:1px solid rgba(255,250,240,.16);
    }
    .fixed-conversion .fixed-text{
      display:flex;
      align-items:center;
      gap:10px;
      font-weight:850;
      min-width:0;
    }
    .fixed-conversion .fixed-text span:first-child{
      width:10px;
      height:10px;
      border-radius:50%;
      background:var(--accent);
      box-shadow:0 0 0 6px rgba(242,155,85,.16);
      flex:0 0 auto;
    }
    .fixed-conversion .fixed-text strong{
      color:var(--accent-2);
    }
    .fixed-actions{
      display:flex;
      gap:10px;
      flex:0 0 auto;
    }
    .fixed-conversion .btn-outline-custom{
      color:#fff8e9;
      background:rgba(255,250,240,.08);
      border-color:rgba(255,250,240,.25);
      min-height:40px;
      padding:8px 16px;
    }
    .fixed-conversion .btn-primary-custom{
      min-height:40px;
      padding:8px 18px;
    }

    @media (max-width: 1199px){
      .hero-wrap{grid-template-columns:1fr .9fr;gap:24px}
      .search-pill{width:205px}
      .container-site{width:min(100% - 32px, var(--container))}
    }

    @media (max-width: 991px){
      body{padding-bottom:96px}
      .site-header .container-site{
        min-height:var(--header-h);
      }
      .navbar-collapse{
        margin-top:12px;
        padding:14px;
        border:1px solid var(--line);
        border-radius:22px;
        background:#fffaf0;
        box-shadow:var(--shadow-soft);
      }
      .navbar-nav{
        align-items:stretch !important;
      }
      .nav-link{
        padding:10px 12px !important;
      }
      .nav-link.active::after{
        left:auto;
        right:12px;
        bottom:50%;
        transform:translateY(50%);
      }
      .nav-actions{
        margin:12px 0 0;
        flex-direction:column;
        align-items:stretch;
      }
      .search-pill{
        width:100%;
      }
      .hero-wrap{
        grid-template-columns:1fr;
      }
      .hero-copy{
        padding:20px 0 0;
      }
      .anchor-layout{
        grid-template-columns:1fr;
      }
      .anchor-card{
        display:none;
      }
      .mobile-tabs{
        display:flex;
      }
      .point-grid{
        grid-template-columns:1fr;
      }
      .bubble-grid{
        grid-template-columns:1fr 1fr;
      }
      .review-bubble:nth-child(4){grid-column:span 1}
      .check-list{
        grid-template-columns:1fr 1fr;
      }
      .footer-grid{
        grid-template-columns:1fr 1fr;
      }
      .copyright{
        flex-direction:column;
      }
    }

    @media (max-width: 767px){
      .section{padding:54px 0}
      .section-tight{padding:38px 0}
      .brand-text{font-size:15px;max-width:230px;overflow:hidden;text-overflow:ellipsis}
      .brand-icon{width:38px;height:38px;border-radius:13px}
      .page-hero{padding:36px 0 34px}
      .hero-summary{font-size:16px}
      .hero-actions .btn-custom{
        width:100%;
      }
      .compare-mini-grid{
        grid-template-columns:1fr;
      }
      .panel-bubble{
        flex-direction:column;
        align-items:flex-start;
      }
      .group-head{
        flex-direction:column;
      }
      .review-zone{
        padding:26px 20px;
        border-radius:26px;
      }
      .bubble-grid{
        grid-template-columns:1fr;
      }
      .compare-card{
        overflow:auto;
      }
      .compare-table{
        min-width:720px;
      }
      .check-list{
        grid-template-columns:1fr;
      }
      .cta-pass{
        grid-template-columns:1fr;
        padding:24px;
      }
      .footer-grid{
        grid-template-columns:1fr;
        gap:26px;
      }
      .fixed-conversion{
        width:100%;
        left:0;
        bottom:0;
        transform:none;
        border-radius:22px 22px 0 0;
        padding:11px 14px;
      }
      .fixed-conversion .fixed-text{
        font-size:13px;
        line-height:1.35;
      }
      .fixed-conversion .fixed-text strong{
        display:none;
      }
      .fixed-actions .btn-outline-custom{
        display:none;
      }
      .fixed-actions .btn-primary-custom{
        min-height:44px;
        padding:9px 16px;
      }
    }

    @media (max-width: 520px){
      .container-site{width:calc(100% - 24px)}
      h1{font-size:34px}
      .promo-line{align-items:flex-start}
      .burst{font-size:14px}
      .soft-note{font-size:12px}
      .group-card{padding:20px;border-radius:24px}
      .point-card{padding:16px}
      .avatar-row{
        flex-wrap:nowrap;
        overflow-x:auto;
        padding-bottom:6px;
      }
      .avatar{flex:0 0 auto}
      .fixed-conversion .fixed-text{
        max-width:54%;
      }
    }
