:root {
  color-scheme: dark;
  --ink: #08090d;
  --surface: #14161c;
  --surface-raised: #1b1e25;
  --paper: #f7f8fa;
  --paper-muted: #d8dae0;
  --muted: #a7abb5;
  --line: #2c3039;
  --blue: #1688ff;
  --coral: #f2545b;
  --yellow: #ffd84d;
  --green: #38d67a;
  --max: 1180px;
}

* {
  box-sizing: border-box;
  letter-spacing: 0;
}

html {
  scroll-behavior: smooth;
  background: var(--ink);
}

body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  background: var(--paper);
  color: var(--ink);
  transform: translateY(-160%);
}

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

.page-shell {
  width: min(calc(100% - 48px), var(--max));
  margin: 0 auto;
}

.hero {
  position: relative;
  min-height: 860px;
  height: 94svh;
  max-height: 980px;
  overflow: hidden;
  background: #10151c;
}

.hero-photo,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-photo {
  object-fit: cover;
  object-position: center;
}

.hero-shade {
  background: rgba(4, 6, 10, 0.48);
}

.site-nav {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 88px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 19px;
  font-weight: 750;
  text-decoration: none;
}

.brand img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.nav-links {
  display: flex;
  gap: 28px;
}

.nav-links a,
.site-footer a {
  color: #fff;
  font-size: 15px;
  font-weight: 650;
  text-decoration: none;
}

.nav-links a:hover,
.site-footer a:hover,
.legal-links a:hover {
  color: var(--blue);
}

.hero-content {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  min-height: calc(100% - 88px);
  padding: 30px 0 110px;
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: min(650px, 61%);
  text-shadow: 0 2px 22px rgba(0, 0, 0, 0.58);
}

.eyebrow {
  margin: 0 0 16px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.eyebrow.blue { color: var(--blue); }
.eyebrow.coral { color: var(--coral); }
.eyebrow.yellow { color: var(--yellow); }
.eyebrow.green { color: var(--green); }

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 22px;
  color: #fff;
  font-size: 82px;
  font-weight: 820;
  line-height: 0.96;
}

h2 {
  margin-bottom: 22px;
  font-size: 54px;
  font-weight: 800;
  line-height: 1.04;
}

h3 {
  margin-bottom: 10px;
  font-size: 27px;
  line-height: 1.15;
}

.hero-lede {
  max-width: 620px;
  margin-bottom: 30px;
  color: #fff;
  font-size: 23px;
  font-weight: 560;
  line-height: 1.42;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 22px;
}

.store-badge {
  display: inline-flex;
  align-items: center;
  min-height: 66px;
  gap: 12px;
  padding: 9px 18px 10px 10px;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 8px;
  background: rgba(8, 9, 13, 0.88);
  color: #fff;
  font-size: 21px;
  font-weight: 750;
  line-height: 1.05;
  text-align: left;
  text-shadow: none;
}

.store-badge img {
  width: 46px;
  height: 46px;
  border-radius: 8px;
}

.store-badge small {
  display: block;
  margin-bottom: 3px;
  color: #dfe1e6;
  font-size: 11px;
  font-weight: 560;
}

.text-link {
  color: #fff;
  font-size: 16px;
  font-weight: 750;
  text-underline-offset: 5px;
}

.hero-note {
  margin: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.phone-frame {
  overflow: hidden;
  margin: 0;
  border: 9px solid #242730;
  border-radius: 42px;
  background: #08090d;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.42);
}

.phone-frame img {
  width: 100%;
  height: auto;
}

.hero-phone {
  position: absolute;
  top: 28px;
  right: 28px;
  width: 290px;
  transform: rotate(2deg);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.58);
}

.next-hint {
  position: absolute;
  z-index: 5;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 76px;
  background: #f7f8fa;
  color: #22252c;
  font-size: 16px;
  text-decoration: none;
}

.next-hint strong {
  color: #08090d;
}

.section {
  padding: 120px 0;
}

.process {
  background: var(--paper);
  color: #17191e;
}

.section-heading {
  max-width: 770px;
}

.section-heading > p:last-child,
.showcase-copy > p,
.supporting-copy {
  color: #686d77;
  font-size: 20px;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 52px;
  margin: 70px 0 0;
  padding: 0;
  list-style: none;
}

.process-grid li {
  border-top: 2px solid #1e2127;
  padding-top: 24px;
}

.process-grid p {
  margin-bottom: 0;
  color: #666b75;
}

.step-number {
  display: block;
  margin-bottom: 24px;
  color: var(--coral);
  font-size: 14px;
  font-weight: 850;
}

.showcase {
  overflow: hidden;
  background: var(--ink);
}

.showcase-grid,
.checklist-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  align-items: center;
  gap: 110px;
}

.inbox-band {
  overflow: hidden;
  background: #edf2f7;
  color: #17191e;
}

.inbox-grid,
.stats-grid,
.loyalty-grid {
  display: grid;
  grid-template-columns: 390px minmax(0, 1fr);
  align-items: center;
  gap: 110px;
}

.inbox-band .showcase-copy > p,
.loyalty-band .showcase-copy > p {
  color: #5e6570;
}

.feature-list-light li {
  border-bottom-color: #cdd4dc;
  color: #252a31;
}

.inbox-band .feature-list li::before {
  background: var(--coral);
}

.showcase-copy > p {
  color: var(--muted);
}

.feature-list {
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.feature-list li {
  position: relative;
  padding: 13px 0 13px 30px;
  border-bottom: 1px solid var(--line);
  color: #e7e9ee;
}

.feature-list li::before {
  position: absolute;
  top: 18px;
  left: 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--blue);
  content: "";
}

.phone-large {
  width: 390px;
}

.detail-band {
  overflow: hidden;
  background: #20232a;
}

.stats-band {
  overflow: hidden;
  background: #11151d;
}

.stats-grid {
  grid-template-columns: minmax(0, 1fr) 390px;
}

.stats-copy > p {
  color: #b7bdc7;
}

.stat-principles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 40px;
  border-top: 1px solid #353b46;
  border-bottom: 1px solid #353b46;
}

.stat-principles div {
  padding: 20px 12px;
}

.stat-principles div + div {
  border-left: 1px solid #353b46;
}

.stat-principles strong,
.stat-principles span {
  display: block;
}

.stat-principles strong {
  color: #fff;
  font-size: 17px;
}

.stat-principles span {
  margin-top: 4px;
  color: #9299a5;
  font-size: 13px;
}

.phone-light {
  border-color: #d8dce3;
  background: #f4f6f8;
}

.detail-grid {
  display: grid;
  grid-template-columns: 390px minmax(0, 1fr);
  align-items: center;
  gap: 110px;
}

.phone-detail {
  width: 390px;
}

.fact-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 34px 0;
  border-top: 1px solid #484c56;
  border-bottom: 1px solid #484c56;
}

.fact-row span {
  padding: 18px 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 750;
  text-align: center;
}

.fact-row span + span {
  border-left: 1px solid #484c56;
}

.connected-band {
  background: #102234;
}

.connected-heading {
  max-width: 800px;
}

.connected-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 66px;
}

.connected-grid article {
  padding-top: 24px;
  border-top: 2px solid #47779e;
}

.connected-grid h3 {
  font-size: 22px;
}

.connected-grid p {
  margin-bottom: 0;
  color: #b9c8d5;
  font-size: 16px;
}

.feature-symbol {
  display: block;
  margin-bottom: 22px;
  color: var(--yellow);
  font-size: 13px;
  font-weight: 850;
}

.loyalty-band {
  overflow: hidden;
  background: #eef3f2;
  color: #17191e;
}

.loyalty-copy .feature-list li::before {
  background: #13885a;
}

.checklists {
  overflow: hidden;
  background: #f4f5f7;
  color: #16181d;
}

.checklist-grid {
  grid-template-columns: minmax(0, 1fr) 390px;
}

.checklists .showcase-copy > p {
  color: #646973;
}

.mini-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 38px;
  border-top: 1px solid #cfd2d8;
  border-bottom: 1px solid #cfd2d8;
}

.mini-stats div {
  padding: 20px 8px;
}

.mini-stats div + div {
  border-left: 1px solid #cfd2d8;
}

.mini-stats strong,
.mini-stats span {
  display: block;
}

.mini-stats strong {
  font-size: 17px;
}

.mini-stats span {
  margin-top: 4px;
  color: #6a6f78;
  font-size: 13px;
}

/* Light bands need their own contrast palette; the shared accents are tuned for dark surfaces. */
.process h2,
.process h3,
.inbox-band h2,
.inbox-band h3,
.loyalty-band h2,
.loyalty-band h3,
.checklists h2,
.checklists h3,
.closing h2 {
  color: #101318;
}

.process .section-heading > p:last-child,
.process-grid p,
.inbox-band .showcase-copy > p,
.loyalty-band .showcase-copy > p,
.checklists .showcase-copy > p {
  color: #343b45;
}

.process .eyebrow.coral {
  color: #ad2935;
}

.inbox-band .eyebrow.blue,
.closing .eyebrow.blue {
  color: #005fae;
}

.loyalty-band .eyebrow.green,
.checklists .eyebrow.green {
  color: #087448;
}

.inbox-band .feature-list-light li,
.loyalty-band .feature-list-light li {
  border-bottom-color: #aeb8c3;
  color: #0b0d11;
  font-weight: 650;
}

.mini-stats span {
  color: #414852;
}

.privacy-band {
  background: var(--surface-raised);
}

.privacy-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  align-items: start;
  gap: 100px;
}

.privacy-phone {
  width: min(100%, 330px);
  margin-top: 38px;
}

.privacy-points p {
  margin: 0;
  padding: 20px 0;
  border-top: 1px solid #383c46;
  color: #bec2ca;
}

.privacy-points strong {
  color: #fff;
}

.legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 30px;
}

.legal-links a {
  color: var(--blue);
  font-size: 15px;
  font-weight: 750;
  text-underline-offset: 5px;
}

.closing {
  background: var(--paper);
  color: #14161b;
  text-align: center;
}

.closing-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.closing img {
  margin-bottom: 28px;
  border-radius: 24px;
  box-shadow: 0 18px 42px rgba(20, 24, 32, 0.22);
}

.closing h2 {
  max-width: 820px;
}

.store-badge-dark {
  margin-top: 14px;
  padding-left: 20px;
  background: #111319;
}

.site-footer {
  padding: 34px 0;
  background: #08090d;
  color: var(--muted);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

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

.footer-inner nav {
  display: flex;
  gap: 22px;
}

.footer-inner nav a {
  color: var(--muted);
  font-size: 13px;
}

/* Legal and support pages */
.document-page {
  background: #f7f8fa;
  color: #1b1d22;
}

.document-page .site-nav {
  border-bottom: 1px solid #d9dce2;
}

.document-page .brand,
.document-page .nav-links a {
  color: #16181d;
}

.document-main {
  width: min(calc(100% - 48px), 820px);
  margin: 0 auto;
  padding: 82px 0 110px;
}

.document-main h1 {
  margin-bottom: 14px;
  color: #13151a;
  font-size: 58px;
  line-height: 1.02;
}

.document-main h2 {
  margin: 54px 0 16px;
  color: #17191e;
  font-size: 28px;
  line-height: 1.18;
}

.document-main h3 {
  margin: 28px 0 10px;
  font-size: 20px;
}

.document-main p,
.document-main li {
  color: #50555e;
}

.document-main a {
  color: #006fd6;
  text-underline-offset: 4px;
}

.document-main .document-date {
  margin-bottom: 44px;
  color: #727782;
}

.document-main li + li {
  margin-top: 10px;
}

.document-summary {
  margin: 34px 0;
  padding: 24px;
  border: 1px solid #d5d8de;
  border-radius: 8px;
  background: #fff;
}

.document-summary p:last-child,
.document-summary ul:last-child {
  margin-bottom: 0;
}

.support-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 30px 0 50px;
}

.support-button {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 8px;
  background: #111319;
  color: #fff !important;
  font-weight: 750;
  text-decoration: none;
}

.document-footer {
  border-top: 1px solid #d9dce2;
  background: #eef0f3;
  color: #5d626c;
}

.document-footer .footer-brand,
.document-footer a {
  color: #1a1c21;
}

@media (max-width: 940px) {
  .hero {
    min-height: 820px;
  }

  .hero-copy {
    width: min(590px, 70%);
  }

  h1 {
    font-size: 68px;
  }

  h2 {
    font-size: 45px;
  }

  .hero-phone {
    right: -82px;
    opacity: 0.84;
  }

  .showcase-grid,
  .checklist-grid,
  .detail-grid,
  .inbox-grid,
  .stats-grid,
  .loyalty-grid {
    gap: 56px;
  }

  .connected-grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 50px;
  }

  .privacy-layout {
    gap: 58px;
  }
}

@media (max-width: 720px) {
  .page-shell,
  .document-main {
    width: min(calc(100% - 32px), var(--max));
  }

  .site-nav {
    min-height: 72px;
  }

  .brand span {
    display: none;
  }

  .nav-links {
    gap: 18px;
  }

  .nav-links a {
    font-size: 14px;
  }

  .hero {
    min-height: 780px;
    height: 94svh;
  }

  .hero-photo {
    object-position: 56% center;
  }

  .hero-shade {
    background: rgba(3, 5, 8, 0.58);
  }

  .hero-content {
    align-items: flex-start;
    padding-top: 56px;
    padding-bottom: 96px;
  }

  .hero-copy {
    width: 100%;
  }

  h1 {
    font-size: 53px;
  }

  h2 {
    font-size: 38px;
  }

  .hero-lede {
    max-width: 520px;
    font-size: 20px;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }

  .hero-phone {
    top: auto;
    right: -42px;
    bottom: -300px;
    width: 230px;
    opacity: 0.58;
  }

  .next-hint {
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
    padding: 12px 22px;
    font-size: 14px;
  }

  .section {
    padding: 84px 0;
  }

  .process-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-top: 48px;
  }

  .showcase-grid,
  .checklist-grid,
  .detail-grid,
  .inbox-grid,
  .stats-grid,
  .loyalty-grid,
  .privacy-layout {
    grid-template-columns: 1fr;
    gap: 58px;
  }

  .phone-large,
  .phone-detail {
    width: min(100%, 370px);
    justify-self: center;
  }

  .inbox-grid .phone-large,
  .loyalty-grid .phone-large {
    order: 2;
  }

  .inbox-grid .showcase-copy,
  .loyalty-grid .showcase-copy {
    order: 1;
  }

  .detail-grid .phone-detail {
    order: 2;
  }

  .detail-grid .detail-copy {
    order: 1;
  }

  .fact-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .fact-row span:nth-child(3) {
    border-left: 0;
    border-top: 1px solid #484c56;
  }

  .fact-row span:nth-child(4) {
    border-top: 1px solid #484c56;
  }

  .mini-stats {
    grid-template-columns: 1fr;
  }

  .stat-principles,
  .connected-grid {
    grid-template-columns: 1fr;
  }

  .stat-principles div + div {
    border-top: 1px solid #353b46;
    border-left: 0;
  }

  .mini-stats div + div {
    border-top: 1px solid #cfd2d8;
    border-left: 0;
  }

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

  .footer-brand span {
    display: inline;
  }

  .document-main {
    padding: 60px 0 84px;
  }

  .document-main h1 {
    font-size: 44px;
  }
}

@media (max-width: 390px) {
  .nav-links {
    gap: 13px;
  }

  .nav-links a {
    font-size: 13px;
  }

  h1 {
    font-size: 47px;
  }

  h2 {
    font-size: 34px;
  }

  .store-badge {
    max-width: 100%;
  }
}

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