* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Segoe UI", Arial, sans-serif;
  color: #142132;
  background: #f7f5f2;
  line-height: 1.6;
}

a {
  color: #1a4b7a;
  text-decoration: none;
}

main {
  width: 100%;
}

header {
  background: #ffffff;
  border-bottom: 1px solid #e7e2da;
}

.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 6%;
  gap: 16px;
  flex-wrap: wrap;
}

.brand {
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.4px;
}

.ad-label {
  font-size: 0.9rem;
  color: #5a4a2f;
  background: #f2e7d1;
  padding: 6px 12px;
  border-radius: 999px;
}

nav ul {
  list-style: none;
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.hero {
  position: relative;
  color: #ffffff;
  background: #1b2431;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("https://images.unsplash.com/photo-1521737604893-d14cc237f11d?w=1400&q=80") center/cover no-repeat;
  opacity: 0.45;
}

.hero-content {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
  padding: 90px 6%;
  flex-wrap: wrap;
}

.hero-text {
  flex: 1 1 320px;
  max-width: 520px;
}

.hero-text h1 {
  font-size: 2.6rem;
  line-height: 1.1;
  margin-bottom: 18px;
}

.hero-text p {
  font-size: 1.05rem;
  margin-bottom: 24px;
}

.hero-card {
  flex: 1 1 280px;
  background: rgba(255, 255, 255, 0.92);
  color: #1d2d3f;
  padding: 26px;
  border-radius: 18px;
}

.hero-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 12px;
  background-color: #e0d7cb;
  margin-bottom: 16px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 999px;
  background: #1a4b7a;
  color: #ffffff;
  font-weight: 600;
  border: none;
  cursor: pointer;
}

.button-outline {
  background: transparent;
  border: 2px solid #1a4b7a;
  color: #1a4b7a;
}

.split-section {
  display: flex;
  gap: 40px;
  padding: 70px 6%;
  flex-wrap: wrap;
  background: #ffffff;
}

.split-section.reverse {
  flex-direction: row-reverse;
  background: #f1ede7;
}

.split-text {
  flex: 1 1 320px;
}

.split-text h2 {
  font-size: 2rem;
  margin-bottom: 16px;
}

.split-text p {
  margin-bottom: 18px;
}

.split-media {
  flex: 1 1 320px;
  background-color: #dcd2c5;
  border-radius: 16px;
  overflow: hidden;
  min-height: 260px;
  display: flex;
}

.split-aside {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
  color: #1d2d3f;
}

.split-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-title {
  font-size: 2rem;
  margin-bottom: 24px;
}

.card-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.card {
  flex: 1 1 240px;
  background: #ffffff;
  padding: 22px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(20, 33, 50, 0.08);
}

.card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 12px;
  background-color: #e2d9cc;
  margin-bottom: 14px;
}

.pricing {
  font-weight: 700;
  color: #1a4b7a;
  margin-top: 10px;
}

.cta-band {
  background: #1a4b7a;
  color: #ffffff;
  padding: 50px 6%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.cta-band p {
  max-width: 520px;
  font-size: 1.05rem;
}

.form-section {
  background: #ffffff;
  padding: 70px 6%;
}

.form-wrapper {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.form-panel {
  flex: 1 1 320px;
  background: #f4efe8;
  padding: 26px;
  border-radius: 16px;
}

.form-panel img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 12px;
  background-color: #e2d9cc;
  margin-bottom: 16px;
}

form {
  flex: 1 1 300px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

label {
  font-weight: 600;
}

input,
select,
textarea {
  padding: 12px;
  border-radius: 10px;
  border: 1px solid #cfc6b7;
  font-size: 1rem;
  font-family: inherit;
}

textarea {
  resize: vertical;
  min-height: 120px;
}

.inline-cta {
  font-weight: 600;
  color: #1a4b7a;
  text-decoration: underline;
}

.site-footer {
  background: #121a24;
  color: #e7e2da;
  padding: 50px 6%;
}

.footer-columns {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.footer-columns div {
  flex: 1 1 220px;
}

.disclaimer {
  font-size: 0.9rem;
  color: #c6bbaa;
  margin-top: 12px;
}

.sticky-cta {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #ffffff;
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
  padding: 10px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 999;
}

.sticky-cta button {
  border: none;
  background: #1a4b7a;
  color: #ffffff;
  padding: 10px 16px;
  border-radius: 999px;
  cursor: pointer;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  padding: 20px;
  max-width: 360px;
  z-index: 1000;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.cookie-actions button {
  flex: 1;
  border: none;
  padding: 10px;
  border-radius: 999px;
  cursor: pointer;
}

.accept-btn {
  background: #1a4b7a;
  color: #ffffff;
}

.reject-btn {
  background: #e1d6c6;
  color: #2b2b2b;
}

.simple-hero {
  padding: 70px 6%;
  background: #f1ede7;
}

.page-hero {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  padding: 70px 6%;
  background: #f1ede7;
  align-items: center;
}

.page-hero img {
  flex: 1 1 260px;
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 16px;
  background-color: #e2d9cc;
}

.page-hero .hero-copy {
  flex: 1 1 320px;
}

.info-list {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.info-chip {
  background: #ffffff;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid #e0d7cb;
  font-size: 0.95rem;
}

.legal-card {
  background: #f4efe8;
  padding: 22px;
  border-radius: 16px;
  margin-bottom: 18px;
}

.simple-hero h1 {
  font-size: 2.4rem;
  margin-bottom: 12px;
}

.legal-section {
  padding: 60px 6%;
  background: #ffffff;
}

.legal-section h2 {
  margin: 24px 0 12px;
}

.contact-grid {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  padding: 40px 6%;
  background: #ffffff;
}

.contact-card {
  flex: 1 1 260px;
  background: #f4efe8;
  padding: 24px;
  border-radius: 16px;
}

.image-strip {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  padding: 40px 6%;
  background: #ffffff;
}

.image-strip img {
  flex: 1 1 200px;
  height: 180px;
  object-fit: cover;
  border-radius: 14px;
  background-color: #e2d9cc;
}

.muted {
  color: #5a6b7a;
}

.reference-list a {
  color: #e7e2da;
}

@media (max-width: 768px) {
  .hero-text h1 {
    font-size: 2rem;
  }

  .split-section {
    padding: 50px 6%;
  }

  .sticky-cta {
    left: 20px;
    right: 20px;
    justify-content: space-between;
  }
}
