.results-page {
  position: relative;
  overflow: hidden;
  color: #111827;
  background:
    linear-gradient(rgba(27, 72, 163, 0.085) 1.6px, transparent 1.6px),
    linear-gradient(90deg, rgba(27, 72, 163, 0.085) 1.6px, transparent 1.6px),
    linear-gradient(180deg, #eef4ff 0%, #ffffff 42%, #f7fbff 100%);
  background-size: 44px 44px, 44px 44px, 100% 100%;
}

.results-container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.results-hero {
  position: relative;
  padding: 72px 0 56px;
  background:
    radial-gradient(circle at top right, rgba(253, 240, 1, 0.22), transparent 28%),
    linear-gradient(180deg, rgba(238, 244, 255, 0.78) 0%, rgba(255, 255, 255, 0.20) 100%);
}

.results-hero__container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 40px;
  align-items: center;
}

.results-hero__content {
  position: relative;
}

.results-hero__content::after {
  content: "";
  position: absolute;
  top: -22px;
  left: -16px;
  width: 86px;
  height: 86px;
  background:
    radial-gradient(circle, rgba(253, 240, 1, 0.74) 0 18%, transparent 19%),
    radial-gradient(circle, rgba(27, 72, 163, 0.12) 0 18%, transparent 19%);
  background-size: 22px 22px;
  opacity: 0.42;
  pointer-events: none;
}

.results-hero__eyebrow,
.results-section__eyebrow {
  display: inline-block;
  margin: 0 0 10px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(253, 240, 1, 0.28);
  color: #1b48a3;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.results-hero__title {
  margin: 0;
  color: #1b48a3;
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.2;
  font-weight: 800;
}

.results-hero__subtitle {
  margin: 16px 0 0;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 700;
  color: #111827;
}

.results-hero__intro {
  margin: 18px 0 0;
  font-size: 16px;
  line-height: 1.9;
  color: #374151;
}

.results-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.results-hero__visual {
  position: relative;
}

.results-hero__visual::before {
  content: "";
  position: absolute;
  top: -18px;
  right: -18px;
  width: 110px;
  height: 110px;
  border-radius: 26px;
  background: rgba(253, 240, 1, 0.16);
  filter: blur(2px);
  z-index: 0;
}

.results-hero__visual::after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: -18px;
  width: 90px;
  height: 90px;
  border: 2px dashed rgba(27, 72, 163, 0.18);
  border-radius: 24px;
  z-index: 0;
}

.results-hero__visual img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  border-radius: 28px;
  box-shadow: 0 18px 44px rgba(27, 72, 163, 0.14);
  border: 4px solid rgba(255, 255, 255, 0.9);
}

.results-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  background: linear-gradient(135deg, #1b48a3, #14377d);
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(27, 72, 163, 0.22);
  transition: transform 0.2s ease, filter 0.2s ease;
}

.results-button:hover {
  transform: translateY(-1px);
  filter: brightness(1.03);
}

.results-button--ghost {
  background: #ffffff;
  color: #1b48a3;
  border: 1px solid #dbe6ff;
  box-shadow: none;
}

.results-summary {
  padding: 0 0 32px;
}

.results-summary__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.results-summary__card {
  padding: 24px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #dbe6ff;
  box-shadow: 0 10px 28px rgba(27, 72, 163, 0.06);
  backdrop-filter: blur(3px);
}

.results-summary__label {
  margin: 0 0 12px;
  color: #1b48a3;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.results-summary__value {
  margin: 0;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 700;
  color: #111827;
}

.results-section {
  position: relative;
  padding: 72px 0;
  background: transparent;
}

.results-section--alt {
  background:
    radial-gradient(circle, rgba(253, 240, 1, 0.88) 1.7px, transparent 1.8px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.84) 0%, rgba(248, 251, 255, 0.96) 100%);
  background-size: 18px 18px, 100% 100%;
  border-top: 1px solid rgba(27, 72, 163, 0.05);
  border-bottom: 1px solid rgba(27, 72, 163, 0.05);
}

.results-section__heading {
  max-width: 760px;
  margin-bottom: 28px;
}

.results-section__heading h2 {
  margin: 0;
  color: #1b48a3;
  font-size: 34px;
  line-height: 1.3;
  font-weight: 800;
}

.results-section__heading p:last-child {
  margin: 14px 0 0;
  color: #4b5563;
  font-size: 16px;
  line-height: 1.9;
}

.results-cards,
.results-instagram__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.results-card,
.results-instagram__card {
  padding: 24px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #dbe6ff;
  box-shadow: 0 10px 28px rgba(27, 72, 163, 0.06);
  backdrop-filter: blur(3px);
}

.results-card h3,
.results-instagram__card h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 800;
  color: #1b48a3;
}

.results-card p,
.results-instagram__card p {
  margin: 12px 0 0;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.9;
}

.results-instagram {
  padding: 72px 0;
}

.results-instagram__card a {
  display: inline-block;
  margin-top: 14px;
  color: #1b48a3;
  font-weight: 700;
  text-decoration: none;
}

.results-instagram__card a:hover {
  color: #14377d;
}

.results-cta {
  padding: 0 0 72px;
  background:
    radial-gradient(circle, rgba(253, 240, 1, 0.88) 1.7px, transparent 1.8px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.84) 0%, rgba(248, 251, 255, 0.96) 100%);
  background-size: 18px 18px, 100% 100%;
}

.results-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 32px;
  border-radius: 28px;
  background: linear-gradient(135deg, #1b48a3, #14377d);
  color: #ffffff;
  box-shadow: 0 18px 40px rgba(27, 72, 163, 0.18);
}

.results-cta__lead {
  display: inline-block;
  margin: 0 0 8px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(253, 240, 1, 0.22);
  color: #fdf001;
  font-size: 14px;
  font-weight: 700;
}

.results-cta__inner h2 {
  margin: 0;
  font-size: 30px;
  line-height: 1.4;
  font-weight: 800;
}

.results-cta .results-button {
  background: #fdf001;
  color: #1b48a3;
  box-shadow: none;
  flex-shrink: 0;
}

.results-cta .results-button:hover {
  color: #14377d;
}

@media (max-width: 960px) {
  .results-hero {
    padding: 60px 0 44px;
  }

  .results-hero__container {
    grid-template-columns: 1fr;
  }

  .results-summary__grid,
  .results-cards,
  .results-instagram__grid {
    grid-template-columns: 1fr;
  }

  .results-cta__inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  .results-page {
    background-size: 30px 30px, 30px 30px, 100% 100%;
  }

  .results-container,
  .results-hero__container {
    width: min(100% - 24px, 1180px);
  }

  .results-hero {
    padding: 48px 0;
  }

  .results-hero__title {
    font-size: 34px;
  }

  .results-hero__subtitle {
    font-size: 18px;
  }

  .results-section {
    padding: 52px 0;
  }

  .results-section--alt,
  .results-cta {
    background-size: 14px 14px, 100% 100%;
  }

  .results-section__heading h2,
  .results-cta__inner h2 {
    font-size: 26px;
  }

  .results-cta {
    padding-bottom: 56px;
  }

  .results-cta__inner {
    padding: 24px;
  }

  .results-cta .results-button,
  .results-hero__actions .results-button {
    width: 100%;
  }

  .results-hero__content::after,
  .results-hero__visual::before,
  .results-hero__visual::after {
    display: none;
  }
}