﻿:root {
  --ink: #12334a;
  --ink-soft: #3e6d80;
  --paper: #fff9e8;
  --sea: #23c5dc;
  --reef: #2bd7b3;
  --coral: #ff6f55;
  --gold: #ffd35a;
  --lime: #7bd96d;
  --violet: #4e92f4;
  --cream: #fff0bc;
  --line: rgba(34, 134, 160, 0.16);
  --shadow: 0 24px 56px rgba(31, 144, 171, 0.18);
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background:
    linear-gradient(180deg, #fff1aa 0%, #dffbff 18%, #f8fff4 45%, #fff7dc 72%, #ffe7a6 100%);
  color: var(--ink);
  font-family:
    Inter,
    "Segoe UI",
    "PingFang SC",
    "Microsoft YaHei",
    Arial,
    sans-serif;
}

img {
  display: block;
  max-width: 100%;
}

figure {
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.site-header {
  position: fixed;
  z-index: 50;
  top: 18px;
  left: 50%;
  display: grid;
  width: min(1180px, calc(100% - 32px));
  grid-template-columns: auto auto;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 12px 14px;
  transform: translateX(-50%);
  border: 2px solid rgba(255, 239, 128, 0.78);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.66), rgba(190, 246, 255, 0.38)),
    rgba(255, 255, 255, 0.32);
  box-shadow:
    0 18px 44px rgba(34, 118, 142, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    inset 0 -5px 0 rgba(48, 169, 206, 0.16);
  backdrop-filter: blur(18px);
  color: var(--ink);
  transition:
    background 180ms ease,
    box-shadow 180ms ease,
    top 180ms ease;
}

.site-header.is-scrolled {
  top: 10px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(216, 250, 255, 0.74)),
    rgba(255, 255, 255, 0.78);
  box-shadow:
    0 12px 30px rgba(34, 118, 142, 0.18),
    inset 0 -5px 0 rgba(48, 169, 206, 0.14);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.brand-logo {
  display: grid;
  width: 58px;
  height: 58px;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 8px 18px rgba(18, 112, 142, 0.22);
}

.brand-copy {
  display: grid;
  gap: 1px;
  font-weight: 900;
  line-height: 1;
}

.brand-copy span:last-child {
  color: #e7663f;
}

.header-cta,
.btn,
.store-button {
  border-radius: 8px;
  font-weight: 900;
}

.header-cta {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  gap: 7px;
  padding: 10px 16px 11px 12px;
  border: 2px solid rgba(255, 248, 152, 0.88);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.62), transparent 42%),
    linear-gradient(180deg, #fff170 0%, #ffb93d 100%);
  color: #26311c;
  box-shadow:
    0 8px 0 #e5892d,
    0 12px 20px rgba(204, 109, 26, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.84);
  white-space: nowrap;
}

.header-cta img {
  width: 25px;
  height: 25px;
  object-fit: contain;
  filter: drop-shadow(0 3px 3px rgba(106, 70, 8, 0.26));
}

.hero {
  position: relative;
  display: grid;
  min-height: 88svh;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
  align-items: center;
  gap: 34px;
  overflow: hidden;
  padding: 124px max(24px, calc((100vw - 1180px) / 2)) 76px;
  color: #fff;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-image: url("https://static.qualstorgames.com/img/selected_all.png");
  background-position: center top;
  background-size: cover;
  transform: scale(1.02);
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(13, 88, 116, 0.72) 0%, rgba(26, 179, 201, 0.42) 48%, rgba(255, 220, 123, 0.2) 100%),
    linear-gradient(0deg, rgba(12, 70, 94, 0.54) 0%, rgba(255, 255, 255, 0.04) 34%, rgba(255, 232, 150, 0.22) 100%);
}

.hero-content,
.hero-screen {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--coral);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.eyebrow {
  color: #fff06f;
  text-shadow: 0 2px 10px rgba(20, 92, 111, 0.35);
}

.hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: 72px;
  font-weight: 950;
  line-height: 0.96;
  text-shadow: 0 5px 22px rgba(17, 82, 105, 0.36);
}

.hero-lead {
  max-width: 620px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 20px;
  line-height: 1.7;
  overflow-wrap: break-word;
}

.hero-actions,
.download-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.btn {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
}

.btn-primary {
  border: 2px solid rgba(255, 255, 255, 0.82);
  background: linear-gradient(180deg, #fff67a 0%, #ffb53d 100%);
  color: #351d0a;
  box-shadow:
    0 10px 0 #e57929,
    0 18px 28px rgba(242, 111, 29, 0.28);
}

.btn-ghost {
  border: 1px solid rgba(255, 255, 255, 0.76);
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  backdrop-filter: blur(10px);
}

.hero-stats {
  display: grid;
  max-width: 720px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 40px 0 0;
}

.hero-stats div {
  min-height: 92px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(21, 158, 181, 0.2));
  backdrop-filter: blur(12px);
}

.hero-stats dt {
  color: #fff06f;
  font-size: 28px;
  font-weight: 950;
}

.hero-stats dd {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
}

.hero-screen {
  width: 100%;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.34), rgba(79, 218, 224, 0.16)),
    rgba(255, 255, 255, 0.18);
  box-shadow:
    0 22px 56px rgba(5, 87, 123, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.68);
  transform: translateY(22px);
  backdrop-filter: blur(16px);
}

.hero-screen::before,
.hero-screen::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.hero-screen::before {
  inset: -18px;
  z-index: -1;
  border-radius: 8px;
  background:
    radial-gradient(circle at 22% 14%, rgba(255, 240, 111, 0.42), transparent 34%),
    radial-gradient(circle at 78% 88%, rgba(43, 215, 179, 0.38), transparent 42%);
  filter: blur(12px);
}

.hero-screen::after {
  right: 34px;
  bottom: -22px;
  left: 34px;
  height: 36px;
  border-radius: 999px;
  background: rgba(5, 80, 116, 0.24);
  filter: blur(18px);
}

.hero-screen-shell {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(172, 246, 255, 0.62);
  border-radius: 8px;
  background: #0b9fc4;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.32),
    inset 0 -18px 34px rgba(0, 86, 129, 0.24);
}

.hero-screen-top {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 14px;
  background:
    linear-gradient(90deg, rgba(255, 240, 111, 0.86), rgba(70, 222, 222, 0.7)),
    rgba(255, 255, 255, 0.7);
  color: var(--ink);
}

.screen-status {
  font-size: 13px;
  font-weight: 950;
}

.screen-chips {
  display: inline-flex;
  gap: 6px;
}

.screen-chips span {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: rgba(18, 51, 74, 0.34);
}

.hero-screen img {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-top: 1px solid rgba(255, 255, 255, 0.38);
}

.section {
  padding: 94px 0;
}

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

.intro-band {
  padding: 44px 0;
  background:
    linear-gradient(90deg, rgba(255, 224, 117, 0.84), rgba(61, 213, 220, 0.66)),
    #fff5bd;
  color: var(--ink);
}

.intro-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 36px;
}

.intro-grid h2,
.section-heading h2,
.feature-copy h2,
.adventure-grid h2,
.download h2 {
  margin: 0;
  font-size: 44px;
  line-height: 1.12;
}

.intro-grid p:last-child,
.section-heading p,
.feature-copy p,
.adventure-grid > div > p,
.download p {
  margin: 18px 0 0;
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.85;
}

.intro-grid p:last-child,
.download p {
  color: rgba(18, 51, 74, 0.72);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 42px;
}

.section-heading.compact {
  margin-bottom: 30px;
}

.gameplay {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 16%, rgba(255, 239, 107, 0.32), transparent 24%),
    radial-gradient(circle at 86% 18%, rgba(255, 114, 83, 0.2), transparent 28%),
    linear-gradient(180deg, #075cac 0%, #08a7d1 48%, #ffe47a 100%);
  color: #fff;
}

.gameplay::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(4, 41, 91, 0.2), rgba(9, 109, 173, 0.04) 46%, rgba(111, 92, 14, 0.24)),
    url("https://static.qualstorgames.com/img/bg-1.png") center / cover;
  content: "";
  opacity: 0.24;
}

.gameplay .section-inner {
  position: relative;
  z-index: 1;
}

.gameplay .section-kicker {
  color: #fff06f;
}

.gameplay .section-heading h2 {
  color: #fff;
  text-shadow:
    0 5px 0 rgba(2, 83, 155, 0.56),
    0 14px 28px rgba(3, 51, 105, 0.34);
}

.gameplay .section-heading p {
  color: rgba(255, 255, 255, 0.84);
}

.mode-layout {
  position: relative;
  display: grid;
  gap: 0;
  overflow: hidden;
  padding: 18px;
  border: 2px solid rgba(255, 241, 112, 0.88);
  border-radius: 8px;
  background:
    radial-gradient(circle at 8% 10%, rgba(255, 247, 119, 0.42), transparent 24%),
    radial-gradient(circle at 88% 18%, rgba(255, 111, 85, 0.24), transparent 30%),
    linear-gradient(180deg, rgba(10, 89, 171, 0.88), rgba(5, 183, 211, 0.78) 52%, rgba(255, 196, 71, 0.86));
  box-shadow:
    0 32px 84px rgba(3, 48, 112, 0.36),
    inset 0 0 0 1px rgba(255, 255, 255, 0.36);
}

.mode-layout::before {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 14% 72%, rgba(255, 232, 74, 0.48) 0 12px, transparent 13px),
    radial-gradient(circle at 20% 62%, rgba(255, 173, 45, 0.46) 0 8px, transparent 9px),
    radial-gradient(circle at 76% 20%, rgba(255, 232, 74, 0.42) 0 11px, transparent 12px),
    radial-gradient(circle at 84% 30%, rgba(255, 173, 45, 0.4) 0 7px, transparent 8px);
  content: "";
  opacity: 0.78;
  pointer-events: none;
}

.mode-feature,
.system-tile,
.adventure-points article,
.info-card {
  border-radius: 8px;
}

.mode-feature {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  border: 2px solid rgba(172, 246, 255, 0.72);
  border-radius: 8px;
  background: #044b91;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.28),
    inset 0 -44px 70px rgba(0, 63, 118, 0.44),
    0 24px 46px rgba(1, 54, 117, 0.28);
}

.mode-feature::before,
.mode-feature::after {
  position: absolute;
  z-index: 1;
  content: "";
  pointer-events: none;
}

.mode-feature::before {
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 37, 91, 0.68), rgba(1, 129, 176, 0.1) 38%, rgba(255, 197, 74, 0.26)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(7, 83, 144, 0.26) 60%, rgba(255, 163, 45, 0.2));
}

.mode-feature::after {
  right: 38px;
  bottom: 118px;
  width: 220px;
  height: 220px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 244, 96, 0.86), rgba(255, 177, 45, 0.36) 44%, transparent 70%);
  filter: blur(10px);
  opacity: 0.88;
}

.mode-feature img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  object-position: center;
}

.mode-feature .panorama-map {
  max-width: none;
  width: 176%;
  object-position: left center;
  animation: mapCruise 18s ease-in-out infinite alternate;
  will-change: transform;
}

@keyframes mapCruise {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-46%);
  }
}

.mode-caption {
  position: absolute;
  z-index: 2;
  top: 22px;
  right: auto;
  bottom: auto;
  left: 22px;
  display: grid;
  max-width: 540px;
  gap: 12px;
  padding: 18px;
  border: 2px solid rgba(255, 241, 112, 0.82);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(7, 81, 148, 0.82), rgba(5, 146, 182, 0.7)),
    rgba(255, 255, 255, 0.16);
  box-shadow:
    0 14px 32px rgba(2, 50, 108, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.34);
  backdrop-filter: blur(14px);
}

.mode-caption span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-self: start;
  border-radius: 8px;
  padding: 0 14px;
  background: linear-gradient(180deg, #fff677, #ffb33d);
  color: #924212;
  font-weight: 950;
  box-shadow: 0 6px 0 #e4862f;
}

.mode-caption strong {
  max-width: 560px;
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  text-shadow: 0 2px 10px rgba(2, 41, 91, 0.34);
}

.reward-strip {
  position: absolute;
  z-index: 2;
  right: 22px;
  bottom: 22px;
  left: 22px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.reward-strip span {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 242, 110, 0.9), rgba(255, 156, 47, 0.86)),
    rgba(255, 255, 255, 0.18);
  box-shadow:
    0 7px 0 rgba(180, 89, 23, 0.78),
    0 16px 24px rgba(75, 43, 6, 0.18);
  color: #65340b;
  font-size: 14px;
  font-weight: 950;
}

.mode-list {
  display: grid;
  position: relative;
  z-index: 3;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: -90px 12px 10px;
}

.info-card {
  --mode-a: #ff7458;
  --mode-b: #ffba42;
  --mode-glow: rgba(255, 214, 91, 0.52);
  position: relative;
  overflow: hidden;
  min-height: 282px;
  padding: 10px 12px 18px;
  border: 2px solid rgba(255, 241, 112, 0.82);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(5, 61, 134, 0.88)),
    radial-gradient(circle at 72% 22%, var(--mode-glow), transparent 42%),
    linear-gradient(135deg, var(--mode-a), #084a9d 58%, #062e6d);
  box-shadow:
    0 18px 36px rgba(2, 51, 111, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    inset 0 -18px 32px rgba(1, 35, 89, 0.4);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.prize-badge {
  position: absolute;
  z-index: 2;
  top: 16px;
  right: 16px;
  display: grid;
  justify-items: center;
  width: 82px;
  color: #6c3908;
  pointer-events: none;
  transition: transform 180ms ease;
}

.prize-badge img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  filter:
    drop-shadow(0 10px 10px rgba(74, 35, 2, 0.3))
    drop-shadow(0 0 12px var(--mode-glow));
  animation: badgeFloat 3.2s ease-in-out infinite;
}

.prize-badge span {
  position: relative;
  min-height: 24px;
  margin-top: -14px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  padding: 3px 10px 2px;
  background: linear-gradient(180deg, #fff681, #ffb23a);
  box-shadow:
    0 5px 0 rgba(175, 84, 20, 0.78),
    0 10px 14px rgba(75, 36, 5, 0.18);
  color: #693507;
  font-size: 13px;
  font-weight: 950;
  line-height: 1.15;
}

@keyframes badgeFloat {
  0%,
  100% {
    transform: translateY(0) rotate(-2deg);
  }

  50% {
    transform: translateY(-5px) rotate(4deg);
  }
}

.info-card::after {
  position: absolute;
  right: 12px;
  bottom: -10px;
  color: rgba(255, 255, 255, 0.1);
  content: attr(data-index);
  font-size: 96px;
  font-weight: 950;
  line-height: 1;
}

.accent-coral {
  --mode-a: #ff7057;
  --mode-b: #ffd65b;
  --mode-glow: rgba(255, 214, 91, 0.54);
}

.accent-gold {
  --mode-a: #ffb83d;
  --mode-b: #fff06f;
  --mode-glow: rgba(255, 240, 111, 0.56);
}

.accent-teal {
  --mode-a: #17c7da;
  --mode-b: #78ffdc;
  --mode-glow: rgba(120, 255, 220, 0.42);
}

.accent-lime {
  --mode-a: #5fd56f;
  --mode-b: #ffe45c;
  --mode-glow: rgba(255, 228, 92, 0.48);
}

.mode-thumb {
  position: relative;
  z-index: 1;
  aspect-ratio: 16 / 9;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 8px;
  object-fit: cover;
  box-shadow:
    0 10px 18px rgba(2, 35, 86, 0.28),
    inset 0 0 0 1px rgba(255, 255, 255, 0.22);
}

.card-number {
  position: relative;
  z-index: 1;
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  margin-top: 12px;
  border-radius: 8px;
  padding: 0 12px;
  background: rgba(255, 241, 112, 0.92);
  color: #66350b;
  font-size: 13px;
  font-weight: 950;
  box-shadow: 0 5px 0 rgba(180, 89, 23, 0.7);
}

.info-card h3 {
  position: relative;
  z-index: 1;
  margin: 14px 0 0;
  color: #fff;
  font-size: 21px;
  text-shadow: 0 3px 10px rgba(1, 36, 87, 0.42);
}

.system-tile h3,
.adventure-points h3 {
  position: relative;
  z-index: 1;
  margin: 12px 0 0;
  font-size: 22px;
}

.info-card p {
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
  line-height: 1.7;
}

.system-tile p,
.adventure-points p {
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: var(--ink-soft);
  line-height: 1.7;
}

.info-card:hover {
  box-shadow:
    0 24px 46px rgba(2, 51, 111, 0.38),
    0 0 30px var(--mode-glow),
    inset 0 1px 0 rgba(255, 255, 255, 0.48),
    inset 0 -18px 32px rgba(1, 35, 89, 0.4);
  transform: translateY(-7px);
}

.info-card:hover .prize-badge {
  transform: translateY(-4px);
}

.features {
  background:
    linear-gradient(180deg, rgba(126, 227, 235, 0.34), rgba(255, 216, 111, 0.22)),
    #fafffb;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: 36px;
  align-items: center;
}

.feature-copy {
  max-width: 430px;
}

.text-link {
  display: inline-flex;
  margin-top: 24px;
  border-bottom: 2px solid var(--coral);
  color: #e75f3e;
  font-weight: 900;
}

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

.system-tile {
  overflow: hidden;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 20px 42px rgba(35, 166, 190, 0.14);
}

.system-tile img {
  aspect-ratio: 16 / 9;
  width: 100%;
  object-fit: cover;
}

.system-tile div {
  padding: 18px;
}

.gallery {
  background: #0a6dd7;
  color: #fff;
}

.gallery .section-kicker {
  color: #fff06f;
}

.gallery .section-heading p {
  color: rgba(255, 255, 255, 0.78);
}

.feature-carousel {
  position: relative;
  overflow: hidden;
  min-height: 620px;
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(21, 101, 220, 0.72), rgba(0, 66, 172, 0.82)),
    url("https://static.qualstorgames.com/img/bg.png") center / cover;
  box-shadow: 0 26px 70px rgba(5, 53, 127, 0.28);
}

.carousel-viewport {
  position: relative;
  min-height: 620px;
}

.feature-slide {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(420px, 1fr);
  align-items: center;
  gap: 18px;
  padding: 58px 86px 86px;
  opacity: 0;
  pointer-events: none;
  transform: translateX(36px);
  transition:
    opacity 360ms ease,
    transform 360ms ease;
}

.feature-slide.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}

.feature-left {
  justify-self: center;
  max-height: 500px;
  width: min(430px, 100%);
  object-fit: contain;
  filter: drop-shadow(0 24px 28px rgba(2, 38, 99, 0.36));
}

.feature-screen {
  position: relative;
  overflow: hidden;
  align-self: center;
  border: 6px solid rgba(152, 238, 255, 0.78);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.12);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.5),
    0 0 34px rgba(95, 234, 255, 0.68),
    0 30px 48px rgba(2, 38, 99, 0.34);
}

.feature-screen img {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-slide h3 {
  position: absolute;
  right: 92px;
  bottom: 54px;
  left: 320px;
  margin: 0;
  color: #ffe75a;
  font-size: 74px;
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  text-shadow:
    0 5px 0 #0055b8,
    0 10px 0 #083d9a,
    0 16px 26px rgba(2, 28, 86, 0.5);
}

.carousel-arrow {
  position: absolute;
  z-index: 4;
  top: 50%;
  width: 58px;
  height: 58px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  cursor: pointer;
  transform: translateY(-50%) rotate(45deg);
}

.carousel-arrow::before {
  position: absolute;
  inset: 12px;
  content: "";
  border: solid #fff;
  border-width: 0 0 10px 10px;
  border-radius: 4px;
}

.carousel-prev {
  left: 22px;
}

.carousel-next {
  right: 22px;
  transform: translateY(-50%) rotate(225deg);
}

.carousel-dots {
  position: absolute;
  z-index: 5;
  right: 0;
  bottom: 22px;
  left: 0;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.carousel-dots button {
  width: 14px;
  height: 14px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  cursor: pointer;
}

.carousel-dots button.is-active {
  width: 38px;
  background: #fff;
}

.adventure {
  background:
    linear-gradient(135deg, rgba(255, 215, 100, 0.38), rgba(43, 215, 179, 0.22)),
    #fff8dd;
}

.adventure-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
  gap: 40px;
  align-items: start;
}

.adventure-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.adventure-points article {
  position: relative;
  overflow: hidden;
  min-height: 238px;
  padding: 22px;
  border: 2px solid rgba(255, 219, 92, 0.68);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 246, 200, 0.76)),
    radial-gradient(circle at 84% 8%, rgba(35, 197, 220, 0.26), transparent 34%);
  box-shadow:
    0 18px 36px rgba(221, 149, 52, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.adventure-points article::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 42px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.56), rgba(255, 255, 255, 0));
  content: "";
}

.adventure-points span {
  position: relative;
  z-index: 1;
  display: inline-grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border-radius: 8px;
  border: 2px solid rgba(255, 255, 255, 0.76);
  background: linear-gradient(180deg, #fff378, #ff9e32);
  color: #78400f;
  font-weight: 950;
  box-shadow: 0 8px 0 #d87825;
}

.download {
  position: relative;
  overflow: hidden;
  min-height: clamp(620px, 40vw, 768px);
  padding: clamp(128px, 10vw, 190px) 0;
  color: #fff;
}

.download-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(14, 112, 142, 0.72), rgba(255, 211, 90, 0.22)),
    url("img/宠物页 拷贝.png");
  background-position: center;
  background-size: cover;
}

.download-bg {
  background-image:
    linear-gradient(90deg, rgba(1, 35, 82, 0.82) 0%, rgba(5, 87, 133, 0.6) 38%, rgba(255, 211, 90, 0.08) 100%),
    linear-gradient(0deg, rgba(5, 46, 76, 0.56), rgba(255, 255, 255, 0.02)),
    url("https://static.qualstorgames.com/img/20260602200753_60_100.png");
  background-position: center;
}

.download-inner {
  position: relative;
  z-index: 1;
  width: min(560px, calc(100% - 32px));
  margin-left: max(24px, calc((100vw - 1180px) / 2));
  border: 1px solid rgba(190, 246, 255, 0.44);
  border-radius: 8px;
  padding: clamp(26px, 3.2vw, 38px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(14, 121, 164, 0.14)),
    rgba(2, 42, 91, 0.58);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.34),
    0 18px 42px rgba(0, 30, 76, 0.36);
  text-align: left;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}

.download .section-kicker {
  color: #fff06f;
  text-shadow: 0 2px 8px rgba(2, 45, 84, 0.62);
}

.download h2 {
  display: grid;
  gap: 2px;
  width: min(480px, 100%);
  margin: 0;
  color: #f9fdff;
  font-size: clamp(35px, 3.65vw, 52px);
  font-weight: 950;
  line-height: 1.02;
  text-shadow:
    0 2px 0 #086398,
    0 7px 18px rgba(1, 28, 70, 0.64),
    0 0 18px rgba(114, 233, 255, 0.24);
}

.download h2 span:last-child {
  color: #ffe475;
  text-shadow:
    0 2px 0 #b96c1f,
    0 7px 18px rgba(1, 28, 70, 0.58),
    0 0 16px rgba(255, 229, 88, 0.32);
}

.download p {
  max-width: 470px;
  margin-right: 0;
  margin-left: 0;
  color: rgba(255, 255, 255, 0.96);
  font-weight: 800;
  line-height: 1.65;
  text-shadow:
    0 1px 0 rgba(4, 58, 104, 0.5),
    0 6px 14px rgba(1, 38, 76, 0.46);
}

.download-actions {
  justify-content: flex-start;
  margin-top: 26px;
}

.store-button {
  display: grid;
  min-width: 210px;
  gap: 4px;
  padding: 16px 20px;
  border: 1px solid rgba(255, 255, 255, 0.64);
  background: rgba(255, 255, 255, 0.28);
  color: #fff;
  text-align: left;
  backdrop-filter: blur(12px);
  transition:
    background 160ms ease,
    transform 160ms ease;
}

.store-button:hover {
  background: rgba(255, 255, 255, 0.4);
  transform: translateY(-2px);
}

.store-button span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
}

.store-button strong {
  font-size: 22px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 24px max(16px, calc((100vw - 1180px) / 2));
  background: linear-gradient(90deg, #17b9d1, #ffd25f);
  color: rgba(18, 51, 74, 0.76);
  font-size: 14px;
}

.site-footer p {
  margin: 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}

.site-footer p a,
.footer-links a,
.privacy-footer a {
  font-weight: 900;
  border-bottom: 2px solid rgba(18, 51, 74, 0.42);
}

.privacy-page {
  background: #063d79;
  color: #fff;
}

.privacy-main {
  min-height: 100svh;
}

.privacy-site-header {
  display: none;
}

.privacy-hero {
  position: relative;
  display: grid;
  min-height: 100svh;
  align-content: start;
  justify-items: center;
  overflow: hidden;
  padding: 42px 16px 42px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.36), transparent 18%),
    linear-gradient(180deg, rgba(2, 94, 178, 0.02), rgba(1, 22, 78, 0.22)),
    url("https://static.qualstorgames.com/img/ys-bg.png") center / cover;
}

.privacy-hero::before,
.privacy-hero::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.privacy-hero::before {
  inset: 0;
  background:
    radial-gradient(circle at 50% 5%, rgba(227, 255, 255, 0.4), transparent 19%),
    linear-gradient(90deg, rgba(0, 20, 74, 0.3), transparent 23%, transparent 75%, rgba(0, 22, 77, 0.34)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), transparent 30%, rgba(3, 20, 78, 0.2));
}

.privacy-hero::after {
  inset: 0;
  background:
    radial-gradient(circle at 18% 26%, rgba(197, 248, 255, 0.32) 0 1px, transparent 2px 100%),
    radial-gradient(circle at 82% 30%, rgba(197, 248, 255, 0.28) 0 1px, transparent 2px 100%),
    radial-gradient(circle at 72% 72%, rgba(197, 248, 255, 0.25) 0 1px, transparent 2px 100%);
  background-size: 88px 116px, 124px 150px, 96px 132px;
  opacity: 0.8;
}

.privacy-decor {
  position: absolute;
  z-index: 1;
  width: 110px;
  height: 110px;
  border: 1px solid rgba(175, 246, 255, 0.44);
  border-radius: 999px;
  background:
    radial-gradient(circle at 32% 28%, rgba(255, 255, 255, 0.82), transparent 17%),
    radial-gradient(circle, rgba(73, 220, 255, 0.26), rgba(32, 117, 215, 0.1) 58%, transparent 70%);
  box-shadow:
    inset 0 0 20px rgba(197, 247, 255, 0.32),
    0 0 24px rgba(65, 214, 255, 0.24);
  opacity: 0.82;
  animation: privacyBubble 5s ease-in-out infinite;
}

.privacy-decor-left {
  top: 18%;
  left: 9%;
}

.privacy-decor-right {
  right: 13%;
  bottom: 15%;
  width: 72px;
  height: 72px;
  animation-delay: -2s;
}

.privacy-title-wrap,
.privacy-panel,
.privacy-back-home {
  position: relative;
  z-index: 2;
}

.privacy-back-home {
  position: absolute;
  top: 22px;
  left: max(18px, calc((100vw - 1180px) / 2));
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(166, 242, 255, 0.58);
  border-radius: 8px;
  padding: 0 16px;
  background: rgba(9, 110, 201, 0.22);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.36),
    0 10px 24px rgba(0, 34, 104, 0.18);
  color: rgba(239, 253, 255, 0.94);
  font-size: 14px;
  font-weight: 900;
  text-shadow: 0 2px 8px rgba(0, 44, 122, 0.55);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.privacy-title-wrap {
  display: grid;
  width: min(600px, 100%);
  min-height: 246px;
  place-items: center;
  text-align: center;
  filter: drop-shadow(0 14px 18px rgba(0, 32, 110, 0.34));
      position: absolute;
    top: 54px;
    z-index: 3;
    
}

.privacy-title-wrap::before {
  position: absolute;
  inset: 0;
  background: url("img/private/title_bg_1.png") center 58% / 100% auto no-repeat;
  content: "";
  mix-blend-mode: screen;
  pointer-events: none;
  background-size: 575px 305px;
  top: -170px;
}

.privacy-title-wrap .section-kicker {
  display: none;
}

.privacy-title-art {
  display: none;
}

.privacy-title-wrap h1 {
  position: relative;
  z-index: 2;
  margin: 0 0 10px;
  color: #e5eef3;
  font-family:
    "Microsoft YaHei UI",
    "Microsoft YaHei",
    "PingFang SC",
    Arial,
    sans-serif;
  font-size: clamp(48px, 3vw, 76px);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1;
  -webkit-text-stroke: 2px #245cf1;
  paint-order: stroke fill;
  text-shadow:
    1px 0 0 #ffffff,
    -1px 0 0 #ffffff,
    0 1px 0 #ffffff,
    0 -1px 0 #ffffff,
    0 2px 0 #e4fbff,
    0 4px 0 #79c6ff,
    0 7px 0 #315ee0,
    0 10px 0 #1735a5,
    0 14px 16px rgba(0, 31, 118, 0.62),
    0 0 18px rgba(176, 246, 255, 0.72);
  white-space: nowrap;

  position: absolute;
  top: -25px;
  font-size: 55px;
  left: 130px;
  
}

.privacy-title-wrap h1::after {
  display: none;
}

.privacy-title-wrap > p {
  display: none;
}

.privacy-panel {
  overflow: hidden;
  width: min(900px, 100%);
  margin-top: -10px;
  padding: 20px 38px 16px;
  border: 2px solid rgba(119, 232, 255, 0.62);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(49, 170, 239, 0.18), rgba(5, 92, 178, 0.12)),
    rgba(8, 106, 203, 0.06);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.52),
    inset 0 0 40px rgba(108, 221, 255, 0.16),
    0 26px 78px rgba(0, 21, 76, 0.4);
  backdrop-filter: blur(12px) saturate(160%);
  -webkit-backdrop-filter: blur(12px) saturate(160%);
  margin-top: 90px;
}

.privacy-panel::before {
  position: absolute;
  inset: 10px;
  z-index: 0;
  border: 1px solid rgba(177, 246, 255, 0.24);
  border-radius: 8px;
  content: "";
  pointer-events: none;
}

.privacy-panel::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), transparent 18%),
    radial-gradient(circle at 22% 0%, rgba(190, 255, 255, 0.2), transparent 32%);
  content: "";
  pointer-events: none;
}

.privacy-panel > * {
  position: relative;
  z-index: 1;
}

.privacy-lead {
  margin: 0;
  padding: 0 14px 16px;
  color: rgba(244, 253, 255, 0.98);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.65;
  overflow-wrap: anywhere;
  text-shadow:
    1px 0 0 rgba(57, 121, 213, 0.82),
    -1px 0 0 rgba(57, 121, 213, 0.82),
    0 1px 0 rgba(57, 121, 213, 0.82),
    0 -1px 0 rgba(57, 121, 213, 0.82),
    0 1px 0 rgba(41, 116, 219, 0.85),
    0 2px 8px rgba(0, 36, 114, 0.5);
}

.privacy-entity {
  margin: -4px 14px 16px;
  border: 1px solid rgba(174, 238, 255, 0.22);
  border-radius: 8px;
  padding: 12px 14px;
  background: rgba(5, 71, 150, 0.24);
  color: rgba(235, 251, 255, 0.94);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.7;
  overflow-wrap: anywhere;
  /* text-shadow: 0 2px 8px rgba(0, 36, 114, 0.42); */
}

.policy-list {
  border-top: 1px solid rgba(174, 238, 255, 0.24);
}

.policy-list details {
  border-bottom: 1px dashed rgba(180, 238, 255, 0.3);
}

.policy-list summary {
  display: grid;
  min-height: 90px;
  grid-template-columns: 96px minmax(0, 1fr) 24px;
  align-items: center;
  gap: 16px;
  padding: 11px 10px;
  cursor: pointer;
  list-style: none;
}

.policy-list summary::-webkit-details-marker {
  display: none;
}

.policy-list summary > span:not(.policy-icon) {
  min-width: 0;
}

.policy-list summary::after {
  width: 12px;
  height: 12px;
  border-right: 4px solid #aaf4ff;
  border-bottom: 4px solid #aaf4ff;
  content: "";
  filter: drop-shadow(0 2px 5px rgba(0, 45, 128, 0.5));
  transform: rotate(45deg);
  transition: transform 160ms ease;
}

.policy-list details[open] summary::after {
  transform: rotate(225deg);
}

.policy-icon {
  position: relative;
  display: grid;
  width: 86px;
  height: 74px;
  place-items: center;
}

.policy-icon::before {
  display: none;
}

.policy-icon img {
  position: relative;
  z-index: 1;
  width: 78px;
  max-width: none;
  height: 78px;
  object-fit: contain;
  filter:
    drop-shadow(0 8px 8px rgba(0, 45, 128, 0.24))
    drop-shadow(0 0 10px rgba(112, 237, 255, 0.34));
}

.policy-list strong {
  display: block;
  color: #fff06f;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.35;
  /* text-shadow:
    0 1px 0 rgba(102, 109, 16, 0.55),
    0 2px 7px rgba(0, 36, 120, 0.48); */
}

.policy-list small {
  display: block;
  margin-top: 7px;
  color: rgba(245, 253, 255, 0.96);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.58;
  overflow-wrap: anywhere;
  /* text-shadow:
    1px 0 0 rgba(50, 118, 212, 0.78),
    -1px 0 0 rgba(50, 118, 212, 0.78),
    0 1px 0 rgba(50, 118, 212, 0.78),
    0 -1px 0 rgba(50, 118, 212, 0.78),
    0 1px 0 rgba(42, 119, 217, 0.78),
    0 2px 8px rgba(0, 36, 114, 0.44); */
}

.policy-list details > p {
  margin: -4px 42px 20px 112px;
  color: rgba(225, 248, 255, 0.86);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.8;
}

.privacy-note {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  padding-top: 15px;
  border-top: 1px solid rgba(174, 238, 255, 0.22);
  color: rgba(213, 247, 255, 0.64);
  /* font-weight: 900; */
  text-align: center;
  text-shadow: 0 2px 8px rgba(0, 36, 114, 0.42);
  font-size: 15px;
  padding-bottom: 5px;
}

.privacy-note span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.privacy-footer {
  position: relative;
  z-index: 2;
  background: linear-gradient(90deg, #0b74d1, #39d6e0);
  color: rgba(255, 255, 255, 0.82);
}

.privacy-footer a {
  border-bottom-color: rgba(255, 255, 255, 0.46);
}

.contact-page {
  background:
    linear-gradient(180deg, #075cac 0%, #08a7d1 54%, #fff2a7 160%);
  color: #fff;
}

.contact-main {
  min-height: 100svh;
}

.contact-hero {
  position: relative;
  overflow: hidden;
  min-height: calc(100svh - 76px);
  padding: 128px 0 64px;
  background:
    linear-gradient(90deg, rgba(3, 47, 115, 0.9), rgba(6, 126, 170, 0.62) 52%, rgba(255, 211, 90, 0.22)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(1, 24, 82, 0.34)),
    url("https://static.qualstorgames.com/img/bg.png") center / cover;
}

.contact-hero::before,
.contact-hero::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
}

.contact-hero::before {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), transparent 30%),
    linear-gradient(90deg, rgba(0, 22, 76, 0.28), transparent 42%, rgba(0, 22, 76, 0.16));
}

.contact-hero::after {
  top: auto;
  height: 220px;
  background: linear-gradient(180deg, transparent, rgba(6, 61, 121, 0.82));
}

.contact-layout {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 26px;
}

.contact-heading {
  max-width: 760px;
}

.contact-heading .section-kicker {
  color: #fff06f;
  text-shadow: 0 2px 8px rgba(2, 45, 84, 0.62);
}

.contact-heading h1 {
  margin: 0;
  color: #f8fdff;
  font-size: clamp(38px, 5vw, 58px);
  font-weight: 950;
  line-height: 1.05;
  text-shadow:
    0 3px 0 #0a69b1,
    0 10px 24px rgba(0, 26, 86, 0.54);
}

.contact-heading p {
  max-width: 660px;
  margin: 18px 0 0;
  color: rgba(245, 253, 255, 0.92);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.75;
  text-shadow: 0 3px 10px rgba(0, 28, 87, 0.48);
}

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

.contact-card {
  position: relative;
  overflow: hidden;
  min-width: 0;
  border: 2px solid rgba(255, 241, 112, 0.66);
  border-radius: 8px;
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(7, 91, 176, 0.22)),
    rgba(5, 72, 156, 0.62);
  box-shadow:
    0 22px 54px rgba(0, 24, 90, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.36),
    inset 0 -22px 44px rgba(0, 32, 116, 0.22);
  backdrop-filter: blur(12px) saturate(145%);
  -webkit-backdrop-filter: blur(12px) saturate(145%);
}

.contact-card::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 240, 111, 0.12), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), transparent 22%);
  content: "";
  pointer-events: none;
}

.contact-card > * {
  position: relative;
  z-index: 1;
}

.contact-card-wide {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 1fr);
  align-items: end;
  gap: 20px;
}

.contact-label {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  border-radius: 8px;
  padding: 0 11px;
  background: rgba(255, 241, 112, 0.92);
  color: #66350b;
  font-size: 12px;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: 0 5px 0 rgba(180, 89, 23, 0.64);
}

.contact-card h2 {
  margin: 18px 0 0;
  color: #fff;
  font-size: 28px;
  line-height: 1.18;
  text-shadow: 0 4px 12px rgba(0, 31, 96, 0.5);
}

.contact-card p {
  max-width: 690px;
  margin: 12px 0 0;
  color: rgba(238, 252, 255, 0.88);
  font-size: 15px;
  line-height: 1.7;
}

.contact-detail-list {
  display: grid;
  gap: 14px;
  margin: 20px 0 0;
}

.contact-detail-list div {
  display: grid;
  gap: 5px;
  min-width: 0;
  border-top: 1px dashed rgba(190, 246, 255, 0.34);
  padding-top: 13px;
}

.contact-detail-list dt {
  color: #fff06f;
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.contact-detail-list dd {
  margin: 0;
  color: rgba(247, 253, 255, 0.96);
  font-size: 16px;
  line-height: 1.65;
  overflow-wrap: anywhere;
}

.contact-detail-list a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.54);
}

.contact-footer {
  position: relative;
  z-index: 2;
  background: linear-gradient(90deg, #0b74d1, #39d6e0);
  color: rgba(255, 255, 255, 0.84);
}

.contact-footer a {
  border-bottom-color: rgba(255, 255, 255, 0.46);
}

.delete-account-page {
  background: #003b84;
  color: #fff;
}

.delete-account-main {
  min-height: 100svh;
}

.delete-account-hero {
  position: relative;
  display: grid;
  min-height: 100svh;
  overflow: hidden;
  padding: clamp(106px, 14.8svh, 152px) 16px 26px;
  background-color: #005fb7;
  background-image: url("https://static.qualstorgames.com/img/del_account_bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.delete-bubbles {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}

.delete-bubbles span {
  position: absolute;
  border: 1px solid rgba(189, 246, 255, 0.46);
  border-radius: 999px;
  background:
    radial-gradient(circle at 30% 24%, rgba(255, 255, 255, 0.96), transparent 10%),
    radial-gradient(circle at 63% 72%, rgba(12, 66, 154, 0.28), transparent 32%),
    radial-gradient(circle at 45% 42%, rgba(119, 233, 255, 0.28), rgba(14, 119, 215, 0.1) 58%, transparent 74%);
  box-shadow:
    inset 7px 9px 14px rgba(255, 255, 255, 0.18),
    inset -10px -14px 20px rgba(0, 55, 148, 0.3),
    inset 0 0 20px rgba(213, 250, 255, 0.34),
    0 0 18px rgba(90, 232, 255, 0.26),
    0 12px 24px rgba(0, 24, 92, 0.18);
  opacity: 0.72;
  animation: privacyBubble 6s ease-in-out infinite;
}

.delete-bubbles span::before,
.delete-bubbles span::after {
  position: absolute;
  border-radius: inherit;
  content: "";
  pointer-events: none;
}

.delete-bubbles span::before {
  top: 16%;
  left: 22%;
  width: 26%;
  height: 16%;
  background: rgba(255, 255, 255, 0.62);
  filter: blur(1px);
  transform: rotate(-28deg);
}

.delete-bubbles span::after {
  inset: 9%;
  border: 1px solid rgba(226, 255, 255, 0.22);
  box-shadow: inset 0 0 13px rgba(225, 255, 255, 0.18);
}

.delete-bubbles span:nth-child(1) {
  top: 17%;
  left: 11%;
  width: 86px;
  height: 86px;
}

.delete-bubbles span:nth-child(2) {
  top: 26%;
  right: 8%;
  width: 58px;
  height: 58px;
  animation-delay: -1.5s;
}

.delete-bubbles span:nth-child(3) {
  right: 18%;
  bottom: 17%;
  width: 94px;
  height: 94px;
  animation-delay: -3s;
}

.delete-bubbles span:nth-child(4) {
  bottom: 26%;
  left: 19%;
  width: 42px;
  height: 42px;
  animation-delay: -2.2s;
}

.delete-bubbles span:nth-child(5) {
  top: 8%;
  right: 28%;
  width: 34px;
  height: 34px;
  opacity: 0.56;
  animation-delay: -4s;
}

.delete-bubbles span:nth-child(6) {
  top: 42%;
  left: 5%;
  width: 28px;
  height: 28px;
  opacity: 0.5;
  animation-delay: -1s;
}

.delete-bubbles span:nth-child(7) {
  top: 58%;
  right: 6%;
  width: 46px;
  height: 46px;
  opacity: 0.64;
  animation-delay: -3.6s;
}

.delete-bubbles span:nth-child(8) {
  bottom: 8%;
  left: 35%;
  width: 32px;
  height: 32px;
  opacity: 0.48;
  animation-delay: -2.8s;
}

.delete-bubbles span:nth-child(9) {
  top: 12%;
  left: 27%;
  width: 22px;
  height: 22px;
  opacity: 0.5;
  animation-delay: -4.6s;
}

.delete-account-back,
.delete-account-copy {
  position: relative;
  z-index: 2;
}

.delete-account-back {
  position: absolute;
  top: 22px;
  left: max(18px, calc((100vw - 1180px) / 2));
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid rgba(175, 244, 255, 0.62);
  border-radius: 8px;
  padding: 0 15px;
  background: rgba(6, 83, 180, 0.28);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    0 12px 26px rgba(0, 32, 102, 0.2);
  color: rgba(242, 254, 255, 0.96);
  font-size: 14px;
  font-weight: 900;
  text-shadow: 0 2px 8px rgba(0, 36, 116, 0.58);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.delete-account-copy {
  position: relative;
  width: min(800px, calc(100vw - 48px));
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.96);
  font-family:
    "Segoe UI",
    Inter,
    "Microsoft YaHei UI",
    "Microsoft YaHei",
    Arial,
    sans-serif;
  text-shadow: 0 2px 8px rgba(0, 23, 84, 0.4);
}

.delete-account-copy::before,
.delete-account-copy::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.delete-account-copy::before {
  inset: -54px -58px -14px;
  z-index: -2;
  border: 2px solid rgba(176, 245, 255, 0.82);
  border-radius: 42px;
  background:
    radial-gradient(circle at 50% 0%, rgba(139, 233, 255, 0.34), transparent 34%),
    radial-gradient(circle at 48% 72%, rgba(77, 190, 255, 0.18), transparent 52%),
    linear-gradient(180deg, rgba(0, 121, 219, 0.6), rgba(0, 56, 154, 0.62)),
    rgba(0, 72, 168, 0.5);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.5),
    inset 0 0 68px rgba(87, 218, 255, 0.2),
    inset 0 -36px 74px rgba(0, 34, 124, 0.3),
    0 0 26px rgba(110, 231, 255, 0.56),
    0 30px 92px rgba(0, 18, 85, 0.36);
  backdrop-filter: blur(16px) saturate(150%);
  -webkit-backdrop-filter: blur(16px) saturate(150%);
}

.delete-account-copy::after {
  inset: -46px -50px -6px;
  z-index: -1;
  border-radius: 36px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), transparent 18%),
    radial-gradient(circle at 50% 0%, rgba(204, 255, 255, 0.24), transparent 32%),
    radial-gradient(circle at 48% 100%, rgba(55, 193, 255, 0.14), transparent 40%);
  box-shadow:
    inset 0 0 0 1px rgba(201, 250, 255, 0.16),
    inset 0 0 42px rgba(73, 213, 255, 0.12);
}

.delete-account-heading {
  position: relative;
  text-align: center;
}

.delete-account-heading::before {
  position: absolute;
  top: -30px;
  left: 85px;
  width: 130px;
  height: 130px;
  background: url("img/account/icons/icon_title_shield.png") center / contain no-repeat;
  content: "";
  filter:
    drop-shadow(0 8px 12px rgba(0, 22, 98, 0.34))
    drop-shadow(0 0 18px rgba(124, 236, 255, 0.38));
  pointer-events: none;
  background-size: 130px 130px;
}

.delete-account-heading h1 {
  margin: 0;
  /* padding-left: min(29vw, 226px); */
  color: #f7fdff;
  font-size: clamp(34px, 3.1vw, 43px);
  font-weight: 550;
  line-height: 1.08;
  letter-spacing: 0;
  text-align: left;
  text-shadow:
    0 2px 0 rgba(102, 183, 255, 0.35),
    0 6px 18px rgba(0, 15, 85, 0.54);
  white-space: nowrap;
  text-align: center;
}

.delete-account-heading p {
  width: min(530px, 100%);
  margin: 16px auto 0;
  color: rgba(246, 252, 255, 0.98);
  font-size: 16px;
  font-weight: 450;
  line-height: 1.48;
  padding-left: 57px;
}

.delete-account-heading .delete-entity {
  width: min(620px, 100%);
  margin-top: 12px;
  border: 1px solid rgba(111, 218, 255, 0.32);
  border-radius: 8px;
  padding: 10px 14px;
  background: rgba(6, 76, 156, 0.22);
  color: rgba(229, 249, 255, 0.9);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.delete-account-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 68px;
  margin-top: 28px;
}

.delete-account-grid::before {
  position: absolute;
  top: -8px;
  bottom: -9px;
  left: 50%;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(131, 226, 255, 0.56) 10%, rgba(131, 226, 255, 0.56) 90%, transparent);
  content: "";
  transform: translateX(-50%);
}

.delete-account-section {
  position: relative;
  min-width: 0;
}

.delete-account-section h2 {
  display: flex;
  min-height: 30px;
  align-items: center;
  gap: 12px;
  margin: 0 0 3px;
  color: #ffe94b;
  font-size: 17px;
  font-weight: 550;
  line-height: 1.2;
  text-shadow:
    0 1px 0 rgba(93, 109, 18, 0.65),
    0 3px 9px rgba(0, 32, 110, 0.52);
  padding-top: 16px;
}

.delete-account-section h2::after {
  flex: 1 1 auto;
  min-width: 34px;
  border-bottom: 1px dashed rgba(181, 237, 255, 0.68);
  content: "";
  transform: translateY(4px);
}

.delete-section-icon {
  position: relative;
  display: grid;
  flex: 0 0 23px;
  width: 23px;
  height: 23px;
  place-items: center;
}

.delete-section-icon img {
  display: none;
}

.delete-section-icon::before,
.delete-section-icon::after {
  position: absolute;
  content: "";
}

.request-section .delete-section-icon::before {
  inset: -1px;
  background: url("img/account/icons/icon_request_user.png") center / contain no-repeat;
  filter: drop-shadow(0 2px 5px rgba(0, 31, 99, 0.26));
}

.request-section .delete-section-icon::after {
  display: none;
}

.data-section h2:not(.retained-title) .delete-section-icon::before {
  inset: -3px;
  background: url("img/account/icons/icon_delete_trash.png") center / contain no-repeat;
  filter: drop-shadow(0 2px 5px rgba(0, 31, 99, 0.26));
}

.data-section h2:not(.retained-title) .delete-section-icon::after {
  display: none;
}

.retained-title .delete-section-icon::before {
  inset: -2px;
  background: url("img/account/icons/icon_retained_shield.png") center / contain no-repeat;
  filter: drop-shadow(0 2px 5px rgba(0, 31, 99, 0.26));
}

.retained-title .delete-section-icon::after {
  display: none;
}

.delete-account-section p {
  margin: 0;
  color: rgba(247, 253, 255, 0.97);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.55;
  padding-left: 30px;
}

.delete-request-list,
.delete-check-list {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.delete-check-list {
  gap: 10px;
  margin-top: 14px;
}

.delete-request-list li,
.delete-check-list li {
  position: relative;
  min-width: 0;
  padding-left: 28px;
  color: rgba(255, 255, 255, 0.98);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.05;
}

.delete-request-list li::before {
  position: absolute;
  top: 0.58em;
  left: 0;
  width: 13px;
  height: 13px;
  background: url("img/account/icons/icon_bullet_yellow.png") center / contain no-repeat;
  content: "";
  transform: translateY(-50%);
}

.delete-check-list li::before {
  position: absolute;
  top: 0.58em;
  left: 0;
  width: 18px;
  height: 18px;
  background: url("img/account/icons/icon_check_green.png") center / contain no-repeat;
  filter: drop-shadow(0 1px 4px rgba(0, 42, 112, 0.3));
  content: "";
  transform: translateY(-50%);
}

.delete-check-list li::after {
  display: none;
}

.blue-checks li::before {
  background-image: url("img/account/icons/icon_check_blue.png");
}

.delete-email-box {
  display: grid;
  min-height: 108px;
  grid-template-columns: 54px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  margin-top: 60px;
  border: 1px solid rgba(244, 222, 73, 0.52);
  border-radius: 8px;
  padding: 14px 16px;
  background: rgba(10, 119, 201, 0.22);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 10px 24px rgba(0, 26, 94, 0.18);
}

.delete-email-content {
  display: grid;
  min-width: 0;
  gap: 5px;
}

.delete-email-icon {
  position: relative;
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
}

.delete-email-icon img {
  display: none;
}

.delete-email-icon::before {
  width: 52px;
  height: 42px;
  background: url("img/account/icons/icon_email.png") center / contain no-repeat;
  content: "";
  filter: drop-shadow(0 4px 8px rgba(0, 24, 84, 0.34));
}

.delete-email-icon::after {
  display: none;
}

.delete-email-box strong,
.delete-email-box b,
.delete-processing-time {
  display: block;
  min-width: 0;
}

.delete-email-box strong {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.96);
  font-size: 15px;
  font-weight: 500;
}

.delete-email-box b {
  color: #ffe94b;
  font-size: 16px;
  font-weight: 550;
  line-height: 1.2;
  white-space: nowrap;
  text-shadow:
    0 1px 0 rgba(87, 105, 18, 0.55),
    0 4px 10px rgba(0, 30, 105, 0.52);
}

.delete-processing-time {
  margin-top: 8px;
  color: rgba(246, 252, 255, 0.94);
  font-size: 13px;
  font-weight: 360;
  line-height: 1.42;
  text-shadow: 0 2px 8px rgba(0, 23, 84, 0.42);
}

.retained-title {
  margin-top: 22px !important;
  margin-bottom: 15px !important;
  color: #35dfff !important;
}

.delete-note {
  display: grid;
  min-height: 88px;
  grid-template-columns: 52px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  margin: 24px auto 0;
  border: 1px solid rgba(111, 218, 255, 0.45);
  border-radius: 8px;
  padding: 12px 30px;
  background: rgba(15, 107, 188, 0.22);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 14px 26px rgba(0, 26, 96, 0.18);
}

.delete-note-icon {
  position: relative;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: transparent;
  font-size: 0;
}

.delete-note-icon::before {
  position: absolute;
  inset: -5px;
  background: url("img/account/icons/icon_notice_info.png") center / contain no-repeat;
  content: "";
  filter: drop-shadow(0 4px 9px rgba(0, 24, 84, 0.34));
}

.delete-note p {
  margin: 0;
  color: rgba(246, 253, 255, 0.98);
  font-size: 15px;
  font-weight: 360;
  line-height: 1.45;
}

.delete-note strong {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
}

.delete-account-footer {
  position: relative;
  z-index: 2;
  background: linear-gradient(90deg, #0b74d1, #39d6e0);
  color: rgba(255, 255, 255, 0.84);
}

.delete-account-footer a {
  border-bottom-color: rgba(255, 255, 255, 0.46);
}

@keyframes privacyBubble {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-18px);
  }
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 500ms ease,
    transform 500ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .mode-feature .panorama-map {
    animation: none !important;
    transform: translateX(-22%);
  }
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  .header-cta {
    justify-self: end;
  }

  .hero {
    min-height: 86svh;
    grid-template-columns: 1fr;
    padding-top: 118px;
  }

  .hero h1 {
    font-size: 54px;
  }

  .hero-screen {
    max-width: 620px;
    transform: none;
  }

  .intro-grid,
  .split-section,
  .adventure-grid,
  .adventure-points {
    grid-template-columns: 1fr;
  }

  .mode-layout {
    padding: 12px;
  }

  .mode-feature,
  .mode-feature img {
    min-height: 430px;
  }

  .mode-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: -62px 8px 8px;
  }

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

  .info-card {
    min-height: 270px;
  }

  .feature-carousel,
  .carousel-viewport {
    min-height: 720px;
  }

  .feature-slide {
    grid-template-columns: 1fr;
    align-content: center;
    gap: 12px;
    padding: 52px 74px 90px;
  }

  .feature-left {
    max-height: 280px;
  }

  .feature-screen {
    width: min(720px, 100%);
    justify-self: center;
  }

  .feature-slide h3 {
    right: 74px;
    bottom: 44px;
    left: 74px;
    font-size: 58px;
  }

  .privacy-hero {
    padding: 42px 14px 38px;
  }

  .privacy-back-home {
    top: 14px;
    left: 14px;
    min-height: 34px;
    padding: 0 12px;
    font-size: 13px;
  }

  .privacy-title-wrap {
    width: min(540px, 100%);
    min-height: 134px;
    position: absolute;
    top: 40px;
    z-index: 10;
  }

  .privacy-title-wrap h1 {
    font-size: 64px;
  }

  .privacy-panel {
    width: min(860px, 100%);
    padding: 20px 24px;
  }

  .contact-hero {
    padding-top: 118px;
  }

  .contact-info-grid,
  .contact-card-wide {
    grid-template-columns: 1fr;
  }

  .delete-account-hero {
    padding-top: 118px;
  }

  .delete-account-copy {
    width: min(730px, calc(100vw - 36px));
  }

  .delete-account-heading h1 {
    padding-left: 210px;
    font-size: 39px;
  }

  .delete-account-grid {
    gap: 58px;
  }

  .policy-list summary {
    grid-template-columns: 88px minmax(0, 1fr) 22px;
    gap: 14px;
  }

  .policy-icon {
    width: 78px;
    height: 68px;
  }

  .policy-icon img {
    width: 72px;
    height: 72px;
  }
}

@media (max-width: 680px) {
  .site-header {
    top: 10px;
    width: calc(100% - 20px);
    gap: 10px;
    padding: 10px;
  }

  .brand-logo {
    width: 46px;
    height: 46px;
  }

  .brand-copy {
    font-size: 13px;
  }

  .header-cta {
    display: none;
  }

  .hero {
    display: block;
    min-height: 86svh;
    padding: 108px 16px 56px;
  }

  .hero-content {
    width: calc(100vw - 32px);
    max-width: calc(100vw - 32px);
  }

  .hero h1 {
    font-size: 40px;
    max-width: 100%;
  }

  .hero-lead {
    max-width: 100%;
    font-size: 16px;
  }

  .hero-stats {
    width: 100%;
    max-width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .hero-stats div:nth-child(3) {
    grid-column: 1 / -1;
  }

  .hero-stats div {
    min-height: auto;
    padding: 12px 10px;
  }

  .hero-stats dt {
    font-size: 23px;
  }

  .hero-stats dd {
    font-size: 12px;
  }

  .hero-screen {
    display: none;
  }

  .section {
    padding: 64px 0;
  }

  .intro-grid h2,
  .section-heading h2,
  .feature-copy h2,
  .adventure-grid h2 {
    font-size: 31px;
  }

  .download h2 {
    font-size: clamp(32px, 10vw, 44px);
    line-height: 1.06;
  }

  .mode-feature,
  .mode-feature img {
    min-height: 390px;
  }

  .mode-layout {
    padding: 10px;
  }

  .mode-caption {
    top: 12px;
    right: 12px;
    left: 12px;
    grid-template-columns: 1fr;
    gap: 10px;
    max-width: none;
    padding: 14px;
  }

  .mode-caption span {
    justify-content: center;
  }

  .mode-caption strong {
    font-size: 16px;
  }

  .reward-strip {
    right: 12px;
    bottom: 12px;
    left: 12px;
    gap: 8px;
  }

  .reward-strip span {
    min-height: 38px;
    font-size: 12px;
  }

  .mode-list {
    grid-template-columns: 1fr;
    margin: 10px 0 0;
  }

  .info-card {
    min-height: auto;
  }

  .feature-stack {
    grid-template-columns: 1fr;
  }

  .feature-carousel,
  .carousel-viewport {
    min-height: 610px;
  }

  .feature-slide {
    padding: 42px 42px 82px;
  }

  .feature-left {
    max-height: 230px;
  }

  .feature-screen {
    border-width: 4px;
    border-radius: 18px;
  }

  .feature-slide h3 {
    right: 42px;
    bottom: 48px;
    left: 42px;
    font-size: 42px;
  }

  .carousel-arrow {
    width: 42px;
    height: 42px;
  }

  .carousel-arrow::before {
    inset: 10px;
    border-width: 0 0 7px 7px;
  }

  .carousel-prev {
    left: 4px;
  }

  .carousel-next {
    right: 4px;
  }

  .download {
    min-height: 620px;
    padding: 82px 0;
  }

  .download-inner {
    margin: 0 auto;
    text-align: center;
  }

  .download h2,
  .download p {
    margin-right: auto;
    margin-left: auto;
  }

  .download-actions {
    justify-content: center;
  }

  .store-button {
    width: 100%;
  }

  .site-footer {
    display: grid;
  }

  .footer-links {
    justify-content: flex-start;
  }

  .privacy-hero {
    min-height: auto;
    padding: 54px 12px 34px;
    background-position: center;
  }

  .privacy-back-home {
    top: 12px;
    left: 12px;
    min-height: 32px;
    padding: 0 11px;
    font-size: 12px;
  }

  .privacy-title-wrap {
    width: 100%;
    min-height: 96px;
  }

  .privacy-title-wrap h1 {
    margin-bottom: 7px;
    font-size: 42px;
    -webkit-text-stroke-width: 1px;
    text-shadow:
      0 2px 0 #e4fbff,
      0 4px 0 #79c6ff,
      0 6px 0 #315ee0,
      0 9px 14px rgba(0, 31, 118, 0.62),
      0 0 16px rgba(176, 246, 255, 0.68);
  }

  .privacy-panel {
    margin-top: 0;
    padding: 18px 10px;
  }

  .privacy-lead {
    padding: 0 8px 15px;
    font-size: 14px;
  }

  .privacy-entity {
    margin: -2px 8px 15px;
    padding: 10px;
    font-size: 12px;
    line-height: 1.65;
  }

  .policy-list summary {
    position: relative;
    min-height: 82px;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 6px;
    padding: 12px 22px 12px 0;
  }

  .policy-list summary::after {
    position: absolute;
    top: 50%;
    right: 4px;
    width: 9px;
    height: 9px;
    border-width: 0 3px 3px 0;
    margin-top: -6px;
  }

  .policy-icon {
    width: 50px;
    height: 52px;
  }

  .policy-icon img {
    width: 54px;
    height: 54px;
  }

  .policy-list strong {
    font-size: 18px;
  }

  .policy-list small {
    font-size: 12px;
    line-height: 1.6;
  }

  .policy-list details > p {
    margin: -2px 18px 16px 60px;
    font-size: 12px;
  }

  .privacy-note {
    font-size: 13px;
    line-height: 1.6;
  }

  .contact-hero {
    min-height: auto;
    padding: 96px 0 34px;
    background-position: center;
  }

  .contact-layout {
    gap: 18px;
    width: min(520px, calc(100% - 32px));
  }

  .contact-heading h1 {
    max-width: 100%;
    font-size: clamp(30px, 8.2vw, 34px);
    overflow-wrap: break-word;
  }

  .contact-heading p {
    max-width: 100%;
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.62;
    overflow-wrap: break-word;
  }

  .contact-info-grid {
    gap: 12px;
  }

  .contact-card {
    padding: 16px;
  }

  .contact-card h2 {
    margin-top: 15px;
    font-size: 22px;
  }

  .contact-card p,
  .contact-detail-list dd {
    font-size: 14px;
    overflow-wrap: break-word;
  }

  .contact-label {
    min-height: 30px;
    padding: 0 9px;
    font-size: 10px;
    line-height: 1.2;
  }

  .delete-account-hero {
    min-height: auto;
    overflow: hidden;
    padding: 82px 12px 30px;
    background-position: center top;
  }

  .delete-account-back {
    top: 12px;
    left: 12px;
    min-height: 32px;
    padding: 0 11px;
    font-size: 12px;
  }

  .delete-account-copy {
    width: 100%;
    max-width: 360px;
    min-width: 0;
    justify-self: start;
    text-shadow: 0 2px 8px rgba(0, 25, 87, 0.55);
  }

  .delete-account-heading h1 {
    padding-left: 0;
    font-size: clamp(29px, 8.1vw, 34px);
    text-align: center;
    white-space: normal;
  }

  .delete-account-heading p {
    width: 100%;
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.48;
    overflow-wrap: anywhere;
  }

  .delete-account-heading .delete-entity {
    margin-top: 12px;
    padding: 10px;
    font-size: 12px;
    line-height: 1.55;
  }

  .delete-account-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 38px;
  }

  .delete-account-section h2 {
    margin-bottom: 16px;
    font-size: 16px;
  }

  .delete-account-section p,
  .delete-request-list li,
  .delete-check-list li,
  .delete-note p {
    font-size: 13px;
    overflow-wrap: anywhere;
  }

  .delete-request-list,
  .delete-check-list {
    gap: 10px;
    margin-top: 17px;
  }

  .delete-email-box {
    min-height: 72px;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 12px;
    margin-top: 24px;
    padding: 12px;
  }

  .delete-email-icon,
  .delete-email-icon img {
    width: 42px;
    height: 42px;
  }

  .delete-email-box b {
    font-size: 14px;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .delete-processing-time {
    font-size: 12px;
    line-height: 1.45;
  }

  .retained-title {
    margin-top: 27px !important;
    margin-bottom: 16px !important;
  }

  .delete-note {
    min-height: auto;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 10px;
    margin: 30px auto 0;
    padding: 12px;
  }

  .delete-note-icon {
    width: 32px;
    height: 32px;
    font-size: 21px;
  }

  .delete-note strong {
    font-size: 14px;
  }

  .delete-account-copywrite {
    margin-top: 18px;
    font-size: 12px;
  }
}
