:root {
  --ink: #101827;
  --muted: #667085;
  --pink: #e90c73;
  --pink-dark: #c40860;
  --pink-soft: #fff0f6;
  --cream: #fff9f5;
  --line: #e9e9ee;
  --white: #ffffff;
  --shadow: 0 22px 60px rgba(25, 17, 22, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

img {
  max-width: 100%;
}

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

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

:focus-visible {
  outline: 3px solid rgba(233, 12, 115, 0.3);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 200;
  transform: translateY(-150%);
  border-radius: 999px;
  padding: 10px 16px;
  background: var(--ink);
  color: white;
}

.skip-link:focus {
  transform: translateY(0);
}

.shell {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.site-header {
  position: relative;
  z-index: 50;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.site-header.light {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.96);
}

.site-nav {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 84px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  width: max-content;
  color: white;
  font-size: 23px;
  font-weight: 850;
  letter-spacing: 0.055em;
}

.light .brand {
  color: var(--ink);
}

.brand img {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  box-shadow: 0 9px 24px rgba(233, 12, 115, 0.24);
}

.nav-links,
.footer-links {
  display: flex;
  align-items: center;
  gap: 30px;
}

.nav-links {
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 650;
}

.light .nav-links {
  color: #555d69;
}

.nav-links a,
.footer-links a {
  transition: color 160ms ease;
}

.nav-links a:hover,
.footer-links a:hover {
  color: var(--pink);
}

.header-cta {
  justify-self: end;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 999px;
  padding: 11px 19px;
  background: rgba(255, 255, 255, 0.1);
  color: white;
  font-size: 13px;
  font-weight: 760;
  backdrop-filter: blur(12px);
}

.light .header-cta {
  border-color: #dedee4;
  background: white;
  color: var(--ink);
}

.menu-button {
  display: none;
  justify-self: end;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: white;
  font: inherit;
  font-size: 22px;
}

.light .menu-button {
  border-color: var(--line);
  background: white;
  color: var(--ink);
}

.mobile-menu {
  display: none;
}

.hero {
  position: relative;
  min-height: 780px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(12, 14, 22, 0.89) 0%, rgba(12, 14, 22, 0.66) 44%, rgba(12, 14, 22, 0.08) 75%),
    url("/assets/images/hero-home.jpg") center / cover no-repeat;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 170px;
  background: linear-gradient(transparent, rgba(10, 10, 16, 0.35));
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 690px;
  padding-block: 118px 130px;
  color: white;
}

.eyebrow,
.section-label {
  margin: 0;
  color: var(--pink);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

.hero .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  padding: 9px 13px;
  background: rgba(18, 17, 24, 0.27);
  color: #ff9ac7;
  backdrop-filter: blur(12px);
}

.hero .eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ff3f97;
  box-shadow: 0 0 0 5px rgba(255, 63, 151, 0.15);
}

.hero h1 {
  max-width: 760px;
  margin: 27px 0 22px;
  font-size: clamp(56px, 7.2vw, 92px);
  line-height: 0.96;
  letter-spacing: -0.065em;
}

.hero h1 span {
  display: block;
  color: #ff5ca5;
}

.hero-copy {
  max-width: 610px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.72;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  border: 0;
  border-radius: 999px;
  padding: 0 24px;
  font-size: 14px;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--pink);
  color: white;
  box-shadow: 0 16px 34px rgba(233, 12, 115, 0.33);
}

.button-dark {
  background: var(--ink);
  color: white;
  box-shadow: 0 14px 30px rgba(17, 24, 39, 0.16);
}

.button-light {
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.1);
  color: white;
  backdrop-filter: blur(10px);
}

.trust-note {
  display: flex;
  gap: 13px;
  align-items: center;
  margin-top: 39px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
}

.trust-icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.1);
  color: #ff81b8;
  font-weight: 900;
}

.intro {
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  gap: 90px;
  align-items: end;
  padding-block: 112px 58px;
}

.intro h2,
.safety-copy h2,
.download-panel h2 {
  margin: 13px 0 0;
  font-size: clamp(39px, 4.8vw, 64px);
  line-height: 1.03;
  letter-spacing: -0.055em;
}

.intro > p,
.safety-copy > p,
.download-panel > p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.72;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding-bottom: 112px;
}

.feature-card {
  min-height: 318px;
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 29px;
  background: white;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.feature-card:hover {
  transform: translateY(-5px);
  border-color: #f6c6da;
  box-shadow: var(--shadow);
}

.feature-number {
  color: #a9afb8;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.16em;
}

.feature-icon {
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  margin: 42px 0 27px;
  border-radius: 21px;
  background: var(--pink-soft);
  color: var(--pink);
  font-size: 28px;
  font-weight: 850;
}

.feature-card h3 {
  margin: 0 0 10px;
  font-size: 22px;
  letter-spacing: -0.035em;
}

.feature-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.68;
}

.safety-section {
  padding-block: 110px;
  background: var(--cream);
}

.safety-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 86px;
  align-items: center;
}

.safety-photo-wrap {
  position: relative;
}

.safety-photo {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 38px;
  box-shadow: var(--shadow);
}

.safety-badge {
  position: absolute;
  right: -18px;
  bottom: 28px;
  max-width: 280px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 20px;
  padding: 17px 18px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 42px rgba(27, 19, 23, 0.16);
  backdrop-filter: blur(16px);
}

.safety-badge strong,
.safety-badge span {
  display: block;
}

.safety-badge strong {
  font-size: 14px;
}

.safety-badge span {
  margin-top: 5px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.safety-copy > p {
  margin-top: 22px;
}

.check-list {
  display: grid;
  gap: 14px;
  margin: 29px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 29px;
  color: #414956;
  font-size: 14px;
  font-weight: 680;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--pink);
  font-weight: 900;
}

.download {
  padding-block: 110px;
}

.download-panel {
  position: relative;
  overflow: hidden;
  border-radius: 42px;
  padding: 76px 32px;
  background:
    radial-gradient(circle at 8% 10%, rgba(255, 255, 255, 0.11), transparent 27%),
    linear-gradient(125deg, #101827, #1c2435 57%, #44152f);
  color: white;
  text-align: center;
}

.download-panel::before,
.download-panel::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}

.download-panel::before {
  top: -270px;
  left: -90px;
  width: 430px;
  height: 430px;
}

.download-panel::after {
  right: -250px;
  bottom: -360px;
  width: 540px;
  height: 540px;
}

.download-logo {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  box-shadow: 0 16px 36px rgba(233, 12, 115, 0.3);
}

.download-panel .section-label {
  margin-top: 25px;
  color: #ff86bc;
}

.download-panel h2 {
  max-width: 760px;
  margin: 14px auto 18px;
}

.download-panel > p {
  max-width: 580px;
  margin-inline: auto;
  color: #bec5d1;
}

.play-link {
  display: inline-block;
  margin-top: 28px;
  transition: transform 180ms ease;
}

.play-link:hover {
  transform: translateY(-2px);
}

.play-link img {
  display: block;
  width: 205px;
  height: auto;
}

.site-footer {
  border-top: 1px solid var(--line);
  background: white;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  align-items: center;
  gap: 26px;
  padding-block: 38px;
}

.footer-inner .brand {
  color: var(--ink);
  font-size: 19px;
}

.footer-inner .brand img {
  width: 35px;
  height: 35px;
}

.footer-tagline {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  text-align: center;
}

.footer-links {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px;
  color: #545b67;
  font-size: 12px;
  font-weight: 680;
}

.copyright {
  grid-column: 1 / -1;
  margin: 0;
  color: #979da7;
  font-size: 11px;
  text-align: center;
}

.legal-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #f3dfe8;
  background:
    radial-gradient(circle at 84% 6%, rgba(233, 12, 115, 0.12), transparent 30%),
    linear-gradient(135deg, #fff, #fff8fb);
}

.legal-hero-inner {
  padding-block: 88px 76px;
}

.legal-hero h1 {
  max-width: 850px;
  margin: 16px 0 20px;
  font-size: clamp(45px, 7vw, 76px);
  line-height: 1;
  letter-spacing: -0.058em;
}

.legal-summary {
  max-width: 740px;
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.72;
}

.updated {
  display: block;
  margin-top: 27px;
  color: #8d939d;
  font-size: 12px;
  font-weight: 680;
}

.legal-content {
  max-width: 880px;
  padding-block: 76px 110px;
}

.legal-content > section {
  padding-block: 31px;
  border-bottom: 1px solid var(--line);
}

.legal-content > section:first-child {
  padding-top: 0;
}

.legal-content h2 {
  margin: 0 0 13px;
  font-size: 24px;
  letter-spacing: -0.035em;
}

.legal-content h3 {
  margin: 21px 0 8px;
  font-size: 17px;
}

.legal-content p,
.legal-content li {
  color: #555d6b;
  font-size: 15px;
  line-height: 1.78;
}

.legal-content p {
  margin: 10px 0 0;
}

.legal-content ul,
.legal-content ol {
  display: grid;
  gap: 10px;
  margin: 13px 0 0;
  padding-left: 22px;
}

.legal-content li::marker {
  color: var(--pink);
  font-weight: 800;
}

.notice {
  margin: 22px 0;
  border: 1px solid #f5c6d9;
  border-radius: 22px;
  padding: 23px;
  background: var(--pink-soft);
}

.notice strong {
  font-size: 17px;
}

.notice p {
  margin-top: 7px;
}

.contact-card {
  margin-top: 38px;
  border: 1px solid #f3c5d8;
  border-radius: 24px;
  padding: 26px;
  background: var(--pink-soft);
}

.contact-card strong {
  font-size: 18px;
}

.contact-card a,
.legal-content a {
  color: var(--pink-dark);
  font-weight: 760;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.deletion-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 24px;
}

.deletion-cta .button {
  text-decoration: none;
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 26px;
}

.support-item {
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 22px;
  background: white;
}

.support-item strong {
  display: block;
  margin-bottom: 7px;
}

.support-item p {
  margin: 0;
  font-size: 13px;
}

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

  .nav-links,
  .header-cta {
    display: none;
  }

  .menu-button {
    display: grid;
    place-items: center;
  }

  .mobile-menu {
    position: absolute;
    top: 76px;
    right: 24px;
    left: 24px;
    z-index: 60;
    border: 1px solid var(--line);
    border-radius: 22px;
    padding: 12px;
    background: white;
    box-shadow: var(--shadow);
  }

  .mobile-menu.open {
    display: grid;
  }

  .mobile-menu a {
    border-radius: 13px;
    padding: 13px 14px;
    color: var(--ink);
    font-size: 14px;
    font-weight: 700;
  }

  .mobile-menu a:hover {
    background: var(--pink-soft);
    color: var(--pink);
  }

  .intro {
    grid-template-columns: 1fr;
    gap: 25px;
  }

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

  .feature-card {
    min-height: 250px;
  }

  .feature-icon {
    margin-top: 28px;
  }

  .safety-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .support-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .shell {
    width: min(100% - 32px, 1180px);
  }

  .site-nav {
    min-height: 76px;
  }

  .brand {
    gap: 8px;
    font-size: 20px;
  }

  .brand img {
    width: 37px;
    height: 37px;
  }

  .hero {
    min-height: 730px;
    background-position: 67% center;
  }

  .hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(8, 10, 17, 0.42), rgba(8, 10, 17, 0.78));
  }

  .hero-content {
    padding-block: 88px 95px;
    text-align: center;
  }

  .hero h1 {
    font-size: clamp(49px, 14.7vw, 66px);
  }

  .hero-copy {
    font-size: 16px;
  }

  .hero-actions {
    flex-direction: column;
    gap: 13px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .trust-note {
    justify-content: center;
    text-align: left;
  }

  .intro {
    padding-block: 82px 44px;
  }

  .intro h2,
  .safety-copy h2,
  .download-panel h2 {
    font-size: 40px;
  }

  .feature-grid {
    padding-bottom: 82px;
  }

  .safety-section {
    padding-block: 82px;
  }

  .safety-photo {
    min-height: 390px;
    aspect-ratio: auto;
  }

  .safety-badge {
    right: 12px;
    bottom: 16px;
    left: 12px;
    max-width: none;
  }

  .download {
    padding-block: 72px;
  }

  .download-panel {
    border-radius: 30px;
    padding: 60px 20px;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .footer-tagline {
    text-align: center;
  }

  .footer-links {
    justify-content: center;
  }

  .legal-hero-inner {
    padding-block: 62px 54px;
  }

  .legal-summary {
    font-size: 16px;
  }

  .legal-content {
    padding-block: 54px 80px;
  }

  .deletion-cta {
    flex-direction: column;
  }

  .deletion-cta .button {
    width: 100%;
  }
}

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

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