* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  color-scheme: light;
  --ink: #1f2937;
  --muted: #6b7280;
  --accent: #0f766e;
  --accent-dark: #0b5f58;
  --sand: #f2f1ed;
  --mist: #eef2f7;
  --navy: #0f172a;
  --gold: #b08740;
}

body {
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
  color: var(--ink);
  background: #ffffff;
}

a {
  color: inherit;
  text-decoration: none;
}

main {
  width: 100%;
}

header {
  padding: 24px 6%;
  background: #ffffff;
  border-bottom: 1px solid #e5e7eb;
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.brand {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.nav-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 14px;
}

.nav-links a,
.nav-links button {
  background: transparent;
  border: none;
  font-size: 14px;
  cursor: pointer;
  color: var(--ink);
  padding: 6px 0;
}

.nav-links a:focus,
.nav-links button:focus {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

.ad-label {
  font-size: 12px;
  color: var(--muted);
  border: 1px solid #d1d5db;
  padding: 4px 10px;
  border-radius: 999px;
}

.hero {
  display: flex;
  min-height: 70vh;
  align-items: stretch;
  gap: 0;
}

.hero-media {
  flex: 1;
  background-image: url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?w=1400&q=80");
  background-size: cover;
  background-position: center;
  background-color: #cdd6df;
}

.hero-content {
  flex: 1;
  padding: 70px 8% 60px;
  background: var(--sand);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}

.eyebrow {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  color: var(--gold);
}

.hero h1 {
  font-size: 44px;
  line-height: 1.1;
  color: var(--navy);
}

.hero p {
  font-size: 18px;
  color: var(--muted);
}

.cta-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 8px;
  border: 1px solid transparent;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease;
}

.btn-primary {
  background: var(--accent);
  color: #ffffff;
}

.btn-primary:hover {
  background: var(--accent-dark);
}

.btn-outline {
  border-color: var(--accent);
  color: var(--accent);
  background: transparent;
}

.btn-outline:hover {
  background: rgba(15, 118, 110, 0.08);
}

.split-section {
  display: flex;
  gap: 0;
  align-items: stretch;
  min-height: 420px;
}

.split-section.reverse {
  flex-direction: row-reverse;
}

.split-media,
.split-content {
  flex: 1;
}

.split-media {
  background-size: cover;
  background-position: center;
  background-color: #d7dde5;
  min-height: 320px;
}

.media-horizon {
  background-image: url("https://images.unsplash.com/photo-1500534314209-a25ddb2bd429?w=1400&q=80");
}

.media-highlands {
  background-image: url("https://images.unsplash.com/photo-1469474968028-56623f02e42e?w=1400&q=80");
}

.split-content {
  padding: 60px 8%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
}

.split-content h2 {
  font-size: 32px;
  color: var(--navy);
}

.split-content p {
  color: var(--muted);
}

.split-muted {
  background: #f8fafc;
}

.split-mist {
  background: #eef2f7;
}

.inline-link {
  color: var(--accent);
  text-decoration: underline;
  font-weight: 600;
}

.cards {
  padding: 70px 6%;
  background: var(--mist);
}

.cards-head {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.card-grid {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.cards-cta {
  margin-top: 24px;
}

.card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  flex: 1 1 260px;
  min-width: 240px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
}

.card-media {
  width: 100%;
  height: 180px;
  background-color: #dde3ea;
  overflow: hidden;
}

.card-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.price {
  font-weight: 700;
  color: var(--accent);
}

.quote {
  padding: 50px 8%;
  background: #0f172a;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.quote span {
  color: #94a3b8;
}

.form-section {
  padding: 70px 6%;
  display: flex;
  gap: 36px;
  flex-wrap: wrap;
  background: #ffffff;
}

.form-panel {
  flex: 1 1 360px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form-panel h2 {
  font-size: 28px;
}

.form-panel p {
  color: var(--muted);
}

.form-panel ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: var(--muted);
}

form {
  flex: 1 1 320px;
  background: var(--mist);
  padding: 28px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

label {
  font-size: 14px;
  color: var(--navy);
}

input,
select,
textarea {
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid #cbd5f5;
  font-size: 14px;
  width: 100%;
}

textarea {
  min-height: 120px;
  resize: vertical;
}

.form-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.sticky-cta {
  position: sticky;
  bottom: 18px;
  margin: 0 auto 24px;
  width: calc(100% - 12%);
  background: #ffffff;
  padding: 16px 20px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.12);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.sticky-cta p {
  color: var(--muted);
}

.page-hero {
  padding: 70px 8% 60px;
  background: var(--navy);
  color: #ffffff;
}

.page-hero h1 {
  font-size: 38px;
  margin-bottom: 10px;
}

.page-content {
  padding: 60px 8%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.two-col {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.two-col > div {
  flex: 1 1 280px;
}

.service-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.service-item {
  display: flex;
  gap: 18px;
  align-items: center;
  padding: 16px;
  border-radius: 12px;
  background: #f8fafc;
}

.service-item img {
  border-radius: 10px;
}

.legal-grid {
  display: flex;
  gap: 26px;
  flex-wrap: wrap;
}

.legal-grid section {
  flex: 1 1 280px;
  background: #f8fafc;
  padding: 18px;
  border-radius: 12px;
}

.footer {
  background: #0b1120;
  color: #cbd5f5;
  padding: 40px 6%;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.footer a {
  color: #e2e8f0;
}

.footer small {
  color: #94a3b8;
}

.cookie-banner {
  position: fixed;
  bottom: 20px;
  right: 20px;
  max-width: 360px;
  background: #ffffff;
  border-radius: 12px;
  padding: 18px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.2);
  display: none;
  z-index: 10;
}

.cookie-banner p {
  font-size: 14px;
  color: var(--muted);
  margin-bottom: 12px;
}

.cookie-actions {
  display: flex;
  gap: 12px;
}

.media-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.image-frame {
  background-color: #dbe2ea;
  border-radius: 14px;
  overflow: hidden;
}

.hidden {
  display: none;
}

@media (max-width: 900px) {
  .hero,
  .split-section,
  .split-section.reverse {
    flex-direction: column;
  }

  .sticky-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}
