* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Arial", "Helvetica", sans-serif;
  color: #1c1c1c;
  background-color: #f7f5f2;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.container {
  width: min(1180px, 92%);
  margin: 0 auto;
}

.topbar {
  padding: 18px 0;
}

.topbar .container {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.brand-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.5px;
}

.ad-label {
  font-size: 0.85rem;
  color: #5a5a5a;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 0.95rem;
}

.nav-links a {
  padding: 6px 10px;
  border-radius: 20px;
  background-color: #ece7df;
}

.main {
  flex: 1;
}

.split-section {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  padding: 60px 0;
  align-items: center;
}

.split-section.reverse {
  flex-direction: row-reverse;
}

.split-text,
.split-media {
  flex: 1 1 320px;
}

.split-text h1,
.split-text h2,
.split-text h3 {
  margin-top: 0;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.75rem;
  color: #a14f2d;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 24px;
  background-color: #222;
  color: #fff;
  border: none;
  cursor: pointer;
}

.btn:hover,
.btn:focus {
  background-color: #3c3c3c;
}

.btn.secondary {
  background-color: #c06b46;
}

.btn.secondary:hover,
.btn.secondary:focus {
  background-color: #a2583b;
}

.inline-link {
  text-decoration: underline;
}

.panel {
  background-color: #ffffff;
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.08);
}

.service-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.service-item {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid #e5e0d8;
  padding-bottom: 12px;
}

.service-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.price {
  font-weight: 700;
  color: #a14f2d;
  white-space: nowrap;
}

.img-frame {
  border-radius: 28px;
  overflow: hidden;
  background-color: #e2ddd6;
}

.img-frame.small {
  max-width: 420px;
}

.img-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.img-grid .img-frame {
  flex: 1 1 240px;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.form-panel {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form-panel label {
  font-weight: 600;
  font-size: 0.9rem;
}

.form-panel input,
.form-panel select,
.form-panel textarea {
  width: 100%;
  padding: 12px;
  border-radius: 12px;
  border: 1px solid #d9d1c7;
  font-size: 1rem;
  font-family: inherit;
}

.footer {
  background-color: #1f1f1f;
  color: #f5f1eb;
  padding: 40px 0;
}

.footer .container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

.footer a {
  color: #f5f1eb;
  text-decoration: underline;
}

.sticky-cta {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 10;
}

.sticky-cta button {
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  box-shadow: 0 -12px 28px rgba(0, 0, 0, 0.08);
  padding: 18px 0;
  z-index: 20;
}

.cookie-banner.hidden {
  display: none;
}

.cookie-content {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
}

.legal-list {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.bg-hero {
  background-image: url("https://images.unsplash.com/photo-1487058792275-0ad4aaf24ca7?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #fff;
}

.bg-hero .panel {
  background-color: rgba(20, 20, 20, 0.78);
}

.bg-process {
  background-image: url("https://images.unsplash.com/photo-1517245386807-bb43f82c33c4?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.bg-trust {
  background-image: url("https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.bg-form {
  background-image: url("https://images.unsplash.com/photo-1498050108023-c5249f4df085?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.bg-lab {
  background-image: url("https://images.unsplash.com/photo-1518770660439-4636190af475?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.bg-support {
  background-image: url("https://images.unsplash.com/photo-1519389950473-47ba0277781c?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.bg-soft {
  background-color: #f0ebe4;
}

.text-light {
  color: #fdfbf8;
}

@media (max-width: 820px) {
  .sticky-cta {
    right: 16px;
    bottom: 16px;
  }
}
