:root {
  --red: #ee343f;
  --ink: #171717;
  --muted: #65615b;
  --paper: #f7f3eb;
  color-scheme: light;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
}

img {
  max-width: 100%;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--ink);
  color: white;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transform: translateY(-150%);
}

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

.page {
  min-height: 100vh;
  overflow: hidden;
  background:
    radial-gradient(circle at 83% 18%, rgba(238, 52, 63, 0.08), transparent 26rem),
    var(--paper);
}

.header {
  position: relative;
  z-index: 10;
  display: flex;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 28px 0;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(23, 23, 23, 0.12);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 750;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.brand-icon {
  border-radius: 12px;
  box-shadow: 0 8px 22px rgba(184, 29, 40, 0.15);
}

.header-link {
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
  text-underline-offset: 5px;
  transition: color 180ms ease;
}

.header-link:hover {
  color: var(--red);
}

.hero {
  display: grid;
  width: min(1180px, calc(100% - 48px));
  min-height: 690px;
  margin: 0 auto;
  padding: 72px 0 88px;
  grid-template-columns: minmax(0, 1.04fr) minmax(390px, 0.96fr);
  gap: clamp(48px, 8vw, 118px);
  align-items: center;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.eyebrow,
.section-label {
  margin: 0 0 28px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
}

.eyebrow > span {
  width: 28px;
  height: 2px;
  background: var(--red);
}

.hero h1 {
  max-width: 720px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(60px, 6.7vw, 100px);
  font-weight: 500;
  letter-spacing: -0.065em;
  line-height: 0.91;
  text-wrap: balance;
}

.intro {
  max-width: 620px;
  margin: 34px 0 0;
  color: #4e4a45;
  font-size: clamp(18px, 2vw, 22px);
  letter-spacing: -0.025em;
  line-height: 1.5;
}

.actions {
  display: flex;
  margin-top: 36px;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}

.app-store-badge-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  line-height: 0;
  transition: transform 180ms ease, opacity 180ms ease;
}

.app-store-badge-link:hover {
  transform: translateY(-2px);
  opacity: 0.88;
}

.app-store-badge {
  display: block;
  width: 180px;
  height: auto;
}

.secondary-action {
  color: var(--ink);
  font-size: 14px;
  font-weight: 750;
  text-underline-offset: 5px;
}

.availability {
  display: flex;
  margin-top: 28px;
  align-items: center;
  gap: 9px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 650;
  flex-wrap: wrap;
}

.availability-mark {
  color: var(--ink);
  font-size: 9px;
}

.dot {
  color: #aaa39a;
}

.product-visual {
  position: relative;
  display: flex;
  min-height: 620px;
  align-items: center;
  justify-content: center;
}

.red-disc {
  position: absolute;
  width: min(470px, 42vw);
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 36px 90px rgba(222, 42, 54, 0.2);
}

.city-label {
  position: absolute;
  top: 16%;
  right: -7%;
  display: flex;
  flex-direction: column;
  color: rgba(23, 23, 23, 0.46);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.city-label span:first-child {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 44px;
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 0.9;
}

.phone {
  position: relative;
  z-index: 2;
  width: min(310px, 75vw);
  padding: 8px;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 46px;
  background: #101010;
  box-shadow: 0 40px 90px rgba(63, 21, 25, 0.28), 0 12px 30px rgba(63, 21, 25, 0.18);
  transform: rotate(3deg);
}

.phone-top {
  position: absolute;
  z-index: 3;
  top: 16px;
  left: 50%;
  width: 90px;
  height: 24px;
  border-radius: 999px;
  background: #101010;
  transform: translateX(-50%);
}

.app-screenshot {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 37px;
}

.panda-badge {
  position: absolute;
  z-index: 4;
  right: 6%;
  bottom: 15%;
  width: 88px;
  height: 88px;
  overflow: hidden;
  border: 5px solid var(--paper);
  border-radius: 25px;
  box-shadow: 0 18px 44px rgba(54, 20, 23, 0.24);
  transform: rotate(-7deg);
}

.why {
  display: grid;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 96px 0;
  border-top: 1px solid rgba(23, 23, 23, 0.12);
  grid-template-columns: 0.75fr 1.25fr;
  gap: clamp(48px, 8vw, 118px);
}

.why-heading h2,
.closing h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -0.05em;
}

.why-heading h2 {
  max-width: 390px;
  font-size: clamp(42px, 5vw, 68px);
  line-height: 0.98;
}

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

.feature {
  min-height: 220px;
  padding: 24px;
  border: 1px solid rgba(23, 23, 23, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.4);
}

.feature-number {
  display: block;
  margin-bottom: 58px;
  color: var(--red);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.1em;
}

.feature h3 {
  margin: 0 0 10px;
  font-size: 16px;
  letter-spacing: -0.02em;
}

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

.closing {
  display: flex;
  min-height: 560px;
  padding: 80px 24px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--ink);
  color: white;
  text-align: center;
}

.closing-icon {
  margin-bottom: 26px;
  border-radius: 21px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
}

.closing p {
  margin: 0 0 8px;
  color: #9f9b95;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.closing h2 {
  margin-bottom: 34px;
  font-size: clamp(52px, 7vw, 92px);
  line-height: 1;
}

.footer {
  display: flex;
  min-height: 90px;
  padding: 24px max(24px, calc((100vw - 1180px) / 2));
  align-items: center;
  justify-content: space-between;
  background: var(--ink);
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  color: #817e79;
  font-size: 12px;
}

.footer div {
  display: flex;
  gap: 22px;
}

.footer a {
  color: #aaa6a0;
  text-decoration: none;
}

.footer a:hover {
  color: white;
}

a:focus-visible {
  outline: 3px solid #f6a7ad;
  outline-offset: 4px;
}

@media (max-width: 980px) {
  .hero {
    min-height: auto;
    padding-top: 56px;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .hero-copy {
    max-width: 780px;
  }

  .product-visual {
    min-height: 640px;
  }

  .red-disc {
    width: min(470px, 70vw);
  }

  .city-label {
    right: 12%;
  }

  .panda-badge {
    right: 23%;
  }

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

@media (max-width: 700px) {
  .header,
  .hero,
  .why {
    width: min(100% - 32px, 1180px);
  }

  .header {
    padding: 18px 0;
  }

  .brand {
    font-size: 13px;
  }

  .brand-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
  }

  .header-link {
    max-width: 84px;
    font-size: 11px;
    text-align: right;
  }

  .hero {
    padding: 54px 0 64px;
  }

  .eyebrow {
    margin-bottom: 22px;
    font-size: 10px;
    letter-spacing: 0.1em;
  }

  .hero h1 {
    font-size: clamp(54px, 17vw, 78px);
  }

  .intro {
    margin-top: 26px;
    font-size: 18px;
  }

  .actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .availability {
    max-width: 300px;
  }

  .availability .dot {
    display: none;
  }

  .availability span:last-child {
    flex-basis: 100%;
    padding-left: 18px;
  }

  .product-visual {
    min-height: 570px;
    margin-top: 8px;
  }

  .red-disc {
    width: 90vw;
  }

  .phone {
    width: min(278px, 74vw);
  }

  .city-label {
    top: 7%;
    right: 0;
  }

  .panda-badge {
    right: 7%;
    bottom: 16%;
    width: 78px;
    height: 78px;
  }

  .why {
    padding: 72px 0;
    gap: 42px;
  }

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

  .feature {
    min-height: 185px;
  }

  .feature-number {
    margin-bottom: 42px;
  }

  .closing {
    min-height: 500px;
  }

  .footer {
    padding: 26px 18px;
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }
}

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

  .app-store-badge-link,
  .header-link {
    transition: none;
  }
}
