* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1f262b;
  background: #f7f4ef;
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
  object-fit: cover;
}

a {
  color: #1f262b;
  text-decoration: none;
}

.shell {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px;
}

.top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 0;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.86rem;
}

.nav {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 0.9rem;
  align-items: center;
}

.ad-label {
  padding: 6px 10px;
  background: #f0d9c6;
  border-radius: 999px;
  font-size: 0.78rem;
}

.hero {
  background: #1c2429;
  color: #fdfcf9;
  padding: 64px 0 80px;
  position: relative;
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?w=1400&q=80");
  background-size: cover;
  background-position: center;
  opacity: 0.35;
}

.hero-content {
  position: relative;
  display: flex;
  gap: 40px;
  align-items: center;
}

.hero-text {
  flex: 1.1;
}

.hero-card {
  flex: 0.9;
  background: rgba(255, 255, 255, 0.1);
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(6px);
}

.hero-card img {
  border-radius: 12px;
  width: 100%;
  height: 220px;
}

.hero-card .card-wrap {
  background: #2b343a;
  padding: 12px;
  border-radius: 14px;
}

.btn {
  display: inline-flex;
  padding: 12px 20px;
  background: #f7d36a;
  color: #1c2429;
  border-radius: 999px;
  font-weight: 600;
  border: none;
  cursor: pointer;
}

.btn-secondary {
  background: #d9e1e7;
}

.sticky-cta {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #1c2429;
  color: #fdfcf9;
  padding: 12px 18px;
  border-radius: 999px;
  font-size: 0.85rem;
  z-index: 20;
}

.section {
  padding: 70px 0;
}

.section.alt {
  background: #efe9e1;
}

.section.insight-bg {
  background-image: url("https://images.unsplash.com/photo-1504384308090-c894fdcc538d?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #fdfcf9;
  position: relative;
}

.section.insight-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(18, 22, 26, 0.65);
}

.section.insight-bg .shell {
  position: relative;
}

.section.story-bg {
  background-image: url("https://images.unsplash.com/photo-1496307042754-b4aa456c4a2d?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #1f262b;
}

.section-title {
  font-size: 2rem;
  margin-bottom: 16px;
}

.columns {
  display: flex;
  gap: 28px;
  align-items: stretch;
}

.column {
  flex: 1;
}

.column.wide {
  flex: 1.3;
}

.card {
  background: #fff;
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 18px 40px rgba(20, 20, 20, 0.08);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.card-image {
  background: #e9e1d9;
  border-radius: 14px;
  overflow: hidden;
}

.card-image img {
  width: 100%;
  height: 180px;
}

.service-grid {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.service-card {
  flex: 1 1 280px;
}

.price {
  font-weight: 700;
  font-size: 1.1rem;
}

.inline-link {
  border-bottom: 1px solid #1c2429;
}

.quote {
  font-style: italic;
  border-left: 4px solid #f7d36a;
  padding-left: 16px;
}

.form-wrap {
  background: #1f262b;
  color: #fdfcf9;
  padding: 28px;
  border-radius: 18px;
}

.form-wrap label {
  display: block;
  font-size: 0.9rem;
  margin-bottom: 6px;
}

.form-wrap input,
.form-wrap select {
  width: 100%;
  padding: 10px 12px;
  margin-bottom: 14px;
  border-radius: 10px;
  border: none;
}

.form-wrap button {
  width: 100%;
}

.footer {
  background: #1c2429;
  color: #fdfcf9;
  padding: 40px 0;
}

.footer a {
  color: #fdfcf9;
}

.footer-columns {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.footer-columns div {
  flex: 1 1 220px;
}

.disclaimer {
  font-size: 0.85rem;
  opacity: 0.8;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  max-width: 360px;
  background: #fff;
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
  z-index: 30;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.cookie-actions button {
  flex: 1;
}

.legal {
  max-width: 780px;
}

.image-panel {
  background: #e9e1d9;
  border-radius: 20px;
  overflow: hidden;
}

.image-panel img {
  width: 100%;
  height: 280px;
}

.tag-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.tag {
  padding: 6px 12px;
  background: #efe9e1;
  border-radius: 999px;
  font-size: 0.82rem;
}

.split-block {
  display: flex;
  gap: 24px;
}

.split-block .card {
  flex: 1;
}

.contact-card {
  background: #fff;
  border-radius: 18px;
  padding: 22px;
}

.info-row {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.info-row .card {
  flex: 1 1 240px;
}

@media (max-width: 900px) {
  .hero-content,
  .columns,
  .split-block {
    flex-direction: column;
  }

  .sticky-cta {
    right: 12px;
    bottom: 12px;
  }
}
