:root {
  color-scheme: light;
  --page: #fff;
  --ink: #20232a;
  --secondary: #616772;
  --quiet: #737984;
  --line: #e9ebee;
  --surface: #f6f7f9;
  --accent: #d43b51;
  --brand: #ee5366;
  --radius: 24px;
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-family: var(--font);
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  color: var(--ink);
  background: var(--page);
  scroll-behavior: smooth;
  scroll-padding-top: 28px;
}

*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; font-size: 1rem; line-height: 1.55; }
a { color: inherit; text-decoration: none; text-underline-offset: 4px; }
img { display: block; max-width: 100%; height: auto; }
h1, h2, h3, p { margin: 0; }
a:focus-visible { outline: 3px solid var(--accent); outline-offset: 5px; border-radius: 4px; }
::selection { background: #ffdee3; color: var(--ink); }
.wrap { width: min(1180px, calc(100% - 96px)); margin-inline: auto; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 10; padding: 12px 18px; background: var(--ink); color: #fff; transform: translateY(-200%); }
.skip-link:focus { transform: translateY(0); }

.site-header { min-height: 88px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; gap: 10px; align-items: center; white-space: nowrap; font-size: 1.4rem; font-weight: 730; letter-spacing: -.07em; line-height: 1; }
.brand-mark { width: 33px; height: 33px; flex-shrink: 0; border-radius: 10px; }
.site-nav { display: flex; gap: 34px; align-items: center; font-size: .9375rem; font-weight: 550; }
.site-nav a { padding-block: 12px; }
.site-nav a:hover { color: var(--accent); }
.nav-support { display: inline-flex; gap: 8px; }

.intro { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; padding: 48px 0 46px; }
.eyebrow { display: flex; gap: 8px; align-items: center; margin-bottom: 20px; color: var(--secondary); font-size: .8125rem; font-weight: 550; letter-spacing: .015em; }
.status-dot { width: 6px; height: 6px; background: var(--brand); border-radius: 50%; }
h1 { font-size: clamp(2.6rem, 4.4vw, 3.6rem); font-weight: 670; letter-spacing: -.055em; line-height: 1.08; }
h1 span { color: var(--secondary); }
.intro-note { padding-bottom: 3px; max-width: 350px; flex-shrink: 0; }
.intro-note > p { color: var(--secondary); font-size: 1.0625rem; line-height: 1.65; }
.intro-note .text-link { margin-top: 22px; }
.text-link { display: inline-flex; align-items: center; gap: 9px; font-weight: 600; font-size: .875rem; }
.text-link > span, .subtle-link > span, .contact-link > span { transition: transform .18s ease; }
.text-link:hover, .subtle-link:hover { color: var(--accent); }
.text-link:hover > span, .contact-link:hover > span { transform: translate(2px, -2px); }
.subtle-link { display: inline-flex; align-items: center; gap: 10px; color: var(--secondary); font-size: .875rem; font-weight: 500; }
.section-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.section-heading h2 { font-size: 1.25rem; font-weight: 650; letter-spacing: -.025em; }
.section-heading > p { color: var(--secondary); font-size: .875rem; }
.featured-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.featured-app { min-width: 0; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: #fff; transition: border-color .2s, box-shadow .2s; }
.featured-app:hover { border-color: #d9dce1; box-shadow: 0 10px 32px -18px #17213725; }
.featured-info { padding: 25px 25px 23px; }
.app-identity { display: flex; align-items: center; gap: 13px; }
.app-identity > div { min-width: 0; }
.app-icon { width: 56px; height: 56px; flex: 0 0 56px; border-radius: 14px; object-fit: contain; }
.app-identity h3 { font-size: 1.25rem; line-height: 1.25; letter-spacing: -.035em; font-weight: 650; overflow-wrap: anywhere; }
.app-identity-link:hover h3 { color: var(--accent); text-decoration: underline; }
.app-category { color: var(--secondary); font-size: .8125rem; line-height: 1.4; margin-top: 4px; }
.app-description { font-size: 1rem; line-height: 1.65; color: var(--secondary); }
.featured-info > .app-description { margin-top: 19px; min-height: 4.95em; }
.screenshot-stage { display: block; position: relative; height: 288px; overflow: hidden; margin-inline: 12px; border-radius: 13px; background: var(--surface); isolation: isolate; }
.app-screen { position: absolute; width: 49%; border: 3px solid #fff; border-radius: 15px; box-shadow: 0 8px 18px #26324816, 0 0 0 1px #2632480a; transition: transform .3s ease; }
.screen-back { top: 50px; left: 45%; width: 44%; z-index: 0; }
.screen-front { top: 23px; left: 9%; z-index: 1; }
.screenshot-stage::after { content: ""; pointer-events: none; position: absolute; inset: auto 0 0; height: 70px; background: linear-gradient(transparent, #f6f7f9f5 80%); z-index: 2; }
.screenshot-stage:hover .screen-front { transform: translateY(-5px); }
.screenshot-stage:hover .screen-back { transform: translateY(-3px); }
.stage-link { position: absolute; bottom: 12px; right: 14px; display: inline-flex; align-items: center; gap: 9px; padding: 6px 10px; color: #4d5360; background: #ffffffeb; border: 1px solid #e5e8ed; border-radius: 8px; font-size: .75rem; font-weight: 600; z-index: 3; }
.screenshot-stage:focus-visible { outline-offset: -4px; }
.featured-footer { padding: 18px 25px 23px; }
.store-links { display: flex; gap: 18px; flex-wrap: wrap; }
.store-links a { display: inline-flex; gap: 5px; font-size: .875rem; font-weight: 600; padding-block: 3px; }
.store-links a span { color: var(--quiet); }
.store-links a:hover { color: var(--accent); }

.more-section { padding-top: 68px; }
.app-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.compact-app { min-width: 0; padding: 29px 28px 23px; display: flex; flex-direction: column; background: #fff; transition: background .2s; }
.compact-app:hover { background: #fbfbfc; }
.compact-app:not(:nth-child(3n)) { border-right: 1px solid var(--line); }
.compact-app:nth-child(n+4) { border-top: 1px solid var(--line); }
.compact-app .app-icon { width: 48px; height: 48px; flex-basis: 48px; border-radius: 12px; }
.compact-app .app-identity h3 { font-size: 1.0625rem; letter-spacing: -.025em; }
.compact-app > .app-description { margin-top: 18px; margin-bottom: 24px; }
.compact-footer { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; margin-top: auto; }
.compact-footer .text-link { padding-block: 5px; font-size: .875rem; }

.support-section { display: flex; justify-content: space-between; align-items: center; gap: 28px; padding-block: 55px; margin-top: 48px; }
.support-section h2 { font-size: 1.25rem; font-weight: 650; letter-spacing: -.03em; }
.support-section p { margin-top: 5px; color: var(--secondary); font-size: .9375rem; }
.contact-link { display: inline-flex; align-items: center; gap: 24px; padding: 14px 20px; border: 1px solid var(--line); border-radius: 12px; font-weight: 550; font-size: .9375rem; transition: border-color .2s; }
.contact-link:hover { border-color: #bec3cc; }
.site-footer { display: flex; align-items: center; gap: 24px; border-top: 1px solid var(--line); padding-block: 30px 38px; }
.footer-brand { gap: 0; font-size: 1.25rem; }
.brand-period { color: var(--brand); }
.site-footer > p { color: var(--secondary); font-size: .8125rem; }
.site-footer > .subtle-link { margin-left: auto; font-size: .8125rem; }

@media (min-width: 1440px) {
  .intro { padding-block: 56px 52px; }
}
@media (max-width: 1100px) {
  .wrap { width: calc(100% - 64px); }
  .intro { gap: 30px; }
  .intro-note { max-width: 275px; }
  .desktop-break { display: none; }
  .featured-grid { gap: 16px; }
  .featured-info { padding: 22px 19px; }
  .app-identity { gap: 10px; }
  .featured-info .app-icon { width: 46px; height: 46px; flex-basis: 46px; border-radius: 12px; }
  .app-identity h3 { font-size: 1.125rem; }
  .featured-info .app-category { font-size: .75rem; }
  .featured-info > .app-description br { display: none; }
  .featured-info > .app-description { min-height: 4.95em; }
  .screenshot-stage { height: 250px; }
  .featured-footer { padding-inline: 20px; }
  .store-links { gap: 12px; }
  .compact-app { padding-inline: 22px; }
}
@media (max-width: 800px) {
  .intro { display: block; padding-block: 44px; }
  h1 { font-size: clamp(2.4rem, 6vw, 3rem); }
  .intro-note { max-width: none; display: flex; align-items: flex-end; gap: 25px; justify-content: space-between; margin-top: 20px; }
  .intro-note > p { max-width: 380px; font-size: 1rem; }
  .intro-note .text-link { margin: 0 0 4px; white-space: nowrap; }
  .featured-grid { grid-template-columns: 1fr; gap: 20px; }
  .featured-app { display: grid; grid-template-columns: 1fr 1fr; }
  .featured-info { padding: 28px 25px 10px; }
  .featured-info .app-icon { width: 52px; height: 52px; flex-basis: 52px; border-radius: 13px; }
  .featured-info .app-identity h3 { font-size: 1.25rem; }
  .featured-info .app-category { font-size: .8125rem; }
  .featured-info > .app-description { min-height: 0; margin-top: 20px; }
  .screenshot-stage { grid-column: 2; grid-row: 1 / 3; height: 276px; margin: 12px 12px 12px 0; }
  .featured-footer { align-self: end; padding: 20px 25px 30px; }
  .app-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .compact-app:nth-child(n) { border: 0; }
  .compact-app:nth-child(odd) { border-right: 1px solid var(--line); }
  .compact-app:nth-child(n+3) { border-top: 1px solid var(--line); }
  .compact-app { padding: 25px; }
  .more-section { padding-top: 48px; }
  .more-section .section-heading { display: block; }
  .more-section .section-heading > p { margin-top: 5px; }
  .support-section { margin-top: 20px; }
}
@media (max-width: 540px) {
  :root { --radius: 21px; }
  .wrap { width: calc(100% - 40px); }
  .site-header { min-height: 80px; }
  .brand { font-size: 1.3rem; }
  .brand-mark { width: 30px; height: 30px; border-radius: 9px; }
  .site-nav { gap: 21px; font-size: .875rem; }
  .intro { padding-block: 36px 38px; }
  .eyebrow { font-size: .75rem; margin-bottom: 17px; }
  h1 { font-size: clamp(2rem, 8.6vw, 2.8rem); line-height: 1.12; }
  .intro-note { display: block; margin-top: 19px; }
  .intro-note > p { font-size: 1rem; max-width: 320px; }
  .intro-note .text-link { margin-top: 17px; }
  .section-heading { gap: 12px; margin-bottom: 17px; }
  .section-heading h2 { font-size: 1.0625rem; }
  .section-heading .subtle-link { font-size: .8125rem; gap: 5px; white-space: nowrap; }
  .featured-app { display: block; }
  .featured-info { padding: 23px 23px 22px; }
  .featured-info .app-identity { gap: 13px; }
  .featured-info .app-identity h3 { font-size: 1.3rem; }
  .featured-info > .app-description { margin-top: 15px; }
  .featured-info > .app-description br { display: initial; }
  .screenshot-stage { height: 265px; margin: 0 11px; }
  .app-screen { width: 46%; }
  .screen-front { left: 12%; }
  .screen-back { width: 43%; left: 46%; }
  .featured-footer { padding: 19px 23px 24px; }
  .store-links { gap: 24px; }
  .store-links a { padding-block: 7px; }
  .app-grid { grid-template-columns: 1fr; }
  .compact-app:nth-child(n) { border: 0; padding: 24px; }
  .compact-app + .compact-app { border-top: 1px solid var(--line); }
  .compact-app > .app-description { margin-bottom: 17px; }
  .compact-app .app-identity h3 { font-size: 1.125rem; }
  .compact-app .app-icon { width: 50px; height: 50px; flex-basis: 50px; }
  .compact-footer .text-link { padding-block: 8px; }
  .support-section { display: block; padding-block: 40px; margin-top: 12px; }
  .support-section h2 { font-size: 1.125rem; }
  .contact-link { margin-top: 21px; }
  .site-footer { flex-wrap: wrap; gap: 10px 20px; padding-block: 26px; }
  .site-footer > p { order: 3; flex-basis: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  :root { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
