* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1e1f24;
  background: #f5f4f1;
  line-height: 1.6;
}

img,
svg {
  max-width: 100%;
  display: block;
}

a {
  color: #1c4dd8;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.page {
  width: min(1200px, 92%);
  margin: 0 auto;
  padding: 32px 0 72px;
}

.top-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0 16px;
  border-bottom: 1px solid #d4d1c8;
}

.brand {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 0.95rem;
}

.nav-cta {
  padding: 10px 18px;
  border-radius: 999px;
  background: #1e1f24;
  color: #fff;
  font-weight: 600;
}

.nav-cta:hover {
  text-decoration: none;
  background: #33353d;
}

.section {
  padding: 48px 0;
  border-bottom: 1px solid #e2ded2;
}

.section.alt {
  background: #fff;
}

.section.accent {
  background: #efe9da;
}

.section h2 {
  font-size: 2rem;
  margin-bottom: 16px;
}

.section h3 {
  font-size: 1.3rem;
  margin-bottom: 10px;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.75rem;
  color: #6c6a63;
  margin-bottom: 12px;
}

.magazine-row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.magazine-col {
  flex: 1 1 260px;
}

.magazine-col.wide {
  flex: 2 1 420px;
}

.card {
  background: #fff;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}

.card.dark {
  background: #1e1f24;
  color: #f5f4f1;
}

.card.dark a {
  color: #f5f4f1;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 12px;
  background: #1c4dd8;
  color: #fff;
  font-weight: 600;
  border: none;
  cursor: pointer;
}

.cta-button.secondary {
  background: #efe9da;
  color: #1e1f24;
  border: 1px solid #c9c1b1;
}

.cta-link {
  font-weight: 600;
  color: #1e1f24;
  border-bottom: 2px solid #1e1f24;
  padding-bottom: 2px;
}

.cta-link:hover {
  text-decoration: none;
  color: #1c4dd8;
  border-color: #1c4dd8;
}

.inline-highlight {
  background: #fff3c7;
  padding: 2px 6px;
  border-radius: 8px;
}

.pricing-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.pricing-item {
  flex: 1 1 240px;
  border: 1px solid #d8d2c3;
  border-radius: 14px;
  padding: 18px;
  background: #faf8f2;
}

.price {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 10px 0;
}

.form-panel {
  display: flex;
  flex-direction: column;
  gap: 14px;
  background: #fff;
  padding: 24px;
  border-radius: 18px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.06);
}

label {
  font-weight: 600;
  font-size: 0.9rem;
}

input,
select,
textarea {
  width: 100%;
  padding: 12px;
  border-radius: 10px;
  border: 1px solid #c9c1b1;
  background: #fff;
  font-family: inherit;
  font-size: 1rem;
}

.form-note {
  font-size: 0.85rem;
  color: #5a5952;
}

.footer {
  padding: 40px 0 80px;
  font-size: 0.9rem;
  color: #5f5c55;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 12px;
}

.sticky-cta {
  position: fixed;
  bottom: 18px;
  right: 18px;
  background: #1e1f24;
  color: #fff;
  padding: 12px 16px;
  border-radius: 999px;
  display: flex;
  gap: 10px;
  align-items: center;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
  z-index: 30;
}

.sticky-cta button {
  border: none;
  background: #f5f4f1;
  color: #1e1f24;
  padding: 8px 12px;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 600;
}

.cookie-banner {
  position: fixed;
  bottom: 20px;
  left: 20px;
  max-width: 360px;
  background: #fff;
  padding: 16px;
  border-radius: 14px;
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.14);
  z-index: 40;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.cookie-actions button {
  flex: 1;
  padding: 8px 12px;
  border-radius: 10px;
  border: 1px solid #c9c1b1;
  background: #efe9da;
  cursor: pointer;
  font-weight: 600;
}

.cookie-actions button.primary {
  background: #1c4dd8;
  color: #fff;
  border: none;
}

.two-column-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.two-column-list ul {
  flex: 1 1 220px;
  list-style: none;
}

.two-column-list li {
  padding: 8px 0;
  border-bottom: 1px solid #e0dad0;
}

.quote {
  font-style: italic;
}

.hero-card {
  background: #1e1f24;
  color: #fff;
  padding: 24px;
  border-radius: 18px;
}

.hero-card p {
  margin-top: 12px;
  color: #dad7cf;
}

.contact-block {
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: #fff;
  padding: 20px;
  border-radius: 14px;
  border: 1px solid #e2ded2;
}

@media (max-width: 860px) {
  .sticky-cta {
    right: 12px;
    left: 12px;
    justify-content: space-between;
  }
}
