* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #1d1d1b;
  background: #f6f2ee;
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

.page {
  overflow-x: hidden;
}

.top-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 6vw;
  background: #f6f2ee;
  position: relative;
}

.nav-left {
  display: flex;
  gap: 20px;
  align-items: center;
}

.brand {
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.4px;
}

.ad-label {
  font-size: 0.85rem;
  color: #6a4f3a;
  padding: 6px 10px;
  border: 1px solid #d2c3b5;
  border-radius: 999px;
  background: #f1e7dd;
}

.nav-links {
  display: flex;
  gap: 18px;
  font-size: 0.95rem;
}

.nav-links a {
  padding: 6px 0;
  border-bottom: 2px solid transparent;
}

.nav-links a:focus,
.nav-links a:hover {
  border-bottom-color: #6a4f3a;
}

.hero {
  display: flex;
  align-items: stretch;
  padding: 0 6vw 60px;
  gap: 40px;
}

.hero-text {
  flex: 1;
  padding: 60px 0 20px;
}

.hero-text h1 {
  font-size: 2.7rem;
  line-height: 1.1;
  margin-bottom: 20px;
}

.hero-text p {
  max-width: 520px;
  font-size: 1.05rem;
}

.hero-cta {
  margin-top: 28px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.button {
  padding: 12px 22px;
  border-radius: 999px;
  border: 1px solid #1d1d1b;
  background: #1d1d1b;
  color: #fff;
  font-size: 0.95rem;
  cursor: pointer;
}

.button.secondary {
  background: transparent;
  color: #1d1d1b;
}

.hero-image {
  flex: 1;
  background: #e4ddd4;
  border-radius: 28px;
  overflow: hidden;
  position: relative;
  min-height: 420px;
}

.hero-image img {
  width: 100%;
  height: 100%;
}

.floating-cta {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 20;
  background: #6a4f3a;
  color: #fff;
  border: none;
  padding: 14px 18px;
  border-radius: 14px;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.section {
  padding: 70px 6vw;
}

.section.offset {
  display: flex;
  gap: 40px;
  align-items: center;
}

.section.offset.reverse {
  flex-direction: row-reverse;
}

.section h2 {
  font-size: 2rem;
  margin-bottom: 12px;
}

.section p {
  max-width: 640px;
}

.accent-panel {
  flex: 1;
  background: #efe6dc;
  padding: 28px;
  border-radius: 24px;
}

.accent-panel img {
  border-radius: 18px;
}

.story-panel {
  flex: 1;
}

.highlight {
  background: #fff6ef;
  border-left: 5px solid #6a4f3a;
  padding: 18px 20px;
  margin-top: 18px;
  border-radius: 12px;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.trust-card {
  flex: 1;
  min-width: 220px;
  background: #fff;
  border-radius: 18px;
  padding: 20px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.trust-card img {
  border-radius: 14px;
  margin-bottom: 14px;
}

.pricing-wrap {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.price-card {
  flex: 1;
  min-width: 240px;
  background: #fff;
  border-radius: 22px;
  padding: 22px;
  border: 1px solid #e4ddd4;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.price-card img {
  border-radius: 18px;
}

.price {
  font-size: 1.4rem;
  font-weight: 700;
}

.inline-cta {
  color: #6a4f3a;
  text-decoration: underline;
}

.form-section {
  background: #f1e7dd;
  border-radius: 28px;
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.form-section form {
  flex: 1;
  min-width: 260px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

label {
  font-weight: 600;
  font-size: 0.95rem;
}

input,
select,
textarea {
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid #d2c3b5;
  font-size: 0.95rem;
  font-family: inherit;
  background: #fff;
}

.form-side {
  flex: 1;
  min-width: 240px;
}

.footer {
  padding: 40px 6vw 60px;
  background: #1d1d1b;
  color: #f6f2ee;
}

.footer a {
  color: #f6f2ee;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 20px;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  background: #fff;
  border-radius: 18px;
  padding: 18px;
  max-width: 320px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.14);
  z-index: 30;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.cookie-actions button {
  flex: 1;
  border: none;
  border-radius: 999px;
  padding: 8px 10px;
  cursor: pointer;
}

.cookie-actions .accept {
  background: #6a4f3a;
  color: #fff;
}

.cookie-actions .reject {
  background: #e4ddd4;
}

.simple-hero {
  padding: 70px 6vw 30px;
  display: flex;
  gap: 30px;
  align-items: center;
}

.simple-hero .hero-image {
  min-height: 280px;
}

.content-blocks {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.contact-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.contact-card {
  flex: 1;
  min-width: 240px;
  background: #fff;
  border-radius: 18px;
  padding: 22px;
}

.legal-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bg-sand {
  background: #e4ddd4;
}

.bg-cream {
  background: #efe6dc;
}

.bg-linen {
  background: #ede3d9;
}

.bg-blush {
  background: #f3e9df;
}

@media (max-width: 900px) {
  .hero,
  .section.offset {
    flex-direction: column;
  }

  .nav-links {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}
