:root {
  --rose-600: #f04b70;
  --paper: #e8dfdd;
  --dusty-rose: #d59da7;
  --mist: #aeabab;
  --ink: #302b30;
  --berry: #db5c81;
  --blush: #f3b2c1;
  --taupe: #cfb7bb;
  --white: #fffdfd;
  --shadow: rgba(48, 43, 48, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Avenir Next", Avenir, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(243, 178, 193, 0.9), transparent 32%),
    linear-gradient(135deg, var(--paper) 0%, #f7f0ef 34%, #fbf6f5 100%);
}

a {
  color: inherit;
}

.shell {
  width: min(1080px, calc(100% - 32px));
  margin: 0 auto;
  padding: 32px 0 48px;
}

.shell-narrow {
  width: min(880px, calc(100% - 32px));
}

.hero-card,
.brand-card,
.policy-card {
  border-radius: 32px;
  box-shadow: 0 24px 60px var(--shadow);
}

.hero-card {
  padding: 32px;
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.9)),
    linear-gradient(160deg, var(--paper), var(--taupe));
}

.hero-card h1,
.policy-card h1 {
  margin: 0;
  line-height: 1.04;
  letter-spacing: -0.03em;
}

.hero-card h1 {
  max-width: 12ch;
  font-size: clamp(2.8rem, 8vw, 5.8rem);
}

.eyebrow,
.section-label,
.meta {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.eyebrow,
.section-label {
  font-size: 0.78rem;
  font-weight: 700;
}

.eyebrow {
  color: var(--rose-600);
}

.lead,
.policy-section p,
.link-list {
  font-size: 1.05rem;
  line-height: 1.7;
}

.lead {
  max-width: 36rem;
  margin: 20px 0 0;
  color: rgba(48, 43, 48, 0.82);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button-primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--rose-600), var(--berry));
  box-shadow: 0 16px 28px rgba(219, 92, 129, 0.28);
}

.button-secondary {
  color: var(--rose-600);
  background: rgba(255, 253, 253, 0.72);
  box-shadow: inset 0 0 0 1px rgba(240, 75, 112, 0.28);
}

.app-store-badge {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-height: 52px;
  padding: 7px 17px 7px 14px;
  border-radius: 12px;
  color: var(--white);
  background: #000;
  text-decoration: none;
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.18);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.app-store-badge:hover,
.app-store-badge:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.22);
}

.app-store-badge-icon {
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  fill: currentColor;
}

.app-store-badge-copy {
  display: grid;
  gap: 1px;
  line-height: 1;
}

.app-store-badge-copy span {
  font-size: 0.68rem;
  font-weight: 600;
}

.app-store-badge-copy strong {
  font-size: 1.33rem;
  font-weight: 700;
}

.brand-card {
  display: grid;
  grid-template-columns: minmax(0, 256px) minmax(0, 1fr);
  gap: 28px;
  margin-top: 20px;
  padding: 28px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(232, 223, 221, 0.96));
}

.app-icon,
.policy-icon {
  display: block;
  border-radius: 28px;
  box-shadow: 0 20px 40px rgba(48, 43, 48, 0.16);
}

.brand-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section-label {
  color: rgba(48, 43, 48, 0.64);
}

.link-list {
  margin: 12px 0 0;
  padding-left: 20px;
}

.link-list a {
  color: var(--rose-600);
  font-weight: 700;
  text-decoration-thickness: 2px;
}

.back-link {
  display: inline-block;
  margin-bottom: 18px;
  color: rgba(48, 43, 48, 0.72);
  text-decoration-thickness: 2px;
}

.policy-card {
  padding: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.9)),
    linear-gradient(120deg, var(--paper), var(--taupe));
}

.policy-header {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 18px;
  align-items: center;
}

.policy-header h1 {
  font-size: clamp(2.25rem, 7vw, 4.2rem);
}

.meta {
  margin-top: 10px;
  font-size: 0.76rem;
  color: rgba(48, 43, 48, 0.58);
}

.policy-section {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(48, 43, 48, 0.1);
}

.policy-section h2 {
  margin: 0 0 10px;
  font-size: 1.2rem;
}

.policy-section p {
  margin: 0;
}

.policy-section p + p {
  margin-top: 10px;
}

@media (max-width: 760px) {
  .shell,
  .shell-narrow {
    width: min(100% - 24px, 1080px);
    padding-top: 20px;
    padding-bottom: 32px;
  }

  .hero-card,
  .brand-card,
  .policy-card {
    border-radius: 24px;
  }

  .hero-card,
  .brand-card,
  .policy-card {
    padding: 22px;
  }

  .brand-card,
  .policy-header {
    grid-template-columns: 1fr;
  }

  .app-icon {
    width: min(100%, 220px);
    height: auto;
  }

  .policy-icon {
    width: 88px;
    height: 88px;
  }
}
