:root {
  --green-900: #0e351f;
  --green-800: #1b5e20;
  --green-500: #4caf50;
  --gold: #d6a84f;
  --gold-dark: #a97920;
  --white: #ffffff;
  --gray-50: #f7faf8;
  --gray-100: #edf3ef;
  --gray-300: #d8e2dc;
  --gray-600: #5f6f67;
  --ink: #102018;
  --shadow: 0 24px 70px rgba(16, 32, 24, 0.16);
  --radius: 8px;
  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;
  background: var(--white);
  color: var(--ink);
}

body.menu-open {
  overflow: hidden;
}

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

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

button,
input {
  font: inherit;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 56px);
  background: rgba(255, 255, 255, 0.86);
  border-bottom: 1px solid rgba(216, 226, 220, 0.7);
  backdrop-filter: blur(18px);
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  color: var(--green-900);
}

.logo span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: var(--radius);
  color: var(--white);
  background: linear-gradient(135deg, var(--green-800), var(--green-500));
  box-shadow: 0 12px 30px rgba(27, 94, 32, 0.22);
}

.site-nav,
.header-actions,
.hero-actions,
.trust-list,
.payment-icons {
  display: flex;
  align-items: center;
}

.site-nav {
  gap: 22px;
  color: var(--gray-600);
  font-size: 0.95rem;
}

.site-nav a:hover,
.ghost-link:hover {
  color: var(--green-800);
}

.header-actions {
  gap: 12px;
}

.ghost-link {
  color: var(--gray-600);
  font-weight: 700;
}

.gold-button,
.primary-button,
.secondary-button,
.price-card a,
.app-access button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: var(--radius);
  padding: 0 20px;
  font-weight: 900;
  border: 0;
  cursor: pointer;
}

.gold-button,
.primary-button,
.price-card a,
.app-access button {
  color: #1c1608;
  background: linear-gradient(135deg, #f1cf74, var(--gold));
  box-shadow: 0 16px 36px rgba(214, 168, 79, 0.32);
}

.secondary-button {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.14);
}

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--gray-300);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--green-900);
}

.hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  align-items: end;
  padding: 128px clamp(18px, 5vw, 72px) 64px;
  overflow: hidden;
  color: var(--white);
}

.hero-media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 28, 17, 0.9), rgba(7, 28, 17, 0.58) 48%, rgba(7, 28, 17, 0.26)),
    url("https://images.unsplash.com/photo-1500595046743-cd271d694d30?auto=format&fit=crop&w=2000&q=82") center/cover;
  transform: scale(1.02);
}

.hero-content {
  position: relative;
  width: min(100%, 980px);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  color: var(--gold);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
}

.hero h1,
.section-heading h2,
.final-cta h2 {
  margin: 0;
  letter-spacing: 0;
  line-height: 1.02;
}

.hero h1 {
  max-width: 980px;
  font-size: clamp(2.45rem, 7vw, 5.9rem);
}

.hero-subtitle {
  max-width: 760px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.62;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.trust-list {
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 750;
}

.trust-list span {
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.12);
}

.app-access {
  width: min(100%, 620px);
  margin-top: 30px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(16px);
}

.app-access label {
  display: block;
  margin-bottom: 10px;
  font-weight: 900;
}

.app-access div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.app-access input {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: var(--radius);
  padding: 0 14px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.13);
  outline: none;
}

.app-access input::placeholder {
  color: rgba(255, 255, 255, 0.72);
}

.section {
  padding: 92px clamp(18px, 5vw, 72px);
}

.section-heading {
  max-width: 780px;
  margin-bottom: 36px;
}

.section-heading h2,
.final-cta h2 {
  font-size: clamp(2rem, 4vw, 4rem);
}

.section-heading p,
.final-cta p {
  color: var(--gray-600);
  font-size: 1.08rem;
  line-height: 1.7;
}

.stats-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  background: var(--gray-50);
}

.stats-strip div,
.feature-card,
.screen-card,
.step,
.price-card,
.testimonial,
.faq-list,
.payment-section {
  border: 1px solid var(--gray-300);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 18px 44px rgba(16, 32, 24, 0.08);
}

.stats-strip div {
  padding: 24px;
}

.stats-strip strong {
  display: block;
  color: var(--green-800);
  font-size: 2rem;
}

.stats-strip span {
  color: var(--gray-600);
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.feature-card {
  padding: 22px;
}

.feature-card span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: var(--radius);
  color: var(--green-800);
  background: #e8f5e9;
  font-weight: 900;
}

.feature-card h3,
.screen-card h3,
.step h3,
.price-card h3,
.testimonial p {
  margin: 16px 0 8px;
}

.feature-card p,
.screen-card p,
.step p,
.price-card small,
.testimonial span {
  color: var(--gray-600);
  line-height: 1.55;
}

.demo-section,
.pricing-section,
.faq-section {
  background: var(--gray-50);
}

.screen-showcase {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr;
  gap: 18px;
}

.screen-card {
  overflow: hidden;
}

.screen-card.large {
  grid-row: span 2;
}

.screen-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.screen-card.large img {
  height: 480px;
}

.screen-card div {
  padding: 20px;
}

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

.step {
  padding: 24px;
}

.step strong {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: var(--radius);
  color: var(--white);
  background: var(--green-800);
}

.resource-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.resource-cloud span {
  padding: 12px 16px;
  border: 1px solid var(--gray-300);
  border-radius: var(--radius);
  background: var(--gray-50);
  color: var(--green-900);
  font-weight: 800;
}

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

.price-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 24px;
}

.price-card.popular {
  border-color: var(--gold);
  transform: translateY(-14px);
  box-shadow: 0 28px 80px rgba(214, 168, 79, 0.24);
}

.popular-badge {
  position: absolute;
  top: -15px;
  right: 18px;
  padding: 8px 12px;
  border-radius: var(--radius);
  background: var(--gold);
  font-weight: 900;
}

.price {
  margin: 0;
  color: var(--green-800);
  font-size: 1.7rem;
  font-weight: 950;
}

.old {
  margin: 0;
  color: var(--gray-600);
  text-decoration: line-through;
}

.price-card ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding-left: 18px;
  color: var(--gray-600);
}

.enterprise {
  background: linear-gradient(180deg, #ffffff, #f7f0df);
}

.payment-section {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.payment-icons {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.payment-icons span {
  padding: 12px 16px;
  border-radius: var(--radius);
  color: var(--green-900);
  background: var(--gray-100);
  font-weight: 900;
}

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

.testimonial {
  padding: 24px;
}

.testimonial img {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial strong {
  color: var(--gold-dark);
}

.faq-list {
  padding: 10px;
}

details {
  padding: 18px;
  border-bottom: 1px solid var(--gray-300);
}

details:last-child {
  border-bottom: 0;
}

summary {
  cursor: pointer;
  color: var(--green-900);
  font-weight: 900;
}

details p {
  color: var(--gray-600);
  line-height: 1.65;
}

.final-cta {
  padding: 110px clamp(18px, 5vw, 72px);
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(14, 53, 31, 0.94), rgba(14, 53, 31, 0.72)),
    url("https://images.unsplash.com/photo-1495107334309-fcf20504a5ab?auto=format&fit=crop&w=1800&q=80") center/cover;
}

.final-cta p {
  color: rgba(255, 255, 255, 0.86);
  max-width: 720px;
}

.site-footer {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: 28px;
  padding: 56px clamp(18px, 5vw, 72px);
  background: #071c11;
  color: var(--white);
}

.site-footer p,
.site-footer a,
.site-footer span {
  color: rgba(255, 255, 255, 0.72);
}

.site-footer h3 {
  margin: 0 0 12px;
}

.site-footer div {
  display: grid;
  align-content: start;
  gap: 8px;
}

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

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1180px) {
  .benefit-grid,
  .pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .screen-showcase {
    grid-template-columns: 1fr 1fr;
  }

  .price-card.popular {
    transform: none;
  }
}

@media (max-width: 860px) {
  .site-nav,
  .header-actions {
    position: fixed;
    left: 18px;
    right: 18px;
    display: none;
    background: var(--white);
    border: 1px solid var(--gray-300);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
  }

  .site-nav {
    top: 76px;
    flex-direction: column;
    align-items: stretch;
    padding: 18px;
  }

  .header-actions {
    top: 286px;
    flex-direction: column;
    padding: 18px;
  }

  body.menu-open .site-nav,
  body.menu-open .header-actions,
  .menu-button {
    display: flex;
  }

  .stats-strip,
  .steps,
  .testimonial-grid,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .screen-showcase,
  .benefit-grid,
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .screen-card.large {
    grid-row: auto;
  }

  .screen-card.large img,
  .screen-card img {
    height: 250px;
  }

  .payment-section {
    display: grid;
  }

  .payment-icons {
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  .hero {
    min-height: auto;
    padding-top: 118px;
  }

  .app-access div {
    grid-template-columns: 1fr;
  }

  .section {
    padding-block: 68px;
  }
}
