@font-face {
  font-family: Roboto;
  src: url("/assets/roboto.woff2") format("woff2");
  font-display: swap;
  font-weight: 400;
}

* { box-sizing: border-box; }
:root { color-scheme: only light; }
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100%;
  color-scheme: only light;
  forced-color-adjust: none;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
html {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  color: #202124;
  background: #fff;
}
body {
  position: relative;
  min-height: 100%;
  width: 100%;
  overflow-x: hidden;
  background: #fff;
  -webkit-tap-highlight-color: transparent;
}
button { border: 0; padding: 0; margin: 0; font: inherit; }
p { margin: 0; }

.main-wrapper {
  position: absolute;
  width: 100vw;
  height: 988.20513vw;
  overflow: hidden;
  background-color: #fff;
}

.page-background {
  position: absolute;
  inset: 0 0 auto;
  z-index: 0;
  width: 100%;
  pointer-events: none;
}
.page-background img {
  display: block;
  width: 100%;
  height: auto;
}
.hero-background { display: block; }
.desktop-background-rest { display: none; }

.install-button {
  position: absolute;
  top: 83vw;
  left: 50%;
  transform: translateX(-50%);
  display: grid;
  place-content: center;
  width: 87.69231vw;
  height: 9.23077vw;
  color: #fff;
  text-align: center;
  font-family: Roboto, Arial, sans-serif;
  font-size: 3.56179vw;
  font-weight: 400;
  letter-spacing: .0641vw;
  border-radius: 2.05128vw;
  background: #01875f;
  transition: transform .2s ease-out;
  cursor: pointer;
  z-index: 4;
}

.install-button:hover { transform: translateX(-50%) scale(1.05); }
.install-button:focus-visible { outline: 3px solid #0b57d0; outline-offset: 3px; }
.install-button:disabled { opacity: .72; cursor: default; }

.install-help {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(32, 33, 36, .58);
}
.install-help[hidden], .install-help p[hidden] { display: none; }
.install-help-card {
  position: relative;
  width: min(420px, 100%);
  padding: 28px 24px 22px;
  color: #202124;
  text-align: center;
  background: #fff;
  background-image: url("/assets/light-surface.png");
  border-radius: 18px;
  box-shadow: 0 18px 54px rgba(0, 0, 0, .28);
}
.install-help-card img { border-radius: 15px; }
.install-help-card h2 { margin: 14px 0 10px; font-size: 24px; }
.install-help-card p { margin: 0 0 20px; color: #5f6368; font-size: 16px; line-height: 1.45; }
.install-help-card [hidden] { display: none !important; }
.install-help-safari-steps { margin: 0 0 20px; text-align: left; }
.install-help-safari-steps ol { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.install-help-safari-steps li { display: grid; grid-template-columns: 32px 1fr; gap: 11px; align-items: start; }
.install-help-safari-steps li > span { display: grid; place-items: center; width: 32px; height: 32px; color: #fff; background: #01875f; border-radius: 50%; font-weight: 700; }
.install-help-safari-steps strong { display: block; margin: 1px 0 3px; color: #202124; font-size: 15px; }
.install-help-safari-steps small { display: block; color: #5f6368; font-size: 13px; line-height: 1.35; }
.install-help-close, .push-help-close {
  position: absolute;
  top: 8px;
  right: 12px;
  width: 38px;
  height: 38px;
  color: #5f6368;
  background: transparent;
  font-size: 28px;
  cursor: pointer;
}
.install-help-ok {
  width: 100%;
  min-height: 44px;
  color: #fff;
  background: #01875f;
  border-radius: 9px;
  font-weight: 700;
  cursor: pointer;
}
.push-help-actions { display: flex; gap: 10px; }
.push-help-actions button {
  flex: 1;
  min-height: 44px;
  border-radius: 9px;
  font-weight: 700;
  cursor: pointer;
}
.push-help-skip { color: #01875f; background: #e6f4ea; }
.push-help-enable { color: #fff; background: #01875f; }
.push-help-actions button:disabled { opacity: .65; cursor: wait; }
.install-help-card .push-help-status { margin: -4px 0 16px; color: #b3261e; font-size: 14px; }

.app-icon-overlay {
  position: absolute;
  top: 28.6vw;
  left: 6.03vw;
  z-index: 3;
  width: 19.23vw;
  height: 19.23vw;
  display: block;
  background: #fff;
  background-image: url("/assets/light-surface.png");
  box-shadow: 0 0 0 1.15vw #fff;
}

.brand-edits {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.desktop-brand { display: none; }
.brand-title, .brand-developer, .copy-edit { position: absolute; }
.brand-title {
  top: 29.25vw;
  left: 29.8vw;
  width: 65.5vw;
  height: 14vw;
  overflow: hidden;
  background: #fff;
  background-image: url("/assets/light-surface.png");
  color: #202124;
  -webkit-text-fill-color: #202124;
  font-size: 4.55vw;
  font-weight: 700;
  line-height: 1.35;
}
.brand-developer {
  top: 44.1vw;
  left: 30.1vw;
  width: 42vw;
  height: 7vw;
  padding-top: 1.1vw;
  overflow: hidden;
  background: #fff;
  background-image: url("/assets/light-surface.png");
  color: #01875f;
  -webkit-text-fill-color: #01875f;
  font-size: 3.75vw;
  font-weight: 700;
  line-height: 1.25;
}

.promo-gallery {
  position: absolute;
  top: 112.8vw;
  left: 4.62vw;
  z-index: 3;
  width: 90.76vw;
  height: 51vw;
  overflow: hidden;
  background: #fff;
  background-image: url("/assets/light-surface.png");
}

.promo-track {
  display: flex;
  gap: 3.85vw;
  width: 100%;
  height: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x;
}
.promo-track::-webkit-scrollbar { display: none; }
.promo-track img {
  flex: 0 0 auto;
  width: 27.7vw;
  height: 49.3vw;
  object-fit: cover;
  border-radius: 1.55vw;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}
.promo-next {
  position: absolute;
  top: 20.7vw;
  right: .15vw;
  display: grid;
  place-items: center;
  width: 7.2vw;
  height: 10vw;
  color: #5f6368;
  background: rgba(255, 255, 255, .92);
  border-radius: 5vw 0 0 5vw;
  box-shadow: 0 1px 5px rgba(60, 64, 67, .24);
  font: 400 8vw/1 Arial, sans-serif;
  cursor: pointer;
}

.copy-edit {
  left: 4.62vw;
  width: 90.8vw;
  margin: 0;
  overflow: hidden;
  background: #fff;
  background-image: url("/assets/light-surface.png");
  color: #5f6368;
  -webkit-text-fill-color: #5f6368;
  font-size: 2.45vw;
  line-height: 1.32;
}
.about-copy { top: 197.5vw; height: 43vw; }
.review-one { top: 555.5vw; height: 50vw; }
.review-two { top: 648vw; height: 50vw; }
.review-three { top: 736.5vw; height: 55vw; }

.country {
  position: absolute;
  bottom: 5.13vw;
  left: 6.15vw;
  display: flex;
  align-items: center;
  gap: 2.56vw;
}

.flag {
  display: flex;
  flex-direction: column;
  width: 6.67vw;
  height: 4.62vw;
  overflow: hidden;
  border-radius: .77vw;
}
.flag i, .flag b, .flag em { display: block; width: 100%; }
.flag i { height: 50%; background: #fcd116; }
.flag b { height: 25%; background: #003893; }
.flag em { height: 25%; background: #ce1126; }
.country p { font-size: 3.08vw; color: #5f6368; opacity: .8; }

@media (min-width: 1000px) {
  .country { left: 78.13vw; bottom: 3.39vw; gap: .52vw; }
  .flag { width: 1.35vw; height: .94vw; border-radius: .16vw; }
  .country p { font-size: .63vw; }
}

@media (min-width: 1025px) {
  html { height: 100vh; }
  body { margin: auto 0; height: 100vh; min-height: 50vw; max-height: 67vw; }
  .main-wrapper {
    height: 168.49vw;
  }
  .mobile-background-rest { display: none; }
  .desktop-background-rest { display: block; }
  .install-button {
    top: 17.76vw;
    left: 16.25vw;
    transform: none;
    width: 10.41667vw;
    height: 2.29167vw;
    font-size: .83333vw;
    letter-spacing: .00521vw;
    border-radius: .41667vw;
  }
  .install-button:hover { transform: scale(1.05); }
  .app-icon-overlay {
    top: 5.85vw;
    left: 71.2vw;
    width: 12.8vw;
    height: 12.8vw;
    box-shadow: 0 0 0 .35vw #fff;
  }
  .mobile-brand { display: none; }
  .desktop-brand { display: block; }
  .desktop-brand .brand-title {
    top: 6.25vw;
    left: 16.25vw;
    width: 53.5vw;
    height: 3.2vw;
    font-size: 2.72vw;
    line-height: 1.16;
  }
  .desktop-brand .brand-developer {
    top: 9.85vw;
    left: 16.25vw;
    width: 10vw;
    height: 1.6vw;
    padding-top: .23vw;
    font-size: .72vw;
    line-height: 1.35;
  }
  .promo-gallery {
    top: 22.75vw;
    left: 16.25vw;
    width: 45.5vw;
    height: 19.75vw;
  }
  .promo-track { gap: 1.04vw; }
  .promo-track img {
    width: 10.65vw;
    height: 18.95vw;
    border-radius: .52vw;
  }
  .promo-next {
    top: 7.65vw;
    right: .1vw;
    width: 2.4vw;
    height: 3.8vw;
    border-radius: 2vw 0 0 2vw;
    font-size: 2.65vw;
  }
  .desktop-brand .copy-edit {
    left: 16.25vw;
    width: 45.5vw;
    font-size: .59vw;
    line-height: 1.34;
  }
  .desktop-brand .about-copy { top: 47.1vw; height: 5.3vw; }
  .desktop-brand .review-one { top: 102.72vw; height: 5.85vw; }
  .desktop-brand .review-two { top: 114.38vw; height: 4.8vw; }
  .desktop-brand .review-three { top: 126.18vw; height: 7.4vw; }
}

@media (prefers-reduced-motion: reduce) {
  .install-button { transition: none; }
}

@media (max-height: 620px) {
  .install-help-card { max-height: calc(100vh - 24px); overflow-y: auto; }
}
