:root {
  --primary: #05cb36;
  --primary-dark: #049a2b;
  --secondary: #3aa404;
  --text: #17212b;
  --muted: #5f6b76;
  --bg: #f7fbf8;
  --surface: #ffffff;
  --surface-soft: #f1f7f3;
  --border: #d9e8dd;
  --shadow: 0 18px 50px rgba(10, 25, 18, 0.08);
  --radius-lg: 28px;
  --radius-md: 20px;
  --radius-sm: 14px;
  --max-width: 1180px;
  --warning-bg: #fff4eb;
  --warning-border: #ffd4ba;
  --warning-text: #7a2e11;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  background: linear-gradient(180deg, #fbfefc 0%, #f4faf6 100%);
  line-height: 1.6;
}

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

a {
  color: var(--primary-dark);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1,
h2,
h3 {
  margin-top: 0;
  line-height: 1.12;
  letter-spacing: -0.02em;
}

p {
  margin: 0 0 1rem;
}

ul {
  margin: 0 0 1rem;
  padding-left: 1.2rem;
}

li + li {
  margin-top: 0.55rem;
}

.container,
.container-small {
  width: min(var(--max-width), calc(100% - 2rem));
  margin: 0 auto;
}

.container-small {
  max-width: 860px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(16px);
  background: rgba(251, 254, 252, 0.86);
  border-bottom: 1px solid rgba(5, 203, 54, 0.12);
}

.nav-shell {
  padding: 18px 0;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  color: var(--text);
  font-weight: 800;
  font-size: 1.15rem;
}

.brand:hover {
  text-decoration: none;
}

.brand-icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  box-shadow: 0 12px 24px rgba(5, 203, 54, 0.22);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.35rem;
  flex-wrap: wrap;
}

.nav-links a,
.footer-links a {
  color: var(--muted);
  font-weight: 600;
}

.nav-links a:hover,
.footer-links a:hover {
  color: var(--primary-dark);
  text-decoration: none;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 74px 0 58px;
  background:
    radial-gradient(circle at 82% 16%, rgba(5, 203, 54, 0.28), transparent 22%),
    radial-gradient(
      circle at 60% 80%,
      rgba(135, 230, 158, 0.2),
      transparent 26%
    ),
    linear-gradient(180deg, #f8fff9 0%, #eefaf0 100%);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(480px, 1.08fr);
  align-items: center;
  gap: 3rem;
}

.hero-copy h1 {
  max-width: 20ch;
  font-size: clamp(2.5rem, 5.2vw, 4.5rem);
  line-height: 0.96;
  margin-bottom: 1.25rem;
}

.hero-lead {
  max-width: 34rem;
  font-size: 1.08rem;
  color: var(--muted);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 700;
  color: var(--primary-dark);
  margin-bottom: 1rem;
}

.eyebrow-light {
  color: rgba(255, 255, 255, 0.88);
}

.hero-actions,
.cta-buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1.8rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0.9rem 1.35rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
  text-decoration: none;
}

.btn-primary {
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  color: #ffffff;
  box-shadow: 0 18px 30px rgba(5, 203, 54, 0.24);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.84);
  color: var(--text);
  border-color: rgba(23, 33, 43, 0.08);
}

.btn-light {
  background: #ffffff;
  color: var(--primary-dark);
}

.btn-outline-light {
  background: transparent;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.45);
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.8rem;
}

.pill,
.platform-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.7rem 0.95rem;
  border-radius: 999px;
  background: var(--surface-soft);
  border: 1px solid var(--border);
  font-size: 0.92rem;
  font-weight: 700;
}

.hero-media {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-visual-panel {
  position: relative;
  width: 100%;
  height: 560px;
  border-radius: 34px;
  overflow: hidden;
  background:
    radial-gradient(circle at 70% 30%, rgba(5, 203, 54, 0.2), transparent 28%),
    radial-gradient(
      circle at 25% 78%,
      rgba(135, 230, 158, 0.18),
      transparent 28%
    ),
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.52),
      rgba(241, 247, 243, 0.18)
    );
}

.hero-visual-panel::before {
  content: "";
  position: absolute;
  inset: 24px 12px;
  border-radius: 30px;
  background: radial-gradient(
    circle at 50% 50%,
    rgba(255, 255, 255, 0.42),
    rgba(255, 255, 255, 0)
  );
  pointer-events: none;
  z-index: 1;
}

.hero-visual {
  position: absolute;
  inset: 0;
  width: 132%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: drop-shadow(0 28px 55px rgba(0, 0, 0, 0.08));
  transform: translateX(-8%);
}

.trusted-strip {
  padding: 1.15rem 0;
  border-top: 1px solid rgba(5, 203, 54, 0.1);
  border-bottom: 1px solid rgba(5, 203, 54, 0.1);
  background: rgba(255, 255, 255, 0.8);
}

.trusted-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 2rem;
  flex-wrap: wrap;
}

.trusted-copy strong {
  display: block;
}

.trusted-copy span {
  color: var(--muted);
}

.platform-badges {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.section {
  padding: 96px 0;
}

.alt-section {
  background:
    radial-gradient(
      circle at top left,
      rgba(135, 230, 158, 0.22),
      transparent 34%
    ),
    #ffffff;
}

.section-heading {
  max-width: 780px;
  margin: 0 auto 2.4rem;
  text-align: center;
}

.left-align {
  margin-left: 0;
  text-align: left;
}

.section-heading h2,
.how-copy h2,
.cta-section h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  margin-bottom: 0.9rem;
}

.section-heading p,
.how-copy p,
.card p,
.card li,
.page-intro {
  color: var(--muted);
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.3rem;
}

.feature-card,
.step,
.card,
.shot-card {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(23, 33, 43, 0.06);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow);
}

.feature-card {
  padding: 1.45rem;
}

.feature-icon {
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: linear-gradient(
    135deg,
    rgba(5, 203, 54, 0.14),
    rgba(58, 164, 4, 0.08)
  );
  font-size: 1.55rem;
  margin-bottom: 1rem;
}

.feature-card h3 {
  margin-bottom: 0.55rem;
  font-size: 1.25rem;
}

.feature-card p {
  margin-bottom: 0;
}

.screenshots-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
  align-items: stretch;
}

.shot-card {
  padding: 0.85rem;
}

.shot-card img {
  width: 100%;
  aspect-ratio: 9 / 19.5;
  object-fit: cover;
  border-radius: 20px;
  border: 1px solid rgba(23, 33, 43, 0.08);
  background: #ffffff;
}

.shot-card figcaption {
  margin-top: 0.9rem;
  font-size: 0.95rem;
  color: var(--muted);
}

.featured-shot {
  background: linear-gradient(
    180deg,
    rgba(5, 203, 54, 0.08),
    rgba(255, 255, 255, 0.96)
  );
}

.how-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 2rem;
  align-items: start;
}

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

.step {
  padding: 1.35rem;
}

.step-number {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  font-weight: 800;
  color: #ffffff;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  box-shadow: 0 12px 24px rgba(5, 203, 54, 0.24);
  margin-bottom: 1rem;
}

.step h3 {
  margin-bottom: 0.4rem;
}

.step p {
  margin-bottom: 0;
  color: var(--muted);
}

.final-cta {
  padding-top: 24px;
}

.cta-section {
  border-radius: 34px;
  padding: 3rem clamp(1.4rem, 4vw, 3.4rem);
  background:
    radial-gradient(
      circle at top right,
      rgba(255, 255, 255, 0.14),
      transparent 30%
    ),
    linear-gradient(135deg, var(--primary), var(--secondary));
  color: #ffffff;
  box-shadow: 0 24px 50px rgba(5, 203, 54, 0.22);
  text-align: center;
}

.cta-section p {
  max-width: 44rem;
  margin-inline: auto;
  color: rgba(255, 255, 255, 0.92);
}

.availability-note {
  font-size: 0.95rem;
  opacity: 0.92;
}

.cta-center {
  justify-content: center;
}

.page-hero {
  padding: 48px 0 8px;
}

.primary-color {
  color: var(--primary-dark);
}

.card {
  margin: 18px auto 72px;
  padding: 2rem clamp(1.2rem, 3vw, 2.2rem);
}

.card h1 {
  font-size: clamp(2rem, 4vw, 2.8rem);
  margin-bottom: 0.5rem;
}

.card h2 {
  margin-top: 1.8rem;
  margin-bottom: 0.7rem;
  font-size: 1.35rem;
}

.card h3 {
  margin-top: 1.2rem;
  margin-bottom: 0.6rem;
  font-size: 1.1rem;
}

.effective-date {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  background: var(--surface-soft);
  border: 1px solid var(--border);
  color: var(--text) !important;
  font-size: 0.95rem;
  margin-bottom: 1rem;
}

.warning,
.info-box {
  border-radius: 18px;
  padding: 1rem 1.1rem;
  margin: 1rem 0 1.2rem;
}

.warning {
  color: var(--warning-text);
  background: var(--warning-bg);
  border: 1px solid var(--warning-border);
}

.info-box {
  background: var(--surface-soft);
  border: 1px solid var(--border);
}

.info-box h3 {
  color: var(--text);
  margin-bottom: 0.7rem;
}

.links {
  margin-top: 1.5rem;
}

.site-footer {
  padding: 0 0 3rem;
}

.footer-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  flex-wrap: wrap;
  text-align: center;
}

.divider {
  width: min(920px, calc(100% - 2rem));
  height: 1px;
  margin: 1.25rem auto 1rem;
  background: linear-gradient(
    90deg,
    rgba(5, 203, 54, 0),
    rgba(5, 203, 54, 0.28),
    rgba(5, 203, 54, 0)
  );
}

.site-footer p {
  text-align: center;
  color: var(--muted);
  margin: 0;
  padding-inline: 1rem;
}

@media (max-width: 1080px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }

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

  .hero-media {
    min-height: auto;
    order: -1;
  }

  .hero-visual-panel {
    height: 500px;
  }

  .hero-visual {
    width: 120%;
    transform: translateX(-3%);
  }

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

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

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

@media (max-width: 720px) {
  .section {
    padding: 74px 0;
  }

  .site-nav {
    align-items: flex-start;
    flex-direction: column;
  }

  .nav-links {
    gap: 0.9rem;
  }

  .hero {
    padding-top: 44px;
  }

  .hero-copy h1 {
    font-size: clamp(2.8rem, 14vw, 4.2rem);
    line-height: 0.98;
  }

  .hero-visual-panel {
    height: 360px;
    border-radius: 24px;
  }

  .hero-visual {
    width: 138%;
    transform: translateX(-10%);
  }

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

  .btn,
  .hero-actions .btn,
  .cta-buttons .btn {
    width: 100%;
  }

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