* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: #1d1f1c;
  background-color: #f6f4ef;
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

a {
  color: #1f5c3b;
  text-decoration: none;
}

a:focus,
button:focus,
select:focus,
input:focus,
textarea:focus {
  outline: 2px solid #1f5c3b;
  outline-offset: 2px;
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.header {
  padding: 24px 6vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f0eee8;
  position: relative;
}

.brand {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.brand strong {
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ad-label {
  font-size: 0.85rem;
  color: #5a4a2e;
  max-width: 280px;
}

.nav {
  display: flex;
  gap: 18px;
  align-items: center;
  flex-wrap: wrap;
}

.nav a {
  font-size: 0.95rem;
  padding-bottom: 4px;
  border-bottom: 2px solid transparent;
}

.nav a:hover {
  border-bottom-color: #1f5c3b;
}

.hero {
  display: flex;
  flex-direction: column;
  padding: 0 6vw 40px;
  position: relative;
}

.hero-top {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.hero-row {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.hero-row .hero-copy {
  background: #ffffff;
  padding: 32px;
  max-width: 560px;
  align-self: flex-start;
  box-shadow: 0 25px 40px rgba(0, 0, 0, 0.08);
}

.hero-image {
  align-self: flex-end;
  width: 100%;
  max-width: 720px;
  background: #d7dfd2;
  padding: 12px;
}

.hero-image img {
  width: 100%;
  height: 420px;
}

.section {
  padding: 56px 6vw;
  position: relative;
}

.section.alt {
  background: #edf0ea;
}

.section.dark {
  background: #1f2b21;
  color: #f7f5f0;
}

.section.has-bg {
  overflow: hidden;
}

.background-image {
  position: absolute;
  inset: 0;
  opacity: 0.18;
}

.background-image img {
  width: 100%;
  height: 100%;
}

.section-header {
  max-width: 720px;
  margin-bottom: 32px;
}

.split {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split > * {
  flex: 1 1 280px;
}

.image-frame {
  background: #d7dfd2;
  padding: 10px;
}

.image-frame img {
  width: 100%;
  height: 320px;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.card {
  flex: 1 1 250px;
  background: #ffffff;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.card .image-frame img {
  height: 180px;
}

.tag {
  display: inline-flex;
  background: #1f5c3b;
  color: #ffffff;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 0.85rem;
  align-self: flex-start;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}

.btn {
  border: none;
  background: #1f5c3b;
  color: #ffffff;
  padding: 12px 20px;
  border-radius: 999px;
  font-size: 0.95rem;
  cursor: pointer;
}

.btn.light {
  background: #f7f5f0;
  color: #1f2b21;
  border: 1px solid #c2c7bf;
}

.btn:hover {
  transform: translateY(-1px);
}

.inline-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
}

.pricing-grid {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.pricing-item {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
  padding: 20px;
  background: #ffffff;
  border-left: 4px solid #1f5c3b;
}

.pricing-item h3 {
  margin: 0 0 6px;
}

.pricing-item .price {
  font-weight: 700;
  font-size: 1.2rem;
  color: #1f5c3b;
}

.form-wrapper {
  background: #ffffff;
  padding: 28px;
  border-radius: 18px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
}

form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

label {
  font-weight: 600;
}

select,
input,
textarea {
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid #c9cec7;
  font-size: 0.95rem;
}

.footer {
  padding: 32px 6vw;
  background: #1f2b21;
  color: #f7f5f0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer a {
  color: #cbe2d1;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.sticky-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 10;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.2);
}

.cookie-banner {
  position: fixed;
  left: 18px;
  bottom: 18px;
  background: #ffffff;
  padding: 18px;
  border-radius: 12px;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.2);
  max-width: 320px;
  z-index: 12;
  display: none;
}

.cookie-banner p {
  margin: 0 0 12px;
  font-size: 0.9rem;
}

.cookie-actions {
  display: flex;
  gap: 12px;
}

.badge-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.badge {
  padding: 10px 14px;
  background: #ffffff;
  border-radius: 999px;
  border: 1px solid #d7dfd2;
  font-size: 0.9rem;
}

.contact-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

.contact-card {
  flex: 1 1 260px;
  background: #ffffff;
  padding: 24px;
  border-radius: 16px;
}

.legal-content {
  max-width: 860px;
}

.muted {
  color: #5d6259;
}

.mt-28 {
  margin-top: 28px;
}

.mt-18 {
  margin-top: 18px;
}

@media (min-width: 900px) {
  .hero-row {
    flex-direction: row;
    align-items: center;
  }

  .hero-copy {
    margin-top: 80px;
  }
}
