* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #1d1d1f;
  background: #f7f4f1;
}

a {
  color: #1a4d8f;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.site-header {
  background: #f7f4f1;
  border-bottom: 1px solid #e2d9d0;
  padding: 22px 6vw;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.brand {
  font-weight: 600;
  letter-spacing: 0.3px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.ad-disclosure {
  font-size: 0.85rem;
  color: #6a4b2a;
  background: #f1e6d8;
  padding: 6px 10px;
  border-radius: 20px;
}

.section {
  padding: 64px 6vw;
  position: relative;
}

.section.alt {
  background: #efe7df;
}

.section.dark {
  background: #1f2a44;
  color: #f7f4f1;
}

.section.dark a {
  color: #f7f4f1;
}

.split {
  display: flex;
  gap: 36px;
  align-items: center;
  flex-wrap: wrap;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split .text-block {
  flex: 1 1 320px;
  max-width: 540px;
}

.split .media-block {
  flex: 1 1 320px;
  min-height: 280px;
}

.offset-box {
  background: #ffffff;
  padding: 28px;
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(23, 28, 45, 0.08);
  margin-top: 18px;
}

.hero {
  background: #efe7df;
}

.hero-visual {
  background-image: url("https://images.unsplash.com/photo-1521791136064-7986c2920216?w=1400&q=80");
  background-size: cover;
  background-position: center;
  background-color: #cbbfb2;
  border-radius: 28px;
  min-height: 360px;
  position: relative;
}

.hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(15, 20, 34, 0.45), rgba(15, 20, 34, 0.05));
  border-radius: 28px;
}

.hero-visual .hero-tag {
  position: absolute;
  bottom: 26px;
  left: 26px;
  color: #f7f4f1;
  z-index: 2;
  max-width: 240px;
}

.cta-row {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 999px;
  border: 1px solid #1a4d8f;
  background: #1a4d8f;
  color: #ffffff;
  font-weight: 600;
  cursor: pointer;
}

.button.secondary {
  background: transparent;
  color: #1a4d8f;
}

.inline-cta {
  font-weight: 600;
}

.card-grid {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.card {
  flex: 1 1 240px;
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-width: 220px;
}

.card .card-body {
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.price {
  font-weight: 600;
  color: #1a4d8f;
}

.image-frame {
  background-color: #d7c7b6;
}

.timeline {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.timeline-step {
  display: flex;
  gap: 18px;
  align-items: flex-start;
}

.timeline-step span {
  font-weight: 600;
  color: #1a4d8f;
}

.quote-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.quote {
  background: #ffffff;
  padding: 18px 22px;
  border-radius: 14px;
  font-style: italic;
}

.form-wrap {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  align-items: stretch;
}

.form-card {
  flex: 1 1 320px;
  background: #ffffff;
  padding: 26px;
  border-radius: 18px;
}

.form-card form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.form-card label {
  font-weight: 600;
}

.form-card input,
.form-card select,
.form-card textarea {
  width: 100%;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #d3c6b9;
  font-size: 1rem;
  font-family: inherit;
  background: #fcfaf8;
}

.form-card button {
  align-self: flex-start;
}

.sticky-cta {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #1a4d8f;
  color: #ffffff;
  padding: 12px 18px;
  border-radius: 999px;
  display: flex;
  gap: 10px;
  align-items: center;
  z-index: 10;
}

.sticky-cta button {
  background: #ffffff;
  color: #1a4d8f;
  border: none;
  border-radius: 999px;
  padding: 6px 12px;
  cursor: pointer;
  font-weight: 600;
}

.footer {
  background: #1a1a1d;
  color: #f7f4f1;
  padding: 40px 6vw;
  margin-top: auto;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.footer p {
  max-width: 720px;
}

.hero-inline {
  background-image: url("https://images.unsplash.com/photo-1473181488821-2d23949a045a?w=1400&q=80");
  background-size: cover;
  background-position: center;
  background-color: #2f3b52;
  border-radius: 24px;
  padding: 40px;
  color: #f7f4f1;
}

.hero-inline .overlay {
  max-width: 480px;
  background: rgba(26, 26, 29, 0.55);
  padding: 22px;
  border-radius: 18px;
}

.media-small {
  max-width: 420px;
  margin-left: auto;
}

.cookie-banner {
  position: fixed;
  left: 16px;
  bottom: 16px;
  background: #ffffff;
  border-radius: 16px;
  padding: 16px 18px;
  box-shadow: 0 12px 30px rgba(20, 20, 35, 0.2);
  max-width: 320px;
  z-index: 12;
}

.cookie-actions {
  display: flex;
  gap: 12px;
  margin-top: 12px;
}

.cookie-actions button {
  border-radius: 999px;
  border: 1px solid #1a4d8f;
  background: #1a4d8f;
  color: #ffffff;
  padding: 6px 12px;
  cursor: pointer;
}

.cookie-actions .reject {
  background: transparent;
  color: #1a4d8f;
}

.legal-columns {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.legal-columns > div {
  flex: 1 1 260px;
}

.contact-card {
  background: #ffffff;
  padding: 22px;
  border-radius: 18px;
}

.contact-image {
  background-image: url("https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?w=1400&q=80");
  background-size: cover;
  background-position: center;
  background-color: #b9b1a8;
  border-radius: 24px;
  min-height: 280px;
}

.about-image {
  max-width: 480px;
  margin-right: auto;
}

.services-image {
  max-width: 520px;
}

.hidden {
  display: none;
}

@media (max-width: 860px) {
  .hero-visual {
    min-height: 280px;
  }

  .sticky-cta {
    right: 12px;
    left: 12px;
    justify-content: space-between;
  }
}
