:root {
  --bg: #f7f4f1;
  --ink: #1c1b1a;
  --muted: #5b5b5b;
  --accent: #0a4b78;
  --accent-soft: #dfeaf3;
  --warm: #f0e7dc;
  --panel: #ffffff;
  --shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Segoe UI", "Inter", system-ui, sans-serif;
  background: var(--bg);
  color: var(--ink);
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
  object-fit: cover;
}

main {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

header {
  padding: 32px 7vw 20px;
}

.nav-shell {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.nav-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.5px;
}

.ad-label {
  font-size: 0.85rem;
  color: var(--muted);
  background: var(--warm);
  padding: 6px 10px;
  border-radius: 999px;
}

.nav-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 0.95rem;
}

.hero {
  display: flex;
  flex-direction: column;
  gap: 26px;
  padding: 28px 7vw 0;
}

.hero-panel {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  align-items: stretch;
}

.hero-copy {
  flex: 1 1 320px;
  background: var(--panel);
  padding: 28px;
  border-radius: 20px;
  box-shadow: var(--shadow);
}

.hero-image {
  flex: 1 1 340px;
  min-height: 280px;
  border-radius: 22px;
  overflow: hidden;
  background-color: #d8dee6;
}

.hero-image img {
  width: 100%;
  height: 100%;
}

.section {
  padding: 0 7vw;
}

.section-card {
  background: var(--panel);
  padding: 28px;
  border-radius: 20px;
  box-shadow: var(--shadow);
}

.story-grid {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.story-block {
  flex: 1 1 260px;
  background: var(--panel);
  padding: 24px;
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.inline-image {
  border-radius: 18px;
  overflow: hidden;
  background-color: #cfd8df;
}

.inline-image img {
  width: 100%;
  height: 100%;
}

.highlight {
  background: var(--accent-soft);
  padding: 28px;
  border-radius: 20px;
}

.backdrop {
  background-image: url(\"https://images.unsplash.com/photo-1489515217757-5fd1be406fef?w=1400&q=80\");
  background-size: cover;
  background-position: center;
  background-color: #d0d6de;
  border-radius: 20px;
  color: #ffffff;
}

.backdrop .section-card {
  background: rgba(15, 17, 20, 0.78);
  color: #ffffff;
}

.split {
  display: flex;
  gap: 26px;
  flex-wrap: wrap;
  align-items: center;
}

.split .text {
  flex: 1 1 280px;
}

.split .media {
  flex: 1 1 280px;
  border-radius: 18px;
  overflow: hidden;
  background-color: #d9d9d9;
}

.card-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.service-card {
  flex: 1 1 220px;
  background: var(--panel);
  padding: 20px;
  border-radius: 18px;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.service-card .card-image {
  border-radius: 16px;
  overflow: hidden;
  background-color: #d5dbe3;
  height: 160px;
}

.service-card img {
  width: 100%;
  height: 100%;
}

.pricing-tag {
  font-weight: 700;
  color: var(--accent);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  background: var(--accent);
  color: #fff;
  border-radius: 999px;
  font-weight: 600;
  border: none;
}

.btn-ghost {
  background: transparent;
  border: 1px solid var(--accent);
  color: var(--accent);
}

.cta-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
}

.form-shell {
  background: var(--panel);
  padding: 26px;
  border-radius: 20px;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  gap: 18px;
}

form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

input,
select,
textarea {
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid #d6d6d6;
  font-size: 1rem;
  font-family: inherit;
}

footer {
  background: #0f1114;
  color: #f8f8f8;
  padding: 40px 7vw;
  margin-top: 40px;
}

.footer-grid {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-grid a {
  color: #f8f8f8;
}

.disclaimer {
  margin-top: 20px;
  font-size: 0.9rem;
  color: #d9d9d9;
}

.sticky-cta {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #ed8a19;
  color: #1c1b1a;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 600;
  box-shadow: var(--shadow);
  z-index: 1000;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  background: #ffffff;
  color: #1c1b1a;
  padding: 16px 18px;
  border-radius: 14px;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 280px;
  z-index: 1000;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.cookie-actions button {
  flex: 1 1 auto;
  padding: 10px 12px;
  border-radius: 999px;
  border: none;
  font-weight: 600;
}

.cookie-accept {
  background: var(--accent);
  color: #fff;
}

.cookie-reject {
  background: #e0e0e0;
  color: #1c1b1a;
}

.is-hidden {
  display: none;
}

.legal-hero {
  padding: 0 7vw;
}

.legal-hero .section-card {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
}

.legal-hero .media {
  flex: 1 1 240px;
  border-radius: 18px;
  overflow: hidden;
  background-color: #dcdcdc;
}

.legal-hero .content {
  flex: 2 1 320px;
}

.reference-list a {
  color: #d9d9d9;
  text-decoration: underline;
}

@media (max-width: 720px) {
  .sticky-cta {
    right: 14px;
    bottom: 14px;
  }
}
