* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --ink: #1f2428;
  --muted: #5b6470;
  --accent: #3366ff;
  --accent-soft: #e8edff;
  --sand: #f6f1ec;
  --forest: #0e5f5c;
  --rose: #fff2f1;
  --card: #ffffff;
  --shadow: 0 14px 40px rgba(0, 0, 0, 0.08);
}

body {
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: var(--ink);
  background: #ffffff;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

.text-link {
  color: var(--accent);
  text-decoration: underline;
}

img {
  max-width: 100%;
  display: block;
}

.container {
  width: min(1120px, 92%);
  margin: 0 auto;
}

.site-header {
  padding: 26px 0 18px;
  border-bottom: 1px solid #e6e6e6;
  background: #fff;
}

.split-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}

.brand {
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.4px;
}

.ad-label {
  font-size: 0.82rem;
  color: var(--forest);
  background: #e5f4f3;
  padding: 6px 10px;
  border-radius: 999px;
}

.main-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-left: auto;
}

.main-nav a {
  font-size: 0.95rem;
  color: var(--muted);
  padding: 6px 2px;
}

.main-nav a.button-link {
  color: #fff;
  background: var(--accent);
  padding: 10px 16px;
  border-radius: 999px;
}

.main-nav a.button-link:hover {
  background: #2b57d6;
}

.hero {
  padding: 64px 0 76px;
  background: var(--sand);
  position: relative;
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("https://images.unsplash.com/photo-1517433456452-f9633a875f6f?w=1400&q=80");
  background-size: cover;
  background-position: center;
  opacity: 0.15;
}

.hero .split {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
}

.hero-content {
  flex: 1 1 360px;
}

.hero h1 {
  font-size: clamp(2rem, 3.5vw, 3rem);
  line-height: 1.15;
  margin-bottom: 18px;
}

.hero p {
  color: var(--muted);
  margin-bottom: 22px;
  max-width: 520px;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--accent);
  color: #fff;
  padding: 12px 20px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  font-weight: 600;
}

.button.secondary {
  background: #fff;
  color: var(--accent);
  border: 1px solid var(--accent);
}

.button:hover {
  background: #2b57d6;
}

.button.secondary:hover {
  background: var(--accent-soft);
}

.hero-card {
  flex: 1 1 320px;
  background: var(--card);
  border-radius: 28px;
  box-shadow: var(--shadow);
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.hero-card .media-frame {
  background: #e9e3dc;
  border-radius: 20px;
  overflow: hidden;
}

.media-img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.split-section {
  padding: 70px 0;
}

.split {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
  align-items: center;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split-text {
  flex: 1 1 360px;
}

.split-text h2 {
  font-size: clamp(1.6rem, 2.5vw, 2.2rem);
  margin-bottom: 14px;
}

.split-text p {
  color: var(--muted);
  margin-bottom: 16px;
}

.image-card {
  flex: 1 1 320px;
  background: #f0f4ff;
  padding: 18px;
  border-radius: 24px;
}

.image-card .media-frame {
  background: #dde4ff;
  border-radius: 18px;
  overflow: hidden;
}

.feature-band {
  background: var(--rose);
  padding: 70px 0;
}

.feature-band .split-text {
  max-width: 520px;
}

.services {
  padding: 80px 0;
}

.services h2 {
  font-size: clamp(1.7rem, 2.8vw, 2.4rem);
  margin-bottom: 20px;
}

.service-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.service-card {
  flex: 1 1 240px;
  background: var(--card);
  border-radius: 22px;
  box-shadow: var(--shadow);
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.service-card .media-frame {
  background: #e9eff6;
  border-radius: 16px;
  overflow: hidden;
}

.service-card h3 {
  font-size: 1.15rem;
}

.price {
  font-weight: 700;
  color: var(--forest);
}

.cta-strip {
  background: #0e223f;
  color: #fff;
  padding: 60px 0;
}

.cta-strip .split {
  align-items: flex-start;
}

.cta-strip h2 {
  margin-bottom: 12px;
}

.cta-strip p {
  color: #d3d9e6;
  margin-bottom: 18px;
}

.proof {
  padding: 70px 0;
  background: var(--sand);
}

.insight-section {
  background-image: url("https://images.unsplash.com/photo-1520607162513-77705c0f0d4a?w=1400&q=80");
  background-size: cover;
  background-position: center;
  position: relative;
}

.insight-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(246, 241, 236, 0.92);
}

.insight-section .container {
  position: relative;
  z-index: 1;
}

.proof-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.proof-card {
  flex: 1 1 260px;
  background: #fff;
  border-radius: 18px;
  padding: 18px;
  box-shadow: var(--shadow);
}

.proof-card span {
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
}

.form-section {
  padding: 80px 0;
  background: #f4f7ff;
}

.form-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: flex-start;
}

.form-box {
  flex: 1 1 320px;
  background: #fff;
  border-radius: 22px;
  padding: 24px;
  box-shadow: var(--shadow);
}

.form-box form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

label {
  font-weight: 600;
  font-size: 0.95rem;
}

input,
select,
textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid #cfd6e4;
  font-size: 0.95rem;
}

input:disabled,
textarea:disabled {
  background: #f3f3f3;
}

.form-note {
  color: var(--muted);
  font-size: 0.9rem;
}

.footer {
  padding: 50px 0 70px;
  background: #0e0f12;
  color: #e9e9ea;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin: 16px 0 24px;
}

.footer p {
  color: #c7c7cb;
  font-size: 0.9rem;
  max-width: 780px;
}

.sticky-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  background: var(--forest);
  color: #fff;
  padding: 12px 16px;
  border-radius: 999px;
  box-shadow: var(--shadow);
  font-size: 0.9rem;
  z-index: 10;
}

.sticky-cta:hover {
  background: #0a4c49;
}

.cookie-banner {
  position: fixed;
  left: 18px;
  bottom: 18px;
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 16px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: min(340px, 90%);
  box-shadow: var(--shadow);
  z-index: 11;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.cookie-banner.hidden {
  display: none;
}

.page-hero {
  padding: 60px 0 40px;
  background: var(--sand);
}

.page-hero h1 {
  font-size: clamp(2rem, 3vw, 2.6rem);
  margin-bottom: 12px;
}

.simple-section {
  padding: 50px 0;
}

.note-card {
  background: #fff;
  border-radius: 18px;
  padding: 20px;
  box-shadow: var(--shadow);
}

.icon-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.icon-card {
  flex: 1 1 240px;
  background: #fff;
  border-radius: 18px;
  padding: 18px;
  box-shadow: var(--shadow);
}

.icon-card svg {
  width: 36px;
  height: 36px;
  margin-bottom: 10px;
  color: var(--accent);
}

.legal-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  color: var(--muted);
}

.contact-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.contact-card {
  flex: 1 1 260px;
  background: #fff;
  border-radius: 18px;
  padding: 18px;
  box-shadow: var(--shadow);
}
