* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: #1f2a2e;
  background: #f6f4f1;
  line-height: 1.6;
}

a {
  color: #1b6a64;
  text-decoration: none;
}

a:focus,
button:focus {
  outline: 2px solid #1b6a64;
  outline-offset: 2px;
}

header {
  padding: 24px 6%;
  background: #f6f4f1;
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.2px;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 15px;
}

.ad-label {
  font-size: 13px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #1f2a2e;
  color: #f6f4f1;
}

.cta-sticky {
  position: fixed;
  right: 22px;
  bottom: 22px;
  background: #1b6a64;
  color: #f6f4f1;
  padding: 12px 16px;
  border-radius: 999px;
  font-weight: 600;
  z-index: 40;
}

.hero {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 32px;
  padding: 36px 6% 10px;
}

.hero-text {
  flex: 1 1 320px;
  min-width: 280px;
}

.hero-text h1 {
  font-size: 44px;
  margin: 0 0 16px;
  line-height: 1.1;
}

.hero-text p {
  font-size: 18px;
  margin: 0 0 18px;
}

.hero-panel {
  flex: 1 1 360px;
  min-width: 280px;
  background: #dce6e5;
  border-radius: 28px;
  padding: 18px;
  display: flex;
  align-items: stretch;
}

.img-frame {
  background: #dce6e5;
  border-radius: 20px;
  overflow: hidden;
}

.img-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.primary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 999px;
  background: #1b6a64;
  color: #f6f4f1;
  font-weight: 600;
  border: none;
  cursor: pointer;
}

.ghost-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 999px;
  background: transparent;
  color: #1b6a64;
  border: 1px solid #1b6a64;
  font-weight: 600;
}

.section {
  padding: 44px 6%;
}

.section.alt {
  background: #eff2f2;
}

.split {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
}

.split.reverse {
  flex-direction: row-reverse;
}

.story {
  background: #ffffff;
  border-radius: 26px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  box-shadow: 0 18px 40px rgba(15, 34, 39, 0.08);
}

.offset-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.offset-card {
  flex: 1 1 220px;
  background: #ffffff;
  padding: 20px;
  border-radius: 18px;
  box-shadow: 0 10px 20px rgba(15, 34, 39, 0.08);
}

.offset-card.offset-down {
  margin-top: 18px;
}

.offset-card strong {
  display: block;
  margin-bottom: 8px;
}

.service-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 20px;
}

.service-card {
  flex: 1 1 240px;
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 12px 26px rgba(15, 34, 39, 0.1);
}

.service-card .content {
  padding: 18px;
}

.price-tag {
  font-weight: 700;
  color: #1b6a64;
}

.form-panel {
  background: #ffffff;
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 14px 30px rgba(15, 34, 39, 0.08);
  display: flex;
  flex-direction: column;
  gap: 14px;
}

label {
  font-weight: 600;
  font-size: 14px;
}

input,
select,
textarea {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #ccd7d6;
  font-size: 15px;
}

footer {
  padding: 32px 6% 60px;
  background: #1f2a2e;
  color: #f6f4f1;
}

footer a {
  color: #f6f4f1;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 14px;
}

.disclaimer {
  margin-top: 18px;
  font-size: 13px;
  color: #cdd6d5;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  background: #ffffff;
  color: #1f2a2e;
  border-radius: 18px;
  padding: 16px;
  box-shadow: 0 12px 26px rgba(15, 34, 39, 0.15);
  z-index: 50;
  max-width: 320px;
  display: none;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.inline-cta {
  font-weight: 600;
  text-decoration: underline;
}

.page-hero {
  padding: 40px 6% 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
}

.page-hero h1 {
  font-size: 36px;
  margin: 0 0 12px;
}

.page-hero .img-frame {
  flex: 1 1 300px;
  min-height: 220px;
}

.hero-side {
  max-width: 520px;
}

.media-narrow {
  max-width: 360px;
}

.media-medium {
  max-width: 400px;
}

.media-wide {
  max-width: 420px;
}

.bg-ledger {
  background-image: url("https://images.unsplash.com/photo-1517430816045-df4b7de11d1d?w=1400&q=80");
  background-size: cover;
  background-position: center;
  background-color: #1f2a2e;
}

.bg-ledger .story,
.bg-ledger h2,
.bg-ledger p {
  color: #f6f4f1;
}

.bg-ledger .story {
  background: rgba(31, 42, 46, 0.75);
}

.legal-text {
  max-width: 860px;
}
