* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1f2328;
  background: #f6f4f1;
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
  object-fit: cover;
}

a {
  color: #1b4d3e;
  text-decoration: none;
}

a:hover,
button:hover {
  opacity: 0.9;
}

header {
  background: #f6f4f1;
  border-bottom: 1px solid #e1ddd7;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 6%;
  gap: 16px;
  flex-wrap: wrap;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.4px;
}

.nav-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  align-items: center;
}

.ad-label {
  padding: 6px 10px;
  background: #1b4d3e;
  color: #f6f4f1;
  border-radius: 999px;
  font-size: 0.82rem;
}

.container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 6%;
}

.section {
  padding: 64px 0;
  position: relative;
}

.section.alt {
  background: #efeae2;
}

.section.deep {
  background: #1b4d3e;
  color: #f6f4f1;
}

.section.deep a {
  color: #f6f4f1;
  text-decoration: underline;
}

.split {
  display: flex;
  gap: 48px;
  align-items: center;
  flex-wrap: wrap;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split > div {
  flex: 1 1 320px;
}

.hero-card {
  background: #ffffff;
  padding: 28px;
  border-radius: 18px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
  margin-top: -40px;
}

.hero-cta {
  display: flex;
  gap: 16px;
  margin-top: 24px;
  flex-wrap: wrap;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  font-weight: 600;
  background: #1b4d3e;
  color: #f6f4f1;
}

.button.secondary {
  background: transparent;
  color: #1b4d3e;
  border: 1px solid #1b4d3e;
}

.pill-list {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.pill {
  padding: 8px 14px;
  background: #efeae2;
  border-radius: 999px;
  font-size: 0.9rem;
}

.image-frame {
  background-color: #d8d0c6;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 25px 40px rgba(0, 0, 0, 0.08);
}

.frame-hero {
  background-color: #21323b;
}

.frame-intro {
  background-color: #c8c5c0;
}

.frame-process {
  background-color: #d7cfc6;
}

.frame-trust {
  background-color: #c7d1cf;
}

.frame-pricing {
  background-color: #bfc7c2;
}

.frame-form {
  background-color: #c6c6c0;
}

.frame-about-1 {
  background-color: #c2c8c5;
}

.frame-about-2 {
  background-color: #d0cbc4;
}

.frame-services-1 {
  background-color: #c9c2b9;
}

.frame-services-2 {
  background-color: #cfd4cf;
}

.frame-card-1 {
  background-color: #d7d2cc;
}

.frame-card-2 {
  background-color: #cdc3b7;
}

.frame-card-3 {
  background-color: #d5d0cb;
}

.frame-card-4 {
  background-color: #d8d4cf;
}

.image-frame img {
  width: 100%;
  height: 100%;
}

.stats {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.stat {
  flex: 1 1 160px;
  background: #ffffff;
  padding: 16px;
  border-radius: 16px;
}

.cards {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
}

.card {
  flex: 1 1 220px;
  background: #ffffff;
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.card img {
  border-radius: 14px;
}

.card .price {
  font-weight: 700;
  color: #1b4d3e;
}

.inline-testimonial {
  background: #ffffff;
  padding: 16px 18px;
  border-left: 4px solid #1b4d3e;
  border-radius: 12px;
  margin-top: 16px;
}

.form-wrap {
  background: #ffffff;
  border-radius: 20px;
  padding: 28px;
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.08);
}

form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

label {
  font-weight: 600;
}

input,
select,
textarea {
  padding: 12px;
  border-radius: 10px;
  border: 1px solid #d9d4cc;
  font-size: 1rem;
}

.cta-strip {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  background: #efeae2;
  padding: 18px 22px;
  border-radius: 18px;
  margin-top: 26px;
  flex-wrap: wrap;
}

.sticky-cta {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 10;
}

.sticky-cta button {
  background: #e96b56;
  color: #fff7f2;
}

footer {
  background: #121515;
  color: #f6f4f1;
  padding: 42px 0;
}

.footer-grid {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
}

.footer-grid > div {
  flex: 1 1 200px;
}

.legal-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.disclaimer {
  margin-top: 18px;
  font-size: 0.9rem;
  color: #d6d1c9;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  background: #ffffff;
  border-radius: 18px;
  padding: 16px;
  box-shadow: 0 20px 35px rgba(0, 0, 0, 0.18);
  z-index: 12;
  max-width: 320px;
  display: none;
}

.cookie-banner.active {
  display: block;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
  flex-wrap: wrap;
}

.hero-bg {
  background: #1b4d3e;
  color: #f6f4f1;
}

.hero-bg .image-frame {
  border: 4px solid #f6f4f1;
}

.notice {
  font-size: 0.92rem;
  color: #6b635a;
}

.list-block {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 18px;
}

.list-block div {
  background: #ffffff;
  border-radius: 14px;
  padding: 14px 16px;
}

.page-hero {
  padding: 56px 0 36px;
}

.page-hero h1 {
  font-size: 2.4rem;
}

.info-grid {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.info-grid div {
  flex: 1 1 220px;
  background: #ffffff;
  border-radius: 16px;
  padding: 18px;
}

.references {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 12px;
}

.muted {
  color: #6b635a;
}

.thanks-box {
  background: #ffffff;
  padding: 28px;
  border-radius: 20px;
  box-shadow: 0 25px 40px rgba(0, 0, 0, 0.08);
}

@media (max-width: 768px) {
  .hero-card {
    margin-top: 20px;
  }

  .sticky-cta {
    right: 12px;
    bottom: 12px;
  }
}
