* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1f2937;
  background: #f7f7f5;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.container {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
}

.topbar {
  padding: 18px 0;
  background: #ffffff;
  border-bottom: 1px solid #e5e7eb;
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.4px;
}

.nav-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  align-items: center;
}

.ad-label {
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 999px;
  background: #fde68a;
  color: #7c2d12;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid #111827;
  background: #111827;
  color: #ffffff;
  cursor: pointer;
  font-weight: 600;
}

.btn.secondary {
  background: #ffffff;
  color: #111827;
}

.btn.ghost {
  background: transparent;
  color: #111827;
}

.hero {
  padding: 48px 0 24px;
}

.split {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: center;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split > div {
  flex: 1 1 300px;
}

.hero-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.hero-image {
  border-radius: 28px;
  overflow: hidden;
  background: #e2e8f0;
}

.section {
  padding: 56px 0;
}

.section.alt {
  background: #ffffff;
}

.section.dark {
  background: #111827;
  color: #f9fafb;
}

.section-bg {
  background-image: url("https://images.unsplash.com/photo-1522202176988-66273c2fd55f?w=1400&q=80");
  background-size: cover;
  background-position: center;
  background-color: #111827;
  color: #ffffff;
  position: relative;
}

.section-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.75);
}

.section-bg .container {
  position: relative;
  z-index: 1;
}

.tag {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #6b7280;
  margin-bottom: 12px;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.card {
  flex: 1 1 240px;
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.07);
  display: flex;
  flex-direction: column;
}

.card-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.price {
  font-size: 20px;
  font-weight: 700;
}

.inline-image {
  border-radius: 18px;
  overflow: hidden;
  background: #f1f5f9;
}

.list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 0;
  margin: 16px 0 0;
  list-style: none;
}

.list li {
  padding-left: 20px;
  position: relative;
}

.list li::before {
  content: "•";
  position: absolute;
  left: 0;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.form-wrap {
  background: #ffffff;
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.08);
}

form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

label {
  font-weight: 600;
}

input,
select,
textarea {
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid #d1d5db;
  font-size: 16px;
  font-family: inherit;
}

.sticky-cta {
  position: sticky;
  bottom: 12px;
  z-index: 10;
  width: 100%;
}

.sticky-cta .container {
  background: #111827;
  color: #ffffff;
  border-radius: 999px;
  padding: 10px 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.cookie-banner {
  position: fixed;
  bottom: 16px;
  right: 16px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.18);
  padding: 16px;
  max-width: 320px;
  z-index: 100;
}

.cookie-actions {
  display: flex;
  gap: 8px;
  margin-top: 10px;
}

.footer {
  margin-top: auto;
  background: #0f172a;
  color: #f9fafb;
  padding: 32px 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 12px;
  font-size: 14px;
}

.legal {
  font-size: 13px;
  color: #cbd5f5;
  margin-top: 12px;
}

.pill {
  padding: 6px 12px;
  border-radius: 999px;
  background: #e0f2fe;
  color: #0369a1;
  font-size: 12px;
  display: inline-block;
}

.notice {
  background: #fef3c7;
  color: #92400e;
  padding: 16px;
  border-radius: 16px;
}

.notice.spaced {
  margin-top: 20px;
}

.center {
  text-align: center;
}

.muted {
  color: #6b7280;
}

.highlight {
  font-weight: 700;
}

.divider {
  height: 1px;
  background: #e5e7eb;
  margin: 28px 0;
}

.contact-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.contact-card {
  flex: 1 1 260px;
  background: #ffffff;
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.08);
}

.img-frame {
  border-radius: 18px;
  overflow: hidden;
  background: #e2e8f0;
}

.simple-hero {
  padding: 40px 0;
  background: #ffffff;
}
