/* roulang page: index */
:root{
      --bg: #f3f5f7;
      --bg-soft: #eef2f7;
      --panel: #ffffff;
      --panel-2: #0f172a;
      --text: #0f172a;
      --muted: #5c6978;
      --line: #dfe5ec;
      --brand: #0f172a;
      --brand-2: #14b8a6;
      --brand-3: #fb7185;
      --brand-4: #f59e0b;
      --shadow: 0 18px 40px rgba(15, 23, 42, .08);
      --shadow-soft: 0 10px 26px rgba(15, 23, 42, .06);
      --radius-lg: 28px;
      --radius-md: 18px;
      --radius-sm: 14px;
      --gap: 24px;
      --transition: all .22s ease;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      background:
        radial-gradient(circle at top left, rgba(20,184,166,.08), transparent 30%),
        radial-gradient(circle at top right, rgba(251,113,133,.08), transparent 25%),
        linear-gradient(180deg, #f7f8fb 0%, #eef2f7 100%);
      color:var(--text);
      font-family: -apple-system,BlinkMacSystemFont,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","Noto Sans SC",Arial,sans-serif;
      line-height:1.7;
      letter-spacing:.01em;
      overflow-x:hidden;
    }
    a{color:inherit;text-decoration:none;transition:var(--transition)}
    a:hover{color:inherit}
    img{max-width:100%;display:block}
    button,input,textarea,select{font:inherit}
    ::selection{background:rgba(20,184,166,.18);color:var(--text)}
    .page-wrap{position:relative;min-height:100vh}
    .page-wrap::before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      background-image: linear-gradient(rgba(255,255,255,.34) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.26) 1px, transparent 1px);
      background-size: 36px 36px;
      mask-image: linear-gradient(180deg, rgba(0,0,0,.22), transparent 70%);
      opacity:.32;
      z-index:0;
    }
    .topbar-mobile{
      position:sticky;
      top:0;
      z-index:1030;
      background:rgba(247,248,251,.88);
      backdrop-filter:blur(16px);
      border-bottom:1px solid rgba(223,229,236,.82);
    }
    .topbar-mobile .brand-mini{
      display:flex;
      align-items:center;
      gap:12px;
      font-weight:800;
      color:var(--text);
      letter-spacing:-.02em;
    }
    .brand-mark{
      width:42px;height:42px;border-radius:14px;
      display:grid;place-items:center;
      background:linear-gradient(135deg, var(--brand), #1f2937);
      color:#fff;
      box-shadow:0 10px 24px rgba(15,23,42,.18);
      flex:0 0 auto;
    }
    .brand-mark span{font-size:1.06rem;font-weight:800}
    .menu-btn{
      border:1px solid var(--line);
      background:#fff;
      color:var(--text);
      border-radius:14px;
      width:46px;height:46px;
      display:inline-flex;align-items:center;justify-content:center;
      box-shadow:var(--shadow-soft);
    }
    .menu-btn:hover{transform:translateY(-1px);box-shadow:var(--shadow)}
    .menu-btn:focus-visible{outline:3px solid rgba(20,184,166,.24);outline-offset:2px}
    .shell{
      position:relative;
      z-index:1;
      padding: 22px 0 36px;
    }
    .sidebar{
      position:sticky;
      top:24px;
      border-radius:28px;
      background:
        radial-gradient(circle at top right, rgba(20,184,166,.16), transparent 28%),
        radial-gradient(circle at bottom left, rgba(251,113,133,.12), transparent 25%),
        linear-gradient(180deg, #0f172a 0%, #111827 100%);
      color:#fff;
      padding:24px 20px;
      box-shadow:0 22px 48px rgba(15,23,42,.22);
      overflow:hidden;
      min-height: calc(100vh - 48px);
    }
    .sidebar::after{
      content:"";
      position:absolute;
      inset:auto -80px -120px auto;
      width:260px;height:260px;border-radius:50%;
      background:rgba(20,184,166,.12);
      filter:blur(8px);
    }
    .logo-wrap{
      position:relative;
      z-index:1;
      display:flex;
      align-items:center;
      gap:14px;
      margin-bottom:20px;
    }
    .logo-copy h2{
      margin:0;
      font-size:1.15rem;
      font-weight:800;
      line-height:1.25;
      letter-spacing:-.03em;
    }
    .logo-copy p{
      margin:4px 0 0;
      color:rgba(255,255,255,.68);
      font-size:.92rem;
    }
    .sidebar-note{
      position:relative;
      z-index:1;
      padding:16px 16px 14px;
      border:1px solid rgba(255,255,255,.08);
      border-radius:20px;
      background:rgba(255,255,255,.04);
      margin-bottom:18px;
    }
    .sidebar-note strong{
      display:block;
      margin-bottom:6px;
      font-size:1rem;
      color:#fff;
    }
    .sidebar-note p{
      margin:0;
      color:rgba(255,255,255,.72);
      font-size:.93rem;
      line-height:1.7;
    }
    .nav-vertical{
      position:relative;
      z-index:1;
      display:grid;
      gap:10px;
      margin-bottom:18px;
    }
    .nav-vertical a{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      padding:14px 16px;
      border-radius:16px;
      border:1px solid rgba(255,255,255,.08);
      background:rgba(255,255,255,.04);
      color:#e5e7eb;
      box-shadow:0 0 0 rgba(0,0,0,0);
      transition:var(--transition);
    }
    .nav-vertical a:hover{
      background:rgba(255,255,255,.09);
      transform:translateX(4px);
      color:#fff;
      border-color:rgba(255,255,255,.16);
    }
    .nav-vertical a.active{
      background:linear-gradient(135deg, rgba(20,184,166,.22), rgba(255,255,255,.08));
      color:#fff;
      border-color:rgba(20,184,166,.46);
      box-shadow:0 14px 28px rgba(20,184,166,.14);
    }
    .nav-vertical .nav-label{
      display:flex;
      flex-direction:column;
      gap:2px;
    }
    .nav-vertical .nav-label small{
      color:rgba(255,255,255,.65);
      font-size:.8rem;
    }
    .nav-badge{
      min-width:32px;
      height:32px;
      border-radius:999px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      background:rgba(255,255,255,.08);
      color:#fff;
      font-size:.82rem;
      font-weight:700;
      flex:0 0 auto;
    }
    .sidebar-foot{
      position:relative;
      z-index:1;
      margin-top:auto;
      padding-top:18px;
      border-top:1px solid rgba(255,255,255,.08);
      color:rgba(255,255,255,.72);
      font-size:.92rem;
    }
    .sidebar-foot .tiny-links{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:12px;
    }
    .tiny-link{
      color:#fff;
      border:1px solid rgba(255,255,255,.14);
      background:rgba(255,255,255,.05);
      padding:8px 12px;
      border-radius:999px;
      font-size:.88rem;
    }
    .tiny-link:hover{background:rgba(255,255,255,.1)}
    .main-area{
      position:relative;
      z-index:1;
    }
    .section{
      margin-bottom:24px;
      scroll-margin-top:90px;
    }
    .hero{
      background:linear-gradient(180deg, rgba(255,255,255,.94), rgba(255,255,255,.88));
      border:1px solid rgba(223,229,236,.92);
      border-radius:32px;
      box-shadow:var(--shadow);
      padding:30px;
      overflow:hidden;
      position:relative;
    }
    .hero::before{
      content:"";
      position:absolute;
      inset:-40px auto auto -40px;
      width:180px;height:180px;border-radius:50%;
      background:radial-gradient(circle, rgba(20,184,166,.18), transparent 70%);
    }
    .hero::after{
      content:"";
      position:absolute;
      inset:auto -30px -60px auto;
      width:220px;height:220px;border-radius:50%;
      background:radial-gradient(circle, rgba(251,113,133,.14), transparent 68%);
    }
    .hero-grid{
      position:relative;
      z-index:1;
      display:grid;
      grid-template-columns:1.2fr .9fr;
      gap:24px;
      align-items:center;
    }
    .hero-kicker{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:8px 12px;
      border-radius:999px;
      background:#eefaf7;
      color:#0f766e;
      font-weight:700;
      font-size:.88rem;
      letter-spacing:.02em;
      margin-bottom:14px;
      border:1px solid rgba(20,184,166,.16);
    }
    .hero h1{
      margin:0 0 16px;
      font-size:clamp(2.15rem, 4.4vw, 4.2rem);
      line-height:1.06;
      letter-spacing:-.05em;
      font-weight:900;
      color:var(--text);
    }
    .hero p{
      margin:0;
      color:var(--muted);
      font-size:1.03rem;
      line-height:1.85;
      max-width: 58ch;
    }
    .hero-actions{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin-top:22px;
    }
    .btn-strong,
    .btn-soft{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      padding:13px 18px;
      border-radius:16px;
      font-weight:700;
      border:1px solid transparent;
      transition:var(--transition);
      box-shadow:0 0 0 rgba(0,0,0,0);
    }
    .btn-strong{
      background:linear-gradient(135deg, var(--brand), #1f2937);
      color:#fff;
      box-shadow:0 12px 26px rgba(15,23,42,.18);
    }
    .btn-strong:hover{
      color:#fff;
      transform:translateY(-1px);
      box-shadow:0 18px 36px rgba(15,23,42,.22);
    }
    .btn-soft{
      background:#fff;
      border-color:var(--line);
      color:var(--text);
    }
    .btn-soft:hover{
      border-color:rgba(20,184,166,.32);
      color:var(--text);
      transform:translateY(-1px);
      box-shadow:var(--shadow-soft);
    }
    .trust-strip{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:18px;
    }
    .trust-chip,
    .topic-chip{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:9px 12px;
      border-radius:999px;
      background:#f4f7fb;
      border:1px solid var(--line);
      color:var(--text);
      font-size:.9rem;
      font-weight:600;
    }
    .trust-chip strong{
      color:#0f766e;
      font-weight:800;
    }
    .search-box{
      margin-top:18px;
      padding:12px;
      border-radius:22px;
      background:#fff;
      border:1px solid rgba(223,229,236,.98);
      box-shadow:var(--shadow-soft);
    }
    .search-box .input-group{
      gap:10px;
    }
    .search-box input{
      height:48px;
      border-radius:14px !important;
      border:1px solid var(--line);
      background:#fdfdfd;
      padding-left:14px;
      color:var(--text);
      box-shadow:none;
    }
    .search-box input:focus{
      border-color:rgba(20,184,166,.36);
      box-shadow:0 0 0 .24rem rgba(20,184,166,.12);
    }
    .search-box .btn{
      border-radius:14px;
      min-width:118px;
      border:none;
      background:linear-gradient(135deg, var(--brand-2), #0ea5e9);
      color:#fff;
      font-weight:700;
      padding-inline:16px;
    }
    .hero-panel{
      display:grid;
      gap:14px;
    }
    .hero-card{
      background:linear-gradient(180deg, #0f172a, #111827);
      color:#fff;
      border-radius:24px;
      padding:20px;
      box-shadow:0 18px 36px rgba(15,23,42,.22);
      position:relative;
      overflow:hidden;
    }
    .hero-card::after{
      content:"";
      position:absolute;
      inset:auto -35px -50px auto;
      width:170px;height:170px;border-radius:50%;
      background:rgba(20,184,166,.14);
      filter:blur(2px);
    }
    .hero-card h3{
      margin:0 0 10px;
      font-size:1.15rem;
      font-weight:800;
      letter-spacing:-.02em;
    }
    .hero-card p{
      margin:0 0 16px;
      color:rgba(255,255,255,.72);
      font-size:.95rem;
      line-height:1.75;
      position:relative;
      z-index:1;
    }
    .hot-list{
      display:grid;
      gap:10px;
      position:relative;
      z-index:1;
    }
    .hot-item{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      padding:12px 14px;
      border-radius:16px;
      background:rgba(255,255,255,.05);
      border:1px solid rgba(255,255,255,.08);
    }
    .hot-item strong{display:block;font-size:.98rem}
    .hot-item small{color:rgba(255,255,255,.62)}
    .hot-tag{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-width:54px;
      padding:6px 10px;
      border-radius:999px;
      background:rgba(255,255,255,.08);
      color:#fff;
      font-size:.8rem;
      font-weight:700;
      flex:0 0 auto;
    }
    .mini-grid{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:12px;
    }
    .mini-metric{
      background:#fff;
      border:1px solid var(--line);
      border-radius:20px;
      padding:16px 14px;
      box-shadow:var(--shadow-soft);
    }
    .mini-metric strong{
      display:block;
      font-size:1.32rem;
      line-height:1.1;
      letter-spacing:-.03em;
      margin-bottom:4px;
      color:var(--text);
    }
    .mini-metric span{
      color:var(--muted);
      font-size:.9rem;
    }
    .section-card{
      background:#fff;
      border:1px solid rgba(223,229,236,.98);
      border-radius:28px;
      box-shadow:var(--shadow-soft);
      padding:24px;
    }
    .section-head{
      display:flex;
      align-items:flex-end;
      justify-content:space-between;
      gap:16px;
      margin-bottom:18px;
    }
    .section-title h2{
      margin:0 0 8px;
      font-size:1.7rem;
      font-weight:900;
      line-height:1.2;
      letter-spacing:-.03em;
    }
    .section-title p{
      margin:0;
      color:var(--muted);
      line-height:1.8;
      max-width:68ch;
      font-size:.98rem;
    }
    .section-rail{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      justify-content:flex-end;
    }
    .rail-pill{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:10px 13px;
      border-radius:999px;
      background:#f6f8fb;
      color:var(--text);
      border:1px solid var(--line);
      font-size:.88rem;
      font-weight:600;
    }
    .pain-grid{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:14px;
    }
    .pain-card{
      background:linear-gradient(180deg, #fff, #fbfcfe);
      border:1px solid var(--line);
      border-radius:22px;
      padding:18px;
      min-height: 170px;
      box-shadow:var(--shadow-soft);
      transition:var(--transition);
    }
    .pain-card:hover{transform:translateY(-2px);box-shadow:var(--shadow)}
    .pain-index{
      display:inline-flex;
      width:34px;height:34px;
      border-radius:12px;
      align-items:center;justify-content:center;
      background:#eef6ff;
      color:#1d4ed8;
      font-weight:800;
      margin-bottom:12px;
    }
    .pain-card h3{
      margin:0 0 8px;
      font-size:1.02rem;
      font-weight:800;
      line-height:1.45;
      color:var(--text);
    }
    .pain-card p{
      margin:0;
      color:var(--muted);
      font-size:.94rem;
      line-height:1.75;
    }
    .solution-grid{
      display:grid;
      grid-template-columns:1.15fr .85fr;
      gap:16px;
      align-items:stretch;
    }
    .solution-main{
      background:linear-gradient(135deg, #0f172a, #111827);
      color:#fff;
      border-radius:28px;
      padding:26px;
      position:relative;
      overflow:hidden;
      box-shadow:var(--shadow);
    }
    .solution-main::before{
      content:"";
      position:absolute;
      inset:-50px auto auto -40px;
      width:220px;height:220px;border-radius:50%;
      background:rgba(20,184,166,.14);
    }
    .solution-main::after{
      content:"";
      position:absolute;
      inset:auto -30px -70px auto;
      width:260px;height:260px;border-radius:50%;
      background:rgba(251,113,133,.12);
    }
    .solution-main > *{position:relative;z-index:1}
    .solution-main h3{
      margin:0 0 12px;
      font-size:1.42rem;
      font-weight:900;
      letter-spacing:-.03em;
    }
    .solution-main p{
      margin:0 0 18px;
      color:rgba(255,255,255,.74);
      font-size:.98rem;
      line-height:1.85;
      max-width: 52ch;
    }
    .feature-list{
      display:grid;
      gap:12px;
      margin:0;
      padding:0;
      list-style:none;
    }
    .feature-list li{
      display:flex;
      align-items:flex-start;
      gap:10px;
      padding:12px 14px;
      border-radius:18px;
      background:rgba(255,255,255,.05);
      border:1px solid rgba(255,255,255,.08);
      color:#fff;
      font-size:.95rem;
      line-height:1.75;
    }
    .feature-dot{
      width:10px;height:10px;border-radius:50%;
      background:var(--brand-2);
      margin-top:8px;
      flex:0 0 auto;
      box-shadow:0 0 0 6px rgba(20,184,166,.12);
    }
    .solution-side{
      display:grid;
      gap:14px;
    }
    .mini-card{
      background:#fff;
      border:1px solid var(--line);
      border-radius:22px;
      padding:18px;
      box-shadow:var(--shadow-soft);
      transition:var(--transition);
    }
    .mini-card:hover{transform:translateY(-2px);box-shadow:var(--shadow)}
    .mini-card .tagline{
      display:inline-flex;
      padding:7px 10px;
      border-radius:999px;
      background:#eefaf7;
      color:#0f766e;
      font-size:.82rem;
      font-weight:700;
      margin-bottom:12px;
    }
    .mini-card h3{
      margin:0 0 8px;
      font-size:1.03rem;
      font-weight:800;
      line-height:1.45;
    }
    .mini-card p{
      margin:0;
      color:var(--muted);
      font-size:.94rem;
      line-height:1.75;
    }
    .results-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:16px;
    }
    .result-panel,
    .result-review{
      background:#fff;
      border:1px solid var(--line);
      border-radius:26px;
      padding:22px;
      box-shadow:var(--shadow-soft);
    }
    .stats-row{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:12px;
      margin-bottom:16px;
    }
    .stat-box{
      background:linear-gradient(180deg, #f8fbfd, #fff);
      border:1px solid var(--line);
      border-radius:20px;
      padding:16px 14px;
    }
    .stat-box strong{
      display:block;
      font-size:1.46rem;
      line-height:1.1;
      font-weight:900;
      letter-spacing:-.03em;
      margin-bottom:6px;
      color:var(--text);
    }
    .stat-box span{
      color:var(--muted);
      font-size:.9rem;
    }
    .score-list{
      display:grid;
      gap:12px;
      margin-top:10px;
    }
    .score-item{
      display:grid;
      grid-template-columns:110px 1fr 46px;
      align-items:center;
      gap:12px;
      font-size:.92rem;
      color:var(--text);
    }
    .score-track{
      height:10px;
      border-radius:999px;
      background:#edf2f7;
      overflow:hidden;
      border:1px solid #e7ecf2;
    }
    .score-track span{
      display:block;
      height:100%;
      border-radius:inherit;
      background:linear-gradient(90deg, var(--brand-2), #0ea5e9);
    }
    .quote-grid{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:14px;
    }
    .quote-card{
      background:#fff;
      border:1px solid var(--line);
      border-radius:22px;
      padding:18px;
      box-shadow:var(--shadow-soft);
    }
    .quote-top{
      display:flex;
      align-items:center;
      gap:12px;
      margin-bottom:12px;
    }
    .avatar{
      width:44px;height:44px;border-radius:50%;
      display:grid;place-items:center;
      background:linear-gradient(135deg, #0f172a, #334155);
      color:#fff;
      font-weight:800;
      flex:0 0 auto;
    }
    .quote-top strong{
      display:block;
      font-weight:800;
      line-height:1.2;
    }
    .quote-top small{
      color:var(--muted);
      font-size:.86rem;
    }
    .quote-card p{
      margin:0;
      color:var(--text);
      line-height:1.8;
      font-size:.95rem;
    }
    .label-row{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      margin-top:14px;
    }
    .mini-label{
      display:inline-flex;
      align-items:center;
      padding:7px 10px;
      border-radius:999px;
      background:#f5f7fb;
      border:1px solid var(--line);
      color:var(--text);
      font-size:.82rem;
      font-weight:600;
    }
    .timeline{
      display:grid;
      gap:12px;
    }
    .timeline-item{
      display:grid;
      grid-template-columns:90px 1fr;
      gap:14px;
      padding:15px 16px;
      border-radius:18px;
      background:#f8fafc;
      border:1px solid var(--line);
    }
    .timeline-date{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      padding:8px 10px;
      border-radius:999px;
      background:#0f172a;
      color:#fff;
      font-weight:800;
      font-size:.84rem;
      align-self:start;
      width:max-content;
    }
    .timeline-item h3{
      margin:0 0 6px;
      font-size:1rem;
      font-weight:800;
    }
    .timeline-item p{
      margin:0;
      color:var(--muted);
      line-height:1.7;
      font-size:.94rem;
    }
    .preview-grid{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:14px;
    }
    .preview-card{
      background:linear-gradient(180deg, #fff, #fbfcfe);
      border:1px solid var(--line);
      border-radius:22px;
      padding:18px;
      box-shadow:var(--shadow-soft);
      display:flex;
      flex-direction:column;
      gap:12px;
      min-height: 230px;
    }
    .preview-card h3{
      margin:0;
      font-size:1.05rem;
      font-weight:800;
      line-height:1.45;
    }
    .preview-card p{
      margin:0;
      color:var(--muted);
      line-height:1.75;
      font-size:.94rem;
      flex:1 1 auto;
    }
    .preview-meta{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
    }
    .pill-mini{
      display:inline-flex;
      align-items:center;
      gap:6px;
      padding:7px 10px;
      border-radius:999px;
      background:#f3f7fb;
      border:1px solid var(--line);
      font-size:.82rem;
      color:var(--text);
      font-weight:600;
    }
    .preview-card .btn-soft{
      width:max-content;
      padding:10px 14px;
      border-radius:14px;
      font-size:.92rem;
    }
    .accordion-wrap{
      border-radius:26px;
      overflow:hidden;
      border:1px solid var(--line);
      box-shadow:var(--shadow-soft);
      background:#fff;
    }
    .accordion-item{
      border:0;
      border-bottom:1px solid var(--line);
      background:#fff;
    }
    .accordion-item:last-child{border-bottom:0}
    .accordion-button{
      padding:18px 22px;
      font-weight:800;
      font-size:1rem;
      color:var(--text);
      background:#fff;
      box-shadow:none;
    }
    .accordion-button:not(.collapsed){
      color:var(--text);
      background:#f7fafc;
    }
    .accordion-button:focus{
      border-color:rgba(20,184,166,.22);
      box-shadow:0 0 0 .24rem rgba(20,184,166,.12);
    }
    .accordion-body{
      padding:0 22px 20px;
      color:var(--muted);
      line-height:1.85;
      font-size:.95rem;
      background:#f7fafc;
    }
    .cta-band{
      background:linear-gradient(135deg, #0f172a, #111827 46%, #0b1220 100%);
      color:#fff;
      border-radius:30px;
      padding:28px;
      box-shadow:0 20px 44px rgba(15,23,42,.25);
      position:relative;
      overflow:hidden;
    }
    .cta-band::before{
      content:"";
      position:absolute;
      top:-40px;
      right:-40px;
      width:180px;height:180px;border-radius:50%;
      background:rgba(20,184,166,.14);
    }
    .cta-band::after{
      content:"";
      position:absolute;
      bottom:-60px;
      left:-30px;
      width:220px;height:220px;border-radius:50%;
      background:rgba(251,113,133,.12);
    }
    .cta-band > *{position:relative;z-index:1}
    .cta-band h2{
      margin:0 0 10px;
      font-size:1.75rem;
      font-weight:900;
      letter-spacing:-.03em;
    }
    .cta-band p{
      margin:0;
      color:rgba(255,255,255,.74);
      line-height:1.8;
      max-width:62ch;
    }
    .cta-actions{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin-top:18px;
    }
    .cta-actions .btn-strong{
      background:linear-gradient(135deg, #14b8a6, #0ea5e9);
      box-shadow:0 14px 32px rgba(20,184,166,.2);
    }
    .cta-actions .btn-soft{
      background:rgba(255,255,255,.06);
      border-color:rgba(255,255,255,.14);
      color:#fff;
    }
    .cta-actions .btn-soft:hover{
      background:rgba(255,255,255,.1);
      color:#fff;
    }
    .footer{
      margin-top:24px;
      padding:22px 2px 8px;
      color:var(--muted);
    }
    .footer-panel{
      background:#fff;
      border:1px solid var(--line);
      border-radius:26px;
      box-shadow:var(--shadow-soft);
      padding:22px;
    }
    .footer-top{
      display:flex;
      align-items:flex-start;
      justify-content:space-between;
      gap:18px;
      flex-wrap:wrap;
    }
    .footer-brand{
      max-width:540px;
    }
    .footer-brand h2{
      margin:0 0 8px;
      font-size:1.25rem;
      font-weight:900;
      color:var(--text);
      letter-spacing:-.02em;
    }
    .footer-brand p{
      margin:0;
      color:var(--muted);
      line-height:1.8;
      font-size:.95rem;
    }
    .footer-links{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      align-items:center;
    }
    .footer-links a{
      display:inline-flex;
      align-items:center;
      padding:8px 12px;
      border-radius:999px;
      background:#f6f8fb;
      border:1px solid var(--line);
      color:var(--text);
      font-size:.9rem;
      font-weight:600;
    }
    .footer-links a:hover{
      border-color:rgba(20,184,166,.32);
      box-shadow:0 8px 20px rgba(15,23,42,.06);
      transform:translateY(-1px);
    }
    .footer-meta{
      display:flex;
      flex-wrap:wrap;
      gap:16px;
      justify-content:space-between;
      align-items:center;
      margin-top:18px;
      padding-top:16px;
      border-top:1px solid var(--line);
      font-size:.9rem;
    }
    .back-top{
      display:inline-flex;
      align-items:center;
      gap:8px;
      color:var(--text);
      font-weight:700;
    }
    .back-top:hover{color:#0f766e}
    .offcanvas{
      background:linear-gradient(180deg, #0f172a, #111827);
      color:#fff;
      border:0;
    }
    .offcanvas .btn-close{
      filter:invert(1) grayscale(100%);
      opacity:.9;
      box-shadow:none;
    }
    .offcanvas .offcanvas-header{
      border-bottom:1px solid rgba(255,255,255,.08);
    }
    .offcanvas .offcanvas-body{
      padding-top:18px;
    }
    .offcanvas .nav-vertical{
      margin-bottom:0;
    }
    .offcanvas .nav-vertical a{
      background:rgba(255,255,255,.05);
    }
    .offcanvas .sidebar-note{
      margin-top:18px;
    }
    .offcanvas .sidebar-foot{
      margin-top:18px;
    }
    .focus-link:focus-visible,
    .btn:focus-visible,
    .accordion-button:focus-visible{
      outline:3px solid rgba(20,184,166,.22);
      outline-offset:2px;
    }
    @media (max-width: 1199.98px){
      .sidebar{min-height:auto}
      .hero-grid,
      .solution-grid,
      .results-grid,
      .quote-grid,
      .preview-grid{
        grid-template-columns:1fr;
      }
      .pain-grid,
      .mini-grid,
      .stats-row{
        grid-template-columns:repeat(2,1fr);
      }
    }
    @media (max-width: 991.98px){
      .shell{padding-top:14px}
      .hero{padding:22px}
      .section-card,
      .footer-panel{padding:20px}
      .section-head{
        flex-direction:column;
        align-items:flex-start;
      }
      .section-rail{justify-content:flex-start}
      .pain-grid{
        grid-template-columns:1fr 1fr;
      }
      .stats-row{
        grid-template-columns:1fr 1fr;
      }
      .timeline-item{
        grid-template-columns:1fr;
      }
    }
    @media (max-width: 767.98px){
      .hero h1{font-size:2.05rem}
      .hero p,.section-title p,.cta-band p{font-size:.95rem}
      .pain-grid,
      .mini-grid,
      .stats-row{
        grid-template-columns:1fr;
      }
      .mini-card,
      .pain-card,
      .preview-card,
      .quote-card,
      .timeline-item{
        padding:16px;
      }
      .hero-actions,
      .cta-actions{
        gap:10px;
      }
      .btn-strong,.btn-soft{
        width:100%;
      }
      .search-box .input-group{
        flex-direction:column;
      }
      .search-box .btn{
        width:100%;
      }
      .accordion-button,
      .accordion-body{
        padding-left:16px;
        padding-right:16px;
      }
      .cta-band{padding:22px}
      .footer-meta{
        flex-direction:column;
        align-items:flex-start;
      }
    }
    @media (max-width: 519.98px){
      .topbar-mobile .brand-mini{
        gap:10px;
        font-size:.98rem;
      }
      .brand-mark{width:38px;height:38px;border-radius:13px}
      .hero{border-radius:24px}
      .hero h1{font-size:1.88rem}
      .section-card,
      .footer-panel,
      .cta-band,
      .solution-main,
      .hero-card{
        border-radius:22px;
      }
      .section-title h2{font-size:1.4rem}
      .timeline-date{font-size:.8rem}
      .footer-links{gap:8px}
      .footer-links a{padding:7px 10px}
    }

/* roulang page: category1 */
:root{
      --bg: #f5f1ea;
      --bg-soft: #fbf8f3;
      --surface: #ffffff;
      --surface-2: #f4efe7;
      --surface-3: #f8f5ef;
      --text: #1f2328;
      --muted: #66707a;
      --line: rgba(31,35,40,.10);
      --accent: #c93d33;
      --accent-2: #0e7c86;
      --accent-soft: rgba(201,61,51,.10);
      --accent-soft-2: rgba(14,124,134,.10);
      --shadow: 0 18px 45px rgba(31,35,40,.08);
      --shadow-sm: 0 8px 24px rgba(31,35,40,.07);
      --radius: 18px;
      --radius-lg: 26px;
      --nav-width: 278px;
      --content-max: 1220px;
      --transition: all .24s ease;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei",Arial,sans-serif;
      color:var(--text);
      background:
        radial-gradient(circle at top left, rgba(201,61,51,.08), transparent 30%),
        radial-gradient(circle at 82% 12%, rgba(14,124,134,.08), transparent 26%),
        linear-gradient(180deg, #faf6f0 0%, #f5f1ea 52%, #f6f2ec 100%);
      line-height:1.6;
      overflow-x:hidden;
    }
    a{color:inherit;text-decoration:none;transition:var(--transition)}
    a:hover{color:var(--accent)}
    img{max-width:100%;display:block}
    button,input,select,textarea{font:inherit}
    ::selection{background:rgba(201,61,51,.18);color:var(--text)}
    .focus-link:focus,.btn:focus,.form-control:focus,.form-select:focus,.nav-link:focus{
      box-shadow:0 0 0 .22rem rgba(201,61,51,.18) !important;
      outline:none;
    }

    .site-shell{
      display:grid;
      grid-template-columns: var(--nav-width) minmax(0,1fr);
      min-height:100vh;
    }

    .sidebar{
      position:sticky;
      top:0;
      height:100vh;
      padding:22px 16px 18px;
      border-right:1px solid var(--line);
      background:rgba(255,255,255,.58);
      backdrop-filter: blur(10px);
      display:flex;
      flex-direction:column;
      gap:18px;
      z-index:20;
    }
    .brand-card{
      background:linear-gradient(180deg, rgba(255,255,255,.88), rgba(255,255,255,.72));
      border:1px solid rgba(31,35,40,.08);
      box-shadow:var(--shadow-sm);
      border-radius:22px;
      padding:18px 16px 16px;
    }
    .brand-mark{
      width:52px;height:52px;
      border-radius:16px;
      background:linear-gradient(135deg, var(--accent), #e85f4d 52%, var(--accent-2));
      display:grid;
      place-items:center;
      color:#fff;
      font-weight:800;
      letter-spacing:.06em;
      margin-bottom:12px;
      box-shadow:0 14px 24px rgba(201,61,51,.18);
    }
    .brand-card h1{
      font-size:1.16rem;
      line-height:1.25;
      margin:0 0 8px;
      font-weight:800;
      letter-spacing:-.02em;
    }
    .brand-card p{
      margin:0;
      color:var(--muted);
      font-size:.92rem;
    }
    .side-group{
      display:flex;
      flex-direction:column;
      gap:10px;
      min-height:0;
    }
    .side-label{
      display:flex;
      align-items:center;
      justify-content:space-between;
      font-size:.82rem;
      color:var(--muted);
      padding:0 6px;
      text-transform:uppercase;
      letter-spacing:.08em;
    }
    .nav-vertical{
      display:flex;
      flex-direction:column;
      gap:10px;
    }
    .nav-vertical a{
      position:relative;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      padding:14px 14px 14px 15px;
      border-radius:18px;
      border:1px solid transparent;
      background:transparent;
      color:var(--text);
      transition:var(--transition);
    }
    .nav-vertical a .nav-label{
      display:flex;
      flex-direction:column;
      gap:2px;
      min-width:0;
    }
    .nav-vertical a strong{
      font-size:.98rem;
      font-weight:700;
      line-height:1.2;
    }
    .nav-vertical a small{
      color:var(--muted);
      font-size:.8rem;
      white-space:nowrap;
      overflow:hidden;
      text-overflow:ellipsis;
    }
    .nav-vertical a .nav-badge{
      flex:none;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-width:2.2rem;
      height:2.2rem;
      border-radius:999px;
      background:var(--surface-2);
      color:#454b52;
      font-size:.82rem;
      font-weight:700;
      border:1px solid rgba(31,35,40,.06);
    }
    .nav-vertical a:hover{
      transform:translateY(-1px);
      background:rgba(255,255,255,.72);
      border-color:rgba(31,35,40,.08);
      box-shadow:var(--shadow-sm);
    }
    .nav-vertical a.active{
      background:linear-gradient(135deg, rgba(201,61,51,.12), rgba(14,124,134,.10));
      border-color:rgba(201,61,51,.18);
      box-shadow:0 14px 28px rgba(31,35,40,.07);
    }
    .nav-vertical a.active .nav-badge{
      background:linear-gradient(135deg, var(--accent), #e85f4d);
      color:#fff;
      border-color:transparent;
    }
    .side-foot{
      margin-top:auto;
      padding:14px 4px 2px;
      color:var(--muted);
      font-size:.9rem;
    }
    .side-foot .chip-row{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      margin-top:10px;
    }
    .mini-chip{
      display:inline-flex;
      align-items:center;
      gap:6px;
      padding:8px 11px;
      border-radius:999px;
      border:1px solid rgba(31,35,40,.08);
      background:rgba(255,255,255,.7);
      color:#2f353c;
      font-size:.82rem;
      font-weight:600;
    }

    .main-wrap{
      min-width:0;
      display:flex;
      flex-direction:column;
    }
    .mobile-topbar{
      display:none;
      position:sticky;
      top:0;
      z-index:40;
      background:rgba(250,246,240,.86);
      backdrop-filter:blur(10px);
      border-bottom:1px solid var(--line);
      padding:12px 14px;
    }
    .mobile-topbar .topbar-inner{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
    }
    .mobile-brand{
      display:flex;
      align-items:center;
      gap:10px;
      min-width:0;
    }
    .mobile-brand .brand-mark{
      width:42px;height:42px;
      border-radius:14px;
      margin:0;
      font-size:.88rem;
    }
    .mobile-brand strong{
      display:block;
      font-size:1rem;
      line-height:1.2;
    }
    .mobile-brand span{
      display:block;
      color:var(--muted);
      font-size:.8rem;
    }
    .mobile-actions{
      display:flex;
      align-items:center;
      gap:8px;
    }

    .content{
      width:100%;
      max-width:var(--content-max);
      margin:0 auto;
      padding:28px 22px 40px;
    }

    .crumb-wrap{
      display:flex;
      flex-wrap:wrap;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      margin-bottom:18px;
    }
    .breadcrumb{
      margin:0;
      padding:0;
      background:transparent;
      font-size:.92rem;
    }
    .breadcrumb-item + .breadcrumb-item::before{
      color:rgba(102,112,122,.8);
    }
    .breadcrumb a{color:var(--muted)}
    .breadcrumb a:hover{color:var(--accent)}
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:8px 12px;
      border-radius:999px;
      background:rgba(201,61,51,.10);
      color:var(--accent);
      font-weight:700;
      font-size:.84rem;
      border:1px solid rgba(201,61,51,.14);
    }
    .eyebrow .dot{
      width:8px;height:8px;border-radius:50%;
      background:var(--accent);
      box-shadow:0 0 0 6px rgba(201,61,51,.12);
    }

    .section{
      margin-bottom:28px;
    }
    .section-head{
      display:flex;
      align-items:end;
      justify-content:space-between;
      gap:16px;
      margin-bottom:14px;
    }
    .section-head h2{
      margin:0;
      font-size:1.32rem;
      font-weight:800;
      letter-spacing:-.02em;
    }
    .section-head p{
      margin:0;
      color:var(--muted);
      font-size:.94rem;
      max-width:56ch;
    }

    .hero-card{
      position:relative;
      overflow:hidden;
      border:1px solid rgba(31,35,40,.08);
      border-radius:28px;
      box-shadow:var(--shadow);
      background:
        radial-gradient(circle at top right, rgba(14,124,134,.12), transparent 30%),
        radial-gradient(circle at 15% 10%, rgba(201,61,51,.12), transparent 26%),
        linear-gradient(180deg, rgba(255,255,255,.94), rgba(255,255,255,.78));
      padding:26px;
    }
    .hero-card::after{
      content:"";
      position:absolute;
      inset:auto -60px -56px auto;
      width:240px;height:240px;
      background:radial-gradient(circle, rgba(201,61,51,.10), transparent 68%);
      pointer-events:none;
    }
    .hero-grid{
      display:grid;
      grid-template-columns: minmax(0,1.1fr) minmax(320px,.9fr);
      gap:20px;
      align-items:stretch;
    }
    .hero-copy{
      display:flex;
      flex-direction:column;
      gap:14px;
      padding-right:10px;
    }
    .hero-copy h1{
      margin:0;
      font-size:clamp(2rem, 3.3vw, 3.55rem);
      line-height:1.06;
      letter-spacing:-.04em;
      font-weight:900;
      max-width:10.5ch;
    }
    .hero-copy .lead{
      font-size:1.02rem;
      color:#3b434c;
      max-width:62ch;
      margin:0;
    }
    .hero-badges{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
    }
    .tag{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:9px 13px;
      border-radius:999px;
      background:var(--surface);
      border:1px solid rgba(31,35,40,.08);
      box-shadow:0 6px 18px rgba(31,35,40,.05);
      color:#31363d;
      font-size:.88rem;
      font-weight:600;
    }
    .tag strong{font-weight:800}
    .tag.red{background:rgba(201,61,51,.08); border-color:rgba(201,61,51,.14); color:#9f2f28}
    .tag.teal{background:rgba(14,124,134,.08); border-color:rgba(14,124,134,.14); color:#0f666d}
    .tag.dark{background:#1f2328; color:#fff; border-color:#1f2328}

    .hero-actions{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:4px;
    }
    .btn-brand,.btn-ghost,.btn-outline-brand{
      border-radius:999px;
      padding:.86rem 1.18rem;
      font-weight:700;
      transition:var(--transition);
      border:1px solid transparent;
    }
    .btn-brand{
      background:linear-gradient(135deg, var(--accent), #e55b49);
      color:#fff;
      box-shadow:0 14px 24px rgba(201,61,51,.20);
    }
    .btn-brand:hover{
      color:#fff;
      transform:translateY(-1px);
      box-shadow:0 18px 28px rgba(201,61,51,.24);
    }
    .btn-outline-brand{
      background:transparent;
      border-color:rgba(201,61,51,.22);
      color:var(--accent);
    }
    .btn-outline-brand:hover{
      background:rgba(201,61,51,.08);
      color:var(--accent);
      transform:translateY(-1px);
    }
    .btn-ghost{
      background:rgba(255,255,255,.74);
      border-color:rgba(31,35,40,.08);
      color:#2f353c;
    }
    .btn-ghost:hover{
      background:#fff;
      transform:translateY(-1px);
      box-shadow:var(--shadow-sm);
    }

    .hero-visual{
      display:flex;
      flex-direction:column;
      gap:14px;
    }
    .promo-panel{
      position:relative;
      border-radius:24px;
      padding:18px;
      background:linear-gradient(160deg, #1f2328 0%, #2b3138 44%, #171a1f 100%);
      color:#fff;
      min-height:100%;
      overflow:hidden;
      box-shadow:var(--shadow);
      border:1px solid rgba(255,255,255,.06);
    }
    .promo-panel::before{
      content:"";
      position:absolute;
      inset:-40% -20% auto auto;
      width:220px;height:220px;
      background:radial-gradient(circle, rgba(201,61,51,.28), transparent 70%);
    }
    .promo-stamp{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:8px 12px;
      border-radius:999px;
      background:rgba(255,255,255,.10);
      border:1px solid rgba(255,255,255,.12);
      font-size:.84rem;
      font-weight:700;
      letter-spacing:.02em;
      margin-bottom:14px;
    }
    .promo-stamp .spark{
      width:8px;height:8px;border-radius:50%;
      background:#ffcf70;
      box-shadow:0 0 0 6px rgba(255,207,112,.12);
    }
    .promo-panel h3{
      margin:0 0 10px;
      font-size:1.35rem;
      line-height:1.18;
      font-weight:800;
      max-width:14ch;
    }
    .promo-panel p{
      margin:0 0 16px;
      color:rgba(255,255,255,.76);
      font-size:.94rem;
    }
    .promo-metrics{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:10px;
      margin-bottom:14px;
    }
    .metric{
      border-radius:18px;
      padding:12px 10px;
      background:rgba(255,255,255,.07);
      border:1px solid rgba(255,255,255,.09);
      text-align:center;
    }
    .metric strong{
      display:block;
      font-size:1.18rem;
      font-weight:900;
      letter-spacing:-.02em;
    }
    .metric span{
      display:block;
      color:rgba(255,255,255,.72);
      font-size:.78rem;
      margin-top:2px;
    }
    .promo-tags{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
    }
    .promo-tags .tag{
      background:rgba(255,255,255,.09);
      color:#fff;
      border-color:rgba(255,255,255,.1);
      box-shadow:none;
    }

    .mini-panel{
      border-radius:22px;
      padding:16px;
      background:rgba(255,255,255,.76);
      border:1px solid rgba(31,35,40,.08);
      box-shadow:var(--shadow-sm);
    }
    .mini-panel .mini-title{
      display:flex;
      align-items:center;
      justify-content:space-between;
      margin-bottom:12px;
    }
    .mini-title h4{
      margin:0;
      font-size:1rem;
      font-weight:800;
    }
    .mini-title span{
      color:var(--muted);
      font-size:.84rem;
    }
    .mini-list{
      display:flex;
      flex-direction:column;
      gap:10px;
      margin:0;
      padding:0;
      list-style:none;
    }
    .mini-list li{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:10px;
      padding:12px 12px;
      border-radius:16px;
      background:var(--surface-3);
      border:1px solid rgba(31,35,40,.06);
    }
    .mini-list strong{
      font-size:.93rem;
      display:block;
    }
    .mini-list small{
      color:var(--muted);
      font-size:.8rem;
      display:block;
    }
    .mini-list .pill{
      flex:none;
      padding:6px 10px;
      border-radius:999px;
      background:rgba(14,124,134,.10);
      color:var(--accent-2);
      font-size:.78rem;
      font-weight:700;
    }

    .panel-grid{
      display:grid;
      gap:18px;
    }
    .pain-grid{
      grid-template-columns:repeat(4,minmax(0,1fr));
    }
    .info-card{
      border-radius:22px;
      background:var(--surface);
      border:1px solid rgba(31,35,40,.08);
      box-shadow:var(--shadow-sm);
      padding:18px 16px;
      height:100%;
      transition:var(--transition);
    }
    .info-card:hover{
      transform:translateY(-2px);
      box-shadow:var(--shadow);
      border-color:rgba(201,61,51,.14);
    }
    .info-icon{
      width:44px;height:44px;
      border-radius:15px;
      display:grid;
      place-items:center;
      background:linear-gradient(135deg, rgba(201,61,51,.14), rgba(14,124,134,.12));
      color:var(--accent);
      font-weight:900;
      margin-bottom:12px;
    }
    .info-card h3{
      margin:0 0 8px;
      font-size:1.02rem;
      font-weight:800;
    }
    .info-card p{
      margin:0;
      color:var(--muted);
      font-size:.94rem;
    }

    .solution-grid{
      grid-template-columns:1.35fr .85fr .85fr;
      align-items:stretch;
    }
    .solution-main{
      border-radius:26px;
      background:
        linear-gradient(135deg, rgba(255,255,255,.92), rgba(255,255,255,.76)),
        radial-gradient(circle at 18% 10%, rgba(201,61,51,.08), transparent 24%);
      border:1px solid rgba(31,35,40,.08);
      box-shadow:var(--shadow);
      padding:22px;
      min-height:100%;
    }
    .solution-main h3{
      margin:0 0 10px;
      font-size:1.28rem;
      font-weight:900;
    }
    .solution-main p{
      margin:0 0 16px;
      color:var(--muted);
      font-size:.96rem;
    }
    .check-list{
      display:grid;
      gap:10px;
      margin:0;
      padding:0;
      list-style:none;
    }
    .check-list li{
      display:flex;
      gap:10px;
      align-items:flex-start;
      padding:11px 12px;
      border-radius:16px;
      background:var(--surface-3);
      border:1px solid rgba(31,35,40,.06);
    }
    .check-dot{
      width:24px;height:24px;
      border-radius:50%;
      background:rgba(201,61,51,.12);
      color:var(--accent);
      display:grid;
      place-items:center;
      flex:none;
      font-size:.78rem;
      font-weight:900;
      margin-top:1px;
    }
    .check-list strong{
      display:block;
      margin-bottom:2px;
      font-size:.94rem;
    }
    .check-list span{
      color:var(--muted);
      font-size:.88rem;
    }
    .solution-side{
      display:grid;
      gap:14px;
    }
    .side-tile{
      border-radius:22px;
      padding:18px;
      background:var(--surface);
      border:1px solid rgba(31,35,40,.08);
      box-shadow:var(--shadow-sm);
    }
    .side-tile .icon-line{
      display:flex;
      align-items:center;
      gap:10px;
      margin-bottom:10px;
    }
    .side-tile .icon-line .icon{
      width:38px;height:38px;border-radius:14px;
      display:grid;place-items:center;
      background:rgba(14,124,134,.10);
      color:var(--accent-2);
      font-weight:900;
    }
    .side-tile h4{
      margin:0;
      font-size:1rem;
      font-weight:800;
    }
    .side-tile p{
      margin:0;
      color:var(--muted);
      font-size:.92rem;
    }

    .results-band{
      border-radius:28px;
      background:linear-gradient(135deg, #1f2328, #2c3239 46%, #171a1f);
      color:#fff;
      border:1px solid rgba(255,255,255,.05);
      box-shadow:var(--shadow);
      padding:22px;
    }
    .results-grid{
      display:grid;
      grid-template-columns:repeat(3,minmax(0,1fr));
      gap:14px;
      margin-top:14px;
    }
    .result-box{
      border-radius:20px;
      padding:18px;
      background:rgba(255,255,255,.08);
      border:1px solid rgba(255,255,255,.08);
    }
    .result-box strong{
      display:block;
      font-size:1.5rem;
      line-height:1;
      margin-bottom:8px;
      font-weight:900;
    }
    .result-box span{
      display:block;
      color:rgba(255,255,255,.74);
      font-size:.9rem;
    }
    .quote-row{
      display:grid;
      grid-template-columns:repeat(3,minmax(0,1fr));
      gap:14px;
      margin-top:14px;
    }
    .quote-card{
      border-radius:22px;
      background:rgba(255,255,255,.76);
      border:1px solid rgba(31,35,40,.08);
      box-shadow:var(--shadow-sm);
      padding:18px;
      display:flex;
      flex-direction:column;
      gap:12px;
      height:100%;
    }
    .quote-head{
      display:flex;
      align-items:center;
      gap:12px;
    }
    .avatar{
      width:42px;height:42px;border-radius:50%;
      display:grid;place-items:center;
      background:linear-gradient(135deg, rgba(201,61,51,.18), rgba(14,124,134,.14));
      color:#8d362d;
      font-weight:800;
      flex:none;
    }
    .quote-head strong{display:block;font-size:.96rem}
    .quote-head span{display:block;color:var(--muted);font-size:.8rem}
    .quote-card p{
      margin:0;
      color:#394049;
      font-size:.95rem;
    }
    .quote-tags{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      margin-top:auto;
    }

    .tools-bar{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      align-items:center;
      justify-content:space-between;
      margin-bottom:14px;
    }
    .search-box{
      flex:1 1 320px;
      display:flex;
      gap:10px;
      align-items:center;
      background:rgba(255,255,255,.8);
      border:1px solid rgba(31,35,40,.08);
      border-radius:18px;
      padding:10px 12px;
      box-shadow:var(--shadow-sm);
    }
    .search-box input{
      border:none;
      background:transparent;
      width:100%;
      outline:none;
      color:var(--text);
    }
    .search-box input::placeholder{color:#8b949e}
    .switches{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      align-items:center;
    }
    .sort-pill{
      border-radius:999px;
      border:1px solid rgba(31,35,40,.08);
      background:rgba(255,255,255,.82);
      color:#2d333a;
      padding:9px 12px;
      font-size:.85rem;
      font-weight:700;
      box-shadow:0 5px 14px rgba(31,35,40,.04);
    }
    .sort-pill.active{
      background:rgba(201,61,51,.10);
      border-color:rgba(201,61,51,.16);
      color:var(--accent);
    }

    .filter-chip-row{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-bottom:16px;
    }
    .filter-chip{
      padding:9px 12px;
      border-radius:999px;
      border:1px solid rgba(31,35,40,.08);
      background:rgba(255,255,255,.8);
      color:#30363d;
      font-size:.86rem;
      font-weight:700;
    }
    .filter-chip.active{
      background:rgba(14,124,134,.10);
      color:var(--accent-2);
      border-color:rgba(14,124,134,.15);
    }

    .entry-grid{
      display:grid;
      grid-template-columns:repeat(3,minmax(0,1fr));
      gap:16px;
    }
    .entry-card{
      position:relative;
      border-radius:22px;
      background:rgba(255,255,255,.84);
      border:1px solid rgba(31,35,40,.08);
      box-shadow:var(--shadow-sm);
      padding:18px;
      overflow:hidden;
      transition:var(--transition);
      height:100%;
      display:flex;
      flex-direction:column;
      gap:14px;
    }
    .entry-card:hover{
      transform:translateY(-3px);
      border-color:rgba(201,61,51,.14);
      box-shadow:var(--shadow);
    }
    .entry-top{
      display:flex;
      align-items:flex-start;
      justify-content:space-between;
      gap:12px;
    }
    .entry-top h3{
      margin:0;
      font-size:1.02rem;
      line-height:1.35;
      font-weight:800;
      max-width:16ch;
    }
    .hot{
      display:inline-flex;
      align-items:center;
      gap:6px;
      padding:8px 10px;
      border-radius:999px;
      background:rgba(201,61,51,.10);
      color:var(--accent);
      font-size:.8rem;
      font-weight:800;
      flex:none;
    }
    .entry-card p{
      margin:0;
      color:var(--muted);
      font-size:.94rem;
      min-height:4.2em;
    }
    .entry-meta{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      margin-top:auto;
    }
    .entry-meta .badge{
      border-radius:999px;
      padding:7px 10px;
      font-weight:700;
      letter-spacing:.01em;
    }
    .badge-soft-red{
      background:rgba(201,61,51,.10);
      color:var(--accent);
      border:1px solid rgba(201,61,51,.10);
    }
    .badge-soft-teal{
      background:rgba(14,124,134,.10);
      color:var(--accent-2);
      border:1px solid rgba(14,124,134,.10);
    }
    .badge-soft-dark{
      background:rgba(31,35,40,.06);
      color:#394049;
      border:1px solid rgba(31,35,40,.06);
    }
    .entry-foot{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:10px;
      color:var(--muted);
      font-size:.84rem;
      padding-top:4px;
      border-top:1px dashed rgba(31,35,40,.10);
    }
    .entry-foot a{
      color:var(--accent);
      font-weight:700;
    }

    .sidebar-stack{
      display:grid;
      gap:16px;
    }
    .side-box{
      border-radius:22px;
      background:rgba(255,255,255,.8);
      border:1px solid rgba(31,35,40,.08);
      box-shadow:var(--shadow-sm);
      padding:18px;
    }
    .side-box h3{
      margin:0 0 12px;
      font-size:1rem;
      font-weight:800;
    }
    .tag-cloud{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
    }
    .tag-cloud a{
      padding:9px 12px;
      border-radius:999px;
      background:var(--surface-3);
      border:1px solid rgba(31,35,40,.06);
      color:#30363d;
      font-size:.86rem;
      font-weight:700;
    }
    .tag-cloud a:hover{
      background:rgba(201,61,51,.08);
      color:var(--accent);
    }
    .quick-list{
      display:grid;
      gap:10px;
      margin:0;
      padding:0;
      list-style:none;
    }
    .quick-list li a{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:10px;
      padding:12px 12px;
      border-radius:16px;
      background:var(--surface-3);
      border:1px solid rgba(31,35,40,.06);
      color:#31363d;
      font-weight:700;
    }
    .quick-list li a span{
      color:var(--muted);
      font-size:.84rem;
      font-weight:600;
    }

    .accordion-shell{
      border-radius:24px;
      background:rgba(255,255,255,.8);
      border:1px solid rgba(31,35,40,.08);
      box-shadow:var(--shadow-sm);
      padding:6px;
    }
    .accordion-item{
      border:0;
      background:transparent;
    }
    .accordion-item + .accordion-item{
      margin-top:10px;
    }
    .accordion-button{
      border-radius:18px !important;
      background:#fff;
      font-weight:800;
      color:var(--text);
      box-shadow:none !important;
      border:1px solid rgba(31,35,40,.08) !important;
      padding:16px 18px;
    }
    .accordion-button:not(.collapsed){
      color:var(--accent);
      background:rgba(201,61,51,.06);
      border-color:rgba(201,61,51,.12) !important;
    }
    .accordion-button::after{
      background-size:1rem;
      filter: saturate(0.7) contrast(0.9);
    }
    .accordion-body{
      color:#3b434c;
      font-size:.95rem;
      padding:14px 18px 18px;
    }

    .cta-banner{
      border-radius:28px;
      padding:26px;
      background:linear-gradient(135deg, rgba(201,61,51,.96), rgba(229,91,73,.92) 48%, rgba(26,31,36,.98));
      color:#fff;
      box-shadow:var(--shadow);
      position:relative;
      overflow:hidden;
      border:1px solid rgba(255,255,255,.06);
    }
    .cta-banner::before{
      content:"";
      position:absolute;
      inset:auto -70px -60px auto;
      width:250px;height:250px;
      background:radial-gradient(circle, rgba(255,255,255,.12), transparent 70%);
    }
    .cta-banner .cta-inner{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:18px;
      flex-wrap:wrap;
      position:relative;
      z-index:1;
    }
    .cta-banner h2{
      margin:0 0 8px;
      font-size:1.5rem;
      font-weight:900;
      letter-spacing:-.02em;
    }
    .cta-banner p{
      margin:0;
      color:rgba(255,255,255,.84);
      max-width:62ch;
    }
    .cta-actions{
      display:flex;
      gap:10px;
      flex-wrap:wrap;
    }
    .cta-actions .btn{
      border-radius:999px;
      padding:.86rem 1.1rem;
      font-weight:800;
    }
    .btn-light-soft{
      background:#fff;
      color:#1f2328;
      border:1px solid rgba(255,255,255,.10);
    }
    .btn-light-soft:hover{background:#f7f7f7;color:#1f2328}
    .btn-dark-soft{
      background:rgba(31,35,40,.16);
      color:#fff;
      border:1px solid rgba(255,255,255,.12);
    }
    .btn-dark-soft:hover{
      background:rgba(31,35,40,.28);
      color:#fff;
    }

    .footer{
      margin-top:8px;
      padding-top:10px;
    }
    .footer-panel{
      background:rgba(255,255,255,.72);
      border-top:1px solid rgba(31,35,40,.08);
      box-shadow:0 -8px 28px rgba(31,35,40,.03);
      border-radius:24px 24px 0 0;
      padding:22px 20px 16px;
    }
    .footer-top{
      display:flex;
      justify-content:space-between;
      gap:18px;
      align-items:flex-start;
      flex-wrap:wrap;
    }
    .footer-brand{
      max-width:56ch;
    }
    .footer-brand h2{
      margin:0 0 8px;
      font-size:1.15rem;
      font-weight:900;
    }
    .footer-brand p{
      margin:0;
      color:var(--muted);
      font-size:.92rem;
    }
    .footer-links{
      display:flex;
      flex-wrap:wrap;
      gap:10px 14px;
      align-items:center;
    }
    .footer-links a{
      padding:9px 12px;
      border-radius:999px;
      background:var(--surface-3);
      border:1px solid rgba(31,35,40,.06);
      color:#2f353c;
      font-weight:700;
      font-size:.88rem;
    }
    .footer-links a:hover{
      background:rgba(201,61,51,.08);
      color:var(--accent);
    }
    .footer-meta{
      margin-top:16px;
      padding-top:14px;
      border-top:1px solid rgba(31,35,40,.08);
      display:flex;
      flex-wrap:wrap;
      align-items:center;
      justify-content:space-between;
      gap:10px;
      color:var(--muted);
      font-size:.88rem;
    }
    .footer-meta .back-top{
      padding:8px 12px;
      border-radius:999px;
      background:rgba(31,35,40,.04);
      border:1px solid rgba(31,35,40,.06);
      color:#2f353c;
      font-weight:700;
    }
    .footer-meta .back-top:hover{
      background:rgba(201,61,51,.08);
      color:var(--accent);
    }

    .offcanvas{
      background:#faf6f0;
      border-right:1px solid rgba(31,35,40,.08);
    }
    .offcanvas .btn-close{
      box-shadow:none;
    }
    .offcanvas .nav-vertical a{
      background:rgba(255,255,255,.7);
    }
    .offcanvas-body{
      padding-top:0;
    }

    .card-soft{
      background:rgba(255,255,255,.8);
      border:1px solid rgba(31,35,40,.08);
      border-radius:22px;
      box-shadow:var(--shadow-sm);
    }

    @media (max-width: 1199.98px){
      .site-shell{grid-template-columns: 1fr}
      .sidebar{display:none}
      .mobile-topbar{display:block}
      .content{padding-top:18px}
      .hero-grid{grid-template-columns:1fr}
      .pain-grid,.solution-grid,.entry-grid,.quote-row,.results-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
      .solution-side{grid-template-columns:repeat(2,minmax(0,1fr))}
    }
    @media (max-width: 991.98px){
      .hero-copy h1{max-width:none}
      .hero-card{padding:20px}
      .section-head{flex-direction:column;align-items:flex-start}
      .tools-bar{align-items:stretch}
      .search-box{flex:1 1 100%}
      .switches{width:100%}
      .pain-grid,.solution-grid,.entry-grid,.quote-row,.results-grid,.solution-side{grid-template-columns:1fr}
      .hero-copy{padding-right:0}
      .content{padding-left:14px;padding-right:14px}
    }
    @media (max-width: 575.98px){
      .hero-copy h1{font-size:2rem}
      .hero-copy .lead,.section-head p,.footer-brand p,.entry-card p,.info-card p,.quote-card p{font-size:.92rem}
      .hero-card,.results-band,.cta-banner,.footer-panel{border-radius:22px}
      .promo-metrics{grid-template-columns:1fr}
      .mobile-topbar{padding:10px 12px}
      .cta-banner .cta-inner{align-items:flex-start}
      .cta-actions,.hero-actions{width:100%}
      .cta-actions .btn,.hero-actions .btn{width:100%}
    }
