.solution-page {
  background: #0D1F0F;
}

.solution-page .solution-main {
  background: #0D1F0F;
  padding-top: var(--header-height);
}

.solution-hero {
  position: relative;
  width: 100%;
  margin: 0;
  overflow: hidden;
  line-height: 0;
}

.solution-hero-photo {
  display: block;
  width: 100%;
  height: auto;
  transform: translateY(-12%);
  margin-bottom: -12%;
  filter: sepia(0.16) saturate(1.12) contrast(1.02) brightness(0.90);
}

.solution-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 194, 0, 0.05), rgba(12, 6, 0, 0.54));
}

.solution-hero-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: min(52rem, calc(100% - 2rem));
  padding: 0;
  text-align: center;
  line-height: normal;
  transform: translate(-50%, -50%);
}

.solution-hero-title {
  margin: 0 0 2rem;
  font-family: "Cormorant Garamond", serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.15;
  color: #FFDF00;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.65);
}

.solution-hero .solution-btn {
  border-color: #FFDF00;
  color: #FFDF00;
}

.solution-hero .solution-btn:hover,
.solution-hero .solution-btn:focus-visible {
  background: #FFDF00;
  color: #0D1F0F;
}

.solution-hero-actions,
.solution-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

.solution-btn {
  display: inline-block;
  border: 2px solid #fff;
  color: #fff;
  background: transparent;
  padding: 14px 32px;
  font-family: Inter, sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.2s ease, color 0.2s ease;
}

.solution-btn:hover,
.solution-btn:focus-visible {
  background: #fff;
  color: #0D1F0F;
}

.solution-section {
  padding: 80px 1.25rem;
  background: #0D1F0F;
}

.solution-section-inner {
  max-width: 860px;
  margin: 0 auto;
}

.solution-section + .solution-section {
  border-top: 1px solid rgba(212, 175, 55, 0.3);
}

.solution-section h2,
.solution-section h3 {
  font-family: "Cormorant Garamond", serif;
  color: #D4AF37;
  font-weight: 600;
  text-align: center;
}

.solution-section h2 {
  margin: 0 0 1.75rem;
  font-size: 2.5rem;
  line-height: 1.2;
}

.solution-section h3 {
  margin: 2rem 0 1rem;
  font-size: 1.65rem;
  line-height: 1.3;
}

.solution-section p,
.solution-section li {
  font-family: Inter, sans-serif;
  color: #F5F5F0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
}

.solution-section p {
  margin: 0 0 1.15rem;
}

.solution-section p:last-child {
  margin-bottom: 0;
}

.solution-pillars {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem 2.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.solution-pillars h3 {
  margin: 0 0 0.65rem;
  text-align: left;
  font-size: 1.45rem;
}

.solution-pillars p {
  margin: 0;
}

.solution-founder-name {
  margin: 0 0 0.75rem;
  font-family: "Cormorant Garamond", serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
  color: #D4AF37;
  text-align: center;
}

.solution-founder-role {
  margin: 0 0 1.75rem;
  font-family: Inter, sans-serif;
  color: #F5F5F0;
  font-size: 1rem;
  line-height: 1.8;
  text-align: center;
}

.solution-section .solution-cta-row {
  margin-top: 2rem;
}

.solution-hero-bottom {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0D1F0F center / cover no-repeat;
  background-image: url("https://pub-bc4337c37ace4322b17f10e487c841e0.r2.dev/facebook-header-final.png");
}

.solution-hero-bottom-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
}

.solution-hero-bottom .solution-hero-inner {
  position: relative;
  top: auto;
  left: auto;
  inset: auto;
  transform: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: min(52rem, calc(100% - 2rem));
  margin: 0 auto;
  min-height: 60vh;
  padding: 4rem 1rem;
  text-align: center;
}

.solution-hero-bottom .solution-hero-title {
  font-size: 3.5rem;
  color: #fff;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.55);
}

.solution-hero-bottom .solution-btn {
  border-color: #fff;
  color: #fff;
}

.solution-hero-bottom .solution-btn:hover,
.solution-hero-bottom .solution-btn:focus-visible {
  background: #fff;
  color: #0D1F0F;
}

.solution-hero-creed {
  margin: 2.25rem 0 0;
  max-width: 36rem;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.15rem, 2.4vw, 1.55rem);
  font-weight: 600;
  line-height: 1.55;
  letter-spacing: 0.04em;
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.55);
}

.solution-report-buys {
  margin-top: 0.5rem;
  border-top: 1px solid rgba(212, 175, 55, 0.3);
  padding-top: 1.75rem;
}

.solution-report-option {
  text-align: center;
  padding: 1.35rem 0;
}

.solution-report-option + .solution-report-option {
  border-top: 1px solid rgba(212, 175, 55, 0.3);
}

.solution-report-option h3 {
  margin: 0 0 0.35rem;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: #D4AF37;
}

.solution-report-price {
  margin: 0 0 0.4rem;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.15rem;
  font-weight: 600;
  color: #D4AF37;
}

.solution-report-desc {
  margin: 0 0 1rem;
  font-family: Inter, sans-serif;
  font-size: 0.875rem;
  line-height: 1.65;
  color: #F5F5F0;
}

.solution-report-buy {
  display: inline-block;
  border: 2px solid #D4AF37;
  color: #D4AF37;
  background: transparent;
  padding: 10px 26px;
  font-family: Inter, sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.2s ease, color 0.2s ease;
}

.solution-report-buy:hover,
.solution-report-buy:focus-visible {
  background: #D4AF37;
  color: #0D1F0F;
}

@media (max-width: 768px) {
  .solution-hero-title,
  .solution-hero-bottom .solution-hero-title {
    font-size: 2.5rem;
  }

  .solution-section {
    padding: 50px 1.15rem;
  }

  .solution-section h2,
  .solution-founder-name {
    font-size: 1.8rem;
  }

  .solution-pillars {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }
}

.solution-page .solution-hero-bottom .solution-hero-title,
.solution-page .solution-hero-bottom .solution-hero-creed {
  color: #fff;
}

.solution-page .solution-hero-bottom .solution-btn {
  border-color: #fff;
  color: #fff;
  background: transparent;
}

.solution-page .solution-hero-bottom .solution-btn:hover,
.solution-page .solution-hero-bottom .solution-btn:focus-visible {
  background: #fff;
  color: #0D1F0F;
}
