* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1c1f26;
  background: #f6f4f0;
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.topbar {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 24px 5vw 12px;
  gap: 24px;
}

.brand {
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.ad-label {
  display: inline-block;
  padding: 6px 10px;
  background: #f0d7c7;
  color: #5a2c15;
  font-size: 0.78rem;
  border-radius: 999px;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 0.95rem;
}

.nav-links a {
  padding: 6px 10px;
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid #d9d2c7;
}

.hero {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  padding: 40px 5vw 20px;
  align-items: stretch;
}

.hero-text,
.hero-visual {
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.hero-visual {
  background: #dcd7ce;
  border-radius: 28px;
  overflow: hidden;
}

.bg-insight {
  background-image: url("https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #ffffff;
}

.bg-insight .notice {
  background: rgba(28, 31, 38, 0.75);
  color: #ffffff;
}

.hero-visual img {
  width: 100%;
  height: 100%;
}

.tagline {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
}

.lead {
  font-size: 1.05rem;
  color: #3c3f46;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn {
  padding: 12px 18px;
  border-radius: 999px;
  background: #1c1f26;
  color: #ffffff;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  cursor: pointer;
}

.btn.secondary {
  background: #ffffff;
  color: #1c1f26;
  border: 1px solid #c9c1b6;
}

.section {
  padding: 48px 5vw;
}

.section.alt {
  background: #ffffff;
}

.split {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: center;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split .panel {
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.panel-image {
  background: #d8d2c6;
  border-radius: 22px;
  overflow: hidden;
}

.image-frame {
  background: #d8d2c6;
  border-radius: 22px;
  overflow: hidden;
}

.panel-image img {
  width: 100%;
  height: 100%;
}

.highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.highlight {
  flex: 1 1 180px;
  background: #f0ede7;
  padding: 16px;
  border-radius: 18px;
}

.service-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.service-card {
  flex: 1 1 240px;
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #e2ddd4;
  display: flex;
  flex-direction: column;
}

.service-card img {
  width: 100%;
  height: 180px;
}

.service-card .content {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.price {
  font-weight: 700;
  color: #3a2c1f;
}

.form-card {
  background: #ffffff;
  border-radius: 22px;
  padding: 24px;
  border: 1px solid #e2ddd4;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form-card form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.form-card label {
  font-size: 0.9rem;
  color: #3b3e45;
}

.form-card input,
.form-card select,
.form-card textarea {
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid #cfc8bd;
  font-size: 0.95rem;
}

.service-options {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.service-options label {
  display: flex;
  gap: 8px;
  align-items: center;
}

.form-error {
  color: #8d2b2b;
  font-size: 0.9rem;
  min-height: 20px;
}

.inline-link {
  font-weight: 600;
  text-decoration: underline;
}

.footer {
  padding: 32px 5vw;
  background: #1c1f26;
  color: #f6f4f0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.sticky-cta {
  position: fixed;
  bottom: 18px;
  right: 18px;
  background: #1c1f26;
  color: #ffffff;
  padding: 10px 14px;
  border-radius: 999px;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 10px;
}

.sticky-cta a {
  color: #ffffff;
  text-decoration: underline;
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  border-top: 1px solid #d5cec3;
  padding: 16px 5vw;
  display: none;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  z-index: 30;
}

.cookie-banner.is-visible {
  display: flex;
}

.cookie-actions {
  display: flex;
  gap: 10px;
}

.legal-block {
  background: #ffffff;
  border-radius: 20px;
  padding: 24px;
  border: 1px solid #e2ddd4;
}

.reference-list a {
  color: #f0d7c7;
  text-decoration: underline;
}

.two-column {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.two-column .column {
  flex: 1 1 300px;
}

.notice {
  padding: 16px;
  background: #f0ede7;
  border-radius: 16px;
}
