* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1c1b1a;
  background: #f6f4f1;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.container {
  width: min(1120px, 92%);
  margin: 0 auto;
}

.top-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
  gap: 16px;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.4px;
}

.nav-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.ad-label {
  font-size: 0.85rem;
  color: #7a5c36;
  border: 1px solid #d6c5ae;
  padding: 6px 10px;
  border-radius: 999px;
  background: #fff7ea;
}

.hero {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: center;
  padding: 36px 0 48px;
}

.hero-text {
  flex: 1 1 360px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.hero-media {
  flex: 1 1 420px;
}

.img-frame {
  background: #dfe4ea;
  border-radius: 24px;
  overflow: hidden;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 999px;
  background: #1d1c1a;
  color: #fff;
  font-weight: 600;
}

.btn.secondary {
  background: #f0e6d6;
  color: #1d1c1a;
  border: 1px solid #d7c1a0;
}

.section {
  padding: 46px 0;
}

.section.alt {
  background: #ffffff;
}

.section.split {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: center;
}

.section.split.reverse {
  flex-direction: row-reverse;
}

.section .text-block {
  flex: 1 1 380px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.section .media-block {
  flex: 1 1 360px;
}

.pill {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  background: #ece0ce;
  color: #5c4432;
  font-size: 0.85rem;
  width: fit-content;
}

.story-panel {
  display: flex;
  flex-direction: column;
  gap: 18px;
  background: #fff5e7;
  border-radius: 22px;
  padding: 26px;
}

.metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.metric-card {
  flex: 1 1 160px;
  background: #ffffff;
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.testimonials {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.testimonial {
  flex: 1 1 250px;
  background: #ffffff;
  border-radius: 18px;
  padding: 18px;
  border: 1px solid #eee3d6;
}

.pricing-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.price-card {
  flex: 1 1 260px;
  background: #ffffff;
  border-radius: 20px;
  padding: 22px;
  border: 1px solid #eadcc7;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.price {
  font-size: 1.6rem;
  font-weight: 700;
}

.form-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 28px;
  border: 1px solid #eadcc7;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form-wrap {
  margin-top: 24px;
}

.form-row {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

label {
  font-weight: 600;
}

input,
select,
textarea {
  padding: 12px;
  border-radius: 12px;
  border: 1px solid #d9cbb8;
  font-size: 1rem;
  font-family: inherit;
  background: #fffaf2;
}

.footer {
  padding: 40px 0 80px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 0.95rem;
}

.sticky-cta {
  position: fixed;
  right: 24px;
  bottom: 24px;
  background: #1d1c1a;
  color: #fff;
  padding: 12px 16px;
  border-radius: 999px;
  font-weight: 600;
  z-index: 50;
}

.cookie-banner {
  position: fixed;
  left: 24px;
  right: 24px;
  bottom: 24px;
  background: #ffffff;
  border: 1px solid #eadcc7;
  padding: 16px;
  border-radius: 16px;
  display: none;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 60;
}

.cookie-actions {
  display: flex;
  gap: 10px;
}

.cookie-actions button {
  border: none;
  padding: 10px 14px;
  border-radius: 999px;
  font-weight: 600;
  cursor: pointer;
}

.cookie-accept {
  background: #1d1c1a;
  color: #ffffff;
}

.cookie-reject {
  background: #efe3d0;
  color: #1d1c1a;
}

.notice {
  background: #fdf7ee;
  border-left: 4px solid #d1b089;
  padding: 16px;
  border-radius: 12px;
}

.page-hero {
  padding: 32px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.simple-section {
  padding: 24px 0 36px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.contact-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.contact-card {
  flex: 1 1 260px;
  background: #ffffff;
  border-radius: 18px;
  padding: 18px;
  border: 1px solid #eadcc7;
}

.references {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 0.92rem;
}

@media (max-width: 720px) {
  .sticky-cta {
    right: 16px;
    left: 16px;
    text-align: center;
  }

  .top-nav {
    flex-direction: column;
    align-items: flex-start;
  }
}
