* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  color: #111216;
  background-color: #f6f7f9;
  font-family: "Inter", "Segoe UI", system-ui, sans-serif;
}

body {
  color: #111216;
  background-color: #f6f7f9;
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 28px;
}

header {
  padding: 26px 0 10px;
}

.top-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.4px;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  font-size: 14px;
  align-items: center;
}

.ad-label {
  font-size: 12px;
  padding: 6px 10px;
  border: 1px solid #c8ccd6;
  border-radius: 999px;
  background-color: #ffffff;
}

.hero {
  padding: 40px 0 24px;
}

.split {
  display: flex;
  gap: 32px;
  align-items: stretch;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split .panel {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
}

.hero h1 {
  font-size: 42px;
  line-height: 1.1;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn {
  padding: 12px 18px;
  border-radius: 28px;
  border: 1px solid #111216;
  background-color: #111216;
  color: #ffffff;
  cursor: pointer;
  font-weight: 600;
}

.btn.secondary {
  background-color: #ffffff;
  color: #111216;
}

.btn.ghost {
  background-color: transparent;
  color: #111216;
}

.image-frame {
  background-color: #e3e6ed;
  border-radius: 18px;
  overflow: hidden;
}

.section {
  padding: 56px 0;
}

.section.bg-slate {
  background-color: #eef1f6;
}

.section.bg-deep {
  background-color: #0f172a;
  color: #f8fafc;
}

.section.bg-image-one {
  background-image: url("https://images.unsplash.com/photo-1498050108023-c5249f4df085?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.section.bg-image-two {
  background-image: url("https://images.unsplash.com/photo-1492724441997-5dc865305da7?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.overlay {
  background: rgba(15, 23, 42, 0.78);
  padding: 42px 0;
}

.stats {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
}

.stat-card {
  flex: 1;
  min-width: 180px;
  background-color: #ffffff;
  color: #111216;
  padding: 18px;
  border-radius: 16px;
}

.service-grid {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.section-cta {
  margin-top: 18px;
}

.price-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 0;
}

.service-card {
  flex: 1;
  min-width: 260px;
  background-color: #ffffff;
  color: #111216;
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-bottom: 16px;
}

.service-card h3,
.service-card p,
.service-card .price {
  padding: 0 16px;
}

.price {
  font-weight: 700;
}

.inline-media {
  display: flex;
  gap: 18px;
  align-items: center;
  flex-wrap: wrap;
}

.inline-media .text {
  flex: 1;
  min-width: 240px;
}

.inline-media .media {
  flex: 1;
  min-width: 240px;
}

.form-wrap {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

label {
  font-weight: 600;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

input,
select,
textarea {
  padding: 12px;
  border-radius: 10px;
  border: 1px solid #c9ced8;
  font-size: 15px;
  font-family: inherit;
}

.footer {
  margin-top: auto;
  padding: 36px 0 48px;
  background-color: #0f172a;
  color: #e2e8f0;
}

.footer-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 14px;
}

.footer small {
  display: block;
  margin-top: 16px;
  max-width: 760px;
}

.sticky-cta {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 10;
}

.sticky-cta button {
  border-radius: 24px;
  padding: 12px 18px;
  border: none;
  background-color: #2563eb;
  color: #ffffff;
  font-weight: 600;
  cursor: pointer;
}

.cookie-banner {
  position: fixed;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 12;
  background-color: #ffffff;
  border: 1px solid #cbd5f5;
  border-radius: 16px;
  padding: 18px;
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-left: auto;
}

.cookie-actions button {
  padding: 10px 16px;
  border-radius: 20px;
  border: 1px solid #111216;
  background-color: #111216;
  color: #ffffff;
  cursor: pointer;
}

.cookie-actions .reject {
  background-color: #ffffff;
  color: #111216;
}

@media (max-width: 900px) {
  .split,
  .split.reverse {
    flex-direction: column;
  }

  .hero h1 {
    font-size: 34px;
  }

  .sticky-cta {
    right: 14px;
    bottom: 14px;
  }
}
