* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  color: #1b1b1b;
  background: #f8f6f2;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
  object-fit: cover;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.container {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px;
}

.topbar {
  background: #fff7e7;
  border-bottom: 1px solid #eadbc3;
}

.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 24px;
  gap: 16px;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.4px;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 0.95rem;
}

.ad-label {
  background: #f3d8b2;
  color: #4e2e10;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 0.85rem;
}

.hero {
  position: relative;
  color: #fff;
  background: #4d3a2b;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("https://images.unsplash.com/photo-1637728226029-e590a9a16c4b?w=1400&q=80");
  background-size: cover;
  background-position: center;
  opacity: 0.6;
}

.hero-content {
  position: relative;
  padding: 100px 0 80px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.hero h1 {
  font-size: 2.8rem;
  line-height: 1.2;
  margin: 0;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  font-weight: 600;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn:focus {
  outline: 2px solid #2d2a26;
  outline-offset: 2px;
}

.btn-primary {
  background: #f7b267;
  color: #3c2710;
}

.btn-secondary {
  background: #ffffff;
  color: #2d2a26;
}

.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.section {
  padding: 72px 0;
}

.section-title {
  font-size: 2rem;
  margin-bottom: 16px;
}

.split {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: center;
}

.split > div {
  flex: 1 1 280px;
}

.card-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.card {
  flex: 1 1 240px;
  background: #ffffff;
  padding: 20px;
  border-radius: 16px;
  border: 1px solid #efe2cf;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.card img {
  border-radius: 12px;
  height: 180px;
  width: 100%;
}

.muted {
  color: #5e5a54;
}

.highlight {
  background: #fff1dd;
}

.layered {
  position: relative;
  background: #fef9f1;
}

.layered::after {
  content: "";
  position: absolute;
  inset: 20px;
  border: 1px dashed #e1c9a3;
  pointer-events: none;
}

.story-block {
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 720px;
}

.story-block img {
  width: 100%;
  height: 320px;
  border-radius: 18px;
}

.cta-inline {
  font-weight: 600;
  text-decoration: underline;
}

.trust-band {
  background-image: url("https://images.unsplash.com/photo-1714618888538-8d15a9228236?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #fff;
}

.insight-band {
  background-image: url("https://images.unsplash.com/photo-1637728225397-d72d1b938506?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #1f1b16;
}

.trust-band .container {
  backdrop-filter: blur(2px);
  background: rgba(26, 22, 18, 0.65);
  padding: 32px;
  border-radius: 20px;
}

.testimonial {
  border-left: 4px solid #f7b267;
  padding-left: 16px;
  font-style: italic;
}

.pricing {
  background: #f5efe6;
}

.price {
  font-size: 1.4rem;
  font-weight: 700;
  color: #4c3518;
}

.form-wrap {
  background: #ffffff;
  border-radius: 18px;
  padding: 28px;
  border: 1px solid #eadbc3;
}

form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

label {
  font-weight: 600;
}

input,
select,
textarea {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #d8c6ae;
  font-size: 1rem;
  background: #fffdf9;
}

.footer {
  margin-top: auto;
  background: #1f1b16;
  color: #f4efe7;
  padding: 32px 0 40px;
}

.footer a {
  color: #f7b267;
}

.footer-cols {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.footer-col {
  flex: 1 1 200px;
}

.sticky-cta {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 20;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 16px;
  background: #ffffff;
  border: 1px solid #e5d6bf;
  border-radius: 14px;
  padding: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  z-index: 30;
}

.cookie-actions {
  display: flex;
  gap: 10px;
}

.banner-hidden {
  display: none;
}

.section-image {
  background: #e8d8c2;
  border-radius: 18px;
  overflow: hidden;
}

.image-frame {
  background: #eadbc3;
  border-radius: 14px;
  padding: 8px;
}

.section-image img {
  width: 100%;
  height: 360px;
}

.services-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.service-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  border-bottom: 1px solid #e3d3bd;
  padding-bottom: 12px;
}

.service-row:last-child {
  border-bottom: none;
}

.service-row img {
  width: 160px;
  height: 120px;
  border-radius: 14px;
}

.quiet-note {
  font-size: 0.9rem;
  color: #6a645d;
}

.page-header {
  background: #fff1dd;
  padding: 48px 0;
}

.page-header h1 {
  margin: 0;
  font-size: 2.2rem;
}

.simple-section {
  padding: 40px 0;
}

.legal-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.contact-block {
  background: #ffffff;
  border-radius: 16px;
  padding: 24px;
  border: 1px solid #eadbc3;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.thanks-card {
  background: #fff;
  padding: 32px;
  border-radius: 18px;
  border: 1px solid #eadbc3;
  max-width: 720px;
}

@media (max-width: 720px) {
  .hero-content {
    padding: 72px 0 64px;
  }

  .hero h1 {
    font-size: 2.2rem;
  }

  .sticky-cta {
    right: 16px;
    bottom: 16px;
  }
}
