:root {
  --bg: #f7faf9;
  --surface: #ffffff;
  --surface-soft: #eef6f3;
  --text: #15201d;
  --muted: #4e655e;
  --line: #d8e6e1;
  --brand: #0f7a67;
  --brand-dark: #0b5a4d;
  --shadow: 0 24px 50px -34px rgba(16, 48, 40, 0.45);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Manrope", sans-serif;
  color: var(--text);
  line-height: 1.5;
  background:
    radial-gradient(circle at 10% 0%, rgba(15, 122, 103, 0.12), transparent 35%),
    radial-gradient(circle at 85% 15%, rgba(11, 90, 77, 0.10), transparent 35%),
    linear-gradient(180deg, #f9fcfb 0%, var(--bg) 50%, #eef5f2 100%);
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: static;
  width: min(1160px, 92vw);
  margin: 14px auto 0;
  padding: 2px 2px 8px;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Sora", sans-serif;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.brand img {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  box-shadow: 0 12px 24px -18px rgba(0, 0, 0, 0.55);
}

.header-cta {
  color: var(--brand-dark);
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.01em;
  border-bottom: 1px solid #b8d8ce;
}

main,
.site-footer {
  width: min(1160px, 92vw);
  margin: 0 auto;
}

.hero {
  padding: 46px 0 20px;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 26px;
  align-items: center;
}

.eyebrow {
  margin: 0;
  display: inline-block;
  padding: 6px 11px;
  border-radius: 999px;
  border: 1px solid #cbe0d9;
  background: #e9f4f0;
  color: var(--brand-dark);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Sora", sans-serif;
  line-height: 1.08;
}

h1 {
  margin-top: 14px;
  font-size: clamp(2rem, 4.2vw, 3.4rem);
}

.lead {
  margin: 14px 0 0;
  color: var(--muted);
  max-width: 62ch;
}

.hero-meta {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hero-meta span {
  padding: 6px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #f8fcfa;
  color: #35534b;
  font-size: 0.84rem;
  font-weight: 600;
}

.cta-row {
  margin-top: 18px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.store-badge {
  display: inline-block;
}

.store-badge img {
  width: min(220px, 100%);
  height: auto;
  display: block;
  filter: drop-shadow(0 18px 20px rgba(0, 0, 0, 0.12));
}

.ghost-link {
  color: var(--brand-dark);
  font-weight: 700;
  font-size: 0.92rem;
  border-bottom: 1px solid #b8d8ce;
}

.hero-visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 560px;
}

.phone-frame {
  width: min(320px, 78vw);
  aspect-ratio: 590 / 1048;
  border-radius: 34px;
  padding: 10px;
  background: linear-gradient(180deg, #0f1a18, #1a2a26);
  box-shadow: var(--shadow);
}

.phone-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 26px;
}

.floating-card {
  position: absolute;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 25px -18px rgba(6, 28, 23, 0.45);
  display: grid;
  gap: 2px;
}

.floating-card strong {
  font-size: 0.85rem;
}

.floating-card span {
  font-size: 0.78rem;
  color: var(--muted);
}

.floating-card.one {
  left: 0;
  top: 20%;
}

.floating-card.two {
  right: 2%;
  bottom: 17%;
}

.section {
  padding: 44px 0 14px;
}

.section-title {
  font-size: clamp(1.55rem, 2.5vw, 2.2rem);
}

.section-subtitle {
  margin-top: 10px;
  color: var(--muted);
}

.feature-grid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.feature-tile,
.step,
.faq-item {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: linear-gradient(170deg, #fff, #f8fcfa);
}

.feature-tile {
  padding: 16px;
}

.feature-tile h3 {
  font-size: 1.02rem;
  margin-bottom: 8px;
}

.feature-tile p {
  margin: 0;
  color: var(--muted);
}

.shot-grid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.shot {
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 16px 34px -28px rgba(5, 25, 21, 0.45);
}

.shot img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.steps {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.step {
  padding: 14px;
}

.step span {
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 800;
  color: var(--brand-dark);
  background: #dbeee8;
  font-size: 0.85rem;
}

.step h3 {
  margin-top: 10px;
  font-size: 0.98rem;
}

.step p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.faq-list {
  margin-top: 14px;
  display: grid;
  gap: 10px;
}

.faq-item {
  padding: 0 14px;
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  font-weight: 700;
  padding: 13px 0;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item p {
  margin: 0 0 14px;
  color: var(--muted);
}

.bottom-badge {
  margin-top: 34px;
  display: flex;
  justify-content: center;
  width: 100%;
}

.bottom-badge .store-badge {
  display: flex;
  justify-content: center;
  width: 100%;
}

.bottom-badge .store-badge img {
  margin: 0 auto;
}

.site-footer {
  margin-top: 42px;
  padding: 22px 0 36px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.site-footer div {
  display: flex;
  gap: 12px;
}

.reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  .shot-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
    padding-top: 30px;
  }

  .hero-visual {
    min-height: auto;
    margin-top: 6px;
  }

  .floating-card {
    display: none;
  }

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

@media (max-width: 620px) {
  .feature-grid,
  .shot-grid,
  .steps {
    grid-template-columns: 1fr;
  }

  .cta-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .store-badge img {
    width: min(220px, 72vw);
  }
}
