* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #1d1d1f;
  background: #f6f4f0;
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.split-nav {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 1.5rem 1.5rem 0;
}

.split-nav__brand {
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.9rem;
}

.split-nav__links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  font-size: 0.95rem;
}

.split-nav__cta {
  margin-left: auto;
  background: #1f4d3a;
  color: #fff;
  padding: 0.6rem 1.1rem;
  border-radius: 999px;
  font-size: 0.9rem;
}

.hero {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  padding: 2.5rem 1.5rem 3rem;
  background: #f0ece5 url("../images/hero-train.svg") center/cover no-repeat;
  position: relative;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(240, 236, 229, 0.85);
}

.hero__content,
.hero__visual {
  position: relative;
  z-index: 1;
}

.hero__eyebrow {
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  margin-bottom: 0.75rem;
}

.hero__title {
  font-size: 2.4rem;
  line-height: 1.1;
  margin-bottom: 1rem;
}

.hero__lead {
  font-size: 1.05rem;
  max-width: 36rem;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.5rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.3rem;
  border-radius: 999px;
  border: 1px solid #1f4d3a;
  font-size: 0.95rem;
}

.btn--filled {
  background: #1f4d3a;
  color: #fff;
}

.btn--ghost {
  background: transparent;
  color: #1f4d3a;
}

.section {
  padding: 2.5rem 1.5rem;
}

.section--split {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.section--muted {
  background: #ffffff;
}

.section--accent {
  background: #1f4d3a;
  color: #fff;
}

.section__title {
  font-size: 1.7rem;
  margin-bottom: 1rem;
}

.section__subtitle {
  font-size: 1rem;
  max-width: 34rem;
}

.inline-cta {
  color: #1f4d3a;
  text-decoration: underline;
  font-weight: 600;
}

.storyline {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.storyline__item {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1.2rem;
  background: #fff;
  border-radius: 1.1rem;
}

.storyline__item--deep {
  background: #ece7de;
}

.card-row {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.card {
  background: #fff;
  border-radius: 1.2rem;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  box-shadow: 0 18px 35px rgba(31, 77, 58, 0.08);
}

.card__price {
  font-weight: 700;
  color: #1f4d3a;
}

.proof {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.testimonial {
  background: #fff;
  padding: 1.2rem;
  border-radius: 1rem;
  border-left: 4px solid #1f4d3a;
}

.journey {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.journey__step {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  padding: 1rem;
  background: #f8f6f3;
  border-radius: 0.9rem;
}

.pricing-reveal {
  background: #fff;
  border-radius: 1.2rem;
  padding: 2rem 1.5rem;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

.pricing-list {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin-top: 1.5rem;
}

.pricing-item {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ded9cf;
}

.form-wrap {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.form-wrap label {
  font-weight: 600;
  font-size: 0.9rem;
}

.form-wrap input,
.form-wrap select,
.form-wrap textarea {
  padding: 0.7rem 0.9rem;
  border: 1px solid #bdb7ac;
  border-radius: 0.6rem;
  font-size: 0.95rem;
  background: #fff;
}

.form-wrap button {
  border: none;
  background: #1f4d3a;
  color: #fff;
  padding: 0.8rem 1.4rem;
  border-radius: 999px;
  font-size: 1rem;
  cursor: pointer;
}

.sticky-cta {
  position: sticky;
  bottom: 1rem;
  align-self: flex-start;
  margin-top: 1.5rem;
  background: #1f4d3a;
  color: #fff;
  padding: 0.7rem 1.2rem;
  border-radius: 999px;
  box-shadow: 0 10px 20px rgba(31, 77, 58, 0.25);
}

.cookie-banner {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  background: #fff;
  border-radius: 1rem;
  padding: 1rem 1.2rem;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  display: none;
  flex-direction: column;
  gap: 0.8rem;
  z-index: 100;
}

.cookie-banner__actions {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.cookie-banner__actions button {
  border: 1px solid #1f4d3a;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
}

.cookie-banner__actions .cookie-accept {
  background: #1f4d3a;
  color: #fff;
}

.footer {
  margin-top: auto;
  padding: 2.5rem 1.5rem;
  background: #131313;
  color: #f3f1eb;
}

.footer__grid {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  font-size: 0.9rem;
}

.page-header {
  padding: 2.5rem 1.5rem 1.5rem;
  background: #f0ece5;
}

.content-block {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  padding: 2rem 1.5rem;
}

.content-block__media {
  max-width: 26rem;
}

.content-block--split {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.contact-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background: #fff;
  padding: 1.5rem;
  border-radius: 1rem;
}

@media (min-width: 900px) {
  .split-nav {
    flex-direction: row;
    align-items: center;
  }

  .hero {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .hero__content {
    flex: 0 1 55%;
  }

  .hero__visual {
    flex: 0 1 40%;
  }

  .section--split {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .section--split.reverse {
    flex-direction: row-reverse;
  }

  .card-row {
    flex-direction: row;
  }

  .card {
    flex: 1;
  }

  .proof {
    flex-direction: row;
  }

  .journey {
    flex-direction: row;
  }

  .pricing-list {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .pricing-item {
    flex: 0 1 calc(50% - 1rem);
  }

  .form-wrap {
    max-width: 36rem;
  }

  .footer__grid {
    flex-direction: row;
    justify-content: space-between;
  }

  .content-block--split {
    flex-direction: row;
    align-items: center;
  }
}
