/* roulang page: index */
:root {
      --ink: #111827;
      --ink-soft: #354052;
      --muted: #6b7280;
      --line: #e6e9ef;
      --paper: #ffffff;
      --canvas: #f6f8fc;
      --navy: #101827;
      --navy-2: #1c2940;
      --violet: #6d4cff;
      --violet-dark: #5134d8;
      --violet-pale: #f0edff;
      --coral: #ff6a67;
      --gold: #f5b942;
      --mint: #3dc7a1;
      --radius-xs: 10px;
      --radius-sm: 16px;
      --radius-md: 22px;
      --radius-lg: 30px;
      --shadow-sm: 0 8px 22px rgba(23, 32, 54, .06);
      --shadow: 0 18px 45px rgba(23, 32, 54, .11);
      --shadow-lg: 0 28px 65px rgba(11, 19, 35, .20);
      --container: 1180px;
      --transition: 220ms cubic-bezier(.2,.7,.2,1);
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      color: var(--ink);
      background: var(--canvas);
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", "Noto Sans SC", Arial, sans-serif;
      font-size: 16px;
      line-height: 1.65;
      -webkit-font-smoothing: antialiased;
      text-rendering: optimizeLegibility;
    }
    a { color: inherit; text-decoration: none; }
    button, input { font: inherit; }
    button { cursor: pointer; }
    img { display: block; max-width: 100%; }
    ::selection { background: #dcd5ff; color: var(--ink); }

    .container {
      width: min(calc(100% - 48px), var(--container));
      margin: 0 auto;
    }

    .site-header {
      position: sticky;
      top: 0;
      z-index: 100;
      border-bottom: 1px solid rgba(230, 233, 239, .88);
      background: rgba(255, 255, 255, .92);
      backdrop-filter: blur(16px);
    }
    .nav-wrap {
      min-height: 78px;
      display: grid;
      grid-template-columns: auto minmax(300px, 560px) auto;
      gap: 26px;
      align-items: center;
    }
    .brand {
      display: inline-flex;
      align-items: center;
      min-width: 0;
      gap: 10px;
      font-weight: 850;
      line-height: 1.15;
      color: var(--navy);
      letter-spacing: -.03em;
    }
    .brand-mark {
      display: grid;
      width: 37px;
      height: 37px;
      flex: 0 0 37px;
      place-items: center;
      border-radius: 12px;
      color: #fff;
      background: var(--violet);
      box-shadow: 0 7px 16px rgba(109, 76, 255, .28);
      font-size: 17px;
      font-weight: 900;
    }
    .brand-text {
      max-width: 250px;
      overflow: hidden;
      font-size: 14px;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
    .search-box {
      position: relative;
      display: flex;
      min-width: 0;
      align-items: center;
      border: 1px solid var(--line);
      border-radius: 15px;
      background: #f9fafc;
      transition: border-color var(--transition), box-shadow var(--transition), background var(--transition);
    }
    .search-box:focus-within {
      border-color: var(--violet);
      background: #fff;
      box-shadow: 0 0 0 4px rgba(109, 76, 255, .11);
    }
    .search-icon {
      display: grid;
      width: 48px;
      flex: 0 0 48px;
      place-items: center;
      color: var(--muted);
    }
    .search-box input {
      width: 100%;
      height: 46px;
      min-width: 0;
      border: 0;
      outline: 0;
      color: var(--ink);
      background: transparent;
      font-size: 14px;
    }
    .search-box input::placeholder { color: #9aa2b1; }
    .search-action {
      margin-right: 5px;
      border: 0;
      border-radius: 10px;
      padding: 8px 13px;
      color: var(--violet-dark);
      background: var(--violet-pale);
      font-size: 13px;
      font-weight: 750;
      transition: background var(--transition), color var(--transition);
    }
    .search-action:hover { color: #fff; background: var(--violet); }
    .header-links { display: flex; align-items: center; justify-content: flex-end; gap: 10px; }
    .nav-link {
      position: relative;
      padding: 8px 13px;
      border-radius: 10px;
      color: var(--ink-soft);
      font-size: 14px;
      font-weight: 700;
      transition: color var(--transition), background var(--transition);
    }
    .nav-link:hover, .nav-link.active { color: var(--violet-dark); background: var(--violet-pale); }
    .nav-link.active::after {
      position: absolute;
      right: 13px;
      bottom: 3px;
      left: 13px;
      height: 2px;
      border-radius: 3px;
      background: var(--violet);
      content: "";
    }
    .mobile-menu-btn {
      display: none;
      width: 42px;
      height: 42px;
      border: 1px solid var(--line);
      border-radius: 12px;
      color: var(--navy);
      background: #fff;
    }
    .mobile-menu-btn span,
    .mobile-menu-btn::before,
    .mobile-menu-btn::after {
      display: block;
      width: 18px;
      height: 2px;
      margin: 4px auto;
      border-radius: 3px;
      background: currentColor;
      content: "";
    }

    .hero {
      position: relative;
      overflow: hidden;
      padding: 76px 0 56px;
      color: #fff;
      background: var(--navy);
    }
    .hero::before {
      position: absolute;
      top: -230px;
      right: -130px;
      width: 620px;
      height: 620px;
      border: 1px solid rgba(255,255,255,.1);
      border-radius: 50%;
      box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.02);
      content: "";
    }
    .hero::after {
      position: absolute;
      bottom: -170px;
      left: 24%;
      width: 420px;
      height: 420px;
      border-radius: 50%;
      background: rgba(109, 76, 255, .20);
      filter: blur(16px);
      content: "";
    }
    .hero-grid {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: minmax(0, 1.1fr) minmax(390px, .9fr);
      gap: 62px;
      align-items: center;
    }
    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 19px;
      border: 1px solid rgba(255,255,255,.16);
      border-radius: 99px;
      padding: 7px 12px;
      color: #dcd5ff;
      background: rgba(255,255,255,.06);
      font-size: 12px;
      font-weight: 750;
      letter-spacing: .05em;
    }
    .eyebrow i {
      display: inline-block;
      width: 7px;
      height: 7px;
      border-radius: 99px;
      background: var(--mint);
      box-shadow: 0 0 0 4px rgba(61, 199, 161, .15);
    }
    .hero h1 {
      max-width: 720px;
      margin: 0;
      font-size: clamp(34px, 4vw, 59px);
      line-height: 1.15;
      letter-spacing: -.055em;
    }
    .hero h1 em { color: #c9bdff; font-style: normal; }
    .hero-copy {
      max-width: 635px;
      margin: 24px 0 30px;
      color: #c2cad8;
      font-size: 17px;
      line-height: 1.85;
    }
    .hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
    .btn {
      display: inline-flex;
      min-height: 48px;
      align-items: center;
      justify-content: center;
      gap: 8px;
      border: 1px solid transparent;
      border-radius: 13px;
      padding: 0 19px;
      font-size: 14px;
      font-weight: 800;
      transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition), background var(--transition), color var(--transition);
    }
    .btn:hover { transform: translateY(-2px); }
    .btn:focus-visible, .faq-question:focus-visible, .search-action:focus-visible, .mobile-menu-btn:focus-visible {
      outline: 3px solid rgba(109, 76, 255, .35);
      outline-offset: 3px;
    }
    .btn-primary { color: #fff; background: var(--violet); box-shadow: 0 10px 25px rgba(109, 76, 255, .30); }
    .btn-primary:hover { background: #7b5cff; box-shadow: 0 14px 30px rgba(109, 76, 255, .42); }
    .btn-light { border-color: rgba(255,255,255,.19); color: #fff; background: rgba(255,255,255,.07); }
    .btn-light:hover { border-color: rgba(255,255,255,.35); background: rgba(255,255,255,.13); }
    .hero-note {
      display: flex;
      align-items: center;
      gap: 8px;
      margin: 20px 0 0;
      color: #9ca8ba;
      font-size: 12px;
    }
    .hero-note strong { color: #d9e2f0; font-weight: 750; }

    .feature-board {
      position: relative;
      overflow: hidden;
      border: 1px solid rgba(255,255,255,.13);
      border-radius: var(--radius-lg);
      padding: 22px;
      background: linear-gradient(155deg, rgba(255,255,255,.15), rgba(255,255,255,.045));
      box-shadow: var(--shadow-lg);
    }
    .feature-board::after {
      position: absolute;
      top: 35px;
      right: 26px;
      width: 80px;
      height: 80px;
      border: 1px solid rgba(255,255,255,.12);
      border-radius: 50%;
      content: "";
    }
    .board-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 19px; }
    .board-title { color: #e7ebf5; font-size: 13px; font-weight: 700; }
    .live-pill {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      border-radius: 99px;
      padding: 5px 9px;
      color: #ffc6c3;
      background: rgba(255, 106, 103, .12);
      font-size: 11px;
      font-weight: 800;
    }
    .live-pill b { width: 6px; height: 6px; border-radius: 50%; background: var(--coral); }
    .featured-poster {
      position: relative;
      min-height: 236px;
      overflow: hidden;
      border-radius: 19px;
      padding: 25px;
      background:
        linear-gradient(140deg, rgba(14,17,33,.05), rgba(14,17,33,.9)),
        radial-gradient(circle at 72% 18%, #f2ae93 0%, #d87b6f 18%, transparent 19%),
        radial-gradient(circle at 72% 45%, #6b4c9e 0%, #3a2d5c 30%, transparent 31%),
        linear-gradient(135deg, #243a60, #704f89 55%, #cb8275);
    }
    .featured-poster::before {
      position: absolute;
      right: 30px;
      bottom: -15px;
      width: 113px;
      height: 165px;
      border: 6px solid rgba(255,255,255,.38);
      border-radius: 60px 60px 20px 20px;
      background: rgba(20,27,48,.32);
      box-shadow: inset 13px 0 0 rgba(255,255,255,.08);
      content: "";
      transform: rotate(12deg);
    }
    .poster-label { position: relative; z-index: 1; color: #ece9ff; font-size: 12px; font-weight: 750; }
    .poster-name {
      position: absolute;
      z-index: 1;
      right: 24px;
      bottom: 24px;
      left: 24px;
      font-size: 26px;
      font-weight: 900;
      letter-spacing: -.04em;
    }
    .watch-row {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      gap: 9px;
      margin-top: 13px;
    }
    .watch-data {
      border: 1px solid rgba(255,255,255,.10);
      border-radius: 13px;
      padding: 11px 10px;
      background: rgba(0,0,0,.12);
    }
    .watch-data span { display: block; color: #9facbd; font-size: 11px; }
    .watch-data strong { display: block; margin-top: 2px; color: #fff; font-size: 15px; }

    .trust-strip { position: relative; z-index: 2; margin-top: -1px; background: #fff; }
    .trust-inner {
      display: grid;
      grid-template-columns: 1.35fr repeat(3, 1fr);
      gap: 0;
      border: 1px solid var(--line);
      border-top: 0;
      border-radius: 0 0 var(--radius-md) var(--radius-md);
      background: #fff;
      box-shadow: var(--shadow-sm);
    }
    .trust-intro, .trust-item { min-height: 102px; padding: 22px 25px; }
    .trust-intro { display: flex; flex-direction: column; justify-content: center; }
    .trust-intro strong { font-size: 15px; }
    .trust-intro span { color: var(--muted); font-size: 13px; }
    .trust-item { border-left: 1px solid var(--line); }
    .trust-item b { display: block; color: var(--violet-dark); font-size: 21px; line-height: 1.1; }
    .trust-item span { display: block; margin-top: 6px; color: var(--muted); font-size: 12px; }

    main { overflow: hidden; }
    .section { padding: 100px 0; }
    .section-soft { background: #fff; }
    .section-head {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      gap: 24px;
      margin-bottom: 38px;
    }
    .section-kicker {
      display: flex;
      align-items: center;
      gap: 8px;
      margin: 0 0 9px;
      color: var(--violet-dark);
      font-size: 12px;
      font-weight: 850;
      letter-spacing: .11em;
    }
    .section-kicker::before { width: 24px; height: 2px; border-radius: 5px; background: var(--violet); content: ""; }
    .section-title {
      max-width: 700px;
      margin: 0;
      color: var(--navy);
      font-size: clamp(27px, 3vw, 39px);
      line-height: 1.22;
      letter-spacing: -.045em;
    }
    .section-description {
      max-width: 430px;
      margin: 0;
      color: var(--muted);
      font-size: 14px;
      line-height: 1.8;
    }

    .guide-grid {
      display: grid;
      grid-template-columns: 1.05fr .95fr;
      gap: 28px;
      align-items: stretch;
    }
    .guide-main {
      position: relative;
      overflow: hidden;
      min-height: 390px;
      border-radius: var(--radius-lg);
      padding: 42px;
      color: #fff;
      background: var(--navy);
    }
    .guide-main::after {
      position: absolute;
      right: -100px;
      bottom: -110px;
      width: 370px;
      height: 370px;
      border: 40px solid rgba(109,76,255,.22);
      border-radius: 50%;
      content: "";
    }
    .guide-main .section-kicker { color: #c6bbff; }
    .guide-main .section-kicker::before { background: #c6bbff; }
    .guide-main h3 { position: relative; z-index: 1; max-width: 490px; margin: 0; font-size: 31px; line-height: 1.28; letter-spacing: -.04em; }
    .guide-main p { position: relative; z-index: 1; max-width: 480px; margin: 18px 0 28px; color: #b9c3d3; font-size: 15px; }
    .safe-list { position: relative; z-index: 1; display: grid; gap: 12px; }
    .safe-list li { display: flex; align-items: center; gap: 10px; color: #e3e8f1; font-size: 14px; }
    .safe-list i {
      display: grid;
      width: 22px;
      height: 22px;
      flex: 0 0 22px;
      place-items: center;
      border-radius: 50%;
      color: #a99aff;
      background: rgba(169,154,255,.14);
      font-size: 12px;
      font-style: normal;
    }
    .guide-side { display: grid; gap: 18px; }
    .guide-card {
      display: flex;
      align-items: center;
      gap: 18px;
      border: 1px solid var(--line);
      border-radius: var(--radius-md);
      padding: 23px;
      background: #fff;
      box-shadow: var(--shadow-sm);
      transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
    }
    .guide-card:hover { border-color: #d8d0ff; box-shadow: var(--shadow); transform: translateY(-4px); }
    .guide-number {
      display: grid;
      width: 47px;
      height: 47px;
      flex: 0 0 47px;
      place-items: center;
      border-radius: 15px;
      color: var(--violet-dark);
      background: var(--violet-pale);
      font-size: 16px;
      font-weight: 900;
    }
    .guide-card h4 { margin: 0 0 5px; color: var(--navy); font-size: 16px; }
    .guide-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.72; }

    .rank-layout { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(300px, .75fr); gap: 28px; }
    .ranking-panel, .editorial-panel {
      border: 1px solid var(--line);
      border-radius: var(--radius-lg);
      background: #fff;
      box-shadow: var(--shadow-sm);
    }
    .ranking-panel { overflow: hidden; }
    .panel-heading {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 23px 26px;
      border-bottom: 1px solid var(--line);
    }
    .panel-heading h3 { margin: 0; color: var(--navy); font-size: 17px; letter-spacing: -.02em; }
    .updated { color: var(--muted); font-size: 12px; }
    .rank-list { padding: 4px 19px 14px; }
    .rank-row {
      display: grid;
      grid-template-columns: 38px minmax(0, 1fr) auto;
      gap: 12px;
      align-items: center;
      min-height: 75px;
      border-bottom: 1px solid #edf0f4;
      padding: 10px 7px;
      transition: background var(--transition), transform var(--transition);
    }
    .rank-row:last-child { border-bottom: 0; }
    .rank-row:hover { border-radius: 13px; background: #f8f7ff; transform: translateX(3px); }
    .rank-no {
      width: 30px;
      height: 30px;
      border-radius: 9px;
      color: var(--muted);
      background: #f0f2f6;
      font-size: 13px;
      font-weight: 850;
      line-height: 30px;
      text-align: center;
    }
    .rank-row:nth-child(1) .rank-no { color: #9c6800; background: #fff2cb; }
    .rank-row:nth-child(2) .rank-no { color: #637180; background: #e7edf2; }
    .rank-row:nth-child(3) .rank-no { color: #9a6246; background: #f8e6da; }
    .rank-copy strong { display: block; color: var(--ink); font-size: 14px; }
    .rank-copy span { display: block; margin-top: 2px; color: var(--muted); font-size: 12px; }
    .score { color: var(--violet-dark); font-size: 13px; font-weight: 850; white-space: nowrap; }
    .editorial-panel {
      position: relative;
      overflow: hidden;
      padding: 29px;
      color: #fff;
      background: linear-gradient(145deg, #36247b, #181d42);
    }
    .editorial-panel::before {
      position: absolute;
      top: -43px;
      right: -42px;
      width: 190px;
      height: 190px;
      border: 24px solid rgba(255,255,255,.08);
      border-radius: 50%;
      content: "";
    }
    .editorial-panel > * { position: relative; z-index: 1; }
    .editorial-tag {
      display: inline-flex;
      border-radius: 99px;
      padding: 6px 10px;
      color: #d8d0ff;
      background: rgba(255,255,255,.10);
      font-size: 11px;
      font-weight: 800;
    }
    .editorial-panel h3 { margin: 18px 0 13px; font-size: 26px; line-height: 1.27; letter-spacing: -.04em; }
    .editorial-panel p { margin: 0; color: #c8cbed; font-size: 14px; }
    .mini-timeline { display: grid; gap: 13px; margin-top: 27px; }
    .mini-step { display: flex; align-items: center; gap: 10px; color: #e4e5fa; font-size: 13px; }
    .mini-step i { width: 9px; height: 9px; border: 2px solid #9d8cff; border-radius: 50%; box-shadow: 0 0 0 4px rgba(157,140,255,.13); }
    .editorial-link { display: inline-flex; align-items: center; gap: 6px; margin-top: 29px; color: #fff; font-size: 13px; font-weight: 800; }

    .genres-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; }
    .genre-card {
      position: relative;
      min-height: 205px;
      overflow: hidden;
      border: 1px solid var(--line);
      border-radius: var(--radius-md);
      padding: 22px;
      background: #fff;
      box-shadow: var(--shadow-sm);
      transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
    }
    .genre-card:hover { border-color: transparent; box-shadow: var(--shadow); transform: translateY(-6px); }
    .genre-card::after {
      position: absolute;
      right: -25px;
      bottom: -40px;
      width: 125px;
      height: 125px;
      border-radius: 43px;
      content: "";
      transform: rotate(29deg);
    }
    .genre-card:nth-child(1)::after { background: #e6dcff; }
    .genre-card:nth-child(2)::after { background: #d7f2eb; }
    .genre-card:nth-child(3)::after { background: #ffe3d8; }
    .genre-card:nth-child(4)::after { background: #ffefc9; }
    .genre-icon {
      display: grid;
      width: 43px;
      height: 43px;
      place-items: center;
      border-radius: 14px;
      color: var(--violet-dark);
      background: var(--violet-pale);
      font-size: 20px;
    }
    .genre-card:nth-child(2) .genre-icon { color: #16866c; background: #e0f7f0; }
    .genre-card:nth-child(3) .genre-icon { color: #d35a3e; background: #fff0e9; }
    .genre-card:nth-child(4) .genre-icon { color: #b27705; background: #fff6dc; }
    .genre-card h3 { position: relative; z-index: 1; margin: 21px 0 5px; font-size: 17px; letter-spacing: -.025em; }
    .genre-card p { position: relative; z-index: 1; margin: 0; color: var(--muted); font-size: 13px; }

    .process-wrap {
      position: relative;
      overflow: hidden;
      border-radius: var(--radius-lg);
      padding: 50px;
      color: #fff;
      background: var(--navy);
    }
    .process-wrap::before {
      position: absolute;
      top: 0;
      right: 0;
      width: 40%;
      height: 100%;
      background: linear-gradient(120deg, transparent, rgba(109,76,255,.17));
      content: "";
    }
    .process-wrap .section-title { color: #fff; }
    .process-wrap .section-description { color: #b9c3d3; }
    .process-wrap .section-head { position: relative; z-index: 1; margin-bottom: 42px; }
    .process-wrap .section-kicker { color: #c6bbff; }
    .process-wrap .section-kicker::before { background: #c6bbff; }
    .process-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
    .process-card {
      position: relative;
      min-height: 185px;
      border: 1px solid rgba(255,255,255,.12);
      border-radius: 18px;
      padding: 22px;
      background: rgba(255,255,255,.055);
    }
    .process-card:not(:last-child)::after {
      position: absolute;
      top: 39px;
      right: -19px;
      z-index: 2;
      width: 20px;
      height: 1px;
      background: rgba(255,255,255,.28);
      content: "";
    }
    .step-index { color: #a99aff; font-size: 12px; font-weight: 850; letter-spacing: .08em; }
    .process-card h3 { margin: 23px 0 7px; color: #fff; font-size: 17px; }
    .process-card p { margin: 0; color: #afbacb; font-size: 13px; line-height: 1.72; }

    .news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
    .news-card {
      display: flex;
      flex-direction: column;
      overflow: hidden;
      border: 1px solid var(--line);
      border-radius: var(--radius-md);
      background: #fff;
      box-shadow: var(--shadow-sm);
      transition: transform var(--transition), box-shadow var(--transition);
    }
    .news-card:hover { box-shadow: var(--shadow); transform: translateY(-5px); }
    .news-visual { position: relative; height: 174px; overflow: hidden; }
    .news-card:nth-child(1) .news-visual { background: linear-gradient(135deg, #353e7e, #9380db); }
    .news-card:nth-child(2) .news-visual { background: linear-gradient(135deg, #155f6a, #72c3b6); }
    .news-card:nth-child(3) .news-visual { background: linear-gradient(135deg, #8a4f45, #e8a176); }
    .news-visual::before {
      position: absolute;
      bottom: -30px;
      left: 15%;
      width: 132px;
      height: 176px;
      border-radius: 70px 70px 18px 18px;
      background: rgba(255,255,255,.23);
      content: "";
      transform: rotate(-13deg);
    }
    .news-visual::after {
      position: absolute;
      top: 21px;
      right: 19px;
      width: 84px;
      height: 84px;
      border: 2px solid rgba(255,255,255,.25);
      border-radius: 50%;
      content: "";
    }
    .visual-text { position: absolute; z-index: 1; top: 21px; left: 22px; color: rgba(255,255,255,.93); font-size: 14px; font-weight: 850; }
    .news-body { display: flex; flex: 1; flex-direction: column; padding: 21px; }
    .news-meta { color: var(--violet-dark); font-size: 11px; font-weight: 800; letter-spacing: .06em; }
    .news-body h3 { margin: 9px 0 8px; color: var(--navy); font-size: 17px; line-height: 1.45; letter-spacing: -.02em; }
    .news-body p { margin: 0 0 17px; color: var(--muted); font-size: 13px; }
    .text-link { display: inline-flex; align-items: center; gap: 6px; margin-top: auto; color: var(--violet-dark); font-size: 13px; font-weight: 800; }
    .text-link:hover { color: var(--coral); }

    .faq-layout { display: grid; grid-template-columns: .76fr 1.24fr; gap: 64px; align-items: start; }
    .faq-lead { position: sticky; top: 105px; }
    .faq-lead .section-description { margin-top: 17px; }
    .faq-contact {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-top: 27px;
      border: 1px solid #ddd7ff;
      border-radius: 16px;
      padding: 15px;
      background: var(--violet-pale);
    }
    .faq-contact i {
      display: grid;
      width: 34px;
      height: 34px;
      flex: 0 0 34px;
      place-items: center;
      border-radius: 11px;
      color: #fff;
      background: var(--violet);
      font-style: normal;
    }
    .faq-contact span { color: var(--violet-dark); font-size: 13px; font-weight: 750; }
    .faq-list { display: grid; gap: 11px; }
    .faq-item { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-sm); background: #fff; transition: border-color var(--transition), box-shadow var(--transition); }
    .faq-item:hover { border-color: #d8d0ff; box-shadow: var(--shadow-sm); }
    .faq-question {
      display: flex;
      width: 100%;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
      border: 0;
      padding: 19px 20px;
      color: var(--navy);
      background: #fff;
      font-size: 15px;
      font-weight: 800;
      text-align: left;
    }
    .faq-symbol {
      display: grid;
      width: 25px;
      height: 25px;
      flex: 0 0 25px;
      place-items: center;
      border-radius: 8px;
      color: var(--violet-dark);
      background: var(--violet-pale);
      font-size: 19px;
      font-weight: 400;
      transition: transform var(--transition), background var(--transition);
    }
    .faq-answer {
      display: grid;
      grid-template-rows: 0fr;
      transition: grid-template-rows 300ms ease;
    }
    .faq-answer > div { overflow: hidden; }
    .faq-answer p { margin: 0; padding: 0 20px 20px; color: var(--muted); font-size: 14px; line-height: 1.8; }
    .faq-item.open { border-color: #d6ceff; }
    .faq-item.open .faq-answer { grid-template-rows: 1fr; }
    .faq-item.open .faq-symbol { color: #fff; background: var(--violet); transform: rotate(45deg); }

    .cta-section { padding: 0 0 100px; }
    .cta-box {
      position: relative;
      overflow: hidden;
      border-radius: var(--radius-lg);
      padding: 52px 58px;
      color: #fff;
      background: linear-gradient(120deg, #6947f7, #4230b9);
      box-shadow: 0 24px 55px rgba(75, 49, 190, .23);
    }
    .cta-box::before, .cta-box::after { position: absolute; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; content: ""; }
    .cta-box::before { top: -150px; right: -60px; width: 380px; height: 380px; }
    .cta-box::after { right: 150px; bottom: -190px; width: 300px; height: 300px; }
    .cta-content { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 35px; }
    .cta-content h2 { max-width: 670px; margin: 0; font-size: clamp(27px, 3.2vw, 42px); line-height: 1.25; letter-spacing: -.045em; }
    .cta-content p { margin: 13px 0 0; color: #ddd8ff; font-size: 15px; }
    .btn-white { flex: 0 0 auto; color: var(--violet-dark); background: #fff; box-shadow: 0 10px 26px rgba(35,20,100,.18); }
    .btn-white:hover { color: #fff; background: var(--navy); }

    .site-footer { color: #bcc5d3; background: #0d1422; }
    .footer-main { display: grid; grid-template-columns: 1.25fr .75fr; gap: 65px; padding: 58px 0 38px; }
    .footer-brand { color: #fff; }
    .footer-brand .brand-mark { background: #8069ff; }
    .footer-brand .brand-text { max-width: 340px; color: #fff; font-size: 15px; }
    .footer-copy { max-width: 560px; margin: 17px 0 0; color: #95a1b3; font-size: 13px; line-height: 1.85; }
    .footer-side { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; }
    .footer-side h3 { margin: 0 0 14px; color: #fff; font-size: 13px; }
    .footer-side p, .footer-side a { display: block; margin: 0 0 9px; color: #9eabba; font-size: 13px; }
    .footer-side a:hover { color: #c7bdff; }
    .footer-bottom {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 15px;
      border-top: 1px solid rgba(255,255,255,.09);
      padding: 19px 0 24px;
      color: #758195;
      font-size: 12px;
    }
    .footer-bottom span:last-child { text-align: right; }

    @media (max-width: 1024px) {
      .hero-grid { gap: 35px; }
      .hero h1 { font-size: 45px; }
      .genres-grid { grid-template-columns: repeat(2, 1fr); }
      .process-wrap { padding: 40px; }
      .process-grid { grid-template-columns: repeat(2, 1fr); }
      .process-card:not(:last-child)::after { display: none; }
      .faq-layout { gap: 40px; }
    }
    @media (max-width: 768px) {
      .container { width: min(calc(100% - 32px), var(--container)); }
      .nav-wrap { min-height: 68px; grid-template-columns: minmax(0, 1fr) auto; gap: 12px; }
      .brand-text { max-width: 190px; }
      .search-box { display: none; }
      .header-links { display: none; }
      .mobile-menu-btn { display: block; }
      .mobile-nav {
        display: none;
        border-top: 1px solid var(--line);
        padding: 10px 0 15px;
      }
      .mobile-nav.show { display: block; }
      .mobile-nav .search-box { display: flex; margin-bottom: 10px; }
      .mobile-nav .nav-link { display: block; }
      .hero { padding: 55px 0 48px; }
      .hero-grid, .guide-grid, .rank-layout, .faq-layout { grid-template-columns: 1fr; }
      .hero-grid { gap: 38px; }
      .hero h1 { font-size: 39px; }
      .feature-board { max-width: 520px; }
      .trust-inner { grid-template-columns: 1fr 1fr; }
      .trust-intro { grid-column: 1 / -1; min-height: auto; border-bottom: 1px solid var(--line); }
      .trust-item:first-of-type { border-left: 0; }
      .section { padding: 72px 0; }
      .section-head { display: block; margin-bottom: 29px; }
      .section-description { margin-top: 13px; }
      .guide-main { min-height: auto; padding: 34px; }
      .news-grid { grid-template-columns: 1fr; }
      .news-card { display: grid; grid-template-columns: 180px 1fr; }
      .news-visual { height: auto; min-height: 185px; }
      .faq-lead { position: static; }
      .cta-section { padding-bottom: 72px; }
      .cta-box { padding: 40px; }
      .cta-content { display: block; }
      .cta-content .btn { margin-top: 25px; }
      .footer-main { grid-template-columns: 1fr; gap: 35px; }
    }
    @media (max-width: 520px) {
      .container { width: min(calc(100% - 28px), var(--container)); }
      .brand-mark { width: 34px; height: 34px; flex-basis: 34px; }
      .brand-text { max-width: 205px; font-size: 12px; }
      .hero { padding: 43px 0 37px; }
      .hero h1 { font-size: 32px; }
      .hero-copy { margin: 18px 0 24px; font-size: 14px; }
      .hero-actions .btn { width: 100%; }
      .feature-board { padding: 15px; border-radius: 21px; }
      .featured-poster { min-height: 205px; padding: 18px; }
      .poster-name { right: 18px; bottom: 18px; left: 18px; font-size: 22px; }
      .watch-row { gap: 6px; }
      .watch-data { padding: 9px 7px; }
      .watch-data strong { font-size: 13px; }
      .trust-inner { grid-template-columns: 1fr; }
      .trust-item { min-height: auto; border-top: 1px solid var(--line); border-left: 0; }
      .section { padding: 58px 0; }
      .section-title { font-size: 28px; }
      .guide-main { padding: 27px 23px; }
      .guide-main h3 { font-size: 26px; }
      .guide-card { align-items: flex-start; padding: 18px; }
      .rank-list { padding: 3px 12px 10px; }
      .panel-heading { padding: 19px; }
      .rank-row { grid-template-columns: 32px minmax(0, 1fr) auto; gap: 8px; }
      .editorial-panel { padding: 25px; }
      .genres-grid, .process-grid { grid-template-columns: 1fr; }
      .genre-card { min-height: 170px; }
      .process-wrap { padding: 29px 21px; border-radius: 22px; }
      .process-card { min-height: auto; }
      .news-card { display: flex; }
      .news-visual { height: 156px; min-height: auto; }
      .faq-question { padding: 17px; font-size: 14px; }
      .faq-answer p { padding: 0 17px 18px; font-size: 13px; }
      .cta-box { padding: 31px 24px; border-radius: 22px; }
      .cta-content h2 { font-size: 28px; }
      .footer-main { padding: 45px 0 28px; }
      .footer-side { grid-template-columns: 1fr; gap: 18px; }
      .footer-bottom { display: block; }
      .footer-bottom span { display: block; }
      .footer-bottom span:last-child { margin-top: 5px; text-align: left; }
    }
