* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --ink: #1b1f2a;
  --muted: #5c6472;
  --surface: #f4f5f7;
  --accent: #3a6ea5;
  --accent-soft: #e6eef7;
  --dark: #0f1724;
  --sand: #f7f1ea;
}

body {
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: var(--ink);
  background: #ffffff;
  line-height: 1.6;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

a {
  color: var(--accent);
  text-decoration: none;
}

.page {
  max-width: 1180px;
  margin: 0 auto;
  padding: 28px 24px 80px;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 0 28px;
}

.brand {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.brand-name {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.brand-tagline {
  font-size: 14px;
  color: var(--muted);
}

.ad-label {
  font-size: 13px;
  color: var(--muted);
  background: var(--surface);
  padding: 8px 12px;
  border-radius: 999px;
}

.nav-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 14px;
}

.hero {
  display: flex;
  gap: 28px;
  align-items: stretch;
}

.hero-copy {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
}

.hero-visual {
  flex: 1;
  min-height: 340px;
  background: #dfe6ee;
  border-radius: 24px;
  overflow: hidden;
}

.hero-visual img {
  border-radius: 24px;
}

.cta-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 999px;
  border: 1px solid var(--accent);
  font-weight: 600;
  background: var(--accent);
  color: #ffffff;
  cursor: pointer;
}

.btn-outline {
  background: #ffffff;
  color: var(--accent);
}

.split {
  display: flex;
  gap: 28px;
  align-items: center;
  padding: 40px 0;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split-copy {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.split-media {
  flex: 1;
  min-height: 260px;
  border-radius: 20px;
  overflow: hidden;
  background: #e3e7ee;
}

.split-media img {
  border-radius: 20px;
}

.pill {
  display: inline-flex;
  padding: 6px 12px;
  background: var(--accent-soft);
  border-radius: 999px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 600;
}

.service-list {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.service-item {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 18px;
  border-radius: 18px;
  background: var(--surface);
}

.service-media {
  width: 180px;
  height: 120px;
  border-radius: 14px;
  overflow: hidden;
  background: #dde3ea;
  flex-shrink: 0;
}

.service-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.price {
  font-weight: 700;
  color: var(--accent);
}

.band {
  background: var(--sand);
  border-radius: 24px;
  padding: 36px;
  margin: 30px 0;
}

.form-wrap {
  display: flex;
  gap: 24px;
  align-items: stretch;
}

.form-panel {
  flex: 1;
  background: #ffffff;
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 14px 40px rgba(15, 23, 36, 0.08);
}

form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

label {
  font-weight: 600;
  font-size: 14px;
}

input,
select,
textarea {
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid #d4d9e0;
  font-size: 14px;
  font-family: inherit;
}

textarea {
  min-height: 120px;
  resize: vertical;
}

.sticky-cta {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 10;
}

.sticky-cta button {
  box-shadow: 0 16px 30px rgba(15, 23, 36, 0.2);
}

.footer {
  margin-top: 50px;
  border-top: 1px solid #e3e6ea;
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 13px;
  color: var(--muted);
}

.footer-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.cookie-banner {
  position: fixed;
  left: 24px;
  bottom: 24px;
  background: #ffffff;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 18px 40px rgba(15, 23, 36, 0.2);
  max-width: 320px;
  display: none;
  z-index: 12;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.cookie-actions button {
  flex: 1;
}

.bg-sky {
  background-image: url("https://images.unsplash.com/photo-1521791136064-7986c2920216?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #ffffff;
}

.bg-sky .split-copy {
  background: rgba(15, 23, 36, 0.7);
  padding: 24px;
  border-radius: 18px;
}

.bg-deep {
  background-image: url("https://images.unsplash.com/photo-1473181488821-2d23949a045a?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #ffffff;
}

.bg-deep .split-copy {
  background: rgba(255, 255, 255, 0.1);
  padding: 24px;
  border-radius: 18px;
}

@media (max-width: 900px) {
  .hero,
  .split,
  .form-wrap,
  .service-item {
    flex-direction: column;
  }

  .service-media {
    width: 100%;
  }

  .sticky-cta {
    right: 16px;
    bottom: 16px;
  }
}
