/* roulang page: index */
:root{
      --color-bg:#0b1020;
      --color-bg-soft:#111831;
      --color-surface:#ffffff;
      --color-surface-2:#f7f8fc;
      --color-text:#162033;
      --color-muted:#667085;
      --color-heading:#0e172a;
      --color-primary:#ff4d6d;
      --color-primary-dark:#e73859;
      --color-secondary:#7c3aed;
      --color-accent:#22d3ee;
      --color-gold:#ffd166;
      --color-green:#2dd4bf;
      --color-border:rgba(15,23,42,.10);
      --radius-sm:12px;
      --radius-md:18px;
      --radius-lg:28px;
      --radius-xl:36px;
      --shadow-sm:0 10px 30px rgba(15,23,42,.08);
      --shadow-md:0 18px 48px rgba(15,23,42,.14);
      --shadow-glow:0 20px 70px rgba(255,77,109,.28);
      --container:1180px;
      --ease: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(--color-text);
      background:linear-gradient(180deg,#fff 0%,#f6f7fb 45%,#fff 100%);
      line-height:1.72;
      text-rendering:optimizeLegibility;
    }
    a{color:inherit;text-decoration:none;transition:var(--ease)}
    a:hover{color:var(--color-primary)}
    img{max-width:100%;height:auto;display:block}
    button,input,select,textarea{font:inherit}
    button{cursor:pointer}
    :focus-visible{
      outline:3px solid rgba(34,211,238,.45);
      outline-offset:3px;
      border-radius:10px;
    }

    .site-wrap{overflow:hidden}
    .container{
      width:min(var(--container), calc(100% - 40px));
      margin:0 auto;
    }
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:8px 12px;
      border-radius:999px;
      background:rgba(255,77,109,.10);
      color:#c72d4b;
      font-size:13px;
      font-weight:700;
      letter-spacing:.02em;
    }
    .eyebrow.dark{
      background:rgba(255,255,255,.12);
      color:#fff;
      border:1px solid rgba(255,255,255,.16);
      backdrop-filter:blur(12px);
    }
    .badge{
      display:inline-flex;
      align-items:center;
      gap:6px;
      padding:7px 11px;
      border-radius:999px;
      font-size:12px;
      font-weight:800;
      background:#fff;
      color:#182338;
      box-shadow:0 8px 20px rgba(15,23,42,.10);
      border:1px solid rgba(255,255,255,.65);
      white-space:nowrap;
    }
    .badge.hot{background:linear-gradient(135deg,#ff4d6d,#ff9f1c);color:#fff}
    .badge.cool{background:linear-gradient(135deg,#22d3ee,#7c3aed);color:#fff}
    .badge.safe{background:linear-gradient(135deg,#2dd4bf,#0ea5e9);color:#fff}

    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:10px;
      min-height:48px;
      padding:13px 20px;
      border-radius:999px;
      border:1px solid transparent;
      font-weight:800;
      letter-spacing:.01em;
      transition:var(--ease);
      line-height:1.2;
      box-shadow:0 12px 26px rgba(15,23,42,.12);
    }
    .btn-primary{
      color:#fff;
      background:linear-gradient(135deg,var(--color-primary),var(--color-secondary));
      box-shadow:var(--shadow-glow);
    }
    .btn-primary:hover{
      color:#fff;
      transform:translateY(-2px);
      box-shadow:0 24px 64px rgba(255,77,109,.34);
    }
    .btn-ghost{
      color:#fff;
      background:rgba(255,255,255,.10);
      border-color:rgba(255,255,255,.24);
      backdrop-filter:blur(14px);
    }
    .btn-ghost:hover{color:#fff;background:rgba(255,255,255,.18);transform:translateY(-2px)}
    .btn-light{
      color:#162033;
      background:#fff;
      border-color:rgba(15,23,42,.08);
    }
    .btn-light:hover{transform:translateY(-2px);box-shadow:var(--shadow-md);color:var(--color-primary)}
    .btn-line{
      color:var(--color-primary);
      background:rgba(255,77,109,.08);
      border-color:rgba(255,77,109,.18);
      box-shadow:none;
    }
    .btn-line:hover{background:rgba(255,77,109,.14);color:var(--color-primary-dark);transform:translateY(-1px)}

    .topbar{
      background:#090e1d;
      color:rgba(255,255,255,.78);
      font-size:13px;
      border-bottom:1px solid rgba(255,255,255,.08);
    }
    .topbar-inner{
      min-height:38px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
    }
    .topbar strong{color:#fff;font-weight:800}
    .topbar-links{display:flex;align-items:center;gap:14px;white-space:nowrap}
    .topbar-links a{color:rgba(255,255,255,.82)}
    .topbar-links a:hover{color:#fff}

    .site-header{
      position:sticky;
      top:0;
      z-index:50;
      background:rgba(255,255,255,.88);
      backdrop-filter:blur(18px);
      border-bottom:1px solid rgba(15,23,42,.08);
      box-shadow:0 12px 30px rgba(15,23,42,.05);
    }
    .nav-shell{
      min-height:76px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:22px;
    }
    .brand{
      display:flex;
      align-items:center;
      gap:12px;
      min-width:0;
      font-weight:900;
      color:#111827;
      letter-spacing:-.02em;
    }
    .brand-mark{
      width:42px;height:42px;border-radius:15px;
      display:grid;place-items:center;
      color:#fff;font-weight:900;
      background:
        radial-gradient(circle at 30% 20%,rgba(255,255,255,.55),transparent 25%),
        linear-gradient(135deg,#ff4d6d,#7c3aed 70%,#22d3ee);
      box-shadow:0 16px 38px rgba(124,58,237,.25);
      flex:0 0 auto;
    }
    .brand span:last-child{
      overflow:hidden;
      text-overflow:ellipsis;
      white-space:nowrap;
      font-size:18px;
    }
    .main-nav{
      display:flex;
      align-items:center;
      gap:8px;
    }
    .main-nav a{
      padding:10px 14px;
      border-radius:999px;
      color:#475467;
      font-weight:800;
      font-size:14px;
    }
    .main-nav a:hover{background:rgba(255,77,109,.08);color:var(--color-primary)}
    .main-nav a.active{background:#111827;color:#fff}
    .nav-actions{
      display:flex;
      align-items:center;
      gap:10px;
    }
    .search-pill{
      display:flex;
      align-items:center;
      gap:8px;
      min-width:220px;
      padding:10px 12px;
      border:1px solid rgba(15,23,42,.10);
      border-radius:999px;
      background:#f8fafc;
      color:#667085;
      font-size:13px;
    }
    .search-pill input{
      border:0;
      padding:0;
      margin:0;
      box-shadow:none;
      background:transparent;
      height:auto;
      color:#111827;
    }
    .search-pill input:focus{box-shadow:none;background:transparent}
    .menu-toggle{
      display:none;
      width:44px;height:44px;border:0;border-radius:14px;
      background:#111827;color:#fff;
      align-items:center;justify-content:center;
    }

    .hero{
      position:relative;
      min-height:720px;
      color:#fff;
      background:
        radial-gradient(circle at 15% 25%,rgba(255,77,109,.45),transparent 30%),
        radial-gradient(circle at 86% 16%,rgba(34,211,238,.30),transparent 32%),
        linear-gradient(135deg,#070912 0%,#10182f 48%,#220b25 100%);
      isolation:isolate;
      clip-path:polygon(0 0,100% 0,100% 92%,0 100%);
    }
    .hero::before{
      content:"";
      position:absolute;inset:0;
      background:
        linear-gradient(90deg,rgba(7,9,18,.86) 0%,rgba(7,9,18,.44) 48%,rgba(7,9,18,.74) 100%),
        repeating-linear-gradient(90deg,rgba(255,255,255,.035) 0 1px,transparent 1px 120px);
      z-index:-2;
    }
    .hero::after{
      content:"";
      position:absolute;left:-10%;right:-10%;bottom:-1px;height:210px;
      background:linear-gradient(0deg,rgba(246,247,251,1),rgba(246,247,251,0));
      z-index:-1;
      pointer-events:none;
    }
    .hero-inner{
      padding:92px 0 136px;
      display:grid;
      grid-template-columns:minmax(0,1.02fr) minmax(420px,.98fr);
      gap:52px;
      align-items:center;
    }
    .hero-copy{max-width:680px}
    h1{
      margin:18px 0 18px;
      font-size:clamp(40px,6vw,76px);
      line-height:1.02;
      letter-spacing:-.065em;
      font-weight:950;
      color:#fff;
    }
    .hero-lead{
      max-width:660px;
      font-size:18px;
      color:rgba(255,255,255,.82);
      margin:0 0 28px;
    }
    .hero-cta{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin:30px 0 28px;
    }
    .hero-points{
      display:grid;
      grid-template-columns:repeat(3, minmax(0,1fr));
      gap:12px;
      margin-top:26px;
      max-width:670px;
    }
    .hero-point{
      padding:16px;
      border-radius:20px;
      background:rgba(255,255,255,.10);
      border:1px solid rgba(255,255,255,.14);
      backdrop-filter:blur(16px);
    }
    .hero-point b{display:block;font-size:22px;line-height:1;color:#fff;margin-bottom:8px}
    .hero-point span{font-size:13px;color:rgba(255,255,255,.72)}

    .poster-stage{
      position:relative;
      min-height:520px;
      perspective:1200px;
    }
    .poster-main{
      position:absolute;
      inset:16px 44px 10px 40px;
      border-radius:36px;
      overflow:hidden;
      background:
        linear-gradient(180deg,rgba(255,255,255,.12),rgba(255,255,255,0) 30%),
        radial-gradient(circle at 70% 18%,rgba(255,209,102,.60),transparent 16%),
        radial-gradient(circle at 35% 34%,rgba(255,77,109,.58),transparent 24%),
        linear-gradient(145deg,#1d2544,#351240 56%,#05070d);
      box-shadow:0 38px 90px rgba(0,0,0,.45);
      transform:rotateY(-7deg) rotateX(2deg);
      border:1px solid rgba(255,255,255,.16);
    }
    .poster-main::before{
      content:"";
      position:absolute;inset:0;
      background:
        linear-gradient(0deg,rgba(5,7,13,.92) 0%,rgba(5,7,13,.20) 56%,rgba(255,255,255,.08) 100%),
        repeating-linear-gradient(135deg,rgba(255,255,255,.05) 0 2px,transparent 2px 18px);
    }
    .poster-content{
      position:absolute;
      left:28px;right:28px;bottom:28px;
      z-index:2;
    }
    .poster-title{
      font-size:30px;
      line-height:1.16;
      font-weight:950;
      letter-spacing:-.04em;
      margin-bottom:12px;
    }
    .poster-desc{color:rgba(255,255,255,.76);font-size:14px;margin-bottom:16px}
    .poster-meta{display:flex;flex-wrap:wrap;gap:8px}
    .poster-strip{
      position:absolute;
      right:0;top:54px;
      width:132px;
      display:grid;
      gap:12px;
      z-index:3;
    }
    .mini-poster{
      height:132px;
      border-radius:24px;
      background:linear-gradient(135deg,#ff4d6d,#271335);
      border:1px solid rgba(255,255,255,.18);
      box-shadow:0 22px 44px rgba(0,0,0,.32);
      position:relative;
      overflow:hidden;
    }
    .mini-poster:nth-child(2){background:linear-gradient(135deg,#22d3ee,#172554)}
    .mini-poster:nth-child(3){background:linear-gradient(135deg,#ffd166,#7c2d12)}
    .mini-poster::after{
      content:"热度";
      position:absolute;left:12px;bottom:12px;
      padding:5px 9px;border-radius:999px;
      background:rgba(0,0,0,.36);
      color:#fff;font-size:12px;font-weight:800;
    }
    .floating-ticket{
      position:absolute;
      left:0;bottom:42px;
      max-width:250px;
      padding:18px;
      border-radius:24px;
      background:rgba(255,255,255,.14);
      border:1px solid rgba(255,255,255,.18);
      backdrop-filter:blur(18px);
      box-shadow:0 24px 60px rgba(0,0,0,.30);
      z-index:4;
    }
    .floating-ticket strong{display:block;font-size:20px;margin-bottom:6px}
    .floating-ticket p{margin:0;color:rgba(255,255,255,.76);font-size:13px}

    main{position:relative;z-index:2}
    .section{
      padding:86px 0;
    }
    .section.compact{padding:62px 0}
    .section-dark{
      color:#fff;
      background:
        radial-gradient(circle at 15% 20%,rgba(255,77,109,.25),transparent 28%),
        linear-gradient(135deg,#0c1224,#101a35);
    }
    .band{
      position:relative;
      background:linear-gradient(180deg,#fff,#f7f8fc);
    }
    .band.alt{
      background:linear-gradient(135deg,#fff 0%,#fff6f8 46%,#f4fbff 100%);
    }
    .section-head{
      display:flex;
      align-items:flex-end;
      justify-content:space-between;
      gap:28px;
      margin-bottom:34px;
    }
    .section-title{
      margin:12px 0 0;
      color:var(--color-heading);
      font-size:clamp(28px,3.6vw,46px);
      line-height:1.12;
      letter-spacing:-.045em;
      font-weight:950;
    }
    .section-dark .section-title{color:#fff}
    .section-desc{
      max-width:650px;
      margin:12px 0 0;
      color:var(--color-muted);
      font-size:16px;
    }
    .section-dark .section-desc{color:rgba(255,255,255,.72)}
    .head-side{
      max-width:340px;
      color:var(--color-muted);
      font-size:14px;
    }

    .rights-layout{
      display:grid;
      grid-template-columns:1.1fr .9fr;
      gap:26px;
      align-items:stretch;
    }
    .big-card,.card{
      border-radius:var(--radius-lg);
      background:var(--color-surface);
      border:1px solid var(--color-border);
      box-shadow:var(--shadow-sm);
      transition:var(--ease);
    }
    .big-card:hover,.card:hover{
      transform:translateY(-4px);
      box-shadow:var(--shadow-md);
    }
    .rights-feature{
      padding:34px;
      background:
        radial-gradient(circle at 85% 20%,rgba(124,58,237,.12),transparent 30%),
        linear-gradient(135deg,#fff,#fff7f9);
    }
    .rights-feature h3,.card h3{
      margin:14px 0 10px;
      color:#111827;
      font-size:24px;
      line-height:1.25;
      font-weight:950;
      letter-spacing:-.03em;
    }
    .rights-feature p,.card p{
      color:#667085;
      margin:0;
      font-size:15px;
    }
    .rights-grid{
      display:grid;
      grid-template-columns:repeat(2,minmax(0,1fr));
      gap:16px;
    }
    .rights-item{padding:22px}
    .icon-bubble{
      width:48px;height:48px;border-radius:17px;
      display:grid;place-items:center;
      color:#fff;font-size:22px;font-weight:900;
      background:linear-gradient(135deg,var(--color-primary),var(--color-secondary));
      box-shadow:0 14px 30px rgba(255,77,109,.20);
    }
    .check-list{
      list-style:none;
      padding:0;margin:22px 0 0;
      display:grid;gap:12px;
    }
    .check-list li{
      display:flex;gap:10px;align-items:flex-start;
      color:#344054;
      font-weight:700;
    }
    .check-list li::before{
      content:"✓";
      width:24px;height:24px;border-radius:50%;
      display:grid;place-items:center;
      background:rgba(45,212,191,.13);
      color:#0f9f8e;
      flex:0 0 auto;
      font-weight:900;
    }

    .qualification{
      display:grid;
      grid-template-columns:.9fr 1.1fr;
      gap:28px;
      align-items:start;
    }
    .side-note{
      padding:30px;
      border-radius:var(--radius-xl);
      color:#fff;
      background:
        radial-gradient(circle at 70% 18%,rgba(255,209,102,.30),transparent 24%),
        linear-gradient(145deg,#121a33,#30123b);
      box-shadow:var(--shadow-md);
      position:sticky;
      top:122px;
    }
    .side-note h3{font-size:28px;line-height:1.2;margin:12px 0 10px;font-weight:950}
    .side-note p{color:rgba(255,255,255,.74);margin:0}
    .data-badges{
      display:grid;
      grid-template-columns:repeat(2,minmax(0,1fr));
      gap:12px;
      margin-top:24px;
    }
    .data-badge{
      padding:16px;
      border-radius:20px;
      background:rgba(255,255,255,.10);
      border:1px solid rgba(255,255,255,.14);
    }
    .data-badge b{display:block;font-size:26px;line-height:1}
    .data-badge span{font-size:12px;color:rgba(255,255,255,.70)}
    .steps{
      display:grid;
      gap:14px;
    }
    .step{
      display:grid;
      grid-template-columns:64px 1fr;
      gap:18px;
      padding:22px;
      border-radius:26px;
      background:#fff;
      border:1px solid var(--color-border);
      box-shadow:var(--shadow-sm);
    }
    .step-no{
      width:54px;height:54px;border-radius:18px;
      display:grid;place-items:center;
      color:#fff;font-weight:950;
      background:linear-gradient(135deg,#ff4d6d,#7c3aed);
    }
    .step h3{font-size:20px;margin:0 0 6px;font-weight:950;color:#111827}
    .step p{margin:0;color:#667085;font-size:15px}

    .hot-layout{
      display:grid;
      grid-template-columns:1.1fr .9fr;
      gap:22px;
      align-items:stretch;
    }
    .feature-pick{
      min-height:420px;
      padding:30px;
      color:#fff;
      border-radius:var(--radius-xl);
      background:
        linear-gradient(0deg,rgba(7,9,18,.88),rgba(7,9,18,.16)),
        radial-gradient(circle at 70% 18%,rgba(255,77,109,.70),transparent 20%),
        linear-gradient(135deg,#18213f,#471737);
      display:flex;
      flex-direction:column;
      justify-content:space-between;
      overflow:hidden;
      position:relative;
      box-shadow:var(--shadow-md);
    }
    .feature-pick::after{
      content:"";
      position:absolute;inset:auto -20% -28% -20%;height:220px;
      background:radial-gradient(circle,rgba(255,255,255,.16),transparent 62%);
      transform:rotate(-8deg);
    }
    .feature-pick h3{font-size:34px;line-height:1.15;margin:14px 0 10px;font-weight:950;letter-spacing:-.04em}
    .feature-pick p{max-width:560px;color:rgba(255,255,255,.76);margin:0}
    .pick-actions{display:flex;gap:12px;flex-wrap:wrap;position:relative;z-index:2}
    .small-picks{
      display:grid;
      grid-template-columns:repeat(2,minmax(0,1fr));
      gap:16px;
    }
    .pick-card{
      padding:20px;
      border-radius:26px;
      background:#fff;
      border:1px solid var(--color-border);
      box-shadow:var(--shadow-sm);
      transition:var(--ease);
    }
    .pick-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}
    .pick-card h3{font-size:19px;margin:12px 0 6px;font-weight:950;color:#111827}
    .pick-card p{font-size:14px;color:#667085;margin:0 0 14px}
    .pick-link{font-size:14px;font-weight:900;color:var(--color-primary)}
    .pick-link:hover{color:var(--color-secondary)}

    .reward-wall{
      display:grid;
      grid-template-columns:repeat(4,minmax(0,1fr));
      gap:16px;
    }
    .reward-card{
      padding:24px;
      min-height:210px;
      border-radius:28px;
      background:rgba(255,255,255,.09);
      border:1px solid rgba(255,255,255,.14);
      box-shadow:0 22px 52px rgba(0,0,0,.18);
      position:relative;
      overflow:hidden;
    }
    .reward-card::before{
      content:"";
      position:absolute;right:-34px;top:-34px;
      width:112px;height:112px;border-radius:50%;
      background:rgba(255,255,255,.12);
    }
    .reward-card h3{font-size:20px;line-height:1.25;margin:16px 0 8px;font-weight:950;color:#fff}
    .reward-card p{color:rgba(255,255,255,.70);font-size:14px;margin:0}
    .treasure{
      width:56px;height:56px;border-radius:20px;
      display:grid;place-items:center;
      background:linear-gradient(135deg,#ffd166,#ff4d6d);
      color:#fff;font-size:26px;
      box-shadow:0 14px 30px rgba(255,209,102,.20);
    }
    .progress-panel{
      margin-top:22px;
      padding:22px;
      border-radius:28px;
      background:rgba(255,255,255,.10);
      border:1px solid rgba(255,255,255,.14);
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:18px;
    }
    .progress-bar{
      height:12px;
      border-radius:999px;
      background:rgba(255,255,255,.12);
      overflow:hidden;
      width:min(520px,100%);
    }
    .progress-bar span{
      display:block;height:100%;width:76%;
      border-radius:inherit;
      background:linear-gradient(90deg,#22d3ee,#ffd166,#ff4d6d);
    }

    .updates{
      display:grid;
      grid-template-columns:repeat(4,minmax(0,1fr));
      gap:16px;
      margin-bottom:22px;
    }
    .kpi{
      padding:22px;
      border-radius:26px;
      background:#fff;
      border:1px solid var(--color-border);
      box-shadow:var(--shadow-sm);
    }
    .kpi b{display:block;font-size:30px;line-height:1;color:#111827;margin-bottom:8px}
    .kpi span{color:#667085;font-size:13px;font-weight:800}
    .status-table{
      border-radius:30px;
      overflow:hidden;
      background:#fff;
      border:1px solid var(--color-border);
      box-shadow:var(--shadow-sm);
    }
    .status-row{
      display:grid;
      grid-template-columns:1.1fr .9fr .7fr 130px;
      gap:16px;
      align-items:center;
      padding:18px 22px;
      border-bottom:1px solid rgba(15,23,42,.07);
    }
    .status-row:last-child{border-bottom:0}
    .status-row strong{font-weight:950;color:#111827}
    .status-row span{color:#667085;font-size:14px}
    .status-pill{
      justify-self:start;
      padding:7px 10px;
      border-radius:999px;
      color:#0f766e;
      background:rgba(45,212,191,.12);
      font-weight:900;
      font-size:12px;
    }

    .news-layout{
      display:grid;
      grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);
      gap:24px;
      align-items:start;
    }
    .news-list{
      background:#fff;
      border-radius:30px;
      border:1px solid var(--color-border);
      box-shadow:var(--shadow-sm);
      overflow:hidden;
    }
    .news-item{
      display:grid;
      grid-template-columns:86px 1fr auto;
      gap:18px;
      align-items:center;
      padding:20px 22px;
      border-bottom:1px solid rgba(15,23,42,.07);
    }
    .news-item:last-child{border-bottom:0}
    .news-date{
      width:76px;
      padding:10px 8px;
      text-align:center;
      border-radius:18px;
      background:#f7f8fc;
      color:#667085;
      font-weight:900;
      line-height:1.15;
    }
    .news-date b{display:block;color:#111827;font-size:22px}
    .news-item h3{font-size:18px;margin:0 0 4px;font-weight:950;color:#111827}
    .news-item p{margin:0;color:#667085;font-size:14px}
    .news-arrow{
      width:38px;height:38px;border-radius:50%;
      display:grid;place-items:center;
      background:rgba(255,77,109,.08);
      color:var(--color-primary);
      font-weight:950;
    }
    .news-item:hover{background:#fff9fb}
    .recommend-box{
      padding:26px;
      border-radius:30px;
      color:#fff;
      background:
        radial-gradient(circle at 20% 20%,rgba(34,211,238,.22),transparent 26%),
        linear-gradient(145deg,#111827,#2b1540);
      box-shadow:var(--shadow-md);
    }
    .recommend-box h3{font-size:25px;line-height:1.2;margin:12px 0 10px;font-weight:950}
    .recommend-box p{color:rgba(255,255,255,.72);margin:0 0 18px}
    .mini-list{list-style:none;margin:18px 0 0;padding:0;display:grid;gap:12px}
    .mini-list li{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      padding:13px 0;
      border-top:1px solid rgba(255,255,255,.12);
      color:rgba(255,255,255,.84);
      font-weight:800;
    }
    .mini-list small{color:rgba(255,255,255,.55);font-weight:700}

    .faq-grid{
      display:grid;
      grid-template-columns:repeat(2,minmax(0,1fr));
      gap:16px;
    }
    .faq-card{
      padding:24px;
      border-radius:28px;
      background:#fff;
      border:1px solid var(--color-border);
      box-shadow:var(--shadow-sm);
    }
    .faq-card h3{
      margin:0 0 10px;
      color:#111827;
      font-size:19px;
      font-weight:950;
    }
    .faq-card p{
      margin:0;
      color:#667085;
      font-size:15px;
    }

    .apply-wrap{
      display:grid;
      grid-template-columns:.85fr 1.15fr;
      gap:28px;
      align-items:stretch;
    }
    .apply-copy{
      padding:34px;
      border-radius:var(--radius-xl);
      background:
        radial-gradient(circle at 18% 20%,rgba(255,209,102,.20),transparent 24%),
        linear-gradient(145deg,#151b31,#431937);
      color:#fff;
      box-shadow:var(--shadow-md);
    }
    .apply-copy h2{
      margin:14px 0 12px;
      font-size:clamp(30px,4vw,48px);
      line-height:1.08;
      letter-spacing:-.045em;
      font-weight:950;
      color:#fff;
    }
    .apply-copy p{color:rgba(255,255,255,.72);margin:0 0 18px}
    .apply-form{
      padding:30px;
      border-radius:var(--radius-xl);
      background:#fff;
      border:1px solid var(--color-border);
      box-shadow:var(--shadow-md);
    }
    .form-grid{
      display:grid;
      grid-template-columns:repeat(2,minmax(0,1fr));
      gap:16px;
    }
    .field{display:grid;gap:8px}
    .field.full{grid-column:1/-1}
    .field label{
      color:#344054;
      font-weight:900;
      font-size:14px;
    }
    .field input,.field select,.field textarea{
      width:100%;
      border:1px solid rgba(15,23,42,.12);
      border-radius:16px;
      padding:13px 14px;
      margin:0;
      background:#f8fafc;
      color:#111827;
      box-shadow:none;
      transition:var(--ease);
    }
    .field textarea{min-height:118px;resize:vertical}
    .field input:focus,.field select:focus,.field textarea:focus{
      border-color:rgba(255,77,109,.45);
      background:#fff;
      box-shadow:0 0 0 4px rgba(255,77,109,.10);
    }
    .form-note{
      margin:14px 0 0;
      color:#667085;
      font-size:13px;
    }
    .form-message{
      display:none;
      margin-top:14px;
      padding:12px 14px;
      border-radius:16px;
      background:rgba(45,212,191,.12);
      color:#0f766e;
      font-weight:800;
    }

    .footer{
      color:rgba(255,255,255,.72);
      background:#070912;
      padding:56px 0 30px;
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.1fr .9fr;
      gap:36px;
      align-items:start;
      padding-bottom:32px;
      border-bottom:1px solid rgba(255,255,255,.10);
    }
    .footer-brand{
      display:flex;align-items:center;gap:12px;
      color:#fff;font-weight:950;font-size:19px;margin-bottom:14px;
    }
    .footer p{max-width:680px;margin:0;color:rgba(255,255,255,.66)}
    .footer-links{
      display:flex;
      justify-content:flex-end;
      flex-wrap:wrap;
      gap:12px;
    }
    .footer-links a{
      padding:9px 12px;
      border-radius:999px;
      color:rgba(255,255,255,.72);
      background:rgba(255,255,255,.06);
      border:1px solid rgba(255,255,255,.08);
      font-weight:800;
      font-size:14px;
    }
    .footer-links a:hover{color:#fff;background:rgba(255,255,255,.12)}
    .copyright{
      display:flex;
      justify-content:space-between;
      gap:18px;
      padding-top:24px;
      font-size:13px;
    }

    .floating-cta{
      position:fixed;
      left:50%;
      bottom:18px;
      transform:translateX(-50%);
      z-index:45;
      width:min(720px,calc(100% - 32px));
      padding:10px;
      border-radius:999px;
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:12px;
      background:rgba(17,24,39,.86);
      border:1px solid rgba(255,255,255,.12);
      box-shadow:0 18px 56px rgba(0,0,0,.30);
      backdrop-filter:blur(16px);
      color:#fff;
    }
    .floating-cta span{
      padding-left:14px;
      font-weight:800;
      color:rgba(255,255,255,.84);
      white-space:nowrap;
      overflow:hidden;
      text-overflow:ellipsis;
    }
    .floating-cta .btn{min-height:42px;padding:10px 16px;box-shadow:none}

    @media (max-width:1024px){
      .hero-inner{grid-template-columns:1fr;gap:32px;padding-top:70px}
      .poster-stage{min-height:480px;max-width:680px;width:100%;margin:0 auto}
      .rights-layout,.qualification,.hot-layout,.apply-wrap,.news-layout{grid-template-columns:1fr}
      .side-note{position:relative;top:auto}
      .reward-wall,.updates{grid-template-columns:repeat(2,minmax(0,1fr))}
      .search-pill{display:none}
      .section-head{align-items:flex-start;flex-direction:column}
    }
    @media (max-width:768px){
      .topbar-inner{flex-direction:column;align-items:flex-start;padding:10px 0}
      .nav-shell{min-height:68px}
      .menu-toggle{display:flex}
      .main-nav{
        position:absolute;
        left:20px;right:20px;top:76px;
        display:none;
        flex-direction:column;
        align-items:stretch;
        padding:14px;
        border-radius:24px;
        background:#fff;
        border:1px solid rgba(15,23,42,.10);
        box-shadow:var(--shadow-md);
      }
      .main-nav.is-open{display:flex}
      .main-nav a{border-radius:16px}
      .nav-actions .btn-line{display:none}
      .hero{min-height:auto;clip-path:polygon(0 0,100% 0,100% 96%,0 100%)}
      .hero-inner{padding:54px 0 110px}
      .hero-points{grid-template-columns:1fr}
      .poster-stage{min-height:430px}
      .poster-main{inset:10px 24px 0 12px;border-radius:28px;transform:none}
      .poster-strip{right:4px;top:38px;width:98px}
      .mini-poster{height:100px;border-radius:20px}
      .floating-ticket{left:10px;bottom:20px;max-width:220px}
      .rights-grid,.small-picks,.faq-grid,.form-grid{grid-template-columns:1fr}
      .field.full{grid-column:auto}
      .status-row{grid-template-columns:1fr;gap:7px}
      .news-item{grid-template-columns:1fr;gap:10px}
      .news-arrow{display:none}
      .footer-grid,.copyright{grid-template-columns:1fr;display:grid}
      .footer-links{justify-content:flex-start}
      .floating-cta{border-radius:24px;align-items:stretch;flex-direction:column}
      .floating-cta span{padding-left:4px;white-space:normal}
      .floating-cta .btn{width:100%}
    }
    @media (max-width:520px){
      .container{width:min(100% - 28px,var(--container))}
      .section{padding:64px 0}
      .section.compact{padding:48px 0}
      .brand span:last-child{font-size:16px;max-width:220px}
      h1{font-size:38px}
      .hero-lead{font-size:16px}
      .hero-cta .btn{width:100%}
      .poster-title{font-size:24px}
      .poster-strip{display:none}
      .poster-main{right:0}
      .reward-wall,.updates,.data-badges{grid-template-columns:1fr}
      .progress-panel{align-items:flex-start;flex-direction:column}
      .apply-form,.apply-copy,.rights-feature{padding:22px}
      .topbar-links{flex-wrap:wrap;white-space:normal}
    }
