    :root {
      --bg: #f5f7fb;
      --panel: #ffffff;
      --text: #0f172a;
      --muted: #6b7280;
      --line: #e6ecf5;
      --blue: #3b82f6;
      --cyan: #4dd8ff;
      --shadow: 0 24px 60px rgba(15,23,42,.08);
      --shadow-soft: 0 14px 34px rgba(15,23,42,.05);
      --radius: 28px;
      --radius-md: 24px;
      --section-space: 92px;
      --title-size: clamp(34px, 3.2vw, 50px);
      --title-line: 1.16;
    }
    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
      color: var(--text);
      background: linear-gradient(180deg, #fbfdff 0%, var(--bg) 100%);
    }
    a { color: inherit; text-decoration: none; }
    .wrap { width: min(1240px, calc(100% - 32px)); margin: 0 auto; }
    .panel {
      background: var(--panel);
      border: 1px solid var(--line);
      border-radius: var(--radius);
      box-shadow: var(--shadow);
    }

    .header {
      position: sticky;
      top: 0;
      z-index: 20;
      background: rgba(255,255,255,.88);
      backdrop-filter: blur(16px);
      border-bottom: 1px solid rgba(230,236,245,.9);
    }
    .header .wrap {
      min-height: 78px;
      display: flex;
      align-items: center;
      gap: 24px;
    }
    .logo {
      display: flex;
      align-items: center;
      gap: 2px;
      font-size: 22px;
      font-weight: 800;
    }
    .logo-mark-image {
      height: 36px;
      width: auto;
      max-width: 36px;
      display: block;
      object-fit: contain;
      flex: 0 0 auto;
      border-radius: 10px;
    }
    .logo-image {
      height: 32px;
      width: auto;
      display: block;
      object-fit: contain;
    }
    .header-actions {
      margin-left: auto;
      display: flex;
      gap: 12px;
    }
    .top-btn {
      height: 50px;
      min-width: 190px;
      padding: 0 22px;
      border-radius: 999px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-weight: 800;
      color: #fff;
      background: linear-gradient(135deg, #3576ff 0%, #45c8f6 54%, #78e4ea 100%);
      border: 1px solid rgba(88,157,255,.24);
      box-shadow: 0 16px 32px rgba(53,118,255,.18), inset 0 1px 0 rgba(255,255,255,.28);
      transition: transform .2s ease, box-shadow .2s ease;
    }
    .top-btn:hover {
      transform: translateY(-1px);
      box-shadow: 0 18px 36px rgba(53,118,255,.22), inset 0 1px 0 rgba(255,255,255,.28);
    }

    .hero {
      width: 100%;
      padding: 0;
    }
    .hero-card {
      min-height: calc(100vh - 78px);
      border-radius: 0;
      border-left: 0;
      border-right: 0;
      background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
      position: relative;
      overflow: hidden;
      box-shadow: none;
    }
    .hero-card::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(168deg, transparent 49.8%, rgba(191,203,220,.55) 50%, transparent 50.2%),
        linear-gradient(10deg, transparent 49.8%, rgba(191,203,220,.45) 50%, transparent 50.2%),
        radial-gradient(circle at 80% 18%, rgba(77,216,255,.16), transparent 24%),
        radial-gradient(circle at 16% 88%, rgba(59,130,246,.08), transparent 18%);
      pointer-events: none;
    }
    .hero-grid {
      position: relative;
      z-index: 1;
      min-height: calc(100vh - 78px);
      width: min(1440px, calc(100% - 32px));
      margin: 0 auto;
      display: grid;
      grid-template-columns: minmax(320px, .72fr) minmax(560px, 1fr);
      gap: 24px;
      align-items: center;
      padding: 42px 0;
    }
    .hero-copy {
      padding-left: 36px;
      max-width: 600px;
    }
    .hero-eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 9px 14px;
      border-radius: 999px;
      background: #eef5ff;
      color: var(--blue);
      font-size: 12px;
      font-weight: 800;
      margin-bottom: 20px;
      box-shadow: 0 10px 24px rgba(59,130,246,.08);
    }
    .hero-copy h1 {
      margin: 0;
      font-size: clamp(52px, 5vw, 78px);
      line-height: 1.04;
      letter-spacing: -.055em;
      font-weight: 800;
      max-width: 560px;
    }
    .hero-copy p {
      margin: 18px 0 0;
      font-size: 18px;
      color: #4b5563;
      line-height: 1.72;
      max-width: 520px;
    }
    .hero-desc-2 {
      margin-top: 16px;
      color: #7b8496;
      font-size: 15px;
      line-height: 1.9;
      max-width: 540px;
    }
    .hero-actions {
      display: flex;
      flex-direction: column;
      gap: 16px;
      margin-top: 36px;
      max-width: 320px;
    }
    .download-btn {
      height: 74px;
      border-radius: 999px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 12px;
      font-size: 20px;
      font-weight: 800;
      color: #fff;
      background: linear-gradient(135deg, #3576ff 0%, #45c8f6 54%, #78e4ea 100%);
      border: 1px solid rgba(88,157,255,.28);
      box-shadow: 0 18px 34px rgba(52,120,255,.20), inset 0 1px 0 rgba(255,255,255,.42);
      text-shadow: 0 1px 1px rgba(56,103,190,.20);
      transition: transform .2s ease, box-shadow .2s ease;
    }
    .download-btn:hover {
      transform: translateY(-1px);
      box-shadow: 0 22px 40px rgba(52,120,255,.22), inset 0 1px 0 rgba(255,255,255,.42);
    }
    .download-btn.secondary {
      background: linear-gradient(135deg, #4b8bff 0%, #50cdf1 55%, #8ae7de 100%);
    }
    .download-btn small { display: none; }
    .download-btn-icon {
      width: 19px;
      height: 19px;
      object-fit: contain;
      display: block;
      flex: 0 0 auto;
    }
    .hero-meta {
      margin-top: 24px;
      display: flex;
      gap: 12px;
      flex-wrap: wrap;
      color: var(--muted);
      font-size: 13px;
    }
    .hero-meta span {
      padding: 8px 12px;
      border-radius: 999px;
      background: #f6f9fd;
      border: 1px solid var(--line);
    }

    .hero-visual {
      height: 760px;
      position: relative;
      overflow: visible;
      background: transparent;
      transform: translate3d(var(--mx, 0px), var(--my, 0px), 0) scale(var(--ms, 1));
      transform-origin: center center;
      transition: transform .28s ease-out, filter .28s ease-out;
      will-change: transform;
      filter: drop-shadow(0 28px 54px rgba(59,130,246,.10));
    }
    .hero-visual::before {
      content: "";
      position: absolute;
      inset: -4% -8% -6% -2%;
      background: url('./hero-ref-2.jpg?v=7') center/92% no-repeat;
      pointer-events: none;
    }
    .hero-visual::after {
      content: "";
      position: absolute;
      inset: 0;
      background: radial-gradient(circle at var(--gx, 50%) var(--gy, 50%), rgba(255,255,255,.14), transparent 28%);
      opacity: var(--glow, 0);
      transition: opacity .28s ease-out;
      pointer-events: none;
    }

    .section {
      padding: var(--section-space) 0;
    }
    .section-head {
      text-align: center;
      margin-bottom: 36px;
    }
    .section-head h2 {
      margin: 0;
      font-size: var(--title-size);
      line-height: var(--title-line);
      letter-spacing: -.03em;
      font-weight: 800;
    }
    .section-head p {
      margin: 16px auto 0;
      max-width: 760px;
      color: var(--muted);
      font-size: 16px;
      line-height: 1.9;
    }
    .clean-section {
      text-align: center;
    }
    .clean-section .section-head {
      margin-bottom: 28px;
    }
    .clean-wrap {
      width: min(1440px, calc(100% - 32px));
      margin: 0 auto;
    }
    .clean-compare {
      position: relative;
      min-height: 760px;
      border-radius: 0;
      background: #ffffff;
      border-top: 1px solid var(--line);
      border-bottom: 1px solid var(--line);
      border-left: 0;
      border-right: 0;
      overflow: hidden;
      box-shadow: none;
      padding: 42px 96px;
    }
    .clean-compare::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        radial-gradient(circle at 15% 18%, rgba(59,130,246,.05), transparent 20%),
        radial-gradient(circle at 85% 82%, rgba(77,216,255,.06), transparent 24%);
      pointer-events: none;
    }
    .clean-image {
      position: relative;
      z-index: 1;
      width: 100%;
      height: 620px;
      border-radius: 22px;
      background: url('./clean-module-ref.jpg?v=2') center/contain no-repeat;
    }
    .clean-side-label {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      color: #6b7280;
      font-size: 18px;
      line-height: 1.4;
      letter-spacing: .2em;
      writing-mode: vertical-rl;
      text-orientation: mixed;
      z-index: 1;
    }
    .clean-side-label.left { left: 26px; }
    .clean-side-label.right { right: 26px; }

    .wallpaper-section {
      background: #fff;
    }
    .wallpaper-wrap {
      width: min(1440px, calc(100% - 32px));
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1.15fr .85fr;
      gap: 24px;
      align-items: center;
    }
    .wallpaper-visual {
      min-height: 620px;
      background: url('./wallpaper-module-ref.jpg?v=2') left center/contain no-repeat;
    }
    .wallpaper-copy {
      padding-right: 40px;
    }
    .wallpaper-copy h2 {
      margin: 0;
      font-size: var(--title-size);
      line-height: var(--title-line);
      letter-spacing: -.03em;
      font-weight: 800;
    }
    .wallpaper-copy p {
      margin: 16px 0 0;
      color: var(--muted);
      font-size: 17px;
      line-height: 1.85;
    }
    .wallpaper-stats {
      margin-top: 34px;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 18px;
    }
    .wallpaper-stat {
      padding: 0 18px;
      border-left: 1px solid #e5ebf5;
    }
    .wallpaper-stat:first-child { border-left: 0; padding-left: 0; }
    .wallpaper-stat strong {
      display: block;
      font-size: 54px;
      line-height: 1;
      color: #4c79ff;
      margin-bottom: 8px;
      font-weight: 800;
    }
    .wallpaper-stat span {
      color: var(--muted);
      font-size: 15px;
      line-height: 1.7;
      display: block;
    }
    .wallpaper-note {
      margin-top: 34px;
      color: #7b8496;
      font-size: 16px;
      line-height: 1.8;
    }

    .notice-section {
      background: #fff;
    }
    .notice-wrap {
      width: 100%;
      margin: 0 auto;
      min-height: 760px;
      position: relative;
      background: #fff;
      overflow: hidden;
      padding: 0;
    }
    .notice-overlay {
      position: relative;
      z-index: 1;
      min-height: 760px;
      display: grid;
      grid-template-columns: 1fr 520px 1fr;
      gap: 0;
      align-items: center;
      width: 100%;
      margin: 0 auto;
    }
    .notice-image {
      min-height: 760px;
      background: url('./notice-module-ref.jpg?v=2') left center/contain no-repeat;
    }
    .notice-image.right {
      background-image: url('./notice-module-right.jpg?v=2');
      background-position: right center;
      background-size: contain;
    }
    .notice-copy {
      text-align: left;
      padding: 0 28px;
      display: flex;
      justify-content: center;
    }
    .notice-content {
      max-width: 420px;
    }
    .notice-content h2 {
      margin: 0;
      font-size: var(--title-size);
      line-height: 1.22;
      letter-spacing: -.03em;
      font-weight: 800;
    }
    .notice-content p {
      margin: 16px 0 0;
      color: #7b8496;
      font-size: 17px;
      line-height: 1.85;
    }

    .theme-section {
      background: #fff;
    }
    .theme-wrap {
      width: 100%;
      margin: 0 auto;
      text-align: center;
    }
    .theme-wrap .section-head {
      margin-bottom: 34px;
      width: min(1240px, calc(100% - 32px));
      margin-left: auto;
      margin-right: auto;
    }
    .theme-stage {
      min-height: 720px;
      position: relative;
      overflow: hidden;
      background: #fff;
      width: 100%;
    }
    .theme-stage::before,
    .theme-stage::after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      width: 120px;
      z-index: 2;
      pointer-events: none;
    }
    .theme-stage::before {
      left: 0;
      background: linear-gradient(90deg, #ffffff 10%, rgba(255,255,255,.85) 45%, rgba(255,255,255,0) 100%);
    }
    .theme-stage::after {
      right: 0;
      background: linear-gradient(270deg, #ffffff 10%, rgba(255,255,255,.85) 45%, rgba(255,255,255,0) 100%);
    }
    .theme-track {
      position: relative;
      z-index: 1;
      width: max-content;
      display: flex;
      align-items: center;
      gap: 24px;
      height: 720px;
      animation: themeScroll 42s linear infinite;
    }
    .theme-image {
      width: 1540px;
      height: 680px;
      flex: 0 0 auto;
      background: url('./theme-module-ref.jpg?v=2') center/cover no-repeat;
    }
    @keyframes themeScroll {
      0% { transform: translateX(0); }
      100% { transform: translateX(-50%); }
    }

    .compare-module {
      text-align: center;
      background: #fff;
    }
    .compare-module .section-head {
      margin-bottom: 26px;
    }
    .compare-module .section-head p {
      margin-top: 0;
      font-size: 20px;
      color: #6b7280;
    }
    .compare-table {
      width: min(1440px, calc(100% - 32px));
      margin: 0 auto;
      border-radius: 32px;
      overflow: hidden;
      border: 1px solid var(--line);
      box-shadow: var(--shadow);
      background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    }
    .compare-table-header,
    .compare-table-row {
      display: grid;
      grid-template-columns: 1.1fr 1fr 1fr;
      align-items: stretch;
    }
    .compare-table-header {
      background: #f5f9ff;
      border-bottom: 1px solid var(--line);
    }
    .compare-table-row {
      border-bottom: 1px solid #edf2f8;
    }
    .compare-table-row:last-child {
      border-bottom: 0;
    }
    .compare-cell {
      padding: 26px 28px;
      text-align: left;
      min-height: 118px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 8px;
    }
    .compare-cell.feature {
      background: rgba(248,251,255,.68);
    }
    .compare-cell.desktop {
      background: rgba(238,246,255,.62);
    }
    .compare-cell.web {
      background: rgba(255,255,255,.92);
    }
    .compare-col-title {
      font-size: 22px;
      font-weight: 700;
      color: #0f172a;
    }
    .compare-col-sub {
      font-size: 14px;
      color: #64748b;
      line-height: 1.7;
    }
    .compare-feature-title {
      font-size: 20px;
      font-weight: 700;
      color: #111827;
    }
    .compare-feature-desc {
      font-size: 14px;
      color: #6b7280;
      line-height: 1.8;
    }
    .compare-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-size: 16px;
      font-weight: 600;
      color: #111827;
    }
    .compare-badge::before {
      content: "";
      width: 12px;
      height: 12px;
      border-radius: 999px;
      background: #22c55e;
      box-shadow: 0 0 0 6px rgba(34,197,94,.10);
      flex: 0 0 auto;
    }
    .compare-badge.no::before {
      background: #f87171;
      box-shadow: 0 0 0 6px rgba(248,113,113,.10);
    }
    .compare-note {
      font-size: 13px;
      color: #6b7280;
      line-height: 1.8;
      padding-left: 20px;
    }
    .compare-bottom-text {
      margin-top: 24px;
      font-size: 18px;
      color: #374151;
      line-height: 1.8;
    }

    .steps-section,
    .requirements-section,
    .reviews-section {
      background: #fff;
    }
    .steps-wrap,
    .requirements-wrap {
      width: min(1440px, calc(100% - 32px));
      margin: 0 auto;
    }
    .steps-wrap .section-head,
    .requirements-wrap .section-head {
      text-align: left;
      margin-bottom: 26px;
    }
    .steps-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 18px;
      align-items: stretch;
    }
    .step-card {
      position: relative;
      padding: 30px 28px;
      border-radius: var(--radius);
      background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
      border: 1px solid var(--line);
      box-shadow: var(--shadow-soft);
      overflow: hidden;
    }
    .step-card::after {
      content: "→";
      position: absolute;
      top: 44px;
      right: -14px;
      width: 38px;
      height: 38px;
      border-radius: 999px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #fff;
      border: 1px solid #dce8f6;
      color: #3b82f6;
      font-size: 18px;
      box-shadow: 0 8px 18px rgba(59,130,246,.08);
      z-index: 2;
    }
    .step-card:last-child::after {
      display: none;
    }
    .step-head {
      display: flex;
      align-items: center;
      gap: 14px;
      margin-bottom: 20px;
    }
    .step-icon {
      width: 52px;
      height: 52px;
      border-radius: 18px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: #edf5ff;
      color: #2563eb;
      font-size: 22px;
      flex: 0 0 auto;
    }
    .step-no {
      width: 52px;
      height: 52px;
      border-radius: 999px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: #eaf3ff;
      color: #2563eb;
      font-size: 18px;
      font-weight: 800;
      margin: 0;
    }
    .step-card h3 {
      margin: 0 0 12px;
      font-size: 22px;
      color: #0f172a;
    }
    .step-card p {
      margin: 0;
      color: #6b7280;
      line-height: 1.9;
      font-size: 15px;
    }
    .step-tip {
      margin-top: 18px;
      padding-top: 14px;
      border-top: 1px solid #e8eff8;
      color: #3b82f6;
      font-size: 13px;
      font-weight: 600;
    }
    .requirements-panel {
      display: grid;
      grid-template-columns: 1.14fr .86fr;
      gap: 18px;
      align-items: stretch;
    }
    .requirements-card,
    .requirements-note {
      padding: 30px 28px;
      border-radius: var(--radius);
      background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
      border: 1px solid var(--line);
      box-shadow: var(--shadow-soft);
    }
    .requirements-table {
      margin-top: 18px;
      border-radius: 22px;
      overflow: hidden;
      border: 1px solid #e8eff8;
      background: #fff;
    }
    .requirements-row {
      display: grid;
      grid-template-columns: 180px 1fr 1fr;
      border-bottom: 1px solid #e8eff8;
    }
    .requirements-row:last-child {
      border-bottom: 0;
    }
    .requirements-row.header {
      background: #f3f8ff;
      font-weight: 700;
      color: #0f172a;
    }
    .requirements-cell {
      padding: 18px 20px;
      font-size: 14px;
      line-height: 1.8;
      color: #6b7280;
      border-right: 1px solid #e8eff8;
    }
    .requirements-cell:last-child {
      border-right: 0;
    }
    .requirements-cell.label {
      background: #fafcff;
      color: #111827;
      font-weight: 600;
    }
    .requirements-os {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      color: #0f172a;
      font-weight: 700;
    }
    .requirements-os-icon {
      width: 28px;
      height: 28px;
      border-radius: 10px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: #eaf3ff;
      color: #2563eb;
      font-size: 15px;
    }
    .requirements-note h3 {
      margin: 0 0 12px;
      font-size: 22px;
      color: #0f172a;
    }
    .requirements-note p {
      margin: 0;
      color: #6b7280;
      line-height: 1.9;
      font-size: 15px;
    }
    .requirements-tags {
      margin-top: 20px;
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
    }
    .requirements-tags span {
      padding: 9px 14px;
      border-radius: 999px;
      background: #fff;
      border: 1px solid #d9e5f4;
      color: #355ea8;
      font-size: 13px;
      font-weight: 600;
    }

    .reviews-section {
      background: #fff;
    }
    .reviews-wrap {
      width: min(1440px, calc(100% - 32px));
      margin: 0 auto;
    }
    .reviews-head {
      display: flex;
      align-items: end;
      justify-content: space-between;
      gap: 24px;
      margin-bottom: 26px;
    }
    .reviews-wrap .section-head {
      margin-bottom: 0;
      text-align: left;
    }
    .reviews-summary {
      display: flex;
      align-items: center;
      gap: 18px;
      padding: 18px 22px;
      border-radius: 22px;
      background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
      border: 1px solid var(--line);
      box-shadow: var(--shadow);
      flex: 0 0 auto;
    }
    .reviews-score {
      font-size: 40px;
      line-height: 1;
      font-weight: 800;
      color: #0f172a;
    }
    .reviews-summary-meta {
      display: grid;
      gap: 4px;
    }
    .reviews-summary-meta .review-stars {
      margin: 0;
    }
    .reviews-count {
      font-size: 14px;
      color: #64748b;
    }
    .reviews-marquee {
      position: relative;
      overflow: hidden;
    }
    .reviews-track {
      display: flex;
      gap: 18px;
      width: max-content;
      animation: reviewsScroll 28s linear infinite;
    }
    .review-card {
      width: 420px;
      padding: 28px;
      border-radius: var(--radius);
      background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
      border: 1px solid var(--line);
      box-shadow: var(--shadow-soft);
      flex: 0 0 auto;
    }
    .review-stars {
      color: #f59e0b;
      font-size: 18px;
      letter-spacing: 0.2em;
      margin-bottom: 16px;
    }
    .review-text {
      margin: 0;
      color: #334155;
      font-size: 16px;
      line-height: 1.95;
    }
    .review-meta {
      margin-top: 20px;
    }
    .review-meta strong {
      display: block;
      font-size: 15px;
      color: #0f172a;
    }
    .review-meta span {
      display: block;
      margin-top: 4px;
      font-size: 13px;
      color: #64748b;
    }
    @keyframes reviewsScroll {
      0% { transform: translateX(0); }
      100% { transform: translateX(calc(-50% - 9px)); }
    }

    .faq-section {
      background: #fff;
    }
    .faq-wrap {
      width: min(1320px, calc(100% - 32px));
      margin: 0 auto;
      display: grid;
      grid-template-columns: 360px minmax(0, 1fr);
      gap: 24px;
      align-items: start;
    }
    .faq-intro {
      padding: 28px;
      border-radius: var(--radius);
      background: linear-gradient(180deg, #f8fbff 0%, #eef5ff 100%);
      border: 1px solid var(--line);
      box-shadow: var(--shadow-soft);
      position: sticky;
      top: 92px;
    }
    .faq-intro .section-head {
      margin: 0 0 18px;
      text-align: left;
    }
    .faq-intro-note {
      color: #64748b;
      line-height: 1.9;
      font-size: 15px;
    }
    .faq-tags {
      margin-top: 18px;
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
    }
    .faq-tag {
      padding: 9px 14px;
      border-radius: 999px;
      background: #fff;
      border: 1px solid #d9e5f4;
      color: #355ea8;
      font-size: 13px;
      font-weight: 600;
    }
    .faq-list {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
      align-content: start;
    }
    .faq-group {
      display: grid;
      gap: 14px;
      align-content: start;
      padding: 20px;
      border-radius: 28px;
      background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
      border: 1px solid var(--line);
      box-shadow: var(--shadow);
    }
    .faq-group-title {
      margin: 0;
      padding: 0 2px 6px;
      font-size: 13px;
      font-weight: 700;
      letter-spacing: .14em;
      color: #3b82f6;
      text-transform: uppercase;
      border-bottom: 1px solid #e9f0f8;
    }
    .faq-item {
      border-radius: 20px;
      background: #fff;
      border: 1px solid #e7eef7;
      box-shadow: 0 10px 24px rgba(15,23,42,.04);
      overflow: hidden;
      transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
    }
    .faq-item[open] {
      border-color: #cfe0f5;
      box-shadow: 0 16px 34px rgba(59,130,246,.08);
    }
    .faq-item summary {
      list-style: none;
      cursor: pointer;
      padding: 20px 22px;
      font-size: 17px;
      font-weight: 700;
      color: #0f172a;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      line-height: 1.6;
    }
    .faq-item summary::-webkit-details-marker {
      display: none;
    }
    .faq-item summary::after {
      content: "+";
      width: 28px;
      height: 28px;
      border-radius: 999px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 20px;
      line-height: 1;
      color: #3b82f6;
      background: #edf5ff;
      flex: 0 0 auto;
      transition: transform .2s ease, background .2s ease;
    }
    .faq-item[open] summary::after {
      content: "−";
      background: #dbeafe;
    }
    .faq-answer {
      padding: 0 22px 20px;
      color: #6b7280;
      line-height: 1.95;
      font-size: 14px;
    }

    .cta-card {
      padding: 46px;
      text-align: center;
      background: linear-gradient(135deg, #0f1f3a, #2252aa 70%, #3ab5f2);
      color: #fff;
      position: relative;
      overflow: hidden;
      border-radius: var(--radius);
      box-shadow: 0 24px 56px rgba(21,57,132,.18);
    }
    .cta-card::before {
      content: "";
      position: absolute;
      inset: 0;
      background: radial-gradient(circle at 50% 20%, rgba(255,255,255,.14), transparent 28%);
      pointer-events: none;
    }
    .cta-card > * { position: relative; z-index: 1; }
    .cta-card h2 { margin: 0; font-size: clamp(30px, 3vw, 44px); }
    .cta-card p {
      margin: 16px auto 0;
      max-width: 760px;
      color: rgba(255,255,255,.84);
      line-height: 1.9;
      font-size: 16px;
    }
    .cta-actions {
      margin-top: 26px;
      display: flex;
      justify-content: center;
      gap: 14px;
      flex-wrap: wrap;
    }
    .back-top-link {
      margin-top: 18px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      color: rgba(255,255,255,.88);
      font-size: 14px;
      line-height: 1;
    }

    @media (max-width: 1080px) {
      .hero-grid,
      .feature-grid,
      .wallpaper-wrap,
      .wallpaper-stats { grid-template-columns: 1fr; }
      .compare-table { width: min(100% - 20px, 1440px); }
      .compare-table-header,
      .compare-table-row { grid-template-columns: 1fr; }
      .compare-cell { min-height: auto; padding: 22px 20px; }
      .compare-cell.feature { border-bottom: 1px solid #edf2f8; }
      .steps-wrap,
      .requirements-wrap,
      .reviews-wrap { width: min(100% - 20px, 1440px); }
      .steps-grid,
      .requirements-panel { grid-template-columns: 1fr; }
      .requirements-row { grid-template-columns: 1fr; }
      .requirements-cell { border-right: 0; border-bottom: 1px solid #e8eff8; }
      .requirements-row .requirements-cell:last-child { border-bottom: 0; }
      .step-card,
      .requirements-card,
      .requirements-note { padding: 24px 22px; border-radius: 24px; }
      .step-card::after { display: none; }
      .reviews-head { flex-direction: column; align-items: flex-start; }
      .review-card { width: 360px; }
      .faq-wrap { width: min(100% - 20px, 1320px); grid-template-columns: 1fr; }
      .faq-intro { position: static; }
      .faq-list { grid-template-columns: 1fr 1fr; }
      .faq-group { padding: 18px; border-radius: 24px; }
      .notice-wrap { min-height: 560px; overflow: hidden; }
      .notice-overlay { min-height: 560px; grid-template-columns: 1fr; width: min(100% - 20px, 1440px); }
      .notice-image { min-height: 280px; background-position: center; }
      .notice-copy { padding: 0; text-align: center; order: 0; }
      .notice-content { max-width: none; }
      .theme-wrap { width: 100%; }
      .theme-stage { min-height: 480px; }
      .theme-stage::before,
      .theme-stage::after { width: 72px; }
      .theme-track { height: 460px; gap: 16px; }
      .theme-image { width: 1120px; height: 440px; background-size: cover; }
      .hero-copy { max-width: none; padding-left: 8px; }
      .hero-visual { height: 520px; }
      .poster-image { transform: scale(1.03); }
      .clean-wrap { width: min(100% - 20px, 1440px); }
      .clean-compare { padding: 28px 40px; min-height: 520px; }
      .clean-image { height: 380px; }
      .wallpaper-wrap { width: min(100% - 20px, 1440px); gap: 18px; }
      .wallpaper-visual { min-height: 420px; background-position: center; }
      .wallpaper-copy { padding-right: 0; }
      .wallpaper-stat { border-left: 0; padding-left: 0; }
    }
    @media (max-width: 760px) {
      .wrap { width: min(100% - 20px, 1240px); }
      .header .wrap { flex-wrap: wrap; padding: 12px 0; }
      .header-actions { width: 100%; margin-left: 0; flex-direction: column; }
      .top-btn { width: 100%; min-width: 0; }
      .hero-grid {
        min-height: auto;
        width: min(100% - 20px, 1440px);
        padding: 26px 0;
      }
      .compare-table { width: min(100% - 20px, 1440px); border-radius: 24px; }
      .compare-col-title { font-size: 20px; }
      .compare-feature-title { font-size: 18px; }
      .compare-bottom-text { font-size: 15px; }
      .steps-wrap,
      .requirements-wrap,
      .reviews-wrap { width: min(100% - 20px, 1440px); }
      .steps-grid,
      .requirements-panel { grid-template-columns: 1fr; }
      .requirements-row { grid-template-columns: 1fr; }
      .step-card,
      .requirements-card,
      .requirements-note { padding: 22px 20px; border-radius: 22px; }
      .step-head { gap: 10px; margin-bottom: 16px; }
      .step-icon,
      .step-no { width: 46px; height: 46px; }
      .step-card h3,
      .requirements-note h3 { font-size: 20px; }
      .requirements-cell { padding: 16px 18px; }
      .reviews-summary { width: 100%; }
      .reviews-score { font-size: 34px; }
      .review-card { width: 300px; padding: 22px; border-radius: 22px; }
      .review-text { font-size: 15px; }
      .faq-wrap { width: min(100% - 20px, 1320px); grid-template-columns: 1fr; }
      .faq-list { grid-template-columns: 1fr; }
      .faq-intro { padding: 22px; border-radius: 22px; }
      .faq-group { padding: 16px; border-radius: 22px; }
      .faq-item { border-radius: 18px; }
      .faq-item summary { padding: 18px; font-size: 16px; }
      .faq-answer { padding: 0 18px 18px; font-size: 14px; }
      .hero-copy { padding-left: 0; }
      .hero-copy h1 { font-size: clamp(34px, 10vw, 52px); }
      .hero-copy p { font-size: 16px; }
      .download-btn { height: 60px; font-size: 17px; }
      .hero-visual { height: 320px; background: transparent; overflow: hidden; }
      .hero-visual::before { inset: 0; background: url('./hero-ref-2.jpg?v=7') center/contain no-repeat; }
      .clean-compare { padding: 18px 20px; min-height: 320px; }
      .clean-image { height: 220px; }
      .clean-side-label { font-size: 14px; letter-spacing: .12em; }
      .clean-side-label.left { left: 6px; }
      .clean-side-label.right { right: 6px; }
      .wallpaper-wrap { width: min(100% - 20px, 1440px); }
      .wallpaper-visual { min-height: 260px; }
      .wallpaper-copy h2 { font-size: 30px; }
      .wallpaper-copy p, .wallpaper-note { font-size: 15px; }
      .wallpaper-stat strong { font-size: 40px; }
      .notice-wrap { min-height: 320px; }
      .notice-overlay { min-height: 320px; grid-template-columns: 1fr; width: min(100% - 20px, 1440px); }
      .notice-image { min-height: 180px; background-position: center; }
      .notice-content h2 { font-size: 28px; }
      .notice-content p { font-size: 14px; }
      .theme-wrap { width: 100%; }
      .theme-stage { min-height: 260px; }
      .theme-stage::before,
      .theme-stage::after { width: 28px; }
      .theme-track { height: 240px; gap: 8px; }
      .theme-image { width: 620px; height: 230px; background-size: cover; }
      .section { padding: 64px 0; }
      .cta-card { padding: 28px 20px; }
    }

/* ==== restored subpage structure ==== */
.crumbs,
.about-hero,
.subpage-hero,
.doc-hero,
.about-wrap,
.help-wrap,
.doc-wrap,
.site-footer {
  box-sizing: border-box;
}

.crumbs {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto 18px;
  color: #8ea0ba;
  font-size: 13px;
  line-height: 1.7;
}

.crumbs a {
  color: #9fb8ff;
  text-decoration: none;
}

.about-hero,
.subpage-hero,
.doc-hero {
  width: 100%;
  padding: 42px 0 0;
}

.about-hero-card,
.help-hero,
.doc-hero-card {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 36px 32px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(14,22,40,0.92), rgba(9,14,28,0.96));
  border: 1px solid rgba(148,163,184,0.16);
  box-shadow: 0 24px 80px rgba(0,0,0,0.28);
}

.about-hero-card h1,
.help-hero h1,
.doc-hero-card h1 {
  margin: 0 0 14px;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.15;
  color: #f8fbff;
}

.about-hero-card p,
.help-hero > p,
.doc-hero-card > p {
  margin: 0;
  max-width: 860px;
  color: #b5c2d6;
  font-size: 16px;
  line-height: 1.9;
}

.about-nav,
.subpage-nav,
.doc-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.about-nav a,
.subpage-nav a,
.doc-nav a {
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(148,163,184,0.16);
  color: #dce6f5;
  text-decoration: none;
  font-size: 14px;
}

.about-wrap,
.help-wrap {
  width: min(1180px, calc(100% - 32px));
  margin: 30px auto 0;
  display: grid;
  gap: 24px;
}

.about-panel,
.doc-panel,
.help-section,
.about-cta,
.doc-cta {
  border-radius: 24px;
  padding: 28px;
  background: rgba(9,14,28,0.82);
  border: 1px solid rgba(148,163,184,0.12);
  box-shadow: 0 14px 40px rgba(0,0,0,0.18);
}

.about-head,
.help-section-head,
.faq-head {
  margin-bottom: 20px;
}

.about-head h2,
.help-section-head h2,
.doc-panel h2,
.doc-aside h2,
.faq-head h2 {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1.3;
  color: #f6f8fc;
}

.about-head p,
.help-section-head p,
.doc-panel p,
.doc-aside,
.faq-head p,
.about-summary-copy p,
.about-card p,
.about-highlight p,
.about-contact-card p {
  color: #aebcd0;
  line-height: 1.9;
}

.about-summary {
  display: grid;
  grid-template-columns: 1.15fr .95fr;
  gap: 24px;
  align-items: start;
}

.about-highlight-grid,
.about-grid,
.about-contact-grid,
.help-grid {
  display: grid;
  gap: 18px;
}

.about-highlight-grid,
.about-grid,
.about-contact-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.help-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.about-highlight,
.about-card,
.about-contact-card,
.help-card,
.doc-aside {
  border-radius: 20px;
  padding: 22px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(148,163,184,0.1);
}

.about-highlight strong,
.about-card h3,
.about-contact-card h3,
.help-card h3 {
  display: block;
  margin: 0 0 10px;
  color: #f5f8ff;
  font-size: 18px;
  line-height: 1.5;
}

.help-search {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}

.help-search input {
  flex: 1;
  min-width: 0;
  height: 50px;
  padding: 0 16px;
  border-radius: 14px;
  border: 1px solid rgba(148,163,184,0.18);
  background: rgba(255,255,255,0.06);
  color: #f7fbff;
  outline: none;
}

.help-search button,
.help-tag {
  border: 0;
  cursor: pointer;
}

.help-search button {
  height: 50px;
  padding: 0 20px;
  border-radius: 14px;
  background: linear-gradient(135deg, #ffd36b, #ffb648);
  color: #1b2436;
  font-weight: 700;
}

.help-search-status {
  margin-top: 12px;
  color: #93a7c3;
  font-size: 14px;
}

.help-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.help-tag {
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(118,146,255,0.12);
  color: #dce7ff;
  border: 1px solid rgba(118,146,255,0.18);
}

.help-faq-list {
  display: grid;
  gap: 12px;
}

.help-faq-item {
  border-radius: 16px;
  background: rgba(5,10,21,0.36);
  border: 1px solid rgba(148,163,184,0.08);
  padding: 0 16px;
}

.help-faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 16px 0;
  color: #f7faff;
  font-weight: 600;
}

.help-faq-item summary::-webkit-details-marker {
  display: none;
}

.help-faq-answer {
  padding: 0 0 16px;
  color: #aebcd0;
  line-height: 1.85;
}

.doc-wrap {
  width: min(1180px, calc(100% - 32px));
  margin: 30px auto 0;
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.doc-aside {
  position: sticky;
  top: 20px;
}

.doc-aside-links {
  display: grid;
  gap: 10px;
}

.doc-aside-links a,
.doc-aside-links span {
  color: #c6d2e5;
  text-decoration: none;
  line-height: 1.7;
}

.doc-content {
  display: grid;
  gap: 20px;
}

.doc-cta .panel,
.about-cta .panel {
  border-radius: 20px;
  padding: 28px;
  background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.03));
}

.cta-actions {
  margin-top: 18px;
}

.site-footer {
  width: min(1180px, calc(100% - 32px));
  margin: 36px auto 48px;
  padding: 30px 28px;
  border-radius: 28px;
  background: rgba(7,12,23,0.92);
  border: 1px solid rgba(148,163,184,0.12);
}

.footer-main {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 24px;
}

.footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.footer-brand p,
.footer-bottom span,
.footer-bottom a {
  color: #9fb0c6;
  line-height: 1.8;
}

.footer-links-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 18px;
}

.footer-links-columns a {
  color: #edf3ff;
  text-decoration: none;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 20px;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(148,163,184,0.12);
}

@media (max-width: 960px) {
  .about-summary,
  .doc-wrap,
  .footer-main {
    grid-template-columns: 1fr;
  }

  .doc-aside {
    position: static;
  }
}

@media (max-width: 720px) {
  .about-hero-card,
  .help-hero,
  .doc-hero-card,
  .about-panel,
  .doc-panel,
  .help-section,
  .site-footer {
    padding: 22px 18px;
    border-radius: 20px;
  }

  .about-grid,
  .about-contact-grid,
  .about-highlight-grid,
  .help-grid {
    grid-template-columns: 1fr;
  }

  .help-search {
    flex-direction: column;
  }

  .footer-bottom {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.footer-wrap,
.footer-links-group,
.footer-links-block,
.footer-links,
.help-cta-section,
.faq-panel {
  display: block;
}

.help-cta-section {
  margin-top: 8px;
}

.footer-links-block-wide { width: 100%; }

/* ==== homepage faq + footer hardening ==== */
.faq-section {
  padding: 28px 0 0;
}

.faq-wrap {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.faq-panel {
  border-radius: 28px;
  padding: 30px 28px;
  background: rgba(9,14,28,0.82);
  border: 1px solid rgba(148,163,184,0.12);
  box-shadow: 0 14px 40px rgba(0,0,0,0.18);
}

.faq-head {
  margin-bottom: 20px;
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-item {
  border-radius: 18px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(148,163,184,0.1);
  padding: 0 18px;
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 0;
  color: #f7faff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.7;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-answer {
  padding: 0 0 18px;
  color: #aebcd0;
  line-height: 1.9;
}

.site-footer {
  margin-top: 34px;
}

.footer-wrap {
  width: 100%;
}

@media (max-width: 720px) {
  .faq-panel {
    padding: 22px 18px;
    border-radius: 20px;
  }

  .faq-item {
    padding: 0 14px;
  }
}

/* ===== homepage faq rebuild ===== */
.home-faq {
  padding: 28px 0 0;
}

.home-faq-wrap {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.home-faq-head {
  margin-bottom: 20px;
}

.home-faq-head h2 {
  margin: 0 0 10px;
  font-size: 30px;
  line-height: 1.25;
  color: #f7fbff;
}

.home-faq-head p {
  margin: 0;
  color: #aebcd0;
  line-height: 1.9;
}

.home-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.home-faq-card {
  border-radius: 18px;
  border: 1px solid rgba(148,163,184,0.14);
  background: rgba(255,255,255,0.03);
  padding: 0 18px;
  transition: border-color .2s ease, background .2s ease;
}

.home-faq-card[open] {
  background: rgba(255,255,255,0.05);
  border-color: rgba(255,191,87,0.28);
}

.home-faq-card summary {
  list-style: none;
  cursor: pointer;
  position: relative;
  padding: 18px 34px 18px 0;
  color: #f7faff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.75;
}

.home-faq-card summary::-webkit-details-marker {
  display: none;
}

.home-faq-card summary::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #ffbf57;
  font-size: 22px;
  font-weight: 400;
}

.home-faq-card[open] summary::after {
  content: '−';
}

.home-faq-body {
  padding: 0 0 18px;
  color: #aebcd0;
  line-height: 1.9;
  font-size: 15px;
}

@media (max-width: 720px) {
  .home-faq-wrap {
    width: min(100% - 20px, 1180px);
  }

  .home-faq-grid {
    grid-template-columns: 1fr;
  }

  .home-faq-head h2 {
    font-size: 26px;
  }
}

/* ===== homepage faq force fix ===== */
.home-faq {
  padding: 56px 0 0 !important;
  background: transparent !important;
}

.home-faq-wrap {
  width: min(1180px, calc(100% - 32px)) !important;
  margin: 0 auto !important;
  padding: 40px 36px !important;
  border-radius: 28px !important;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%) !important;
  border: 1px solid #e6edf7 !important;
  box-shadow: 0 18px 60px rgba(15, 23, 42, 0.08) !important;
}

.home-faq-head {
  margin-bottom: 28px !important;
}

.home-faq-head h2 {
  margin: 0 0 10px !important;
  font-size: 34px !important;
  line-height: 1.2 !important;
  color: #0f172a !important;
  font-weight: 800 !important;
}

.home-faq-head p {
  margin: 0 !important;
  color: #475569 !important;
  font-size: 16px !important;
  line-height: 1.8 !important;
}

.home-faq-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

.home-faq-card {
  display: block !important;
  border-radius: 20px !important;
  border: 1px solid #dbe5f1 !important;
  background: #ffffff !important;
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.06) !important;
  padding: 0 20px !important;
  overflow: hidden !important;
}

.home-faq-card[open] {
  border-color: #f3c56a !important;
  box-shadow: 0 14px 32px rgba(245, 158, 11, 0.12) !important;
}

.home-faq-card summary {
  list-style: none !important;
  cursor: pointer !important;
  position: relative !important;
  padding: 20px 40px 20px 0 !important;
  color: #0f172a !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  line-height: 1.7 !important;
}

.home-faq-card summary::-webkit-details-marker {
  display: none !important;
}

.home-faq-card summary::after {
  content: '+' !important;
  position: absolute !important;
  right: 2px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 28px !important;
  height: 28px !important;
  border-radius: 999px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #fff7e6 !important;
  color: #d97706 !important;
  font-size: 20px !important;
  font-weight: 700 !important;
}

.home-faq-card[open] summary::after {
  content: '−' !important;
}

.home-faq-body {
  padding: 0 0 20px !important;
  color: #475569 !important;
  font-size: 15px !important;
  line-height: 1.9 !important;
}

@media (max-width: 720px) {
  .home-faq-wrap {
    width: min(100% - 20px, 1180px) !important;
    padding: 26px 18px !important;
    border-radius: 20px !important;
  }

  .home-faq-grid {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  .home-faq-head h2 {
    font-size: 28px !important;
  }

  .home-faq-card summary {
    font-size: 16px !important;
    padding: 18px 38px 18px 0 !important;
  }
}

/* ===== homepage faq white corporate cards v2 ===== */
.home-faq {
  padding: 64px 0 0 !important;
}

.home-faq-wrap {
  width: min(1200px, calc(100% - 40px)) !important;
  margin: 0 auto !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.home-faq-head {
  margin-bottom: 26px !important;
  text-align: center !important;
}

.home-faq-head h2 {
  margin: 0 0 12px !important;
  font-size: 36px !important;
  line-height: 1.2 !important;
  color: #111827 !important;
  font-weight: 800 !important;
  letter-spacing: -.02em !important;
}

.home-faq-head p {
  margin: 0 auto !important;
  max-width: 760px !important;
  color: #6b7280 !important;
  font-size: 16px !important;
  line-height: 1.85 !important;
}

.home-faq-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 20px !important;
}

.home-faq-card {
  display: block !important;
  padding: 0 24px !important;
  border-radius: 18px !important;
  border: 1px solid #e5e7eb !important;
  background: #ffffff !important;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05) !important;
  overflow: hidden !important;
}

.home-faq-card[open] {
  border-color: #d7dee8 !important;
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.08) !important;
}

.home-faq-card summary {
  list-style: none !important;
  cursor: pointer !important;
  position: relative !important;
  padding: 22px 44px 22px 0 !important;
  color: #111827 !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1.7 !important;
}

.home-faq-card summary::-webkit-details-marker {
  display: none !important;
}

.home-faq-card summary::after {
  content: '+' !important;
  position: absolute !important;
  right: 0 !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 30px !important;
  height: 30px !important;
  border-radius: 999px !important;
  border: 1px solid #e5e7eb !important;
  background: #f9fafb !important;
  color: #374151 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 20px !important;
  font-weight: 500 !important;
}

.home-faq-card[open] summary::after {
  content: '−' !important;
}

.home-faq-body {
  padding: 0 0 24px !important;
  margin-top: -4px !important;
  color: #4b5563 !important;
  font-size: 15px !important;
  line-height: 1.95 !important;
}

@media (max-width: 860px) {
  .home-faq-grid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 720px) {
  .home-faq {
    padding-top: 48px !important;
  }

  .home-faq-wrap {
    width: min(100% - 24px, 1200px) !important;
  }

  .home-faq-head {
    text-align: left !important;
  }

  .home-faq-head h2 {
    font-size: 28px !important;
  }

  .home-faq-card {
    padding: 0 18px !important;
    border-radius: 16px !important;
  }

  .home-faq-card summary {
    padding: 18px 40px 18px 0 !important;
    font-size: 16px !important;
  }
}

/* ===== global white page background ===== */
html,
body {
  background: #ffffff !important;
  background-color: #ffffff !important;
}

body::before,
body::after {
  display: none !important;
  background: none !important;
}

main,
.section,
.about-wrap,
.help-wrap,
.doc-wrap,
.news-wrap,
.site-footer,
.home-faq,
.home-faq-wrap {
  background-color: transparent !important;
}

/* ===== global footer rebuild white corporate ===== */
.site-footer {
  width: min(1200px, calc(100% - 40px)) !important;
  margin: 56px auto 48px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.footer-wrap {
  width: 100% !important;
  padding: 32px 36px !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 24px !important;
  background: #ffffff !important;
  box-shadow: 0 12px 36px rgba(15, 23, 42, 0.06) !important;
}

.footer-main {
  display: grid !important;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr) !important;
  gap: 32px !important;
  align-items: start !important;
}

.footer-brand {
  max-width: 640px !important;
}

.footer-logo {
  display: inline-flex !important;
  align-items: center !important;
  gap: 12px !important;
  text-decoration: none !important;
  margin-bottom: 16px !important;
}

.footer-brand p {
  margin: 0 !important;
  color: #6b7280 !important;
  font-size: 15px !important;
  line-height: 1.9 !important;
}

.footer-links-group,
.footer-links-block,
.footer-links-block-wide {
  width: 100% !important;
}

.footer-links-columns {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px 24px !important;
}

.footer-links-columns a {
  display: inline-block !important;
  color: #111827 !important;
  text-decoration: none !important;
  font-size: 15px !important;
  line-height: 1.8 !important;
  font-weight: 500 !important;
}

.footer-links-columns a:hover {
  color: #2563eb !important;
}

.footer-bottom {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px 20px !important;
  align-items: center !important;
  justify-content: space-between !important;
  margin-top: 28px !important;
  padding-top: 22px !important;
  border-top: 1px solid #e5e7eb !important;
}

.footer-bottom span,
.footer-bottom a {
  color: #6b7280 !important;
  font-size: 14px !important;
  line-height: 1.8 !important;
  text-decoration: none !important;
}

.footer-bottom a:hover {
  color: #2563eb !important;
}

@media (max-width: 860px) {
  .footer-main {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 720px) {
  .site-footer {
    width: min(100% - 24px, 1200px) !important;
    margin: 44px auto 28px !important;
  }

  .footer-wrap {
    padding: 24px 18px !important;
    border-radius: 18px !important;
  }

  .footer-links-columns {
    grid-template-columns: 1fr 1fr !important;
    gap: 10px 18px !important;
  }

  .footer-bottom {
    justify-content: flex-start !important;
    align-items: flex-start !important;
  }
}

/* ===== subpage modules white container unify ===== */
.about-hero-card,
.help-hero,
.doc-hero-card,
.about-panel,
.help-section,
.doc-panel,
.doc-aside,
.about-cta .panel,
.doc-cta .panel,
.about-card,
.about-contact-card,
.about-highlight,
.help-card {
  background: #ffffff !important;
  border: 1px solid #e5e7eb !important;
  box-shadow: 0 12px 36px rgba(15, 23, 42, 0.06) !important;
}

.about-hero-card,
.help-hero,
.doc-hero-card {
  padding: 36px 32px !important;
  border-radius: 24px !important;
}

.about-panel,
.help-section,
.doc-panel,
.doc-aside,
.about-cta,
.doc-cta {
  border-radius: 22px !important;
}

.about-head h2,
.help-section-head h2,
.doc-panel h2,
.doc-aside h2,
.about-card h3,
.about-contact-card h3,
.about-highlight strong,
.help-card h3,
.about-hero-card h1,
.help-hero h1,
.doc-hero-card h1 {
  color: #111827 !important;
}

.about-head p,
.help-section-head p,
.doc-panel p,
.doc-aside,
.about-summary-copy p,
.about-card p,
.about-highlight p,
.about-contact-card p,
.about-hero-card p,
.help-hero > p,
.doc-hero-card > p,
.doc-aside-links a,
.doc-aside-links span,
.help-faq-answer {
  color: #6b7280 !important;
}

.about-nav a,
.subpage-nav a,
.doc-nav a {
  background: #f9fafb !important;
  border: 1px solid #e5e7eb !important;
  color: #374151 !important;
}

.crumbs,
.crumbs a {
  color: #6b7280 !important;
}

.help-search input {
  background: #ffffff !important;
  border: 1px solid #d1d5db !important;
  color: #111827 !important;
}

.help-search-status {
  color: #6b7280 !important;
}

.help-tag {
  background: #f9fafb !important;
  border: 1px solid #e5e7eb !important;
  color: #374151 !important;
}

.help-faq-item {
  background: #ffffff !important;
  border: 1px solid #e5e7eb !important;
}

.help-faq-item summary {
  color: #111827 !important;
}

@media (max-width: 720px) {
  .about-hero-card,
  .help-hero,
  .doc-hero-card {
    padding: 24px 18px !important;
    border-radius: 18px !important;
  }
}

/* ===== CTA white container fix ===== */
.help-cta-section,
.about-cta,
.doc-cta {
  background: transparent !important;
}

.cta-card,
.about-cta .cta-card,
.doc-cta .cta-card,
.help-cta-section .cta-card {
  padding: 32px !important;
  text-align: center !important;
  background: #ffffff !important;
  color: #111827 !important;
  position: relative !important;
  overflow: hidden !important;
  border-radius: 22px !important;
  border: 1px solid #e5e7eb !important;
  box-shadow: 0 12px 36px rgba(15, 23, 42, 0.06) !important;
}

.cta-card::before,
.about-cta .cta-card::before,
.doc-cta .cta-card::before,
.help-cta-section .cta-card::before {
  display: none !important;
  background: none !important;
}

.cta-card h2,
.about-cta .cta-card h2,
.doc-cta .cta-card h2,
.help-cta-section .cta-card h2 {
  margin: 0 !important;
  color: #111827 !important;
  font-size: clamp(28px, 3vw, 40px) !important;
  line-height: 1.25 !important;
}

.cta-card p,
.about-cta .cta-card p,
.doc-cta .cta-card p,
.help-cta-section .cta-card p {
  margin: 14px auto 0 !important;
  max-width: 760px !important;
  color: #6b7280 !important;
  line-height: 1.9 !important;
  font-size: 15px !important;
}

.cta-card .top-btn,
.about-cta .cta-card .top-btn,
.doc-cta .cta-card .top-btn,
.help-cta-section .cta-card .top-btn {
  background: #2563eb !important;
  color: #ffffff !important;
  border: 1px solid #2563eb !important;
}

@media (max-width: 720px) {
  .cta-card,
  .about-cta .cta-card,
  .doc-cta .cta-card,
  .help-cta-section .cta-card {
    padding: 24px 18px !important;
    border-radius: 18px !important;
  }
}

/* ===== unify all major buttons to header top-btn style ===== */
.download-btn,
.download-btn.secondary,
.help-search button,
.cta-actions .top-btn,
.cta-card .top-btn,
.about-cta .cta-card .top-btn,
.doc-cta .cta-card .top-btn,
.help-cta-section .cta-card .top-btn {
  color: #fff !important;
  background: linear-gradient(135deg, #3576ff 0%, #45c8f6 54%, #78e4ea 100%) !important;
  border: 1px solid rgba(88,157,255,.24) !important;
  box-shadow: 0 16px 32px rgba(53,118,255,.18), inset 0 1px 0 rgba(255,255,255,.28) !important;
  border-radius: 999px !important;
  font-weight: 800 !important;
  text-shadow: none !important;
  transition: transform .2s ease, box-shadow .2s ease !important;
}

.download-btn:hover,
.download-btn.secondary:hover,
.help-search button:hover,
.cta-actions .top-btn:hover,
.cta-card .top-btn:hover,
.about-cta .cta-card .top-btn:hover,
.doc-cta .cta-card .top-btn:hover,
.help-cta-section .cta-card .top-btn:hover {
  transform: translateY(-1px) !important;
  box-shadow: 0 18px 36px rgba(53,118,255,.22), inset 0 1px 0 rgba(255,255,255,.28) !important;
}

.help-search button,
.cta-actions .top-btn,
.cta-card .top-btn,
.about-cta .cta-card .top-btn,
.doc-cta .cta-card .top-btn,
.help-cta-section .cta-card .top-btn {
  min-height: 50px !important;
  padding: 0 22px !important;
}
