/* roulang page: index */
:root{
      --color-bg:#090b14;
      --color-bg-soft:#111525;
      --color-panel:#161b2e;
      --color-panel-2:#1d243a;
      --color-text:#f8fafc;
      --color-muted:#a8b1c7;
      --color-weak:#778198;
      --color-primary:#ff5a3d;
      --color-primary-2:#ffb347;
      --color-secondary:#7c5cff;
      --color-accent:#31d0aa;
      --color-border:rgba(255,255,255,.12);
      --color-border-strong:rgba(255,255,255,.2);
      --shadow-soft:0 18px 48px rgba(0,0,0,.34);
      --shadow-card:0 14px 36px rgba(0,0,0,.24);
      --radius-xl:30px;
      --radius-lg:22px;
      --radius-md:16px;
      --radius-sm:12px;
      --space-section:86px;
      --container:1180px;
      --font-main:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei",Arial,sans-serif;
    }

    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:var(--font-main);
      color:var(--color-text);
      background:
        radial-gradient(circle at 18% 0%, rgba(255,90,61,.25), transparent 36%),
        radial-gradient(circle at 88% 8%, rgba(124,92,255,.24), transparent 38%),
        linear-gradient(180deg,#070913 0%,#0d1020 46%,#090b14 100%);
      line-height:1.75;
      overflow-x:hidden;
      -webkit-font-smoothing:antialiased;
    }

    a{color:inherit;text-decoration:none;transition:color .22s ease,background .22s ease,border-color .22s ease,transform .22s ease}
    a:hover,a:focus{color:#fff}
    img{max-width:100%;display:block}
    button,input,select,textarea{font-family:inherit}
    button{cursor:pointer}
    input,textarea,select{
      width:100%;
      border:1px solid var(--color-border);
      background:rgba(255,255,255,.07);
      color:var(--color-text);
      border-radius:14px;
      padding:14px 15px;
      outline:none;
      transition:border-color .2s ease,box-shadow .2s ease,background .2s ease;
    }
    input:focus,textarea:focus,select:focus{
      border-color:rgba(255,179,71,.85);
      box-shadow:0 0 0 4px rgba(255,179,71,.14);
      background:rgba(255,255,255,.1);
    }
    textarea{min-height:120px;resize:vertical}
    ::selection{background:rgba(255,90,61,.4);color:#fff}

    .container{
      width:min(var(--container),calc(100% - 36px));
      margin:0 auto;
    }

    .site-header{
      position:sticky;
      top:0;
      z-index:50;
      backdrop-filter:saturate(150%) blur(18px);
      background:rgba(9,11,20,.76);
      border-bottom:1px solid var(--color-border);
    }
    .brand-row{
      min-height:72px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:18px;
    }
    .brand-logo{
      display:flex;
      align-items:center;
      gap:12px;
      font-weight:900;
      letter-spacing:.01em;
      font-size:1.08rem;
      color:#fff;
    }
    .brand-mark{
      width:42px;
      height:42px;
      border-radius:15px;
      display:grid;
      place-items:center;
      background:linear-gradient(135deg,var(--color-primary),var(--color-primary-2));
      box-shadow:0 12px 28px rgba(255,90,61,.32);
      color:#16100a;
    }
    .header-actions{
      display:flex;
      align-items:center;
      gap:12px;
    }
    .mini-search{
      display:flex;
      align-items:center;
      gap:8px;
      min-width:270px;
      border:1px solid var(--color-border);
      background:rgba(255,255,255,.06);
      border-radius:999px;
      padding:8px 12px;
      color:var(--color-muted);
    }
    .mini-search input{
      border:0;
      padding:0;
      background:transparent;
      box-shadow:none;
      color:#fff;
      font-size:.92rem;
    }
    .mini-search input:focus{box-shadow:none;background:transparent}
    .nav-grid-wrap{
      border-top:1px solid rgba(255,255,255,.07);
      padding:10px 0 12px;
    }
    .nav-grid{
      display:flex;
      align-items:center;
      gap:10px;
      overflow-x:auto;
      scrollbar-width:none;
      margin:0;
      padding:0;
      list-style:none;
    }
    .nav-grid::-webkit-scrollbar{display:none}
    .nav-grid a{
      min-width:106px;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      padding:10px 14px;
      border:1px solid transparent;
      border-radius:16px;
      color:var(--color-muted);
      font-weight:700;
      font-size:.92rem;
      background:rgba(255,255,255,.045);
    }
    .nav-grid a:hover{
      color:#fff;
      border-color:rgba(255,255,255,.18);
      background:rgba(255,255,255,.09);
      transform:translateY(-1px);
    }
    .nav-grid a.active{
      color:#20130b;
      background:linear-gradient(135deg,var(--color-primary-2),var(--color-primary));
      box-shadow:0 12px 26px rgba(255,90,61,.28);
    }

    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:9px;
      min-height:46px;
      border-radius:999px;
      padding:12px 20px;
      border:1px solid transparent;
      font-weight:850;
      line-height:1.2;
      letter-spacing:.01em;
      transition:transform .22s ease,box-shadow .22s ease,background .22s ease,border-color .22s ease,color .22s ease;
      white-space:nowrap;
    }
    .btn:hover{transform:translateY(-2px)}
    .btn:focus{outline:3px solid rgba(255,179,71,.25);outline-offset:2px}
    .btn-primary{
      color:#1e1209;
      background:linear-gradient(135deg,var(--color-primary-2),var(--color-primary));
      box-shadow:0 16px 32px rgba(255,90,61,.32);
    }
    .btn-primary:hover{box-shadow:0 20px 42px rgba(255,90,61,.44);color:#1e1209}
    .btn-ghost{
      color:#fff;
      border-color:var(--color-border-strong);
      background:rgba(255,255,255,.07);
    }
    .btn-ghost:hover{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.32)}
    .btn-dark{
      background:#fff;
      color:#111525;
      box-shadow:0 14px 30px rgba(255,255,255,.15);
    }
    .btn-dark:hover{color:#111525;background:#fff7ef}
    .badge{
      display:inline-flex;
      align-items:center;
      gap:7px;
      padding:8px 12px;
      border-radius:999px;
      border:1px solid rgba(255,255,255,.16);
      background:rgba(255,255,255,.07);
      color:#ffd9a8;
      font-size:.88rem;
      font-weight:750;
    }
    .badge.green{color:#a8ffe8;background:rgba(49,208,170,.1);border-color:rgba(49,208,170,.22)}
    .badge.purple{color:#d7cdff;background:rgba(124,92,255,.12);border-color:rgba(124,92,255,.26)}

    .hero{
      position:relative;
      min-height:680px;
      display:flex;
      align-items:center;
      overflow:hidden;
      border-bottom:1px solid rgba(255,255,255,.08);
    }
    .hero::before{
      content:"";
      position:absolute;
      inset:0;
      background:
        linear-gradient(90deg,rgba(9,11,20,.94) 0%,rgba(9,11,20,.78) 44%,rgba(9,11,20,.38) 100%),
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1320' height='720' viewBox='0 0 1320 720'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='0' y1='0' x2='1' y2='1'%3E%3Cstop stop-color='%23201a38'/%3E%3Cstop offset='.48' stop-color='%23432635'/%3E%3Cstop offset='1' stop-color='%230b1224'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect width='1320' height='720' fill='url(/%23g)'/%3E%3Ccircle cx='1030' cy='190' r='230' fill='%23ff5a3d' opacity='.24'/%3E%3Ccircle cx='1010' cy='470' r='160' fill='%237c5cff' opacity='.28'/%3E%3Cpath d='M760 120h350c42 0 76 34 76 76v244c0 42-34 76-76 76H760c-42 0-76-34-76-76V196c0-42 34-76 76-76Z' fill='%23ffffff' opacity='.07'/%3E%3Cpath d='M816 250l136 82-136 82V250Z' fill='%23ffb347' opacity='.72'/%3E%3Cg opacity='.14' stroke='%23fff'%3E%3Cpath d='M0 610C176 534 272 546 450 594s315 34 490-44 280-86 380-35' fill='none' stroke-width='2'/%3E%3Cpath d='M0 88h1320M0 168h1320M0 248h1320M0 328h1320M0 408h1320M0 488h1320'/%3E%3C/g%3E%3C/svg%3E") center/cover no-repeat;
      z-index:0;
    }
    .hero::after{
      content:"";
      position:absolute;
      right:-12%;
      bottom:-22%;
      width:680px;
      height:680px;
      border-radius:50%;
      background:radial-gradient(circle,rgba(255,179,71,.26),transparent 66%);
      filter:blur(10px);
      z-index:0;
    }
    .hero-content{
      position:relative;
      z-index:1;
      max-width:920px;
      padding:84px 0 70px;
    }
    .hero-kicker{
      display:flex;
      flex-wrap:wrap;
      align-items:center;
      gap:10px;
      margin-bottom:22px;
    }
    .hero h1{
      margin:0;
      max-width:980px;
      font-size:clamp(2.2rem,6vw,5.55rem);
      line-height:1.03;
      letter-spacing:-.055em;
      font-weight:950;
      text-wrap:balance;
    }
    .hero .lead{
      max-width:780px;
      margin:24px 0 0;
      color:#d8deee;
      font-size:clamp(1.02rem,2vw,1.22rem);
      line-height:1.85;
    }
    .hero-cta{
      display:flex;
      align-items:center;
      flex-wrap:wrap;
      gap:14px;
      margin-top:32px;
    }
    .trust-strip{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin-top:34px;
    }
    .trust-item{
      display:flex;
      align-items:center;
      gap:10px;
      padding:12px 14px;
      border-radius:16px;
      border:1px solid rgba(255,255,255,.13);
      background:rgba(255,255,255,.075);
      box-shadow:0 12px 28px rgba(0,0,0,.18);
      color:#ecf2ff;
      font-weight:760;
    }
    .trust-item i{color:var(--color-primary-2)}
    .hero-bento{
      margin-top:44px;
      display:grid;
      grid-template-columns:1.35fr .8fr .8fr;
      gap:14px;
      max-width:980px;
    }
    .bento-card{
      position:relative;
      overflow:hidden;
      min-height:118px;
      padding:20px;
      border-radius:24px;
      background:linear-gradient(145deg,rgba(255,255,255,.14),rgba(255,255,255,.06));
      border:1px solid rgba(255,255,255,.16);
      box-shadow:var(--shadow-card);
    }
    .bento-card strong{display:block;font-size:1.3rem;line-height:1.28;margin-bottom:8px}
    .bento-card span{display:block;color:#c7d0e4;font-size:.94rem}
    .bento-card.feature{
      min-height:154px;
      background:linear-gradient(135deg,rgba(255,90,61,.28),rgba(124,92,255,.16));
    }
    .bento-card .corner{
      position:absolute;
      right:18px;
      bottom:12px;
      font-size:3.2rem;
      color:rgba(255,255,255,.14);
    }

    .section{
      padding:var(--space-section) 0;
      position:relative;
    }
    .section.alt{
      background:linear-gradient(180deg,rgba(255,255,255,.025),rgba(255,255,255,.01));
      border-top:1px solid rgba(255,255,255,.06);
      border-bottom:1px solid rgba(255,255,255,.06);
    }
    .section-heading{
      display:flex;
      align-items:end;
      justify-content:space-between;
      gap:28px;
      margin-bottom:34px;
    }
    .section-heading .eyebrow{
      margin-bottom:10px;
    }
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      color:#ffcca2;
      font-weight:850;
      letter-spacing:.04em;
      font-size:.92rem;
    }
    .section-title{
      margin:0;
      font-size:clamp(1.75rem,3.3vw,3.05rem);
      line-height:1.16;
      letter-spacing:-.035em;
      font-weight:930;
      text-wrap:balance;
    }
    .section-desc{
      max-width:560px;
      margin:0;
      color:var(--color-muted);
      font-size:1rem;
    }

    .card{
      height:100%;
      border-radius:var(--radius-lg);
      border:1px solid var(--color-border);
      background:linear-gradient(145deg,rgba(255,255,255,.09),rgba(255,255,255,.045));
      box-shadow:var(--shadow-card);
      padding:24px;
      color:var(--color-text);
      transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease,background .22s ease;
    }
    .card:hover{
      transform:translateY(-5px);
      border-color:rgba(255,179,71,.36);
      box-shadow:0 20px 46px rgba(0,0,0,.34);
      background:linear-gradient(145deg,rgba(255,255,255,.12),rgba(255,255,255,.055));
    }
    .card-icon{
      width:48px;
      height:48px;
      display:grid;
      place-items:center;
      border-radius:16px;
      margin-bottom:16px;
      background:rgba(255,179,71,.13);
      color:var(--color-primary-2);
      font-size:1.22rem;
    }
    .card h3{
      margin:0 0 10px;
      font-size:1.2rem;
      color:#fff;
      font-weight:900;
    }
    .card p{
      margin:0;
      color:var(--color-muted);
      font-size:.97rem;
      line-height:1.78;
    }

    .commission-stage{
      display:grid;
      grid-template-columns:1.05fr 1fr;
      gap:22px;
      align-items:stretch;
    }
    .promo-visual{
      position:relative;
      min-height:440px;
      overflow:hidden;
      border-radius:var(--radius-xl);
      border:1px solid rgba(255,255,255,.16);
      background:
        linear-gradient(145deg,rgba(255,90,61,.25),rgba(124,92,255,.14)),
        radial-gradient(circle at 85% 20%,rgba(255,179,71,.34),transparent 36%),
        var(--color-panel);
      box-shadow:var(--shadow-soft);
      padding:34px;
    }
    .promo-visual::after{
      content:"免费观看说明";
      position:absolute;
      right:-26px;
      top:42px;
      transform:rotate(12deg);
      padding:12px 34px;
      border-radius:999px;
      color:#21150c;
      background:linear-gradient(135deg,var(--color-primary-2),#fff0c9);
      font-weight:950;
      box-shadow:0 18px 34px rgba(0,0,0,.22);
    }
    .promo-visual h2{
      max-width:500px;
      margin:20px 0 16px;
      font-size:clamp(1.8rem,3.2vw,3rem);
      line-height:1.12;
      letter-spacing:-.035em;
      font-weight:950;
    }
    .promo-visual p{max-width:560px;color:#e6ebf8;margin:0}
    .rate-board{
      position:absolute;
      left:34px;
      right:34px;
      bottom:34px;
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:12px;
    }
    .rate-pill{
      border-radius:18px;
      padding:16px;
      background:rgba(8,10,19,.56);
      border:1px solid rgba(255,255,255,.14);
    }
    .rate-pill b{display:block;font-size:1.65rem;color:#fff;line-height:1}
    .rate-pill span{display:block;margin-top:7px;color:#bec7d9;font-size:.88rem}

    .tier-list{
      display:grid;
      gap:14px;
    }
    .tier-card{
      display:flex;
      align-items:flex-start;
      gap:16px;
      padding:20px;
      border-radius:22px;
      border:1px solid var(--color-border);
      background:rgba(255,255,255,.06);
      transition:transform .22s ease,border-color .22s ease,background .22s ease;
    }
    .tier-card:hover{
      transform:translateX(4px);
      border-color:rgba(49,208,170,.32);
      background:rgba(255,255,255,.09);
    }
    .tier-num{
      flex:0 0 54px;
      height:54px;
      display:grid;
      place-items:center;
      border-radius:18px;
      background:linear-gradient(135deg,rgba(49,208,170,.95),rgba(124,92,255,.9));
      font-weight:950;
      color:#fff;
    }
    .tier-card h3{margin:0 0 7px;font-size:1.1rem;font-weight:900}
    .tier-card p{margin:0;color:var(--color-muted);line-height:1.72;font-size:.94rem}

    .material-layout{
      display:grid;
      grid-template-columns:.82fr 1.18fr;
      gap:24px;
      align-items:start;
    }
    .material-panel{
      position:sticky;
      top:150px;
      padding:30px;
      border-radius:var(--radius-xl);
      background:linear-gradient(180deg,rgba(255,255,255,.1),rgba(255,255,255,.045));
      border:1px solid var(--color-border);
      box-shadow:var(--shadow-card);
    }
    .material-panel h2{
      margin:14px 0 10px;
      font-size:2rem;
      line-height:1.16;
      font-weight:950;
      letter-spacing:-.03em;
    }
    .material-panel p{color:var(--color-muted);margin:0 0 20px}
    .material-grid{
      display:grid;
      grid-template-columns:repeat(2,1fr);
      gap:16px;
    }
    .material-card{
      padding:22px;
      border-radius:22px;
      border:1px solid var(--color-border);
      background:rgba(255,255,255,.055);
      min-height:190px;
    }
    .material-card .meta{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:10px;
      margin-bottom:18px;
      color:var(--color-muted);
      font-size:.86rem;
    }
    .material-card h3{font-size:1.08rem;margin:0 0 9px;font-weight:900}
    .material-card p{margin:0;color:var(--color-muted);font-size:.94rem;line-height:1.76}
    .material-card:hover{border-color:rgba(255,179,71,.28);background:rgba(255,255,255,.08)}

    .news-layout{
      display:grid;
      grid-template-columns:1.35fr .75fr;
      gap:24px;
      align-items:start;
    }
    .news-list{
      border-radius:var(--radius-xl);
      border:1px solid var(--color-border);
      background:rgba(255,255,255,.055);
      overflow:hidden;
      box-shadow:var(--shadow-card);
    }
    .news-item{
      display:grid;
      grid-template-columns:140px 1fr auto;
      gap:18px;
      align-items:center;
      padding:20px 22px;
      border-bottom:1px solid rgba(255,255,255,.08);
    }
    .news-item:last-child{border-bottom:0}
    .news-date{
      color:#ffd09b;
      font-weight:850;
      font-size:.92rem;
    }
    .news-item a{
      display:block;
      color:#fff;
      font-size:1.05rem;
      font-weight:850;
      line-height:1.45;
    }
    .news-item a:hover{color:#ffd09b}
    .news-item p{
      margin:6px 0 0;
      color:var(--color-muted);
      font-size:.93rem;
      line-height:1.65;
    }
    .news-arrow{
      width:38px;
      height:38px;
      display:grid;
      place-items:center;
      border-radius:50%;
      background:rgba(255,255,255,.07);
      color:#fff;
    }
    .recommend-card{
      border-radius:var(--radius-xl);
      border:1px solid rgba(255,179,71,.22);
      background:
        radial-gradient(circle at 80% 0%,rgba(255,179,71,.24),transparent 42%),
        rgba(255,255,255,.06);
      padding:26px;
      box-shadow:var(--shadow-card);
    }
    .recommend-card h3{margin:12px 0 10px;font-size:1.4rem;font-weight:950}
    .recommend-card p{color:var(--color-muted);margin:0 0 18px}
    .check-list{list-style:none;margin:0;padding:0;display:grid;gap:10px}
    .check-list li{
      display:flex;
      align-items:flex-start;
      gap:10px;
      color:#d9e2f4;
      font-size:.95rem;
    }
    .check-list i{color:var(--color-accent);margin-top:5px}

    .ranking-table{
      width:100%;
      border-collapse:separate;
      border-spacing:0 12px;
    }
    .ranking-table th{
      text-align:left;
      color:var(--color-muted);
      font-size:.88rem;
      font-weight:850;
      padding:0 16px 4px;
    }
    .ranking-table td{
      padding:16px;
      background:rgba(255,255,255,.06);
      border-top:1px solid var(--color-border);
      border-bottom:1px solid var(--color-border);
      color:#eaf0ff;
    }
    .ranking-table td:first-child{
      border-left:1px solid var(--color-border);
      border-radius:18px 0 0 18px;
      font-weight:950;
      color:#ffd09b;
    }
    .ranking-table td:last-child{
      border-right:1px solid var(--color-border);
      border-radius:0 18px 18px 0;
    }
    .trend{
      display:inline-flex;
      align-items:center;
      gap:6px;
      padding:6px 10px;
      border-radius:999px;
      background:rgba(49,208,170,.12);
      color:#9dffe4;
      font-weight:850;
      font-size:.84rem;
    }

    .bubble-wall{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:16px;
    }
    .bubble{
      position:relative;
      padding:22px;
      border-radius:24px;
      background:rgba(255,255,255,.07);
      border:1px solid var(--color-border);
    }
    .bubble::after{
      content:"";
      position:absolute;
      left:28px;
      bottom:-9px;
      width:18px;
      height:18px;
      background:rgba(255,255,255,.07);
      border-right:1px solid var(--color-border);
      border-bottom:1px solid var(--color-border);
      transform:rotate(45deg);
    }
    .bubble-head{
      display:flex;
      align-items:center;
      gap:12px;
      margin-bottom:12px;
    }
    .avatar{
      width:42px;
      height:42px;
      border-radius:50%;
      display:grid;
      place-items:center;
      background:linear-gradient(135deg,var(--color-secondary),var(--color-primary));
      color:#fff;
      font-weight:950;
    }
    .bubble strong{display:block;color:#fff;line-height:1.2}
    .bubble small{color:var(--color-weak)}
    .bubble p{margin:0;color:var(--color-muted);font-size:.94rem;line-height:1.72}

    .faq-wrap{
      display:grid;
      grid-template-columns:.72fr 1.28fr;
      gap:28px;
      align-items:start;
    }
    .faq-intro{
      padding:30px;
      border-radius:var(--radius-xl);
      background:linear-gradient(145deg,rgba(124,92,255,.18),rgba(255,90,61,.08));
      border:1px solid var(--color-border);
    }
    .faq-intro h2{font-size:2rem;margin:12px 0 10px;font-weight:950;line-height:1.15}
    .faq-intro p{margin:0;color:var(--color-muted)}
    .faq-list{display:grid;gap:13px}
    details.faq-item{
      border-radius:20px;
      border:1px solid var(--color-border);
      background:rgba(255,255,255,.06);
      overflow:hidden;
      transition:border-color .2s ease,background .2s ease;
    }
    details.faq-item[open]{
      border-color:rgba(255,179,71,.32);
      background:rgba(255,255,255,.085);
    }
    .faq-item summary{
      list-style:none;
      cursor:pointer;
      padding:20px 22px;
      color:#fff;
      font-weight:900;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:20px;
    }
    .faq-item summary::-webkit-details-marker{display:none}
    .faq-item summary i{color:var(--color-primary-2);transition:transform .22s ease}
    details[open] summary i{transform:rotate(45deg)}
    .faq-item p{
      margin:0;
      padding:0 22px 22px;
      color:var(--color-muted);
      line-height:1.82;
    }

    .join-card{
      position:relative;
      overflow:hidden;
      border-radius:34px;
      border:1px solid rgba(255,255,255,.16);
      background:
        radial-gradient(circle at 18% 22%,rgba(255,179,71,.28),transparent 34%),
        radial-gradient(circle at 86% 18%,rgba(49,208,170,.18),transparent 34%),
        linear-gradient(135deg,rgba(255,90,61,.24),rgba(124,92,255,.18));
      box-shadow:var(--shadow-soft);
      padding:34px;
    }
    .join-card::before{
      content:"今日入口";
      position:absolute;
      top:26px;
      right:-42px;
      transform:rotate(35deg);
      padding:9px 56px;
      background:#fff;
      color:#161b2e;
      font-weight:950;
      box-shadow:0 14px 30px rgba(0,0,0,.22);
    }
    .join-layout{
      display:grid;
      grid-template-columns:.88fr 1.12fr;
      gap:28px;
      align-items:start;
    }
    .join-copy h2{
      margin:16px 0 12px;
      font-size:clamp(1.9rem,3.2vw,3.25rem);
      line-height:1.12;
      font-weight:950;
      letter-spacing:-.04em;
    }
    .join-copy p{color:#e5ebf7;margin:0 0 22px}
    .compare-box{
      margin-top:24px;
      overflow:hidden;
      border-radius:22px;
      border:1px solid rgba(255,255,255,.14);
      background:rgba(9,11,20,.38);
    }
    .compare-row{
      display:grid;
      grid-template-columns:1fr 1fr 1fr;
      border-bottom:1px solid rgba(255,255,255,.08);
    }
    .compare-row:last-child{border-bottom:0}
    .compare-row span{
      padding:13px 14px;
      color:#dce4f4;
      font-size:.92rem;
      border-right:1px solid rgba(255,255,255,.08);
    }
    .compare-row span:last-child{border-right:0}
    .compare-row.head span{font-weight:950;color:#fff;background:rgba(255,255,255,.07)}
    .form-card{
      border-radius:26px;
      border:1px solid rgba(255,255,255,.16);
      background:rgba(10,12,22,.64);
      padding:24px;
      box-shadow:0 18px 44px rgba(0,0,0,.28);
    }
    .form-card h3{margin:0 0 14px;font-size:1.35rem;font-weight:950}
    .form-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:14px;
    }
    .form-grid .full{grid-column:1/-1}
    .form-hint{
      margin:12px 0 0;
      color:#aeb8cd;
      font-size:.88rem;
      line-height:1.6;
    }

    .floating-cta{
      position:fixed;
      left:50%;
      bottom:18px;
      transform:translateX(-50%);
      z-index:45;
      width:min(960px,calc(100% - 26px));
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
      padding:12px 14px 12px 18px;
      border-radius:22px;
      border:1px solid rgba(255,255,255,.18);
      background:rgba(14,17,30,.86);
      backdrop-filter:blur(18px);
      box-shadow:0 18px 48px rgba(0,0,0,.38);
    }
    .floating-cta strong{display:block;color:#fff;line-height:1.25}
    .floating-cta span{display:block;color:var(--color-muted);font-size:.9rem;line-height:1.35}
    .floating-cta-actions{display:flex;gap:10px;align-items:center}

    .site-footer{
      padding:62px 0 100px;
      border-top:1px solid var(--color-border);
      background:#070913;
    }
    .footer-layout{
      display:grid;
      grid-template-columns:1fr auto;
      gap:30px;
      align-items:start;
    }
    .footer-brand{
      display:flex;
      align-items:center;
      gap:12px;
      font-weight:950;
      font-size:1.1rem;
      margin-bottom:14px;
    }
    .footer-text{
      max-width:760px;
      color:var(--color-muted);
      margin:0;
    }
    .footer-links{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      justify-content:flex-end;
    }
    .footer-links a{
      padding:9px 12px;
      border-radius:999px;
      color:var(--color-muted);
      background:rgba(255,255,255,.05);
      border:1px solid transparent;
      font-size:.92rem;
    }
    .footer-links a:hover{
      color:#fff;
      border-color:var(--color-border);
      background:rgba(255,255,255,.08);
    }
    .copyright{
      margin-top:28px;
      padding-top:22px;
      border-top:1px solid rgba(255,255,255,.08);
      color:#727b91;
      font-size:.9rem;
      display:flex;
      justify-content:space-between;
      gap:16px;
      flex-wrap:wrap;
    }

    @media (max-width:1024px){
      :root{--space-section:70px}
      .commission-stage,.material-layout,.news-layout,.faq-wrap,.join-layout{grid-template-columns:1fr}
      .material-panel{position:relative;top:auto}
      .bubble-wall{grid-template-columns:repeat(2,1fr)}
      .hero-bento{grid-template-columns:1fr 1fr}
      .bento-card.feature{grid-column:1/-1}
      .mini-search{min-width:220px}
    }

    @media (max-width:768px){
      .brand-row{
        min-height:auto;
        padding:14px 0;
        align-items:flex-start;
        flex-direction:column;
      }
      .header-actions{
        width:100%;
        justify-content:space-between;
      }
      .mini-search{
        min-width:0;
        flex:1;
      }
      .nav-grid a{min-width:92px;padding:9px 12px}
      .hero{min-height:auto}
      .hero-content{padding:62px 0 52px}
      .hero-cta .btn{width:100%}
      .trust-strip{display:grid;grid-template-columns:1fr 1fr}
      .hero-bento{grid-template-columns:1fr}
      .rate-board{
        position:relative;
        left:auto;
        right:auto;
        bottom:auto;
        margin-top:28px;
        grid-template-columns:1fr;
      }
      .promo-visual{min-height:auto}
      .material-grid{grid-template-columns:1fr}
      .section-heading{
        align-items:flex-start;
        flex-direction:column;
        margin-bottom:26px;
      }
      .news-item{
        grid-template-columns:1fr;
        gap:8px;
      }
      .news-arrow{display:none}
      .ranking-table{font-size:.9rem}
      .ranking-table th:nth-child(4),.ranking-table td:nth-child(4){display:none}
      .compare-row{grid-template-columns:1fr}
      .compare-row span{border-right:0;border-bottom:1px solid rgba(255,255,255,.08)}
      .compare-row span:last-child{border-bottom:0}
      .form-grid{grid-template-columns:1fr}
      .floating-cta{
        align-items:flex-start;
        flex-direction:column;
      }
      .floating-cta-actions{width:100%;display:grid;grid-template-columns:1fr 1fr}
      .floating-cta .btn{width:100%;padding-left:12px;padding-right:12px}
      .footer-layout{grid-template-columns:1fr}
      .footer-links{justify-content:flex-start}
    }

    @media (max-width:520px){
      .container{width:min(100% - 24px,var(--container))}
      :root{--space-section:56px}
      .brand-logo{font-size:.98rem}
      .brand-mark{width:38px;height:38px;border-radius:13px}
      .header-actions{flex-direction:column;align-items:stretch}
      .header-actions .btn{width:100%}
      .trust-strip{grid-template-columns:1fr}
      .promo-visual,.join-card{padding:24px}
      .promo-visual::after,.join-card::before{display:none}
      .rate-pill b{font-size:1.4rem}
      .bubble-wall{grid-template-columns:1fr}
      .ranking-table th:nth-child(3),.ranking-table td:nth-child(3){display:none}
      .section-title{font-size:1.72rem}
      .footer-text{font-size:.94rem}
      .floating-cta{bottom:10px;border-radius:18px}
    }
