@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat-v14-latin-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/montserrat-v14-latin-700.woff2') format('woff2');
}
:root {
  --green: #08783d;
  --green-dark: #07542f;
  --yellow: #f4bd19;
  --ink: #17332a;
  --muted: #607069;
  --line: #dce5e0;
  --white: #fff;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
a {
  color: var(--green);
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 3px;
}
.site-header {
  min-height: 76px;
  padding: 12px max(24px, calc((100vw - 1120px) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.96);
}
.brand img {
  display: block;
  width: 220px;
  max-width: 42vw;
  height: auto;
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 24px;
}
.language-switcher {
  display: flex;
  align-items: center;
  color: #97a39e;
  font-size: 0.82rem;
  font-weight: 700;
}
.language-button {
  border: 0;
  padding: 8px;
  color: var(--muted);
  background: transparent;
  font: inherit;
  cursor: pointer;
}
.language-button.active {
  color: var(--green);
}
.button {
  min-height: 48px;
  padding: 12px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 2px solid var(--green);
  border-radius: 6px;
  color: var(--green);
  background: var(--white);
  font-weight: 700;
  text-decoration: none;
}
.button:hover {
  text-decoration: none;
  filter: brightness(0.96);
}
.button-small {
  min-height: 42px;
  padding: 8px 18px;
}
.button-primary {
  color: var(--white);
  background: var(--green);
  box-shadow: 0 10px 22px rgba(8, 120, 61, 0.18);
}
.button-primary i,
.button-light i {
  font-size: 1.2rem;
}
.button-light {
  color: var(--green-dark);
  border-color: var(--white);
  background: var(--white);
}
.hero {
  min-height: 600px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.98) 0%,
      rgba(255, 255, 255, 0.93) 48%,
      rgba(255, 255, 255, 0.5) 100%
    ),
    url('../img/bg-millamada.jpg') center/cover no-repeat;
}
.hero-inner,
.section,
.trust-inner,
.final-cta,
footer {
  width: min(1120px, calc(100% - 48px));
  margin-inline: auto;
}
.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 680px) 1fr;
  align-items: center;
  gap: 80px;
  padding-block: 76px;
}
.eyebrow {
  margin: 0 0 14px;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}
h1,
h2,
h3,
p {
  letter-spacing: 0;
}
h1 {
  margin: 0;
  max-width: 720px;
  font-size: clamp(2.45rem, 5.2vw, 4.75rem);
  line-height: 1.03;
}
h2 {
  margin: 0;
  font-size: clamp(1.9rem, 3.4vw, 3rem);
  line-height: 1.15;
}
h3 {
  margin: 0;
  font-size: 1.12rem;
  line-height: 1.3;
}
.hero-description {
  max-width: 620px;
  margin: 24px 0 30px;
  color: var(--muted);
  font-size: 1.1rem;
}
.availability {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 0.88rem;
}
.availability i {
  color: var(--green);
}
.hero-mark {
  width: 260px;
  aspect-ratio: 1;
  position: relative;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--green);
  border-radius: 50%;
}
.hero-mark > i {
  font-size: 5.5rem;
}
.signal {
  position: absolute;
  inset: -24px;
  border: 2px solid rgba(8, 120, 61, 0.18);
  border-radius: 50%;
}
.signal-two {
  inset: -52px;
  opacity: 0.7;
}
.signal-three {
  inset: -82px;
  opacity: 0.4;
}
.store-options {
  margin-top: 24px;
}
.store-options > p {
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}
.store-links {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.store-links a {
  display: block;
  border-radius: 6px;
}
.store-links img {
  display: block;
  width: auto;
  height: 48px;
  max-width: 190px;
}
.section {
  padding-block: 88px;
}
.section-heading {
  max-width: 720px;
  margin-bottom: 48px;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.feature {
  padding: 10px 38px 10px 0;
}
.feature + .feature {
  padding-left: 38px;
  border-left: 1px solid var(--line);
}
.feature i {
  display: block;
  margin-bottom: 24px;
  color: var(--green);
  font-size: 2rem;
}
.feature p,
.step-list p {
  margin: 10px 0 0;
  color: var(--muted);
}
.trust-band {
  color: var(--white);
  background: var(--green-dark);
}
.trust-inner {
  min-height: 150px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
}
.trust-inner div {
  padding: 22px 44px;
  text-align: center;
}
.trust-inner div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.22);
}
.trust-inner strong {
  display: block;
  color: var(--yellow);
  font-size: 2rem;
  line-height: 1.1;
}
.trust-inner span {
  display: block;
  margin-top: 8px;
  font-size: 0.9rem;
}
.steps {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 90px;
}
.steps .section-heading {
  grid-column: 1/-1;
  margin-bottom: 22px;
}
.step-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.step-list li {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 18px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}
.step-list li > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--green);
  border: 2px solid var(--green);
  border-radius: 50%;
  font-weight: 700;
}
.install-note {
  align-self: center;
  padding: 30px;
  display: flex;
  gap: 20px;
  border-left: 5px solid var(--yellow);
  background: #fff9e8;
}
.install-note i {
  color: var(--green);
  font-size: 2rem;
}
.install-note p {
  margin: 0;
}
.install-note strong,
.install-note span {
  display: block;
}
.install-note span {
  margin-top: 8px;
  color: var(--muted);
}
.faq {
  padding-top: 40px;
}
.faq-list {
  border-top: 1px solid var(--line);
}
details {
  border-bottom: 1px solid var(--line);
}
summary {
  padding: 22px 48px 22px 0;
  position: relative;
  cursor: pointer;
  font-weight: 700;
  list-style: none;
}
summary::-webkit-details-marker {
  display: none;
}
summary::after {
  content: '+';
  position: absolute;
  right: 10px;
  color: var(--green);
  font-size: 1.5rem;
  font-weight: 400;
}
details[open] summary::after {
  content: '-';
}
details p {
  max-width: 850px;
  margin: 0;
  padding: 0 48px 24px 0;
  color: var(--muted);
}
.final-cta {
  margin-bottom: 70px;
  padding: 40px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  color: var(--white);
  background: var(--green);
}
.final-cta h2 {
  color: var(--white);
}
.final-cta p {
  margin: 8px 0 0;
}
footer {
  padding: 28px 0 40px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.78rem;
}
footer img {
  width: 150px;
}
footer p {
  margin: 0;
}
footer nav {
  display: flex;
  gap: 20px;
}
.mobile-download {
  display: none;
}
@media (max-width: 780px) {
  body {
    padding-bottom: 82px;
  }
  .site-header {
    min-height: 64px;
    padding-inline: 18px;
  }
  .brand img {
    width: 170px;
    max-width: 48vw;
  }
  .header-actions .button {
    display: none;
  }
  .header-actions {
    gap: 8px;
  }
  .hero {
    min-height: auto;
    background-position: 34% center;
  }
  .hero-inner,
  .section,
  .trust-inner,
  .final-cta,
  footer {
    width: min(100% - 36px, 620px);
  }
  .hero-inner {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-block: 58px 42px;
  }
  .hero-mark {
    width: 150px;
    justify-self: end;
    margin-right: 28px;
  }
  .hero-mark > i {
    font-size: 3.4rem;
  }
  .signal {
    inset: -14px;
  }
  .signal-two {
    inset: -28px;
  }
  .signal-three {
    inset: -42px;
  }
  .section {
    padding-block: 64px;
  }
  .feature-grid,
  .trust-inner,
  .steps {
    grid-template-columns: 1fr;
  }
  .feature {
    padding: 24px 0;
    border-bottom: 1px solid var(--line);
  }
  .feature + .feature {
    padding-left: 0;
    border-left: 0;
  }
  .feature i {
    margin-bottom: 14px;
  }
  .trust-inner div {
    padding: 28px 10px;
  }
  .trust-inner div + div {
    border-top: 1px solid rgba(255, 255, 255, 0.22);
    border-left: 0;
  }
  .steps .section-heading {
    grid-column: auto;
  }
  .install-note {
    padding: 24px 20px;
  }
  .final-cta {
    margin-bottom: 40px;
    padding: 34px 26px;
    flex-direction: column;
    align-items: flex-start;
  }
  footer {
    padding-bottom: 28px;
    grid-template-columns: 1fr;
    text-align: center;
  }
  footer img {
    margin-inline: auto;
  }
  footer nav {
    flex-wrap: wrap;
    justify-content: center;
  }
  .mobile-download {
    padding: 10px 14px;
    display: block;
    position: fixed;
    z-index: 20;
    right: 0;
    bottom: 0;
    left: 0;
    border-top: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.96);
  }
  .mobile-download .button {
    width: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
