/* Home composition: the original two panels, with a shared mint palette. */
:root {
  --action-bg: #086b50;
  --action-hover: #07573f;
  --action-text: #ffffff;
  --preview-bg: #bde8d8;
  --preview-ring: #91cbb7;
  --hero-ink: #155a46;
  --feature-blue-bg: #e3f0fc;
  --feature-blue-ink: #215c88;
  --feature-gold-bg: #fff0cf;
  --feature-gold-ink: #805619;
  --feature-purple-bg: #efe8fb;
  --feature-purple-ink: #665092;
  --stage-light: #e1f9e9;
  --home-padding: clamp(24px, 3vw, 40px);
}
@media (prefers-color-scheme: dark) {
  :root { --preview-bg: #173e31; --preview-ring: #386c57; --hero-ink: #9ee7c9; --stage-light: #285b43; --feature-blue-bg: #173446; --feature-blue-ink: #9bcdeb; --feature-gold-bg: #3e321d; --feature-gold-ink: #ebc77f; --feature-purple-bg: #332d47; --feature-purple-ink: #c9b5eb; }
}
.home-page { padding-top: 32px; }
.home-page .hero-grid { grid-template-columns: 1fr 1.08fr; align-items: stretch; gap: 20px; }
.home-page .hero-copy { padding: var(--home-padding); max-width: none; border: 1px solid var(--line); border-radius: var(--radius-xl); background: var(--surface); }
.home-page .hero-eyebrow { width: fit-content; padding: 5px 10px 5px 6px; border-radius: 20px; background: var(--accent-soft); color: var(--accent-deep); font-size: 12px; gap: 8px; letter-spacing: 0; }
.home-page .hero-eyebrow img { width: 24px; height: 24px; }
.home-page .hero-copy h1 { color: var(--hero-ink); margin: 23px 0 8px; font-size: clamp(50px, 5.2vw, 68px); font-weight: 700; line-height: 1; letter-spacing: -.065em; }
.hero-statement { margin: 0 0 18px; font-size: clamp(26px, 2.5vw, 32px); line-height: 1.15; letter-spacing: -.04em; font-weight: 500; }
.home-page .lead { max-width: 39ch; font-size: 15px; line-height: 1.65; }
.home-page .hero-actions { margin-top: 24px; gap: 10px; }
.home-page .primary-action { background: var(--action-bg); border-color: transparent; color: var(--action-text); box-shadow: 0 6px 16px rgb(7 92 62 / 20%); }
.home-page .primary-action:hover { background: var(--action-hover); }
.home-page .ghost-link { padding-inline: 16px; font-size: 13px; }
.compact-features { margin-top: 30px; }
.compact-features h2 { font-size: 12px; font-weight: 500; color: var(--muted); margin: 0 0 12px; }
.home-page .feature-grid { grid-template-columns: 1fr; gap: 0; }
.home-page .feature-card { min-height: 0; gap: 12px; border: 0; border-radius: 0; background: transparent; padding: 10px 0; align-items: center; }
.home-page .feature-icon { width: 36px; height: 36px; flex-basis: 36px; padding: 9px; border-radius: 12px; }
.home-page .feature-card h3 { font-size: 14px; letter-spacing: -.01em; }
.home-page .feature-card p { font-size: 13px; line-height: 1.5; margin: 3px 0 0; }
.home-page .media-card { isolation: isolate; position: relative; width: 100%; display: flex; flex-direction: column; padding: 24px 24px 10px; background: radial-gradient(ellipse at 85% 15%, var(--stage-light), transparent 65%), var(--preview-bg); box-shadow: none; border-color: var(--preview-ring); }
.home-page .media-card::before { content: ""; position: absolute; z-index: -1; width: 620px; height: 620px; border: 1px solid var(--preview-ring); border-radius: 50%; top: 100px; left: 50%; transform: translateX(-50%); box-shadow: 0 0 0 54px color-mix(in srgb, var(--preview-ring) 20%, transparent), 0 0 0 108px color-mix(in srgb, var(--preview-ring) 12%, transparent); pointer-events: none; }
.home-page .feature-card:nth-child(2) .feature-icon { background: var(--feature-blue-bg); color: var(--feature-blue-ink); }
.home-page .feature-card:nth-child(3) .feature-icon { background: var(--feature-gold-bg); color: var(--feature-gold-ink); }
.home-page .feature-card:nth-child(4) .feature-icon { background: var(--feature-purple-bg); color: var(--feature-purple-ink); }
.home-page .media-topline { color: var(--hero-ink); padding: 0 2px; min-height: 32px; font-size: 14px; font-weight: 600; }
.home-page .preview-hint { color: var(--muted); font-size: 11px; font-weight: 400; }
.home-page .slides { flex: 1; background: transparent; border-radius: 0; min-height: 510px; }
.home-page .slide { height: auto; padding: 24px 16px; align-items: center; }
.home-page .screenshot-trigger { flex: 0 1 auto; align-self: center; max-width: 100%; width: auto; border-radius: 25px; filter: drop-shadow(0 24px 20px rgb(15 66 40 / 23%)); }
.home-page .slide picture { width: auto; }
.home-page .device-shot { width: auto; max-height: 510px; max-width: 100%; object-fit: contain; border-radius: 0; box-shadow: none; }
.home-page .slide-caption { flex-wrap: nowrap; justify-content: space-between; padding: 4px 0 0; border-top: 1px solid var(--preview-ring); }
.home-page .slide-caption > span { flex: 1; padding: 0; text-align: left; font-size: 12px; }
.home-page .dot { width: var(--touch); }
.home-page .dot::after { background: var(--muted); width: 5px; height: 5px; }
.home-page .dot.active::after { background: var(--accent); width: 16px; border-radius: 6px; }
.home-page .slider-button { border-radius: 50%; }
.home-page .slider-button:hover { background: var(--surface); }
.privacy-note { display: flex; align-items: center; gap: 12px; padding: 22px 20px; }
.privacy-symbol { width: 32px; height: 32px; flex: 0 0 32px; padding: 8px; background: var(--accent-soft); border: 1px solid var(--accent-line); border-radius: 50%; color: var(--accent); }
.privacy-note h2 { margin: 0 0 3px; font-size: 13px; font-weight: 600; letter-spacing: -.015em; }
.privacy-note p { margin: 0; color: var(--muted); font-size: 12px; }
.privacy-note a { margin-left: auto; display: inline-flex; align-items: center; min-height: 44px; gap: 8px; font-size: 12px; color: var(--accent); font-weight: 500; }
.privacy-note a svg { width: 15px; height: 15px; }
.home-page .download-section { padding-top: 34px; padding-bottom: 40px; }
.home-page .section-heading { max-width: none; display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; margin-bottom: 24px; }
.home-page .section-heading h2 { font-size: clamp(26px, 3vw, 36px); letter-spacing: -.04em; margin: 0 0 10px; }
.home-page .section-heading p { font-size: 14px; }
.download-detail { color: var(--muted); font-size: 12px; padding-bottom: 3px; }
.home-page .store-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.home-page .store-card { padding: 24px; display: flex; flex-direction: column; align-items: flex-start; gap: 16px; border-radius: 20px; min-height: 214px; box-shadow: 0 6px 20px rgb(24 72 48 / 4%); }
.home-page .store-card:hover { transform: none; box-shadow: var(--shadow-small); }
.home-page .store-icon { width: 38px; height: 38px; flex-basis: 38px; padding: 8px; color: var(--accent-deep); background: var(--accent-soft); border-radius: 12px; }
.home-page .store-card strong { font-size: 16px; letter-spacing: -.02em; }
.home-page .store-card p { font-size: 12px; margin-top: 5px; line-height: 1.5; }
.store-cta { display: inline-flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 600; color: var(--action-text); background: var(--action-bg); padding: 10px 14px; border-radius: 10px; min-height: 38px; }
.store-cta svg { width: 14px; height: 14px; }
.home-page .store-card:hover .store-cta { background: var(--action-hover); color: var(--action-text); }
.home-page .planned-platforms { margin-top: 16px; gap: 14px; }
.home-page .store-planned { padding: 12px 20px; border: 1px dashed var(--line-strong); border-radius: 14px; gap: 12px; }
.home-page .store-planned .store-icon { width: 28px; height: 28px; flex-basis: 28px; background: transparent; padding: 4px; }
.home-page .store-planned strong { font-size: 12px; }
.home-page .store-planned p { font-size: 11px; }
.home-page .badge.soon { font-weight: 500; font-size: 10px; padding: 4px 9px; }
@media (max-width: 1000px) {
  .home-page .hero-copy { padding: 28px; }
  .home-page .media-card { padding: 20px 16px 10px; }
  .home-page .slide { padding: 16px 4px; }
  .home-page .media-topline > span:last-child { display: none; }
  .home-page .store-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-page .store-card { display: grid; grid-template-columns: 38px 1fr; min-height: 160px; gap: 12px 16px; }
  .store-cta { grid-column: 2; justify-self: start; }
}
@media (max-width: 720px) {
  :root { --page-gutter: 18px; }
  .home-page { padding-top: 20px; }
  .home-page .hero-grid { grid-template-columns: 1fr; gap: 16px; }
  .home-page .hero-copy { padding: 28px; }
  .home-page .hero-copy h1 { font-size: 58px; margin-top: 22px; }
  .hero-statement br { display: none; }
  .hero-statement { max-width: 300px; font-size: 27px; }
  .home-page .lead { max-width: 48ch; }
  .home-page .hero-actions .primary-action { flex: initial; }
  .home-page .hero-actions .ghost-link { border-color: var(--line-strong); }
  .home-page .media-card { padding: 18px 20px 8px; }
  .home-page .slides { min-height: 0; }
  .home-page .slide { height: 480px; padding: 24px 8px; }
  .home-page .device-shot { max-height: 426px; }
  .privacy-note { padding: 20px 6px; flex-wrap: wrap; gap: 10px; }
  .privacy-note a { margin: 0 0 0 42px; min-height: 44px; flex-basis: calc(100% - 42px); }
  .privacy-note div { flex: 1; }
  .home-page .download-section { padding-top: 24px; }
  .download-detail { display: none; }
  .home-page .section-heading h2 { font-size: 28px; }
  .home-page .store-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .home-page .store-card { display: flex; min-height: 218px; padding: 20px 16px; gap: 14px; }
  .home-page .store-card strong { font-size: 13px; }
  .home-page .store-card p { font-size: 11px; }
  .store-cta { font-size: 11px; padding: 8px 10px; gap: 6px; }
  .home-page .planned-platforms { grid-template-columns: 1fr; gap: 10px; }
}
@media (max-width: 359px) {
  .home-page .slide-caption { flex-wrap: wrap; justify-content: center; }
  .home-page .slide-caption > span { flex: 1 1 100%; text-align: center; }
  .home-page .hero-copy { padding: 22px; }
  .home-page .hero-actions > a { width: 100%; }
  .home-page .store-grid { grid-template-columns: 1fr; }
  .home-page .store-card { min-height: 180px; }
}
