* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #1a1a1a;
  background: #f7f4ef;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.page {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.nav-min {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 6vw;
  background: #f7f4ef;
  position: relative;
  z-index: 2;
}

.nav-links {
  display: flex;
  gap: 18px;
  font-size: 0.95rem;
}

.nav-links a {
  padding-bottom: 4px;
  border-bottom: 2px solid transparent;
}

.nav-links a:hover {
  border-color: #1a1a1a;
}

.hero {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 40px 6vw 20px;
  position: relative;
}

.hero-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
  background: #ffffff;
  padding: 28px;
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.08);
}

.hero-title {
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  line-height: 1.1;
}

.hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 22px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-weight: 600;
}

.hero-media {
  border-radius: 22px;
  overflow: hidden;
  position: relative;
}

.hero-media img {
  height: 320px;
  object-fit: cover;
  width: 100%;
}

.section {
  padding: 0 6vw;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.section.split {
  flex-direction: column;
}

.section h2 {
  font-size: clamp(1.7rem, 2.6vw, 2.4rem);
}

.section p {
  max-width: 680px;
}

.story-row {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: #fff4e3;
  padding: 26px;
  border-radius: 18px;
}

.badge {
  display: inline-flex;
  padding: 4px 12px;
  border-radius: 999px;
  background: #1a1a1a;
  color: #fff;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.inline-cta {
  text-decoration: underline;
  font-weight: 600;
}

.trust-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.trust-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.06);
}

.gallery {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.gallery-row {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.gallery-row img {
  border-radius: 18px;
  height: 220px;
  object-fit: cover;
}

.reveal {
  background: #111;
  color: #fff;
  padding: 30px;
  border-radius: 20px;
}

.pricing {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.price-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border: 1px solid #eee;
}

.price-card strong {
  font-size: 1.3rem;
}

.form-wrap {
  background: #f0efe9;
  padding: 30px;
  border-radius: 22px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

label {
  font-weight: 600;
  font-size: 0.95rem;
}

input,
select,
textarea {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #ccc;
  font-size: 1rem;
  width: 100%;
}

button {
  padding: 12px 20px;
  border-radius: 999px;
  border: none;
  background: #1a1a1a;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}

.section-contrast {
  background: #ffffff;
  padding: 40px 6vw;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.testimonials {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.testimonial {
  background: #f7f4ef;
  border-radius: 16px;
  padding: 18px;
}

.sticky-cta {
  position: fixed;
  right: 24px;
  bottom: 24px;
  background: #ff4d2e;
  color: #fff;
  padding: 12px 18px;
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
  z-index: 10;
  font-weight: 600;
}

.footer {
  padding: 40px 6vw 60px;
  background: #101010;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 0.9rem;
}

.subtle {
  font-size: 0.9rem;
  color: #555;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: #ffffff;
  border-radius: 16px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.12);
  z-index: 20;
}

.cookie-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cookie-actions button {
  width: 100%;
}

.page-hero {
  padding: 40px 6vw 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.simple-block {
  background: #ffffff;
  border-radius: 18px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.contact-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media (min-width: 900px) {
  .hero {
    flex-direction: row;
    align-items: stretch;
  }

  .hero-card,
  .hero-media {
    flex: 1;
  }

  .section.split {
    flex-direction: row;
    align-items: center;
    gap: 40px;
  }

  .trust-grid,
  .pricing,
  .testimonials {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .trust-card,
  .price-card,
  .testimonial {
    flex: 1;
    min-width: 220px;
  }

  .gallery-row {
    flex-direction: row;
  }

  .gallery-row img {
    flex: 1;
  }

  .cookie-banner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    max-width: 960px;
    margin: 0 auto;
  }

  .cookie-actions {
    flex-direction: row;
  }

  .cookie-actions button {
    width: auto;
  }
}
