* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1d1d1f;
  background: #f7f6f2;
  line-height: 1.6;
}

a {
  color: #1741ff;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.top-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 6%;
  background: #ffffff;
  border-bottom: 1px solid #ececec;
}

.brand {
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
}

.ad-label {
  font-size: 0.9rem;
  color: #4d4d4d;
  background: #f0f1f6;
  padding: 6px 10px;
  border-radius: 999px;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 0.95rem;
}

.nav-link {
  padding: 6px 10px;
  border-radius: 20px;
  background: #f5f5f5;
  color: #242424;
}

.nav-link:hover {
  background: #e2e5ff;
}

.sticky-cta {
  position: fixed;
  bottom: 22px;
  right: 22px;
  z-index: 20;
}

.sticky-cta button {
  border: none;
  background: #1d1d1f;
  color: #ffffff;
  padding: 14px 18px;
  border-radius: 30px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.15);
}

.sticky-cta button:hover {
  background: #2f2f33;
}

.section {
  padding: 64px 6%;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.split {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
  align-items: center;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split > div {
  flex: 1 1 320px;
}

.hero {
  background: #ffffff;
}

.hero h1 {
  font-size: 2.8rem;
  line-height: 1.2;
}

.hero p {
  font-size: 1.15rem;
  max-width: 520px;
}

.media {
  background: #d9dde3;
  border-radius: 18px;
  overflow: hidden;
  height: 340px;
}

.media.tall {
  height: 420px;
}

.pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pill {
  background: #f1f4ff;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 0.9rem;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 26px;
  border: none;
  background: #1741ff;
  color: #ffffff;
  font-weight: 600;
  cursor: pointer;
}

.btn.secondary {
  background: #f5f5f5;
  color: #1d1d1f;
}

.btn:hover {
  background: #0f2fd6;
}

.btn.secondary:hover {
  background: #e3e3e3;
}

.story-panel {
  background: #101728;
  color: #ffffff;
  border-radius: 22px;
  padding: 36px;
}

.story-panel a {
  color: #e6ecff;
  text-decoration: underline;
}

.offset-section {
  background: #ffffff;
  border-radius: 26px;
  padding: 48px;
  box-shadow: 0 18px 40px rgba(12, 18, 32, 0.08);
}

.testimonial-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.testimonial-card {
  flex: 1 1 260px;
  background: #ffffff;
  border-radius: 18px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.testimonial-card .media {
  height: 160px;
}

.benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.benefit {
  flex: 1 1 220px;
  background: #f0f2f8;
  padding: 18px;
  border-radius: 16px;
}

.pricing-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.pricing-card {
  flex: 1 1 260px;
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

.pricing-card .media {
  height: 180px;
}

.pricing-card .card-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.price {
  font-size: 1.4rem;
  font-weight: 700;
  color: #0f2fd6;
}

.form-wrap {
  background: #ffffff;
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.form-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

label {
  font-weight: 600;
}

input,
select,
textarea {
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid #d9d9d9;
  font-size: 1rem;
}

.background-photo {
  background-size: cover;
  background-position: center;
  border-radius: 28px;
  padding: 52px;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.bg-focus {
  background-image: url("https://images.unsplash.com/photo-1607799285411-a7080e63e44a?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w5NzM4NDF8MHwxfHNlYXJjaHw2MHx8T25saW5lLUZpdG5lc3MlMkMlMjBkaWUlMjBzaWNoJTIwd2llJTIwcGVycyVDMyVCNm5saWNoZXMlMjBDb2FjaGluZyUyMGFuZiVDMyVCQ2hsdHxkZXwwfDB8fHwxNzg0MDQ5MDg5fDA&ixlib=rb-4.1.0&q=80&w=1080");
}

.background-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(9, 12, 24, 0.55);
}

.background-photo > * {
  position: relative;
  z-index: 1;
}

.footer {
  margin-top: auto;
  padding: 40px 6%;
  background: #101728;
  color: #d3d6e0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer a {
  color: #ffffff;
  text-decoration: underline;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 0.95rem;
}

.legal-block {
  font-size: 0.9rem;
  color: #c6cad6;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  background: #ffffff;
  border-radius: 18px;
  padding: 18px;
  max-width: 340px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
  display: none;
  z-index: 30;
}

.cookie-banner.active {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.cookie-actions {
  display: flex;
  gap: 10px;
}

.notice {
  background: #fff5e6;
  border-radius: 16px;
  padding: 18px;
}

.simple-hero {
  background: #ffffff;
}

.simple-hero h1 {
  font-size: 2.2rem;
}

.list-block {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.contact-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.contact-card {
  flex: 1 1 260px;
  background: #ffffff;
  border-radius: 18px;
  padding: 20px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.08);
}

.content-width {
  max-width: 980px;
}

.image-caption {
  font-size: 0.9rem;
  color: #5f6575;
  margin-top: 8px;
}

@media (max-width: 820px) {
  .top-nav {
    flex-direction: column;
    align-items: flex-start;
  }

  .sticky-cta {
    right: 14px;
    bottom: 14px;
  }

  .hero h1 {
    font-size: 2.2rem;
  }
}
