* {
  box-sizing: border-box;
}

:root {
  --ink: #1d1f23;
  --muted: #5a6570;
  --sand: #f4f1ec;
  --sunset: #f2c59b;
  --ocean: #1f5f8b;
  --leaf: #1f7a5a;
  --cream: #fffaf4;
  --shadow: 0 18px 50px rgba(12, 18, 26, 0.12);
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
  border-radius: 18px;
}

a {
  color: inherit;
  text-decoration: none;
}

.page {
  overflow-x: hidden;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 6vw;
  background: #fff;
  border-bottom: 1px solid rgba(29, 31, 35, 0.08);
}

.nav-brand {
  font-weight: 700;
  letter-spacing: 0.4px;
}

.nav-links {
  display: flex;
  gap: 18px;
  font-size: 0.95rem;
}

.nav-links a {
  padding: 6px 0;
  border-bottom: 2px solid transparent;
}

.nav-links a:hover {
  border-bottom-color: var(--ocean);
}

.hero {
  padding: 6vw 6vw 3vw;
  background: linear-gradient(120deg, #fef7ee 0%, #f4f1ec 45%, #e7eef6 100%);
}

.section {
  padding: 6vw;
}

.section--tone {
  background: var(--sand);
}

.section--deep {
  background: #102e43;
  color: #fefcf7;
}

.section--overlay {
  position: relative;
  color: #fff;
  background: #1d1f23;
}

.section--overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("https://images.unsplash.com/photo-1489515217757-5fd1be406fef?auto=format&fit=crop&w=1400&q=80")
    center/cover no-repeat;
  opacity: 0.4;
}

.section--overlay > * {
  position: relative;
  z-index: 1;
}

.split {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
}

.split.reverse {
  flex-direction: column-reverse;
}

.split-content {
  flex: 1;
  min-width: 0;
}

.split-visual {
  flex: 1;
  min-width: 0;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.75rem;
  color: var(--leaf);
  font-weight: 700;
}

h1,
h2,
h3 {
  margin: 0 0 16px;
  line-height: 1.2;
}

h1 {
  font-size: clamp(2.5rem, 3.4vw, 3.6rem);
}

h2 {
  font-size: clamp(2rem, 2.8vw, 2.6rem);
}

.lead {
  font-size: 1.12rem;
  color: var(--muted);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 26px;
  border-radius: 999px;
  background: var(--ocean);
  color: #fff;
  font-weight: 600;
  border: none;
  cursor: pointer;
}

.btn.alt {
  background: #fff;
  color: var(--ocean);
  border: 1px solid rgba(31, 95, 139, 0.3);
}

.btn.ghost {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.inline-link {
  color: var(--ocean);
  font-weight: 600;
  border-bottom: 1px solid currentColor;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.card {
  flex: 1 1 230px;
  background: #fff;
  padding: 24px;
  border-radius: 20px;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.card img {
  border-radius: 16px;
  height: 160px;
  object-fit: cover;
}

.badge {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  background: rgba(31, 95, 139, 0.12);
  color: var(--ocean);
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 600;
}

.price {
  font-size: 1.4rem;
  font-weight: 700;
}

.two-column {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.form-wrapper {
  background: #fff;
  padding: 28px;
  border-radius: 22px;
  box-shadow: var(--shadow);
}

form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

label {
  font-weight: 600;
  font-size: 0.9rem;
}

input,
select,
textarea {
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(29, 31, 35, 0.2);
  font-size: 1rem;
  font-family: inherit;
}

textarea {
  min-height: 120px;
}

.stats {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.stat {
  flex: 1 1 180px;
  background: #fff;
  padding: 18px 20px;
  border-radius: 16px;
  box-shadow: var(--shadow);
}

.testimonial {
  background: #fff;
  color: var(--ink);
  padding: 18px 20px;
  border-radius: 16px;
  margin-bottom: 16px;
  box-shadow: var(--shadow);
}

.sticky-cta {
  position: sticky;
  bottom: 16px;
  margin: 0 auto 32px;
  max-width: 860px;
  background: rgba(31, 95, 139, 0.95);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  border-radius: 16px;
  gap: 18px;
}

.sticky-cta p {
  margin: 0;
}

.footer {
  padding: 4vw 6vw 6vw;
  background: #0f1a24;
  color: #d9e4ef;
}

.footer a {
  color: #d9e4ef;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 0.9rem;
}

.cookie-banner {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  background: #fff;
  padding: 16px 20px;
  border-radius: 16px;
  box-shadow: var(--shadow);
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  z-index: 20;
}

.cookie-actions {
  display: flex;
  gap: 12px;
}

.cookie-actions button {
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid rgba(29, 31, 35, 0.2);
  background: transparent;
  cursor: pointer;
}

.cookie-actions .accept {
  background: var(--leaf);
  color: #fff;
  border-color: transparent;
}

@media (min-width: 900px) {
  .split {
    flex-direction: row;
  }

  .split.reverse {
    flex-direction: row-reverse;
  }

  .two-column {
    flex-direction: row;
  }

  .hero {
    padding: 6vw 6vw 5vw;
  }
}
