* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1f2a25;
  background: #f7f6f2;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.container {
  width: min(1140px, 92%);
  margin: 0 auto;
}

.top-bar {
  background: #12251f;
  color: #f4f5ef;
  font-size: 0.9rem;
  padding: 0.5rem 0;
}

.top-bar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.4px;
}

.ad-label {
  font-style: italic;
  opacity: 0.9;
}

.nav {
  background: #f7f6f2;
  border-bottom: 1px solid #d6d2c7;
}

.nav .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  gap: 1rem;
  flex-wrap: wrap;
}

.nav-links {
  display: flex;
  gap: 1.2rem;
  flex-wrap: wrap;
  font-size: 0.95rem;
}

.cta-button,
.ghost-button,
.sticky-cta {
  border: none;
  cursor: pointer;
  padding: 0.85rem 1.4rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.cta-button {
  background: #2e6b52;
  color: #ffffff;
}

.ghost-button {
  background: transparent;
  border: 1px solid #2e6b52;
  color: #2e6b52;
}

.main {
  flex: 1;
}

.split {
  display: flex;
  align-items: stretch;
  gap: 2rem;
  padding: 3.5rem 0;
  flex-wrap: wrap;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split .text {
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.split .visual {
  flex: 1 1 320px;
  background: #e3dfd4;
  border-radius: 1.2rem;
  overflow: hidden;
  min-height: 260px;
  display: flex;
  align-items: stretch;
}

.hero {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.hero h1 {
  font-size: clamp(2.4rem, 3.2vw, 3.4rem);
  line-height: 1.15;
}

.meta-row {
  display: flex;
  gap: 1.2rem;
  flex-wrap: wrap;
  font-size: 0.95rem;
  color: #5b6b63;
}

.banner {
  padding: 4rem 0;
  background-size: cover;
  background-position: center;
  color: #fefdfb;
  position: relative;
}

.banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(20, 32, 28, 0.55);
}

.banner .container {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  max-width: 900px;
}

.cards {
  display: flex;
  gap: 1.6rem;
  flex-wrap: wrap;
}

.card {
  flex: 1 1 230px;
  background: #ffffff;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(24, 36, 31, 0.08);
  display: flex;
  flex-direction: column;
}

.card-visual {
  background: #d7d9d4;
}

.card-body {
  padding: 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.price {
  font-weight: 700;
  color: #2e6b52;
}

.inline-cta {
  color: #2e6b52;
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
}

.testimonial {
  background: #f0efe9;
  padding: 1.5rem;
  border-left: 4px solid #2e6b52;
  margin-top: 1.2rem;
}

.form-section {
  background: #ffffff;
  padding: 3rem 0;
}

form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 520px;
}

label {
  font-weight: 600;
  font-size: 0.95rem;
}

input,
select,
textarea {
  padding: 0.8rem 1rem;
  border-radius: 0.6rem;
  border: 1px solid #c9c9c1;
  font-size: 1rem;
  font-family: inherit;
}

.footer {
  background: #12251f;
  color: #f0f2ea;
  padding: 2.5rem 0;
  margin-top: 3rem;
}

.footer .container {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  font-size: 0.95rem;
}

.footer-links {
  display: flex;
  gap: 1.4rem;
  flex-wrap: wrap;
}

.disclaimer {
  font-size: 0.85rem;
  opacity: 0.85;
}

.sticky-cta {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  background: #244f3b;
  color: #ffffff;
  box-shadow: 0 12px 30px rgba(18, 37, 31, 0.2);
  z-index: 20;
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  border-top: 1px solid #d6d2c7;
  padding: 1rem 0;
  z-index: 30;
}

.cookie-banner .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.cookie-actions {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
}

.page-header {
  padding: 3rem 0 2rem;
}

.page-header h1 {
  font-size: clamp(2rem, 3vw, 2.8rem);
}

.section-note {
  font-size: 0.95rem;
  color: #5b6b63;
}

.legal-list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.info-grid {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}

.info-card {
  flex: 1 1 240px;
  background: #ffffff;
  padding: 1.5rem;
  border-radius: 1rem;
  box-shadow: 0 10px 26px rgba(24, 36, 31, 0.08);
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.background-storage {
  background-image: url("https://images.unsplash.com/photo-1522708323590-d24dbb6b0267?w=1400&q=80");
}

.background-moving {
  background-image: url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?w=1400&q=80");
}
