:root {
  --orange: #ff9b0d;
  --orange-dark: #e96d00;
  --cream: #fff6e9;
  --ink: #3f2718;
  --blue: #22b7ee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.visual-home {
  min-height: 100vh;
  background: #fff6e9;
}

.concept-stage {
  position: relative;
  width: min(100vw, 1536px);
  margin: 0 auto;
  line-height: 0;
  box-shadow: 0 0 28px rgba(126, 76, 24, 0.1);
}

.concept-image {
  display: block;
  width: 100%;
  height: auto;
}

.hotspot {
  position: absolute;
  display: block;
  border-radius: 8px;
}

.hotspot:focus-visible {
  outline: 3px solid rgba(23, 151, 232, 0.75);
  outline-offset: 2px;
}

.home-link {
  left: 68.2%;
  top: 1.6%;
  width: 4.2%;
  height: 4.2%;
}

.privacy-top {
  left: 73.1%;
  top: 1.6%;
  width: 9%;
  height: 4.2%;
}

.support-top {
  left: 82.8%;
  top: 1.6%;
  width: 6.2%;
  height: 4.2%;
}

.google-play-top {
  left: 88.8%;
  top: 1%;
  width: 9.8%;
  height: 4.8%;
}

.google-play-hero {
  left: 20%;
  top: 34.3%;
  width: 20.7%;
  height: 7.4%;
  border-radius: 999px;
}

.email-link {
  left: 42%;
  top: 90.4%;
  width: 14.4%;
  height: 4%;
}

.privacy-bottom {
  left: 69.4%;
  top: 97%;
  width: 7.5%;
  height: 2.7%;
}

.support-bottom {
  left: 80.2%;
  top: 97%;
  width: 6.5%;
  height: 2.7%;
}

@media (max-width: 720px) {
  .concept-stage {
    width: 100vw;
    overflow-x: auto;
  }

  .concept-image {
    width: 900px;
    max-width: none;
  }
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  background:
    radial-gradient(circle at 9% 25%, rgba(255, 176, 32, 0.14) 0 2px, transparent 3px),
    radial-gradient(circle at 91% 26%, rgba(255, 176, 32, 0.14) 0 2px, transparent 3px),
    linear-gradient(180deg, #fff9ed 0%, #fff3df 52%, #fff9ef 100%);
  background-size: 34px 34px, 34px 34px, auto;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
  padding: 0 clamp(18px, 10vw, 172px);
  background: rgba(255, 252, 246, 0.94);
  border-bottom: 1px solid #ead0aa;
  backdrop-filter: blur(10px);
}

.brand img {
  display: block;
  width: 307px;
  max-width: 44vw;
  height: auto;
}

.nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 3vw, 44px);
  font-weight: 800;
}

.nav a {
  white-space: nowrap;
}

.nav .active {
  color: var(--orange-dark);
}

.play-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 15px 8px 12px;
  color: #fff;
  background: #070707;
  border-radius: 7px;
  box-shadow: 0 2px 0 rgba(255, 255, 255, 0.35) inset;
}

.play-badge span:last-child,
.cta span:last-child {
  display: grid;
  line-height: 1.02;
}

.play-badge small,
.cta small {
  display: block;
  font-size: 9px;
  letter-spacing: 0.04em;
}

.play-triangle {
  position: relative;
  width: 34px;
  height: 31px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: linear-gradient(135deg, #36b45f 0 36%, #238ee8 36% 55%, #ffd633 55% 74%, #ee4b3d 74%);
}

.hero {
  position: relative;
  min-height: 372px;
  padding: 20px clamp(18px, 10vw, 172px) 0;
  overflow: hidden;
}

.hero::after {
  position: absolute;
  left: -4vw;
  right: -4vw;
  bottom: 0;
  z-index: -1;
  height: 116px;
  content: "";
  background: var(--orange);
  clip-path: polygon(0 34%, 11% 45%, 25% 54%, 41% 45%, 55% 27%, 71% 18%, 87% 49%, 100% 31%, 100% 100%, 0 100%);
}

.hero-copy {
  width: min(500px, 45vw);
  text-align: center;
  margin-top: 14px;
}

.hero-logo {
  display: block;
  width: min(454px, 100%);
  margin: 0 auto 0;
  mix-blend-mode: multiply;
}

.hero-copy h1 {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.hero-copy p {
  margin: -2px 0 10px;
  font-size: clamp(20px, 1.7vw, 24px);
  line-height: 1.25;
  font-weight: 800;
  color: #744229;
}

.cta {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  min-width: 322px;
  padding: 13px 36px 13px 30px;
  color: #fff;
  font-size: 32px;
  font-weight: 800;
  background: linear-gradient(#34c9f4, #0b98dc);
  border: 4px solid #fff;
  border-radius: 999px;
  box-shadow: 0 5px 0 rgba(126, 91, 30, 0.24), inset 0 4px 0 rgba(255, 255, 255, 0.25);
}

.cta small {
  font-size: 16px;
}

.hero-phone {
  position: absolute;
  top: 14px;
  left: 51.3%;
  width: min(240px, 17vw);
  filter: drop-shadow(0 8px 8px rgba(92, 50, 8, 0.22));
}

.decor-giraffe {
  position: absolute;
  right: 11.8%;
  bottom: 26px;
  width: 176px;
}

.gem,
.spark {
  position: absolute;
  display: block;
  pointer-events: none;
}

.gem {
  width: 52px;
  height: 52px;
  border: 4px solid #fff;
  border-radius: 11px;
  transform: rotate(10deg);
  box-shadow: 0 6px 10px rgba(121, 65, 20, 0.2);
}

.gem::after {
  position: absolute;
  inset: 8px;
  content: "";
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.65);
}

.gem-red { left: 5.6%; top: 36px; background: #ef3e72; }
.gem-blue { left: 10.4%; top: 196px; background: #2098e7; }
.gem-yellow { right: 12.5%; top: 48px; background: #ffc322; }
.gem-green { right: 8.7%; top: 242px; background: #17b95b; }

.spark {
  width: 28px;
  height: 28px;
  background: #fff;
  clip-path: polygon(50% 0, 61% 38%, 100% 50%, 61% 62%, 50% 100%, 39% 62%, 0 50%, 39% 38%);
  opacity: 0.86;
}

.spark-a { left: 13%; top: 122px; }
.spark-b { left: 44%; top: 114px; }
.spark-c { right: 23%; top: 110px; }

.feature-strip {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  width: min(1255px, calc(100% - 42px));
  margin: 14px auto 0;
  padding: 18px 20px;
  background: rgba(255, 251, 244, 0.94);
  border: 1px solid #f0d8b6;
  border-radius: 16px;
  box-shadow: 0 8px 18px rgba(127, 76, 24, 0.16);
}

.feature {
  display: grid;
  grid-template-columns: 78px 1fr;
  align-items: center;
  min-height: 82px;
  padding: 0 24px;
  border-left: 1px solid #edd2ad;
}

.feature:first-child {
  border-left: 0;
}

.feature img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 0;
}

.feature h2 {
  margin: 0 0 6px;
  color: #fb6c00;
  font-size: 23px;
  line-height: 1.04;
}

.feature p {
  margin: 0;
  font-size: 15px;
  line-height: 1.22;
  color: #2d241f;
}

.gem-grid {
  display: grid;
  grid-template-columns: repeat(2, 27px);
  gap: 8px;
}

.gem-grid i,
.feature-gem {
  width: 27px;
  height: 27px;
  border: 2px solid rgba(255, 255, 255, 0.75);
  border-radius: 5px;
  box-shadow: inset 0 3px 0 rgba(255, 255, 255, 0.35);
}

.gem-grid i:nth-child(1) { background: #f13e74; }
.gem-grid i:nth-child(2) { background: #ffce26; }
.gem-grid i:nth-child(3) { background: #20c75b; }
.gem-grid i:nth-child(4) { background: #1f9be9; }

.tap-icon {
  font-size: 56px;
  line-height: 1;
  color: #ff8b2d;
  text-shadow: 0 3px 0 #c94324;
}

.feature-gem {
  width: 58px;
  height: 58px;
  background: #ef3d70;
  border-radius: 11px;
  transform: rotate(-14deg);
  box-shadow: 0 5px 8px rgba(120, 60, 15, 0.2);
}

.highlights {
  width: min(1120px, calc(100% - 42px));
  margin: 8px auto 0;
  text-align: center;
}

.highlights h2 {
  margin: 0 0 4px;
  color: #71462e;
  font-size: 25px;
  line-height: 1;
}

.highlights h2 span {
  color: #3e9cf0;
  padding: 0 16px;
}

.phone-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: end;
  gap: clamp(22px, 5vw, 66px);
}

.phone-grid img {
  width: 100%;
  max-width: 205px;
  justify-self: center;
  filter: drop-shadow(0 6px 8px rgba(64, 40, 14, 0.16));
}

.support-band {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  width: min(1120px, calc(100% - 42px));
  min-height: 60px;
  margin: 2px auto 0;
  padding: 10px 210px 10px 32px;
  background: rgba(255, 251, 244, 0.94);
  border: 1px solid #f0d8b6;
  border-radius: 12px;
}

.support-band p {
  margin: 0;
  font-size: 17px;
}

.support-band a {
  color: #ff6500;
  font-size: 18px;
  font-weight: 800;
}

.support-band span {
  width: 1px;
  height: 26px;
  background: #edc99b;
}

.support-band img {
  position: absolute;
  right: 0;
  bottom: -6px;
  width: 240px;
}

.mail-icon {
  width: 48px;
  height: 36px;
  border: 2px solid #2a9ee9;
  border-radius: 7px;
  background: #b9e4ff;
}

.mail-icon::before {
  display: block;
  width: 31px;
  height: 20px;
  margin: 6px auto 0;
  content: "";
  border-bottom: 2px solid #2a9ee9;
  border-left: 2px solid #2a9ee9;
  transform: rotate(-45deg);
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  margin-top: 0;
  padding: 0 clamp(22px, 10vw, 174px);
  color: #fff;
  background: var(--orange);
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.footer-brand img {
  width: 38px;
  height: 38px;
  border-radius: 8px;
}

.footer-brand strong {
  color: #25b5f0;
  font-size: 20px;
  text-shadow: -1px -1px 0 #07549e, 1px -1px 0 #07549e, -1px 1px 0 #07549e, 1px 1px 0 #07549e;
}

.site-footer p {
  margin: 0;
  font-size: 13px;
}

.site-footer nav {
  display: flex;
  gap: 74px;
  font-size: 13px;
}

.simple-page {
  min-height: 100vh;
}

.content-card {
  width: min(760px, calc(100% - 40px));
  margin: 70px auto;
  padding: 36px;
  background: rgba(255, 251, 244, 0.96);
  border: 1px solid #f0d8b6;
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(127, 76, 24, 0.14);
}

.content-card h1,
.content-card h2 {
  color: #fb6c00;
}

.privacy-content {
  line-height: 1.65;
}

.privacy-content .meta {
  color: #64748b;
  margin-bottom: 28px;
}

.privacy-content h1 {
  margin-top: 0;
  color: var(--ink);
  font-size: 32px;
}

.privacy-content h2 {
  margin: 32px 0 10px;
  font-size: 22px;
}

.privacy-content p {
  font-size: 16px;
}

.content-card a,
.support-mail {
  color: #ff6500;
  font-weight: 800;
}

@media (max-width: 980px) {
  .site-header {
    height: auto;
    padding: 12px 18px;
    gap: 12px;
  }

  .nav {
    gap: 14px;
    font-size: 14px;
  }

  .play-badge {
    display: none;
  }

  .hero {
    min-height: 680px;
    padding: 22px 18px 0;
  }

  .hero-copy {
    width: min(500px, 100%);
    margin: 0 auto;
  }

  .hero-phone {
    top: 310px;
    left: 50%;
    width: 210px;
    transform: translateX(-50%);
  }

  .decor-giraffe {
    display: none;
  }

  .feature-strip,
  .phone-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .support-band {
    flex-wrap: wrap;
    padding-right: 32px;
  }

  .support-band img {
    display: none;
  }
}

@media (max-width: 640px) {
  .brand img {
    width: 190px;
    max-width: 100%;
  }

  .site-header,
  .site-footer {
    flex-direction: column;
    justify-content: center;
  }

  .site-footer {
    gap: 10px;
    padding: 14px 20px;
  }

  .nav {
    flex-wrap: wrap;
    justify-content: center;
  }

  .hero {
    min-height: 650px;
  }

  .cta {
    min-width: 0;
    width: 100%;
    justify-content: center;
    font-size: 25px;
  }

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

  .feature {
    border-left: 0;
    border-top: 1px solid #edd2ad;
    padding: 16px 10px;
  }

  .feature:first-child {
    border-top: 0;
  }

  .phone-grid img {
    max-width: 230px;
  }
}
