* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Segoe UI", Arial, sans-serif;
  color: #1f2328;
  background: #f7f4ef;
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

.wrap {
  width: min(1120px, 92%);
  margin: 0 auto;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 0;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 14px;
}

.nav-links a {
  padding: 6px 10px;
  border-radius: 20px;
  background: #e8e1d7;
}

.brand {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.brand h1,
.brand h2 {
  font-size: 22px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ad-label {
  font-size: 12px;
  color: #4f575e;
  max-width: 220px;
}

.hero {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: stretch;
  padding: 36px 0 64px;
}

.hero-copy {
  flex: 1 1 320px;
  background: #ffffff;
  padding: 28px;
  border-radius: 28px;
  position: relative;
  z-index: 2;
  box-shadow: 0 16px 40px rgba(31, 35, 40, 0.08);
}

.hero-copy h1 {
  font-size: 38px;
  line-height: 1.2;
  margin-bottom: 18px;
}

.hero-copy p {
  font-size: 17px;
  margin-bottom: 18px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn {
  border: none;
  padding: 12px 18px;
  border-radius: 24px;
  background: #2f6b4f;
  color: #fff;
  cursor: pointer;
  font-size: 15px;
}

.btn.secondary {
  background: #c8b59d;
  color: #1f2328;
}

.hero-media {
  flex: 1 1 360px;
  min-height: 360px;
  border-radius: 32px;
  background-color: #c9d2d0;
  background-size: cover;
  background-position: center;
  position: relative;
  margin-top: 34px;
}

.hero-badge {
  position: absolute;
  bottom: -18px;
  left: 24px;
  background: #ffffff;
  padding: 12px 18px;
  border-radius: 18px;
  box-shadow: 0 10px 24px rgba(31, 35, 40, 0.12);
  font-size: 14px;
}

.asym-section {
  padding: 56px 0;
}

.asym-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
}

.asym-grid.reverse {
  flex-direction: row-reverse;
}

.asym-text {
  flex: 1 1 320px;
}

.asym-text h2 {
  font-size: 28px;
  margin-bottom: 16px;
}

.asym-text p {
  margin-bottom: 14px;
}

.asym-media {
  flex: 1 1 320px;
  background: #d6d2cb;
  border-radius: 26px;
  overflow: hidden;
}

.asym-media img {
  width: 100%;
  height: 100%;
}

.cards-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.card {
  flex: 1 1 240px;
  background: #ffffff;
  border-radius: 22px;
  padding: 18px;
  box-shadow: 0 12px 24px rgba(31, 35, 40, 0.08);
  position: relative;
}

.card img {
  width: 100%;
  height: 180px;
  border-radius: 16px;
  background-color: #cfd6d2;
  margin-bottom: 12px;
}

.offset {
  transform: translateY(-18px);
}

.story-strip {
  background: #1f2328;
  background-size: cover;
  background-position: center;
  color: #ffffff;
  padding: 56px 0;
}

.story-strip .asym-text h2 {
  color: #ffffff;
}

.story-strip .asym-media {
  background: #4a4f55;
}

.inline-cta {
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 2px solid #2f6b4f;
}

.trust-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 16px 0;
}

.testimonial {
  font-style: italic;
  background: #f0ebe3;
  padding: 14px 18px;
  border-radius: 16px;
}

.pricing {
  background: #ffffff;
  border-radius: 32px;
  padding: 36px;
  box-shadow: 0 16px 40px rgba(31, 35, 40, 0.08);
}

.price-tag {
  font-weight: 700;
  color: #2f6b4f;
}

.form-wrap {
  background: #ffffff;
  border-radius: 28px;
  padding: 28px;
  box-shadow: 0 16px 40px rgba(31, 35, 40, 0.08);
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 16px;
}

.form-field input,
.form-field select,
.form-field textarea {
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid #d5d2cc;
  font-size: 15px;
}

.form-note {
  font-size: 13px;
  color: #4f575e;
}

.cta-block {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  background: #2f6b4f;
  color: #ffffff;
  padding: 26px;
  border-radius: 26px;
}

.cta-block .btn {
  background: #ffffff;
  color: #2f6b4f;
}

.footer {
  padding: 40px 0 70px;
  font-size: 14px;
  color: #4f575e;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 14px;
}

.disclaimer {
  background: #f0ebe3;
  padding: 14px 18px;
  border-radius: 16px;
  margin-top: 16px;
}

.sticky-cta {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 10;
  border-radius: 24px;
  padding: 12px 16px;
  background: #c8b59d;
  color: #1f2328;
  border: none;
  cursor: pointer;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 20;
  background: #ffffff;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 10px 30px rgba(31, 35, 40, 0.12);
  display: none;
  max-width: 320px;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.cookie-actions button {
  border: none;
  padding: 8px 12px;
  border-radius: 14px;
  cursor: pointer;
}

.cookie-accept {
  background: #2f6b4f;
  color: #ffffff;
}

.cookie-reject {
  background: #e8e1d7;
  color: #1f2328;
}

.page-legal .hero,
.page-contact .hero,
.page-about .hero,
.page-services .hero {
  padding-bottom: 32px;
}

.simple-hero {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  padding: 28px;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 16px 40px rgba(31, 35, 40, 0.08);
}

.simple-hero .asym-media {
  min-height: 240px;
}

.service-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.service-item {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  background: #ffffff;
  border-radius: 24px;
  padding: 18px;
  align-items: center;
  box-shadow: 0 12px 24px rgba(31, 35, 40, 0.08);
}

.service-item img {
  width: 220px;
  height: 160px;
  border-radius: 18px;
  background-color: #d9d3c8;
}

.contact-panel {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: #ffffff;
  border-radius: 24px;
  padding: 20px;
  box-shadow: 0 12px 24px rgba(31, 35, 40, 0.08);
}

.legal-section {
  background: #ffffff;
  border-radius: 24px;
  padding: 22px;
  box-shadow: 0 12px 24px rgba(31, 35, 40, 0.08);
  margin-bottom: 24px;
}

.legal-section h2 {
  font-size: 22px;
  margin-bottom: 10px;
}

.page-home .hero-media {
  background-image: url("https://images.pexels.com/photos/6651157/pexels-photo-6651157.jpeg");
}

.page-home .story-strip {
  background-image: linear-gradient(rgba(31, 35, 40, 0.8), rgba(31, 35, 40, 0.8)),
    url("https://images.pexels.com/photos/7705334/pexels-photo-7705334.jpeg");
}

.page-home .pricing {
  background-image: linear-gradient(rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.94)),
    url("https://images.pexels.com/photos/32938975/pexels-photo-32938975.jpeg");
  background-size: cover;
  background-position: center;
}
