* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1c1f24;
  background: #f7f7f4;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
  object-fit: cover;
}

.page {
  min-height: 100vh;
}

.top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 6vw;
  background: #ffffff;
  border-bottom: 1px solid #e3e4e8;
}

.brand {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.ad-label {
  font-size: 0.85rem;
  color: #5a5f6a;
}

.nav-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 0.95rem;
}

.nav-links a {
  padding: 6px 10px;
  border-radius: 20px;
  background: #f0f2f5;
}

.hero {
  display: flex;
  padding: 6vw;
  gap: 4vw;
  align-items: center;
  background: #ffffff;
}

.hero-visual {
  flex: 1;
  min-height: 380px;
  background-image: url("https://images.unsplash.com/photo-1505691938895-1758d7feb511?w=1400&q=80");
  background-size: cover;
  background-position: center;
  border-radius: 32px;
  background-color: #dfe3e8;
}

.hero-content {
  flex: 1;
}

.hero h1 {
  font-size: clamp(2rem, 3vw, 3rem);
  margin-bottom: 18px;
}

.hero p {
  margin-bottom: 24px;
  color: #3a3f47;
}

.primary-btn,
.secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 28px;
  font-weight: 600;
  border: none;
  cursor: pointer;
}

.primary-btn {
  background: #0f5132;
  color: #ffffff;
}

.secondary-btn {
  background: #e1e5ea;
  color: #1c1f24;
}

.split-section {
  display: flex;
  gap: 4vw;
  padding: 5vw 6vw;
  align-items: center;
}

.split-section.reverse {
  flex-direction: row-reverse;
}

.split-text {
  flex: 1;
}

.split-media {
  flex: 1;
  border-radius: 28px;
  overflow: hidden;
  background-color: #d9dee4;
}

.split-media img {
  width: 100%;
  height: 360px;
}

.inline-cta {
  color: #0f5132;
  font-weight: 600;
  text-decoration: underline;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.card {
  flex: 1 1 240px;
  background: #ffffff;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 12px 25px rgba(15, 20, 30, 0.08);
}

.card img {
  width: 100%;
  height: 170px;
  border-radius: 14px;
  background-color: #d9dee4;
}

.price-tag {
  font-weight: 700;
  margin-top: 8px;
}

.accent-block {
  background: #0f5132;
  color: #ffffff;
  padding: 5vw 6vw;
  display: flex;
  gap: 4vw;
  align-items: center;
}

.accent-block .split-media {
  background-color: #0a3a25;
}

.form-section {
  padding: 5vw 6vw;
  background: #ffffff;
}

form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 560px;
}

label {
  font-weight: 600;
}

input,
select,
textarea {
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid #c9ced6;
  font-size: 1rem;
}

.form-note {
  font-size: 0.9rem;
  color: #59606c;
}

.sticky-cta {
  position: fixed;
  right: 24px;
  bottom: 24px;
  background: #1c1f24;
  color: #ffffff;
  padding: 12px 18px;
  border-radius: 24px;
  font-size: 0.9rem;
  z-index: 40;
}

.footer {
  padding: 4vw 6vw;
  background: #101418;
  color: #f4f6f8;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 14px;
  font-size: 0.9rem;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  background: #ffffff;
  color: #1c1f24;
  padding: 16px;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  max-width: 320px;
  z-index: 50;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.page-hero {
  padding: 5vw 6vw;
  background: #ffffff;
}

.page-hero h1 {
  margin-bottom: 12px;
}

.page-hero p {
  max-width: 720px;
  color: #3f4550;
}

.legal-section {
  padding: 4vw 6vw;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-details {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 520px;
  background: #ffffff;
  padding: 24px;
  border-radius: 18px;
}

.map-block {
  min-height: 240px;
  border-radius: 20px;
  background-image: url("https://images.unsplash.com/photo-1493666438817-866a91353ca9?w=800&q=80");
  background-size: cover;
  background-position: center;
  background-color: #d9dee4;
}

.services-grid {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.service-row {
  display: flex;
  gap: 24px;
  align-items: center;
  background: #ffffff;
  border-radius: 20px;
  padding: 18px;
}

.service-row img {
  width: 260px;
  height: 180px;
  border-radius: 16px;
  background-color: #d9dee4;
}

@media (max-width: 900px) {
  .hero,
  .split-section,
  .accent-block,
  .service-row {
    flex-direction: column;
  }

  .hero-visual {
    width: 100%;
  }

  .sticky-cta {
    right: 16px;
    bottom: 16px;
  }
}
