* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1b1b1b;
  background: #f7f5f2;
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.top-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 6vw;
  background: #f7f5f2;
  position: relative;
  gap: 24px;
  flex-wrap: wrap;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.5px;
}

.nav-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.nav-links a {
  padding: 6px 10px;
  border-radius: 20px;
  background: #f0ebe3;
}

.nav-links a:hover {
  background: #e6dfd4;
}

.ad-label {
  font-size: 0.85rem;
  color: #5a5a5a;
  background: #efe7db;
  padding: 6px 10px;
  border-radius: 12px;
}

.section {
  padding: 72px 6vw;
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
}

.section.alt {
  background: #ffffff;
}

.section.dark {
  background: #1e2a32;
  color: #f7f5f2;
}

.section-title {
  font-size: 2rem;
  margin: 0;
}

.subtle {
  color: #6d6d6d;
}

.hero {
  display: flex;
  gap: 40px;
  align-items: stretch;
}

.hero-copy {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.hero-media {
  flex: 1;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: #d8d2c8;
  border-radius: 28px;
  overflow: hidden;
  min-height: 360px;
}

.hero-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background: rgba(247, 245, 242, 0.9);
  padding: 12px 16px;
  border-radius: 16px;
  font-weight: 600;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn {
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid #1b1b1b;
  background: #1b1b1b;
  color: #f7f5f2;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn.light {
  background: transparent;
  color: #1b1b1b;
}

.btn:hover {
  opacity: 0.88;
}

.split {
  display: flex;
  gap: 32px;
  align-items: center;
}

.split.reverse {
  flex-direction: row-reverse;
}

.image-frame {
  flex: 1;
  background: #d8d2c8;
  border-radius: 24px;
  overflow: hidden;
  min-height: 240px;
}

.offset-card {
  background: #ffffff;
  padding: 24px;
  border-radius: 20px;
  box-shadow: 0 24px 40px rgba(20, 20, 20, 0.12);
  max-width: 520px;
}

.steps {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.step {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.step-number {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #1b1b1b;
  color: #f7f5f2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  flex-shrink: 0;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.card {
  flex: 1 1 220px;
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-width: 220px;
}

.card-body {
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.price {
  font-weight: 700;
  font-size: 1.1rem;
}

.inline-link {
  text-decoration: underline;
}

.testimonial {
  background: rgba(255, 255, 255, 0.08);
  padding: 18px;
  border-radius: 16px;
}

.form-wrap {
  background: #ffffff;
  padding: 28px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-width: 640px;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.form-field input,
.form-field select,
.form-field textarea {
  padding: 12px;
  border-radius: 10px;
  border: 1px solid #d4d4d4;
  font-size: 1rem;
}

.form-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.footer {
  padding: 32px 6vw 48px;
  background: #efe7db;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: auto;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 0.95rem;
}

.footer small {
  color: #5a5a5a;
}

.sticky-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  background: #1b1b1b;
  color: #f7f5f2;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 600;
  z-index: 999;
}

.cookie-banner {
  position: fixed;
  bottom: 16px;
  left: 16px;
  max-width: 420px;
  background: #ffffff;
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  display: none;
  flex-direction: column;
  gap: 12px;
  z-index: 1000;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.badge {
  padding: 6px 10px;
  border-radius: 999px;
  background: #efe7db;
  font-size: 0.85rem;
}

.contact-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.contact-card {
  background: #ffffff;
  padding: 18px;
  border-radius: 16px;
  flex: 1 1 220px;
}

@media (max-width: 900px) {
  .hero,
  .split {
    flex-direction: column;
  }

  .top-nav {
    flex-direction: column;
    align-items: flex-start;
  }
}
