* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: #1b1f24;
  background-color: #f6f5f2;
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
  object-fit: cover;
}

a {
  color: #1b4fd6;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: underline;
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.top-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 6vw;
  background-color: #f1efe9;
  border-bottom: 1px solid #d6d1c7;
  gap: 24px;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: lowercase;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  font-size: 0.95rem;
}

.ad-label {
  background: #1b1f24;
  color: #fff;
  padding: 6px 10px;
  border-radius: 16px;
  font-size: 0.8rem;
}

.split-section {
  display: flex;
  flex-wrap: wrap;
  padding: 64px 6vw;
  align-items: center;
  gap: 32px;
}

.split-section.reverse {
  flex-direction: row-reverse;
}

.split-text,
.split-media {
  flex: 1 1 320px;
}

.split-text h1,
.split-text h2 {
  margin-top: 0;
  line-height: 1.2;
}

.tagline {
  font-size: 1.1rem;
  margin-bottom: 24px;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  margin-top: 18px;
}

.button {
  border: none;
  padding: 12px 22px;
  border-radius: 26px;
  background-color: #1b4fd6;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}

.button.secondary {
  background-color: #e6e0d5;
  color: #1b1f24;
}

.panel {
  background-color: #ffffff;
  padding: 28px;
  border-radius: 22px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.panel-soft {
  background-color: #eef1f6;
  padding: 24px;
  border-radius: 18px;
}

.img-fallback-hero {
  background-color: #dfe6f4;
}

.img-fallback-insight {
  background-color: #c9d4e2;
}

.img-fallback-process {
  background-color: #d8e5d6;
}

.img-fallback-card-a {
  background-color: #efe6da;
}

.img-fallback-card-b {
  background-color: #e3e8f4;
}

.img-fallback-card-c {
  background-color: #dfe6f4;
}

.img-fallback-testimonial {
  background-color: #f1efe9;
}

.img-fallback-about {
  background-color: #e7ecef;
}

.img-fallback-services {
  background-color: #e9e2d6;
}

.img-fallback-contact {
  background-color: #e2e7ea;
}

.img-fallback-legal {
  background-color: #e9edf2;
}

.img-fallback-thanks {
  background-color: #e7f0ee;
}

.bg-strategy {
  background-color: #e8eef8;
  background-image: url("https://images.unsplash.com/photo-1500534314209-a25ddb2bd429?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.bg-services {
  background-color: #efe7dc;
  background-image: url("https://images.unsplash.com/photo-1517245386807-bb43f82c33c4?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.bg-contact {
  background-color: #e1e8ee;
  background-image: url("https://images.unsplash.com/photo-1521737604893-d14cc237f11d?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.bg-legal {
  background-color: #e8edf1;
  background-image: url("https://images.unsplash.com/photo-1486312338219-ce68d2c6f44d?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.service-cards {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.service-card {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  background-color: #fff;
  padding: 18px;
  border-radius: 18px;
}

.service-card img {
  width: 120px;
  height: 92px;
  border-radius: 14px;
}

.price {
  font-weight: 700;
  color: #0d2d8c;
}

.list {
  padding-left: 18px;
  margin: 0;
}

.highlight {
  background-color: #1b1f24;
  color: #fff;
  padding: 6px 12px;
  border-radius: 12px;
  display: inline-block;
}

.testimonial {
  display: flex;
  flex-direction: column;
  gap: 14px;
  background-color: #fff;
  padding: 22px;
  border-radius: 18px;
}

.form-section {
  background-color: #1b1f24;
  color: #fff;
}

.form-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.form-wrapper form {
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

input,
select,
textarea {
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid #d6d1c7;
  font-size: 0.98rem;
}

textarea {
  min-height: 120px;
  resize: vertical;
}

.sticky-cta {
  position: fixed;
  right: 22px;
  bottom: 22px;
  padding: 12px 18px;
  border-radius: 999px;
  background-color: #0d2d8c;
  color: #fff;
  font-weight: 600;
  border: none;
  cursor: pointer;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.2);
}

.footer {
  padding: 42px 6vw;
  background-color: #f1efe9;
  border-top: 1px solid #d6d1c7;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 14px;
}

.cookie-banner {
  position: fixed;
  left: 24px;
  bottom: 24px;
  background-color: #fff;
  border: 1px solid #d6d1c7;
  border-radius: 16px;
  padding: 16px;
  max-width: 360px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
  z-index: 999;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.hidden {
  display: none;
}

.bg-insight {
  background-color: #e6edf5;
  background-image: url("https://images.unsplash.com/photo-1519389950473-47ba0277781c?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.bg-clarity {
  background-color: #f3efe5;
  background-image: url("https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.bg-quiet {
  background-color: #eef1f6;
}

.bg-flow {
  background-color: #e9f0ea;
  background-image: url("https://images.unsplash.com/photo-1421986527537-888d998adb74?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.note {
  font-size: 0.9rem;
  opacity: 0.85;
}
