:root {
  color-scheme: light;
  --bg: #f7f4f0;
  --ink: #1f2933;
  --muted: #5b6670;
  --accent: #1d4ed8;
  --accent-dark: #11348f;
  --soft: #eef1f6;
  --warm: #fff2e3;
  --highlight: #f4f9ff;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  background: var(--bg);
  color: var(--ink);
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

.wrap {
  width: min(1120px, 92%);
  margin: 0 auto;
}

.nav {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 0 8px;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.04em;
}

.nav-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.ad-label {
  font-size: 0.9rem;
  color: var(--muted);
  margin-top: 6px;
}

.hero {
  display: flex;
  gap: 32px;
  padding: 64px 0 48px;
  align-items: stretch;
}

.hero-text {
  flex: 1.1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px;
  background: var(--warm);
  border-radius: 20px;
}

.hero-media {
  flex: 0.9;
  border-radius: 22px;
  overflow: hidden;
  background-color: #d9e4ef;
  min-height: 360px;
  display: flex;
  align-items: stretch;
}

.hero-media img {
  width: 100%;
  height: 100%;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 999px;
  border: none;
  background: var(--accent);
  color: white;
  cursor: pointer;
  font-weight: 600;
}

.btn:hover {
  background: var(--accent-dark);
}

.btn-outline {
  background: transparent;
  color: var(--accent);
  border: 1px solid var(--accent);
}

.section {
  padding: 44px 0;
}

.split {
  display: flex;
  gap: 36px;
  align-items: center;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split .text-block {
  flex: 1;
}

.split .image-block {
  flex: 1;
  background-color: #dfe7f2;
  border-radius: 18px;
  overflow: hidden;
}

.offset-panel {
  margin-left: auto;
  width: min(820px, 100%);
  background: var(--highlight);
  padding: 32px;
  border-radius: 20px;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.card {
  flex: 1 1 260px;
  background: white;
  border-radius: 18px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 18px 30px rgba(17, 24, 39, 0.08);
}

.card-media {
  border-radius: 14px;
  overflow: hidden;
  background-color: #dce6f4;
  height: 160px;
}

.card h3 {
  margin: 0;
}

.price {
  font-weight: 700;
  color: var(--accent);
}

.process-grid {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.process-item {
  flex: 1 1 240px;
  background: var(--soft);
  padding: 18px;
  border-radius: 14px;
}

.testimonial {
  background: white;
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 12px 24px rgba(17, 24, 39, 0.06);
}

.service-select {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.service-btn {
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid #cbd5f5;
  background: white;
  cursor: pointer;
}

.service-btn.active {
  background: var(--accent);
  color: white;
  border-color: var(--accent);
}

.form-box {
  background: white;
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 16px 30px rgba(17, 24, 39, 0.08);
}

form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

label {
  font-weight: 600;
}

input,
select,
textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid #d0d7e2;
  font-size: 1rem;
}

.footer {
  padding: 36px 0 60px;
  border-top: 1px solid #d7dce5;
  color: var(--muted);
}

.footer-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.sticky-cta {
  position: fixed;
  right: 20px;
  bottom: 24px;
  z-index: 30;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  background: white;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 16px 30px rgba(17, 24, 39, 0.12);
  max-width: 320px;
  z-index: 40;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.simple-hero {
  background: var(--highlight);
  padding: 38px 0;
}

.hero-image-small {
  border-radius: 18px;
  overflow: hidden;
  background-color: #dfe7f2;
}

.bg-hero,
.bg-approach,
.bg-story,
.bg-workspace,
.bg-city,
.bg-coins,
.bg-newspaper,
.bg-laptop,
.bg-team,
.bg-building,
.bg-glass,
.bg-towers,
.bg-market,
.bg-plant {
  background-color: #dfe7f2;
}

.section-bg-data {
  background-image: url("https://images.unsplash.com/photo-1648201637025-1c77b9be3013?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.section-bg-balance {
  background-image: url("https://images.unsplash.com/photo-1611125832047-1d7ad1e8e48f?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.section-bg-data .offset-panel,
.section-bg-balance .form-box,
.section-bg-balance .text-block {
  background: rgba(255, 255, 255, 0.92);
  border-radius: 20px;
}

.section-bg-balance .text-block {
  padding: 18px;
}

@media (max-width: 900px) {
  .hero,
  .split {
    flex-direction: column;
  }

  .sticky-cta {
    position: static;
    margin: 16px auto 0;
  }

  .nav {
    flex-direction: column;
    align-items: flex-start;
  }
}
