* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Inter", "Segoe UI", system-ui, sans-serif;
  color: #1c1b1a;
  background: #f7f4f0;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
  border-radius: 18px;
}

header {
  padding: 28px 6%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.nav-links {
  display: flex;
  gap: 18px;
  font-size: 0.95rem;
}

.nav-links a {
  padding: 8px 12px;
  border-radius: 999px;
  background: #efe9e2;
}

.hero {
  background: linear-gradient(120deg, rgba(250, 244, 238, 0.92), rgba(250, 244, 238, 0.5)), url("https://images.unsplash.com/photo-1542291026-7eec264c27ff?auto=format&fit=crop&w=1600&q=80") center/cover no-repeat;
  padding: 80px 6% 90px;
  display: flex;
  flex-direction: column;
  gap: 28px;
  border-bottom-left-radius: 42px;
  border-bottom-right-radius: 42px;
}

.hero h1 {
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  max-width: 720px;
}

.hero p {
  max-width: 640px;
  font-size: 1.05rem;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.btn {
  padding: 12px 22px;
  border-radius: 999px;
  border: 1px solid #1c1b1a;
  background: #1c1b1a;
  color: #f7f4f0;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.btn-outline {
  background: transparent;
  color: #1c1b1a;
}

.section {
  padding: 70px 6%;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.section-title {
  font-size: clamp(1.6rem, 2.5vw, 2.2rem);
  max-width: 700px;
}

.section-soft {
  background: #efe9e2;
  border-radius: 36px;
  margin: 0 4%;
  padding: 64px 6%;
}

.split {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.split-row {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.story-block {
  background: #1c1b1a;
  color: #f7f4f0;
  padding: 44px;
  border-radius: 30px;
}

.insight {
  display: flex;
  flex-direction: column;
  gap: 18px;
  background: #fdfbf7;
  border-radius: 30px;
  padding: 36px;
  box-shadow: 0 20px 40px rgba(28, 27, 26, 0.08);
}

.stat-row {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.stat {
  padding: 18px 22px;
  border-radius: 18px;
  background: #f5efe7;
}

.testimonial-row {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.testimonial {
  background: #ffffff;
  border-radius: 24px;
  padding: 26px;
  box-shadow: 0 12px 30px rgba(28, 27, 26, 0.08);
}

.benefit-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.benefit-card {
  background: #fdfbf7;
  padding: 22px;
  border-radius: 18px;
  border: 1px solid #efe9e2;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pricing-grid {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.service-card {
  background: #ffffff;
  border-radius: 26px;
  padding: 26px;
  border: 1px solid #efe9e2;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
}

.service-card.active {
  border-color: #1c1b1a;
  box-shadow: 0 16px 36px rgba(28, 27, 26, 0.12);
}

.price-tag {
  font-size: 1.4rem;
  font-weight: 700;
}

.urgency {
  background: linear-gradient(120deg, #1c1b1a, #3a2f27);
  color: #f7f4f0;
  border-radius: 32px;
  padding: 48px;
}

.form-wrap {
  background: #ffffff;
  border-radius: 32px;
  padding: 42px;
  box-shadow: 0 20px 45px rgba(28, 27, 26, 0.1);
  display: flex;
  flex-direction: column;
  gap: 24px;
}

form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

label {
  font-weight: 600;
  font-size: 0.95rem;
}

input,
select,
textarea {
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid #d7d0c7;
  font-size: 1rem;
  font-family: inherit;
}

.footer {
  padding: 50px 6% 70px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 0.9rem;
}

.sticky-cta {
  position: sticky;
  bottom: 0;
  background: #1c1b1a;
  color: #f7f4f0;
  padding: 14px 6%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 5;
}

.sticky-cta .btn {
  background: #f7f4f0;
  color: #1c1b1a;
  border-color: #f7f4f0;
}

.cookie-banner {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #ffffff;
  padding: 18px;
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(28, 27, 26, 0.12);
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 320px;
  z-index: 10;
}

.cookie-actions {
  display: flex;
  gap: 10px;
}

.cookie-banner.is-hidden {
  display: none;
}

.page-hero {
  padding: 70px 6% 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.page-hero img {
  border-radius: 26px;
}

.info-grid {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

@media (min-width: 820px) {
  .split-row,
  .split {
    flex-direction: row;
    align-items: center;
  }

  .story-block,
  .insight {
    flex: 1;
  }

  .stat-row,
  .testimonial-row,
  .benefit-grid,
  .pricing-grid,
  .info-grid {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .stat,
  .testimonial,
  .benefit-card,
  .service-card,
  .info-card {
    flex: 1 1 calc(50% - 18px);
  }
}
