* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Segoe UI", Arial, sans-serif;
  color: #1f1b2d;
  background-color: #f6f3f0;
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
  object-fit: cover;
}

a {
  color: #2e2a4f;
  text-decoration: none;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 18px 6vw;
  background-color: #efe9e2;
}

.nav-brand {
  font-weight: 700;
  letter-spacing: 1px;
}

.nav-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 0.95rem;
}

.nav-ad {
  font-size: 0.85rem;
  color: #463f6d;
  border: 1px solid #c6bfd8;
  padding: 6px 10px;
  border-radius: 12px;
  background-color: #f8f5f2;
}

.hero {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  padding: 48px 6vw 32px;
  align-items: stretch;
}

.hero-text {
  flex: 1 1 340px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}

.hero-image {
  flex: 1 1 340px;
  background-color: #d2cadf;
  border-radius: 24px;
  overflow: hidden;
  min-height: 320px;
}

.section {
  padding: 40px 6vw;
}

.section.alt {
  background-color: #ece4f0;
}

.section.dark {
  background-color: #1f1b2d;
  color: #f9f6f2;
}

.section-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 720px;
}

.asym-row {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  align-items: center;
}

.asym-row.reverse {
  flex-direction: row-reverse;
}

.asym-text {
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.asym-card {
  flex: 1 1 280px;
  background-color: #f8f5f2;
  border-radius: 18px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  box-shadow: 0 10px 30px rgba(31, 27, 45, 0.08);
}

.image-card {
  background-color: #d7cfdb;
  border-radius: 18px;
  overflow: hidden;
}

.services {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.service-item {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  background-color: #f8f5f2;
  padding: 20px;
  border-radius: 18px;
}

.service-media {
  flex: 1 1 180px;
  background-color: #d2cadf;
  border-radius: 14px;
  overflow: hidden;
}

.service-info {
  flex: 2 1 280px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.price {
  font-weight: 700;
  font-size: 1.1rem;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid #1f1b2d;
  background-color: #1f1b2d;
  color: #f9f6f2;
  font-size: 0.95rem;
  cursor: pointer;
}

.button.alt {
  background-color: transparent;
  color: #1f1b2d;
}

.inline-link {
  border-bottom: 1px solid #1f1b2d;
  padding-bottom: 2px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.floating-cta {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 10;
}

.floating-cta .button {
  background-color: #5a4ea3;
  border-color: #5a4ea3;
}

.form-wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background-color: #f8f5f2;
  border-radius: 20px;
  padding: 24px;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.form-field input,
.form-field select,
.form-field textarea {
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid #bdb3cc;
  font-size: 0.95rem;
  font-family: inherit;
}

.footer {
  margin-top: auto;
  padding: 32px 6vw;
  background-color: #1f1b2d;
  color: #f9f6f2;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 0.9rem;
}

.footer a {
  color: #f9f6f2;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background-color: #f8f5f2;
  border-radius: 18px;
  padding: 16px 20px;
  box-shadow: 0 20px 40px rgba(31, 27, 45, 0.2);
  display: none;
  z-index: 20;
}

.cookie-content {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
}

.cookie-actions {
  display: flex;
  gap: 8px;
}

.meta-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 0.9rem;
  opacity: 0.85;
}

.split-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
}

.panel {
  flex: 1 1 280px;
  background-color: #f8f5f2;
  border-radius: 18px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.panel.dark {
  background-color: #2c2740;
  color: #f9f6f2;
}

.table-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.table-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid rgba(31, 27, 45, 0.1);
  padding-bottom: 8px;
}

.table-row:last-child {
  border-bottom: none;
}

.notice {
  background-color: #efe9e2;
  border-left: 4px solid #5a4ea3;
  padding: 12px 16px;
  border-radius: 12px;
}

.reference-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 0.85rem;
}

.two-column {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.two-column .column {
  flex: 1 1 260px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
