:root {
  --bg: #fbfbf7;
  --text: #111418;
  --muted: #4d5a6b;
  --line: rgba(30, 38, 45, 0.09);
  --line-strong: rgba(30, 38, 45, 0.16);
  --accent: #f35b1d;
  --accent-dark: #bd3510;
  --green: #287f63;
  --green-deep: #0c6e54;
  --navy: #18324a;
  --navy-deep: #10283c;
  --surface: rgba(255, 255, 252, 0.86);
  --shadow: 0 28px 80px rgba(24, 32, 40, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Inter", Arial, sans-serif;
  color: var(--text);
  background-color: var(--bg);
  background-image:
    linear-gradient(var(--line) 1px, transparent 1px),
    linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 72px 72px;
}

a {
  color: inherit;
}

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

.page-shell {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
  padding-bottom: 80px;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  padding: 0 4px;
  border-bottom: 1px solid rgba(17, 20, 24, 0.04);
  background: rgba(251, 251, 247, 0.78);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

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

.site-nav {
  display: flex;
  align-items: center;
  gap: 26px;
  color: #5a6573;
  font-size: 0.95rem;
  font-weight: 700;
}

.site-nav a {
  text-decoration: none;
}

.nav-pill {
  padding: 9px 16px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  color: var(--text);
  background: rgba(255, 255, 252, 0.76);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(520px, 1fr);
  gap: 68px;
  align-items: center;
  min-height: calc(100vh - 58px);
  padding: 56px 0 86px;
}

.hero-copy {
  max-width: 620px;
}

.eyebrow,
.section-tag {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
  color: var(--accent-dark);
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.eyebrow::before,
.section-tag::before {
  content: "";
  width: 34px;
  height: 2px;
  background: var(--accent-dark);
}

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

h1 {
  max-width: 8.1ch;
  font-size: clamp(3.4rem, 5.5vw, 5.2rem);
  line-height: 0.96;
  letter-spacing: 0;
}

.hero-text {
  max-width: 53ch;
  margin-top: 24px;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.62;
}

.company-note {
  margin-top: 14px;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.5;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 30px;
}

.hero-actions .button {
  padding: 0 10px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
}

.button-primary {
  color: #fffaf3;
  background: var(--accent);
  box-shadow: 0 24px 46px rgba(243, 91, 29, 0.22);
}

.button-secondary {
  color: #05070a;
  border: 1px solid var(--line-strong);
  background: rgba(255, 255, 252, 0.82);
}

.product-visual {
  display: flex;
  justify-content: flex-end;
}

.visual-frame {
  position: relative;
  display: grid;
  grid-template-columns: 0.82fr 1fr;
  align-items: center;
  gap: 24px;
  width: min(640px, 100%);
  min-height: 560px;
  padding: 34px;
  border-radius: 8px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(239, 100, 35, 0.92) 0%, rgba(239, 100, 35, 0.78) 32%, transparent 32%),
    linear-gradient(145deg, #17263a 0%, #1f3448 48%, #1c6b55 100%);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.visual-frame::before {
  content: "";
  position: absolute;
  inset: 28px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  pointer-events: none;
}

.visual-frame::after {
  content: none;
}

.logo-tile {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: min(300px, 100%);
  aspect-ratio: 1;
  padding: 18px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.24);
}

.logo-tile img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: none;
}

.phone {
  position: relative;
  z-index: 1;
  width: min(280px, 100%);
  margin-left: auto;
  padding: 18px;
  border: 10px solid #0b1119;
  border-radius: 34px;
  background: #f8faf7;
  color: var(--text);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.3);
}

.phone-screen {
  display: grid;
  gap: 4px;
  margin-bottom: 16px;
  padding: 0;
  border-radius: 0;
  background: transparent;
}

.phone-bars {
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
}

.phone-bars span {
  display: block;
  width: 44px;
  height: 5px;
  border-radius: 999px;
  background: #d7ddd6;
}

.phone-bars span:last-child {
  width: 18px;
}

.phone-label {
  color: #657184;
  text-transform: uppercase;
  font-size: 0.74rem;
  font-weight: 700;
}

.phone h2 {
  font-size: 1.55rem;
  line-height: normal;
}

.reminder-card {
  display: grid;
  gap: 4px;
  margin-top: 10px;
  padding: 14px;
  border: 1px solid #e0e6df;
  border-radius: 8px;
  background: #fff;
}

.reminder-card strong,
.reminder-card span,
.reminder-card small {
  display: block;
}

.reminder-card small {
  color: currentColor;
  opacity: 0.72;
  text-transform: uppercase;
  font-weight: 700;
}

.reminder-card strong {
  font-size: 1rem;
  font-weight: 700;
}

.reminder-card span {
  color: currentColor;
  opacity: 0.78;
  font-size: 0.9rem;
}

.reminder-card-active {
  border-color: transparent;
  color: #fff;
  background: var(--green);
}

.products-section {
  margin-top: 4px;
  padding: 28px;
  border: 1px solid var(--line-strong);
  border-radius: 18px;
  background: var(--surface);
  box-shadow: 0 18px 50px rgba(24, 32, 40, 0.08);
}

.products-copy {
  max-width: 760px;
}

.products-heading-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.products-heading-row h2 {
  font-size: clamp(2rem, 3vw, 2.5rem);
  line-height: 1;
}

.status-label {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 11px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  color: var(--accent-dark);
  background: rgba(255, 255, 252, 0.72);
  font-size: 0.88rem;
  font-weight: 700;
}

.products-copy p {
  margin-top: 16px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.65;
}

.products-copy .product-benefit {
  color: var(--text);
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.45;
}

.attribute-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.attribute-list li {
  padding: 8px 12px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  color: #293445;
  background: rgba(255, 255, 252, 0.78);
  font-size: 0.94rem;
  font-weight: 700;
}

.product-download-link {
  display: flex;
  width: fit-content;
  margin-top: 24px;
}

.download-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.62fr);
  gap: 64px;
  align-items: center;
  min-height: calc(100vh - 58px);
  padding: 68px 0 86px;
}

.download-copy {
  max-width: 680px;
  min-width: 0;
}

.download-copy h1 {
  max-width: 10ch;
}

.audience-line {
  max-width: 58ch;
  margin-top: 18px;
  color: var(--muted);
  font-weight: 700;
  line-height: 1.6;
}

.store-badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-top: 30px;
}

.store-badge-link,
.store-badge-unavailable {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.store-badge-link {
  border-radius: 8px;
}

.store-badge-link:focus-visible {
  outline: 3px solid rgba(243, 91, 29, 0.35);
  outline-offset: 4px;
}

.store-badge {
  width: auto;
  height: 48px;
  object-fit: contain;
}

.store-badge-google {
  height: 66px;
}

.store-badge-unavailable {
  position: relative;
  align-items: center;
  cursor: default;
  pointer-events: none;
}

.download-card {
  display: grid;
  justify-items: center;
  gap: 20px;
  min-width: 0;
  padding: 30px 26px;
  border: 1px solid var(--line-strong);
  border-radius: 18px;
  background: var(--surface);
  box-shadow: var(--shadow);
  text-align: center;
}

.download-icon {
  width: min(250px, 100%);
  margin: 0 auto;
  object-fit: contain;
}

.download-card .section-tag {
  justify-content: center;
  margin-bottom: 18px;
}

.download-card h2 {
  font-size: clamp(2rem, 3vw, 2.5rem);
  line-height: 1;
}

.download-card p:not(.section-tag) {
  margin-top: 14px;
  color: var(--muted);
  line-height: 1.65;
}

.workflow-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.workflow-list li {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 11px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  color: #293445;
  background: rgba(255, 255, 252, 0.78);
  font-size: 0.9rem;
  font-weight: 700;
}

.workflow-list li + li::before {
  content: "→";
  margin-right: 2px;
  color: var(--accent-dark);
  opacity: 0.72;
}

.workflow-list span {
  display: inline-grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: #fffaf3;
  background: var(--accent);
  font-size: 0.72rem;
}

.download-card a {
  display: inline-block;
  margin-top: 18px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 600;
  text-decoration: none;
}

.download-card a:hover,
.download-card a:focus-visible {
  text-decoration: underline;
}

.qr-modal[hidden] {
  display: none;
}

.qr-modal {
  position: fixed;
  inset: 0;
  z-index: 10;
  display: grid;
  place-items: center;
  padding: 24px;
}

.qr-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(17, 20, 24, 0.34);
  backdrop-filter: blur(4px);
}

.qr-dialog {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  width: min(380px, 100%);
  padding: 28px;
  border: 1px solid var(--line-strong);
  border-radius: 18px;
  background: var(--surface);
  box-shadow: var(--shadow);
  text-align: center;
}

.qr-dialog .section-tag {
  justify-content: center;
  margin-bottom: 14px;
}

.qr-dialog h2 {
  max-width: 12ch;
  font-size: 1.65rem;
  line-height: 1.08;
}

.qr-dialog p:not(.section-tag) {
  margin-top: 12px;
  color: var(--muted);
  line-height: 1.55;
}

.qr-code {
  width: 220px;
  margin-top: 20px;
  padding: 12px;
  border: 1px solid var(--line-strong);
  border-radius: 10px;
  background: #fff;
}

.qr-open-link {
  margin-top: 16px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
}

.qr-open-link:hover,
.qr-open-link:focus-visible {
  text-decoration: underline;
}

.qr-close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  color: var(--muted);
  background: rgba(255, 255, 252, 0.88);
  cursor: pointer;
  font: inherit;
  font-size: 1.25rem;
  line-height: 1;
}

.qr-close:hover,
.qr-close:focus-visible {
  color: var(--text);
}

.qr-modal-open {
  overflow: hidden;
}

.updates-page {
  display: grid;
  grid-template-columns: minmax(0, 0.74fr) minmax(360px, 0.72fr);
  gap: 64px;
  align-items: center;
  min-height: calc(100vh - 58px);
  padding: 68px 0 86px;
}

.updates-copy {
  max-width: 620px;
}

.updates-copy h1 {
  max-width: 9ch;
}

.updates-card {
  min-width: 0;
  padding: 30px;
  border: 1px solid var(--line-strong);
  border-radius: 18px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.updates-card .section-tag {
  margin-bottom: 20px;
}

.updates-card .ml-embedded {
  min-width: 0;
}

.digital-asset-page {
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(380px, 0.76fr);
  gap: 56px;
  align-items: center;
  min-height: calc(100vh - 58px);
  padding: 68px 0 86px;
}

.digital-asset-copy {
  max-width: 560px;
}

.digital-asset-copy h1 {
  max-width: 11ch;
}

.digital-asset-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.digital-asset-card {
  display: grid;
  gap: 14px;
  min-width: 0;
  padding: 18px;
  border: 1px solid var(--line-strong);
  border-radius: 18px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.digital-asset-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.digital-asset-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  color: var(--muted);
  background: rgba(255, 255, 252, 0.78);
  font-size: 0.82rem;
  font-weight: 700;
}

.digital-asset-preview-shell {
  display: grid;
  place-items: center;
  padding: 18px;
  border-radius: 8px;
  background: rgba(255, 255, 252, 0.72);
  overflow: hidden;
}

.digital-asset-preview {
  width: min(100%, 440px);
  max-height: 68vh;
  border-radius: 6px;
  object-fit: contain;
  box-shadow: 0 14px 36px rgba(24, 32, 40, 0.12);
}

.policy-section {
  padding: 34px 0 0;
}

.policy-heading {
  max-width: 68ch;
  margin-bottom: 18px;
}

.policy-heading h2 {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  line-height: 1;
}

.policy-intro,
.policy-card p,
.policy-card li,
summary small {
  color: var(--muted);
  line-height: 1.65;
}

.policy-disclosure {
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: 18px;
  background: var(--surface);
  box-shadow: 0 18px 50px rgba(24, 32, 40, 0.08);
}

.policy-disclosure summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 26px;
  cursor: pointer;
  list-style: none;
}

.policy-disclosure summary::-webkit-details-marker {
  display: none;
}

summary strong,
summary small {
  display: block;
}

.summary-indicator {
  position: relative;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--accent);
}

.summary-indicator::before,
.summary-indicator::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 2px;
  background: #fff;
  transform: translate(-50%, -50%);
  transition: transform 180ms ease;
}

.summary-indicator::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.policy-disclosure[open] .summary-indicator::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.policy-card {
  padding: 0 30px 32px;
}

.policy-card ul {
  margin: 12px 0 0;
  padding-left: 20px;
}

.policy-card li {
  margin-bottom: 9px;
}

.policy-item + .policy-item {
  margin-top: 26px;
  padding-top: 26px;
  border-top: 1px solid var(--line);
}

.policy-item h3 {
  margin-bottom: 10px;
  font-size: 1.04rem;
}

.site-footer {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  gap: 24px;
  margin-top: 40px;
  padding-top: 22px;
  border-top: 1px solid var(--line-strong);
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.5;
}

.site-footer div {
  display: grid;
  gap: 2px;
}

.footer-brand {
  justify-items: start;
}

.footer-brand span,
.footer-brand small,
.footer-contact span {
  color: var(--muted);
}

.footer-brand small {
  margin-top: 12px;
  font-size: 0.82rem;
}

.footer-contact {
  justify-items: center;
  gap: 12px;
  text-align: center;
}

.footer-contact-group {
  justify-items: center;
}

.footer-site-link {
  margin: 4px 0;
}

.footer-legal {
  justify-items: end;
  text-align: right;
}

.site-footer strong {
  color: var(--text);
  letter-spacing: 0.03em;
}

.site-footer a {
  color: var(--muted);
  font-weight: 700;
  text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  text-decoration: underline;
}

@media (max-width: 1050px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 42px;
    min-height: auto;
  }

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

  .product-visual {
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  .page-shell {
    width: calc(100% - 28px);
    max-width: 1240px;
  }

  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
    padding: 14px 0;
  }

  .site-nav {
    gap: 14px;
    flex-wrap: wrap;
  }

  .hero {
    padding-top: 38px;
  }

  h1 {
    max-width: none;
    font-size: clamp(3.6rem, 16vw, 5.4rem);
  }

  .visual-frame {
    min-height: auto;
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .visual-frame::before {
    inset: 16px;
  }

  .logo-tile {
    margin: 0 auto;
  }

  .phone {
    margin: 0 auto;
  }

  .products-section {
    padding: 24px;
  }

  .download-hero {
    grid-template-columns: 1fr;
    gap: 42px;
    min-height: auto;
    padding: 42px 0 64px;
  }

  .download-copy h1 {
    font-size: clamp(2.75rem, 12vw, 3.55rem);
  }

  .download-copy,
  .download-card {
    width: 100%;
    max-width: calc(100vw - 28px);
  }

  .download-copy .hero-text,
  .audience-line {
    overflow-wrap: break-word;
  }

  .download-copy .hero-text {
    max-width: 31ch;
  }

  .audience-line {
    max-width: 30ch;
  }

  .store-badges {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 260px;
  }

  .store-badge-link,
  .store-badge-unavailable {
    align-items: flex-start;
    width: 100%;
  }

  .store-badge {
    height: 46px;
  }

  .store-badge-google {
    height: 66px;
  }

  .download-card {
    padding: 24px;
  }

  .download-icon {
    width: min(224px, 100%);
  }

  .updates-page {
    grid-template-columns: 1fr;
    gap: 42px;
    min-height: auto;
    padding: 42px 0 64px;
  }

  .updates-copy,
  .updates-card {
    width: 100%;
    max-width: calc(100vw - 28px);
  }

  .updates-copy h1 {
    font-size: clamp(2.75rem, 12vw, 3.55rem);
  }

  .updates-card {
    padding: 24px;
  }

  .digital-asset-page {
    grid-template-columns: 1fr;
    gap: 42px;
    min-height: auto;
    padding: 42px 0 64px;
  }

  .digital-asset-copy,
  .digital-asset-card {
    width: 100%;
    max-width: calc(100vw - 28px);
  }

  .digital-asset-copy h1 {
    font-size: clamp(2.75rem, 12vw, 3.55rem);
  }

  .digital-asset-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .digital-asset-card,
  .digital-asset-preview-shell {
    padding: 14px;
  }

  .digital-asset-preview {
    width: 100%;
    max-height: 62vh;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 28px;
    justify-items: center;
    text-align: center;
  }

  .footer-brand,
  .footer-contact,
  .footer-legal {
    justify-items: center;
    text-align: center;
  }
}

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

  .summary-indicator::before,
  .summary-indicator::after {
    transition: none;
  }
}
