* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1f2933;
  background: #f7f8fa;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  object-fit: cover;
  display: block;
}

.page {
  width: 100%;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 6vw;
  background: #ffffff;
  border-bottom: 1px solid #e6e9ef;
}

.nav-left,
.nav-right {
  display: flex;
  align-items: center;
  gap: 16px;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.5px;
}

.ad-label {
  font-size: 0.85rem;
  background: #f3f0ff;
  color: #4f46e5;
  padding: 6px 10px;
  border-radius: 999px;
}

.nav-link {
  font-size: 0.95rem;
}

.cta-button,
.ghost-button,
.sticky-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 28px;
  background: #1f2933;
  color: #ffffff;
  font-weight: 600;
}

.ghost-button {
  background: transparent;
  color: #1f2933;
  border: 1px solid #1f2933;
}

.sticky-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  background: #ffffff;
  border-radius: 999px;
  padding: 8px 10px;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.12);
  z-index: 40;
}

.container {
  padding: 40px 6vw;
}

.section {
  padding: 60px 0;
}

.split {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: center;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split-half {
  flex: 1 1 320px;
  min-width: 280px;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.75rem;
  color: #6b7280;
  margin-bottom: 12px;
}

h1,
h2,
h3 {
  line-height: 1.2;
  margin-bottom: 16px;
}

h1 {
  font-size: 2.7rem;
}

h2 {
  font-size: 2rem;
}

p {
  margin-bottom: 16px;
}

.image-frame {
  background: #e7edf3;
  border-radius: 24px;
  overflow: hidden;
}

.bg-dark {
  background: #1f2933;
}

.bg-slate {
  background: #dde6ee;
}

.bg-ice {
  background: #e9eef5;
}

.bg-cloud {
  background: #f1f5f9;
}

.bg-sky {
  background: #e6edf5;
}

.bg-fog {
  background: #eef2f6;
}

.bg-steel {
  background: #e4eaf1;
}

.image-frame img {
  width: 100%;
  height: 100%;
}

.card-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.card {
  flex: 1 1 220px;
  background: #ffffff;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 12px 24px rgba(31, 41, 51, 0.08);
}

.service-card img {
  width: 100%;
  height: 180px;
}

.tag {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  background: #e8f4ff;
  color: #1d4ed8;
  font-size: 0.85rem;
  margin-bottom: 10px;
}

.pricing {
  font-weight: 700;
  font-size: 1.2rem;
  margin-top: 8px;
}

.form-wrap {
  background: #ffffff;
  border-radius: 28px;
  padding: 28px;
  box-shadow: 0 18px 30px rgba(31, 41, 51, 0.12);
}

form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

label {
  font-weight: 600;
  font-size: 0.95rem;
}

input,
select,
textarea {
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid #d7dce2;
  font-size: 1rem;
  font-family: inherit;
}

textarea {
  min-height: 120px;
  resize: vertical;
}

.inline-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.inline-link {
  color: #1d4ed8;
  font-weight: 600;
}

.footer {
  padding: 40px 6vw;
  background: #111827;
  color: #e5e7eb;
}

.footer a {
  color: #e5e7eb;
}

.footer-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.footer-col {
  flex: 1 1 200px;
}

.disclaimer {
  font-size: 0.85rem;
  color: #cbd5f5;
  margin-top: 20px;
}

.cookie-banner {
  position: fixed;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  background: #ffffff;
  border-radius: 16px;
  padding: 18px 22px;
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.18);
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  z-index: 50;
}

.cookie-actions {
  display: flex;
  gap: 12px;
}

.cookie-button {
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid #1f2933;
  background: #ffffff;
  color: #1f2933;
  font-weight: 600;
}

.cookie-button.primary {
  background: #1f2933;
  color: #ffffff;
}

.hero-background {
  background: #0f172a;
  color: #ffffff;
  border-radius: 32px;
  padding: 36px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bg-one {
  background-image: linear-gradient(120deg, rgba(15, 23, 42, 0.85), rgba(15, 23, 42, 0.55)),
    url("https://images.unsplash.com/photo-1498050108023-c5249f4df085?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #ffffff;
  border-radius: 32px;
}

.light-panel {
  background: #f1f5f9;
  padding: 28px;
  border-radius: 20px;
}

.text-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.wide-section {
  background: #ffffff;
  border-radius: 32px;
  padding: 40px;
  box-shadow: 0 18px 30px rgba(31, 41, 51, 0.08);
}

.meta-note {
  font-size: 0.9rem;
  color: #6b7280;
}
