/* roulang page: index */
:root{
      --ink:#1f2723;
      --ink-2:#303a35;
      --muted:#69746e;
      --soft:#f6f3ed;
      --soft-2:#ebe6dc;
      --card:#ffffff;
      --sage:#8fb7a2;
      --sage-dark:#527a66;
      --coral:#ff765f;
      --amber:#f3b44d;
      --line:rgba(31,39,35,.12);
      --shadow:0 18px 45px rgba(31,39,35,.10);
      --shadow-sm:0 10px 28px rgba(31,39,35,.08);
      --radius:20px;
      --radius-lg:30px;
      --nav-h:72px;
      --ease:all .22s ease;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei",Arial,sans-serif;
      color:var(--ink);
      background:
        radial-gradient(circle at 15% 6%, rgba(143,183,162,.25), transparent 34%),
        radial-gradient(circle at 85% 10%, rgba(255,118,95,.13), transparent 30%),
        linear-gradient(180deg,#fbf8f1 0%,#f5f1e9 42%,#ffffff 100%);
      line-height:1.75;
      padding-bottom:86px;
      overflow-x:hidden;
    }
    a{color:inherit;text-decoration:none;transition:var(--ease)}
    img{max-width:100%;display:block}
    button,input{font:inherit}
    ::selection{background:rgba(255,118,95,.22)}
    .container-xl{max-width:1180px}
    .section{
      padding:82px 0;
      position:relative;
    }
    .section-tight{padding:56px 0}
    .section-head{
      display:flex;
      align-items:flex-end;
      justify-content:space-between;
      gap:24px;
      margin-bottom:30px;
    }
    .section-kicker{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:8px 13px;
      border-radius:999px;
      background:rgba(143,183,162,.18);
      color:var(--sage-dark);
      font-size:14px;
      font-weight:800;
      margin-bottom:12px;
    }
    .section-title{
      font-size:clamp(28px,3vw,44px);
      line-height:1.18;
      margin:0;
      letter-spacing:-.03em;
      font-weight:900;
    }
    .section-desc{
      max-width:650px;
      color:var(--muted);
      margin:10px 0 0;
      font-size:16px;
    }
    .site-header{
      position:fixed;
      top:18px;
      left:0;
      right:0;
      z-index:1040;
      pointer-events:none;
    }
    .pill-nav{
      pointer-events:auto;
      max-width:900px;
      margin:0 auto;
      padding:9px;
      border:1px solid rgba(31,39,35,.12);
      border-radius:999px;
      background:rgba(255,255,255,.82);
      backdrop-filter:blur(18px);
      box-shadow:0 18px 50px rgba(31,39,35,.12);
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
    }
    .brand-logo{
      display:flex;
      align-items:center;
      gap:10px;
      padding:8px 15px 8px 10px;
      border-radius:999px;
      font-weight:900;
      white-space:nowrap;
      letter-spacing:-.02em;
    }
    .brand-mark{
      width:36px;height:36px;border-radius:50%;
      background:linear-gradient(135deg,var(--ink),var(--sage-dark));
      color:#fff;
      display:grid;
      place-items:center;
      font-weight:900;
      box-shadow:inset 0 -8px 18px rgba(255,255,255,.12);
    }
    .nav-links{
      display:flex;
      align-items:center;
      gap:4px;
      overflow-x:auto;
      scrollbar-width:none;
    }
    .nav-links::-webkit-scrollbar{display:none}
    .nav-link-custom{
      padding:10px 16px;
      border-radius:999px;
      color:var(--muted);
      font-weight:800;
      font-size:14px;
      white-space:nowrap;
    }
    .nav-link-custom:hover,.nav-link-custom.active{
      color:var(--ink);
      background:var(--soft-2);
    }
    .nav-cta{
      padding:10px 18px;
      border-radius:999px;
      background:var(--ink);
      color:#fff;
      font-weight:900;
      white-space:nowrap;
      box-shadow:0 12px 22px rgba(31,39,35,.16);
    }
    .nav-cta:hover{transform:translateY(-1px);background:#101512;color:#fff}
    .hero{
      min-height:760px;
      padding:128px 0 72px;
      display:flex;
      align-items:center;
      color:#fff;
      overflow:hidden;
      background:
        linear-gradient(110deg, rgba(31,39,35,.96) 0%, rgba(31,39,35,.84) 48%, rgba(31,39,35,.52) 100%),
        radial-gradient(circle at 75% 16%, rgba(255,118,95,.65), transparent 26%),
        linear-gradient(135deg,#24322b,#526b5e);
      clip-path:polygon(0 0,100% 0,100% 88%,0 100%);
    }
    .hero::before{
      content:"";
      position:absolute;
      inset:0;
      background-image:
        linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
      background-size:46px 46px;
      mask-image:linear-gradient(90deg,#000,transparent 80%);
      opacity:.55;
    }
    .hero-inner{position:relative;z-index:2}
    .campaign-strip{
      display:flex;
      flex-wrap:wrap;
      align-items:center;
      gap:10px;
      padding:10px;
      width:max-content;
      max-width:100%;
      border-radius:999px;
      background:rgba(255,255,255,.12);
      border:1px solid rgba(255,255,255,.18);
      backdrop-filter:blur(12px);
      margin-bottom:26px;
    }
    .campaign-badge{
      background:var(--coral);
      color:#fff;
      font-weight:900;
      padding:8px 13px;
      border-radius:999px;
      font-size:14px;
    }
    .countdown{
      display:flex;
      gap:8px;
      align-items:center;
      color:rgba(255,255,255,.88);
      font-weight:800;
      font-size:14px;
    }
    .time-cell{
      min-width:36px;
      text-align:center;
      padding:6px 8px;
      border-radius:10px;
      background:rgba(255,255,255,.16);
      color:#fff;
    }
    .hero-title{
      font-size:clamp(44px,7vw,84px);
      line-height:.98;
      font-weight:950;
      letter-spacing:-.065em;
      margin:0 0 24px;
      max-width:950px;
    }
    .hero-lead{
      max-width:760px;
      color:rgba(255,255,255,.82);
      font-size:clamp(17px,2vw,21px);
      margin:0 0 28px;
    }
    .hero-actions{
      display:flex;
      flex-wrap:wrap;
      gap:14px;
      margin:28px 0 30px;
    }
    .btn-main,.btn-ghost,.btn-soft{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:9px;
      border-radius:17px;
      padding:14px 22px;
      font-weight:900;
      border:1px solid transparent;
      transition:var(--ease);
      min-height:54px;
    }
    .btn-main{
      background:var(--coral);
      color:#fff;
      box-shadow:0 16px 36px rgba(255,118,95,.28);
    }
    .btn-main:hover{transform:translateY(-2px);background:#ff6045;color:#fff}
    .btn-ghost{
      background:rgba(255,255,255,.12);
      color:#fff;
      border-color:rgba(255,255,255,.22);
    }
    .btn-ghost:hover{background:rgba(255,255,255,.18);color:#fff;transform:translateY(-2px)}
    .btn-soft{
      background:#fff;
      color:var(--ink);
      border-color:var(--line);
    }
    .btn-soft:hover{transform:translateY(-2px);box-shadow:var(--shadow-sm)}
    .hero-data{
      display:grid;
      grid-template-columns:repeat(3,minmax(0,1fr));
      gap:14px;
      max-width:860px;
    }
    .data-tile{
      padding:18px;
      border-radius:22px;
      background:rgba(255,255,255,.10);
      border:1px solid rgba(255,255,255,.16);
      backdrop-filter:blur(12px);
    }
    .data-tile strong{display:block;font-size:26px;line-height:1;color:#fff;margin-bottom:8px}
    .data-tile span{font-size:14px;color:rgba(255,255,255,.75)}
    .trust-row{
      margin-top:-62px;
      position:relative;
      z-index:5;
    }
    .trust-card{
      background:#fff;
      border:1px solid var(--line);
      border-radius:var(--radius-lg);
      box-shadow:var(--shadow);
      padding:18px;
      display:flex;
      gap:12px;
      align-items:center;
      overflow-x:auto;
    }
    .trust-badge{
      flex:0 0 auto;
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:11px 15px;
      border-radius:999px;
      background:var(--soft);
      border:1px solid var(--line);
      font-weight:850;
      color:var(--ink-2);
      white-space:nowrap;
    }
    .trust-dot{
      width:9px;height:9px;border-radius:50%;background:var(--sage);
      box-shadow:0 0 0 5px rgba(143,183,162,.16);
    }
    .band{
      background:linear-gradient(180deg,#fff 0%,#f9f6ef 100%);
      border-top:1px solid var(--line);
      border-bottom:1px solid var(--line);
    }
    .directory-wrap{
      display:grid;
      grid-template-columns:1.1fr .9fr;
      gap:22px;
      align-items:stretch;
    }
    .directory-panel,.rec-card,.info-card,.share-card,.benefit-card,.level-card,.quote-card,.faq-card,.timeline-panel{
      background:var(--card);
      border:1px solid var(--line);
      border-radius:var(--radius-lg);
      box-shadow:var(--shadow-sm);
      transition:var(--ease);
    }
    .directory-panel:hover,.rec-card:hover,.benefit-card:hover,.level-card:hover,.quote-card:hover{
      transform:translateY(-3px);
      box-shadow:var(--shadow);
    }
    .directory-panel{padding:28px}
    .directory-list{display:grid;gap:12px;margin:22px 0 0;padding:0;list-style:none}
    .directory-item{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
      padding:16px;
      border-radius:18px;
      background:var(--soft);
      border:1px solid transparent;
    }
    .directory-item:hover{border-color:rgba(82,122,102,.25);background:#fff}
    .directory-item b{display:block;font-size:17px;margin-bottom:4px}
    .directory-item span{color:var(--muted);font-size:14px}
    .mini-tag{
      display:inline-flex;
      align-items:center;
      padding:6px 10px;
      border-radius:999px;
      background:rgba(255,118,95,.12);
      color:#c94f3d;
      font-weight:900;
      font-size:13px;
      white-space:nowrap;
    }
    .matrix{
      padding:24px;
      border-radius:var(--radius-lg);
      background:var(--ink);
      color:#fff;
      position:relative;
      overflow:hidden;
    }
    .matrix::after{
      content:"";
      position:absolute;
      width:220px;height:220px;border-radius:50%;
      right:-80px;top:-70px;
      background:rgba(255,118,95,.22);
    }
    .matrix-grid{
      position:relative;z-index:1;
      display:grid;
      grid-template-columns:repeat(2,minmax(0,1fr));
      gap:12px;
      margin-top:22px;
    }
    .matrix-cell{
      padding:18px;
      border-radius:20px;
      background:rgba(255,255,255,.10);
      border:1px solid rgba(255,255,255,.12);
    }
    .matrix-cell strong{display:block;font-size:24px}
    .matrix-cell span{color:rgba(255,255,255,.72);font-size:14px}
    .compare-card{
      background:#fff;
      border:1px solid var(--line);
      border-radius:var(--radius-lg);
      box-shadow:var(--shadow);
      overflow:hidden;
    }
    .compare-table{
      margin:0;
      min-width:760px;
    }
    .compare-table th{
      background:#f7f3ea;
      padding:20px;
      font-size:15px;
      color:var(--ink);
      border-color:var(--line);
    }
    .compare-table td{
      padding:18px 20px;
      border-color:var(--line);
      color:var(--muted);
      vertical-align:middle;
    }
    .compare-table td:first-child{
      color:var(--ink);
      font-weight:900;
    }
    .check{
      display:inline-flex;
      align-items:center;
      gap:8px;
      color:var(--sage-dark);
      font-weight:900;
    }
    .levels{
      display:grid;
      grid-template-columns:.9fr 1.2fr .9fr;
      gap:18px;
      align-items:center;
    }
    .level-card{
      padding:25px;
      min-height:300px;
    }
    .level-card.featured{
      background:linear-gradient(160deg,var(--ink),#3f574d);
      color:#fff;
      transform:translateY(-18px);
    }
    .level-card.featured:hover{transform:translateY(-22px)}
    .level-card h3{font-size:24px;font-weight:950;margin:12px 0 8px}
    .level-card p{color:var(--muted);margin-bottom:18px}
    .level-card.featured p{color:rgba(255,255,255,.74)}
    .level-points{padding:0;margin:0 0 20px;list-style:none;display:grid;gap:10px}
    .level-points li{display:flex;gap:9px;align-items:flex-start;color:var(--ink-2)}
    .featured .level-points li{color:rgba(255,255,255,.86)}
    .preview-board{
      display:grid;
      grid-template-columns:1fr 1fr 1fr;
      gap:16px;
    }
    .preview-card{
      min-height:210px;
      padding:20px;
      border-radius:24px;
      background:#fff;
      border:1px solid var(--line);
      box-shadow:var(--shadow-sm);
      position:relative;
      overflow:hidden;
    }
    .preview-card.wide{grid-column:span 2;background:linear-gradient(135deg,#fff,#f2eee4)}
    .preview-bars{display:grid;gap:10px;margin-top:18px}
    .bar{
      height:12px;border-radius:999px;background:var(--soft-2);overflow:hidden;
    }
    .bar i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--sage),var(--coral))}
    .rec-grid{
      display:grid;
      grid-template-columns:1.15fr .85fr;
      gap:18px;
    }
    .rec-card{padding:24px}
    .rec-list{display:grid;gap:14px;margin-top:16px}
    .rec-item{
      display:flex;
      gap:14px;
      padding:14px;
      border-radius:18px;
      background:var(--soft);
      align-items:center;
    }
    .rec-index{
      width:36px;height:36px;border-radius:14px;
      background:#fff;color:var(--coral);
      display:grid;place-items:center;
      font-weight:950;
      border:1px solid var(--line);
    }
    .news-layout{
      display:grid;
      grid-template-columns:1.35fr .65fr;
      gap:22px;
    }
    .news-list{
      background:#fff;
      border:1px solid var(--line);
      border-radius:var(--radius-lg);
      box-shadow:var(--shadow-sm);
      padding:12px;
    }
    .news-link{
      display:grid;
      grid-template-columns:110px 1fr auto;
      gap:18px;
      align-items:center;
      padding:18px;
      border-radius:20px;
    }
    .news-link:hover{background:var(--soft)}
    .news-date{
      color:var(--sage-dark);
      font-weight:950;
      font-size:14px;
    }
    .news-link h3{
      font-size:18px;
      margin:0 0 4px;
      font-weight:900;
    }
    .news-link p{margin:0;color:var(--muted);font-size:14px}
    .side-note{
      padding:24px;
      border-radius:var(--radius-lg);
      background:var(--ink);
      color:#fff;
      min-height:100%;
    }
    .side-note p{color:rgba(255,255,255,.72)}
    .campaign-zone{
      border-radius:34px;
      background:
        linear-gradient(120deg,rgba(255,118,95,.92),rgba(243,180,77,.88)),
        linear-gradient(120deg,#ff765f,#f3b44d);
      padding:34px;
      color:#fff;
      overflow:hidden;
      position:relative;
    }
    .campaign-zone::after{
      content:"";
      position:absolute;
      right:-60px;bottom:-80px;
      width:240px;height:240px;border-radius:50%;
      background:rgba(255,255,255,.22);
    }
    .campaign-grid{
      position:relative;z-index:1;
      display:grid;
      grid-template-columns:1fr 1fr 1fr;
      gap:14px;
      margin-top:22px;
    }
    .campaign-mini{
      padding:20px;
      border-radius:22px;
      background:rgba(255,255,255,.16);
      border:1px solid rgba(255,255,255,.22);
      backdrop-filter:blur(10px);
    }
    .timeline-panel{padding:30px}
    .timeline{
      list-style:none;padding:0;margin:0;
      display:grid;gap:18px;
      position:relative;
    }
    .timeline li{
      display:grid;
      grid-template-columns:120px 1fr;
      gap:18px;
      padding-bottom:18px;
      border-bottom:1px solid var(--line);
    }
    .timeline li:last-child{border-bottom:0;padding-bottom:0}
    .timeline-time{
      font-weight:950;color:var(--sage-dark);
    }
    .timeline h3{font-size:18px;font-weight:900;margin:0 0 4px}
    .timeline p{margin:0;color:var(--muted)}
    .quote-wall{
      display:grid;
      grid-template-columns:1fr 1fr 1fr;
      gap:16px;
    }
    .quote-card{
      padding:22px;
      border-radius:26px;
    }
    .avatar{
      width:42px;height:42px;border-radius:50%;
      background:linear-gradient(135deg,var(--sage),var(--amber));
      display:grid;place-items:center;
      color:#fff;font-weight:950;
      margin-bottom:14px;
    }
    .quote-card p{color:var(--ink-2);margin:0 0 14px}
    .quote-card span{color:var(--muted);font-size:14px}
    .share-card{
      padding:30px;
      display:grid;
      grid-template-columns:1fr auto;
      gap:24px;
      align-items:center;
      background:linear-gradient(135deg,#fff,#f8f2e8);
    }
    .share-actions{display:flex;gap:12px;flex-wrap:wrap}
    .faq-card{padding:12px}
    .accordion-item{
      border:0;
      border-bottom:1px solid var(--line);
      background:transparent;
    }
    .accordion-item:last-child{border-bottom:0}
    .accordion-button{
      padding:20px;
      font-weight:950;
      color:var(--ink);
      background:transparent;
      box-shadow:none!important;
      border-radius:18px!important;
    }
    .accordion-button:not(.collapsed){
      color:var(--sage-dark);
      background:var(--soft);
    }
    .accordion-button:focus{box-shadow:0 0 0 4px rgba(143,183,162,.22)!important}
    .accordion-body{
      padding:0 20px 22px;
      color:var(--muted);
      line-height:1.9;
    }
    .open-card{
      padding:34px;
      border-radius:34px;
      background:linear-gradient(135deg,var(--ink),#486354);
      color:#fff;
      box-shadow:var(--shadow);
      display:grid;
      grid-template-columns:1.2fr .8fr;
      gap:24px;
      align-items:center;
      overflow:hidden;
      position:relative;
    }
    .open-card::before{
      content:"";
      position:absolute;
      width:280px;height:280px;
      border-radius:50%;
      right:-100px;top:-110px;
      background:rgba(255,118,95,.22);
    }
    .open-card>*{position:relative;z-index:1}
    .open-card p{color:rgba(255,255,255,.76)}
    .open-list{
      display:grid;gap:10px;margin:0;padding:0;list-style:none;
    }
    .open-list li{
      padding:13px 15px;
      border-radius:17px;
      background:rgba(255,255,255,.10);
      border:1px solid rgba(255,255,255,.12);
      color:rgba(255,255,255,.88);
    }
    .site-footer{
      padding:58px 0 34px;
      background:#151b18;
      color:#fff;
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.2fr .8fr .8fr;
      gap:26px;
    }
    .footer-brand{font-size:22px;font-weight:950;margin-bottom:12px}
    .footer-muted{color:rgba(255,255,255,.62);margin:0}
    .footer-col h3{font-size:16px;font-weight:950;margin-bottom:14px}
    .footer-links{display:grid;gap:10px}
    .footer-links a{color:rgba(255,255,255,.68)}
    .footer-links a:hover{color:#fff;transform:translateX(2px)}
    .copyright{
      margin-top:34px;
      padding-top:22px;
      border-top:1px solid rgba(255,255,255,.12);
      color:rgba(255,255,255,.52);
      font-size:14px;
      display:flex;
      justify-content:space-between;
      gap:16px;
      flex-wrap:wrap;
    }
    .bottom-cta{
      position:fixed;
      left:50%;
      bottom:16px;
      transform:translateX(-50%);
      width:min(760px,calc(100% - 24px));
      z-index:1050;
      padding:10px;
      border-radius:24px;
      background:rgba(255,255,255,.9);
      border:1px solid var(--line);
      box-shadow:0 16px 44px rgba(31,39,35,.20);
      backdrop-filter:blur(18px);
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
    }
    .bottom-cta b{display:block;line-height:1.2}
    .bottom-cta span{display:block;color:var(--muted);font-size:13px}
    .bottom-actions{display:flex;gap:8px;flex:0 0 auto}
    .bottom-actions .btn-main,.bottom-actions .btn-soft{min-height:46px;padding:10px 16px;border-radius:16px}
    .focus-ring:focus-visible,
    a:focus-visible,
    button:focus-visible{
      outline:4px solid rgba(255,118,95,.28);
      outline-offset:3px;
    }
    @media (max-width:1024px){
      .hero{min-height:680px}
      .directory-wrap,.rec-grid,.news-layout,.open-card{grid-template-columns:1fr}
      .levels{grid-template-columns:1fr}
      .level-card.featured{transform:none}
      .level-card.featured:hover{transform:translateY(-3px)}
      .preview-board{grid-template-columns:1fr 1fr}
      .quote-wall,.campaign-grid{grid-template-columns:1fr 1fr}
      .section{padding:68px 0}
    }
    @media (max-width:768px){
      body{padding-bottom:108px}
      .site-header{top:10px}
      .pill-nav{
        width:calc(100% - 20px);
        border-radius:26px;
        justify-content:flex-start;
        overflow:hidden;
      }
      .brand-logo span:last-child{max-width:142px;overflow:hidden;text-overflow:ellipsis}
      .nav-links{flex:1}
      .nav-cta{display:none}
      .hero{
        padding:116px 0 76px;
        min-height:auto;
        clip-path:polygon(0 0,100% 0,100% 94%,0 100%);
      }
      .campaign-strip{border-radius:22px;width:100%}
      .hero-data{grid-template-columns:1fr}
      .trust-row{margin-top:-38px}
      .trust-card{border-radius:24px}
      .section-head{display:block}
      .matrix-grid,.preview-board,.quote-wall,.campaign-grid,.footer-grid{grid-template-columns:1fr}
      .preview-card.wide{grid-column:auto}
      .news-link{grid-template-columns:1fr;gap:8px}
      .timeline li{grid-template-columns:1fr;gap:6px}
      .share-card{grid-template-columns:1fr}
      .bottom-cta{align-items:stretch;border-radius:22px}
      .bottom-cta>div:first-child{display:none}
      .bottom-actions{width:100%;display:grid;grid-template-columns:1fr 1fr}
    }
    @media (max-width:520px){
      .hero-title{font-size:42px}
      .btn-main,.btn-ghost,.btn-soft{width:100%}
      .section{padding:54px 0}
      .directory-panel,.rec-card,.timeline-panel,.open-card,.campaign-zone{padding:22px}
      .compare-card{overflow-x:auto}
      .bottom-actions{grid-template-columns:1fr}
      .bottom-actions .btn-soft{display:none}
    }

/* roulang page: category1 */
:root{
      --ink:#171a17;
      --ink-soft:#343b35;
      --muted:#73796f;
      --muted-2:#969d91;
      --paper:#fbfaf5;
      --paper-2:#f2f0e8;
      --card:#ffffff;
      --sage:#8da892;
      --sage-dark:#526b58;
      --sage-soft:#e6eee7;
      --orange:#ff7a45;
      --amber:#f0b24c;
      --coral:#ff6b55;
      --line:#e3e0d6;
      --line-dark:#d2ccbf;
      --shadow:0 18px 50px rgba(23,26,23,.08);
      --shadow-sm:0 10px 28px rgba(23,26,23,.06);
      --radius-xl:28px;
      --radius-lg:22px;
      --radius-md:16px;
      --radius-sm:12px;
      --container:1180px;
      --nav-h:72px;
      --ease:all .22s ease;
    }

    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei",Arial,sans-serif;
      color:var(--ink);
      background:
        radial-gradient(circle at 12% 8%, rgba(141,168,146,.20), transparent 30%),
        radial-gradient(circle at 88% 14%, rgba(255,122,69,.14), transparent 28%),
        linear-gradient(180deg,var(--paper),#f7f5ee 44%,#f0eee6 100%);
      line-height:1.75;
      overflow-x:hidden;
      padding-bottom:86px;
    }
    a{color:inherit;text-decoration:none;transition:var(--ease)}
    a:hover{color:var(--sage-dark)}
    img{max-width:100%;display:block}
    button,input,select,textarea{font:inherit}
    ::selection{background:rgba(255,122,69,.22);color:var(--ink)}
    :focus-visible{
      outline:3px solid rgba(255,122,69,.38);
      outline-offset:3px;
      border-radius:12px;
    }

    .container-xl{
      max-width:var(--container);
      padding-left:24px;
      padding-right:24px;
    }

    .site-header{
      position:sticky;
      top:16px;
      z-index:1000;
      padding:16px 18px 0;
      pointer-events:none;
    }
    .pill-nav{
      max-width:var(--container);
      margin:0 auto;
      min-height:var(--nav-h);
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:18px;
      padding:10px 12px 10px 16px;
      border:1px solid rgba(227,224,214,.9);
      border-radius:999px;
      background:rgba(251,250,245,.86);
      backdrop-filter:blur(18px);
      box-shadow:0 14px 46px rgba(23,26,23,.10);
      pointer-events:auto;
    }
    .brand-logo{
      display:flex;
      align-items:center;
      gap:10px;
      font-weight:900;
      color:var(--ink);
      white-space:nowrap;
      letter-spacing:-.02em;
    }
    .brand-logo:hover{transform:translateY(-1px);color:var(--ink)}
    .brand-mark{
      width:42px;
      height:42px;
      border-radius:15px;
      display:grid;
      place-items:center;
      color:#fff;
      background:linear-gradient(135deg,var(--ink) 0%,var(--sage-dark) 58%,var(--orange) 100%);
      box-shadow:0 10px 22px rgba(82,107,88,.26);
      font-weight:900;
    }
    .nav-links{
      display:flex;
      align-items:center;
      justify-content:center;
      gap:6px;
      padding:5px;
      border-radius:999px;
      background:rgba(242,240,232,.78);
      border:1px solid rgba(227,224,214,.72);
    }
    .nav-link-custom{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-height:42px;
      padding:0 18px;
      border-radius:999px;
      color:var(--muted);
      font-weight:800;
      font-size:14px;
      white-space:nowrap;
    }
    .nav-link-custom:hover{
      background:#fff;
      color:var(--ink);
      box-shadow:var(--shadow-sm);
    }
    .nav-link-custom.active{
      background:var(--ink);
      color:#fff;
      box-shadow:0 10px 24px rgba(23,26,23,.16);
    }
    .nav-cta{
      min-height:46px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      padding:0 22px;
      border-radius:999px;
      background:var(--orange);
      color:#fff;
      font-weight:900;
      box-shadow:0 14px 30px rgba(255,122,69,.28);
      white-space:nowrap;
    }
    .nav-cta:hover{
      transform:translateY(-2px);
      background:#f36d37;
      color:#fff;
      box-shadow:0 18px 36px rgba(255,122,69,.34);
    }

    main{position:relative}
    .section{
      padding:76px 0;
      position:relative;
    }
    .section-tight{padding:52px 0}
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:8px 12px;
      border-radius:999px;
      background:var(--sage-soft);
      color:var(--sage-dark);
      font-size:13px;
      font-weight:900;
      border:1px solid rgba(141,168,146,.28);
      margin-bottom:16px;
    }
    .eyebrow i{color:var(--orange)}
    .section-title{
      font-size:clamp(30px,4vw,52px);
      line-height:1.12;
      letter-spacing:-.05em;
      font-weight:950;
      margin:0;
    }
    .section-lead{
      color:var(--muted);
      font-size:17px;
      max-width:760px;
      margin:16px 0 0;
    }

    .category-hero{
      padding:108px 0 64px;
    }
    .hero-shell{
      display:grid;
      grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);
      gap:34px;
      align-items:stretch;
    }
    .breadcrumb-line{
      display:flex;
      flex-wrap:wrap;
      align-items:center;
      gap:9px;
      margin-bottom:18px;
      color:var(--muted);
      font-size:14px;
      font-weight:750;
    }
    .breadcrumb-line a{
      color:var(--sage-dark);
    }
    .breadcrumb-line span:last-child{
      color:var(--ink);
    }
    h1{
      font-size:clamp(40px,6vw,72px);
      line-height:1.02;
      letter-spacing:-.065em;
      font-weight:1000;
      margin:0;
    }
    .hero-summary{
      max-width:680px;
      margin:22px 0 0;
      color:var(--ink-soft);
      font-size:18px;
    }
    .hero-actions{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin-top:28px;
    }
    .btn-main,.btn-ghost,.btn-soft{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:10px;
      min-height:54px;
      padding:0 24px;
      border-radius:18px;
      font-weight:950;
      border:1px solid transparent;
      transition:var(--ease);
      cursor:pointer;
      line-height:1;
    }
    .btn-main{
      background:var(--orange);
      color:#fff;
      box-shadow:0 16px 34px rgba(255,122,69,.28);
    }
    .btn-main:hover{
      background:#ef6c36;
      color:#fff;
      transform:translateY(-2px);
      box-shadow:0 20px 42px rgba(255,122,69,.35);
    }
    .btn-ghost{
      background:#fff;
      color:var(--ink);
      border-color:var(--line);
      box-shadow:var(--shadow-sm);
    }
    .btn-ghost:hover{
      transform:translateY(-2px);
      border-color:rgba(82,107,88,.32);
      box-shadow:var(--shadow);
      color:var(--sage-dark);
    }
    .btn-soft{
      min-height:46px;
      padding:0 18px;
      background:var(--sage-soft);
      color:var(--sage-dark);
      border-color:rgba(141,168,146,.22);
    }
    .btn-soft:hover{
      background:#dceadd;
      color:var(--sage-dark);
      transform:translateY(-1px);
    }

    .vertical-board{
      position:relative;
      min-height:520px;
      border-radius:34px;
      padding:18px;
      background:
        linear-gradient(155deg,rgba(23,26,23,.98),rgba(52,59,53,.96) 54%,rgba(82,107,88,.98)),
        radial-gradient(circle at top right,rgba(255,122,69,.34),transparent 34%);
      box-shadow:0 30px 80px rgba(23,26,23,.20);
      overflow:hidden;
    }
    .vertical-board:before{
      content:"";
      position:absolute;
      inset:-80px -70px auto auto;
      width:230px;
      height:230px;
      border-radius:50%;
      background:rgba(255,122,69,.18);
      filter:blur(6px);
    }
    .vertical-frame{
      position:relative;
      width:min(280px,82%);
      min-height:484px;
      margin:0 auto;
      border-radius:36px;
      border:10px solid rgba(255,255,255,.09);
      background:linear-gradient(180deg,#fbfaf5,#e9efe8);
      box-shadow:0 22px 60px rgba(0,0,0,.28);
      padding:18px;
      display:flex;
      flex-direction:column;
      justify-content:space-between;
    }
    .frame-top{
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:12px;
    }
    .status-dot{
      display:flex;
      gap:5px;
    }
    .status-dot span{
      width:8px;
      height:8px;
      border-radius:50%;
      background:var(--line-dark);
    }
    .status-dot span:first-child{background:var(--orange)}
    .mini-badge{
      display:inline-flex;
      align-items:center;
      gap:6px;
      padding:7px 10px;
      border-radius:999px;
      background:#fff;
      color:var(--sage-dark);
      font-size:12px;
      font-weight:900;
      border:1px solid var(--line);
    }
    .frame-title{
      margin-top:20px;
      font-size:24px;
      line-height:1.14;
      font-weight:1000;
      letter-spacing:-.04em;
    }
    .frame-list{
      display:grid;
      gap:10px;
      margin-top:18px;
    }
    .frame-item{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      padding:12px;
      border-radius:17px;
      background:#fff;
      border:1px solid rgba(227,224,214,.86);
      box-shadow:0 8px 18px rgba(23,26,23,.05);
      font-size:13px;
      font-weight:850;
    }
    .frame-item em{
      font-style:normal;
      color:var(--orange);
      font-weight:1000;
    }
    .frame-cta{
      margin-top:16px;
      padding:14px;
      border-radius:20px;
      background:var(--ink);
      color:#fff;
      text-align:center;
      font-weight:1000;
      box-shadow:0 16px 28px rgba(23,26,23,.18);
    }
    .float-ticket{
      position:absolute;
      right:24px;
      bottom:28px;
      width:190px;
      border-radius:22px;
      padding:16px;
      background:#fff;
      box-shadow:0 22px 48px rgba(0,0,0,.20);
      border:1px solid rgba(255,255,255,.75);
    }
    .float-ticket strong{
      display:block;
      font-size:26px;
      line-height:1;
      letter-spacing:-.04em;
    }
    .float-ticket span{
      display:block;
      margin-top:8px;
      color:var(--muted);
      font-size:13px;
      font-weight:750;
      line-height:1.5;
    }

    .trust-row{
      display:flex;
      gap:12px;
      overflow-x:auto;
      padding:8px 0 4px;
      scrollbar-width:none;
    }
    .trust-row::-webkit-scrollbar{display:none}
    .trust-badge{
      flex:0 0 auto;
      display:inline-flex;
      align-items:center;
      gap:9px;
      padding:12px 15px;
      border-radius:999px;
      background:#fff;
      border:1px solid var(--line);
      box-shadow:var(--shadow-sm);
      color:var(--ink-soft);
      font-weight:850;
      font-size:14px;
      white-space:nowrap;
    }
    .trust-badge i{color:var(--orange)}

    .filter-panel{
      border-radius:var(--radius-xl);
      background:#fff;
      border:1px solid var(--line);
      box-shadow:var(--shadow);
      padding:22px;
      margin-top:28px;
    }
    .filter-head{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
      padding-bottom:16px;
      border-bottom:1px solid var(--line);
    }
    .filter-title{
      font-size:18px;
      font-weight:1000;
      margin:0;
    }
    .filter-note{
      color:var(--muted);
      font-size:14px;
      margin:0;
    }
    .segment-row{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:18px;
    }
    .segment-btn{
      border:1px solid var(--line);
      background:var(--paper);
      color:var(--ink-soft);
      border-radius:999px;
      padding:10px 14px;
      font-weight:900;
      font-size:14px;
      transition:var(--ease);
    }
    .segment-btn:hover,.segment-btn.active{
      background:var(--ink);
      border-color:var(--ink);
      color:#fff;
      transform:translateY(-1px);
    }

    .access-grid{
      display:grid;
      grid-template-columns:repeat(12,1fr);
      gap:18px;
      margin-top:26px;
    }
    .access-card{
      grid-column:span 4;
      border-radius:var(--radius-xl);
      background:#fff;
      border:1px solid var(--line);
      box-shadow:var(--shadow-sm);
      padding:22px;
      min-height:255px;
      display:flex;
      flex-direction:column;
      position:relative;
      overflow:hidden;
      transition:var(--ease);
    }
    .access-card:hover{
      transform:translateY(-5px);
      box-shadow:var(--shadow);
      border-color:rgba(141,168,146,.55);
    }
    .access-card.featured{
      grid-column:span 8;
      background:
        radial-gradient(circle at 90% 10%,rgba(255,122,69,.16),transparent 28%),
        linear-gradient(135deg,#fff,#f7fbf7);
    }
    .card-topline{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      margin-bottom:20px;
    }
    .tag{
      display:inline-flex;
      align-items:center;
      gap:7px;
      padding:7px 10px;
      border-radius:999px;
      background:var(--sage-soft);
      color:var(--sage-dark);
      border:1px solid rgba(141,168,146,.28);
      font-size:12px;
      font-weight:950;
      white-space:nowrap;
    }
    .tag.orange{
      background:rgba(255,122,69,.12);
      color:#c85327;
      border-color:rgba(255,122,69,.22);
    }
    .status{
      font-size:12px;
      font-weight:950;
      color:var(--muted);
      white-space:nowrap;
    }
    .status:before{
      content:"";
      display:inline-block;
      width:8px;
      height:8px;
      border-radius:50%;
      background:var(--sage);
      margin-right:7px;
    }
    .access-card h2{
      font-size:24px;
      line-height:1.22;
      letter-spacing:-.035em;
      font-weight:1000;
      margin:0 0 12px;
    }
    .access-card p{
      color:var(--muted);
      margin:0;
      font-size:15px;
    }
    .card-meta{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      margin-top:18px;
    }
    .meta-pill{
      padding:7px 9px;
      border-radius:999px;
      background:var(--paper-2);
      color:var(--ink-soft);
      font-size:12px;
      font-weight:900;
    }
    .card-action{
      margin-top:auto;
      padding-top:20px;
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:14px;
    }
    .entry-link{
      display:inline-flex;
      align-items:center;
      gap:8px;
      color:var(--sage-dark);
      font-weight:1000;
    }
    .entry-link:hover{gap:12px;color:var(--orange)}
    .card-number{
      font-size:38px;
      line-height:1;
      font-weight:1000;
      color:rgba(23,26,23,.10);
      letter-spacing:-.06em;
    }

    .benefit-strip{
      border-radius:32px;
      background:var(--ink);
      color:#fff;
      overflow:hidden;
      box-shadow:0 28px 70px rgba(23,26,23,.22);
    }
    .benefit-inner{
      display:grid;
      grid-template-columns:1.1fr 1.4fr;
      gap:28px;
      padding:34px;
      align-items:center;
      background:
        radial-gradient(circle at 92% 8%,rgba(255,122,69,.26),transparent 32%),
        radial-gradient(circle at 8% 100%,rgba(141,168,146,.28),transparent 28%);
    }
    .benefit-inner h2{
      font-size:clamp(28px,3.2vw,44px);
      line-height:1.12;
      letter-spacing:-.05em;
      font-weight:1000;
      margin:0 0 12px;
    }
    .benefit-inner p{
      color:rgba(255,255,255,.72);
      margin:0;
    }
    .benefit-list{
      display:grid;
      grid-template-columns:repeat(2,1fr);
      gap:12px;
    }
    .benefit-item{
      border-radius:20px;
      padding:16px;
      background:rgba(255,255,255,.09);
      border:1px solid rgba(255,255,255,.12);
    }
    .benefit-item strong{
      display:block;
      color:#fff;
      font-size:16px;
      font-weight:1000;
      margin-bottom:4px;
    }
    .benefit-item span{
      color:rgba(255,255,255,.68);
      font-size:13px;
      font-weight:700;
    }

    .steps-wrap{
      display:grid;
      grid-template-columns:.82fr 1.18fr;
      gap:24px;
      align-items:start;
    }
    .steps-side{
      position:sticky;
      top:112px;
      border-radius:var(--radius-xl);
      background:#fff;
      border:1px solid var(--line);
      box-shadow:var(--shadow-sm);
      padding:26px;
    }
    .steps-side h2{
      font-size:34px;
      line-height:1.12;
      letter-spacing:-.05em;
      font-weight:1000;
      margin:0 0 14px;
    }
    .steps-side p{color:var(--muted);margin:0 0 20px}
    .process-list{
      display:grid;
      gap:14px;
    }
    .process-item{
      display:grid;
      grid-template-columns:48px 1fr;
      gap:14px;
      align-items:start;
      border-radius:24px;
      background:#fff;
      border:1px solid var(--line);
      padding:18px;
      box-shadow:var(--shadow-sm);
      transition:var(--ease);
    }
    .process-item:hover{
      transform:translateX(4px);
      border-color:rgba(255,122,69,.28);
      box-shadow:var(--shadow);
    }
    .step-index{
      width:48px;
      height:48px;
      border-radius:18px;
      display:grid;
      place-items:center;
      background:var(--paper-2);
      color:var(--sage-dark);
      font-weight:1000;
      border:1px solid var(--line);
    }
    .process-item h3{
      margin:0 0 6px;
      font-size:19px;
      font-weight:1000;
      letter-spacing:-.02em;
    }
    .process-item p{
      margin:0;
      color:var(--muted);
      font-size:15px;
    }

    .preview-board{
      border-radius:34px;
      background:#fff;
      border:1px solid var(--line);
      box-shadow:var(--shadow);
      padding:26px;
    }
    .preview-head{
      display:flex;
      justify-content:space-between;
      align-items:flex-end;
      gap:20px;
      margin-bottom:20px;
    }
    .preview-head h2{
      margin:0;
      font-size:34px;
      line-height:1.14;
      letter-spacing:-.05em;
      font-weight:1000;
    }
    .preview-head p{
      margin:0;
      color:var(--muted);
      max-width:520px;
      font-size:15px;
    }
    .preview-matrix{
      display:grid;
      grid-template-columns:1.1fr .9fr;
      gap:18px;
    }
    .preview-main{
      min-height:310px;
      border-radius:28px;
      padding:22px;
      background:
        linear-gradient(135deg,rgba(82,107,88,.92),rgba(23,26,23,.98)),
        radial-gradient(circle at right top,rgba(255,122,69,.3),transparent 36%);
      color:#fff;
      display:flex;
      flex-direction:column;
      justify-content:space-between;
      overflow:hidden;
    }
    .preview-main h3{
      max-width:420px;
      font-size:32px;
      line-height:1.14;
      letter-spacing:-.05em;
      font-weight:1000;
      margin:16px 0 0;
    }
    .preview-main p{
      color:rgba(255,255,255,.72);
      margin:12px 0 0;
      max-width:520px;
    }
    .preview-bars{
      display:grid;
      gap:10px;
      margin-top:24px;
    }
    .bar{
      height:12px;
      border-radius:999px;
      background:rgba(255,255,255,.13);
      overflow:hidden;
    }
    .bar span{
      display:block;
      height:100%;
      border-radius:999px;
      background:linear-gradient(90deg,var(--orange),var(--amber));
    }
    .preview-side{
      display:grid;
      gap:14px;
    }
    .small-preview{
      border-radius:24px;
      padding:18px;
      background:var(--paper);
      border:1px solid var(--line);
      min-height:148px;
      display:flex;
      flex-direction:column;
      justify-content:space-between;
    }
    .small-preview strong{
      font-size:18px;
      font-weight:1000;
      letter-spacing:-.02em;
    }
    .small-preview span{
      color:var(--muted);
      font-size:13px;
      font-weight:750;
    }

    .faq-layout{
      display:grid;
      grid-template-columns:.82fr 1.18fr;
      gap:28px;
      align-items:start;
    }
    .faq-intro{
      border-radius:var(--radius-xl);
      background:var(--sage-soft);
      border:1px solid rgba(141,168,146,.25);
      padding:26px;
    }
    .faq-intro h2{
      font-size:34px;
      line-height:1.12;
      letter-spacing:-.05em;
      font-weight:1000;
      margin:0 0 12px;
    }
    .faq-intro p{color:var(--sage-dark);margin:0}
    .accordion{
      display:grid;
      gap:12px;
    }
    .accordion-item{
      border:1px solid var(--line)!important;
      border-radius:22px!important;
      overflow:hidden;
      background:#fff;
      box-shadow:var(--shadow-sm);
    }
    .accordion-button{
      padding:20px 22px;
      font-weight:1000;
      font-size:17px;
      color:var(--ink);
      background:#fff;
      box-shadow:none!important;
      border:0;
    }
    .accordion-button:not(.collapsed){
      color:var(--sage-dark);
      background:#fbfcf9;
    }
    .accordion-button:after{
      filter:grayscale(1);
    }
    .accordion-body{
      padding:0 22px 22px;
      color:var(--muted);
      line-height:1.9;
    }

    .open-card{
      border-radius:36px;
      padding:34px;
      background:
        radial-gradient(circle at 85% 20%,rgba(255,122,69,.22),transparent 30%),
        linear-gradient(135deg,#ffffff,#f6f2e9);
      border:1px solid var(--line);
      box-shadow:var(--shadow);
      display:grid;
      grid-template-columns:1fr auto;
      gap:28px;
      align-items:center;
    }
    .open-card h2{
      font-size:clamp(30px,4vw,48px);
      line-height:1.1;
      letter-spacing:-.055em;
      font-weight:1000;
      margin:0 0 12px;
    }
    .open-card p{
      color:var(--muted);
      margin:0;
      max-width:720px;
    }
    .open-actions{
      display:flex;
      flex-direction:column;
      gap:12px;
      min-width:210px;
    }
    .open-actions .btn-main,.open-actions .btn-ghost{width:100%}

    .site-footer{
      padding:70px 0 34px;
      background:#171a17;
      color:#fff;
      margin-top:34px;
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.5fr .8fr .8fr;
      gap:34px;
      padding-bottom:34px;
      border-bottom:1px solid rgba(255,255,255,.12);
    }
    .footer-brand{
      font-size:24px;
      font-weight:1000;
      letter-spacing:-.04em;
      margin-bottom:12px;
    }
    .footer-muted{
      color:rgba(255,255,255,.62);
      max-width:520px;
      margin:0;
    }
    .footer-col h3{
      font-size:15px;
      font-weight:1000;
      margin:0 0 14px;
      color:#fff;
    }
    .footer-links{
      display:grid;
      gap:9px;
    }
    .footer-links a{
      color:rgba(255,255,255,.62);
      font-weight:750;
      font-size:14px;
    }
    .footer-links a:hover{
      color:#fff;
      transform:translateX(3px);
    }
    .copyright{
      display:flex;
      justify-content:space-between;
      gap:18px;
      flex-wrap:wrap;
      padding-top:22px;
      color:rgba(255,255,255,.48);
      font-size:13px;
    }

    .fixed-cta{
      position:fixed;
      left:50%;
      bottom:16px;
      transform:translateX(-50%);
      z-index:1100;
      width:min(720px,calc(100% - 28px));
      border-radius:999px;
      padding:10px;
      background:rgba(23,26,23,.92);
      backdrop-filter:blur(18px);
      box-shadow:0 18px 50px rgba(23,26,23,.28);
      border:1px solid rgba(255,255,255,.12);
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
    }
    .fixed-cta-text{
      color:#fff;
      padding-left:12px;
      font-weight:950;
      white-space:nowrap;
      overflow:hidden;
      text-overflow:ellipsis;
    }
    .fixed-cta-actions{
      display:flex;
      gap:8px;
      flex:0 0 auto;
    }
    .fixed-cta a{
      min-height:44px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      padding:0 16px;
      border-radius:999px;
      font-weight:950;
      font-size:14px;
    }
    .fixed-primary{
      background:var(--orange);
      color:#fff;
    }
    .fixed-primary:hover{background:#ef6c36;color:#fff}
    .fixed-secondary{
      color:#fff;
      background:rgba(255,255,255,.10);
      border:1px solid rgba(255,255,255,.12);
    }
    .fixed-secondary:hover{background:rgba(255,255,255,.16);color:#fff}

    @media (max-width:1024px){
      .hero-shell,.benefit-inner,.steps-wrap,.faq-layout,.preview-matrix{
        grid-template-columns:1fr;
      }
      .steps-side{position:relative;top:auto}
      .access-card,.access-card.featured{grid-column:span 6}
      .vertical-board{min-height:500px}
      .preview-head{align-items:flex-start;flex-direction:column}
    }

    @media (max-width:768px){
      body{padding-bottom:98px}
      .container-xl{padding-left:18px;padding-right:18px}
      .site-header{
        top:8px;
        padding:8px 10px 0;
      }
      .pill-nav{
        border-radius:28px;
        min-height:auto;
        align-items:stretch;
        flex-wrap:wrap;
        gap:10px;
        padding:10px;
      }
      .brand-logo{
        width:calc(100% - 118px);
        min-height:44px;
      }
      .brand-mark{
        width:38px;
        height:38px;
        border-radius:14px;
      }
      .nav-cta{
        min-height:44px;
        padding:0 16px;
        font-size:14px;
      }
      .nav-links{
        order:3;
        width:100%;
        justify-content:flex-start;
        overflow-x:auto;
        scrollbar-width:none;
        border-radius:22px;
      }
      .nav-links::-webkit-scrollbar{display:none}
      .nav-link-custom{
        min-height:40px;
        padding:0 15px;
      }
      .category-hero{padding:82px 0 42px}
      .section{padding:52px 0}
      .section-tight{padding:36px 0}
      h1{font-size:42px;letter-spacing:-.055em}
      .hero-summary{font-size:16px}
      .hero-actions .btn-main,.hero-actions .btn-ghost{
        width:100%;
      }
      .vertical-board{
        min-height:470px;
        border-radius:28px;
      }
      .vertical-frame{
        width:min(270px,90%);
        min-height:430px;
      }
      .float-ticket{
        right:12px;
        bottom:14px;
        width:160px;
      }
      .access-card,.access-card.featured{
        grid-column:span 12;
        min-height:auto;
      }
      .filter-head{
        flex-direction:column;
        align-items:flex-start;
      }
      .benefit-inner{padding:24px}
      .benefit-list{grid-template-columns:1fr}
      .open-card{
        grid-template-columns:1fr;
        padding:26px;
      }
      .open-actions{min-width:0}
      .footer-grid{
        grid-template-columns:1fr;
        gap:26px;
      }
      .copyright{flex-direction:column}
      .fixed-cta{
        border-radius:26px;
        align-items:stretch;
        flex-direction:column;
      }
      .fixed-cta-text{
        padding:4px 8px 0;
        width:100%;
        text-align:center;
      }
      .fixed-cta-actions{
        width:100%;
      }
      .fixed-cta a{
        flex:1;
      }
    }

    @media (max-width:520px){
      .brand-logo span:last-child{
        max-width:160px;
        overflow:hidden;
        text-overflow:ellipsis;
      }
      .brand-logo{width:100%}
      .nav-cta{width:100%}
      .nav-links{order:2}
      .hero-shell{gap:22px}
      .card-action{
        align-items:flex-start;
        flex-direction:column-reverse;
      }
      .access-grid{gap:14px}
      .preview-board,.filter-panel,.open-card{border-radius:26px}
      .preview-main{min-height:260px}
      .preview-main h3{font-size:26px}
      .process-item{
        grid-template-columns:42px 1fr;
        padding:16px;
      }
      .step-index{
        width:42px;
        height:42px;
        border-radius:16px;
      }
      .fixed-cta-actions{
        flex-direction:column;
      }
    }
