* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1f2933;
  background: #f5f2ee;
  line-height: 1.6;
}

a {
  color: #0f5c6d;
  text-decoration: none;
}

a:focus,
button:focus,
select:focus,
input:focus,
textarea:focus {
  outline: 2px solid #0f5c6d;
  outline-offset: 2px;
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 6vw;
  background: #ffffff;
  border-bottom: 1px solid #e3e1dd;
}

.nav-left {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.brand {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.5px;
}

.ad-label {
  font-size: 12px;
  color: #7b6a58;
}

.nav-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.nav-links a {
  font-size: 14px;
  color: #3b4a54;
}

.section {
  padding: 60px 6vw;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.section-alt {
  background: #ffffff;
}

.section-contrast {
  background: #12232d;
  color: #f9f5f1;
}

.section-contrast a {
  color: #f7b267;
}

.hero {
  position: relative;
  color: #fff7f0;
  background: #1d2a34;
}

.hero-inner {
  display: flex;
  flex-direction: column;
  gap: 26px;
  max-width: 920px;
}

.hero h1 {
  font-size: 40px;
  line-height: 1.2;
  margin: 0;
}

.hero p {
  font-size: 18px;
  margin: 0;
}

.hero-media {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.hero-media img {
  width: 320px;
  height: 220px;
  border-radius: 18px;
  object-fit: cover;
  background: #25343f;
}

.story-blocks {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.story-grid {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  align-items: stretch;
}

.story-card {
  flex: 1 1 220px;
  background: #fef7ef;
  border-radius: 18px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.story-card img {
  width: 100%;
  height: 160px;
  border-radius: 14px;
  object-fit: cover;
  background: #eadfd4;
}

.inline-media {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
}

.inline-media img {
  width: 280px;
  height: 200px;
  border-radius: 16px;
  object-fit: cover;
  background: #e2d7cc;
}

.split {
  display: flex;
  flex-direction: row;
  gap: 28px;
  flex-wrap: wrap;
}

.split > div {
  flex: 1 1 300px;
}

.highlight {
  background: #fff7ef;
  padding: 24px;
  border-radius: 18px;
}

.testimonial {
  padding: 18px;
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #e3e1dd;
}

.pricing-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.price-item {
  display: flex;
  flex-direction: column;
  background: #fdf6ee;
  padding: 20px;
  border-radius: 16px;
  gap: 8px;
}

.price-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  flex-wrap: wrap;
}

.price {
  font-weight: 700;
  font-size: 18px;
  color: #0f5c6d;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.btn {
  padding: 12px 18px;
  border-radius: 999px;
  border: none;
  background: #0f5c6d;
  color: #ffffff;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-light {
  background: #f7b267;
  color: #1f2933;
}

.btn-outline {
  background: transparent;
  border: 2px solid #0f5c6d;
  color: #0f5c6d;
}

.form-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border: 1px solid #e3e1dd;
}

.form-row {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-row label {
  font-weight: 600;
}

.form-row input,
.form-row select,
.form-row textarea {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #c9c2ba;
  font-size: 14px;
}

.footer {
  background: #0f1720;
  color: #f9f5f1;
  padding: 40px 6vw;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.footer small {
  color: #d6cbbd;
}

.image-band {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.image-band img {
  width: 220px;
  height: 160px;
  border-radius: 14px;
  object-fit: cover;
  background: #d9cec2;
}

.sticky-cta {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #0f5c6d;
  color: #ffffff;
  padding: 12px 16px;
  border-radius: 999px;
  font-weight: 600;
  z-index: 10;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  background: #ffffff;
  border: 1px solid #e3e1dd;
  padding: 16px;
  border-radius: 16px;
  max-width: 320px;
  display: none;
  flex-direction: column;
  gap: 12px;
  z-index: 12;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.legal-content {
  max-width: 900px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.page-header {
  padding: 40px 6vw 20px;
  background: #ffffff;
}

.page-header h1 {
  margin: 0;
}

.simple-section {
  padding: 30px 6vw 60px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.contact-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.contact-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 20px;
  border: 1px solid #e3e1dd;
  flex: 1 1 260px;
}

.about-hero {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  align-items: center;
}

.about-hero img {
  width: 360px;
  height: 240px;
  border-radius: 18px;
  object-fit: cover;
  background: #ddd2c6;
}

.services-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.service-row {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  align-items: center;
  background: #ffffff;
  border-radius: 18px;
  padding: 18px;
  border: 1px solid #e3e1dd;
}

.service-row img {
  width: 200px;
  height: 140px;
  border-radius: 14px;
  object-fit: cover;
  background: #e5dbd1;
}

.references {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.references a {
  color: #f7b267;
}

@media (max-width: 720px) {
  .hero h1 {
    font-size: 30px;
  }

  .sticky-cta {
    right: 12px;
    left: 12px;
    text-align: center;
  }
}
