* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Segoe UI", Arial, sans-serif;
  color: #1f2a2e;
  background-color: #f7f7f5;
  line-height: 1.6;
}

a {
  color: #0f5c6e;
  text-decoration: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: 2px solid #0f5c6e;
  outline-offset: 2px;
}

.container {
  width: min(1120px, 92%);
  margin: 0 auto;
}

.topbar {
  background-color: #0f2f36;
  color: #f3f6f7;
  padding: 16px 0;
}

.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.brand {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.4px;
}

.nav-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 14px;
}

.nav-links a {
  color: #f3f6f7;
}

.ad-label {
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background-color: rgba(255, 255, 255, 0.15);
}

.hero {
  background-size: cover;
  background-position: center;
  background-color: #0f2f36;
  color: #ffffff;
  padding: 120px 0 100px;
  position: relative;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(15, 47, 54, 0.55);
}

.hero-content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 22px;
  max-width: 620px;
}

.hero h1 {
  margin: 0;
  font-size: 42px;
  line-height: 1.15;
}

.hero p {
  margin: 0;
  font-size: 18px;
}

.cta-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.btn {
  border: none;
  padding: 12px 20px;
  border-radius: 6px;
  font-weight: 600;
  background-color: #ffbd59;
  color: #1f2a2e;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn.secondary {
  background-color: #ffffff;
  color: #0f2f36;
}

.section {
  padding: 70px 0;
}

.section.alt {
  background-color: #ffffff;
}

.section.soft {
  background-color: #eff3f3;
}

.split {
  display: flex;
  gap: 40px;
  align-items: center;
  flex-wrap: wrap;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split-text {
  flex: 1 1 320px;
}

.split-media {
  flex: 1 1 320px;
}

.img-frame {
  background-color: #dfe5e8;
  padding: 6px;
  border-radius: 12px;
  overflow: hidden;
}

.img-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}

.story-card {
  background-color: #ffffff;
  padding: 28px;
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(15, 47, 54, 0.08);
}

.badge-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.badge {
  background-color: #0f2f36;
  color: #ffffff;
  padding: 12px 16px;
  border-radius: 999px;
  font-size: 14px;
}

.cards {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
}

.card {
  flex: 1 1 240px;
  background-color: #ffffff;
  border-radius: 14px;
  padding: 20px;
  box-shadow: 0 10px 26px rgba(15, 47, 54, 0.08);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.card h3 {
  margin: 0;
}

.pricing {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.price-card {
  flex: 1 1 260px;
  background-color: #0f2f36;
  color: #ffffff;
  padding: 24px;
  border-radius: 16px;
}

.price-card p {
  margin: 0 0 12px;
}

.price {
  font-size: 24px;
  font-weight: 700;
}

.form-wrap {
  background-color: #ffffff;
  padding: 32px;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(15, 47, 54, 0.1);
}

.form-grid {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.form-grid .field {
  flex: 1 1 240px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.form-actions {
  margin-top: 16px;
}

label {
  font-weight: 600;
}

input,
select,
textarea {
  padding: 10px 12px;
  border-radius: 6px;
  border: 1px solid #c8d2d5;
  font-size: 15px;
  font-family: inherit;
}

.inline-cta {
  font-weight: 600;
  border-bottom: 2px solid #0f5c6e;
}

.sticky-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  padding: 12px 18px;
  background-color: #0f5c6e;
  color: #ffffff;
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(15, 47, 54, 0.2);
  z-index: 50;
}

.bg-hero {
  background-image: url("https://images.unsplash.com/photo-1505691938895-1758d7feb511?w=1400&q=80");
}

.bg-insight {
  background-image: url("https://images.unsplash.com/photo-1441974231531-c6227db76b6e?w=1400&q=80");
  background-size: cover;
  background-position: center;
  background-color: #243639;
  color: #ffffff;
  position: relative;
}

.bg-insight::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(18, 32, 34, 0.6);
}

.bg-insight .container {
  position: relative;
}

.footer {
  background-color: #0f2f36;
  color: #dbe4e6;
  padding: 40px 0;
}

.footer a {
  color: #dbe4e6;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 14px;
}

.cookie-banner {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 10px 26px rgba(15, 47, 54, 0.2);
  padding: 18px;
  display: none;
  z-index: 60;
}

.cookie-banner.show {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.cookie-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.page-hero {
  padding: 70px 0 40px;
}

.page-hero h1 {
  margin: 0 0 16px;
  font-size: 34px;
}

.list-columns {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.list-columns ul {
  margin: 0;
  padding-left: 18px;
  flex: 1 1 260px;
}

.contact-grid {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}

.contact-card {
  background-color: #ffffff;
  padding: 24px;
  border-radius: 12px;
  flex: 1 1 280px;
  box-shadow: 0 10px 24px rgba(15, 47, 54, 0.08);
}

.legal-block {
  background-color: #ffffff;
  padding: 24px;
  border-radius: 12px;
  box-shadow: 0 10px 24px rgba(15, 47, 54, 0.08);
}

.image-slot {
  background-color: #e2e7ea;
  border-radius: 12px;
  padding: 6px;
}

.image-slot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}

@media (max-width: 720px) {
  .hero h1 {
    font-size: 34px;
  }

  .sticky-cta {
    right: 10px;
    bottom: 10px;
  }
}
