* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: #1d1c1a;
  background: #f6f3ef;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.page {
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.nav {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px 10%;
  background: #f0ece6;
  border-bottom: 1px solid #d7d1c8;
}

.nav-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.brand {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.4px;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  font-size: 15px;
}

.ad-label {
  font-size: 13px;
  color: #5a5248;
  background: #efe5d8;
  padding: 6px 10px;
  border-radius: 16px;
  align-self: flex-start;
}

.hero {
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding: 0 10%;
}

.hero-top {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.hero h1 {
  font-size: 44px;
  line-height: 1.15;
  max-width: 720px;
}

.hero p {
  max-width: 620px;
  font-size: 18px;
}

.hero-media {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.hero-media .image-frame {
  flex: 1 1 320px;
  border-radius: 24px;
  overflow: hidden;
  background: #e3d7c7;
}

.button,
.ghost-button,
button {
  font-size: 15px;
  padding: 12px 20px;
  border-radius: 24px;
  border: none;
  cursor: pointer;
  background: #1d1c1a;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.ghost-button {
  background: transparent;
  border: 1px solid #1d1c1a;
  color: #1d1c1a;
}

.section {
  padding: 0 10%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.section-title {
  font-size: 28px;
  line-height: 1.2;
}

.split {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}

.split > div {
  flex: 1 1 320px;
}

.image-frame {
  border-radius: 20px;
  overflow: hidden;
  background: #e9dfd2;
}

.highlight {
  background: #f0e6d8;
  padding: 32px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.timeline {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.timeline-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.timeline-item span {
  font-weight: 700;
}

.testimonials {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.testimonial {
  flex: 1 1 240px;
  background: #ffffff;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pricing {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.pricing-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: #ffffff;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.05);
}

.pricing-card strong {
  font-size: 18px;
}

.form-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: #f8f4ee;
  border-radius: 28px;
  padding: 32px;
}

form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

label {
  font-size: 14px;
  color: #3c352c;
}

select,
input,
textarea {
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid #cfc7bc;
  font-size: 15px;
  background: #fff;
}

.footer {
  background: #1d1c1a;
  color: #f7f2ec;
  padding: 40px 10%;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 14px;
}

.footer small {
  color: #d3c9bc;
}

.sticky-cta {
  position: fixed;
  bottom: 18px;
  right: 18px;
  background: #1d1c1a;
  color: #fff;
  padding: 12px 18px;
  border-radius: 28px;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  z-index: 20;
}

.cookie-banner {
  position: fixed;
  left: 24px;
  bottom: 24px;
  background: #ffffff;
  color: #1d1c1a;
  padding: 18px;
  border-radius: 18px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
  max-width: 320px;
  display: none;
  flex-direction: column;
  gap: 12px;
  z-index: 30;
}

.cookie-actions {
  display: flex;
  gap: 10px;
}

.light-section {
  background: #ffffff;
  padding: 32px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bg-section {
  position: relative;
  padding: 64px 10%;
  border-radius: 28px;
  overflow: hidden;
  background: #e4d8c8;
  display: flex;
  align-items: flex-end;
}

.bg-section .bg-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.35;
}

.bg-section .bg-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 520px;
  background: rgba(255, 255, 255, 0.75);
  padding: 24px;
  border-radius: 20px;
}

.inline-link {
  text-decoration: underline;
}

.simple-page {
  padding: 32px 10% 80px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.info-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.centered {
  align-items: center;
  text-align: center;
}

.muted {
  color: #5e564b;
}

.references {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 13px;
}

@media (max-width: 840px) {
  .hero h1 {
    font-size: 34px;
  }

  .nav {
    padding: 20px 6%;
  }

  .section,
  .hero {
    padding: 0 6%;
  }

  .footer {
    padding: 32px 6%;
  }
}
