:root {
  --green: #19b56b;
  --green-dark: #0d7f4b;
  --ink: #13211a;
  --muted: #587064;
  --line: #dbe8e1;
  --soft: #f4fbf7;
  --white: #ffffff;
  --amber: #f6b74c;
  --blue: #2f7de1;
  --shadow: 0 22px 70px rgba(19, 33, 26, 0.13);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
}

a {
  color: inherit;
}

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

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 20;
  padding: 0.7rem 1rem;
  background: var(--ink);
  color: var(--white);
  border-radius: 0.5rem;
}

.skip-link:focus {
  top: 1rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(219, 232, 225, 0.9);
  backdrop-filter: blur(16px);
}

.nav {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
  font-weight: 800;
  font-size: 1.1rem;
}

.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: linear-gradient(135deg, var(--green), var(--blue));
  border-radius: 0.75rem;
  box-shadow: 0 10px 28px rgba(25, 181, 107, 0.24);
}

.brand-logo {
  width: 44px;
  height: 44px;
  object-fit: cover;
  border-radius: 0.75rem;
  box-shadow: 0 10px 28px rgba(25, 181, 107, 0.22);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  font-size: 0.94rem;
  color: var(--muted);
}

.nav-links a {
  text-decoration: none;
  font-weight: 700;
}

.nav-links a:hover {
  color: var(--green-dark);
}

.section,
.hero {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
}

.hero {
  min-height: calc(100vh - 72px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.95fr);
  gap: 3rem;
  align-items: center;
  padding: 4rem 0 3rem;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0 1rem;
  color: var(--green-dark);
  font-size: 0.86rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.play-badge-link {
  display: inline-block;
  width: min(218px, 64vw);
  margin: 0 0 0.9rem;
  border-radius: 0.8rem;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.play-badge-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(19, 33, 26, 0.16);
}

.play-badge-link img {
  width: 100%;
  height: auto;
  border-radius: 0.8rem;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.08;
}

h1 {
  max-width: 720px;
  font-size: clamp(2.5rem, 5vw, 5.6rem);
  letter-spacing: 0;
}

h2 {
  font-size: clamp(2rem, 3.4vw, 3.8rem);
  letter-spacing: 0;
}

h3 {
  font-size: 1.16rem;
}

.lead {
  max-width: 690px;
  margin: 1.25rem 0 0;
  color: var(--muted);
  font-size: clamp(1.06rem, 1.4vw, 1.25rem);
}

.hero-actions,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.6rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 48px;
  padding: 0.8rem 1.15rem;
  border: 1px solid transparent;
  border-radius: 0.65rem;
  text-decoration: none;
  font-weight: 800;
  box-shadow: none;
}

.button.primary {
  background: var(--green);
  color: var(--white);
}

.button.primary:hover {
  background: var(--green-dark);
}

.button.secondary {
  border-color: var(--line);
  background: var(--white);
  color: var(--ink);
}

.button.secondary:hover {
  border-color: var(--green);
}

.trust-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
  margin-top: 1.5rem;
  max-width: 680px;
}

.trust-row span {
  min-height: 54px;
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.75rem;
  color: var(--muted);
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 0.75rem;
  font-weight: 700;
  font-size: 0.92rem;
}

.hero-media {
  position: relative;
}

.hero-media img {
  width: 100%;
  border-radius: 1.2rem;
  box-shadow: var(--shadow);
}

.install-card {
  position: absolute;
  left: -1.4rem;
  bottom: 1.1rem;
  width: min(270px, 74%);
  padding: 1rem;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--line);
  border-radius: 0.85rem;
  box-shadow: 0 18px 46px rgba(19, 33, 26, 0.16);
}

.install-card strong {
  display: block;
  font-size: 0.98rem;
}

.install-card p {
  margin: 0.25rem 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.section {
  padding: 4.5rem 0;
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 2rem;
  margin-bottom: 2rem;
}

.section-head p {
  max-width: 560px;
  margin: 0;
  color: var(--muted);
}

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

.feature-card,
.info-panel,
.faq-item {
  border: 1px solid var(--line);
  border-radius: 0.9rem;
  background: var(--white);
}

.feature-card {
  padding: 1.2rem;
}

.icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 1rem;
  color: var(--green-dark);
  background: var(--soft);
  border-radius: 0.65rem;
}

.feature-card p,
.info-panel p,
.faq-item p {
  margin: 0.65rem 0 0;
  color: var(--muted);
}

.band {
  background: var(--soft);
  border-block: 1px solid var(--line);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
  gap: 2rem;
  align-items: start;
}

.steps,
.checks {
  margin: 1.4rem 0 0;
  padding: 0;
  list-style: none;
}

.steps li,
.checks li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 0.85rem;
  margin-bottom: 1rem;
  color: var(--muted);
}

.steps b,
.checks b {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--green);
  border-radius: 50%;
  font-size: 0.9rem;
}

.info-panel {
  padding: 1.4rem;
  box-shadow: var(--shadow);
}

.app-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: 1rem;
}

.fact {
  padding: 0.9rem;
  background: var(--soft);
  border-radius: 0.7rem;
}

.fact span {
  display: block;
  color: var(--muted);
  font-size: 0.83rem;
}

.fact strong {
  display: block;
  margin-top: 0.12rem;
}

.comparison {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 0.9rem;
}

.comparison th,
.comparison td {
  padding: 1rem;
  text-align: left;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}

.comparison th {
  background: var(--soft);
}

.comparison tr:last-child td {
  border-bottom: 0;
}

.warning {
  margin-top: 1rem;
  padding: 1rem;
  color: #68410a;
  background: #fff7e7;
  border: 1px solid #f3d59f;
  border-radius: 0.8rem;
}

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

.faq-item {
  padding: 1.15rem;
}

.cta {
  width: min(1160px, calc(100% - 32px));
  margin: 4.5rem auto;
  padding: clamp(2rem, 5vw, 4rem);
  color: var(--white);
  background: linear-gradient(135deg, var(--green-dark), #163b2a 62%, var(--blue));
  border-radius: 1.2rem;
}

.cta p {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.82);
}

.cta .button.secondary {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.34);
  color: var(--white);
}

.site-footer {
  padding: 2rem 0;
  color: var(--muted);
  border-top: 1px solid var(--line);
}

.footer-inner {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.footer-links {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.footer-links a {
  text-decoration: none;
  font-weight: 700;
}

.legal-page {
  max-width: 850px;
}

.legal-page h1 {
  max-width: 780px;
  font-size: clamp(2.35rem, 4.8vw, 4.6rem);
}

.legal-content {
  padding-bottom: 4.5rem;
}

.legal-content h2 {
  margin-top: 2.3rem;
  font-size: clamp(1.45rem, 2.2vw, 2rem);
}

.legal-content p,
.legal-content li {
  color: var(--muted);
}

.legal-content a {
  color: var(--green-dark);
  font-weight: 800;
}

@media (max-width: 900px) {
  .nav {
    min-height: auto;
    padding: 0.9rem 0;
    align-items: flex-start;
  }

  .nav-links {
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 0.75rem;
  }

  .hero,
  .split {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 2.5rem;
  }

  .hero-media {
    order: -1;
  }

  .feature-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .section-head {
    display: block;
  }

  .section-head p {
    margin-top: 0.8rem;
  }
}

@media (max-width: 620px) {
  .nav {
    display: block;
  }

  .nav-links {
    margin-top: 0.8rem;
    justify-content: flex-start;
  }

  .trust-row,
  .app-facts {
    grid-template-columns: 1fr;
  }

  .install-card {
    position: static;
    width: 100%;
    margin-top: 1rem;
  }

  .comparison {
    display: block;
    overflow-x: auto;
  }
}
