* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
  color: #1f1f1f;
  background-color: #f9f5f1;
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

.page {
  width: 100%;
  overflow-x: hidden;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 6%;
  background-color: #f2ebe3;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.nav {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  align-items: center;
  font-size: 0.95rem;
}

.ad-label {
  background-color: #2f2b25;
  color: #f9f5f1;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 0.75rem;
}

.hero {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  padding: 60px 6% 40px;
  position: relative;
}

.hero-text {
  flex: 1 1 320px;
  max-width: 520px;
}

.hero-text h1 {
  font-size: 2.6rem;
  margin: 0 0 16px;
}

.hero-text p {
  font-size: 1.05rem;
  margin-bottom: 20px;
}

.hero-media {
  flex: 1 1 320px;
  min-height: 360px;
  background-color: #d7c9b8;
  border-radius: 24px;
  background-image: url("https://images.unsplash.com/photo-1504674900247-0877df9cc836?w=1400&q=80");
  background-size: cover;
  background-position: center;
  position: relative;
  transform: translateY(20px);
}

.hero-media .badge {
  position: absolute;
  bottom: -18px;
  right: 18px;
  background-color: #f9f5f1;
  padding: 12px 16px;
  border-radius: 14px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
}

.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 999px;
  background-color: #ffb26b;
  font-weight: 600;
  gap: 8px;
}

.ghost-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-bottom: 2px solid #ffb26b;
  padding-bottom: 2px;
  font-weight: 600;
}

.section {
  padding: 48px 6%;
  position: relative;
}

.section.alt {
  background-color: #fff;
}

.section.deep {
  background-color: #efe3d5;
}

.offset-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  align-items: stretch;
}

.offset-card {
  flex: 1 1 240px;
  background-color: #fff;
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.08);
  position: relative;
}

.offset-card.shift {
  transform: translateY(18px);
}

.offset-card img {
  width: 100%;
  height: 180px;
  border-radius: 12px;
  background-color: #e2d8cc;
}

.split-row {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: center;
}

.split-row .text-block {
  flex: 1 1 320px;
}

.split-row .image-block {
  flex: 1 1 300px;
  background-color: #e5dacd;
  border-radius: 18px;
  overflow: hidden;
}

.image-block img {
  width: 100%;
  height: 320px;
}

.floating-panel {
  background-color: #2f2b25;
  color: #fff;
  padding: 24px;
  border-radius: 18px;
  flex: 1 1 240px;
  position: relative;
  top: -28px;
}

.floating-panel a {
  color: #fff;
}

.testimonial {
  background-color: #fff;
  padding: 18px 20px;
  border-radius: 16px;
  margin-bottom: 14px;
}

.pricing {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.price-card {
  flex: 1 1 220px;
  background-color: #fff;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.price-card img {
  width: 100%;
  height: 150px;
  border-radius: 12px;
  background-color: #e2d8cc;
}

.spacer {
  height: 18px;
}

.price {
  font-size: 1.2rem;
  font-weight: 700;
  margin-top: 10px;
}

.sticky-cta {
  position: sticky;
  top: 18px;
  align-self: flex-start;
  background-color: #ffb26b;
  padding: 18px;
  border-radius: 16px;
  max-width: 240px;
  font-weight: 600;
}

.form-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  align-items: flex-start;
}

.form-box {
  flex: 1 1 320px;
  background-color: #fff;
  padding: 24px;
  border-radius: 18px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}

.form-box label {
  display: block;
  font-weight: 600;
  margin: 12px 0 6px;
}

.form-box input,
.form-box select,
.form-box textarea {
  width: 100%;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #d9d0c6;
  background-color: #fbf8f4;
  font-size: 1rem;
}

.form-box button {
  margin-top: 16px;
  padding: 12px 16px;
  border: none;
  border-radius: 999px;
  background-color: #2f2b25;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}

.footer {
  padding: 32px 6% 50px;
  background-color: #1f1f1f;
  color: #f7f4ef;
}

.footer .links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 12px 0 20px;
}

.legal-note {
  font-size: 0.9rem;
  opacity: 0.85;
  max-width: 720px;
}

.cookie-banner {
  position: fixed;
  bottom: 18px;
  right: 18px;
  left: 18px;
  background-color: #fff;
  padding: 16px;
  border-radius: 14px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
  display: none;
  z-index: 50;
}

.cookie-actions {
  display: flex;
  gap: 12px;
  margin-top: 12px;
  flex-wrap: wrap;
}

.cookie-actions button {
  border: none;
  border-radius: 999px;
  padding: 10px 16px;
  cursor: pointer;
  background-color: #2f2b25;
  color: #fff;
  font-weight: 600;
}

.cookie-actions .secondary {
  background-color: #d7c9b8;
  color: #1f1f1f;
}

.page-hero {
  padding: 56px 6% 30px;
  background-color: #efe3d5;
}

.page-hero h1 {
  margin-top: 0;
}

.simple-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 860px;
}

.note-box {
  padding: 18px;
  background-color: #fff;
  border-radius: 14px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}

.contact-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.contact-card {
  flex: 1 1 260px;
  background-color: #fff;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.service-table {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.service-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  background-color: #fff;
  padding: 16px;
  border-radius: 14px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}

.service-row img {
  width: 140px;
  height: 100px;
  border-radius: 12px;
  background-color: #e2d8cc;
}

.thanks-box {
  background-color: #fff;
  padding: 26px;
  border-radius: 18px;
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.1);
  max-width: 720px;
}

@media (max-width: 760px) {
  .hero-text h1 {
    font-size: 2.1rem;
  }

  .hero-media {
    transform: none;
  }

  .floating-panel {
    top: 0;
  }

  .sticky-cta {
    position: static;
    max-width: none;
  }
}
