* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Segoe UI", Arial, sans-serif;
  color: #1a1a1a;
  background-color: #f6f4f1;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.container {
  width: min(1180px, 92%);
  margin: 0 auto;
}

.site-header {
  padding: 24px 0 12px;
}

.nav-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 0.95rem;
}

.ad-label {
  font-size: 0.85rem;
  color: #4d4d4d;
}

.hero {
  position: relative;
  padding: 110px 0 140px;
  background-color: #1a222b;
  background-image: url("https://images.unsplash.com/photo-1756719033808-1a61300438f2?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #f7f5f1;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(12, 18, 26, 0.82), rgba(12, 18, 26, 0.2));
}

.hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 560px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 26px;
  border-radius: 999px;
  border: 1px solid #1a1a1a;
  background-color: #f4b564;
  color: #1a1a1a;
  font-weight: 600;
}

.button.secondary {
  background-color: transparent;
  color: #f7f5f1;
  border-color: #f7f5f1;
}

.section {
  padding: 80px 0;
}

.split {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
}

.split.reverse {
  flex-direction: row-reverse;
}

.offset-box {
  background-color: #ffffff;
  padding: 36px;
  border-radius: 24px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
  transform: translateY(-24px);
}

.image-frame {
  background-color: #dfe3e6;
  border-radius: 20px;
  overflow: hidden;
  flex: 1 1 320px;
  min-height: 260px;
}

.text-block {
  flex: 1 1 320px;
}

.background-panel {
  position: relative;
  background-color: #1b232c;
  background-image: url("https://images.unsplash.com/photo-1773134449357-fff2230898f8?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #f7f5f1;
}

.background-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(18, 22, 30, 0.6);
}

.background-panel .container {
  position: relative;
  z-index: 1;
}

.bullet-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}

.cta-band {
  background-color: #101820;
  color: #f7f5f1;
  padding: 60px 0;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.services-hero {
  padding: 70px 0 60px;
  background-color: #e9e3da;
}

.service-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin-top: 32px;
}

.service-card {
  flex: 1 1 280px;
  background-color: #ffffff;
  border-radius: 22px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-width: 260px;
}

.service-card .card-body {
  padding: 26px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.price {
  font-weight: 700;
  color: #1b5c50;
}

.service-card .image-frame {
  min-height: 180px;
  border-radius: 0;
}

.service-background {
  position: relative;
  background-color: #1a1f24;
  background-image: url("https://images.unsplash.com/photo-1726866492047-7f9516558c6e?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #f7f5f1;
}

.service-background::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(14, 18, 22, 0.7);
}

.service-background .container {
  position: relative;
  z-index: 1;
}

.form-panel {
  background-color: #ffffff;
  padding: 32px;
  border-radius: 24px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.form-row {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 18px;
}

input,
select,
textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid #c7c7c7;
  font-size: 1rem;
}

.footer {
  background-color: #121212;
  color: #f7f5f1;
  padding: 40px 0;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  font-size: 0.9rem;
}

.disclaimer {
  font-size: 0.85rem;
  color: #d7d7d7;
  margin-top: 20px;
}

.sticky-cta {
  position: fixed;
  right: 24px;
  bottom: 24px;
  padding: 14px 22px;
  border-radius: 999px;
  background-color: #f4b564;
  border: 1px solid #1a1a1a;
  color: #1a1a1a;
  font-weight: 600;
  z-index: 10;
}

.cookie-banner {
  position: fixed;
  left: 24px;
  bottom: 24px;
  background-color: #ffffff;
  color: #1a1a1a;
  padding: 18px 20px;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  max-width: 320px;
  z-index: 20;
}

.cookie-actions {
  display: flex;
  gap: 12px;
  margin-top: 12px;
}

.cookie-button {
  flex: 1;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid #1a1a1a;
  background-color: #f4b564;
  cursor: pointer;
}

.cookie-button.secondary {
  background-color: #ffffff;
}

.cookie-hidden {
  display: none;
}

.legal-block {
  background-color: #ffffff;
  padding: 32px;
  border-radius: 20px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

.contact-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}

.contact-card {
  flex: 1 1 260px;
  background-color: #ffffff;
  padding: 24px;
  border-radius: 20px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

.muted {
  color: #5a5a5a;
}

.form-note {
  font-size: 0.9rem;
  color: #4d4d4d;
}

.thanks-panel {
  background-color: #ffffff;
  padding: 42px;
  border-radius: 24px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.services-inline {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.service-highlight {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 18px 20px;
  border-left: 3px solid #f4b564;
  background-color: rgba(255, 255, 255, 0.85);
}

.service-image-wide {
  background-color: #cfd6d9;
  background-image: url("https://images.unsplash.com/photo-1715247018224-f5ea7c4ebaac?w=800&q=80");
  background-size: cover;
  background-position: center;
  border-radius: 22px;
  min-height: 260px;
}

.split-stack {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

@media (max-width: 820px) {
  .hero {
    padding: 90px 0 110px;
  }

  .sticky-cta {
    right: 16px;
    left: 16px;
    text-align: center;
  }
}
