* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

body {
  margin: 0;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: #1f2430;
  background: #f7f6f2;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.site-header {
  padding: 24px 6vw 12px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.nav {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}

.nav-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 0.95rem;
}

.nav-links a {
  padding-bottom: 2px;
  border-bottom: 2px solid transparent;
}

.nav-links a:hover {
  border-bottom-color: #1f2430;
}

.ad-label {
  font-size: 0.85rem;
  background: #1f2430;
  color: #f7f6f2;
  padding: 6px 10px;
  border-radius: 999px;
  white-space: nowrap;
}

.main {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 64px;
  padding: 12px 6vw 96px;
}

.hero {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: stretch;
}

.hero-content {
  flex: 1 1 340px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 24px;
  background: #ffffff;
  border-radius: 24px;
  position: relative;
  top: 20px;
  box-shadow: 0 20px 40px rgba(31, 36, 48, 0.08);
}

.hero-media {
  flex: 1 1 380px;
  background: #dfe5ea;
  border-radius: 32px;
  overflow: hidden;
  min-height: 320px;
}

.hero-media img {
  width: 100%;
  height: 100%;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 999px;
  border: none;
  background: #1f2430;
  color: #f7f6f2;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(31, 36, 48, 0.2);
}

.btn.secondary {
  background: #eff0ec;
  color: #1f2430;
}

.inline-link {
  border-bottom: 1px solid #1f2430;
}

.inline-link:hover {
  color: #0c6874;
}

.offset-block {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  align-items: center;
}

.offset-text {
  flex: 1 1 320px;
  background: #ffffff;
  padding: 26px;
  border-radius: 20px;
  box-shadow: 0 18px 34px rgba(31, 36, 48, 0.07);
}

.offset-media {
  flex: 1 1 280px;
  background: #d7dedf;
  padding: 16px;
  border-radius: 28px;
}

.offset-media img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.section-card-row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.service-card {
  flex: 1 1 240px;
  background: #ffffff;
  border-radius: 20px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 14px 28px rgba(31, 36, 48, 0.08);
}

.service-card img {
  border-radius: 16px;
  width: 100%;
  height: 180px;
}

.service-card .price {
  font-weight: 700;
  color: #0c6874;
}

.service-card button {
  margin-top: auto;
}

.image-bg-section {
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  background: #d1d7dc;
}

.image-bg-section img {
  width: 100%;
  height: 420px;
}

.image-bg-content {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding: 32px;
  background: linear-gradient(180deg, rgba(31, 36, 48, 0.05), rgba(31, 36, 48, 0.75));
  color: #f7f6f2;
}

.split-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.split-stack .panel {
  flex: 1 1 240px;
  background: #ffffff;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 12px 26px rgba(31, 36, 48, 0.08);
}

.form-section {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: flex-start;
}

.form-panel {
  flex: 1 1 320px;
  background: #ffffff;
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 18px 34px rgba(31, 36, 48, 0.08);
}

.form-panel form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.form-panel label {
  font-weight: 600;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.form-panel input,
.form-panel select,
.form-panel textarea {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #c7cdd4;
  font-size: 1rem;
}

.form-panel input:disabled,
.form-panel textarea:disabled {
  background: #f1f2ee;
}

.form-note {
  font-size: 0.9rem;
  color: #5a6473;
}

.sticky-cta {
  position: sticky;
  bottom: 12px;
  align-self: center;
  background: #1f2430;
  color: #f7f6f2;
  padding: 10px 18px;
  border-radius: 999px;
  display: inline-flex;
  gap: 10px;
  margin-top: 16px;
}

.sticky-cta a {
  color: #f7f6f2;
  font-weight: 600;
}

.sticky-cta a:hover {
  color: #b5f0ff;
}

.site-footer {
  padding: 40px 6vw;
  background: #1f2430;
  color: #f7f6f2;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  font-size: 0.9rem;
}

.footer-links a:hover {
  text-decoration: underline;
}

.disclaimer {
  font-size: 0.85rem;
  color: #d0d6dd;
}

.cookie-banner {
  position: fixed;
  bottom: 18px;
  right: 18px;
  max-width: 320px;
  background: #ffffff;
  color: #1f2430;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 16px 32px rgba(31, 36, 48, 0.18);
  display: none;
  z-index: 50;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.cookie-actions button {
  flex: 1;
}

.legal-main {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.legal-block {
  background: #ffffff;
  padding: 20px;
  border-radius: 18px;
  box-shadow: 0 12px 24px rgba(31, 36, 48, 0.08);
}

.contact-panel {
  background: #ffffff;
  padding: 24px;
  border-radius: 22px;
  box-shadow: 0 14px 26px rgba(31, 36, 48, 0.08);
  max-width: 720px;
}

@media (max-width: 768px) {
  .site-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-content {
    top: 0;
  }

  .sticky-cta {
    position: static;
  }
}
