.portal-growth-journey[data-growth-v3] {
  --growth-v3-ease: cubic-bezier(.22,.78,.22,1);
  --growth-v3-progress: .2;
  position: relative;
  overflow: clip;
  background:
    radial-gradient(circle at 8% 8%, rgba(223,195,155,.28), transparent 25rem),
    radial-gradient(circle at 92% 42%, rgba(185,187,168,.28), transparent 30rem),
    linear-gradient(180deg, rgba(255,255,255,.68), rgba(247,244,236,.86));
}

.portal-growth-journey[data-growth-v3]::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(33,55,37,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(33,55,37,.035) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(180deg, transparent, #000 16%, #000 84%, transparent);
}

.portal-growth-journey[data-growth-v3] > * {
  position: relative;
  z-index: 1;
}

.portal-growth-journey[data-growth-v3] .portal-section-head {
  max-width: 860px;
  margin-bottom: clamp(28px,5vw,54px);
}

.portal-growth-journey[data-growth-v3] .portal-section-head h2 {
  max-width: 12ch;
}

.portal-growth-journey[data-growth-v3] .portal-growth-nav {
  position: relative;
  top: auto;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(5,minmax(0,1fr));
  gap: 7px;
  margin: 0 0 22px;
  padding: 7px;
  border: 1px solid rgba(42,55,35,.13);
  border-radius: 999px;
  background: rgba(255,255,255,.68);
  box-shadow: none;
  backdrop-filter: blur(18px) saturate(1.08);
}

.portal-growth-journey[data-growth-v3] .portal-growth-nav button {
  position: relative;
  min-width: 0;
  min-height: 46px;
  padding: 8px 12px;
  overflow: hidden;
  border: 0;
  border-radius: 999px;
  color: #687065;
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-size: .76rem;
  font-weight: 950;
  letter-spacing: .07em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  transition:
    color .2s ease,
    background .2s ease,
    transform .2s ease,
    box-shadow .2s ease;
}

.portal-growth-journey[data-growth-v3] .portal-growth-nav button::before {
  content: none;
}

.portal-growth-journey[data-growth-v3] .portal-growth-nav button:hover,
.portal-growth-journey[data-growth-v3] .portal-growth-nav button:focus-visible {
  color: var(--portal-green);
  background: rgba(42,55,35,.075);
  outline: none;
}

.portal-growth-journey[data-growth-v3] .portal-growth-nav button.is-active,
.portal-growth-journey[data-growth-v3] .portal-growth-nav button[aria-current="step"] {
  color: #fff;
  background: linear-gradient(135deg,var(--portal-green),#3c5132);
  box-shadow: 0 10px 24px rgba(42,55,35,.19);
  transform: translateY(-1px);
}

.portal-growth-journey[data-growth-v3] .portal-growth-layout {
  display: grid;
  grid-template-columns: minmax(0,1.13fr) minmax(380px,.87fr);
  gap: 24px;
  align-items: stretch;
}

.portal-growth-journey[data-growth-v3] .portal-growth-visual-shell {
  position: relative;
  top: auto;
  min-width: 0;
}

.portal-growth-stage-v3,
.portal-growth-journey[data-growth-v3] .portal-growth-steps {
  height: clamp(500px,48vw,570px);
  min-height: 0;
  border-radius: 32px;
}

.portal-growth-stage-v3 {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  color: #fff;
  background:
    radial-gradient(circle at 16% 13%,rgba(220,188,152,.2),transparent 17rem),
    radial-gradient(circle at 82% 82%,rgba(151,191,162,.17),transparent 18rem),
    linear-gradient(145deg,#111b12,#1f3c27 55%,#122719);
  box-shadow: 0 26px 68px rgba(18,35,22,.22);
}

.portal-growth-stage-grid-v3 {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: .38;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.052) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.052) 1px,transparent 1px);
  background-size: 46px 46px;
  mask-image: radial-gradient(circle at center,#000,transparent 84%);
}

.portal-growth-stage-topline-v3 {
  position: absolute;
  top: 24px;
  left: 28px;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 50%;
  color: rgba(255,255,255,.68);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .13em;
  line-height: 1.25;
  text-transform: uppercase;
}

.portal-growth-stage-topline-v3::before {
  content: "";
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--portal-sand);
  box-shadow: 0 0 0 5px rgba(220,188,152,.12);
}

.portal-growth-stage-number-v3 {
  position: absolute;
  top: 24px;
  right: 28px;
  z-index: 4;
  color: rgba(255,255,255,.09);
  font-family: var(--portal-serif);
  font-size: clamp(78px,9vw,110px);
  font-weight: 500;
  line-height: .8;
  letter-spacing: -.08em;
  pointer-events: none;
}

.portal-growth-connections-v3 {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}

.portal-growth-connections-v3 path {
  fill: none;
  stroke: rgba(220,188,152,.45);
  stroke-width: 2;
  stroke-linecap: round;
  pathLength: 1;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
}

.portal-growth-stage-v3.is-entering .portal-growth-connections-v3 path {
  animation: portal-growth-v3-draw-line .78s var(--growth-v3-ease) forwards;
}

.portal-growth-connections-v3 path:nth-child(2) {
  animation-delay: .11s !important;
}

.portal-growth-connections-v3 path:nth-child(3) {
  animation-delay: .22s !important;
}

.portal-growth-flow-token-v3 {
  fill: #f6d7ad;
  filter: drop-shadow(0 0 7px rgba(246,215,173,.85));
}

.portal-growth-scenes-v3,
.portal-growth-scene-v3 {
  position: absolute;
  inset: 0;
}

.portal-growth-scenes-v3 {
  z-index: 2;
}

.portal-growth-scene-v3 {
  opacity: 0;
  transform: scale(.985);
  pointer-events: none;
  transition: opacity .26s ease, transform .42s var(--growth-v3-ease);
}

.portal-growth-scene-v3.is-active {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}

.portal-growth-icon-card-v3 {
  position: absolute;
  left: var(--growth-icon-x);
  top: var(--growth-icon-y);
  display: flex;
  width: var(--growth-icon-size);
  height: var(--growth-icon-size);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 10px 8px 9px;
  border: 1px solid rgba(42,55,35,.14);
  border-radius: var(--growth-icon-radius);
  color: var(--portal-green);
  background: linear-gradient(160deg,#faf8f1,#f1ede3);
  box-shadow: 0 18px 42px rgba(3,13,7,.22);
  opacity: 0;
  transform: translate(-50%,-50%) scale(.78);
  will-change: transform,opacity;
}

.portal-growth-icon-card-v3::before {
  content: "";
  position: absolute;
  inset: 12%;
  border-radius: 28px;
  background:
    radial-gradient(circle at 40% 34%,rgba(220,188,152,.30),transparent 48%),
    radial-gradient(circle at 64% 67%,rgba(185,187,168,.26),transparent 52%);
  filter: blur(1px);
  opacity: .92;
}

.portal-growth-icon-card-v3.is-main {
  --growth-icon-x: 50%;
  --growth-icon-y: 49%;
  --growth-icon-size: 164px;
  --growth-icon-radius: 39px;
  z-index: 4;
}

.portal-growth-icon-card-v3.is-main::before {
  inset: 10%;
  border-radius: 34px;
  background:
    radial-gradient(circle at 42% 32%,rgba(220,188,152,.36),transparent 47%),
    radial-gradient(circle at 68% 72%,rgba(150,189,160,.28),transparent 54%);
}

.portal-growth-icon-card-v3.is-support-one {
  --growth-icon-x: 18%;
  --growth-icon-y: 23%;
  --growth-icon-size: 116px;
  --growth-icon-radius: 27px;
}

.portal-growth-icon-card-v3.is-support-two {
  --growth-icon-x: 82%;
  --growth-icon-y: 23%;
  --growth-icon-size: 116px;
  --growth-icon-radius: 27px;
}

.portal-growth-icon-card-v3.is-support-three {
  --growth-icon-x: 50%;
  --growth-icon-y: 80%;
  --growth-icon-size: 116px;
  --growth-icon-radius: 27px;
}

.portal-growth-scene-v3.is-active .portal-growth-icon-card-v3 {
  animation: portal-growth-v3-node-in .56s var(--growth-v3-ease) forwards;
}

.portal-growth-scene-v3.is-active .portal-growth-icon-card-v3:nth-child(2) {
  animation-delay: .12s;
}

.portal-growth-scene-v3.is-active .portal-growth-icon-card-v3:nth-child(3) {
  animation-delay: .22s;
}

.portal-growth-scene-v3.is-active .portal-growth-icon-card-v3:nth-child(4) {
  animation-delay: .32s;
}

.portal-growth-icon-art-shell-v3 {
  position: relative;
  z-index: 1;
  display: grid;
  width: 74%;
  aspect-ratio: 1;
  place-items: center;
}

.portal-growth-icon-card-v3.is-main .portal-growth-icon-art-shell-v3 {
  width: 72%;
}

.portal-growth-icon-art-v3 {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 6px 8px rgba(35,43,32,.09));
  transform: translateZ(0);
}

.portal-growth-scene-v3.is-active
.portal-growth-icon-card-v3.is-main
.portal-growth-icon-art-v3 {
  animation: portal-growth-v3-icon-breathe 5.6s ease-in-out 1s infinite;
}

.portal-growth-icon-label-v3 {
  position: relative;
  z-index: 1;
  max-width: 100%;
  color: #34402f;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
  text-wrap: balance;
}

.portal-growth-icon-card-v3.is-main .portal-growth-icon-label-v3 {
  font-size: 12px;
}

.portal-growth-stage-footer-v3 {
  position: absolute;
  right: 26px;
  bottom: 22px;
  left: 26px;
  z-index: 5;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
}

.portal-growth-stage-caption-v3 {
  display: grid;
  min-width: 0;
  gap: 3px;
}

.portal-growth-stage-caption-v3 span {
  color: var(--portal-sand);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.portal-growth-stage-caption-v3 strong {
  max-width: 21ch;
  overflow: hidden;
  color: rgba(255,255,255,.82);
  font-family: var(--portal-serif);
  font-size: 1.15rem;
  font-weight: 500;
  line-height: 1.08;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.portal-growth-stage-progress-v3 {
  flex: 0 0 min(210px,38%);
  height: 4px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255,255,255,.14);
}

.portal-growth-stage-progress-v3 span {
  display: block;
  width: calc(var(--growth-v3-progress) * 100%);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg,var(--portal-sand),#a8cfb3);
  transition: width .42s var(--growth-v3-ease);
}

.portal-growth-journey[data-growth-v3] .portal-growth-steps {
  position: relative;
  display: block;
  padding: 0;
}

.portal-growth-journey[data-growth-v3] .portal-growth-card {
  position: absolute;
  inset: 0;
  display: flex;
  min-height: 0;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  gap: 0;
  padding: clamp(30px,4.2vw,52px);
  overflow: auto;
  border: 1px solid rgba(42,55,35,.13);
  border-radius: 32px;
  color: var(--portal-ink);
  background: rgba(255,255,255,.78);
  box-shadow: 0 18px 48px rgba(25,40,28,.07);
  opacity: 0;
  transform: translate3d(18px,0,0) scale(.985);
  pointer-events: none;
  transition:
    opacity .28s ease,
    transform .42s var(--growth-v3-ease);
  scrollbar-width: thin;
}

.portal-growth-journey[data-growth-v3] .portal-growth-card::before,
.portal-growth-journey[data-growth-v3] .portal-growth-card::after {
  content: none;
}

.portal-growth-journey[data-growth-v3] .portal-growth-card.is-active {
  opacity: 1;
  transform: translate3d(0,0,0) scale(1);
  pointer-events: auto;
}

.portal-growth-journey[data-growth-v3] .portal-growth-card-toggle {
  display: none;
}

.portal-growth-journey[data-growth-v3] .portal-growth-card h3 {
  max-width: 11ch;
  margin: 13px 0 16px;
  color: var(--portal-green);
  font-family: var(--portal-serif);
  font-size: clamp(2.3rem,4.2vw,3.75rem);
  font-weight: 500;
  line-height: .96;
  letter-spacing: -.055em;
}

.portal-growth-journey[data-growth-v3] .portal-phase-label {
  color: #8d6d44;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.portal-growth-journey[data-growth-v3] .portal-phase-summary {
  max-width: 48ch;
  margin: 0 0 13px;
  color: #80683f;
  font-size: .9rem;
  font-weight: 900;
  line-height: 1.45;
}

.portal-growth-journey[data-growth-v3] .portal-phase-description {
  max-width: 48ch;
  margin: 0;
  color: #62675e;
  font-size: 1rem;
  line-height: 1.62;
}

.portal-growth-journey[data-growth-v3] .portal-growth-details {
  display: grid;
  grid-template-rows: 1fr;
  opacity: 1;
}

.portal-growth-journey[data-growth-v3] .portal-growth-details-inner {
  min-height: 0;
  overflow: visible;
}

.portal-growth-journey[data-growth-v3] .portal-growth-feature-list {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 9px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.portal-growth-journey[data-growth-v3] .portal-growth-feature-list li {
  position: relative;
  display: flex;
  min-height: 44px;
  align-items: center;
  padding: 9px 11px 9px 32px;
  border: 1px solid rgba(42,55,35,.095);
  border-radius: 14px;
  color: #465044;
  background: rgba(232,229,221,.52);
  font-size: .79rem;
  font-weight: 800;
  line-height: 1.35;
}

.portal-growth-journey[data-growth-v3] .portal-growth-feature-list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 13px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-radius: 50%;
  background: linear-gradient(135deg,var(--portal-sand),#7fa98b);
  box-shadow: 0 0 0 4px rgba(220,188,152,.15);
}

.portal-growth-journey[data-growth-v3] .portal-package-cta {
  width: fit-content;
  min-height: 46px;
  margin-top: 22px;
  color: #fff;
  background: var(--portal-green);
}

.portal-growth-journey[data-growth-v3] .portal-package-cta:hover,
.portal-growth-journey[data-growth-v3] .portal-package-cta:focus-visible {
  background: var(--portal-green-2);
}

html[dir="rtl"] .portal-growth-stage-topline-v3 {
  right: 28px;
  left: auto;
}

html[dir="rtl"] .portal-growth-stage-number-v3 {
  right: auto;
  left: 28px;
}

html[dir="rtl"]
.portal-growth-journey[data-growth-v3]
.portal-growth-feature-list li {
  padding-right: 32px;
  padding-left: 11px;
}

html[dir="rtl"]
.portal-growth-journey[data-growth-v3]
.portal-growth-feature-list li::before {
  right: 13px;
  left: auto;
}

@keyframes portal-growth-v3-draw-line {
  to { stroke-dashoffset: 0; }
}

@keyframes portal-growth-v3-node-in {
  0% {
    opacity: 0;
    transform: translate(-50%,-50%) scale(.76);
  }
  70% {
    opacity: 1;
    transform: translate(-50%,-50%) scale(1.035);
  }
  100% {
    opacity: 1;
    transform: translate(-50%,-50%) scale(1);
  }
}

@keyframes portal-growth-v3-icon-breathe {
  0%,100% { transform: scale(1); }
  50% { transform: scale(1.035); }
}

@media (max-width: 1100px) {
  .portal-growth-journey[data-growth-v3] .portal-growth-layout {
    grid-template-columns: minmax(0,1fr) minmax(360px,.92fr);
  }

  .portal-growth-journey[data-growth-v3] .portal-growth-card {
    padding: 30px;
  }

  .portal-growth-journey[data-growth-v3] .portal-growth-card h3 {
    font-size: clamp(2.2rem,4.5vw,3.25rem);
  }
}

@media (max-width: 860px) {
  .portal-growth-journey[data-growth-v3] {
    padding-inline: 18px;
  }

  .portal-growth-journey[data-growth-v3] .portal-growth-nav {
    display: flex;
    gap: 8px;
    margin-right: -18px;
    margin-left: -18px;
    padding: 7px 18px;
    overflow-x: auto;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    scrollbar-width: none;
    scroll-snap-type: x proximity;
  }

  .portal-growth-journey[data-growth-v3] .portal-growth-nav::-webkit-scrollbar {
    display: none;
  }

  .portal-growth-journey[data-growth-v3] .portal-growth-nav button {
    flex: 0 0 126px;
    scroll-snap-align: center;
  }

  .portal-growth-journey[data-growth-v3] .portal-growth-layout {
    grid-template-columns: 1fr;
  }

  .portal-growth-stage-v3 {
    height: 500px;
  }

  .portal-growth-journey[data-growth-v3] .portal-growth-steps {
    height: auto;
    min-height: 0;
  }

  .portal-growth-journey[data-growth-v3] .portal-growth-card {
    position: relative;
    inset: auto;
    display: none;
    height: auto;
    min-height: 430px;
    overflow: visible;
  }

  .portal-growth-journey[data-growth-v3] .portal-growth-card.is-active {
    display: flex;
  }
}

@media (max-width: 620px) {
  .portal-growth-stage-v3 {
    height: 420px;
    border-radius: 26px;
  }

  .portal-growth-stage-topline-v3 {
    top: 20px;
    left: 20px;
    max-width: 58%;
    font-size: 9px;
  }

  .portal-growth-stage-number-v3 {
    top: 20px;
    right: 20px;
    font-size: 72px;
  }

  .portal-growth-icon-card-v3.is-main {
    --growth-icon-x: 50%;
    --growth-icon-y: 48%;
    --growth-icon-size: 132px;
    --growth-icon-radius: 31px;
  }

  .portal-growth-icon-card-v3.is-support-one {
    --growth-icon-x: 19%;
    --growth-icon-y: 23%;
    --growth-icon-size: 92px;
    --growth-icon-radius: 22px;
  }

  .portal-growth-icon-card-v3.is-support-two {
    --growth-icon-x: 81%;
    --growth-icon-y: 23%;
    --growth-icon-size: 92px;
    --growth-icon-radius: 22px;
  }

  .portal-growth-icon-card-v3.is-support-three {
    --growth-icon-x: 50%;
    --growth-icon-y: 79%;
    --growth-icon-size: 92px;
    --growth-icon-radius: 22px;
  }

  .portal-growth-icon-label-v3 {
    font-size: 9px;
  }

  .portal-growth-icon-card-v3.is-main .portal-growth-icon-label-v3 {
    font-size: 10px;
  }

  .portal-growth-stage-footer-v3 {
    right: 20px;
    bottom: 18px;
    left: 20px;
  }

  .portal-growth-stage-caption-v3 strong {
    max-width: 15ch;
    font-size: .95rem;
  }

  .portal-growth-stage-progress-v3 {
    flex-basis: 38%;
  }

  .portal-growth-journey[data-growth-v3] .portal-growth-card {
    min-height: 0;
    padding: 28px 22px;
    border-radius: 26px;
  }

  .portal-growth-journey[data-growth-v3] .portal-growth-card h3 {
    font-size: clamp(2.25rem,11vw,3rem);
  }

  .portal-growth-journey[data-growth-v3] .portal-growth-feature-list {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .portal-growth-stage-v3 *,
  .portal-growth-journey[data-growth-v3] .portal-growth-card,
  .portal-growth-journey[data-growth-v3] .portal-growth-nav button,
  .portal-growth-stage-progress-v3 span {
    animation: none !important;
    transition: none !important;
  }

  .portal-growth-connections-v3 path {
    stroke-dashoffset: 0 !important;
  }

  .portal-growth-flow-token-v3 {
    display: none !important;
  }

  .portal-growth-scene-v3.is-active .portal-growth-icon-card-v3 {
    opacity: 1 !important;
    transform: translate(-50%,-50%) scale(1) !important;
  }
}
