* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1b1b1b;
  background-color: #f6f4f1;
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
  object-fit: cover;
}

a {
  color: #16456b;
  text-decoration: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: 2px solid #16456b;
  outline-offset: 2px;
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 6vw;
  background-color: #efeae3;
  border-bottom: 1px solid #d9d1c7;
}

.nav-left,
.nav-right {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ad-label {
  font-size: 0.85rem;
  background-color: #1b1b1b;
  color: #f6f4f1;
  padding: 0.35rem 0.6rem;
  border-radius: 999px;
}

.cta-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.4rem;
  border-radius: 999px;
  border: 1px solid #16456b;
  background-color: #16456b;
  color: #ffffff;
  font-weight: 600;
  cursor: pointer;
}

.cta-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.2rem;
  border-radius: 8px;
  border: 1px solid #6b5d51;
  background-color: transparent;
  color: #6b5d51;
  font-weight: 600;
  cursor: pointer;
}

.hero,
.split-section {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  padding: 4.5rem 6vw;
  align-items: center;
}

.hero {
  background: linear-gradient(120deg, #e6ded5 0%, #f6f4f1 100%);
}

.split-section.reverse {
  flex-direction: row-reverse;
  background-color: #f1ede7;
}

.split-text,
.split-visual {
  flex: 1 1 320px;
  min-width: 280px;
}

.split-text h1,
.split-text h2 {
  margin-top: 0;
  font-size: clamp(2rem, 3vw, 3.2rem);
}

.split-text h2 {
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
}

.split-text p {
  margin-bottom: 1.2rem;
}

.image-frame {
  background-color: #d9d1c7;
  padding: 0.5rem;
  border-radius: 16px;
  overflow: hidden;
}

.image-frame img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

.service-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.service-card {
  flex: 1 1 220px;
  background-color: #ffffff;
  border-radius: 16px;
  padding: 1.5rem;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.service-card h3 {
  margin: 0;
}

.price {
  font-weight: 700;
  color: #16456b;
}

.inline-cta {
  font-weight: 600;
  border-bottom: 1px solid #16456b;
}

.highlight-strip {
  margin: 0 6vw;
  background-color: #fffaf2;
  border-left: 6px solid #d16f45;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.form-section {
  background-color: #f7f0e6;
  padding: 3.5rem 6vw 5rem;
}

.form-card {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.12);
}

.form-card label {
  font-weight: 600;
}

.form-card input,
.form-card select,
.form-card textarea {
  width: 100%;
  padding: 0.7rem;
  border-radius: 10px;
  border: 1px solid #c9c1b6;
  font-size: 1rem;
}

.form-row {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.form-message {
  color: #6b5d51;
  min-height: 1.4rem;
}

.footer {
  margin-top: auto;
  padding: 3rem 6vw;
  background-color: #1b1b1b;
  color: #f6f4f1;
}

.footer a {
  color: #f6f4f1;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 1rem;
}

.sticky-cta {
  position: sticky;
  bottom: 1rem;
  margin-left: auto;
  margin-right: 6vw;
  display: flex;
  justify-content: flex-end;
  padding: 0.5rem 0;
  z-index: 10;
}

.sticky-cta .cta-primary {
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
}

.cookie-banner {
  position: fixed;
  left: 1.5rem;
  right: 1.5rem;
  bottom: 1.5rem;
  background-color: #ffffff;
  border-radius: 16px;
  padding: 1.5rem;
  display: none;
  flex-wrap: wrap;
  gap: 1rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18);
  z-index: 20;
}

.cookie-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.tag {
  display: inline-flex;
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  background-color: #efeae3;
  color: #6b5d51;
  font-size: 0.85rem;
}

.details-grid {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.details-grid .detail-box {
  background-color: #ffffff;
  border-radius: 14px;
  padding: 1.5rem;
  border: 1px solid #e1dad1;
}

.plain-list {
  padding-left: 1.2rem;
}

.full-width-section {
  padding: 4rem 6vw;
  background-color: #efeae3;
}

.bg-process {
  background-image: linear-gradient(
      rgba(239, 234, 227, 0.92),
      rgba(239, 234, 227, 0.92)
    ),
    url("https://images.unsplash.com/photo-1519389950473-47ba0277781c?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.reference-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-size: 0.95rem;
}
