* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Arial", "Helvetica", sans-serif;
  color: #1d1d1f;
  background: #f7f5f2;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0 12px;
  gap: 16px;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: lowercase;
}

.nav-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 14px;
}

.ad-label {
  font-size: 12px;
  padding: 6px 10px;
  border: 1px solid #1d1d1f;
  border-radius: 999px;
  background: #fff;
}

.hero {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: stretch;
  padding: 40px 0 60px;
}

.hero-text {
  flex: 1 1 360px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
}

.hero-text h1 {
  font-size: 42px;
  line-height: 1.2;
}

.hero-text p {
  font-size: 18px;
  color: #3c3c3f;
}

.hero-media {
  flex: 1 1 360px;
  border-radius: 24px;
  overflow: hidden;
  background: #ddd4c9;
  min-height: 360px;
}

.cta-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid #1d1d1f;
  background: #1d1d1f;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}

.btn.secondary {
  background: transparent;
  color: #1d1d1f;
}

.split-section {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  padding: 48px 0;
  align-items: center;
}

.split-section.reverse {
  flex-direction: row-reverse;
}

.split-text {
  flex: 1 1 340px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.split-text h2 {
  font-size: 30px;
  line-height: 1.3;
}

.split-media {
  flex: 1 1 340px;
  border-radius: 20px;
  overflow: hidden;
  min-height: 260px;
  background: #c7d2d9;
}

.highlight {
  background: #fff;
  border-radius: 28px;
  padding: 36px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.08);
}

.inline-tag {
  display: inline-block;
  padding: 4px 10px;
  background: #f0e8dd;
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 18px;
}

.card {
  flex: 1 1 220px;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-width: 220px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
}

.card-media {
  height: 150px;
  background: #e4dbd1;
}

.card-body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.testimonial {
  background: #1d1d1f;
  color: #fff;
  padding: 28px;
  border-radius: 20px;
  flex: 1 1 260px;
}

.testimonial small {
  color: #d9d9de;
}

.band {
  background: #1d1d1f;
  color: #fff;
  padding: 48px 0;
  position: relative;
}

.band::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.2;
  background-size: cover;
  background-position: center;
}

.band-vision::before {
  background-image: url("https://images.unsplash.com/photo-1489515217757-5fd1be406fef?w=1400&q=80");
}

.band-content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.pricing {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.price-card {
  flex: 1 1 240px;
  background: #fff;
  border-radius: 18px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.08);
}

.price-card strong {
  font-size: 20px;
}

.form-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: stretch;
  padding: 48px 0 60px;
}

.form-panel {
  flex: 1 1 360px;
  background: #fff;
  border-radius: 24px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.form-panel label {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.form-panel input,
.form-panel select,
.form-panel textarea {
  width: 100%;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid #cfc9c3;
  font-size: 14px;
}

.form-panel textarea {
  min-height: 120px;
  resize: vertical;
}

.form-status {
  font-size: 13px;
  color: #8a3a1f;
}

.form-media {
  flex: 1 1 320px;
  border-radius: 24px;
  overflow: hidden;
  min-height: 320px;
  background: #d6dbe0;
}

.sticky-cta {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 30;
}

.footer {
  padding: 40px 0 60px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 14px;
}

.disclaimer {
  font-size: 13px;
  color: #4a4a4f;
  max-width: 720px;
}

.cookie-banner {
  position: fixed;
  bottom: 24px;
  left: 24px;
  right: 24px;
  background: #fff;
  border-radius: 20px;
  padding: 18px;
  display: none;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.2);
  z-index: 40;
}

.cookie-actions {
  display: flex;
  gap: 12px;
  margin-top: 12px;
  flex-wrap: wrap;
}

.section-divider {
  border-top: 1px solid #dcd5cc;
}

@media (max-width: 860px) {
  .hero-text h1 {
    font-size: 34px;
  }

  .nav {
    flex-direction: column;
    align-items: flex-start;
  }

  .sticky-cta {
    right: 12px;
    bottom: 12px;
  }
}
