.android-page {
  --android-bg: #0c1117;
  --android-panel: #151d25;
  --android-panel-soft: #1d2832;
  --android-line: #34424e;
  --android-text: #f1f5f7;
  --android-muted: #b9c3ca;
  --android-cyan: #64d5d4;
  --android-blue: #2f74b7;
}

.android-page .site-header {
  background: rgba(12, 17, 23, 0.92);
  border-bottom-color: rgba(100, 213, 212, 0.16);
}

.android-page .brand,
.android-page .top-nav,
.android-page .top-nav a:hover {
  color: var(--android-text);
}

.android-page .top-nav {
  color: var(--android-muted);
}

.android-page .nav-get {
  background: var(--android-cyan);
  color: #081516 !important;
}

.android-hero {
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(47, 116, 183, 0.2), transparent 48%),
    var(--android-bg);
  color: var(--android-text);
}

.android-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  gap: clamp(44px, 7vw, 94px);
  align-items: center;
  min-height: 760px;
  padding: clamp(70px, 9vw, 118px) 0;
}

.android-page .android-hero .eyebrow,
.android-page .android-signup-section .eyebrow {
  color: var(--android-cyan);
}

.android-hero h1 {
  max-width: 650px;
}

.android-hero .lead {
  max-width: 620px;
  margin: 24px 0 0;
  color: var(--android-muted);
}

.android-status {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 26px 0 0;
  color: var(--android-muted);
  font-size: 0.94rem;
}

.android-status-dot {
  flex: 0 0 9px;
  width: 9px;
  height: 9px;
  background: var(--android-cyan);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(100, 213, 212, 0.12);
}

.android-status strong {
  color: var(--android-text);
}

.android-primary-button,
.android-signup-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 20px;
  border: 0;
  border-radius: 7px;
  background: var(--android-cyan);
  color: #081516;
  font-weight: 820;
  text-decoration: none;
  cursor: pointer;
}

.android-hero .hero-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  width: min(100%, 620px);
}

.android-choice-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 12px 18px;
  border: 1px solid var(--android-cyan);
  border-radius: 7px;
  background: var(--android-cyan);
  color: #081516;
  font-weight: 820;
  text-align: center;
  text-decoration: none;
}

.android-text-link {
  color: var(--android-cyan);
}

.android-hero .microcopy {
  color: var(--android-muted);
}

.android-hero-media {
  position: relative;
  min-height: 590px;
}

.android-phone {
  position: absolute;
  width: min(57%, 310px);
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--android-line);
  border-radius: 8px;
  background: var(--android-panel);
  box-shadow: 0 30px 74px rgba(0, 0, 0, 0.44);
}

.android-phone img,
.android-feature-shot img,
.android-detail-shot img {
  width: 100%;
}

.android-phone-front {
  top: 0;
  right: 0;
  z-index: 2;
}

.android-phone-back {
  bottom: 0;
  left: 0;
  z-index: 1;
}

.android-proof {
  background: #f5f8fa;
}

.android-section-lead {
  width: min(100%, 760px);
  margin: -24px 0 64px auto;
  color: var(--ink-soft);
  font-size: 1.08rem;
}

.android-feature-grid {
  border-top: 1px solid var(--line);
}

.android-feature {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(330px, 1.15fr);
  gap: clamp(48px, 9vw, 120px);
  align-items: center;
  padding: clamp(68px, 8vw, 105px) 0;
  border-bottom: 1px solid var(--line);
}

.android-feature-reverse > div {
  order: 2;
}

.android-feature-reverse .android-feature-shot {
  order: 1;
}

.android-feature-number {
  margin: 0 0 16px;
  color: var(--android-blue);
  font-size: 0.82rem;
  font-weight: 850;
}

.android-feature h3 {
  font-size: clamp(1.8rem, 3vw, 2.7rem);
}

.android-feature > div > p:not(.android-feature-number) {
  color: var(--ink-soft);
  font-size: 1.06rem;
}

.android-feature-shot,
.android-detail-shot {
  width: min(100%, 390px);
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid var(--android-line);
  border-radius: 8px;
  background: var(--android-panel);
  box-shadow: 0 24px 58px rgba(12, 17, 23, 0.22);
}

.android-details {
  background: var(--android-bg);
  color: var(--android-text);
}

.android-details-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: clamp(48px, 8vw, 105px);
  align-items: center;
}

.android-details .lead,
.android-details .microcopy {
  color: var(--android-muted);
}

.android-check-list,
.android-signup-promises {
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.android-check-list li,
.android-signup-promises li {
  position: relative;
  margin: 0;
  padding: 14px 0 14px 30px;
  border-bottom: 1px solid var(--android-line);
  color: var(--android-muted);
}

.android-check-list li::before,
.android-signup-promises li::before {
  position: absolute;
  left: 0;
  content: "✓";
  color: var(--android-cyan);
  font-weight: 900;
}

.android-signup-section {
  background: var(--android-panel);
  color: var(--android-text);
}

.android-signup-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: clamp(48px, 8vw, 100px);
  align-items: center;
}

.android-signup-section .lead {
  color: var(--android-muted);
}

.android-signup-form {
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid var(--android-line);
  border-radius: 8px;
  background: var(--android-bg);
}

.android-signup-form label {
  display: block;
  margin-bottom: 10px;
  font-weight: 800;
}

.android-email-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.android-signup-form input {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid #586773;
  border-radius: 7px;
  background: var(--android-panel-soft);
  color: var(--android-text);
}

.android-signup-form input::placeholder {
  color: #96a3ac;
}

.android-home-teaser {
  --android-bg: #0c1117;
  --android-panel: #151d25;
  --android-line: #34424e;
  --android-text: #f1f5f7;
  --android-muted: #b9c3ca;
  --android-cyan: #64d5d4;
  overflow: hidden;
  background: var(--android-bg);
  color: var(--android-text);
}

.android-home-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  gap: clamp(48px, 8vw, 110px);
  align-items: center;
}

.android-home-teaser .eyebrow,
.android-home-teaser .android-text-link {
  color: var(--android-cyan, #64d5d4);
}

.android-home-teaser .lead,
.android-home-teaser .microcopy {
  color: var(--android-muted, #b9c3ca);
}

.android-home-media {
  position: relative;
  min-height: 560px;
}

.android-home-media figure {
  position: absolute;
  width: min(57%, 300px);
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--android-line, #34424e);
  border-radius: 8px;
  background: var(--android-panel, #151d25);
  box-shadow: 0 28px 66px rgba(0, 0, 0, 0.44);
}

.android-home-media figure:first-child {
  top: 0;
  right: 0;
  z-index: 2;
}

.android-home-media figure:last-child {
  bottom: 0;
  left: 0;
}

.android-home-media img {
  width: 100%;
}

.android-consent,
.android-form-status {
  color: var(--android-muted);
  font-size: 0.84rem;
}

.android-secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 11px 19px;
  border: 1px solid var(--android-line);
  border-radius: 7px;
  background: transparent;
  color: var(--android-text);
  font-weight: 820;
  text-decoration: none;
}

.android-test-steps .android-secondary-button {
  border-color: #526474;
  background: #ffffff;
  color: #14202a;
}

.android-test-summary {
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid var(--android-line);
  border-radius: 8px;
  background: var(--android-panel);
  color: var(--android-text);
}

.android-test-summary-label {
  margin: 0 0 16px;
  color: var(--android-cyan);
  font-size: 0.82rem;
  font-weight: 850;
  text-transform: uppercase;
}

.android-test-checks,
.android-test-notes ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.android-test-checks li,
.android-test-notes li {
  position: relative;
  padding: 13px 0 13px 28px;
  border-bottom: 1px solid var(--android-line);
}

.android-test-checks li:last-child,
.android-test-notes li:last-child {
  border-bottom: 0;
}

.android-test-checks li::before,
.android-test-notes li::before {
  position: absolute;
  left: 0;
  content: "\2713";
  color: var(--android-cyan);
  font-weight: 900;
}

.android-test-steps {
  scroll-margin-top: 84px;
  background: #f5f8fa;
}

.android-test-head {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.65fr);
  gap: clamp(42px, 7vw, 90px);
  align-items: start;
}

.android-test-intro {
  display: block;
  max-width: 780px;
  margin-bottom: 0;
}

.android-test-intro .eyebrow {
  margin-bottom: 14px;
}

.android-test-intro > p:last-child {
  color: var(--ink-soft);
  font-size: 1.06rem;
}

.android-test-step-list {
  margin: 52px 0 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.android-test-step-list > li {
  display: grid;
  grid-template-columns: 72px minmax(0, 760px);
  gap: 22px;
  align-items: start;
  padding: 42px 0;
  border-bottom: 1px solid var(--line);
}

.android-test-step-list h3 {
  margin-bottom: 10px;
  font-size: 1.48rem;
}

.android-test-step-list p {
  margin: 0 0 22px;
  color: var(--ink-soft);
}

.android-test-step-number {
  color: var(--android-blue);
  font-size: 2.3rem;
  font-weight: 900;
  line-height: 1;
}

.android-test-expectations-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.78fr);
  gap: clamp(48px, 8vw, 110px);
  align-items: start;
  margin-top: 64px;
  padding-top: 52px;
  border-top: 1px solid var(--line);
}

.android-test-expectations-layout > div:first-child > p:not(.eyebrow) {
  color: var(--ink-soft);
}

.android-test-notes {
  padding: clamp(26px, 4vw, 40px);
  border-left: 3px solid var(--android-cyan);
  background: var(--android-panel);
  color: var(--android-muted);
}

.android-test-notes h3 {
  margin-bottom: 16px;
  color: var(--android-text);
}

.android-test-privacy-note {
  margin: 34px 0 0;
  color: var(--ink-soft);
  font-size: 0.9rem;
}

@media (max-width: 860px) {
  .android-test-head,
  .android-test-expectations-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .android-test-step-list > li {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
  }

  .android-test-step-number {
    font-size: 1.8rem;
  }

  .android-test-step-list .android-primary-button,
  .android-test-step-list .android-secondary-button {
    width: 100%;
  }
}

.android-consent {
  margin: 14px 0 0;
}

.android-form-status {
  min-height: 1.5em;
  margin: 12px 0 0;
  color: var(--android-cyan);
  font-weight: 720;
}

@media (max-width: 860px) {
  .android-hero-layout,
  .android-details-layout,
  .android-signup-layout,
  .android-home-layout {
    grid-template-columns: 1fr;
  }

  .android-hero-layout {
    min-height: auto;
  }

  .android-hero-media {
    width: min(100%, 600px);
    min-height: 620px;
    margin: 0 auto;
  }

  .android-home-media {
    width: min(100%, 600px);
    min-height: 590px;
    margin: 0 auto;
  }

  .android-feature {
    grid-template-columns: minmax(0, 0.8fr) minmax(260px, 1.2fr);
    gap: 38px;
  }

  .android-section-lead {
    margin: -16px 0 48px;
  }
}

@media (max-width: 760px) {
  .android-page .header-inner {
    flex-wrap: wrap;
    gap: 8px;
    padding: 10px 0 12px;
  }

  .android-page .top-nav {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px 8px;
    width: 100%;
    font-size: 0.8rem;
  }

  .android-page .top-nav a,
  .android-page .top-nav a:not(.nav-get) {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 4px 5px;
    line-height: 1.2;
    text-align: center;
  }
}

@media (max-width: 680px) {
  .android-hero .hero-actions {
    grid-template-columns: 1fr;
  }

  .android-hero-layout {
    padding-top: 54px;
  }

  .android-hero-media {
    min-height: 520px;
  }

  .android-home-media {
    min-height: 515px;
  }

  .android-phone {
    width: 59%;
  }

  .android-home-media figure {
    width: 59%;
  }

  .android-feature,
  .android-feature-reverse {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .android-feature-reverse > div,
  .android-feature-reverse .android-feature-shot {
    order: initial;
  }

  .android-feature-shot,
  .android-detail-shot {
    width: min(88%, 360px);
  }

  .android-email-row {
    grid-template-columns: 1fr;
  }

  .android-signup-form button {
    width: 100%;
  }
}

@media (max-width: 430px) {
  .android-hero-media {
    min-height: 455px;
  }

  .android-home-media {
    min-height: 440px;
  }

  .android-phone {
    width: 62%;
  }

  .android-home-media figure {
    width: 62%;
  }

  .android-signup-form {
    padding: 22px;
  }
}
