:root {
  --accent-lime: #aef32e;
}

::selection {
  color: var(--forest-950);
  background: var(--accent-lime);
}

:focus-visible {
  outline-color: var(--accent-lime);
}

.announcement-mark,
.primary-nav a::after,
.calculator::before,
.weekly-steps span {
  background: var(--accent-lime);
}

.announcement-mark {
  box-shadow: 0 0 0 4px rgba(174, 243, 46, 0.12);
}

.announcement a {
  color: var(--accent-lime);
  font-weight: 700;
}

.button-primary,
.hero-journey .button-primary {
  color: var(--forest-950);
  background: var(--accent-lime);
  border-color: var(--accent-lime);
}

.button-primary:hover,
.hero-journey .button-primary:hover {
  color: var(--forest-950);
  background: #c3ff55;
  border-color: #c3ff55;
}

.header-inner {
  grid-template-columns: 220px minmax(0, 1fr) auto auto;
  gap: 20px;
}

.brand {
  width: 220px;
}

.primary-nav {
  gap: clamp(15px, 1.7vw, 28px);
}

.primary-nav a {
  font-size: 0.73rem;
  white-space: nowrap;
}

.primary-nav .nav-care-link {
  display: none;
}

.hero-price-story {
  position: absolute;
  z-index: 5;
  right: 0;
  bottom: 42px;
  width: min(220px, 40%);
  padding: 23px 24px 24px;
  overflow: hidden;
  color: var(--forest-950);
  background: rgba(255, 253, 248, 0.97);
  border: 1px solid rgba(255, 253, 248, 0.82);
  border-top: 3px solid var(--accent-lime);
  box-shadow: 0 22px 52px rgba(7, 31, 25, 0.24);
  backdrop-filter: blur(12px);
}

.hero-price-story::after {
  position: absolute;
  right: -36px;
  bottom: -52px;
  width: 108px;
  height: 108px;
  background: rgba(165, 242, 35, 0.08);
  border: 1px solid rgba(52, 116, 58, 0.1);
  border-radius: 50%;
  content: "";
}

.hero-price-kicker {
  display: block;
  margin-bottom: 9px;
  color: var(--forest-700);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-price-value {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: baseline;
  gap: 9px;
  margin: 0;
  color: var(--forest-950);
  line-height: 1;
}

.hero-price-value strong {
  font-family: var(--serif);
  font-size: clamp(2.7rem, 3.5vw, 3.65rem);
  font-weight: 500;
  letter-spacing: -0.05em;
}

.hero-price-value span {
  color: var(--forest-700);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

@media (min-width: 781px) {
  .hero-product {
    left: -10%;
  }
}

.hero-journey {
  color: var(--cream-50);
  background: #3b7b3b;
  border-bottom-color: rgba(255, 253, 248, 0.15);
}

.hero-journey-inner {
  width: min(calc(100% - 48px), 920px);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  justify-items: center;
  gap: 22px;
  text-align: center;
}

.hero-journey-copy {
  max-width: 720px;
}

.hero-journey p,
.hero-journey small,
.hero-journey .text-action {
  color: var(--cream-50);
}

.hero-journey small {
  display: block;
  max-width: 640px;
  font-size: 0.83rem;
}

.hero-service-facts {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 28px;
  margin-top: 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 253, 248, 0.18);
}

.hero-service-facts span,
.hero-service-facts a {
  color: rgba(255, 253, 248, 0.78);
  font-size: 0.72rem;
  text-decoration: none;
}

.hero-service-facts strong {
  color: var(--accent-lime);
  font-weight: 700;
}

.hero-journey .text-action {
  border-bottom-color: rgba(255, 253, 248, 0.5);
}

.hero-journey .hero-actions-client {
  width: 100%;
  max-width: none;
  justify-content: center;
  gap: 12px 26px;
}

.app-brief {
  position: relative;
  z-index: 2;
  background: var(--cream-50);
  border-bottom: 1px solid var(--line);
}

.app-brief-inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding-block: 16px;
}

.app-brief-copy {
  display: flex;
  align-items: center;
  gap: clamp(18px, 3vw, 44px);
}

.app-brief-status {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--forest-700);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  white-space: nowrap;
}

.app-brief-status i {
  width: 7px;
  height: 7px;
  background: var(--accent-lime);
  border: 1px solid rgba(11, 39, 33, 0.16);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(174, 243, 46, 0.14);
}

.app-brief-copy p {
  display: flex;
  align-items: baseline;
  gap: 13px;
  margin: 0;
  line-height: 1.25;
}

.app-brief-copy strong {
  color: var(--forest-950);
  font-family: var(--serif);
  font-size: clamp(1.12rem, 1.7vw, 1.42rem);
  font-weight: 500;
}

.app-brief-copy p > span {
  color: var(--muted);
  font-size: 0.72rem;
}

.section-index {
  display: none;
}

.signature-orbit-section,
.film-section-client,
.shop-section,
.weekly-section {
  padding-top: clamp(52px, 3.5vw, 64px);
  padding-bottom: clamp(40px, 2.7vw, 48px);
}

.signature-orbit-section {
  min-height: 0;
}

.signature-orbit-heading h2.motion-heading,
.signature-orbit-heading h2.motion-heading.is-heading-visible {
  clip-path: none;
}

.film-section-client {
  background: var(--forest-950);
}

.film-layout-client {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(30px, 4vw, 52px);
}

.film-copy-client {
  max-width: 1040px;
}

.film-copy-client h2 {
  max-width: 1000px;
  margin: 0 0 18px;
  color: var(--cream-50);
  font-size: clamp(2.8rem, 5.7vw, 5.8rem);
}

.film-copy-client p {
  max-width: 820px;
  margin: 0;
  color: rgba(255, 253, 248, 0.72);
  font-size: clamp(1rem, 1.6vw, 1.25rem);
}

.film-frame-client {
  width: 100%;
  min-height: 0;
  padding: 0;
  background: #071b17;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.28);
}

.film-frame-client::before,
.film-frame-client::after {
  display: none;
}

.film-frame-client video {
  width: 100%;
  aspect-ratio: 16 / 8.5;
  object-fit: cover;
}

.quantity-architecture-note {
  max-width: 680px;
  margin: -3px 0 16px;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.55;
}

.weekly-layout {
  width: min(calc(100% - 48px), 1440px);
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(48px, 5vw, 72px);
}

.weekly-copy {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.72fr);
  grid-template-areas:
    "heading intro"
    "heading steps";
  align-items: start;
  column-gap: clamp(48px, 7vw, 112px);
  padding-bottom: clamp(40px, 4vw, 56px);
  border-bottom: 1px solid var(--line);
}

.weekly-copy h2 {
  grid-area: heading;
  max-width: 820px;
  margin: 0;
  font-size: clamp(4rem, 6vw, 6rem);
}

.weekly-copy > p:not(.eyebrow) {
  grid-area: intro;
  max-width: 580px;
  margin: 8px 0 0;
  font-size: 1.06rem;
}

.weekly-steps {
  grid-area: steps;
  max-width: 580px;
  margin-top: 30px;
}

.weekly-steps span {
  color: var(--forest-950);
}

.calculator {
  width: 100%;
  max-width: none;
  padding: clamp(34px, 4vw, 58px);
}

.calculator h3 {
  max-width: 1080px;
  font-size: clamp(3rem, 4.6vw, 5rem);
}

.calculator-intro {
  max-width: 820px;
}

.calculator-intro,
.calculator-buffer > p,
.calculator-roti-copy small,
.calculator-formula-card .calculator-formula-note,
.calculator-result-method small,
.weekly-pack-match {
  font-size: 0.76rem;
}

.calculator-buffer-options {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.calculator-buffer-options label > span {
  min-height: 84px;
}

.calculator-buffer-options input:checked + span {
  color: var(--forest-950);
  background: var(--accent-lime);
  border-color: var(--accent-lime);
}

.calculator-formula-card {
  border-left-color: var(--accent-lime);
}

.calculator-wallet-output {
  color: var(--forest-950);
  background: var(--accent-lime);
}

.awareness-layout {
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, 0.85fr);
}

.awareness-body {
  display: grid;
  gap: 18px;
}

.awareness-body > p {
  margin: 0;
}

.app-phone {
  position: relative;
  z-index: 2;
  width: min(72%, 330px);
  padding: 10px;
  background: #061611;
  border: 1px solid rgba(255, 253, 248, 0.28);
  border-radius: 42px;
  box-shadow: 0 42px 90px rgba(0, 0, 0, 0.42);
  transform: rotate(2deg);
}

.app-phone-speaker {
  position: absolute;
  z-index: 3;
  top: 17px;
  left: 50%;
  width: 72px;
  height: 17px;
  background: #061611;
  border-radius: 999px;
  transform: translateX(-50%);
}

.app-phone-screen {
  min-height: 600px;
  padding: 42px 20px 22px;
  overflow: hidden;
  background: var(--cream-50);
  border-radius: 33px;
}

.app-phone-header {
  display: grid;
  grid-template-columns: 34px 1fr 8px;
  align-items: center;
  gap: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
}

.app-phone-header img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.app-phone-header > span {
  display: grid;
  line-height: 1.1;
}

.app-phone-header small,
.app-phone-card small,
.app-phone-note small {
  color: var(--muted);
  font-size: 0.58rem;
}

.app-phone-header strong {
  color: var(--forest-950);
  font-family: var(--serif);
  font-size: 1.05rem;
  font-weight: 500;
}

.app-phone-header i {
  width: 7px;
  height: 7px;
  background: var(--accent-lime);
  border-radius: 50%;
}

.app-phone-label {
  margin: 23px 0 9px;
  color: var(--forest-700);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.app-phone-card {
  padding: 20px;
  color: var(--cream-50);
  background: #3b7b3b;
}

.app-phone-card header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 25px;
}

.app-phone-card header span {
  color: rgba(255, 253, 248, 0.72);
  font-size: 0.58rem;
  font-weight: 700;
  text-transform: uppercase;
}

.app-phone-card header em {
  padding: 4px 7px;
  color: var(--forest-950);
  background: var(--accent-lime);
  font-size: 0.5rem;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
}

.app-phone-card > strong {
  display: block;
  margin-bottom: 3px;
  color: var(--cream-50);
  font-family: var(--serif);
  font-size: 1.55rem;
  font-weight: 500;
  line-height: 1.05;
}

.app-phone-card > small {
  color: rgba(255, 253, 248, 0.68);
}

.app-phone-progress {
  height: 3px;
  margin: 28px 0 8px;
  background: rgba(255, 253, 248, 0.2);
}

.app-phone-progress i {
  width: 62%;
  height: 100%;
  display: block;
  background: var(--accent-lime);
}

.app-phone-steps {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  color: rgba(255, 253, 248, 0.58);
  font-size: 0.48rem;
}

.app-phone-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 9px;
}

.app-phone-actions > span {
  min-height: 72px;
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 5px;
  padding: 12px;
  color: var(--forest-950);
  background: var(--cream-100);
  font-size: 0.62rem;
  font-weight: 700;
}

.app-phone-actions b {
  color: var(--forest-700);
  font-size: 1.05rem;
  font-weight: 500;
}

.app-phone-note {
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  padding-top: 17px;
  border-top: 1px solid var(--line);
}

.app-phone-note > i {
  width: 32px;
  height: 32px;
  background: var(--accent-lime);
  border-radius: 50%;
}

.app-phone-note > span {
  display: grid;
  line-height: 1.2;
}

.app-phone-note strong {
  color: var(--forest-950);
  font-size: 0.68rem;
}

.footer-top-client {
  grid-template-columns: minmax(300px, 1.45fr) minmax(160px, 0.55fr) minmax(170px, 0.58fr) minmax(260px, 1fr);
}

.footer-logo-lockup {
  width: min(100%, 340px);
  padding: 14px 18px;
}

.footer-brand p {
  max-width: 440px;
  color: rgba(255, 253, 248, 0.78);
  font-size: 1rem;
}

.footer-policies {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  padding-block: 22px;
  border-top: 1px solid var(--white-line);
}

.footer-policies a,
.footer-policies span {
  color: rgba(255, 253, 248, 0.65);
  font-size: 0.72rem;
  text-decoration: none;
}

.footer-policies a:hover {
  color: var(--accent-lime);
}

.footer-policies span {
  opacity: 0.55;
}

.footer-bottom {
  justify-content: flex-start;
}

@media (max-width: 1180px) {
  .header-inner {
    grid-template-columns: 150px minmax(0, 1fr) auto auto auto;
  }

  .brand {
    width: 150px;
  }

  .primary-nav .nav-care-link {
    display: flex;
  }

  .weekly-layout,
  .awareness-layout {
    width: min(calc(100% - 36px), var(--container));
    grid-template-columns: 1fr;
  }

  .calculator {
    max-width: none;
  }

  .footer-top-client {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .weekly-copy {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "heading"
      "intro"
      "steps";
    row-gap: 0;
  }

  .weekly-copy h2 {
    max-width: 760px;
  }

  .weekly-copy > p:not(.eyebrow),
  .weekly-steps {
    max-width: 700px;
  }

  .weekly-copy > p:not(.eyebrow) {
    margin-top: 24px;
  }
}

@media (max-width: 780px) {
  .hero-price-story {
    right: 18px;
    bottom: 34px;
    width: 220px;
  }

  .film-frame-client video {
    aspect-ratio: 16 / 10;
  }

  .calculator-buffer-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}

@media (max-width: 680px) {
  .announcement-inner {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 2px 8px;
    overflow: visible;
    white-space: normal;
  }

  .announcement-inner p,
  .announcement-inner a {
    font-size: 0.66rem;
  }

  .announcement-inner a {
    display: inline;
    margin-left: 14px;
  }

  .hero-service-facts {
    display: grid;
    gap: 8px;
  }

  .hero-price-story {
    top: 28px;
    right: 0;
    bottom: auto;
    width: 184px;
    padding: 18px 18px 19px;
  }

  .hero-price-value strong {
    font-size: 2.55rem;
  }

  .weekly-copy h2 {
    font-size: clamp(3.2rem, 14vw, 4.5rem);
  }

  .calculator h3 {
    font-size: clamp(2.35rem, 11vw, 3.5rem);
  }

  .film-copy-client h2 {
    font-size: clamp(2.55rem, 12vw, 4.2rem);
  }

  .footer-top-client {
    grid-template-columns: 1fr;
  }

  .footer-logo-lockup {
    width: min(100%, 300px);
  }
}

@media (max-width: 430px) {
  .brand {
    width: 116px;
  }

  .calculator-buffer-options {
    grid-template-columns: 1fr 1fr;
  }

  .calculator-buffer-options label:last-child {
    grid-column: auto;
  }

}

/* Reference-led Android download panel with honest platform availability. */
.app-download {
  padding-block: clamp(72px, 7vw, 104px);
  background: var(--cream-100);
}

.app-download-card {
  position: relative;
  min-height: 640px;
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(430px, 1.06fr);
  overflow: hidden;
  color: var(--cream-50);
  background: var(--forest-950);
  border: 1px solid rgba(11, 39, 33, 0.18);
  box-shadow: 0 34px 90px rgba(11, 39, 33, 0.16);
}

.app-download-card::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(11, 39, 33, 0.98) 0%, rgba(11, 39, 33, 0.93) 44%, rgba(11, 39, 33, 0.67) 100%),
    linear-gradient(180deg, transparent 60%, rgba(11, 39, 33, 0.56) 100%);
}

.app-download-landscape {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  opacity: 0.24;
  filter: saturate(0.7) contrast(1.05);
  transform: scale(1.06);
}

.app-download-copy {
  position: relative;
  z-index: 3;
  display: grid;
  align-content: center;
  padding: clamp(44px, 4.7vw, 66px);
}

.app-download-qr {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 17px;
  margin-bottom: clamp(30px, 3vw, 42px);
  color: var(--cream-50);
  text-decoration: none;
}

.app-download-qr-frame {
  width: 104px;
  height: 104px;
  display: grid;
  flex: 0 0 104px;
  place-items: center;
  padding: 9px;
  background: #fff;
  border: 1px solid rgba(255, 253, 248, 0.46);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.22);
  transition: transform 180ms ease;
}

.app-download-qr:hover .app-download-qr-frame {
  transform: translateY(-3px);
}

.app-download-qr-frame img {
  width: 100%;
  height: 100%;
}

.app-download-qr-disabled {
  cursor: default;
}

.app-download-qr-frame-soon {
  color: var(--forest-950);
  background: var(--accent-lime);
  border-color: rgba(174, 243, 46, 0.72);
}

.app-download-qr-frame-soon > span {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.app-download-qr > span:last-child {
  display: grid;
  gap: 3px;
  line-height: 1.2;
}

.app-download-qr small {
  color: var(--accent-lime);
  font-size: 0.59rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.app-download-qr strong {
  font-family: var(--serif);
  font-size: 1.17rem;
  font-weight: 500;
}

.app-download-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  color: var(--wheat-300);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.app-download-eyebrow span {
  width: 34px;
  height: 1px;
  background: currentColor;
}

.app-download-copy h2 {
  max-width: 580px;
  margin: 0 0 19px;
  color: var(--cream-50);
  font-size: clamp(3.15rem, 4.6vw, 4.75rem);
  line-height: 0.94;
}

.app-download-intro {
  max-width: 560px;
  margin: 0 0 27px;
  color: rgba(255, 253, 248, 0.7);
  font-size: clamp(0.91rem, 1.1vw, 1rem);
}

.app-download-intro strong {
  color: var(--wheat-300);
  font-weight: 600;
}

.app-store-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.app-store-badge {
  min-width: 190px;
  min-height: 62px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 17px;
  color: var(--forest-950);
  background: var(--cream-50);
  border: 1px solid rgba(255, 253, 248, 0.72);
  border-radius: 5px;
  text-decoration: none;
}

.app-store-badge svg {
  width: 26px;
  height: 30px;
  flex: 0 0 auto;
}

.app-store-badge > span {
  display: grid;
  gap: 1px;
  line-height: 1;
}

.app-store-badge small {
  color: var(--forest-700);
  font-size: 0.54rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.app-store-badge strong {
  font-size: 1.08rem;
  font-weight: 600;
}

.app-store-badge-play {
  transition: background 180ms ease, transform 180ms ease;
}

.app-store-badge-play:hover {
  background: #fff;
  transform: translateY(-3px);
}

.app-store-badge-soon {
  opacity: 0.64;
  cursor: default;
}

.app-store-badge-soon svg {
  fill: var(--forest-950);
}

.app-download-availability {
  margin-top: 13px;
  color: rgba(255, 253, 248, 0.53);
  font-size: 0.62rem;
}

.app-download-visual {
  position: relative;
  z-index: 2;
  min-width: 0;
  display: grid;
  place-items: end center;
  overflow: hidden;
  border-left: 1px solid rgba(255, 253, 248, 0.13);
  background:
    radial-gradient(circle at 54% 57%, rgba(174, 243, 46, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(255, 253, 248, 0.03), rgba(11, 39, 33, 0.22));
}

.app-download-visual::before,
.app-download-visual::after {
  position: absolute;
  content: "";
  border: 1px solid rgba(255, 253, 248, 0.12);
  border-radius: 50%;
}

.app-download-visual::before {
  width: 510px;
  height: 510px;
  bottom: -38px;
}

.app-download-visual::after {
  width: 660px;
  height: 660px;
  bottom: -118px;
}

.app-download-visual-note {
  position: absolute;
  z-index: 4;
  top: 66px;
  right: clamp(28px, 4vw, 58px);
  display: grid;
  justify-items: end;
  gap: 2px;
  margin: 0;
  color: var(--cream-50);
  line-height: 1.15;
  text-align: right;
}

.app-download-visual-note span {
  color: rgba(255, 253, 248, 0.55);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.app-download-visual-note strong {
  color: var(--wheat-300);
  font-family: var(--serif);
  font-size: clamp(1.3rem, 2vw, 1.75rem);
  font-weight: 500;
}

.app-download .app-phone {
  z-index: 3;
  width: min(72%, 316px);
  margin-bottom: -54px;
  padding: 9px;
  border-color: rgba(255, 253, 248, 0.28);
  border-radius: 40px;
  box-shadow: 0 38px 90px rgba(0, 0, 0, 0.46);
  transform: rotate(1.5deg);
}

.app-download .app-phone-screen {
  min-height: 560px;
  padding: 42px 19px 18px;
  border-radius: 32px;
}

.app-platform-pair {
  display: flex;
  align-items: stretch;
  gap: 9px;
}

.app-platform-chip {
  min-width: 158px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 13px;
  color: var(--forest-950);
  background: var(--cream-100);
  border: 1px solid var(--line);
  border-radius: 4px;
  text-decoration: none;
  white-space: nowrap;
}

.app-platform-chip svg {
  width: 21px;
  height: 24px;
  flex: 0 0 auto;
}

.app-platform-chip > span {
  display: grid;
  gap: 1px;
  line-height: 1;
}

.app-platform-chip small {
  color: inherit;
  font-size: 0.49rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  opacity: 0.66;
  text-transform: uppercase;
}

.app-platform-chip strong {
  font-size: 0.86rem;
  font-weight: 700;
}

.app-platform-chip-play {
  color: var(--cream-50);
  background: var(--forest-950);
  border-color: var(--forest-950);
  transition: background 180ms ease, transform 180ms ease;
}

.app-platform-chip-play:hover {
  background: var(--forest-800);
  transform: translateY(-2px);
}

.app-platform-chip-soon {
  color: rgba(11, 39, 33, 0.74);
  background: rgba(239, 233, 218, 0.54);
  border-color: rgba(11, 39, 33, 0.15);
  cursor: default;
}

.app-platform-chip-soon svg {
  fill: currentColor;
}

.app-phone-nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  margin-top: 21px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.app-phone-nav span {
  position: relative;
  padding-top: 9px;
  color: #8a938e;
  font-size: 0.48rem;
  font-weight: 700;
  text-align: center;
}

.app-phone-nav span::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 4px;
  height: 4px;
  content: "";
  background: currentColor;
  border-radius: 50%;
  transform: translateX(-50%);
}

.app-phone-nav .is-active {
  color: var(--forest-700);
}

.app-closing {
  padding-block: clamp(36px, 4vw, 54px);
  background: var(--cream-50);
  border-top: 1px solid var(--line);
}

.app-closing-inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
}

.app-closing-brand {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  background: var(--cream-100);
  border: 1px solid var(--line);
}

.app-closing-brand img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.app-closing-copy {
  display: grid;
  gap: 2px;
}

.app-closing-copy > span {
  color: var(--forest-700);
  font-size: 0.59rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.app-closing-copy h2 {
  margin: 0;
  font-size: clamp(1.65rem, 2.4vw, 2.5rem);
  line-height: 1.05;
}

@media (max-width: 1080px) {
  .app-download-card {
    grid-template-columns: minmax(0, 0.9fr) minmax(390px, 1.1fr);
  }

  .app-download-copy {
    padding: 52px 46px;
  }

  .app-download-qr-frame {
    width: 96px;
    height: 96px;
    flex-basis: 96px;
  }
}

@media (max-width: 900px) {
  .app-download-card {
    grid-template-columns: 1fr;
  }

  .app-download-copy {
    min-height: 620px;
    padding: clamp(48px, 8vw, 72px);
  }

  .app-download-card::before {
    background:
      linear-gradient(180deg, rgba(11, 39, 33, 0.97) 0%, rgba(11, 39, 33, 0.9) 55%, rgba(11, 39, 33, 0.7) 100%);
  }

  .app-download-visual {
    min-height: 620px;
    border-top: 1px solid rgba(255, 253, 248, 0.13);
    border-left: 0;
  }
}

@media (max-width: 780px) {
  .app-brief-inner {
    align-items: flex-start;
  }

  .app-brief-copy {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  .app-brief-copy p {
    display: grid;
    gap: 2px;
  }

  .app-closing-inner {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .app-platform-pair-closing {
    grid-column: 1 / -1;
    width: 100%;
  }

  .app-platform-pair-closing .app-platform-chip {
    flex: 1 1 0;
  }
}

@media (max-width: 520px) {
  .app-brief-inner {
    min-height: 0;
    display: grid;
    gap: 14px;
    padding-block: 20px;
  }

  .app-brief-copy p > span {
    display: none;
  }

  .app-platform-pair-brief {
    width: 100%;
  }

  .app-platform-pair-brief .app-platform-chip {
    min-width: 0;
    flex: 1 1 0;
  }

  .app-download {
    padding-block: 64px;
  }

  .app-download-copy {
    min-height: 0;
    padding: 38px 24px 46px;
  }

  .app-download-qr {
    gap: 13px;
    margin-bottom: 38px;
  }

  .app-download-qr-frame {
    width: 94px;
    height: 94px;
    flex-basis: 94px;
    padding: 7px;
  }

  .app-download-qr strong {
    font-size: 1rem;
  }

  .app-download-copy h2 {
    font-size: clamp(2.8rem, 14vw, 4rem);
  }

  .app-store-badges {
    display: grid;
  }

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

  .app-download-visual {
    display: none;
  }

  .app-closing-inner {
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 16px;
  }

  .app-closing-brand {
    width: 50px;
    height: 50px;
  }

  .app-closing-copy h2 {
    font-size: 1.55rem;
  }
}

@media (max-width: 380px) {
  .app-platform-pair {
    display: grid;
  }

  .app-platform-chip {
    width: 100%;
  }
}

.launch-banner {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: var(--cream-50);
  background:
    radial-gradient(circle at 8% 30%, rgba(203, 166, 93, 0.13), transparent 24%),
    radial-gradient(circle at 88% 100%, rgba(174, 243, 46, 0.08), transparent 30%),
    linear-gradient(112deg, #071f1a 0%, var(--forest-950) 54%, #10352c 100%);
  border-block: 1px solid rgba(222, 197, 143, 0.28);
}

.launch-banner::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  opacity: 0.16;
  background-image: radial-gradient(rgba(255, 253, 248, 0.4) 0.55px, transparent 0.55px);
  background-size: 9px 9px;
  content: "";
  mask-image: linear-gradient(90deg, transparent, #000 28%, #000 75%, transparent);
}

.launch-banner::after {
  position: absolute;
  z-index: -1;
  top: -128px;
  right: clamp(-110px, -4vw, -28px);
  width: 330px;
  height: 330px;
  pointer-events: none;
  border: 1px solid rgba(222, 197, 143, 0.2);
  border-radius: 50%;
  content: "";
}

.launch-banner-inner {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr) minmax(260px, 320px);
  align-items: center;
  gap: clamp(24px, 3vw, 48px);
  padding-block: clamp(28px, 3.2vw, 42px);
}

.launch-banner-seal {
  position: relative;
  width: 126px;
  aspect-ratio: 1;
  display: grid;
  align-content: center;
  justify-items: center;
  color: var(--forest-950);
  background: linear-gradient(145deg, #f6e8c5, var(--wheat-300));
  border: 1px solid rgba(255, 253, 248, 0.62);
  border-radius: 50%;
  box-shadow: 0 18px 42px rgba(2, 16, 13, 0.26);
  transform: rotate(-3deg);
}

.launch-banner-seal::before,
.launch-banner-seal::after {
  position: absolute;
  pointer-events: none;
  border: 1px solid rgba(11, 39, 33, 0.18);
  border-radius: inherit;
  content: "";
}

.launch-banner-seal::before { inset: 7px; }
.launch-banner-seal::after { inset: 11px; border-style: dotted; }

.launch-banner-seal span,
.launch-banner-seal small {
  position: relative;
  z-index: 1;
  font-size: 0.54rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.launch-banner-seal strong {
  position: relative;
  z-index: 1;
  margin-block: 2px 0;
  font: 500 2.15rem/1 var(--serif);
  letter-spacing: -0.05em;
}

.launch-banner-copy {
  min-width: 0;
}

.launch-banner-eyebrow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 18px;
  margin-bottom: 10px;
  color: var(--wheat-300);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.17em;
  line-height: 1.3;
  text-transform: uppercase;
}

.launch-banner-live {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: rgba(255, 253, 248, 0.76);
  letter-spacing: 0.08em;
}

.launch-banner-live i {
  width: 7px;
  height: 7px;
  background: var(--accent-lime);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(174, 243, 46, 0.12);
}

.launch-banner-live b { font-weight: 700; }

.launch-banner h2 {
  margin: 0;
  color: var(--cream-50);
  font: 500 clamp(2.45rem, 4vw, 4.25rem)/0.91 var(--serif);
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.launch-banner h2 span {
  color: var(--wheat-300);
  font-style: italic;
  font-weight: 400;
}

.launch-banner-copy > p {
  max-width: 720px;
  margin: 14px 0 0;
  color: rgba(255, 253, 248, 0.72);
  font-size: 0.87rem;
  line-height: 1.55;
}

.launch-banner-copy > p strong {
  color: var(--cream-50);
  font-weight: 700;
}

.launch-banner-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 14px 0 0;
  padding: 0;
  color: rgba(255, 253, 248, 0.88);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.045em;
  list-style: none;
  text-transform: uppercase;
}

.launch-banner-facts li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.launch-banner-facts li:not(:first-child)::before {
  width: 3px;
  height: 3px;
  background: var(--wheat-400);
  border-radius: 50%;
  content: "";
}

.launch-banner-action {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  justify-items: stretch;
}

.launch-banner-cta {
  width: 100%;
  min-height: 68px;
  justify-content: space-between;
  padding-inline: 24px 18px;
  color: var(--forest-950);
  background: linear-gradient(135deg, #f4e6c1, var(--wheat-300));
  border-color: rgba(255, 253, 248, 0.45);
  box-shadow: 0 16px 38px rgba(2, 16, 13, 0.24);
}

.launch-banner-cta:hover {
  color: var(--forest-950);
  background: var(--cream-50);
  border-color: var(--cream-50);
}

.launch-banner-arrow {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: grid;
  place-items: center;
  background: rgba(11, 39, 33, 0.09);
  border-radius: 50%;
  font-size: 1rem;
  transition: transform 180ms ease;
}

.launch-banner-cta:hover .launch-banner-arrow { transform: translateX(3px); }

.launch-banner-action small {
  color: rgba(255, 253, 248, 0.52);
  font-size: 0.67rem;
  letter-spacing: 0.04em;
  text-align: center;
}

@media (max-width: 1080px) {
  .launch-banner-inner {
    grid-template-columns: 104px minmax(0, 1fr) minmax(220px, 270px);
    gap: 22px;
  }

  .launch-banner-seal { width: 100px; }
  .launch-banner-seal strong { font-size: 1.7rem; }
  .launch-banner h2 { font-size: clamp(2.25rem, 4vw, 3.25rem); }
  .launch-banner-copy > p { font-size: 0.8rem; }
  .launch-banner-cta { min-height: 62px; padding-inline: 18px 14px; font-size: 0.72rem; }
}

@media (max-width: 780px) {
  .launch-banner-inner {
    grid-template-columns: 86px minmax(0, 1fr);
    align-items: start;
    padding-block: 26px;
  }

  .launch-banner-seal { width: 84px; }
  .launch-banner-seal span,
  .launch-banner-seal small { font-size: 0.44rem; }
  .launch-banner-seal strong { font-size: 1.48rem; }

  .launch-banner-action {
    grid-column: 2;
    width: min(100%, 380px);
    margin-top: -2px;
  }

  .launch-banner-copy > p { max-width: 600px; }
}

@media (max-width: 560px) {
  .launch-banner::after { right: -210px; }

  .launch-banner-inner {
    grid-template-columns: 1fr;
    gap: 18px;
    padding-block: 28px 32px;
  }

  .launch-banner-seal {
    width: 82px;
    position: absolute;
    top: 25px;
    right: 24px;
  }

  .launch-banner-copy { padding-right: 78px; }
  .launch-banner-eyebrow { max-width: 180px; margin-bottom: 16px; }
  .launch-banner-live { display: none; }
  .launch-banner h2 { font-size: clamp(2.4rem, 12vw, 3.35rem); }
  .launch-banner-copy > p { margin-top: 12px; }
  .launch-banner-facts { display: grid; gap: 6px; }
  .launch-banner-facts li:not(:first-child)::before { display: none; }

  .launch-banner-action {
    grid-column: 1;
    width: 100%;
    margin-top: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .launch-banner-arrow { transition: none; }
}
