* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: #1c1e21;
  background-color: #f6f4f0;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.container {
  width: min(1100px, 92%);
  margin: 0 auto;
}

.topbar {
  background: #0f1b2d;
  color: #f8f7f2;
  padding: 18px 0 12px;
}

.topbar-inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.brand {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.nav-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 12px 24px;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 14px;
}

.ad-disclosure {
  font-size: 12px;
  padding: 6px 10px;
  border: 1px solid #f4c95d;
  border-radius: 999px;
  color: #f4c95d;
}

.hero {
  background: #e7e0d1;
  padding: 48px 0 24px;
}

.hero-layout {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.hero-lead {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.hero-title {
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.05;
  margin: 0;
}

.hero-subtitle {
  font-size: 18px;
  color: #2e3440;
  margin: 0;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 600;
  border: 1px solid transparent;
}

.btn-primary {
  background: #0f1b2d;
  color: #f8f7f2;
}

.btn-outline {
  border-color: #0f1b2d;
  color: #0f1b2d;
  background: transparent;
}

.hero-visual {
  position: relative;
  background: #c8d2df;
  border-radius: 16px;
  overflow: hidden;
}

.hero-visual img {
  width: 100%;
  height: 360px;
}

.hero-caption {
  position: absolute;
  bottom: 12px;
  left: 12px;
  background: rgba(15, 27, 45, 0.85);
  color: #f8f7f2;
  padding: 8px 12px;
  border-radius: 10px;
  font-size: 12px;
}

.ticker {
  background: #fff;
  padding: 24px 0;
}

.ticker-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.ticker-item {
  flex: 1 1 140px;
  background: #f3efe5;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid #e2d9c6;
}

.ticker-item h4 {
  margin: 0 0 6px;
  font-size: 14px;
}

.ticker-item p {
  margin: 0;
  font-size: 12px;
  color: #48505f;
}

.section {
  padding: 48px 0;
}

.section-alt {
  background: #f0ebe1;
}

.section-title {
  font-size: 26px;
  margin: 0 0 16px;
}

.magazine-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.column-main {
  flex: 2 1 420px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.column-side {
  flex: 1 1 220px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.feature-card {
  background: #fff;
  border-radius: 16px;
  padding: 18px;
  border: 1px solid #e4ddd0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.feature-card img {
  width: 100%;
  height: 200px;
  border-radius: 12px;
}

.feature-card h3 {
  margin: 0;
  font-size: 20px;
}

.feature-card p {
  margin: 0;
  color: #4a525f;
}

.snapshot {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: #101a2a;
  color: #f7f5ef;
  border-radius: 16px;
  padding: 20px;
}

.snapshot img {
  width: 100%;
  height: 160px;
  border-radius: 12px;
}

.story-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.story {
  flex: 1 1 250px;
  background: #fff;
  border-radius: 14px;
  padding: 16px;
  border: 1px solid #e2d9c6;
}

.story img {
  width: 100%;
  height: 150px;
  border-radius: 10px;
}

.story h4 {
  margin: 12px 0 8px;
}

.wide-highlight {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
  background: #fff;
  border-radius: 20px;
  padding: 24px;
  border: 1px solid #e2d9c6;
}

.wide-highlight img {
  flex: 1 1 280px;
  height: 260px;
  border-radius: 16px;
}

.wide-highlight-content {
  flex: 1.2 1 320px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.services-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.service-card {
  flex: 1 1 240px;
  background: #fff;
  border-radius: 16px;
  border: 1px solid #e2d9c6;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.service-card img {
  width: 100%;
  height: 140px;
  border-radius: 10px;
}

.price {
  font-weight: 700;
  color: #0f1b2d;
}

.testimonial {
  background: #0f1b2d;
  color: #f8f7f2;
  padding: 20px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.form-wrap {
  background: #fff;
  border-radius: 20px;
  border: 1px solid #e2d9c6;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.form-field {
  flex: 1 1 220px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

label {
  font-size: 13px;
  color: #3f4654;
}

input,
select,
textarea {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #ccd4de;
  font-size: 14px;
  font-family: inherit;
}

textarea {
  min-height: 120px;
  resize: vertical;
}

.form-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.sticky-cta {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #f4c95d;
  color: #0f1b2d;
  padding: 12px 16px;
  border-radius: 999px;
  font-weight: 600;
  z-index: 20;
}

.footer {
  margin-top: auto;
  background: #0f1b2d;
  color: #f8f7f2;
  padding: 36px 0;
}

.footer-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.footer-column {
  flex: 1 1 220px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.disclaimer {
  font-size: 12px;
  color: #d7d4ce;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  max-width: 360px;
  background: #fff;
  border-radius: 16px;
  border: 1px solid #e2d9c6;
  padding: 16px;
  z-index: 30;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.cookie-actions .btn {
  padding: 8px 12px;
  font-size: 13px;
}

.legal-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 14px;
  color: #3f4654;
}

.legal-section {
  background: #fff;
  border-radius: 16px;
  border: 1px solid #e2d9c6;
  padding: 20px;
}

@media (min-width: 900px) {
  .hero-layout {
    flex-direction: row;
    align-items: center;
  }
}
