* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  color: #1e1c1a;
  background: #f5f2ed;
  line-height: 1.6;
}

a {
  color: #2f5d62;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.nav {
  display: flex;
  flex-direction: column;
  padding: 20px 40px 10px;
  gap: 12px;
  background: #f8f4ef;
  border-bottom: 1px solid #e6e0d8;
}

.nav-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.logo {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.5px;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 14px;
}

.ad-label {
  font-size: 12px;
  color: #6d5b4e;
  background: #efe7dc;
  padding: 6px 10px;
  border-radius: 999px;
  align-self: flex-start;
}

.cta-button {
  border: none;
  background: #2f5d62;
  color: #fff;
  padding: 12px 18px;
  border-radius: 999px;
  cursor: pointer;
  font-size: 14px;
}

.cta-button.secondary {
  background: #e4d3c4;
  color: #3b2f28;
}

.main {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding: 40px;
}

.hero {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 60px;
  border-radius: 24px;
  color: #fff;
  position: relative;
  overflow: hidden;
  background-color: #344b51;
  background-size: cover;
  background-position: center;
}

.hero-content {
  max-width: 620px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.hero-meta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.mag-row {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
}

.col-60 {
  flex: 1 1 360px;
  min-width: 280px;
}

.col-40 {
  flex: 1 1 260px;
  min-width: 220px;
}

.card {
  background: #fff;
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 12px 30px rgba(35, 29, 24, 0.08);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
}

.img-frame {
  background-color: #d6ccc1;
  border-radius: 20px;
  overflow: hidden;
}

.img-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.frame-320 {
  height: 320px;
}

.frame-260 {
  height: 260px;
}

.frame-140 {
  height: 140px;
}

.section-title {
  font-size: 28px;
  margin: 0 0 12px 0;
}

.section-subtitle {
  font-size: 16px;
  color: #4a3f36;
  margin: 0 0 12px 0;
}

.services-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.service-card {
  flex: 1 1 220px;
  min-width: 220px;
  background: #fff;
  border-radius: 18px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 10px 24px rgba(25, 20, 16, 0.08);
}

.service-card img {
  height: 140px;
  width: 100%;
  border-radius: 14px;
  object-fit: cover;
}

.price-tag {
  font-weight: 700;
  color: #2f5d62;
}

.badge {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  background: #f1ebe3;
  font-size: 12px;
  color: #5c4a40;
}

.highlight-block {
  background: #f0e7da;
  border-radius: 22px;
  padding: 28px;
}

.inline-cta {
  font-weight: 600;
  text-decoration: underline;
}

.form-section {
  background: #fff;
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0 12px 32px rgba(28, 22, 18, 0.08);
}

.form-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 14px;
}

input,
select,
textarea {
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid #cfc2b4;
  font-size: 14px;
}

.sticky-cta {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 10;
  background: #2f5d62;
  color: #fff;
  border: none;
  padding: 12px 16px;
  border-radius: 999px;
  cursor: pointer;
  box-shadow: 0 10px 26px rgba(30, 24, 20, 0.2);
}

.footer {
  margin-top: 40px;
  padding: 24px 40px 40px;
  background: #f1ebe3;
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 14px;
  color: #3f342c;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  background: #fff;
  padding: 16px 18px;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(28, 22, 18, 0.2);
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 320px;
  z-index: 20;
}

.cookie-actions {
  display: flex;
  gap: 12px;
}

.hidden {
  display: none;
}

.hero-bg {
  background-image: url("https://images.unsplash.com/photo-1515378791036-0648a3ef77b2?w=1400&q=80");
}

.section-bg-a {
  background-image: url("https://images.unsplash.com/photo-1496181133206-80ce9b88a853?w=1400&q=80");
}

.services-hero-bg {
  background-image: url("https://images.unsplash.com/photo-1492724441997-5dc865305da7?w=1400&q=80");
}

.about-hero-bg {
  background-image: url("https://images.pexels.com/photos/6214965/pexels-photo-6214965.jpeg");
}

.contact-hero-bg {
  background-image: url("https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?w=1400&q=80");
}

.legal-hero-bg {
  background-image: url("https://images.unsplash.com/photo-1487014679447-9f8336841d58?w=1400&q=80");
}

@media (max-width: 900px) {
  .main {
    padding: 28px;
  }

  .hero {
    padding: 40px;
  }

  .nav {
    padding: 16px 24px 10px;
  }
}
