* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1c1c1c;
  background: #f6f3ef;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 6vw;
  background: #f6f3ef;
}

.nav-left {
  display: flex;
  align-items: center;
  gap: 18px;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.6px;
}

.ad-label {
  padding: 6px 10px;
  border-radius: 999px;
  background: #efe4d6;
  font-size: 12px;
}

.nav-links {
  display: flex;
  gap: 16px;
  font-size: 14px;
}

.cta-btn,
.ghost-btn {
  border: none;
  padding: 12px 20px;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
}

.cta-btn {
  background: #3d5a40;
  color: #fff;
}

.ghost-btn {
  background: #fff;
  color: #3d5a40;
  border: 1px solid #3d5a40;
}

.hero {
  display: flex;
  flex-direction: column;
  padding: 40px 6vw 80px;
  background: #f6f3ef;
}

.hero-shell {
  display: flex;
  gap: 36px;
  align-items: stretch;
}

.hero-text {
  flex: 1;
  padding: 48px 32px;
  background: #fff;
  border-radius: 28px;
  position: relative;
  transform: translateY(12px);
}

.hero-text h1 {
  margin-top: 0;
  font-size: 42px;
  line-height: 1.1;
}

.hero-visual {
  flex: 1;
  background-color: #d9d3c7;
  border-radius: 32px;
  overflow: hidden;
  min-height: 360px;
}

.hero-visual img {
  width: 100%;
  height: 100%;
}

.section {
  padding: 70px 6vw;
}

.section.with-bg {
  position: relative;
  overflow: hidden;
}

.section-bg {
  position: absolute;
  inset: 0;
  opacity: 0.16;
}

.section-bg img {
  width: 100%;
  height: 100%;
}

.section-content {
  position: relative;
  z-index: 1;
}

.section.asym {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.section.asym.reverse {
  flex-direction: row-reverse;
}

.section-card {
  flex: 1.1;
  background: #fff;
  border-radius: 26px;
  padding: 32px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.section-offset {
  flex: 0.9;
  transform: translateY(30px);
}

.img-frame {
  background-color: #d8d2c8;
  border-radius: 24px;
  overflow: hidden;
  height: 320px;
}

.highlight {
  background: #efe4d6;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  display: inline-block;
  margin-bottom: 12px;
}

.story-grid {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.floating-note {
  align-self: flex-end;
  background: #3d5a40;
  color: #fff;
  padding: 16px 22px;
  border-radius: 18px;
  max-width: 260px;
  transform: translateY(-18px);
}

.trust-strip {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.trust-item {
  flex: 1;
  min-width: 160px;
  background: #fff;
  border-radius: 20px;
  padding: 18px;
}

.testimonials {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 22px;
}

.testimonial {
  background: #fff;
  border-radius: 18px;
  padding: 18px;
}

.pricing-wrap {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.service-card {
  display: flex;
  gap: 20px;
  align-items: center;
  background: #fff;
  border-radius: 22px;
  padding: 18px;
}

.service-thumb {
  width: 120px;
  height: 100px;
  border-radius: 18px;
  background-color: #d9d3c7;
  overflow: hidden;
}

.price {
  font-weight: 700;
  color: #3d5a40;
}

.inline-cta {
  text-decoration: underline;
  font-weight: 600;
}

.form-section {
  background: #fff;
  border-radius: 30px;
  padding: 40px;
  display: flex;
  gap: 32px;
}

.form-box {
  flex: 1;
}

.form-box form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

label {
  font-size: 14px;
  font-weight: 600;
}

input,
select,
textarea {
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid #d8d2c8;
  font-size: 14px;
}

.sticky-cta {
  flex: 0.9;
  position: sticky;
  top: 20px;
  align-self: flex-start;
  background: #3d5a40;
  color: #fff;
  border-radius: 26px;
  padding: 24px;
}

.footer {
  margin-top: auto;
  padding: 50px 6vw;
  background: #1f2a22;
  color: #f6f3ef;
}

.footer-columns {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.footer-columns div {
  min-width: 180px;
}

.footer small {
  display: block;
  margin-top: 22px;
  opacity: 0.8;
}

.legal-links {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.cookie-banner {
  position: fixed;
  left: 24px;
  right: 24px;
  bottom: 24px;
  background: #fff;
  color: #1c1c1c;
  border-radius: 18px;
  padding: 18px;
  display: none;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
  z-index: 10;
}

.cookie-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.page-header {
  padding: 40px 6vw 20px;
}

.page-content {
  padding: 0 6vw 60px;
  display: flex;
  gap: 30px;
}

.page-content .section-card {
  flex: 1;
}

.simple-aside {
  flex: 0.6;
  background: #efe4d6;
  border-radius: 20px;
  padding: 24px;
}

.svg-icon {
  width: 64px;
  height: 64px;
}

@media (max-width: 960px) {
  .hero-shell,
  .section.asym,
  .section.asym.reverse,
  .form-section,
  .page-content {
    flex-direction: column;
  }

  .section-offset {
    transform: none;
  }

  .sticky-cta {
    position: static;
  }
}
