/* Website Growth Plan — secondary diagnostic CTA over the existing sunrise. */
.growth-plan {
  position: relative;
  isolation: isolate;
  min-height: 100svh;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: clamp(5.5rem, 8vw, 8rem) clamp(2rem, 5vw, 5rem);
  background: #7591ab url("../images/section4/section4bg.png") center center / cover no-repeat;
  color: #fff;
}

.growth-plan::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(4, 12, 25, .08), rgba(5, 13, 27, .17)),
    radial-gradient(70% 100% at 80% 50%, rgba(248, 187, 105, .08), transparent 65%);
}

.growth-plan__panel {
  width: min(100%, 82rem);
  min-height: 42rem;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(28rem, .9fr);
  align-items: center;
  gap: clamp(3.5rem, 5vw, 6rem);
  padding: clamp(3.75rem, 5vw, 5.5rem);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 2.4rem;
  background:
    radial-gradient(85% 100% at 100% 0%, rgba(57, 79, 111, .14), transparent 60%),
    rgba(4, 12, 25, .78);
  -webkit-backdrop-filter: blur(28px) saturate(1.06);
  backdrop-filter: blur(28px) saturate(1.06);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
  opacity: 0;
  transform: translateY(22px);
}

.growth-plan.is-visible .growth-plan__panel {
  animation: growth-plan-rise .9s var(--ease) forwards;
}

.growth-plan__offer {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.growth-plan__eyebrow {
  margin: 0 0 1.3rem;
  color: rgba(255, 255, 255, .58);
  font: 700 .74rem/1.2 'Hanken Grotesk', sans-serif;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.growth-plan__heading {
  max-width: 13ch;
  margin: 0;
  color: #fff;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(2.65rem, 4.2vw, 4.25rem);
  font-weight: 700;
  line-height: 1.07;
  letter-spacing: -.047em;
}

.growth-plan__heading span {
  color: var(--contrast);
  white-space: nowrap;
}

.growth-plan__copy {
  max-width: 38rem;
  margin: 1.65rem 0 0;
  color: rgba(255, 255, 255, .7);
  font: 450 clamp(1rem, 1.35vw, 1.13rem)/1.62 'Hanken Grotesk', sans-serif;
}

.growth-plan__areas {
  max-width: 40rem;
  margin-top: 2.15rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem 1.35rem;
}

.growth-plan__area {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: .72rem;
  color: rgba(255, 255, 255, .9);
}

.growth-plan__area svg {
  width: 1.7rem;
  height: 1.7rem;
  flex: 0 0 1.7rem;
  fill: none;
  stroke: var(--contrast);
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.growth-plan__area > span {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: .18rem;
  font: 600 .89rem/1.2 'Hanken Grotesk', sans-serif;
  white-space: nowrap;
}

.growth-plan__area small {
  color: rgba(255, 255, 255, .34);
  font-size: .58rem;
  font-weight: 700;
  letter-spacing: .12em;
}

.growth-plan__outcome {
  margin: 2rem 0 0;
  display: flex;
  align-items: center;
  gap: .7rem;
  color: rgba(255, 255, 255, .62);
  font: 500 .9rem/1.4 'Hanken Grotesk', sans-serif;
}

.growth-plan__outcome > span {
  width: .42rem;
  height: .42rem;
  flex: 0 0 .42rem;
  border-radius: 50%;
  background: var(--contrast);
}

.growth-plan__action {
  margin-top: 2.2rem;
  display: flex;
  align-items: center;
  gap: 1.4rem;
}

.growth-plan__cta {
  min-height: 3.65rem;
  padding: .95rem 1.55rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .8rem;
  border: 1px solid transparent;
  border-radius: .62rem;
  background: var(--contrast);
  color: #fff;
  font: 650 1rem/1.2 'Hanken Grotesk', sans-serif;
  transition: transform .25s var(--ease-ui), background-color .25s ease;
}

.growth-plan__cta span {
  font-size: 1.15em;
  transition: transform .25s var(--ease-ui);
}

.growth-plan__time {
  margin: 0;
  display: flex;
  align-items: center;
  gap: .55rem;
  color: rgba(255, 255, 255, .52);
  font: 500 .8rem/1.3 'Hanken Grotesk', sans-serif;
  white-space: nowrap;
}

.growth-plan__time svg {
  width: 1.15rem;
  height: 1.15rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.45;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.growth-plan__visual {
  position: relative;
  z-index: 1;
  min-width: 0;
  height: 31rem;
  display: grid;
  place-items: center;
  perspective: 1200px;
}

.growth-plan__visual::before {
  content: '';
  position: absolute;
  width: 29rem;
  height: 29rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 189, 112, .13), rgba(67, 101, 145, .07) 48%, transparent 70%);
  filter: blur(4px);
}

.growth-plan__reports {
  position: relative;
  width: 31rem;
  height: 28.5rem;
  transform: rotateX(2deg);
  transform-style: preserve-3d;
}

.growth-report {
  position: absolute;
  width: 17.6rem;
  height: 24.9rem;
  overflow: hidden;
  border: 1px solid rgba(104, 89, 69, .13);
  border-radius: .28rem;
  background: #f7f0e4;
  color: #111b29;
  box-shadow: 0 22px 48px -32px rgba(0, 0, 0, .6);
  transform-origin: center center;
}

.growth-report--profile {
  top: .7rem;
  left: .35rem;
  z-index: 1;
  padding: 1.25rem 1.25rem 1.1rem;
  transform: rotate(-5deg) translateZ(-20px);
  background: #fbf5ea;
}

.growth-report--cover {
  right: .2rem;
  bottom: .55rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
  padding: 1.5rem 1.45rem 1.2rem;
  transform: rotate(4.2deg) translateZ(24px);
  background:
    linear-gradient(155deg, rgba(255, 255, 255, .72), transparent 42%),
    #f4eadb;
}

.growth-report__profile-header {
  display: flex;
  flex-direction: column;
  gap: .42rem;
}

.growth-report__profile-header span,
.growth-report__cover-brand strong {
  color: #d92632;
  font: 800 .43rem/1 'Plus Jakarta Sans', sans-serif;
  letter-spacing: .17em;
}

.growth-report__profile-header strong {
  font: 750 1.13rem/1.15 'Plus Jakarta Sans', sans-serif;
  letter-spacing: -.035em;
}

.growth-report__profile-chart {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: 6.6rem minmax(0, 1fr);
  align-items: center;
  gap: .75rem;
}

.growth-report__profile-chart > svg {
  width: 6.6rem;
  overflow: visible;
  fill: #d92632;
}

.growth-report__chart-grid {
  fill: none;
  stroke: rgba(17, 27, 41, .14);
  stroke-width: .7;
}

.growth-report__chart-value {
  fill: rgba(217, 38, 50, .11);
  stroke: #d92632;
  stroke-width: 1.4;
}

.growth-report__scores {
  display: flex;
  flex-direction: column;
  gap: .52rem;
}

.growth-report__scores span {
  position: relative;
  height: .28rem;
  border-radius: 99px;
  background: rgba(17, 27, 41, .1);
}

.growth-report__scores i {
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--score);
  border-radius: inherit;
  background: #d92632;
}

.growth-report__scores b {
  position: absolute;
  left: 0;
  bottom: .34rem;
  color: rgba(17, 27, 41, .62);
  font: 650 .34rem/1 'Hanken Grotesk', sans-serif;
  white-space: nowrap;
}

.growth-report__opportunity {
  margin-top: 1.1rem;
  padding: .85rem .9rem;
  border-left: 2px solid #d92632;
  background: rgba(217, 38, 50, .055);
}

.growth-report__opportunity span,
.growth-report__priorities > span {
  display: block;
  color: rgba(17, 27, 41, .46);
  font: 750 .37rem/1 'Plus Jakarta Sans', sans-serif;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.growth-report__opportunity strong {
  display: block;
  margin-top: .36rem;
  font: 750 .78rem/1.1 'Plus Jakarta Sans', sans-serif;
}

.growth-report__opportunity p {
  margin: .36rem 0 0;
  color: rgba(17, 27, 41, .58);
  font: 500 .43rem/1.4 'Hanken Grotesk', sans-serif;
}

.growth-report__priorities {
  margin-top: 1rem;
}

.growth-report__priorities p {
  margin: .48rem 0 0;
  display: grid;
  grid-template-columns: .75rem 1fr;
  grid-template-rows: .28rem .22rem;
  gap: .25rem .4rem;
  align-items: center;
}

.growth-report__priorities b {
  grid-row: 1 / 3;
  width: .75rem;
  height: .75rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #111b29;
  color: #fff;
  font: 700 .35rem/1 'Hanken Grotesk', sans-serif;
}

.growth-report__priorities i,
.growth-report__priorities em {
  display: block;
  border-radius: 99px;
  background: rgba(17, 27, 41, .13);
}

.growth-report__priorities i { width: 92%; height: .22rem; }
.growth-report__priorities em { width: 68%; height: .18rem; }

.growth-report__cover-brand {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.growth-report__cover-brand span {
  color: rgba(17, 27, 41, .4);
  font: 700 .32rem/1 'Hanken Grotesk', sans-serif;
  letter-spacing: .12em;
}

.growth-report__cover-title {
  margin-top: 3.15rem;
  display: flex;
  flex-direction: column;
}

.growth-report__cover-title > span {
  color: rgba(17, 27, 41, .62);
  font: 650 .76rem/1.2 'Plus Jakarta Sans', sans-serif;
}

.growth-report__cover-title strong {
  margin-top: .28rem;
  color: #111b29;
  font: 750 1.88rem/.98 'Plus Jakarta Sans', sans-serif;
  letter-spacing: -.055em;
}

.growth-report__cover-title small {
  margin-top: 1.1rem;
  color: #d92632;
  font: 800 .4rem/1 'Hanken Grotesk', sans-serif;
  letter-spacing: .17em;
}

.growth-report__cover-graphic {
  position: relative;
  flex: 1;
  margin-top: 1.65rem;
  overflow: hidden;
  border-top: 1px solid rgba(17, 27, 41, .1);
}

.growth-report__cover-ring {
  position: absolute;
  right: 1rem;
  bottom: 1.35rem;
  width: 6.8rem;
  height: 6.8rem;
  border: 1px solid rgba(217, 38, 50, .22);
  border-radius: 50%;
  box-shadow: inset 0 0 0 1.5rem rgba(217, 38, 50, .035), inset 0 0 0 2.9rem rgba(217, 38, 50, .035);
}

.growth-report__cover-ring::before,
.growth-report__cover-ring::after {
  content: '';
  position: absolute;
  background: rgba(217, 38, 50, .28);
}

.growth-report__cover-ring::before { top: 50%; left: -1.4rem; right: -1.4rem; height: 1px; }
.growth-report__cover-ring::after { left: 50%; top: -1.4rem; bottom: -1.4rem; width: 1px; }

.growth-report__cover-line {
  position: absolute;
  left: .1rem;
  height: .34rem;
  border-radius: 99px;
  background: #111b29;
}

.growth-report__cover-line--one { bottom: 4.2rem; width: 3.6rem; }
.growth-report__cover-line--two { bottom: 3.35rem; width: 5.2rem; opacity: .34; }
.growth-report__cover-line--three { bottom: 2.5rem; width: 4.3rem; opacity: .2; }

.growth-report__cover-footer {
  padding-top: .8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(17, 27, 41, .1);
}

.growth-report__cover-footer span {
  color: rgba(17, 27, 41, .42);
  font: 600 .36rem/1 'Hanken Grotesk', sans-serif;
}

.growth-report__cover-footer strong {
  padding: .3rem .42rem;
  border-radius: .2rem;
  background: #d92632;
  color: #fff;
  font: 800 .36rem/1 'Hanken Grotesk', sans-serif;
  letter-spacing: .07em;
}

@media (hover: hover) and (pointer: fine) {
  .growth-plan__cta:hover {
    transform: translateY(-2px);
    background: #eb303d;
  }

  .growth-plan__cta:hover span {
    transform: translateX(4px);
  }
}

@keyframes growth-plan-rise {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
  .growth-plan__panel {
    opacity: 1;
    transform: none;
    animation: none !important;
  }

  .growth-plan__cta,
  .growth-plan__cta span {
    transition: none;
  }
}
