* {
  box-sizing: border-box;
}

:root {
  color-scheme: light;
  --ink: #1b1b1f;
  --muted: #5b5f6a;
  --accent: #2a4b8d;
  --accent-soft: #e9effa;
  --sand: #f6f2ed;
  --sun: #f3ddba;
  --dark: #0f1a2b;
  --line: #d7dbe5;
  --bg: #ffffff;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.55;
}

a {
  color: var(--accent);
  text-decoration: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

.site-header {
  padding: 28px 6vw 12px;
}

.nav-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.brand {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.brand-name {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.4px;
}

.ad-disclosure {
  font-size: 12px;
  color: var(--muted);
}

.nav-toggle {
  border: 1px solid var(--line);
  background: var(--bg);
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 14px;
  cursor: pointer;
}

.nav-links {
  display: flex;
  gap: 18px;
  align-items: center;
  flex-wrap: wrap;
}

.nav-links a {
  font-size: 14px;
}

.nav-panel {
  margin-top: 18px;
  display: none;
  flex-direction: column;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--accent-soft);
}

.nav-panel.active {
  display: flex;
}

.section {
  padding: 48px 6vw;
  position: relative;
}

.section.tight {
  padding-top: 26px;
}

.section-sand {
  background: var(--sand);
}

.section-dark {
  background: var(--dark);
  color: #f5f6fa;
}

.section-dark a {
  color: #f9d59a;
}

.split {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: center;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split > div {
  flex: 1 1 320px;
}

.offset-box {
  background: var(--bg);
  border: 1px solid var(--line);
  padding: 24px;
  border-radius: 20px;
  box-shadow: 0 14px 30px rgba(15, 26, 43, 0.08);
  margin-top: 18px;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 12px;
}

.hero-title {
  font-size: 40px;
  margin: 0 0 12px;
}

.hero-sub {
  font-size: 18px;
  color: var(--muted);
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 18px;
}

.btn {
  border-radius: 999px;
  padding: 12px 20px;
  border: 1px solid var(--accent);
  background: var(--accent);
  color: #fff;
  cursor: pointer;
  font-size: 15px;
}

.btn.secondary {
  background: transparent;
  color: var(--accent);
}

.btn.soft {
  background: var(--sun);
  border-color: var(--sun);
  color: var(--dark);
}

.btn.block {
  width: 100%;
  text-align: center;
}

.inline-cta {
  font-weight: 600;
  border-bottom: 1px solid var(--accent);
}

.image-frame {
  background-color: #cdd7e7;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
}

.image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.card-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.card {
  flex: 1 1 240px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 240px;
}

.card-image {
  height: 160px;
  background-color: #d5dce8;
  border-radius: 14px;
  overflow: hidden;
}

.card .price {
  font-weight: 700;
  font-size: 18px;
}

.badge {
  display: inline-flex;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--accent-soft);
  font-size: 12px;
  color: var(--accent);
  font-weight: 600;
}

.highlight {
  background: #fff;
  border-left: 4px solid var(--accent);
  padding: 16px;
  border-radius: 12px;
}

.testimonial {
  border-radius: 16px;
  background: #fff;
  padding: 18px;
  border: 1px solid var(--line);
}

.form-shell {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 22px;
}

form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

input,
select,
textarea {
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 10px;
  font-size: 15px;
}

.form-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.form-row > div {
  flex: 1 1 220px;
}

.form-note {
  font-size: 13px;
  color: var(--muted);
}

.service-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.service-card button {
  margin-top: auto;
}

.bg-hero {
  background-color: #24324f;
  background-image: url("https://images.unsplash.com/photo-1497366216548-37526070297c?w=1400&q=80");
  background-size: cover;
  background-position: center;
  border-radius: 24px;
  padding: 36px;
  color: #fefefe;
}

.bg-hero .offset-box {
  background: rgba(15, 26, 43, 0.72);
  border: none;
}

.bg-insight {
  background-color: #314564;
  background-image: url("https://images.unsplash.com/photo-1487014679447-9f8336841d58?w=1400&q=80");
  background-size: cover;
  background-position: center;
  border-radius: 24px;
  padding: 40px;
  color: #fefefe;
}

.bg-insight .highlight {
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
}

.bg-learning {
  background-color: #2b3b56;
  background-image: url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?w=1400&q=80");
  background-size: cover;
  background-position: center;
  border-radius: 24px;
  padding: 34px;
  color: #fefefe;
}

.sticky-cta {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 8;
}

.sticky-cta a {
  background: var(--dark);
  color: #fff;
  padding: 12px 18px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.footer {
  padding: 42px 6vw;
  background: var(--dark);
  color: #f5f6fa;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 16px;
}

.footer a {
  color: #f5f6fa;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: #fff;
  border: 1px solid var(--line);
  padding: 16px;
  border-radius: 16px;
  display: none;
  z-index: 9;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.12);
}

.cookie-banner.active {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.cookie-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.page-hero {
  background: var(--accent-soft);
  border-radius: 22px;
  padding: 28px;
}

.list-clean {
  padding-left: 18px;
  margin: 0;
}

.muted {
  color: var(--muted);
}

@media (min-width: 900px) {
  .hero-title {
    font-size: 48px;
  }
}
