* {
  box-sizing: border-box;
}

:root {
  color-scheme: light;
  --ink: #1f1f1f;
  --muted: #5a5a5a;
  --accent: #2a5bd7;
  --accent-dark: #1b3ea5;
  --paper: #f6f2ed;
  --sand: #efe6dc;
  --stone: #e4e9f2;
  --rose: #f3e6e2;
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: var(--ink);
  background: #fff;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.container {
  width: min(1160px, 92%);
  margin: 0 auto;
}

.topbar {
  background: #fff;
  border-bottom: 1px solid #e6e1da;
}

.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 0;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: center;
}

.ad-label {
  font-size: 0.85rem;
  color: var(--muted);
  max-width: 240px;
  text-align: right;
}

.hero {
  background: var(--paper);
  padding: 48px 0 68px;
}

.hero-grid {
  display: flex;
  gap: 32px;
  align-items: stretch;
  flex-wrap: wrap;
}

.hero-text {
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
}

.hero-image {
  flex: 1 1 360px;
  background: #ddd6cc;
  padding: 12px;
}

.hero-image img {
  height: 100%;
  min-height: 280px;
}

.section {
  padding: 64px 0;
}

.section.alt {
  background: var(--sand);
}

.section-bg {
  position: relative;
  overflow: hidden;
  color: #f8fafc;
}

.section-bg .bg-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.section-bg .bg-image img {
  width: 100%;
  height: 100%;
}

.section-bg .content {
  position: relative;
  z-index: 1;
  padding: 72px 0;
  background: rgba(15, 23, 42, 0.72);
}

.magazine-split {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}

.magazine-col {
  flex: 1 1 280px;
}

.magazine-col.wide {
  flex: 1 1 420px;
}

.capsule {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid #d5d1c7;
  font-size: 0.85rem;
  background: #fff;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 999px;
  background: var(--accent);
  color: #fff;
  font-weight: 600;
  transition: background 0.2s ease;
}

.button:hover,
.button:focus {
  background: var(--accent-dark);
}

.button.secondary {
  background: #fff;
  color: var(--accent-dark);
  border: 1px solid var(--accent-dark);
}

.inline-link {
  color: var(--accent-dark);
  font-weight: 600;
  border-bottom: 1px solid var(--accent-dark);
}

.cards {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.card {
  flex: 1 1 220px;
  background: #fff;
  border: 1px solid #e2ddd6;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.card-image {
  background: #dfe5ee;
  padding: 10px;
}

.quote {
  background: #fff;
  border-left: 4px solid var(--accent);
  padding: 16px 18px;
  font-style: italic;
}

.service-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.service-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: #fff;
  border: 1px solid #e2ddd6;
  padding: 18px;
}

.service-item strong {
  font-size: 1.05rem;
}

.pricing {
  font-weight: 700;
  color: var(--accent-dark);
}

.form-shell {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: flex-start;
}

.form-panel {
  flex: 1 1 320px;
  background: #fff;
  border: 1px solid #e2ddd6;
  padding: 20px;
}

.form-panel label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
}

.form-panel input,
.form-panel select,
.form-panel textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 14px;
  border: 1px solid #d6d0c7;
  border-radius: 6px;
  font-family: inherit;
}

.form-note {
  font-size: 0.9rem;
  color: var(--muted);
}

.footer {
  background: #0f172a;
  color: #e2e8f0;
  padding: 32px 0 48px;
}

.footer a {
  color: #e2e8f0;
}

.footer-grid {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.footer-col {
  flex: 1 1 220px;
}

.sticky-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 20;
}

.sticky-cta a {
  display: inline-flex;
  padding: 12px 18px;
  border-radius: 999px;
  background: var(--accent-dark);
  color: #fff;
  font-weight: 600;
}

.cookie-banner {
  position: fixed;
  left: 18px;
  bottom: 18px;
  background: #fff;
  border: 1px solid #d4d0c9;
  padding: 16px;
  max-width: 320px;
  z-index: 30;
  display: none;
}

.cookie-actions {
  display: flex;
  gap: 12px;
  margin-top: 12px;
}

.cookie-actions button {
  flex: 1;
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid #c9c3ba;
  background: #fff;
  cursor: pointer;
}

.cookie-actions button.primary {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
}

.muted {
  color: var(--muted);
}

.image-frame {
  background: #d9d7d0;
  padding: 10px;
}

.section-title {
  font-size: 2rem;
  margin: 0 0 12px;
}

.subtle {
  font-size: 0.95rem;
  color: var(--muted);
}
