.google-app-main {
  background: var(--paper);
}

.google-app-hero {
  position: relative;
  overflow: hidden;
  padding: 176px 0 94px;
  background: var(--navy-950);
  color: var(--white);
}

.google-app-hero::after {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  right: -250px;
  bottom: -290px;
  border: 54px solid rgba(255, 138, 0, 0.23);
  border-radius: 50%;
}

.google-app-orbit {
  position: absolute;
  width: 390px;
  height: 390px;
  right: 7vw;
  top: 112px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  pointer-events: none;
}

.google-app-orbit::before {
  content: "";
  position: absolute;
  inset: 78px;
  border: 1px dashed rgba(255, 138, 0, 0.35);
  border-radius: 50%;
}

.google-app-orbit span {
  position: absolute;
  width: 9px;
  height: 9px;
  border: 2px solid var(--navy-950);
  border-radius: 50%;
  background: var(--orange);
}

.google-app-orbit span:nth-child(1) {
  left: 50%;
  top: -5px;
}

.google-app-orbit span:nth-child(2) {
  right: 12px;
  bottom: 94px;
}

.google-app-orbit span:nth-child(3) {
  left: 31px;
  bottom: 65px;
}

.google-app-hero-inner {
  position: relative;
  z-index: 2;
}

.google-app-hero h1 {
  max-width: 900px;
  margin: 20px 0 24px;
  font-size: clamp(52px, 7vw, 88px);
  font-weight: 650;
  line-height: 0.98;
  letter-spacing: -0.064em;
}

.google-app-hero p {
  max-width: 700px;
  margin: 0;
  color: #b6c1d0;
  font-size: 17px;
  line-height: 1.7;
}

.google-app-status {
  width: fit-content;
  min-width: 345px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 17px;
  margin-top: 36px;
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
}

.google-app-status span {
  color: var(--orange-light);
  font-family: var(--font-geist-mono), monospace;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.google-app-status strong {
  padding-left: 17px;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  color: #d5dce6;
  font-size: 12px;
  font-weight: 580;
}

.google-app-overview {
  padding: 112px 0;
}

.google-app-overview-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 100px;
}

.google-app-overview h2,
.google-app-links h2 {
  max-width: 560px;
  margin: 19px 0 0;
  color: var(--navy-950);
  font-size: clamp(42px, 5vw, 66px);
  font-weight: 620;
  line-height: 1;
  letter-spacing: -0.058em;
}

.google-app-copy {
  padding-top: 6px;
}

.google-app-copy p {
  margin: 0 0 19px;
  color: #566173;
  font-size: 15px;
  line-height: 1.78;
}

.google-app-copy p:first-child {
  color: var(--navy-950);
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: -0.02em;
}

.google-data-use {
  padding: 112px 0 118px;
  background: var(--navy-900);
  color: var(--white);
}

.google-data-heading {
  display: grid;
  grid-template-columns: 0.8fr 1.1fr 0.8fr;
  align-items: end;
  gap: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.google-data-heading h2 {
  margin: 0;
  font-size: clamp(40px, 4.8vw, 64px);
  font-weight: 620;
  line-height: 1;
  letter-spacing: -0.057em;
}

.google-data-heading > p {
  margin: 0;
  color: #9aa8ba;
  font-size: 13px;
  line-height: 1.7;
}

.google-data-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.google-data-grid article {
  position: relative;
  min-height: 385px;
  padding: 34px 33px 38px;
  border-left: 1px solid rgba(255, 255, 255, 0.13);
}

.google-data-grid article:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.13);
}

.google-data-grid article::before {
  content: "";
  position: absolute;
  left: -4px;
  top: -4px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--orange);
}

.google-data-grid span {
  color: var(--orange);
  font-family: var(--font-geist-mono), monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.google-data-grid h3 {
  margin: 86px 0 19px;
  font-size: 24px;
  letter-spacing: -0.035em;
}

.google-data-grid p {
  margin: 0;
  color: #9aa8ba;
  font-size: 13px;
  line-height: 1.75;
}

.google-app-links {
  padding: 112px 0 120px;
}

.google-app-links-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 100px;
}

.google-app-links-grid > div > p {
  max-width: 570px;
  margin: 25px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

.google-app-links nav {
  border-top: 1px solid #cfd2d5;
}

.google-app-links nav a {
  display: grid;
  grid-template-columns: 0.7fr 1fr;
  gap: 30px;
  padding: 28px 0;
  border-bottom: 1px solid #cfd2d5;
  transition: color 180ms ease, padding 180ms ease;
}

.google-app-links nav a:hover {
  padding-left: 10px;
  color: var(--orange-dark);
}

.google-app-links nav span {
  color: var(--orange-dark);
  font-size: 12px;
  font-weight: 720;
}

.google-app-links nav strong {
  color: #536073;
  font-size: 13px;
  font-weight: 540;
  line-height: 1.55;
}

.google-app-footer {
  padding-top: 0;
}

@media (max-width: 1050px) {
  .google-app-orbit {
    right: -115px;
    opacity: 0.55;
  }

  .google-app-overview-grid,
  .google-app-links-grid {
    grid-template-columns: 1fr;
    gap: 55px;
  }

  .google-data-heading {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 24px;
  }
}

@media (max-width: 760px) {
  .google-app-hero {
    padding: 138px 0 72px;
  }

  .google-app-hero h1 {
    font-size: clamp(47px, 12.5vw, 64px);
  }

  .google-app-hero p {
    font-size: 15px;
  }

  .google-app-status {
    min-width: 0;
    width: 100%;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .google-app-status strong {
    padding: 10px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    border-left: 0;
  }

  .google-app-overview,
  .google-data-use,
  .google-app-links {
    padding: 86px 0;
  }

  .google-app-overview h2,
  .google-app-links h2,
  .google-data-heading h2 {
    font-size: 39px;
  }

  .google-data-grid {
    grid-template-columns: 1fr;
  }

  .google-data-grid article {
    min-height: 0;
    padding: 28px 25px 31px;
    border-right: 1px solid rgba(255, 255, 255, 0.13);
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  }

  .google-data-grid h3 {
    margin-top: 35px;
  }

  .google-app-links nav a {
    grid-template-columns: 1fr;
    gap: 9px;
  }
}
