* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Inter", "Helvetica", Arial, sans-serif;
  color: #1d1d1f;
  background: #f6f5f2;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 32px 20px 80px;
}

.top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 12px 20px;
  background: #111826;
  color: #fef3c7;
  font-size: 14px;
}

.top-bar span {
  max-width: 580px;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 24px 0 40px;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 15px;
}

.nav-links a {
  padding: 6px 10px;
  border-radius: 20px;
  background: #fff;
}

.split-section {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin: 40px 0;
}

.split-section.reverse {
  flex-direction: row-reverse;
}

.split-text,
.split-media {
  flex: 1 1 320px;
  min-width: 280px;
}

.split-text {
  display: flex;
  flex-direction: column;
  gap: 18px;
  background: #ffffff;
  padding: 28px;
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

.split-text h1,
.split-text h2,
.split-text h3 {
  line-height: 1.2;
}

.split-media {
  border-radius: 20px;
  overflow: hidden;
  background: #e5e7eb;
  min-height: 320px;
}

.image-box {
  background: #e5e7eb;
  border-radius: 20px;
  overflow: hidden;
  min-height: 320px;
}

.img-bg-sky {
  background: #dbeafe;
}

.img-bg-amber {
  background: #fef3c7;
}

.img-bg-slate {
  background: #e2e8f0;
}

.img-bg-rose {
  background: #fdf2f8;
}

.img-bg-cool {
  background: #f1f5f9;
}

.hero-media {
  min-height: 420px;
  background-image: url("https://images.unsplash.com/photo-1521737604893-d14cc237f11d?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.highlight {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #e0f2fe;
  color: #075985;
  font-size: 14px;
}

.cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 999px;
  background: #0f172a;
  color: #f8fafc;
  border: none;
  cursor: pointer;
  font-weight: 600;
}

.btn.alt {
  background: #f8fafc;
  color: #0f172a;
  border: 1px solid #cbd5f5;
}

.inline-link {
  font-weight: 600;
  color: #0f172a;
  text-decoration: underline;
}

.card-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.card {
  flex: 1 1 240px;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
}

.card-body {
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.price {
  font-weight: 700;
  color: #0f172a;
}

.section-bg {
  background: #fef9c3;
  padding: 24px;
  border-radius: 18px;
}

.form-block {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

label {
  font-weight: 600;
  font-size: 14px;
}

select,
input,
textarea {
  width: 100%;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid #cbd5f5;
  background: #fff;
}

.footer {
  margin-top: 60px;
  padding-top: 32px;
  border-top: 1px solid #e2e8f0;
  display: flex;
  flex-direction: column;
  gap: 18px;
  font-size: 14px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.sticky-cta {
  position: fixed;
  bottom: 16px;
  right: 16px;
  background: #0f172a;
  color: #fff;
  padding: 12px 16px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.2);
}

.sticky-cta button {
  background: #fff;
  color: #0f172a;
  border: none;
  border-radius: 999px;
  padding: 6px 12px;
  cursor: pointer;
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #111827;
  color: #f9fafb;
  padding: 16px 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
}

.cookie-actions {
  display: flex;
  gap: 10px;
}

.cookie-actions button {
  border: none;
  border-radius: 999px;
  padding: 8px 14px;
  cursor: pointer;
  background: #f8fafc;
  color: #0f172a;
  font-weight: 600;
}

.banner-hidden {
  display: none;
}

.bg-team {
  background-image: url("https://images.unsplash.com/photo-1504384308090-c894fdcc538d?w=1400&q=80");
  background-size: cover;
  background-position: center;
  min-height: 320px;
}

.bg-process {
  background-image: url("https://images.unsplash.com/photo-1498050108023-c5249f4df085?w=1400&q=80");
  background-size: cover;
  background-position: center;
  min-height: 320px;
}
