* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #1d1c1a;
  background-color: #f7f3ef;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  object-fit: cover;
}

.site-header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px 6vw 16px;
}

.top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  font-size: 0.9rem;
}

.brand {
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: lowercase;
}

.ad-label {
  background-color: #1d1c1a;
  color: #f7f3ef;
  padding: 6px 12px;
  border-radius: 16px;
  font-size: 0.8rem;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
}

.nav-group {
  display: flex;
  gap: 18px;
}

.hero {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 0 6vw 48px;
}

.visual-hero {
  position: relative;
  min-height: 70vh;
  justify-content: flex-end;
  background-color: #26211f;
}

.hero-media {
  position: absolute;
  inset: 0;
  background-image: url("https://images.unsplash.com/photo-1682130301125-5b63bbf93241?w=1400&q=80");
  background-color: #2a2522;
  background-size: cover;
  background-position: center;
  opacity: 0.75;
}

.hero-content {
  position: relative;
  max-width: 760px;
  color: #f7f3ef;
  padding: 64px 6vw 72px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.75rem;
}

h1,
h2,
h3,
h4 {
  font-weight: 600;
}

h1 {
  font-size: 2.4rem;
}

h2 {
  font-size: 1.8rem;
}

h3 {
  font-size: 1.2rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 0.95rem;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.btn:focus-visible {
  outline: 3px solid #5e5a54;
  outline-offset: 2px;
}

.btn.primary {
  background-color: #f4b15a;
  color: #1d1c1a;
}

.btn.secondary {
  background-color: #1d1c1a;
  color: #f7f3ef;
}

.btn.ghost {
  background-color: transparent;
  color: #f7f3ef;
  border-color: #f7f3ef;
}

.story-line,
.contrast-block,
.insight-panel,
.trust-section,
.benefits-section,
.pricing-section,
.cta-strip,
.form-section,
.faq-section,
.testimonials-section {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  padding: 64px 6vw;
}

.story-line {
  align-items: center;
  background-color: #fdf7f1;
}

.story-text,
.contrast-text,
.trust-copy,
.benefits-content,
.pricing-intro,
.form-intro,
.faq-heading,
.testimonials-heading {
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.story-image,
.contrast-image,
.insight-media,
.trust-image,
.benefits-image {
  flex: 1 1 320px;
}

.img-frame {
  background-color: #d9c7b5;
  border-radius: 24px;
  overflow: hidden;
}

.contrast-block {
  background-color: #f0e7dc;
  align-items: flex-start;
}

.insight-panel {
  align-items: center;
  background-color: #1d1c1a;
  color: #f7f3ef;
}

.insight-card {
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.trust-section {
  align-items: center;
  background-color: #fbf5ef;
}

.trust-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.trust-item {
  padding: 12px 16px;
  background-color: #f0e7dc;
  border-radius: 16px;
}

.testimonials-section {
  flex-direction: column;
  background-color: #fff;
}

.testimonial-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.testimonial-card {
  flex: 1 1 240px;
  background-color: #f7f3ef;
  padding: 20px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.benefits-section {
  align-items: center;
  background-color: #f0e7dc;
}

.benefits-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
}

.pricing-section {
  flex-direction: column;
  background-color: #fdf7f1;
}

.pricing-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.price-card {
  flex: 1 1 260px;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
}

.card-image {
  border-radius: 16px;
  background-color: #d9c7b5;
}

.price {
  font-size: 1.4rem;
  font-weight: 600;
}

.cta-strip {
  align-items: center;
  justify-content: space-between;
  background-color: #1d1c1a;
  color: #f7f3ef;
}

.form-section {
  flex-direction: column;
  background-color: #f7f3ef;
}

.lead-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 640px;
}

input,
select,
textarea {
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid #c8b8a7;
  font-size: 1rem;
  background-color: #fff;
}

.faq-section {
  flex-direction: column;
  background-color: #f0e7dc;
}

.faq-items {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.faq-item {
  flex: 1 1 240px;
  background-color: #fdf7f1;
  padding: 18px;
  border-radius: 16px;
}

.site-footer {
  padding: 48px 6vw 64px;
  background-color: #1d1c1a;
  color: #f7f3ef;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.footer-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

.footer-grid a {
  display: block;
  margin-top: 6px;
}

.disclaimer {
  font-size: 0.85rem;
  max-width: 760px;
}

.sticky-cta {
  position: fixed;
  bottom: 24px;
  right: 24px;
  background-color: #f4b15a;
  color: #1d1c1a;
  padding: 12px 20px;
  border-radius: 999px;
  font-weight: 600;
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #1d1c1a;
  color: #f7f3ef;
  padding: 16px 6vw;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.cookie-actions {
  display: flex;
  gap: 12px;
}

.page-hero {
  padding: 40px 6vw 24px;
  background-color: #fdf7f1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.page-section {
  padding: 40px 6vw;
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}

.page-section.alt {
  background-color: #f0e7dc;
}

.two-column {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.column {
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.service-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.service-card {
  flex: 1 1 240px;
  background-color: #fff;
  border-radius: 18px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.contact-panel {
  background-color: #fff;
  padding: 20px;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.legal-content {
  max-width: 860px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media (max-width: 760px) {
  .hero-content {
    padding: 48px 6vw;
  }

  .sticky-cta {
    left: 24px;
    right: 24px;
    text-align: center;
  }
}
