* {
  box-sizing: border-box;
}

:root {
  --ink: #1f1f22;
  --muted: #5a6068;
  --paper: #f7f4f1;
  --sand: #efe7df;
  --terracota: #c56a4a;
  --olive: #6b7b5c;
  --night: #23272d;
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
}

img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

a {
  color: var(--ink);
  text-decoration: none;
}

header {
  padding: 28px 6vw 16px;
}

.site-header {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.nav-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.brand {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.4px;
}

.nav-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 0.95rem;
}

.nav-links a {
  padding: 6px 2px;
  border-bottom: 2px solid transparent;
}

.nav-links a:hover,
.nav-links a:focus {
  border-color: var(--terracota);
}

.ad-label {
  font-size: 0.8rem;
  color: var(--muted);
  border: 1px solid #d9cfc3;
  padding: 6px 10px;
  border-radius: 999px;
  background: #fbf8f5;
}

main {
  display: flex;
  flex-direction: column;
  gap: 80px;
  padding-bottom: 80px;
}

.hero {
  background: linear-gradient(120deg, rgba(247, 244, 241, 0.95), rgba(247, 244, 241, 0.55)),
    url("https://images.unsplash.com/photo-1505691938895-1758d7feb511?w=1400&q=80")
      center/cover no-repeat;
  padding: 80px 6vw;
  background-color: #e4ded6;
}

.hero-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: stretch;
}

.hero-text {
  flex: 1 1 320px;
  max-width: 520px;
}

.hero-panel {
  flex: 1 1 280px;
  background: rgba(255, 255, 255, 0.9);
  padding: 26px;
  border-radius: 18px;
  align-self: flex-end;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.section {
  padding: 0 6vw;
}

.section-sand {
  background: var(--sand);
  padding: 60px 6vw;
}

.section-night {
  background: var(--night);
  color: #f0ede9;
  padding: 70px 6vw;
}

.asymmetric {
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
  align-items: center;
}

.asymmetric .text-block {
  flex: 1 1 320px;
}

.offset-card {
  flex: 1 1 300px;
  background: #ffffff;
  padding: 26px;
  border-radius: 18px;
  transform: translateY(18px);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.08);
}

.image-frame {
  flex: 1 1 280px;
  border-radius: 22px;
  overflow: hidden;
  background-color: #d9d0c6;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}

.cards {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.card {
  flex: 1 1 220px;
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.08);
}

.card-body {
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.price {
  font-weight: 700;
  color: var(--terracota);
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 999px;
  background: var(--terracota);
  color: #fff;
  font-weight: 600;
  transition: transform 0.2s ease;
}

.btn:hover,
.btn:focus {
  transform: translateY(-2px);
}

.btn-outline {
  background: transparent;
  border: 1px solid var(--terracota);
  color: var(--terracota);
}

.trust-panel {
  background: linear-gradient(120deg, rgba(35, 39, 45, 0.9), rgba(35, 39, 45, 0.7)),
    url("https://images.unsplash.com/photo-1484154218962-a197022b5858?w=1400&q=80")
      center/cover no-repeat;
  background-color: #2c3137;
  border-radius: 26px;
  padding: 50px;
}

.testimonial {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 18px;
  margin-top: 18px;
}

.form-section {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: flex-start;
}

form {
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: #ffffff;
  padding: 24px;
  border-radius: 18px;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.08);
}

label {
  font-weight: 600;
  font-size: 0.9rem;
}

input,
select,
textarea {
  padding: 12px;
  border-radius: 12px;
  border: 1px solid #d7cfc6;
  font-family: inherit;
}

.sticky-cta {
  position: fixed;
  right: 18px;
  bottom: 20px;
  background: var(--olive);
  color: #fff;
  padding: 12px 18px;
  border-radius: 999px;
  font-size: 0.9rem;
  z-index: 30;
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.18);
}

.sticky-cta:hover,
.sticky-cta:focus {
  transform: translateY(-2px);
}

.footer {
  background: #1b1e23;
  color: #d8d6d2;
  padding: 40px 6vw;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer a {
  color: #f0ede9;
}

.legal-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.contact-block {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.cookie-banner {
  position: fixed;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background: #ffffff;
  border-radius: 16px;
  padding: 18px;
  display: none;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.2);
  z-index: 40;
}

.cookie-actions {
  display: flex;
  gap: 12px;
  margin-top: 12px;
  flex-wrap: wrap;
}

.policy-hero {
  padding: 60px 6vw 20px;
}

.about-hero {
  background: linear-gradient(120deg, rgba(247, 244, 241, 0.92), rgba(247, 244, 241, 0.55)),
    url("https://images.unsplash.com/photo-1497366216548-37526070297c?w=1400&q=80")
      center/cover no-repeat;
  background-color: #e3dad1;
  padding: 70px 6vw;
}

.services-hero {
  background: linear-gradient(120deg, rgba(247, 244, 241, 0.92), rgba(247, 244, 241, 0.6)),
    url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?w=1400&q=80")
      center/cover no-repeat;
  background-color: #e1d8cd;
  padding: 70px 6vw;
}

.image-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: flex-start;
}

.banner-panel {
  background: var(--sand);
  padding: 30px;
  border-radius: 20px;
  transform: translateX(16px);
}

.note {
  background: #fff7ef;
  border-left: 4px solid var(--terracota);
  padding: 16px;
  border-radius: 10px;
}

@media (max-width: 820px) {
  .hero,
  .about-hero,
  .services-hero {
    padding: 60px 6vw;
  }

  .hero-panel {
    align-self: stretch;
  }

  .trust-panel {
    padding: 30px;
  }
}
