* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1b1b1f;
  background-color: #f6f4f1;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-frame {
  background-color: #d9d6d0;
  overflow: hidden;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.nav {
  padding: 24px 6vw 12px;
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.4px;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 0.95rem;
}

.ad-label {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  background-color: #1b1b1f;
  color: #f6f4f1;
  font-size: 0.75rem;
  letter-spacing: 0.3px;
}

.hero {
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding: 32px 6vw 72px;
}

.hero-grid {
  display: flex;
  gap: 32px;
  align-items: stretch;
}

.hero-copy {
  flex: 1.1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.hero-visual {
  flex: 0.9;
  border-radius: 24px;
  overflow: hidden;
  min-height: 360px;
  background-color: #d9d6d0;
}

.hero-bg {
  background-image: url("https://images.unsplash.com/photo-1451187580459-43490279c0fa?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.primary-btn,
.secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 999px;
  border: 1px solid #1b1b1f;
  font-weight: 600;
  transition: transform 0.2s ease;
}

.primary-btn {
  background-color: #1b1b1f;
  color: #f6f4f1;
}

.secondary-btn {
  background-color: transparent;
  color: #1b1b1f;
}

.primary-btn:hover,
.secondary-btn:hover,
.link-cta:hover {
  transform: translateY(-2px);
}

.section {
  padding: 64px 6vw;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.section.tight {
  padding-top: 32px;
}

.section-title {
  font-size: 2rem;
  margin: 0;
}

.split {
  display: flex;
  gap: 28px;
  align-items: center;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split .text-block {
  flex: 1;
}

.split .img-frame {
  flex: 1;
  border-radius: 22px;
  overflow: hidden;
  min-height: 280px;
  background-color: #e0dbd2;
}

.floating-card {
  display: flex;
  gap: 24px;
  padding: 24px;
  border-radius: 24px;
  background-color: #ffffff;
  box-shadow: 0 24px 40px rgba(0, 0, 0, 0.08);
  margin-left: 6vw;
  margin-right: 6vw;
}

.floating-card .img-frame {
  flex: 0.8;
  min-height: 240px;
  border-radius: 20px;
  overflow: hidden;
  background-color: #d6d2c8;
}

.floating-card .text-block {
  flex: 1.2;
}

.bg-shift {
  background-image: url("https://images.unsplash.com/photo-1522071820081-009f0129c71c?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #ffffff;
  position: relative;
}

.bg-shift::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(16, 16, 18, 0.6);
}

.bg-shift .content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-width: 760px;
}

.card-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.service-card {
  flex: 1 1 260px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 18px;
  border-radius: 20px;
  background-color: #ffffff;
}

.service-card .img-frame {
  height: 160px;
  border-radius: 16px;
  overflow: hidden;
  background-color: #d9d3c9;
}

.price {
  font-weight: 700;
  color: #0f5c56;
}

.image-band {
  display: flex;
  gap: 20px;
}

.image-band .img-frame {
  flex: 1;
  height: 220px;
  border-radius: 18px;
  overflow: hidden;
  background-color: #dad5cc;
}

.testimonial {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 18px 22px;
  border-radius: 20px;
  background-color: #fefdfb;
}

.testimonial .img-frame {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #d5d0c6;
}

.form-wrap {
  display: flex;
  gap: 28px;
  align-items: flex-start;
}

.form-card {
  flex: 1.1;
  background-color: #ffffff;
  padding: 24px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form-card form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.form-card label {
  font-weight: 600;
}

.form-card input,
.form-card select {
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid #c9c2b8;
  font-size: 1rem;
}

.form-card button {
  margin-top: 8px;
}

.form-wrap .img-frame {
  flex: 0.9;
  height: 320px;
  border-radius: 22px;
  overflow: hidden;
  background-color: #d4cfc7;
}

.inline-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
}

.footer {
  margin-top: auto;
  padding: 40px 6vw;
  background-color: #1b1b1f;
  color: #f6f4f1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer a {
  color: #f6f4f1;
}

.sticky-cta {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 10;
}

.sticky-cta a {
  display: inline-flex;
  padding: 10px 18px;
  border-radius: 999px;
  background-color: #0f5c56;
  color: #ffffff;
  font-weight: 600;
}

.cookie-banner {
  position: fixed;
  left: 24px;
  bottom: 24px;
  max-width: 360px;
  padding: 16px;
  border-radius: 16px;
  background-color: #ffffff;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18);
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 12;
}

.cookie-actions {
  display: flex;
  gap: 12px;
}

.link-cta {
  font-weight: 600;
  color: #0f5c56;
}

.simple-hero {
  padding: 48px 6vw 24px;
}

.simple-hero h1 {
  margin-bottom: 12px;
}

.legal {
  max-width: 880px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-grid {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}

.contact-card {
  flex: 1 1 260px;
  padding: 18px;
  border-radius: 18px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media (max-width: 900px) {
  .hero-grid,
  .split,
  .floating-card,
  .form-wrap {
    flex-direction: column;
  }

  .floating-card {
    margin: 0;
  }

  .sticky-cta {
    right: 16px;
    bottom: 92px;
  }
}
