* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  color: #0f172a;
  background: #f8fafc;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 6%;
  background: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
  gap: 16px;
  flex-wrap: wrap;
}

.brand {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.6px;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 0.95rem;
}

.ad-label {
  background: #e2e8f0;
  color: #1f2937;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.8rem;
  max-width: 320px;
}

main {
  flex: 1;
}

.section {
  padding: 72px 6%;
  display: flex;
  flex-direction: column;
  gap: 32px;
  position: relative;
}

.section.light {
  background: #ffffff;
}

.section.tinted {
  background: #eff6ff;
}

.section.dark {
  background: #0f172a;
  color: #e2e8f0;
}

.section.bg-one {
  background-image: url("https://images.unsplash.com/photo-1504384308090-c894fdcc538d?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #f8fafc;
}

.section.bg-one::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.78);
}

.section.bg-one .content-layer {
  position: relative;
  z-index: 1;
}

.asym-row {
  display: flex;
  gap: 36px;
  align-items: center;
}

.asym-row.reverse {
  flex-direction: row-reverse;
}

.asym-row .content,
.asym-row .media {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.hero-title {
  font-size: 2.8rem;
  line-height: 1.1;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 1.6px;
  font-size: 0.8rem;
  color: #475569;
}

.cta-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 999px;
  background: #0f172a;
  color: #ffffff;
  font-weight: 600;
  border: none;
  cursor: pointer;
}

.button.secondary {
  background: #e2e8f0;
  color: #0f172a;
}

.button.light {
  background: #ffffff;
  color: #0f172a;
}

.image-frame {
  background: #dbeafe;
  border-radius: 24px;
  overflow: hidden;
  min-height: 280px;
}

.image-frame.tall {
  min-height: 360px;
}

.offset-card {
  margin-top: -32px;
  background: #ffffff;
  border-radius: 20px;
  padding: 20px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
}

.signal-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.signal-item {
  padding: 16px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
}

.service-cards {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.service-card {
  display: flex;
  gap: 24px;
  align-items: center;
  padding: 24px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
}

.service-card.reverse {
  flex-direction: row-reverse;
}

.service-card .details {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.service-card .price {
  font-weight: 700;
  font-size: 1.1rem;
  color: #1d4ed8;
}

.card-media {
  flex: 1;
  background: #c7d2fe;
  border-radius: 20px;
  overflow: hidden;
  min-height: 240px;
}

.metric-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.metric {
  flex: 1;
  min-width: 180px;
  background: #ffffff;
  color: #0f172a;
  padding: 18px;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
}

.process-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.process-step {
  flex: 1;
  min-width: 220px;
  background: #ffffff;
  padding: 18px;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
}

.form-panel {
  background: #ffffff;
  border-radius: 22px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border: 1px solid #e2e8f0;
}

.form-row {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

label {
  font-weight: 600;
}

input,
select,
textarea {
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid #cbd5f5;
  font-size: 0.95rem;
  font-family: inherit;
}

.form-note {
  font-size: 0.9rem;
  color: #475569;
}

.inline-cta {
  font-weight: 600;
  color: #1d4ed8;
}

.sticky-cta {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #0f172a;
  color: #ffffff;
  padding: 14px 18px;
  border-radius: 16px;
  display: flex;
  gap: 12px;
  align-items: center;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.25);
  z-index: 5;
}

.sticky-cta .button {
  background: #ffffff;
  color: #0f172a;
}

.site-footer {
  padding: 40px 6%;
  background: #0f172a;
  color: #e2e8f0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 0.9rem;
}

.disclaimer {
  font-size: 0.85rem;
  color: #cbd5f5;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  background: #ffffff;
  color: #0f172a;
  border-radius: 18px;
  padding: 18px;
  width: min(360px, 90vw);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.2);
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 10;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.banner-hidden {
  display: none;
}

.legal-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 860px;
}

.contact-block {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: #ffffff;
  padding: 20px;
  border-radius: 18px;
  border: 1px solid #e2e8f0;
}

.notice-card {
  background: #ffffff;
  padding: 18px;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
}

@media (max-width: 900px) {
  .asym-row,
  .service-card {
    flex-direction: column;
  }

  .sticky-cta {
    right: 12px;
    left: 12px;
  }
}
