/* roulang page: index */
:root{
      --bg: #FAF6F1;
      --bg-soft: #F3EAE2;
      --surface: #FFFDFC;
      --surface-strong: #FFF8F1;
      --dark: #171114;
      --dark-2: #21171B;
      --brand: #4A1026;
      --brand-2: #5B1730;
      --brand-3: #7A2948;
      --accent: #C18A55;
      --accent-2: #D9B07A;
      --text: #261B1F;
      --muted: #76686C;
      --muted-2: #9B8D92;
      --line: rgba(74,16,38,.10);
      --line-2: rgba(255,248,241,.12);
      --ok: #3C8D68;
      --warn: #B8792F;
      --danger: #B74343;
      --shadow: 0 18px 50px rgba(74,16,38,.10);
      --shadow-2: 0 24px 60px rgba(74,16,38,.14);
      --radius-xl: 28px;
      --radius-lg: 22px;
      --radius-md: 16px;
      --radius-sm: 12px;
      --container: 1180px;
      --gap: 24px;
      --transition: 220ms ease;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      color:var(--text);
      font-family:"PingFang SC","Microsoft YaHei","Noto Sans SC",Arial,sans-serif;
      background:
        radial-gradient(circle at top left, rgba(193,138,85,.14), transparent 28%),
        radial-gradient(circle at 88% 12%, rgba(74,16,38,.10), transparent 24%),
        linear-gradient(180deg, #FCF8F4 0%, #FAF6F1 34%, #F6EEE6 100%);
      min-height:100vh;
      line-height:1.7;
      overflow-x:hidden;
    }
    body::before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      background-image:
        linear-gradient(rgba(74,16,38,.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(74,16,38,.03) 1px, transparent 1px);
      background-size:42px 42px;
      mask-image: linear-gradient(180deg, rgba(0,0,0,.7), transparent 95%);
      opacity:.45;
      z-index:-1;
    }
    a{color:inherit;text-decoration:none}
    img{max-width:100%;display:block}
    button,input,textarea,select{font:inherit}
    button{cursor:pointer}
    :focus-visible{
      outline:3px solid rgba(193,138,85,.55);
      outline-offset:2px;
    }
    .container{
      width:min(var(--container), calc(100% - 32px));
      margin:0 auto;
    }
    .site-header{
      position:sticky;
      top:0;
      z-index:80;
      backdrop-filter:saturate(120%) blur(14px);
      background:rgba(250,246,241,.84);
      border-bottom:1px solid rgba(74,16,38,.08);
      transition:box-shadow var(--transition), background var(--transition), border-color var(--transition);
    }
    .site-header.is-scrolled{
      box-shadow:0 10px 34px rgba(74,16,38,.10);
      background:rgba(250,246,241,.94);
      border-bottom-color:rgba(74,16,38,.12);
    }
    .header-top{
      display:grid;
      grid-template-columns: minmax(210px, 1fr) minmax(420px, 1.6fr) minmax(230px, .9fr);
      gap:18px;
      align-items:center;
      padding:18px 0 12px;
    }
    .brand{
      display:flex;
      align-items:center;
      gap:12px;
      min-width:0;
      font-weight:800;
    }
    .brand-mark{
      width:48px;height:48px;
      border-radius:16px;
      display:grid;
      place-items:center;
      background:
        radial-gradient(circle at 30% 30%, rgba(255,255,255,.26), transparent 30%),
        linear-gradient(145deg, var(--brand), #6C1D3A);
      color:#FFF8F1;
      box-shadow:0 14px 30px rgba(74,16,38,.18);
      flex:0 0 auto;
    }
    .brand-mark svg{width:25px;height:25px;fill:none;stroke:#FFF8F1;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
    .brand-text{
      display:flex;
      flex-direction:column;
      min-width:0;
      gap:2px;
    }
    .brand-text strong{
      font-size:18px;
      line-height:1.1;
      letter-spacing:.2px;
      color:var(--brand);
      white-space:nowrap;
      overflow:hidden;
      text-overflow:ellipsis;
    }
    .brand-text span{
      color:var(--muted);
      font-size:12px;
      white-space:nowrap;
      overflow:hidden;
      text-overflow:ellipsis;
    }
    .search-shell{
      display:flex;
      align-items:center;
      gap:10px;
      background:rgba(255,253,252,.95);
      border:1px solid rgba(74,16,38,.12);
      box-shadow:0 12px 28px rgba(74,16,38,.06) inset, 0 10px 30px rgba(74,16,38,.05);
      border-radius:999px;
      padding:10px 14px 10px 18px;
      min-height:60px;
      transition:border-color var(--transition), box-shadow var(--transition), transform var(--transition);
    }
    .search-shell:focus-within{
      border-color:rgba(193,138,85,.7);
      box-shadow:0 0 0 4px rgba(193,138,85,.12), 0 16px 30px rgba(74,16,38,.08);
      transform:translateY(-1px);
    }
    .search-icon{
      width:20px;height:20px;
      color:var(--brand);
      flex:0 0 auto;
      display:grid;
      place-items:center;
    }
    .search-icon svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
    .search-shell input{
      flex:1;
      border:0;
      background:transparent;
      color:var(--text);
      min-width:0;
      outline:none;
      font-size:15px;
    }
    .search-shell input::placeholder{color:#9C8E92}
    .search-btn{
      border:0;
      background:linear-gradient(145deg, var(--brand), var(--brand-2));
      color:#FFF8F1;
      border-radius:999px;
      padding:10px 18px;
      font-weight:700;
      letter-spacing:.2px;
      box-shadow:0 12px 24px rgba(74,16,38,.18);
      transition:transform var(--transition), box-shadow var(--transition), background var(--transition);
    }
    .search-btn:hover{transform:translateY(-1px);box-shadow:0 16px 30px rgba(74,16,38,.22)}
    .header-actions{
      display:flex;
      align-items:center;
      justify-content:flex-end;
      gap:10px;
      flex-wrap:wrap;
    }
    .age-badge{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-height:40px;
      padding:0 14px;
      border-radius:999px;
      background:var(--brand);
      color:#FFF8F1;
      font-weight:800;
      letter-spacing:.3px;
      box-shadow:0 12px 22px rgba(74,16,38,.18);
    }
    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      min-height:40px;
      padding:0 16px;
      border-radius:999px;
      border:1px solid transparent;
      font-weight:700;
      transition:transform var(--transition), box-shadow var(--transition), border-color var(--transition), background var(--transition), color var(--transition);
      white-space:nowrap;
    }
    .btn:hover{transform:translateY(-1px)}
    .btn-primary{
      background:linear-gradient(145deg, var(--brand), #651A36);
      color:#FFF8F1;
      box-shadow:0 14px 24px rgba(74,16,38,.18);
    }
    .btn-primary:hover{box-shadow:0 18px 30px rgba(74,16,38,.24)}
    .btn-ghost{
      background:rgba(255,253,252,.75);
      border-color:rgba(74,16,38,.12);
      color:var(--brand);
    }
    .btn-ghost:hover{
      border-color:rgba(193,138,85,.6);
      background:#FFF8F1;
      box-shadow:0 12px 24px rgba(74,16,38,.08);
    }
    .menu-toggle{
      display:none;
      min-height:40px;
      border-radius:14px;
      padding:0 14px;
      border:1px solid rgba(74,16,38,.12);
      background:#FFFDFC;
      color:var(--brand);
      font-weight:700;
      box-shadow:0 10px 20px rgba(74,16,38,.05);
    }
    .header-bottom{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:14px;
      padding:0 0 16px;
    }
    .nav-links{
      display:flex;
      align-items:center;
      flex-wrap:wrap;
      gap:10px;
    }
    .nav-link{
      display:inline-flex;
      align-items:center;
      min-height:38px;
      padding:0 14px;
      border-radius:999px;
      color:var(--muted);
      border:1px solid transparent;
      transition:background var(--transition), color var(--transition), border-color var(--transition), transform var(--transition);
    }
    .nav-link:hover{
      color:var(--brand);
      border-color:rgba(193,138,85,.45);
      background:#FFF8F1;
      transform:translateY(-1px);
    }
    .nav-link.active{
      color:var(--brand);
      background:rgba(74,16,38,.06);
      border-color:rgba(74,16,38,.08);
      font-weight:700;
    }
    .hot-tags{
      display:flex;
      align-items:center;
      justify-content:flex-end;
      flex-wrap:wrap;
      gap:8px;
    }
    .tag{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-height:34px;
      padding:0 12px;
      border-radius:999px;
      background:rgba(74,16,38,.06);
      border:1px solid rgba(74,16,38,.08);
      color:var(--brand);
      font-size:13px;
      transition:transform var(--transition), background var(--transition), border-color var(--transition);
    }
    .tag:hover{
      transform:translateY(-1px);
      border-color:rgba(193,138,85,.55);
      background:rgba(193,138,85,.10);
    }

    .section{
      padding:96px 0;
      position:relative;
    }
    .section-tight{padding:72px 0}
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      font-size:13px;
      color:var(--brand);
      font-weight:800;
      letter-spacing:.22em;
      text-transform:uppercase;
    }
    .eyebrow::before{
      content:"";
      width:28px;height:1px;
      background:linear-gradient(90deg, transparent, var(--accent));
      display:inline-block;
    }
    .section-head{
      display:flex;
      flex-direction:column;
      gap:14px;
      margin-bottom:28px;
      max-width:760px;
    }
    .section-head h2{
      margin:0;
      font-size:clamp(28px, 3vw, 38px);
      line-height:1.15;
      color:var(--brand);
      letter-spacing:-.02em;
    }
    .section-head p{
      margin:0;
      color:var(--muted);
      font-size:16px;
      max-width:68ch;
    }

    .hero{
      padding:44px 0 92px;
    }
    .hero-grid{
      display:grid;
      grid-template-columns: minmax(0, 1.02fr) minmax(320px, .88fr);
      gap:28px;
      align-items:stretch;
    }
    .hero-copy{
      position:relative;
      background:
        linear-gradient(180deg, rgba(255,255,255,.68), rgba(255,253,252,.88)),
        radial-gradient(circle at top right, rgba(193,138,85,.08), transparent 32%);
      border:1px solid rgba(74,16,38,.08);
      border-radius:var(--radius-xl);
      padding:38px;
      box-shadow:var(--shadow);
      overflow:hidden;
    }
    .hero-copy::after{
      content:"";
      position:absolute;
      right:-80px;
      top:-80px;
      width:220px;height:220px;
      border-radius:50%;
      background:radial-gradient(circle, rgba(193,138,85,.18), transparent 66%);
      pointer-events:none;
    }
    .hero h1{
      margin:12px 0 14px;
      font-size:clamp(34px, 5vw, 56px);
      line-height:1.08;
      letter-spacing:-.04em;
      color:var(--brand);
      max-width:12ch;
    }
    .hero p.lead{
      margin:0;
      font-size:17px;
      color:var(--muted);
      max-width:58ch;
    }
    .hero-search{
      margin:26px 0 18px;
      display:flex;
      gap:12px;
      flex-wrap:wrap;
    }
    .hero-search .search-shell{
      width:min(100%, 640px);
      flex:1 1 420px;
      background:#FFFDFC;
    }
    .hero-actions{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin-top:18px;
    }
    .hero-note{
      margin-top:18px;
      display:flex;
      align-items:flex-start;
      gap:10px;
      padding:14px 16px;
      border-radius:18px;
      background:rgba(74,16,38,.05);
      border:1px solid rgba(74,16,38,.08);
      color:var(--muted);
      font-size:14px;
    }
    .hero-note strong{color:var(--brand)}
    .hero-note .dot{
      width:10px;height:10px;border-radius:50%;
      background:var(--accent);
      box-shadow:0 0 0 4px rgba(193,138,85,.14);
      margin-top:6px;
      flex:0 0 auto;
    }
    .hero-panel{
      display:grid;
      gap:16px;
      grid-template-rows:auto 1fr;
    }
    .panel-card{
      background:linear-gradient(180deg, rgba(33,23,27,.98), rgba(23,17,20,.98));
      color:#FFF8F1;
      border-radius:var(--radius-xl);
      padding:26px;
      box-shadow:0 24px 60px rgba(23,17,20,.28);
      border:1px solid rgba(255,248,241,.08);
      position:relative;
      overflow:hidden;
    }
    .panel-card::before{
      content:"";
      position:absolute;
      inset:auto -70px -90px auto;
      width:220px;height:220px;
      border-radius:50%;
      background:radial-gradient(circle, rgba(193,138,85,.16), transparent 68%);
      pointer-events:none;
    }
    .panel-top{
      display:flex;
      align-items:flex-start;
      justify-content:space-between;
      gap:12px;
      margin-bottom:18px;
    }
    .panel-top h3{
      margin:0;
      font-size:24px;
      line-height:1.1;
    }
    .panel-top .mini{
      color:rgba(255,248,241,.72);
      font-size:13px;
      margin-top:4px;
    }
    .status-pill{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:8px 12px;
      border-radius:999px;
      border:1px solid rgba(255,248,241,.14);
      background:rgba(255,248,241,.06);
      color:#FFF8F1;
      font-size:13px;
      font-weight:700;
      white-space:nowrap;
    }
    .status-pill i{
      width:8px;height:8px;border-radius:50%;
      background:var(--ok);
      box-shadow:0 0 0 4px rgba(60,141,104,.18);
      display:inline-block;
    }
    .stats-grid{
      display:grid;
      grid-template-columns:repeat(2, minmax(0,1fr));
      gap:12px;
    }
    .stat{
      padding:16px;
      border-radius:18px;
      background:rgba(255,248,241,.06);
      border:1px solid rgba(255,248,241,.10);
    }
    .stat strong{
      display:block;
      font-size:26px;
      line-height:1;
      color:#FFF8F1;
      margin-bottom:6px;
    }
    .stat span{
      font-size:13px;
      color:rgba(255,248,241,.74);
    }
    .panel-list{
      margin:16px 0 0;
      padding:0;
      list-style:none;
      display:grid;
      gap:10px;
    }
    .panel-list li{
      display:flex;
      align-items:flex-start;
      gap:10px;
      padding:12px 0;
      border-top:1px solid rgba(255,248,241,.08);
      color:rgba(255,248,241,.86);
      font-size:14px;
    }
    .panel-list li:first-child{border-top:0;padding-top:0}
    .panel-list svg{
      width:18px;height:18px;
      stroke:var(--accent-2);
      fill:none;
      stroke-width:2;
      stroke-linecap:round;
      stroke-linejoin:round;
      flex:0 0 auto;
      margin-top:2px;
    }
    .panel-foot{
      margin-top:16px;
      padding:14px 16px;
      border-radius:18px;
      background:rgba(255,248,241,.06);
      border:1px solid rgba(255,248,241,.10);
      color:rgba(255,248,241,.78);
      font-size:13px;
    }

    .trust-row{
      margin-top:18px;
      display:flex;
      gap:10px;
      flex-wrap:wrap;
    }
    .trust-item{
      display:inline-flex;
      align-items:center;
      gap:8px;
      min-height:36px;
      padding:0 14px;
      border-radius:999px;
      background:rgba(255,253,252,.76);
      border:1px solid rgba(74,16,38,.10);
      color:var(--muted);
      font-size:13px;
      box-shadow:0 10px 20px rgba(74,16,38,.05);
    }
    .trust-item strong{color:var(--brand)}

    .feature-grid{
      display:grid;
      grid-template-columns:repeat(12, minmax(0,1fr));
      gap:18px;
    }
    .feature-card{
      background:rgba(255,253,252,.96);
      border:1px solid rgba(74,16,38,.09);
      border-radius:var(--radius-lg);
      box-shadow:var(--shadow);
      padding:24px;
      transition:transform var(--transition), box-shadow var(--transition), border-color var(--transition);
      position:relative;
      overflow:hidden;
      min-height:100%;
    }
    .feature-card:hover{
      transform:translateY(-3px);
      box-shadow:var(--shadow-2);
      border-color:rgba(193,138,85,.42);
    }
    .feature-card .num{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      width:42px;height:42px;
      border-radius:14px;
      background:rgba(74,16,38,.08);
      color:var(--brand);
      font-weight:800;
      margin-bottom:14px;
    }
    .feature-card h3{
      margin:0 0 10px;
      font-size:22px;
      line-height:1.18;
      color:var(--brand);
    }
    .feature-card p{
      margin:0;
      color:var(--muted);
      font-size:15px;
    }
    .feature-card .meta{
      margin-top:16px;
      display:flex;
      flex-wrap:wrap;
      gap:8px;
    }
    .feature-card .mini-tag{
      display:inline-flex;
      align-items:center;
      padding:6px 10px;
      border-radius:999px;
      background:rgba(74,16,38,.05);
      border:1px solid rgba(74,16,38,.08);
      color:var(--brand);
      font-size:12px;
      font-weight:700;
    }
    .feature-wide{grid-column:span 7}
    .feature-small{grid-column:span 5}
    .feature-mini{grid-column:span 4}
    .feature-highlight{
      background:
        linear-gradient(180deg, rgba(255,248,241,.98), rgba(243,234,226,.94));
      border-color:rgba(193,138,85,.22);
    }
    .feature-highlight::after{
      content:"";
      position:absolute;
      right:-36px;
      bottom:-36px;
      width:150px;height:150px;
      border-radius:50%;
      background:radial-gradient(circle, rgba(193,138,85,.18), transparent 68%);
    }

    .split-grid{
      display:grid;
      grid-template-columns:minmax(0, .92fr) minmax(0, 1.08fr);
      gap:18px;
      align-items:start;
    }
    .timeline-card,
    .compare-card,
    .testimonial-shell,
    .plans-shell{
      background:rgba(255,253,252,.96);
      border:1px solid rgba(74,16,38,.09);
      border-radius:var(--radius-xl);
      box-shadow:var(--shadow);
      overflow:hidden;
    }
    .card-head{
      padding:24px 24px 0;
    }
    .card-head h3{
      margin:0 0 10px;
      font-size:24px;
      line-height:1.15;
      color:var(--brand);
    }
    .card-head p{
      margin:0;
      color:var(--muted);
      font-size:15px;
    }
    .timeline{
      list-style:none;
      margin:0;
      padding:10px 24px 24px;
    }
    .timeline li{
      position:relative;
      padding:18px 0 18px 44px;
      border-top:1px solid rgba(74,16,38,.08);
    }
    .timeline li:first-child{border-top:0}
    .timeline li::before{
      content:"";
      position:absolute;
      left:12px;
      top:24px;
      width:14px;height:14px;
      border-radius:50%;
      background:linear-gradient(145deg, var(--brand), var(--brand-2));
      box-shadow:0 0 0 6px rgba(74,16,38,.08);
    }
    .timeline strong{
      display:block;
      font-size:18px;
      color:var(--brand);
      margin-bottom:6px;
    }
    .timeline span{
      color:var(--muted);
      font-size:14px;
    }
    .compare-card{
      padding:0;
    }
    .compare-grid{
      display:grid;
      grid-template-columns:repeat(2, minmax(0,1fr));
      gap:0;
    }
    .compare-col{
      padding:24px;
    }
    .compare-col + .compare-col{
      border-left:1px solid rgba(74,16,38,.08);
      background:linear-gradient(180deg, rgba(243,234,226,.44), rgba(255,253,252,.92));
    }
    .compare-col h4{
      margin:0 0 12px;
      font-size:18px;
      color:var(--brand);
    }
    .compare-col ul{
      margin:0;
      padding:0;
      list-style:none;
      display:grid;
      gap:10px;
    }
    .compare-col li{
      display:flex;
      align-items:flex-start;
      gap:10px;
      color:var(--muted);
      font-size:14px;
    }
    .compare-col li svg{
      width:16px;height:16px;
      flex:0 0 auto;
      stroke:currentColor;
      fill:none;
      stroke-width:2;
      margin-top:3px;
    }
    .compare-col.good li svg{color:var(--ok)}
    .compare-col.bad li svg{color:var(--danger)}
    .compare-foot{
      padding:18px 24px 24px;
      border-top:1px solid rgba(74,16,38,.08);
      color:var(--muted);
      font-size:14px;
      background:rgba(255,253,252,.9);
    }

    .catalog-grid{
      display:grid;
      grid-template-columns:repeat(2, minmax(0,1fr));
      gap:18px;
    }
    .catalog-card{
      position:relative;
      overflow:hidden;
      border-radius:var(--radius-xl);
      padding:26px;
      background:linear-gradient(160deg, rgba(255,253,252,.98), rgba(243,234,226,.88));
      border:1px solid rgba(74,16,38,.09);
      box-shadow:var(--shadow);
      min-height:100%;
      transition:transform var(--transition), box-shadow var(--transition), border-color var(--transition);
    }
    .catalog-card:hover{
      transform:translateY(-3px);
      box-shadow:var(--shadow-2);
      border-color:rgba(193,138,85,.4);
    }
    .catalog-card.dark{
      background:linear-gradient(160deg, rgba(74,16,38,.98), rgba(33,23,27,.98));
      color:#FFF8F1;
      border-color:rgba(255,248,241,.10);
    }
    .catalog-card.dark h3,
    .catalog-card.dark p,
    .catalog-card.dark li,
    .catalog-card.dark .mini-attr{color:#FFF8F1}
    .catalog-card::after{
      content:"";
      position:absolute;
      right:-66px;
      top:-40px;
      width:170px;height:170px;
      border-radius:50%;
      background:radial-gradient(circle, rgba(193,138,85,.18), transparent 66%);
      pointer-events:none;
    }
    .catalog-card h3{
      margin:0 0 10px;
      font-size:26px;
      line-height:1.15;
      color:var(--brand);
    }
    .catalog-card p{
      margin:0;
      color:var(--muted);
      font-size:15px;
    }
    .catalog-tags{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      margin:18px 0;
    }
    .catalog-list{
      list-style:none;
      margin:0;
      padding:0;
      display:grid;
      gap:10px;
    }
    .catalog-list li{
      display:flex;
      gap:10px;
      color:var(--text);
      font-size:14px;
    }
    .catalog-list svg{
      width:16px;height:16px;
      flex:0 0 auto;
      stroke:var(--accent);
      fill:none;
      stroke-width:2;
      margin-top:3px;
    }
    .catalog-foot{
      margin-top:18px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      flex-wrap:wrap;
    }
    .mini-attr{
      font-size:13px;
      color:var(--muted);
    }

    .proof-band{
      display:grid;
      grid-template-columns:repeat(4, minmax(0,1fr));
      gap:14px;
      margin-bottom:18px;
    }
    .proof{
      background:rgba(255,253,252,.96);
      border:1px solid rgba(74,16,38,.08);
      border-radius:18px;
      padding:18px 18px 16px;
      box-shadow:0 10px 24px rgba(74,16,38,.06);
    }
    .proof strong{
      display:block;
      font-size:28px;
      line-height:1;
      color:var(--brand);
      margin-bottom:8px;
    }
    .proof span{
      font-size:13px;
      color:var(--muted);
    }
    .testimonial-shell{
      padding:24px;
    }
    .quote-grid{
      display:grid;
      grid-template-columns:repeat(3, minmax(0,1fr));
      gap:16px;
    }
    .quote-card{
      background:linear-gradient(180deg, rgba(243,234,226,.64), rgba(255,253,252,.94));
      border:1px solid rgba(74,16,38,.08);
      border-radius:20px;
      padding:20px;
      min-height:100%;
    }
    .quote-card p{
      margin:0 0 16px;
      color:var(--text);
      font-size:15px;
    }
    .quote-card footer{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:10px;
      color:var(--muted);
      font-size:13px;
    }
    .quote-card b{color:var(--brand)}
    .stars{
      color:var(--accent);
      letter-spacing:2px;
      font-size:14px;
    }

    .plans-shell{
      padding:24px;
    }
    .plan-grid{
      display:grid;
      grid-template-columns:repeat(3, minmax(0,1fr));
      gap:16px;
    }
    .plan{
      border-radius:22px;
      padding:22px;
      border:1px solid rgba(74,16,38,.10);
      background:#FFFDFC;
      position:relative;
      overflow:hidden;
    }
    .plan.recommend{
      border-color:rgba(193,138,85,.42);
      background:linear-gradient(180deg, rgba(255,248,241,.98), rgba(243,234,226,.96));
      box-shadow:0 16px 34px rgba(74,16,38,.10);
    }
    .plan .ribbon{
      position:absolute;
      top:18px;
      right:-34px;
      transform:rotate(38deg);
      background:var(--accent);
      color:#FFF8F1;
      font-size:12px;
      font-weight:800;
      padding:6px 36px;
      letter-spacing:.15em;
      box-shadow:0 12px 22px rgba(193,138,85,.20);
    }
    .plan h3{
      margin:0 0 10px;
      color:var(--brand);
      font-size:22px;
    }
    .plan .price{
      display:flex;
      align-items:baseline;
      gap:8px;
      margin:8px 0 14px;
    }
    .plan .price strong{
      font-size:36px;
      line-height:1;
      color:var(--brand);
    }
    .plan .price span{
      color:var(--muted);
      font-size:13px;
    }
    .plan ul{
      margin:0;
      padding:0;
      list-style:none;
      display:grid;
      gap:10px;
    }
    .plan li{
      display:flex;
      gap:10px;
      color:var(--muted);
      font-size:14px;
    }
    .plan li svg{
      width:16px;height:16px;
      flex:0 0 auto;
      stroke:var(--accent);
      fill:none;
      stroke-width:2;
      margin-top:3px;
    }
    .plan .btn{
      width:100%;
      margin-top:18px;
    }
    .plan-note{
      margin-top:18px;
      padding:14px 16px;
      background:rgba(74,16,38,.05);
      border:1px solid rgba(74,16,38,.08);
      border-radius:16px;
      color:var(--muted);
      font-size:14px;
    }

    .faq-list{
      display:grid;
      gap:12px;
    }
    details.faq-item{
      background:rgba(255,253,252,.96);
      border:1px solid rgba(74,16,38,.09);
      border-radius:18px;
      box-shadow:0 10px 24px rgba(74,16,38,.05);
      overflow:hidden;
    }
    details.faq-item[open]{
      border-color:rgba(193,138,85,.36);
      box-shadow:0 14px 30px rgba(74,16,38,.08);
    }
    details.faq-item summary{
      list-style:none;
      cursor:pointer;
      padding:18px 20px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
      color:var(--brand);
      font-size:17px;
      font-weight:700;
    }
    details.faq-item summary::-webkit-details-marker{display:none}
    details.faq-item summary::after{
      content:"+";
      width:32px;height:32px;
      border-radius:50%;
      display:grid;
      place-items:center;
      background:rgba(74,16,38,.06);
      color:var(--brand);
      font-size:18px;
      flex:0 0 auto;
      transition:transform var(--transition), background var(--transition);
    }
    details.faq-item[open] summary::after{
      content:"−";
      background:rgba(193,138,85,.14);
    }
    .faq-content{
      padding:0 20px 18px;
      color:var(--muted);
      font-size:15px;
    }

    .cta{
      margin:96px 0 0;
      background:
        linear-gradient(135deg, rgba(74,16,38,.98), rgba(33,23,27,.98)),
        radial-gradient(circle at top right, rgba(193,138,85,.20), transparent 30%);
      color:#FFF8F1;
      border-top:1px solid rgba(255,248,241,.08);
      border-bottom:1px solid rgba(255,248,241,.08);
    }
    .cta-inner{
      padding:42px 0;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:24px;
      flex-wrap:wrap;
    }
    .cta h2{
      margin:0 0 10px;
      font-size:clamp(30px, 4vw, 42px);
      line-height:1.1;
      max-width:14ch;
    }
    .cta p{
      margin:0;
      max-width:68ch;
      color:rgba(255,248,241,.76);
      font-size:16px;
    }
    .cta-actions{
      display:flex;
      align-items:center;
      gap:12px;
      flex-wrap:wrap;
    }
    .cta .btn-primary{
      background:linear-gradient(145deg, var(--accent), #B9743F);
      color:#FFF8F1;
    }
    .cta .btn-ghost{
      color:#FFF8F1;
      background:rgba(255,248,241,.06);
      border-color:rgba(255,248,241,.14);
    }
    .cta .btn-ghost:hover{
      background:rgba(255,248,241,.12);
      border-color:rgba(255,248,241,.22);
    }

    .site-footer{
      background:var(--dark);
      color:#FFF8F1;
      padding:56px 0 30px;
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.15fr .85fr 1fr 1fr;
      gap:24px;
      align-items:start;
    }
    .footer-brand{
      display:flex;
      align-items:center;
      gap:12px;
      margin-bottom:16px;
    }
    .footer-brand .brand-mark{
      box-shadow:none;
    }
    .footer-about p{
      margin:0;
      color:rgba(255,248,241,.72);
      font-size:14px;
      max-width:34ch;
    }
    .footer-col h4{
      margin:0 0 14px;
      font-size:16px;
      color:#FFF8F1;
    }
    .footer-links{
      display:grid;
      gap:10px;
    }
    .footer-links a{
      color:rgba(255,248,241,.74);
      font-size:14px;
      transition:color var(--transition), transform var(--transition);
    }
    .footer-links a:hover{
      color:var(--accent-2);
      transform:translateX(2px);
    }
    .footer-note{
      margin-top:28px;
      padding-top:18px;
      border-top:1px solid rgba(255,248,241,.10);
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
      flex-wrap:wrap;
      color:rgba(255,248,241,.56);
      font-size:13px;
    }
    .footer-note strong{color:#FFF8F1}
    .footer-badges{
      display:flex;
      gap:8px;
      flex-wrap:wrap;
    }
    .footer-badges span{
      display:inline-flex;
      align-items:center;
      min-height:30px;
      padding:0 10px;
      border-radius:999px;
      background:rgba(255,248,241,.06);
      border:1px solid rgba(255,248,241,.10);
      color:rgba(255,248,241,.82);
      font-size:12px;
    }

    .subtle{
      color:var(--muted);
    }
    .separator{
      height:1px;
      background:linear-gradient(90deg, transparent, rgba(74,16,38,.12), transparent);
      margin:0;
      border:0;
    }
    .grid-gap{gap:18px}

    @media (max-width: 1180px){
      .header-top{grid-template-columns:1fr 1.2fr 1fr}
      .hero-grid{grid-template-columns:1fr}
      .hero h1{max-width:14ch}
      .split-grid,
      .catalog-grid,
      .quote-grid,
      .plan-grid,
      .footer-grid,
      .proof-band,
      .compare-grid{grid-template-columns:1fr}
      .compare-col + .compare-col{border-left:0;border-top:1px solid rgba(74,16,38,.08)}
      .feature-wide,.feature-small,.feature-mini{grid-column:span 12}
    }
    @media (max-width: 1024px){
      .header-top{
        grid-template-columns:1fr auto;
        gap:12px 14px;
        align-items:start;
      }
      .brand{order:2}
      .search-shell{order:1;grid-column:1 / -1}
      .header-actions{order:3;justify-content:flex-start}
      .menu-toggle{display:inline-flex}
      .header-bottom{
        display:none;
        padding-bottom:16px;
      }
      .site-header.nav-open .header-bottom{
        display:flex;
        flex-direction:column;
        align-items:flex-start;
        gap:12px;
      }
      .nav-links,.hot-tags{width:100%;justify-content:flex-start}
      .section{padding:78px 0}
      .hero{padding-top:24px}
    }
    @media (max-width: 768px){
      .container{width:min(var(--container), calc(100% - 24px))}
      .header-top{padding:14px 0 10px}
      .brand{order:2}
      .search-shell{
        order:1;
        min-height:54px;
        padding:8px 12px 8px 14px;
      }
      .search-btn{padding:9px 14px}
      .header-actions{
        order:3;
        width:100%;
        gap:8px;
      }
      .header-actions .btn,
      .header-actions .age-badge{flex:1 1 auto;justify-content:center}
      .menu-toggle{flex:1 1 auto}
      .hero-copy,.panel-card,.feature-card,.timeline-card,.compare-card,.catalog-card,.testimonial-shell,.plans-shell{
        padding:20px;
        border-radius:22px;
      }
      .hero h1{font-size:clamp(32px, 8vw, 42px)}
      .hero p.lead{font-size:16px}
      .hero-actions .btn,
      .cta-actions .btn{
        width:100%;
      }
      .hero-actions,.cta-actions{width:100%}
      .cta-inner{padding:34px 0}
      .section{padding:64px 0}
      .cta{margin-top:72px}
      .proof strong{font-size:24px}
      .catalog-card h3{font-size:24px}
      .footer-grid{gap:18px}
      .footer-note{padding-top:16px}
    }
    @media (max-width: 560px){
      .brand-mark{width:42px;height:42px;border-radius:14px}
      .brand-text strong{font-size:16px}
      .brand-text span{font-size:11px}
      .search-shell{
        flex-wrap:wrap;
        border-radius:24px;
      }
      .search-shell input{
        order:1;
        width:100%;
        flex:1 1 100%;
      }
      .search-icon{order:0}
      .search-btn{
        order:2;
        width:100%;
      }
      .panel-top{flex-direction:column}
      .stats-grid{grid-template-columns:1fr}
      .proof-band{grid-template-columns:1fr 1fr}
      .quote-card p{font-size:14px}
      .catalog-foot{align-items:flex-start}
      .catalog-foot .btn{width:100%}
      .plan .price strong{font-size:30px}
      details.faq-item summary{font-size:15px;padding:16px}
      .faq-content{padding:0 16px 16px}
      .section-head h2{font-size:28px}
    }

/* roulang page: category1 */
:root{
      --bg: #FAF6F1;
      --bg-soft: #F3EAE2;
      --panel: #FFFDFC;
      --panel-2: #21171B;
      --panel-3: #171114;
      --text: #261B1F;
      --text-soft: #76686C;
      --text-on-dark: #FFF8F1;
      --line: rgba(74,16,38,.10);
      --line-2: rgba(255,248,241,.12);
      --brand: #4A1026;
      --brand-2: #5B1730;
      --accent: #C18A55;
      --accent-soft: rgba(193,138,85,.14);
      --success: #3C8D68;
      --warn: #B8792F;
      --danger: #B74343;
      --shadow: 0 18px 40px rgba(74,16,38,.10);
      --shadow-soft: 0 12px 28px rgba(74,16,38,.08);
      --radius-xl: 28px;
      --radius-lg: 22px;
      --radius-md: 18px;
      --radius-sm: 14px;
      --container: 1180px;
      --gap: 24px;
      --gap-lg: 40px;
      --gap-xl: 64px;
      --transition: .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(--text);
      background:
        radial-gradient(circle at 12% 12%, rgba(193,138,85,.10), transparent 24%),
        radial-gradient(circle at 88% 6%, rgba(91,23,48,.10), transparent 22%),
        linear-gradient(180deg, #FBF7F2 0%, #F7F1EA 36%, #F5EDE4 100%);
      line-height:1.7;
      -webkit-font-smoothing: antialiased;
      text-rendering: optimizeLegibility;
    }
    a{color:inherit;text-decoration:none}
    img{max-width:100%;display:block}
    button,input,textarea,select{font:inherit}
    button{cursor:pointer}
    ::selection{background:rgba(193,138,85,.25);color:var(--text)}
    .container{
      width:min(var(--container), calc(100% - 32px));
      margin:0 auto;
    }
    .skip-link{
      position:absolute;
      left:-9999px;
      top:auto;
      width:1px;height:1px;
      overflow:hidden;
    }
    .skip-link:focus{
      left:16px;top:16px;width:auto;height:auto;
      background:var(--brand);color:#fff;
      padding:10px 14px;border-radius:999px;z-index:9999;
    }

    header.site-header{
      position:sticky;
      top:0;
      z-index:1000;
      backdrop-filter:saturate(150%) blur(10px);
      background:rgba(250,246,241,.82);
      border-bottom:1px solid rgba(74,16,38,.08);
      transition:box-shadow var(--transition), background var(--transition), border-color var(--transition);
    }
    header.site-header.is-scrolled{
      box-shadow:0 10px 30px rgba(74,16,38,.08);
      background:rgba(250,246,241,.92);
      border-bottom-color:rgba(74,16,38,.12);
    }
    .header-inner{
      padding:14px 0 12px;
      display:grid;
      gap:12px;
    }
    .header-top{
      display:grid;
      grid-template-columns:auto minmax(280px,1fr) auto;
      align-items:center;
      gap:18px;
    }
    .brand{
      display:flex;
      align-items:center;
      gap:12px;
      min-width:0;
    }
    .brand-mark{
      width:44px;height:44px;border-radius:16px;
      display:grid;place-items:center;
      background:
        radial-gradient(circle at 30% 30%, rgba(255,248,241,.85), rgba(255,248,241,.1) 28%, transparent 30%),
        linear-gradient(145deg, var(--brand), var(--brand-2));
      color:#fff;
      box-shadow:0 12px 20px rgba(74,16,38,.18);
      border:1px solid rgba(255,248,241,.10);
      flex:0 0 auto;
    }
    .brand-text{
      min-width:0;
    }
    .brand-name{
      display:flex;
      align-items:center;
      gap:8px;
      font-size:18px;
      font-weight:800;
      letter-spacing:.2px;
      line-height:1.1;
      white-space:nowrap;
    }
    .brand-name .mini-badge{
      font-size:12px;
      font-weight:700;
      padding:4px 8px;
      border-radius:999px;
      background:rgba(74,16,38,.08);
      color:var(--brand);
      border:1px solid rgba(74,16,38,.10);
    }
    .brand-sub{
      margin-top:3px;
      font-size:12px;
      color:var(--text-soft);
      white-space:nowrap;
      overflow:hidden;
      text-overflow:ellipsis;
      max-width:320px;
    }

    .search-shell{
      position:relative;
    }
    .search-form{
      display:flex;
      align-items:center;
      gap:10px;
      background:var(--panel);
      border:1px solid rgba(74,16,38,.12);
      border-radius:999px;
      box-shadow:0 10px 24px rgba(74,16,38,.06);
      padding:10px 12px 10px 16px;
      min-height:58px;
      transition:border-color var(--transition), box-shadow var(--transition), transform var(--transition);
    }
    .search-form:focus-within{
      border-color:rgba(193,138,85,.55);
      box-shadow:0 0 0 4px rgba(193,138,85,.12), 0 16px 28px rgba(74,16,38,.08);
      transform:translateY(-1px);
    }
    .search-icon{
      width:18px;height:18px;flex:0 0 auto;color:var(--accent);
    }
    .search-form input{
      flex:1;
      border:0;
      outline:none;
      background:transparent;
      color:var(--text);
      padding:2px 0;
      min-width:0;
    }
    .search-form input::placeholder{color:#8F7E82}
    .search-btn{
      border:0;
      color:#fff;
      background:linear-gradient(145deg, var(--brand), var(--brand-2));
      padding:12px 18px;
      border-radius:999px;
      font-weight:700;
      letter-spacing:.2px;
      box-shadow:0 10px 22px rgba(74,16,38,.16);
      transition:transform var(--transition), box-shadow var(--transition), background var(--transition);
      white-space:nowrap;
    }
    .search-btn:hover{transform:translateY(-1px);box-shadow:0 14px 24px rgba(74,16,38,.18)}
    .search-btn:active{transform:translateY(0)}
    .search-tags{
      display:flex;
      gap:8px;
      flex-wrap:wrap;
      margin-top:10px;
      align-items:center;
    }
    .tag{
      display:inline-flex;
      align-items:center;
      gap:6px;
      padding:6px 11px;
      border-radius:999px;
      border:1px solid rgba(74,16,38,.10);
      color:var(--brand);
      background:rgba(74,16,38,.04);
      font-size:12px;
      font-weight:600;
      transition:background var(--transition), border-color var(--transition), transform var(--transition);
    }
    .tag:hover{
      background:rgba(193,138,85,.10);
      border-color:rgba(193,138,85,.30);
      transform:translateY(-1px);
    }
    .tag.is-accent{
      background:rgba(193,138,85,.12);
      border-color:rgba(193,138,85,.24);
      color:#7E542A;
    }

    .header-actions{
      display:flex;
      align-items:center;
      gap:10px;
      flex-wrap:wrap;
      justify-content:flex-end;
    }
    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      border:1px solid transparent;
      border-radius:999px;
      padding:11px 16px;
      font-weight:700;
      transition:transform var(--transition), box-shadow var(--transition), background var(--transition), border-color var(--transition), color var(--transition);
      white-space:nowrap;
      line-height:1;
      min-height:44px;
    }
    .btn:hover{transform:translateY(-1px)}
    .btn:active{transform:translateY(0)}
    .btn-primary{
      color:#fff;
      background:linear-gradient(145deg, var(--brand), var(--brand-2));
      box-shadow:0 12px 24px rgba(74,16,38,.16);
    }
    .btn-primary:hover{box-shadow:0 16px 28px rgba(74,16,38,.18)}
    .btn-secondary{
      color:var(--brand);
      background:rgba(255,252,248,.8);
      border-color:rgba(74,16,38,.14);
    }
    .btn-secondary:hover{
      border-color:rgba(193,138,85,.32);
      background:rgba(193,138,85,.08);
    }
    .btn-ghost{
      color:var(--text);
      background:transparent;
      border-color:rgba(74,16,38,.10);
    }
    .btn-ghost:hover{
      background:rgba(74,16,38,.04);
      border-color:rgba(74,16,38,.16);
    }
    .btn:focus,
    .search-btn:focus,
    input:focus,
    summary:focus{
      outline:3px solid rgba(193,138,85,.28);
      outline-offset:2px;
    }
    .age-badge{
      display:inline-flex;
      align-items:center;
      gap:6px;
      padding:10px 13px;
      border-radius:999px;
      background:var(--brand);
      color:var(--text-on-dark);
      font-size:12px;
      font-weight:800;
      letter-spacing:.5px;
      box-shadow:0 10px 18px rgba(74,16,38,.14);
      white-space:nowrap;
    }
    .age-badge .dot{
      width:8px;height:8px;border-radius:50%;
      background:var(--accent);
      box-shadow:0 0 0 4px rgba(193,138,85,.18);
    }

    .nav-links{
      display:flex;
      align-items:center;
      gap:8px;
      flex-wrap:wrap;
      padding-top:2px;
    }
    .nav-link{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-height:40px;
      padding:9px 13px;
      border-radius:999px;
      color:var(--text-soft);
      border:1px solid transparent;
      transition:background var(--transition), color var(--transition), border-color var(--transition), transform var(--transition);
      font-weight:600;
      font-size:14px;
    }
    .nav-link:hover{
      color:var(--brand);
      background:rgba(74,16,38,.04);
      border-color:rgba(74,16,38,.08);
      transform:translateY(-1px);
    }
    .nav-link.active,
    .nav-link[aria-current="page"]{
      color:var(--brand);
      background:rgba(74,16,38,.08);
      border-color:rgba(74,16,38,.14);
    }

    main{
      display:block;
    }
    section{
      padding:var(--gap-xl) 0;
    }
    .hero{
      padding:42px 0 28px;
      position:relative;
      overflow:hidden;
    }
    .hero::before,
    .hero::after{
      content:"";
      position:absolute;
      border-radius:50%;
      pointer-events:none;
      filter:blur(2px);
    }
    .hero::before{
      width:280px;height:280px;
      right:-90px;top:10px;
      background:radial-gradient(circle, rgba(193,138,85,.18), transparent 68%);
    }
    .hero::after{
      width:220px;height:220px;
      left:-80px;bottom:-80px;
      background:radial-gradient(circle, rgba(91,23,48,.12), transparent 70%);
    }
    .hero-grid{
      display:grid;
      grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);
      gap:28px;
      align-items:stretch;
    }
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:7px 12px;
      border-radius:999px;
      background:rgba(193,138,85,.12);
      color:#81552C;
      border:1px solid rgba(193,138,85,.20);
      font-size:13px;
      font-weight:700;
      margin-bottom:18px;
    }
    .eyebrow .pulse{
      width:8px;height:8px;border-radius:50%;
      background:var(--success);
      box-shadow:0 0 0 4px rgba(60,141,104,.12);
    }
    h1,h2,h3,h4{margin:0;line-height:1.18}
    h1{
      font-size:clamp(34px, 4.2vw, 54px);
      letter-spacing:-.8px;
      font-weight:800;
      color:var(--text);
      max-width:12ch;
    }
    .hero p{
      margin:18px 0 0;
      font-size:17px;
      color:var(--text-soft);
      max-width:56ch;
    }
    .hero-actions{
      display:flex;
      gap:12px;
      flex-wrap:wrap;
      margin-top:26px;
    }
    .hero-note{
      display:flex;
      align-items:flex-start;
      gap:10px;
      margin-top:18px;
      color:var(--text-soft);
      font-size:13px;
      max-width:58ch;
    }
    .hero-note .shield{
      width:24px;height:24px;border-radius:8px;
      flex:0 0 auto;
      display:grid;place-items:center;
      background:rgba(74,16,38,.08);
      color:var(--brand);
    }

    .hero-panel{
      background:
        linear-gradient(180deg, rgba(255,255,255,.92), rgba(255,252,248,.96)),
        linear-gradient(135deg, rgba(74,16,38,.03), rgba(193,138,85,.06));
      border:1px solid rgba(74,16,38,.10);
      border-radius:var(--radius-xl);
      box-shadow:var(--shadow);
      padding:22px;
      position:relative;
      overflow:hidden;
    }
    .hero-panel::before{
      content:"";
      position:absolute;
      inset:auto -40px -54px auto;
      width:180px;height:180px;
      border-radius:50%;
      background:radial-gradient(circle, rgba(193,138,85,.18), transparent 70%);
    }
    .panel-head{
      display:flex;
      align-items:flex-start;
      justify-content:space-between;
      gap:16px;
      margin-bottom:18px;
    }
    .panel-title{
      font-size:22px;
      font-weight:800;
      color:var(--text);
    }
    .panel-sub{
      margin-top:6px;
      color:var(--text-soft);
      font-size:14px;
    }
    .status-pill{
      display:inline-flex;
      align-items:center;
      gap:7px;
      padding:8px 11px;
      border-radius:999px;
      background:rgba(60,141,104,.12);
      color:var(--success);
      font-size:12px;
      font-weight:800;
      white-space:nowrap;
    }
    .status-pill .mini{
      width:8px;height:8px;border-radius:50%;
      background:var(--success);
    }
    .metrics-grid{
      display:grid;
      grid-template-columns:repeat(2,minmax(0,1fr));
      gap:12px;
      margin-top:18px;
    }
    .metric{
      background:rgba(255,255,255,.86);
      border:1px solid rgba(74,16,38,.08);
      border-radius:20px;
      padding:16px 15px;
      box-shadow:0 10px 18px rgba(74,16,38,.04);
    }
    .metric .value{
      font-size:26px;
      font-weight:800;
      color:var(--brand);
      letter-spacing:-.4px;
    }
    .metric .label{
      margin-top:6px;
      color:var(--text-soft);
      font-size:13px;
      line-height:1.5;
    }
    .panel-card{
      margin-top:14px;
      background:rgba(74,16,38,.04);
      border:1px dashed rgba(74,16,38,.14);
      border-radius:20px;
      padding:16px;
    }
    .panel-card h3{
      font-size:16px;
      font-weight:800;
      color:var(--brand);
      margin-bottom:10px;
    }
    .panel-list{
      display:grid;
      gap:10px;
      list-style:none;
      margin:0;
      padding:0;
    }
    .panel-list li{
      display:flex;
      align-items:flex-start;
      gap:10px;
      color:var(--text);
      font-size:14px;
    }
    .panel-list .bullet{
      width:22px;height:22px;border-radius:7px;
      display:grid;place-items:center;
      background:rgba(193,138,85,.14);
      color:#7E542A;
      font-size:12px;
      flex:0 0 auto;
      margin-top:1px;
    }

    .section-head{
      display:flex;
      align-items:flex-end;
      justify-content:space-between;
      gap:18px;
      margin-bottom:24px;
    }
    .section-title{
      font-size:clamp(28px, 3vw, 38px);
      font-weight:800;
      color:var(--text);
      letter-spacing:-.5px;
    }
    .section-desc{
      color:var(--text-soft);
      max-width:62ch;
      font-size:15px;
    }

    .bento{
      display:grid;
      grid-template-columns:1.15fr .85fr;
      gap:18px;
    }
    .bento-main,
    .bento-side{
      display:grid;
      gap:18px;
    }
    .feature-large{
      background:var(--panel);
      border:1px solid rgba(74,16,38,.10);
      border-radius:var(--radius-xl);
      box-shadow:var(--shadow-soft);
      padding:26px;
      position:relative;
      overflow:hidden;
    }
    .feature-large::after{
      content:"";
      position:absolute;
      right:-50px;
      top:-40px;
      width:180px;height:180px;
      border-radius:50%;
      background:radial-gradient(circle, rgba(193,138,85,.10), transparent 68%);
    }
    .feature-row{
      display:grid;
      grid-template-columns:72px minmax(0,1fr);
      gap:18px;
      align-items:start;
    }
    .feature-num{
      width:72px;height:72px;border-radius:22px;
      display:grid;place-items:center;
      background:linear-gradient(145deg, rgba(74,16,38,.10), rgba(193,138,85,.12));
      border:1px solid rgba(74,16,38,.10);
      color:var(--brand);
      font-size:26px;
      font-weight:800;
      box-shadow:0 12px 22px rgba(74,16,38,.04);
    }
    .feature-large h3{
      font-size:24px;
      font-weight:800;
      margin-bottom:8px;
    }
    .feature-large p{
      margin:0;
      color:var(--text-soft);
      max-width:54ch;
    }
    .feature-meta{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      margin-top:16px;
    }
    .pill{
      display:inline-flex;
      align-items:center;
      gap:6px;
      padding:7px 11px;
      border-radius:999px;
      background:rgba(74,16,38,.04);
      color:var(--brand);
      border:1px solid rgba(74,16,38,.10);
      font-size:12px;
      font-weight:700;
    }
    .pill.accent{
      background:rgba(193,138,85,.12);
      border-color:rgba(193,138,85,.22);
      color:#7E542A;
    }
    .feature-list{
      margin-top:18px;
      display:grid;
      gap:10px;
    }
    .feature-list .item{
      display:flex;
      align-items:flex-start;
      gap:10px;
      font-size:14px;
      color:var(--text);
    }
    .feature-list .mark{
      width:22px;height:22px;border-radius:50%;
      display:grid;place-items:center;
      color:#fff;
      background:linear-gradient(145deg, var(--brand), var(--brand-2));
      flex:0 0 auto;
      margin-top:1px;
    }
    .feature-side{
      background:linear-gradient(180deg, #FFFDFB, #FAF2EA);
      border:1px solid rgba(74,16,38,.10);
      border-radius:var(--radius-xl);
      box-shadow:var(--shadow-soft);
      padding:22px;
    }
    .feature-side h3{
      font-size:18px;
      font-weight:800;
      margin-bottom:12px;
    }
    .side-stack{
      display:grid;
      gap:12px;
    }
    .side-card{
      background:#fff;
      border:1px solid rgba(74,16,38,.08);
      border-radius:20px;
      padding:16px;
      transition:transform var(--transition), box-shadow var(--transition), border-color var(--transition);
    }
    .side-card:hover{
      transform:translateY(-2px);
      box-shadow:0 16px 28px rgba(74,16,38,.08);
      border-color:rgba(193,138,85,.28);
    }
    .side-card .kicker{
      font-size:12px;
      color:var(--accent);
      font-weight:800;
      letter-spacing:.4px;
      text-transform:uppercase;
    }
    .side-card h4{
      margin-top:6px;
      font-size:16px;
      font-weight:800;
      color:var(--text);
    }
    .side-card p{
      margin:8px 0 0;
      color:var(--text-soft);
      font-size:13px;
    }

    .filters{
      display:flex;
      gap:10px;
      flex-wrap:wrap;
      overflow:auto;
      padding-bottom:4px;
      scrollbar-width:thin;
    }
    .filters::-webkit-scrollbar{height:8px}
    .filters::-webkit-scrollbar-thumb{
      background:rgba(74,16,38,.16);
      border-radius:999px;
    }
    .filter-chip{
      flex:0 0 auto;
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:10px 14px;
      border-radius:999px;
      border:1px solid rgba(74,16,38,.10);
      background:rgba(255,255,255,.82);
      color:var(--text);
      font-size:13px;
      font-weight:700;
      transition:background var(--transition), border-color var(--transition), transform var(--transition), color var(--transition);
    }
    .filter-chip:hover{
      background:rgba(193,138,85,.10);
      border-color:rgba(193,138,85,.28);
      color:var(--brand);
      transform:translateY(-1px);
    }
    .filter-chip.is-active{
      background:rgba(74,16,38,.08);
      border-color:rgba(74,16,38,.18);
      color:var(--brand);
    }

    .content-grid{
      display:grid;
      grid-template-columns:280px minmax(0,1fr);
      gap:20px;
      align-items:start;
    }
    .sidebar{
      position:sticky;
      top:168px;
      background:rgba(255,253,250,.88);
      border:1px solid rgba(74,16,38,.10);
      border-radius:var(--radius-xl);
      box-shadow:var(--shadow-soft);
      padding:22px;
    }
    .sidebar h3{
      font-size:18px;
      font-weight:800;
      margin-bottom:10px;
    }
    .sidebar p{
      margin:0 0 16px;
      color:var(--text-soft);
      font-size:14px;
    }
    .checklist{
      display:grid;
      gap:12px;
      margin:0;
      padding:0;
      list-style:none;
    }
    .checklist li{
      display:flex;
      gap:10px;
      align-items:flex-start;
      padding:12px 0;
      border-top:1px solid rgba(74,16,38,.08);
    }
    .checklist li:first-child{border-top:0;padding-top:0}
    .check{
      width:22px;height:22px;border-radius:7px;
      display:grid;place-items:center;
      background:rgba(60,141,104,.12);
      color:var(--success);
      flex:0 0 auto;
      margin-top:1px;
    }
    .checklist strong{
      display:block;
      font-size:14px;
      margin-bottom:3px;
    }
    .checklist span{
      color:var(--text-soft);
      font-size:13px;
      line-height:1.55;
    }
    .sidebar-cta{
      margin-top:16px;
      display:grid;
      gap:10px;
    }
    .sidebar-cta .btn{width:100%}

    .cards{
      display:grid;
      gap:16px;
    }
    .category-card{
      background:linear-gradient(180deg, rgba(255,255,255,.94), rgba(255,252,248,.97));
      border:1px solid rgba(74,16,38,.10);
      border-radius:var(--radius-xl);
      box-shadow:var(--shadow-soft);
      padding:22px;
      display:grid;
      grid-template-columns:92px minmax(0,1fr) auto;
      gap:18px;
      align-items:center;
      transition:transform var(--transition), border-color var(--transition), box-shadow var(--transition);
    }
    .category-card:hover{
      transform:translateY(-2px);
      border-color:rgba(193,138,85,.28);
      box-shadow:0 18px 30px rgba(74,16,38,.10);
    }
    .cover{
      width:92px;
      height:92px;
      border-radius:24px;
      background:
        radial-gradient(circle at 30% 28%, rgba(255,248,241,.72), transparent 26%),
        linear-gradient(145deg, rgba(91,23,48,.94), rgba(74,16,38,.94));
      display:grid;
      place-items:center;
      color:#fff;
      box-shadow:inset 0 1px 0 rgba(255,255,255,.12);
      position:relative;
      overflow:hidden;
    }
    .cover::after{
      content:"";
      position:absolute;
      inset:auto -18px -18px auto;
      width:58px;height:58px;border-radius:50%;
      background:rgba(193,138,85,.28);
      filter:blur(3px);
    }
    .cover span{
      position:relative;
      z-index:1;
      font-size:30px;
      font-weight:900;
      letter-spacing:1px;
    }
    .card-body h3{
      font-size:22px;
      font-weight:800;
      margin-bottom:8px;
      color:var(--text);
    }
    .card-body p{
      margin:0;
      color:var(--text-soft);
      max-width:62ch;
      font-size:14px;
    }
    .card-meta{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      margin-top:14px;
    }
    .meta{
      display:inline-flex;
      align-items:center;
      gap:6px;
      padding:6px 10px;
      border-radius:999px;
      background:rgba(74,16,38,.04);
      border:1px solid rgba(74,16,38,.08);
      color:var(--text);
      font-size:12px;
      font-weight:700;
    }
    .meta.accent{
      background:rgba(193,138,85,.12);
      border-color:rgba(193,138,85,.22);
      color:#805428;
    }
    .meta.good{
      background:rgba(60,141,104,.12);
      border-color:rgba(60,141,104,.18);
      color:var(--success);
    }
    .card-cta{
      display:flex;
      flex-direction:column;
      align-items:flex-end;
      gap:10px;
    }
    .mini-info{
      color:var(--text-soft);
      font-size:12px;
      text-align:right;
      max-width:12ch;
      line-height:1.5;
    }

    .timeline{
      display:grid;
      grid-template-columns:repeat(4,minmax(0,1fr));
      gap:16px;
    }
    .step{
      background:var(--panel);
      border:1px solid rgba(74,16,38,.10);
      border-radius:24px;
      padding:20px;
      box-shadow:var(--shadow-soft);
      position:relative;
      overflow:hidden;
    }
    .step::after{
      content:"";
      position:absolute;
      inset:auto -24px -24px auto;
      width:110px;height:110px;border-radius:50%;
      background:radial-gradient(circle, rgba(193,138,85,.10), transparent 68%);
    }
    .step .num{
      width:40px;height:40px;border-radius:14px;
      display:grid;place-items:center;
      background:rgba(74,16,38,.08);
      color:var(--brand);
      font-weight:800;
      margin-bottom:14px;
    }
    .step h3{
      font-size:17px;
      font-weight:800;
      margin-bottom:8px;
    }
    .step p{
      margin:0;
      color:var(--text-soft);
      font-size:14px;
      line-height:1.62;
    }

    .compare{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:16px;
    }
    .compare-card{
      background:var(--panel);
      border:1px solid rgba(74,16,38,.10);
      border-radius:var(--radius-xl);
      box-shadow:var(--shadow-soft);
      padding:24px;
    }
    .compare-card.recommend{
      background:linear-gradient(180deg, rgba(74,16,38,.96), rgba(33,23,27,.98));
      color:var(--text-on-dark);
      border-color:rgba(255,248,241,.10);
    }
    .compare-card h3{
      font-size:22px;
      font-weight:800;
      margin-bottom:14px;
    }
    .compare-list{
      display:grid;
      gap:10px;
      margin:0;
      padding:0;
      list-style:none;
    }
    .compare-list li{
      display:flex;
      gap:10px;
      align-items:flex-start;
      padding:11px 0;
      border-top:1px solid rgba(74,16,38,.08);
    }
    .compare-card.recommend .compare-list li{
      border-top-color:rgba(255,248,241,.12);
    }
    .compare-list li:first-child{border-top:0;padding-top:0}
    .compare-list .dot{
      width:22px;height:22px;border-radius:8px;
      display:grid;place-items:center;
      flex:0 0 auto;
      margin-top:1px;
      background:rgba(193,138,85,.14);
      color:var(--accent);
      font-size:12px;
    }
    .compare-card.recommend .compare-list .dot{
      background:rgba(255,248,241,.14);
      color:#fff;
    }
    .compare-list strong{
      display:block;
      font-size:14px;
      margin-bottom:3px;
    }
    .compare-list span{
      display:block;
      color:inherit;
      opacity:.82;
      font-size:13px;
      line-height:1.55;
    }

    .faq-grid{
      display:grid;
      gap:12px;
    }
    details.faq-item{
      background:rgba(255,255,255,.90);
      border:1px solid rgba(74,16,38,.10);
      border-radius:20px;
      box-shadow:var(--shadow-soft);
      overflow:hidden;
    }
    details.faq-item[open]{
      border-color:rgba(193,138,85,.22);
    }
    details.faq-item summary{
      list-style:none;
      cursor:pointer;
      padding:18px 20px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
      font-weight:800;
      color:var(--text);
      min-height:56px;
    }
    details.faq-item summary::-webkit-details-marker{display:none}
    .faq-answer{
      padding:0 20px 18px;
      color:var(--text-soft);
      font-size:14px;
      line-height:1.7;
    }
    .faq-icon{
      width:28px;height:28px;border-radius:10px;
      flex:0 0 auto;
      display:grid;place-items:center;
      background:rgba(74,16,38,.06);
      color:var(--brand);
      transition:transform var(--transition), background var(--transition), color var(--transition);
    }
    details[open] .faq-icon{
      background:rgba(193,138,85,.12);
      color:#805428;
      transform:rotate(180deg);
    }

    .cta{
      position:relative;
      overflow:hidden;
      background:
        linear-gradient(135deg, rgba(74,16,38,.98), rgba(33,23,27,.98));
      color:var(--text-on-dark);
      border-top:1px solid rgba(255,248,241,.10);
      border-bottom:1px solid rgba(255,248,241,.10);
    }
    .cta::before{
      content:"";
      position:absolute;
      inset:auto -90px -120px auto;
      width:320px;height:320px;border-radius:50%;
      background:radial-gradient(circle, rgba(193,138,85,.18), transparent 68%);
      pointer-events:none;
    }
    .cta-wrap{
      display:grid;
      grid-template-columns:1.1fr .9fr;
      gap:24px;
      align-items:center;
    }
    .cta h2{
      font-size:clamp(28px, 3vw, 40px);
      font-weight:800;
      letter-spacing:-.4px;
      margin-bottom:12px;
    }
    .cta p{
      margin:0;
      color:rgba(255,248,241,.82);
      max-width:54ch;
      font-size:15px;
    }
    .cta-actions{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      justify-content:flex-end;
    }
    .cta .btn-secondary{
      background:rgba(255,248,241,.96);
      color:var(--brand);
      border-color:transparent;
    }
    .cta .btn-ghost{
      color:var(--text-on-dark);
      border-color:rgba(255,248,241,.20);
      background:transparent;
    }
    .cta .btn-ghost:hover{
      background:rgba(255,248,241,.06);
      border-color:rgba(255,248,241,.30);
    }

    footer.site-footer{
      background:var(--panel-3);
      color:var(--text-on-dark);
      padding:34px 0 18px;
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.15fr .85fr .9fr 1fr;
      gap:18px;
      align-items:start;
    }
    .footer-brand{
      display:flex;
      align-items:center;
      gap:12px;
      margin-bottom:14px;
    }
    .footer-brand .brand-mark{
      width:40px;height:40px;border-radius:14px;
      box-shadow:none;
    }
    .footer-title{
      font-size:18px;
      font-weight:800;
      margin:0;
    }
    .footer-desc{
      color:rgba(255,248,241,.72);
      font-size:14px;
      line-height:1.7;
      margin:0;
      max-width:32ch;
    }
    .footer-col h4{
      font-size:15px;
      font-weight:800;
      margin-bottom:12px;
      color:#fff;
    }
    .footer-links{
      display:grid;
      gap:10px;
    }
    .footer-links a{
      color:rgba(255,248,241,.72);
      font-size:14px;
      transition:color var(--transition), transform var(--transition);
    }
    .footer-links a:hover{
      color:var(--accent);
      transform:translateX(2px);
    }
    .footer-note{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      padding-top:18px;
      margin-top:22px;
      border-top:1px solid rgba(255,248,241,.10);
      align-items:center;
      justify-content:space-between;
      color:rgba(255,248,241,.72);
      font-size:13px;
    }
    .footer-note b{color:#fff}
    .stars{color:#F0C36B;letter-spacing:2px}

    .section-soft{
      background:linear-gradient(180deg, rgba(255,255,255,.26), rgba(255,255,255,0));
    }

    .breadcrumbs{
      display:flex;
      gap:10px;
      align-items:center;
      flex-wrap:wrap;
      font-size:13px;
      color:var(--text-soft);
      margin-bottom:14px;
    }
    .breadcrumbs a{color:var(--brand)}
    .breadcrumbs span.sep{color:rgba(74,16,38,.28)}

    .mobile-only{display:none}

    @media (max-width: 1100px){
      .header-top{
        grid-template-columns:1fr;
      }
      .header-actions{
        justify-content:flex-start;
      }
      .hero-grid,
      .content-grid,
      .cta-wrap,
      .footer-grid,
      .bento,
      .compare{
        grid-template-columns:1fr;
      }
      .sidebar{
        position:relative;
        top:auto;
      }
      .timeline{
        grid-template-columns:repeat(2,minmax(0,1fr));
      }
    }
    @media (max-width: 760px){
      .container{width:min(var(--container), calc(100% - 22px))}
      section{padding:48px 0}
      .hero{padding-top:28px}
      .brand-name{font-size:16px}
      .brand-sub{max-width:100%}
      .search-form{min-height:52px;padding:9px 11px 9px 14px}
      .search-btn{padding:11px 14px}
      .nav-links{
        overflow:auto;
        flex-wrap:nowrap;
        padding-bottom:2px;
        -webkit-overflow-scrolling:touch;
      }
      .nav-link{flex:0 0 auto}
      h1{max-width:100%;font-size:clamp(30px, 7vw, 40px)}
      .section-title{font-size:clamp(24px, 6vw, 32px)}
      .hero p{font-size:15px}
      .category-card{
        grid-template-columns:1fr;
      }
      .cover{
        width:76px;height:76px;border-radius:20px;
      }
      .card-cta{
        align-items:flex-start;
      }
      .mini-info{text-align:left;max-width:none}
      .feature-row{
        grid-template-columns:1fr;
      }
      .feature-num{width:60px;height:60px}
      .timeline{grid-template-columns:1fr}
      .metrics-grid{grid-template-columns:1fr}
      .hero-actions,
      .cta-actions,
      .sidebar-cta{
        display:grid;
      }
      .hero-actions .btn,
      .cta-actions .btn,
      .sidebar-cta .btn{
        width:100%;
      }
      .footer-note{
        flex-direction:column;
        align-items:flex-start;
      }
      .mobile-only{display:inline-flex}
      .header-actions .btn-ghost{display:none}
    }
    @media (max-width: 520px){
      .header-inner{padding:12px 0 10px}
      .brand-mark{width:40px;height:40px;border-radius:14px}
      .search-form{
        border-radius:20px;
        flex-wrap:wrap;
      }
      .search-form input{
        width:100%;
        order:2;
        padding:6px 0 2px;
      }
      .search-btn{
        width:100%;
        order:3;
      }
      .search-icon{order:1}
      .panel-head{
        flex-direction:column;
      }
      .status-pill{align-self:flex-start}
      .feature-large,.feature-side,.sidebar,.category-card,.compare-card{
        padding:18px;
      }
      .step{padding:18px}
      .faq-item summary{padding:16px 18px}
      .faq-answer{padding:0 18px 16px}
    }

/* roulang page: category2 */
:root{
      --bg:#FAF6F1;
      --bg-soft:#F3EAE2;
      --surface:#FFFDFC;
      --surface-2:#FFF8F1;
      --card:#FFFDFB;
      --dark:#171114;
      --dark-2:#21171B;
      --primary:#4A1026;
      --primary-2:#5B1730;
      --primary-soft:rgba(74,16,38,.08);
      --accent:#C18A55;
      --accent-soft:rgba(193,138,85,.14);
      --text:#261B1F;
      --text-2:#76686C;
      --text-inverse:#FFF8F1;
      --border:rgba(74,16,38,.10);
      --border-strong:rgba(74,16,38,.18);
      --success:#3C8D68;
      --warning:#B8792F;
      --danger:#B74343;
      --shadow:0 18px 45px rgba(74,16,38,.10);
      --shadow-2:0 14px 32px rgba(74,16,38,.12);
      --radius:24px;
      --radius-sm:16px;
      --radius-xs:12px;
      --container:1200px;
      --transition:all .22s ease;
      --header-h:84px;
    }
    *{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 top left, rgba(193,138,85,.08), transparent 32%),
        radial-gradient(circle at 85% 10%, rgba(74,16,38,.08), transparent 28%),
        linear-gradient(180deg, #FAF6F1 0%, #F8F1EA 100%);
      line-height:1.7;
      text-rendering:optimizeLegibility;
      -webkit-font-smoothing:antialiased;
      overflow-x:hidden;
    }
    ::selection{background:rgba(74,16,38,.16);color:var(--primary)}
    a{color:inherit;text-decoration:none}
    img{max-width:100%;display:block}
    button,input,textarea,select{font:inherit}
    button{cursor:pointer}
    .container{
      width:min(var(--container), calc(100% - 32px));
      margin:0 auto;
    }
    .skip-link{
      position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden;
    }
    .skip-link:focus{
      left:16px;top:16px;width:auto;height:auto;padding:10px 14px;background:var(--primary);color:#fff;border-radius:10px;z-index:9999;
    }

    .site-header{
      position:sticky;
      top:0;
      z-index:50;
      background:rgba(250,246,241,.86);
      backdrop-filter:saturate(140%) blur(14px);
      border-bottom:1px solid rgba(74,16,38,.08);
      box-shadow:0 6px 28px rgba(74,16,38,.05);
    }
    .header-inner{
      padding:14px 0 12px;
    }
    .header-main{
      display:grid;
      grid-template-columns:auto minmax(0,1fr) auto;
      align-items:center;
      gap:16px;
    }
    .brand{
      display:flex;
      align-items:center;
      gap:12px;
      min-width:220px;
    }
    .brand-mark{
      width:44px;height:44px;border-radius:14px;
      background:
        radial-gradient(circle at 30% 30%, rgba(255,255,255,.25), transparent 34%),
        linear-gradient(135deg, var(--primary), var(--primary-2));
      box-shadow:0 14px 28px rgba(74,16,38,.22);
      position:relative;
      flex:0 0 auto;
    }
    .brand-mark::before,
    .brand-mark::after{
      content:"";
      position:absolute;
      border-radius:999px;
      border:1.5px solid rgba(255,248,241,.8);
    }
    .brand-mark::before{
      inset:10px;
    }
    .brand-mark::after{
      width:11px;height:11px;right:8px;top:8px;
      background:var(--accent);
      border-color:transparent;
      box-shadow:0 0 0 3px rgba(255,248,241,.14);
    }
    .brand-text{
      display:flex;
      flex-direction:column;
      gap:2px;
      min-width:0;
    }
    .brand-title{
      font-size:18px;
      font-weight:800;
      letter-spacing:.2px;
      line-height:1.1;
      color:var(--primary);
      white-space:nowrap;
    }
    .brand-sub{
      font-size:12px;
      color:var(--text-2);
      white-space:nowrap;
    }

    .search-wrap{
      position:relative;
      width:100%;
      max-width:620px;
      margin:0 auto;
    }
    .search-form{
      display:flex;
      align-items:center;
      gap:10px;
      background:linear-gradient(180deg, #FFFDFC, #FFF8F1);
      border:1px solid var(--border);
      border-radius:999px;
      padding:8px 10px 8px 14px;
      box-shadow:0 10px 24px rgba(74,16,38,.06);
      transition:var(--transition);
    }
    .search-form:focus-within{
      border-color:rgba(193,138,85,.6);
      box-shadow:0 16px 28px rgba(74,16,38,.12);
      transform:translateY(-1px);
    }
    .search-icon{
      width:18px;height:18px;flex:0 0 auto;color:var(--accent);
      display:inline-flex;align-items:center;justify-content:center;
    }
    .search-input{
      border:0;
      outline:0;
      background:transparent;
      flex:1;
      min-width:0;
      padding:10px 0;
      color:var(--text);
    }
    .search-input::placeholder{color:#9A8C91}
    .search-button{
      border:0;
      background:linear-gradient(135deg, var(--primary), var(--primary-2));
      color:var(--text-inverse);
      padding:12px 18px;
      border-radius:999px;
      font-weight:700;
      letter-spacing:.2px;
      box-shadow:0 12px 20px rgba(74,16,38,.15);
      transition:var(--transition);
      white-space:nowrap;
    }
    .search-button:hover,
    .search-button:focus-visible{
      transform:translateY(-1px);
      box-shadow:0 16px 26px rgba(74,16,38,.18);
    }
    .search-button:focus-visible,
    .btn:focus-visible,
    .nav-link:focus-visible,
    summary:focus-visible{
      outline:3px solid rgba(193,138,85,.35);
      outline-offset:2px;
    }
    .nav-actions{
      display:flex;
      align-items:center;
      gap:10px;
      flex-wrap:wrap;
      justify-content:flex-end;
    }
    .badge-18{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:11px 14px;
      border-radius:999px;
      background:var(--primary);
      color:#FFF8F1;
      font-size:13px;
      font-weight:800;
      letter-spacing:.2px;
      box-shadow:0 12px 22px rgba(74,16,38,.16);
      white-space:nowrap;
    }
    .badge-18 i{
      width:8px;height:8px;border-radius:999px;background:var(--accent);display:inline-block;
      box-shadow:0 0 0 4px rgba(193,138,85,.12);
    }
    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      border-radius:999px;
      border:1px solid transparent;
      padding:11px 16px;
      font-weight:700;
      transition:var(--transition);
      white-space:nowrap;
    }
    .btn-primary{
      background:linear-gradient(135deg, var(--primary), var(--primary-2));
      color:var(--text-inverse);
      box-shadow:0 12px 26px rgba(74,16,38,.16);
    }
    .btn-primary:hover{transform:translateY(-1px);box-shadow:0 16px 30px rgba(74,16,38,.20)}
    .btn-secondary{
      background:rgba(255,253,251,.78);
      color:var(--primary);
      border-color:rgba(74,16,38,.12);
      box-shadow:0 10px 20px rgba(74,16,38,.05);
    }
    .btn-secondary:hover{
      transform:translateY(-1px);
      background:#fff;
      border-color:rgba(193,138,85,.42);
      box-shadow:0 14px 24px rgba(74,16,38,.08);
    }
    .btn-ghost{
      background:transparent;
      color:var(--primary);
      border-color:rgba(74,16,38,.10);
    }
    .btn-ghost:hover{
      background:rgba(74,16,38,.04);
      border-color:rgba(193,138,85,.34);
      transform:translateY(-1px);
    }

    .header-sub{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:14px;
      margin-top:12px;
      padding-top:12px;
      border-top:1px solid rgba(74,16,38,.08);
    }
    .nav-links{
      display:flex;
      align-items:center;
      gap:8px;
      flex-wrap:wrap;
    }
    .nav-link{
      padding:10px 14px;
      border-radius:999px;
      color:var(--text-2);
      font-size:14px;
      font-weight:700;
      transition:var(--transition);
      border:1px solid transparent;
      background:transparent;
    }
    .nav-link:hover{
      color:var(--primary);
      background:rgba(74,16,38,.04);
      border-color:rgba(74,16,38,.08);
    }
    .nav-link.active,
    .nav-link[aria-current="page"]{
      color:var(--primary);
      background:rgba(74,16,38,.08);
      border-color:rgba(74,16,38,.12);
      box-shadow:inset 0 0 0 1px rgba(193,138,85,.14);
    }
    .nav-pill{
      display:flex;
      align-items:center;
      gap:10px;
      flex-wrap:wrap;
      justify-content:flex-end;
    }
    .mini-note{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:10px 14px;
      border-radius:999px;
      background:rgba(193,138,85,.12);
      color:var(--primary);
      border:1px solid rgba(193,138,85,.22);
      font-size:13px;
      font-weight:700;
    }

    main{display:block}
    .section{
      padding:92px 0;
      position:relative;
    }
    .section.compact{padding:74px 0}
    .section-dark{
      color:var(--text-inverse);
      background:
        radial-gradient(circle at 18% 18%, rgba(193,138,85,.15), transparent 32%),
        radial-gradient(circle at 85% 20%, rgba(255,255,255,.08), transparent 28%),
        linear-gradient(180deg, #24161B 0%, #171114 100%);
      border-top:1px solid rgba(255,248,241,.06);
      border-bottom:1px solid rgba(255,248,241,.06);
      overflow:hidden;
    }
    .section-dark::before{
      content:"";
      position:absolute;
      inset:auto -10% -30% auto;
      width:360px;height:360px;
      background:radial-gradient(circle, rgba(193,138,85,.10), transparent 68%);
      pointer-events:none;
    }
    .section-title{
      margin:0;
      font-size:clamp(28px, 3vw, 40px);
      line-height:1.18;
      letter-spacing:.2px;
      color:var(--primary);
    }
    .section-dark .section-title,
    .section-dark .section-lead,
    .section-dark .muted,
    .section-dark .card,
    .section-dark .soft,
    .section-dark .small-note{
      color:var(--text-inverse);
    }
    .section-lead{
      margin:12px 0 0;
      color:var(--text-2);
      font-size:16px;
      line-height:1.8;
      max-width:760px;
    }
    .section-head{
      display:flex;
      align-items:flex-end;
      justify-content:space-between;
      gap:20px;
      margin-bottom:30px;
    }
    .section-tag{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:8px 12px;
      border-radius:999px;
      background:rgba(74,16,38,.08);
      color:var(--primary);
      font-size:13px;
      font-weight:800;
      letter-spacing:.15px;
      margin-bottom:14px;
    }
    .section-dark .section-tag{
      background:rgba(255,248,241,.08);
      color:#FFF8F1;
      border:1px solid rgba(255,248,241,.12);
    }
    .breadcrumb{
      display:flex;
      align-items:center;
      gap:8px;
      flex-wrap:wrap;
      color:var(--text-2);
      font-size:13px;
      margin-bottom:18px;
    }
    .breadcrumb a{color:inherit}
    .breadcrumb a:hover{color:var(--primary)}
    .breadcrumb .sep{opacity:.45}

    .hero{
      padding:34px 0 88px;
    }
    .hero-grid{
      display:grid;
      grid-template-columns:1.14fr .86fr;
      gap:26px;
      align-items:stretch;
    }
    .hero-copy,
    .hero-panel{
      border-radius:28px;
      overflow:hidden;
      position:relative;
    }
    .hero-copy{
      background:
        radial-gradient(circle at top right, rgba(193,138,85,.16), transparent 28%),
        linear-gradient(180deg, rgba(74,16,38,.98), rgba(33,23,27,.98));
      color:var(--text-inverse);
      padding:36px;
      box-shadow:0 30px 70px rgba(23,17,20,.20);
      min-height:520px;
      display:flex;
      flex-direction:column;
      justify-content:space-between;
      border:1px solid rgba(255,248,241,.08);
    }
    .hero-copy::after{
      content:"";
      position:absolute;
      inset:auto -10% -28% auto;
      width:360px;height:360px;
      background:radial-gradient(circle, rgba(193,138,85,.16), transparent 60%);
      pointer-events:none;
    }
    .hero-head{
      position:relative;
      z-index:1;
      max-width:780px;
    }
    .hero-badge-row{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-bottom:18px;
    }
    .hero-badge{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:8px 12px;
      border-radius:999px;
      font-size:13px;
      font-weight:700;
      background:rgba(255,248,241,.08);
      color:#FFF8F1;
      border:1px solid rgba(255,248,241,.12);
    }
    .hero-badge.accent{
      background:rgba(193,138,85,.14);
      color:#FBE7D2;
      border-color:rgba(193,138,85,.24);
    }
    .hero-title{
      margin:0;
      font-size:clamp(38px, 5vw, 56px);
      line-height:1.12;
      letter-spacing:.2px;
      max-width:12ch;
    }
    .hero-subtitle{
      margin:18px 0 0;
      font-size:18px;
      line-height:1.85;
      color:rgba(255,248,241,.84);
      max-width:56ch;
    }
    .hero-actions{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin-top:28px;
    }
    .hero-actions .btn{
      min-height:48px;
      padding-inline:18px;
    }
    .hero-actions .btn-secondary{
      background:rgba(255,248,241,.94);
      color:var(--primary);
      border-color:rgba(255,248,241,.5);
    }
    .hero-actions .btn-secondary:hover{
      background:#fff;
    }
    .hero-search{
      margin-top:24px;
      max-width:640px;
    }
    .hero-search .search-form{
      background:rgba(255,248,241,.96);
      border-color:rgba(255,248,241,.35);
    }
    .hero-search .search-input::placeholder{color:#8E8084}
    .hero-foot{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      align-items:center;
      margin-top:30px;
      position:relative;
      z-index:1;
    }
    .hero-foot .soft{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:9px 12px;
      border-radius:999px;
      background:rgba(255,248,241,.08);
      border:1px solid rgba(255,248,241,.12);
      color:#FFF8F1;
      font-size:13px;
    }
    .hero-panel{
      background:linear-gradient(180deg, #FFFDFB, #FFF8F1);
      border:1px solid var(--border);
      box-shadow:var(--shadow);
      padding:24px;
      display:flex;
      flex-direction:column;
      gap:16px;
    }
    .panel-stack{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:14px;
    }
    .panel-card{
      border-radius:22px;
      padding:18px;
      background:linear-gradient(180deg, #FFFFFF, #FFF8F1);
      border:1px solid rgba(74,16,38,.10);
      box-shadow:0 10px 22px rgba(74,16,38,.05);
    }
    .panel-card strong{
      display:block;
      font-size:14px;
      color:var(--primary);
      margin-bottom:8px;
      letter-spacing:.2px;
    }
    .panel-card p{
      margin:0;
      color:var(--text-2);
      font-size:13px;
      line-height:1.65;
    }
    .stat-grid{
      display:grid;
      grid-template-columns:repeat(2, minmax(0,1fr));
      gap:14px;
    }
    .stat{
      border-radius:22px;
      background:
        linear-gradient(180deg, rgba(74,16,38,.98), rgba(33,23,27,.98));
      color:#FFF8F1;
      padding:18px;
      min-height:118px;
      display:flex;
      flex-direction:column;
      justify-content:space-between;
      border:1px solid rgba(255,248,241,.08);
      position:relative;
      overflow:hidden;
    }
    .stat::after{
      content:"";
      position:absolute;
      right:-18px;
      top:-18px;
      width:88px;height:88px;
      border-radius:50%;
      background:rgba(193,138,85,.12);
    }
    .stat .num{
      font-size:30px;
      font-weight:800;
      line-height:1;
    }
    .stat .label{
      font-size:13px;
      color:rgba(255,248,241,.8);
      line-height:1.5;
    }
    .stat.accent{
      background:linear-gradient(180deg, rgba(193,138,85,.96), rgba(149,96,49,.96));
      color:#FFF8F1;
    }
    .stat.accent .label{color:rgba(255,248,241,.86)}
    .stat.soft{
      background:linear-gradient(180deg, #FFFDFC, #FFF7F0);
      color:var(--primary);
      border-color:rgba(193,138,85,.18);
    }
    .stat.soft .label{color:var(--text-2)}
    .section-note{
      margin-top:16px;
      padding:14px 16px;
      border-radius:18px;
      background:rgba(193,138,85,.10);
      color:#F9E9D7;
      border:1px solid rgba(193,138,85,.16);
      font-size:13px;
      line-height:1.7;
    }
    .section-note.dark{
      color:#F9E9D7;
    }

    .chips{
      display:flex;
      gap:10px;
      flex-wrap:wrap;
      overflow:auto;
      padding-bottom:4px;
      scrollbar-width:none;
    }
    .chips::-webkit-scrollbar{display:none}
    .chip{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:10px 14px;
      border-radius:999px;
      border:1px solid rgba(74,16,38,.10);
      background:rgba(255,253,251,.88);
      color:var(--primary);
      font-size:13px;
      font-weight:700;
      white-space:nowrap;
      transition:var(--transition);
    }
    .chip:hover{
      transform:translateY(-1px);
      background:rgba(74,16,38,.06);
      border-color:rgba(193,138,85,.34);
      box-shadow:0 10px 16px rgba(74,16,38,.05);
    }
    .chip.is-dark{
      background:rgba(255,248,241,.08);
      color:#FFF8F1;
      border-color:rgba(255,248,241,.12);
    }

    .split-grid{
      display:grid;
      grid-template-columns:280px minmax(0,1fr);
      gap:24px;
      align-items:start;
    }
    .side-panel{
      position:sticky;
      top:118px;
      border-radius:26px;
      background:linear-gradient(180deg, #FFFDFC, #FFF8F1);
      border:1px solid var(--border);
      box-shadow:var(--shadow);
      padding:20px;
    }
    .side-panel h3{
      margin:0 0 10px;
      font-size:20px;
      color:var(--primary);
    }
    .side-panel p{
      margin:0 0 16px;
      color:var(--text-2);
      font-size:14px;
      line-height:1.75;
    }
    .filter-list{
      display:grid;
      gap:10px;
    }
    .filter-item{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:10px;
      padding:12px 14px;
      border-radius:16px;
      background:#fff;
      border:1px solid rgba(74,16,38,.08);
      color:var(--text);
      transition:var(--transition);
      font-weight:700;
      font-size:14px;
    }
    .filter-item:hover{
      border-color:rgba(193,138,85,.34);
      transform:translateX(2px);
      box-shadow:0 10px 18px rgba(74,16,38,.05);
    }
    .filter-item span{
      font-size:12px;
      font-weight:800;
      color:var(--accent);
      background:rgba(193,138,85,.10);
      padding:4px 8px;
      border-radius:999px;
    }
    .content-grid{
      display:grid;
      gap:18px;
    }
    .guide-card{
      background:linear-gradient(180deg, #FFFDFC, #FFF8F1);
      border:1px solid var(--border);
      border-radius:26px;
      box-shadow:var(--shadow);
      padding:24px;
      display:grid;
      grid-template-columns:1fr auto;
      gap:18px;
      align-items:center;
      transition:var(--transition);
    }
    .guide-card:hover{
      transform:translateY(-2px);
      border-color:rgba(193,138,85,.34);
      box-shadow:var(--shadow-2);
    }
    .guide-card h3{
      margin:0 0 10px;
      font-size:24px;
      line-height:1.25;
      color:var(--primary);
    }
    .guide-card p{
      margin:0;
      color:var(--text-2);
      font-size:15px;
      line-height:1.8;
      max-width:62ch;
    }
    .guide-meta{
      display:flex;
      gap:10px;
      flex-wrap:wrap;
      margin-top:14px;
    }
    .meta{
      display:inline-flex;
      align-items:center;
      gap:7px;
      padding:7px 10px;
      border-radius:999px;
      font-size:12px;
      font-weight:700;
      background:rgba(74,16,38,.06);
      color:var(--primary);
    }
    .meta.accent{
      background:rgba(193,138,85,.14);
      color:#9C5E2F;
    }
    .meta.good{
      background:rgba(60,141,104,.12);
      color:var(--success);
    }
    .guide-aside{
      min-width:180px;
      text-align:right;
    }
    .guide-index{
      font-size:40px;
      line-height:1;
      font-weight:800;
      color:rgba(74,16,38,.16);
    }
    .guide-cta{
      margin-top:16px;
      display:flex;
      gap:10px;
      justify-content:flex-end;
      flex-wrap:wrap;
    }

    .timeline{
      display:grid;
      gap:16px;
      position:relative;
      margin-top:10px;
    }
    .step{
      display:grid;
      grid-template-columns:88px 1fr;
      gap:18px;
      align-items:start;
      background:linear-gradient(180deg, #FFFDFC, #FFF8F1);
      border:1px solid var(--border);
      border-radius:24px;
      padding:20px;
      box-shadow:0 12px 28px rgba(74,16,38,.06);
    }
    .step-num{
      width:88px;
      height:88px;
      border-radius:22px;
      background:linear-gradient(135deg, var(--primary), var(--primary-2));
      color:#FFF8F1;
      display:flex;
      flex-direction:column;
      align-items:center;
      justify-content:center;
      box-shadow:0 14px 28px rgba(74,16,38,.15);
      font-weight:800;
    }
    .step-num small{
      display:block;
      font-size:12px;
      letter-spacing:.16em;
      opacity:.8;
      margin-bottom:3px;
    }
    .step-num strong{
      font-size:26px;
      line-height:1;
    }
    .step h3{
      margin:2px 0 8px;
      font-size:22px;
      color:var(--primary);
    }
    .step p{
      margin:0;
      color:var(--text-2);
      line-height:1.8;
    }
    .step-tags{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      margin-top:12px;
    }

    .cards{
      display:grid;
      grid-template-columns:repeat(3, minmax(0,1fr));
      gap:18px;
    }
    .card{
      border-radius:26px;
      background:linear-gradient(180deg, #FFFDFC, #FFF8F1);
      border:1px solid var(--border);
      box-shadow:0 12px 28px rgba(74,16,38,.06);
      padding:22px;
      transition:var(--transition);
      position:relative;
      overflow:hidden;
    }
    .card:hover{
      transform:translateY(-2px);
      border-color:rgba(193,138,85,.32);
      box-shadow:var(--shadow-2);
    }
    .card::before{
      content:"";
      position:absolute;
      inset:0 0 auto 0;
      height:4px;
      background:linear-gradient(90deg, var(--primary), var(--accent));
      opacity:.45;
    }
    .card h3{
      margin:0 0 10px;
      font-size:22px;
      line-height:1.28;
      color:var(--primary);
    }
    .card p{
      margin:0;
      color:var(--text-2);
      line-height:1.8;
      font-size:15px;
    }
    .card .card-tags{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      margin:14px 0 0;
    }
    .card .card-foot{
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:12px;
      margin-top:18px;
    }

    .comparison{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:18px;
    }
    .compare-box{
      border-radius:26px;
      padding:24px;
      background:linear-gradient(180deg, #FFFDFC, #FFF8F1);
      border:1px solid var(--border);
      box-shadow:0 12px 28px rgba(74,16,38,.06);
    }
    .compare-box.dark{
      background:linear-gradient(180deg, rgba(74,16,38,.98), rgba(33,23,27,.98));
      color:#FFF8F1;
      border-color:rgba(255,248,241,.08);
    }
    .compare-box h3{
      margin:0 0 14px;
      font-size:23px;
      line-height:1.25;
    }
    .compare-list{
      display:grid;
      gap:12px;
    }
    .compare-row{
      display:grid;
      grid-template-columns:120px 1fr;
      gap:14px;
      align-items:start;
      padding:12px 0;
      border-top:1px solid rgba(74,16,38,.08);
    }
    .compare-box.dark .compare-row{border-top-color:rgba(255,248,241,.10)}
    .compare-row:first-child{border-top:0;padding-top:0}
    .compare-row strong{
      font-size:14px;
      color:inherit;
    }
    .compare-row span{
      color:inherit;
      opacity:.84;
      font-size:14px;
      line-height:1.75;
    }

    .risk-grid{
      display:grid;
      grid-template-columns:repeat(4, minmax(0,1fr));
      gap:16px;
    }
    .risk{
      border-radius:22px;
      padding:18px;
      background:rgba(255,248,241,.06);
      border:1px solid rgba(255,248,241,.10);
      color:#FFF8F1;
      box-shadow:0 10px 22px rgba(0,0,0,.12);
    }
    .risk .mark{
      width:38px;height:38px;border-radius:12px;
      display:flex;align-items:center;justify-content:center;
      background:rgba(193,138,85,.16);
      color:#FBE7D2;
      margin-bottom:12px;
      font-weight:800;
    }
    .risk h3{
      margin:0 0 8px;
      font-size:18px;
    }
    .risk p{
      margin:0;
      color:rgba(255,248,241,.78);
      font-size:14px;
      line-height:1.75;
    }

    .device-grid{
      display:grid;
      grid-template-columns:repeat(3, minmax(0,1fr));
      gap:18px;
    }
    .device{
      border-radius:26px;
      padding:22px;
      background:linear-gradient(180deg, #FFFDFC, #FFF8F1);
      border:1px solid var(--border);
      box-shadow:0 12px 28px rgba(74,16,38,.06);
    }
    .device .screen{
      height:190px;
      border-radius:20px;
      background:
        linear-gradient(180deg, rgba(74,16,38,.96), rgba(33,23,27,.96));
      padding:14px;
      position:relative;
      overflow:hidden;
      border:1px solid rgba(255,248,241,.10);
    }
    .device .screen::before{
      content:"";
      position:absolute;
      inset:18px;
      border-radius:16px;
      border:1px dashed rgba(255,248,241,.16);
    }
    .device .screen .bubble{
      position:absolute;
      left:18px;
      right:18px;
      height:16px;
      border-radius:999px;
      background:rgba(255,248,241,.12);
    }
    .device .screen .bubble.b1{top:26px;width:56%}
    .device .screen .bubble.b2{top:56px;width:76%}
    .device .screen .bubble.b3{top:86px;width:64%}
    .device .screen .pill{
      position:absolute;
      left:18px;
      bottom:18px;
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:9px 12px;
      border-radius:999px;
      background:rgba(193,138,85,.14);
      color:#FBE7D2;
      border:1px solid rgba(193,138,85,.18);
      font-size:12px;
      font-weight:700;
    }
    .device h3{
      margin:16px 0 8px;
      font-size:22px;
      color:var(--primary);
    }
    .device p{
      margin:0;
      color:var(--text-2);
      font-size:15px;
      line-height:1.8;
    }

    .faq-list{
      display:grid;
      gap:12px;
      margin-top:8px;
    }
    details{
      border-radius:20px;
      background:linear-gradient(180deg, #FFFDFC, #FFF8F1);
      border:1px solid var(--border);
      box-shadow:0 10px 22px rgba(74,16,38,.05);
      overflow:hidden;
      transition:var(--transition);
    }
    details[open]{
      border-color:rgba(193,138,85,.30);
      box-shadow:0 14px 28px rgba(74,16,38,.08);
    }
    summary{
      list-style:none;
      padding:18px 20px;
      font-size:16px;
      font-weight:800;
      color:var(--primary);
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:14px;
      cursor:pointer;
      min-height:56px;
    }
    summary::-webkit-details-marker{display:none}
    summary .icon{
      width:26px;height:26px;border-radius:999px;
      display:inline-flex;align-items:center;justify-content:center;
      background:rgba(74,16,38,.08);
      color:var(--primary);
      flex:0 0 auto;
      font-weight:900;
      transition:var(--transition);
    }
    details[open] summary .icon{
      background:rgba(193,138,85,.16);
      color:#9C5E2F;
      transform:rotate(90deg);
    }
    .faq-content{
      padding:0 20px 18px;
      color:var(--text-2);
      font-size:15px;
      line-height:1.85;
    }

    .cta-band{
      border-radius:30px;
      padding:34px;
      background:
        radial-gradient(circle at top right, rgba(193,138,85,.18), transparent 28%),
        linear-gradient(135deg, var(--primary), var(--primary-2));
      color:#FFF8F1;
      box-shadow:0 24px 52px rgba(74,16,38,.20);
      position:relative;
      overflow:hidden;
    }
    .cta-band::after{
      content:"";
      position:absolute;
      inset:auto -80px -80px auto;
      width:260px;height:260px;border-radius:50%;
      background:rgba(193,138,85,.12);
    }
    .cta-band h2{
      margin:0;
      font-size:clamp(28px, 3.6vw, 42px);
      line-height:1.18;
    }
    .cta-band p{
      margin:14px 0 0;
      max-width:760px;
      color:rgba(255,248,241,.84);
      font-size:16px;
      line-height:1.85;
    }
    .cta-actions{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin-top:24px;
      position:relative;
      z-index:1;
    }
    .cta-actions .btn{
      min-height:50px;
      padding-inline:20px;
    }
    .cta-actions .btn-secondary{
      background:rgba(255,248,241,.96);
    }

    footer{
      margin-top:0;
      background:var(--dark);
      color:#FFF8F1;
      padding:28px 0 34px;
      border-top:1px solid rgba(255,248,241,.08);
    }
    .footer-top{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      padding-bottom:18px;
      border-bottom:1px solid rgba(255,248,241,.08);
      margin-bottom:22px;
      color:#F3EAE2;
      font-size:14px;
    }
    .stars{color:#E8C072;letter-spacing:2px;font-size:15px}
    .footer-grid{
      display:grid;
      grid-template-columns:1.2fr .8fr .8fr 1fr;
      gap:18px;
    }
    .footer-col h4{
      margin:0 0 12px;
      font-size:15px;
      color:#FFF8F1;
    }
    .footer-col p,
    .footer-col a,
    .footer-col li{
      color:rgba(255,248,241,.72);
      font-size:14px;
      line-height:1.8;
    }
    .footer-col a:hover{color:#E8C072}
    .footer-links{
      display:grid;
      gap:8px;
    }
    .footer-brand{
      display:flex;
      align-items:center;
      gap:12px;
      margin-bottom:12px;
    }
    .footer-brand .brand-title{
      color:#FFF8F1;
      font-size:18px;
    }
    .footer-note{
      margin-top:16px;
      padding-top:16px;
      border-top:1px solid rgba(255,248,241,.08);
      display:flex;
      flex-wrap:wrap;
      justify-content:space-between;
      gap:10px;
      color:rgba(255,248,241,.58);
      font-size:13px;
    }

    .mobile-only{display:none}
    .hidden-mobile{display:block}

    @media (max-width: 1080px){
      .header-main{
        grid-template-columns:1fr;
      }
      .brand{min-width:0}
      .nav-actions{
        justify-content:flex-start;
      }
      .header-sub{
        flex-direction:column;
        align-items:flex-start;
      }
      .split-grid{
        grid-template-columns:1fr;
      }
      .side-panel{
        position:relative;
        top:0;
      }
      .cards,
      .device-grid,
      .risk-grid,
      .footer-grid{
        grid-template-columns:repeat(2, minmax(0,1fr));
      }
      .hero-grid{
        grid-template-columns:1fr;
      }
      .hero-copy{
        min-height:auto;
      }
    }

    @media (max-width: 768px){
      .section{padding:70px 0}
      .hero{padding:22px 0 72px}
      .hero-copy,
      .hero-panel,
      .card,
      .compare-box,
      .guide-card,
      .device,
      .cta-band,
      .side-panel{
        border-radius:22px;
      }
      .hero-copy{
        padding:24px;
      }
      .hero-title{
        max-width:100%;
        font-size:clamp(32px, 8vw, 42px);
      }
      .hero-subtitle{
        font-size:16px;
      }
      .panel-stack,
      .stat-grid,
      .comparison,
      .cards,
      .device-grid,
      .risk-grid,
      .footer-grid{
        grid-template-columns:1fr;
      }
      .guide-card,
      .step{
        grid-template-columns:1fr;
      }
      .guide-aside{
        text-align:left;
      }
      .guide-cta{
        justify-content:flex-start;
      }
      .compare-row{
        grid-template-columns:1fr;
        gap:6px;
      }
      .section-head{
        flex-direction:column;
        align-items:flex-start;
      }
      .header-inner{
        padding:12px 0 10px;
      }
      .search-form{
        padding:7px 10px 7px 12px;
      }
      .search-button{
        padding:11px 14px;
      }
      .nav-links{
        width:100%;
        overflow:auto;
        padding-bottom:2px;
        flex-wrap:nowrap;
      }
      .nav-link{
        flex:0 0 auto;
      }
      .footer-top,
      .footer-note{
        flex-direction:column;
        align-items:flex-start;
      }
    }

    @media (max-width: 560px){
      .container{width:min(var(--container), calc(100% - 24px))}
      .hero-copy{padding:20px}
      .section{padding:62px 0}
      .search-form{
        border-radius:18px;
        flex-wrap:wrap;
      }
      .search-input{
        width:100%;
        order:3;
        padding-top:2px;
      }
      .search-button{
        width:100%;
        order:4;
      }
      .nav-actions{
        gap:8px;
      }
      .badge-18,
      .btn,
      .mini-note,
      .chip{
        width:auto;
      }
      .hero-actions,
      .cta-actions{
        flex-direction:column;
      }
      .hero-actions .btn,
      .cta-actions .btn,
      .guide-cta .btn{
        width:100%;
      }
      .btn,
      .badge-18{
        justify-content:center;
      }
      .hero-foot{
        gap:8px;
      }
      summary{
        padding:16px 16px;
        line-height:1.55;
      }
      .faq-content{
        padding:0 16px 16px;
      }
      .card,
      .compare-box,
      .device,
      .side-panel,
      .guide-card,
      .step{
        padding:18px;
      }
    }
