:root {
  color-scheme: light;
  --paper: #f7f1e7;
  --paper-soft: #fffbf3;
  --ink: #061f3a;
  --muted: #54637a;
  --line: rgba(6, 31, 58, 0.14);
  --accent: #14b8a6;
  --accent-2: #d5a43b;
  --accent-3: #a78bfa;
  --font-display: "Fraunces", Georgia, "Times New Roman", serif;
  --font-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--paper);
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

body {
  min-height: 100%;
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 251, 243, 0.96), rgba(247, 241, 231, 0.84) 42%, var(--paper) 78%),
    var(--paper);
  font-family: var(--font-body);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

a {
  color: inherit;
}

:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
  border-radius: 6px;
}

.shell {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  isolation: isolate;
}

.page {
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 0;
  color: rgba(6, 31, 58, 0.72);
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav__brand {
  font-family: var(--font-display);
  color: var(--ink);
  font-size: 18px;
  letter-spacing: 0.03em;
  text-decoration: none;
  text-transform: none;
}

.nav__links {
  display: flex;
  align-items: center;
  gap: 18px;
}

.nav__links a {
  text-decoration: none;
}

.hero {
  position: relative;
  min-height: 820px;
  padding: 58px 0 70px;
  border-top: 1px solid var(--line);
  overflow: hidden;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: var(--font-display);
  font-optical-sizing: auto;
  font-weight: 400;
  letter-spacing: -0.01em;
}

.hero h1 {
  max-width: 640px;
  font-size: 64px;
  line-height: 0.97;
  letter-spacing: -0.02em;
}

.lede {
  max-width: 620px;
  margin: 24px 0 0;
  color: #23364d;
  font-size: 20px;
  line-height: 1.55;
}

.actions,
.store-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.actions {
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 20px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: var(--ink);
  color: var(--paper-soft);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease,
    color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 26px rgba(6, 31, 58, 0.18);
}

.button--ghost {
  background: transparent;
  color: var(--ink);
}

.button--ghost:hover {
  background: rgba(6, 31, 58, 0.05);
  box-shadow: none;
}

@media (prefers-reduced-motion: reduce) {
  .button:hover {
    transform: none;
  }
}

.hero-eye {
  position: absolute;
  top: 52px;
  left: 0;
  z-index: 0;
  display: grid;
  width: 310px;
  min-height: 270px;
  place-items: center;
  opacity: 0.28;
  pointer-events: none;
}

.ocellus {
  position: absolute;
  width: var(--size, 210px);
  aspect-ratio: 1;
  border-radius: 999px;
  background:
    radial-gradient(circle at var(--px, 50%) var(--py, 68%), var(--ink) 0 10%, transparent 11%),
    radial-gradient(circle at var(--px, 50%) var(--py, 68%), var(--accent-3) 0 21%, transparent 22%),
    radial-gradient(circle at 50% 50%, var(--accent-2) 0 34%, transparent 35%),
    radial-gradient(circle at 50% 50%, var(--paper-soft) 0 55%, transparent 56%),
    var(--accent);
  box-shadow: 0 18px 38px rgba(6, 31, 58, 0.08);
  opacity: var(--opacity, 1);
}

.ocellus--main {
  --size: 218px;
  --px: 50%;
  --py: 69%;
  position: relative;
}

.ocellus--ghost-a {
  --size: 128px;
  --px: 62%;
  --py: 68%;
  --opacity: 0.18;
  top: 0;
  right: 10px;
}

.ocellus--ghost-b {
  --size: 112px;
  --px: 38%;
  --py: 68%;
  --opacity: 0.16;
  bottom: 16px;
  left: 4px;
}

.ocellus--ghost-c {
  --size: 96px;
  --px: 50%;
  --py: 70%;
  --opacity: 0.14;
  right: 26px;
  bottom: 0;
}

.app-panel {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-areas:
    "brand media"
    "copy media";
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.86fr);
  column-gap: 48px;
  align-items: center;
  width: 100%;
  min-height: 760px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 251, 243, 0.5);
}

.app-panel > .brand-lockup {
  grid-area: brand;
  width: min(620px, 100%);
  align-self: end;
}

.app-panel > .lede {
  grid-area: copy;
  width: min(620px, 100%);
  align-self: start;
}

.app-panel > .showcase-grid {
  grid-area: media;
  width: min(420px, 100%);
  margin: 0 auto;
}

.brand-lockup {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
}

.app-icon {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  box-shadow: 0 18px 34px rgba(6, 31, 58, 0.1);
}

.brand-lockup .eyebrow {
  margin: 0;
}

.showcase-grid {
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  gap: 0;
  margin-top: 28px;
}

.showcase-media {
  display: grid;
  justify-items: center;
  gap: 16px;
  width: min(340px, 100%);
  margin: 0 auto;
}

.store-row {
  margin-top: 22px;
}

.showcase-media .store-row {
  justify-content: center;
  width: 100%;
  margin-top: 0;
}

.showcase-media .actions {
  justify-content: center;
  width: 100%;
  margin-top: 0;
}

.store-badge {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-width: 160px;
  min-height: 48px;
  padding: 7px 16px;
  border: 1px solid rgba(6, 31, 58, 0.22);
  border-radius: 10px;
  background: rgba(255, 251, 243, 0.75);
  color: var(--ink);
  text-decoration: none;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

a.store-badge:hover {
  transform: translateY(-2px);
  border-color: rgba(6, 31, 58, 0.4);
  box-shadow: 0 12px 22px rgba(6, 31, 58, 0.12);
}

@media (prefers-reduced-motion: reduce) {
  a.store-badge:hover {
    transform: none;
  }
}

.showcase-media .store-badge {
  flex: 1 1 132px;
  min-width: 0;
  padding-right: 10px;
  padding-left: 10px;
}

.store-badge--disabled {
  color: rgba(6, 31, 58, 0.42);
}

.store-icon {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  color: currentColor;
}

.store-icon svg {
  display: block;
  width: 22px;
  height: 22px;
}

.store-badge--disabled .store-icon {
  opacity: 0.5;
}

.store-copy {
  display: grid;
  gap: 1px;
}

.store-kicker {
  font-size: 11px;
  line-height: 1;
}

.store-name {
  font-size: 15px;
  font-weight: 800;
  line-height: 1.08;
}

.phone {
  position: relative;
  width: min(255px, 100%);
  margin: 0 auto;
  padding: 13px;
  border: 1px solid rgba(6, 31, 58, 0.28);
  border-radius: 34px;
  background: var(--ink);
  box-shadow: 0 30px 56px rgba(6, 31, 58, 0.18);
}

@media (prefers-reduced-motion: no-preference) {
  .phone {
    animation: phone-float 7s ease-in-out infinite;
  }

  @keyframes phone-float {
    0%,
    100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-9px);
    }
  }
}

.phone::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  width: 62px;
  height: 5px;
  border-radius: 999px;
  background: rgba(255, 251, 243, 0.35);
  transform: translateX(-50%);
}

.phone-screen {
  min-height: 430px;
  padding: 34px 16px 16px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 70% 0%, color-mix(in srgb, var(--accent) 24%, transparent), transparent 42%),
    #fffaf2;
  overflow: hidden;
}

/* Real app-screenshot variant: the captured screen fills the device frame. */
.phone--shot {
  padding: 10px;
}

.phone--shot::before {
  display: none;
}

.phone--shot .phone-screen {
  min-height: 0;
  padding: 0;
  background: none;
}

.phone-shot {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 26px;
}

.phone-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 24px;
}

.phone-top img {
  width: 42px;
  height: 42px;
  border-radius: 12px;
}

.phone-title {
  display: block;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 28px;
  line-height: 1;
}

.phone-chip {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 9px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--accent) 18%, transparent);
  color: var(--ink);
  font-size: 11px;
  font-weight: 800;
}

.phone-card {
  padding: 16px;
  border: 1px solid rgba(6, 31, 58, 0.12);
  border-radius: 8px;
  background: rgba(255, 251, 243, 0.72);
}

.phone-card + .phone-card {
  margin-top: 12px;
}

.phone-card strong {
  display: block;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.05;
}

.phone-card span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
}

.phone-meter {
  display: grid;
  gap: 7px;
  margin-top: 16px;
}

.phone-meter i {
  display: block;
  height: 7px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--accent) 24%, transparent);
}

.phone-meter i:first-child {
  width: 86%;
  background: var(--accent);
}

.phone-meter i:nth-child(2) {
  width: 64%;
}

.phone-meter i:nth-child(3) {
  width: 74%;
}

.section {
  border-top: 1px solid var(--line);
  padding: 44px 0;
}

.section__head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

h2 {
  max-width: 620px;
  font-size: 48px;
  line-height: 1.05;
}

.section__copy {
  max-width: 430px;
  margin: 0;
  color: var(--muted);
}

.features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
}

.feature {
  min-height: 188px;
  padding: 24px;
  background: rgba(255, 251, 243, 0.6);
}

.feature::before {
  content: "";
  display: block;
  width: 34px;
  height: 5px;
  margin-bottom: 42px;
  border-radius: 999px;
  background: var(--accent);
}

h3 {
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 1;
}

.feature p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

.return {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 24px;
  padding-bottom: 52px;
}

.return p {
  max-width: 640px;
  margin: 12px 0 0;
  color: var(--muted);
}

footer {
  position: relative;
  z-index: 1;
  border-top: 1px solid var(--line);
  padding: 22px 0 34px;
  color: rgba(6, 31, 58, 0.52);
  font-size: 13px;
}

.brand-aria {
  --accent: #059669;
  --accent-2: #c2c89d;
  --accent-3: #14b8a6;
}

.brand-forte {
  --accent: #f97316;
  --accent-2: #d5a43b;
  --accent-3: #ef4444;
}

.brand-ilma {
  --accent: #14b8a6;
  --accent-2: #d7edf5;
  --accent-3: #a78bfa;
}

.brand-pura {
  --accent: #fb7185;
  --accent-2: #d5a43b;
  --accent-3: #c084fc;
}

@media (max-width: 840px) {
  .page {
    width: min(100% - 28px, 1120px);
  }

  .nav {
    align-items: flex-start;
    padding: 18px 0;
  }

  .nav__links {
    gap: 12px;
    font-size: 12px;
  }

  .hero {
    min-height: auto;
    padding: 42px 0 54px;
  }

  .hero h1 {
    font-size: 52px;
  }

  .hero-eye {
    top: 28px;
    left: -18px;
    width: 248px;
    min-height: 220px;
  }

  .ocellus--main {
    --size: 178px;
  }

  .ocellus--ghost-a {
    --size: 104px;
    right: 8%;
  }

  .ocellus--ghost-b {
    --size: 92px;
    left: 2%;
  }

  .ocellus--ghost-c {
    --size: 82px;
    right: 18%;
  }

  .app-panel {
    grid-template-areas:
      "brand"
      "copy"
      "media";
    grid-template-columns: 1fr;
    min-height: auto;
    width: 100%;
    margin-left: 0;
    padding: 22px;
  }

  .app-panel > .brand-lockup,
  .app-panel > .lede,
  .app-panel > .showcase-grid {
    width: 100%;
  }

  .showcase-grid {
    grid-template-columns: 1fr;
    align-items: start;
    margin-top: 28px;
  }

  .section__head,
  .return {
    display: block;
  }

  .section__copy {
    margin-top: 14px;
  }

  .features {
    grid-template-columns: 1fr;
  }

  .return .button {
    margin-top: 24px;
  }
}

@media (max-width: 520px) {
  .nav__links {
    display: none;
  }

  .hero h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 34px;
  }

  .lede {
    font-size: 16px;
  }

  .actions {
    align-items: stretch;
    flex-direction: column;
  }

  .store-row {
    flex-direction: column;
  }

  .button,
  .store-badge {
    width: 100%;
  }

  .showcase-media .store-badge {
    flex-basis: auto;
  }

  .hero-eye {
    top: 22px;
    left: -36px;
    width: 196px;
    min-height: 164px;
    opacity: 0.3;
  }

  .ocellus--main {
    --size: 138px;
  }

  .ocellus--ghost-a {
    --size: 74px;
  }

  .ocellus--ghost-b,
  .ocellus--ghost-c {
    display: none;
  }

  .brand-lockup {
    align-items: flex-start;
  }

  .app-icon {
    width: 54px;
    height: 54px;
    border-radius: 15px;
  }

  .phone {
    width: min(245px, 100%);
  }
}
