:root {
  --theme-color: #e85d04;
  --theme-color2: #0f766e;
  --title-color: #101418;
  --body-color: #5c615c;
  --smoke-color: #e4e0d6;
  --smoke-color2: #f7f4ee;
  --smoke-color3: #efe8dc;
  --smoke-color4: #f3f0ea;
  --title-font: "Poppins", sans-serif;
  --body-font: "Poppins", sans-serif;
  --spot-x: 50vw;
  --spot-y: 32vh;
}

body {
  background-color: var(--smoke-color4);
}

.site-atmosphere {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.site-atmosphere__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(16, 20, 24, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 20, 24, 0.04) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(circle at 50% 18%, #000 18%, transparent 78%);
}

.site-atmosphere__spot {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    720px circle at var(--spot-x) var(--spot-y),
    rgba(232, 93, 4, 0.16),
    transparent 42%
  );
  opacity: 1;
  transition: opacity 0.28s ease;
}

html.is-over-block .site-atmosphere__spot {
  opacity: 0;
}

.site-atmosphere__orbs span {
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
  animation: features-float 12s ease-in-out infinite;
}

.site-atmosphere__orbs span:nth-child(1) {
  top: 18%;
  left: 4%;
  width: 220px;
  height: 220px;
  background: rgba(232, 93, 4, 0.16);
}

.site-atmosphere__orbs span:nth-child(2) {
  top: 52%;
  right: 2%;
  width: 280px;
  height: 280px;
  background: rgba(15, 118, 110, 0.12);
  animation-delay: -4s;
}

.site-atmosphere__orbs span:nth-child(3) {
  bottom: 8%;
  left: 36%;
  width: 160px;
  height: 160px;
  background: rgba(232, 93, 4, 0.1);
  animation-delay: -7s;
}

.hero-prolimi,
.features-prolimi,
.about-prolimi,
.offer-prolimi,
.process-prolimi,
.testi-prolimi,
.faq-prolimi,
.status-prolimi,
.cta-prolimi,
.space,
.space-bottom,
.testi-area,
.bg-theme,
.footer-prolimi,
.overflow-hidden.space {
  position: relative;
  z-index: 1;
}

.testi-area {
  background-color: transparent !important;
}

.th-btn {
  border-radius: 8px;
  text-transform: none;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.th-btn:before {
  border-radius: 0;
}

.sub-title {
  border-radius: 6px;
  text-transform: none;
  letter-spacing: 0.04em;
}

/* Header over cinematic hero */
.header-prolimi .menu-area {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding: 10px 0;
}

.header-prolimi .main-menu > ul > li > a,
.header-prolimi .main-menu.style2 > ul > li > a {
  color: #f6f3ed;
}

.header-prolimi .main-menu.style2 > ul > li > a {
  padding: 2px 12px;
  font-size: 15px;
}

.header-prolimi .main-menu.style2 > ul > li > a:hover:before {
  background-color: #fff;
  opacity: 0.12;
}

.header-prolimi .th-menu-toggle {
  color: #f6f3ed;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand__mark {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
}

.brand__word {
  color: #101418;
  font-family: var(--title-font);
  font-size: 23px;
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1;
}

.brand__word span {
  color: var(--theme-color);
}

.header-prolimi .brand__word {
  color: #f6f3ed;
}

.header-prolimi .sticky-wrapper.sticky {
  background-color: rgba(243, 240, 234, 0.94);
  backdrop-filter: blur(16px);
  box-shadow: 0 8px 30px rgba(16, 20, 24, 0.08);
}

.header-prolimi .sticky-wrapper.sticky .menu-area {
  border-bottom-color: transparent;
}

.header-prolimi .sticky-wrapper.sticky .main-menu > ul > li > a,
.header-prolimi .sticky-wrapper.sticky .main-menu.style2 > ul > li > a {
  color: var(--title-color);
}

.header-prolimi .sticky-wrapper.sticky .brand__word {
  color: var(--title-color);
}

.header-prolimi .sticky-wrapper.sticky .th-menu-toggle {
  color: var(--title-color);
}

/* Hero */
.hero-prolimi {
  position: relative;
  min-height: 100vh;
  display: flex;
  background: #101418;
  color: #f6f3ed;
}

.hero-prolimi__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.hero-prolimi__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(246, 243, 237, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(246, 243, 237, 0.045) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 80% 70% at 70% 40%, #000 20%, transparent 72%);
  -webkit-mask-image: radial-gradient(ellipse 80% 70% at 70% 40%, #000 20%, transparent 72%);
}

.hero-prolimi__glow {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 52% 48% at 82% 28%, rgba(232, 93, 4, 0.28), transparent 62%),
    radial-gradient(ellipse 40% 36% at 12% 78%, rgba(15, 118, 110, 0.18), transparent 58%);
}

.hero-prolimi .container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 32px;
  width: 100%;
  min-height: 100vh;
  padding-top: 112px;
  padding-bottom: 28px;
}

.hero-prolimi__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: 56px;
  align-items: center;
  flex: 1;
}

.hero-prolimi__copy > * {
  animation: hero-rise 0.85s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.hero-prolimi__copy > *:nth-child(1) {
  animation-delay: 0.04s;
}

.hero-prolimi__copy > *:nth-child(2) {
  animation-delay: 0.12s;
}

.hero-prolimi__copy > *:nth-child(3) {
  animation-delay: 0.2s;
}

.hero-prolimi__copy > *:nth-child(4) {
  animation-delay: 0.28s;
}

.hero-prolimi__copy > *:nth-child(5) {
  animation-delay: 0.36s;
}

@keyframes hero-rise {
  from {
    opacity: 0;
    transform: translate3d(0, 22px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.hero-prolimi__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
  padding: 8px 14px 8px 12px;
  border: 1px solid rgba(246, 243, 237, 0.16);
  border-radius: 999px;
  background: rgba(246, 243, 237, 0.06);
  color: #f6f3ed;
  font-family: var(--body-font);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: none;
}

.hero-prolimi__pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--theme-color);
  box-shadow: 0 0 0 0 rgba(232, 93, 4, 0.5);
  animation: hero-pulse 2.2s ease-out infinite;
}

@keyframes hero-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(232, 93, 4, 0.45);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(232, 93, 4, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(232, 93, 4, 0);
  }
}

.hero-prolimi__title {
  margin: 0 0 20px;
  color: #fff;
  font-family: var(--title-font);
  font-size: clamp(40px, 5.2vw, 70px);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -0.045em;
  text-transform: none;
}

.hero-prolimi__title span {
  display: block;
  color: #ff7a1a;
  text-shadow: 0 0 40px rgba(232, 93, 4, 0.28);
}

.hero-prolimi__text {
  max-width: 520px;
  margin-bottom: 32px;
  color: rgba(246, 243, 237, 0.78);
  font-size: 18px;
  line-height: 1.7;
}

.hero-prolimi__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 28px;
}

.hero-prolimi__actions .th-btn.style2 {
  color: #f6f3ed;
  border-color: rgba(246, 243, 237, 0.35);
}

.hero-prolimi__actions .th-btn.style2:hover {
  color: #101418;
  border-color: #f6f3ed;
}

.hero-prolimi__actions .th-btn.style2:hover:before,
.hero-prolimi__actions .th-btn.style2:hover:after {
  background-color: #f6f3ed;
}

.hero-prolimi__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hero-prolimi__chips a {
  padding: 7px 12px;
  border: 1px solid rgba(246, 243, 237, 0.14);
  border-radius: 999px;
  background: rgba(246, 243, 237, 0.04);
  color: rgba(246, 243, 237, 0.82);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.hero-prolimi__chips a:hover,
.hero-prolimi__chips a:focus-visible {
  border-color: rgba(232, 93, 4, 0.7);
  background: rgba(232, 93, 4, 0.16);
  color: #fff;
}

.hero-prolimi__stage {
  position: relative;
  min-height: 0;
  animation: hero-rise 1s cubic-bezier(0.22, 1, 0.36, 1) 0.18s forwards;
}

.hero-prolimi__frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  max-height: min(62vh, 580px);
  margin-left: auto;
  border: 1px solid rgba(246, 243, 237, 0.14);
  border-radius: 28px;
  background: #1a1f24;
  box-shadow:
    0 40px 80px rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(232, 93, 4, 0.08);
}

.hero-prolimi__frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 42% 38%;
  animation: hero-ken 22s ease-in-out infinite alternate;
}

@keyframes hero-ken {
  from {
    transform: scale(1.04) translate3d(0, 0, 0);
  }
  to {
    transform: scale(1.12) translate3d(-2.4%, -1.2%, 0);
  }
}

.hero-prolimi__frame-fade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 52%, rgba(16, 20, 24, 0.42) 100%),
    linear-gradient(90deg, rgba(16, 20, 24, 0.18), transparent 36%);
  pointer-events: none;
}

.hero-mini-orbit {
  position: absolute;
  left: -36px;
  bottom: 16%;
  z-index: 2;
  width: 128px;
  height: 128px;
  pointer-events: none;
}

.hero-mini-orbit span,
.hero-mini-orbit b,
.hero-mini-orbit i {
  position: absolute;
  border-radius: 50%;
}

.hero-mini-orbit span:nth-child(1) {
  inset: 0;
  border: 1px dashed rgba(232, 93, 4, 0.55);
  animation: features-spin 18s linear infinite;
}

.hero-mini-orbit span:nth-child(2) {
  inset: 22px;
  border: 1px solid rgba(246, 243, 237, 0.16);
  animation: features-spin 11s linear infinite reverse;
}

.hero-mini-orbit b {
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  margin: -9px 0 0 -9px;
  background: var(--theme-color);
  box-shadow: 0 0 0 6px rgba(232, 93, 4, 0.18), 0 8px 20px rgba(232, 93, 4, 0.45);
}

.hero-mini-orbit i {
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  background: #f6f3ed;
  box-shadow: 0 0 10px rgba(232, 93, 4, 0.45);
  transform: rotate(calc(var(--i) * 60deg)) translateY(-58px);
}

.hero-prolimi__card {
  position: absolute;
  z-index: 3;
  display: grid;
  gap: 2px;
  min-width: 148px;
  padding: 14px 16px;
  border: 1px solid rgba(246, 243, 237, 0.16);
  border-radius: 16px;
  background: rgba(16, 20, 24, 0.62);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
  animation: features-float 9s ease-in-out infinite;
}

.hero-prolimi__card strong {
  color: #fff;
  font-family: var(--title-font);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.1;
}

.hero-prolimi__card span {
  color: rgba(246, 243, 237, 0.7);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.hero-prolimi__card--live {
  top: 10%;
  left: -28px;
}

.hero-prolimi__card--own {
  right: -8px;
  bottom: 12%;
  animation-delay: -3.5s;
}

@media (max-width: 1199px) {
  .hero-prolimi__layout {
    gap: 36px;
  }

  .hero-prolimi__card--live {
    left: 12px;
  }

  .hero-prolimi__card--own {
    right: 12px;
  }

  .hero-mini-orbit {
    left: 10px;
  }
}

@media (max-width: 991px) {
  .hero-prolimi .container {
    justify-content: flex-start;
    gap: 36px;
    padding-top: 112px;
    padding-bottom: 40px;
  }

  .hero-prolimi__layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .hero-prolimi__copy {
    text-align: center;
  }

  .hero-prolimi__text,
  .hero-prolimi__actions,
  .hero-prolimi__chips {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-prolimi__frame {
    max-height: 420px;
    aspect-ratio: 16 / 11;
    margin: 0 auto;
  }

  .hero-prolimi__card--live {
    top: 16px;
    left: 16px;
  }

  .hero-prolimi__card--own {
    right: 16px;
    bottom: 16px;
  }

  .hero-mini-orbit {
    display: none;
  }

  .hero-prolimi__card {
    display: none;
  }
}

@media (max-width: 575px) {
  .hero-prolimi .container {
    padding-top: 148px;
  }

  .hero-prolimi__text {
    font-size: 16px;
  }

  .hero-prolimi__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-prolimi__actions .th-btn {
    width: 100%;
  }

  .hero-prolimi__chips {
    justify-content: center;
  }
}

.header-prolimi .th-menu-toggle {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(246, 243, 237, 0.28);
  border-radius: 8px;
  background: transparent;
}

.th-menu-wrapper .th-menu-area {
  overflow: hidden;
  background: #101418;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  text-align: left;
}

.th-menu-wrapper .th-menu-area::before,
.th-menu-wrapper .th-menu-area::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.th-menu-wrapper .th-menu-area::before {
  background-image:
    linear-gradient(rgba(246, 243, 237, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(246, 243, 237, 0.045) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 90% 80% at 20% 10%, #000 18%, transparent 74%);
  -webkit-mask-image: radial-gradient(ellipse 90% 80% at 20% 10%, #000 18%, transparent 74%);
}

.th-menu-wrapper .th-menu-area::after {
  background:
    radial-gradient(ellipse 80% 42% at 8% 0%, rgba(232, 93, 4, 0.28), transparent 62%),
    radial-gradient(ellipse 55% 40% at 100% 92%, rgba(15, 118, 110, 0.18), transparent 58%);
}

.th-menu-wrapper .th-menu-area > :not(.th-menu-toggle) {
  position: relative;
  z-index: 1;
}

.th-menu-wrapper .mobile-logo {
  background: transparent;
  text-align: left;
  padding: 24px 56px 20px 22px;
  border-bottom: 1px solid rgba(246, 243, 237, 0.1);
}

.mobile-logo .brand,
.th-menu-wrapper .mobile-logo .brand {
  justify-content: flex-start;
}

.th-menu-wrapper .mobile-logo .brand__word {
  color: #f6f3ed;
}

.th-menu-wrapper .th-menu-toggle {
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 16px;
  width: 40px;
  height: 40px;
  color: #f6f3ed;
  background: transparent;
  border: 1px solid rgba(246, 243, 237, 0.28);
  border-radius: 8px;
}

.th-menu-wrapper .th-menu-toggle:hover {
  color: #fff;
  background: rgba(246, 243, 237, 0.08);
}

.th-mobile-menu {
  margin-top: 8px;
  text-align: left;
}

.th-mobile-menu > ul,
.th-mobile-menu ul {
  padding: 0;
}

.th-mobile-menu ul li {
  border-bottom-color: rgba(246, 243, 237, 0.1);
}

.th-mobile-menu ul li a {
  color: rgba(246, 243, 237, 0.88);
  font-family: var(--title-font);
  font-size: 16px;
  font-weight: 600;
  padding: 14px 22px;
}

.th-mobile-menu ul li a:hover,
.th-mobile-menu ul li.th-active > a {
  color: #fff;
}

/* Features */
.features-prolimi {
  padding: 112px 0 120px;
  background: transparent;
  scroll-margin-top: 88px;
}

@keyframes features-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(20px, -24px, 0) scale(1.08);
  }
}

.features-prolimi__intro {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}

.features-prolimi__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--theme-color);
  font-family: var(--body-font);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.features-prolimi__eyebrow::before {
  content: "";
  width: 18px;
  height: 2px;
  background: var(--theme-color);
}

.features-prolimi__title {
  margin: 0;
  color: var(--title-color);
  font-family: var(--title-font);
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.03em;
  text-transform: none;
}

.features-prolimi__lead {
  margin: 0;
  color: var(--body-color);
  font-size: 18px;
  line-height: 1.7;
}

.features-bento {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.feature-card {
  --rx: 0deg;
  --ry: 0deg;
  --mx: 50%;
  --my: 20%;
  position: relative;
  overflow: hidden;
  min-height: 230px;
  padding: 28px;
  border: 1px solid rgba(16, 20, 24, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(16px);
  box-shadow: 0 10px 30px rgba(16, 20, 24, 0.04);
  transform: perspective(900px) rotateX(var(--rx)) rotateY(var(--ry));
  transform-style: preserve-3d;
  transition: transform 0.18s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.feature-card:hover {
  border-color: rgba(232, 93, 4, 0.4);
  box-shadow: 0 22px 50px rgba(16, 20, 24, 0.12);
}

.feature-card--wide {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 16px;
  align-items: center;
  grid-column: span 2;
  min-height: 280px;
  background:
    linear-gradient(135deg, rgba(232, 93, 4, 0.12), rgba(255, 255, 255, 0.7) 42%),
    #fff;
}

.feature-card--bar {
  grid-column: 1 / -1;
  min-height: 0;
}

.feature-card__shine {
  display: none;
}

.feature-card__index {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--theme-color);
  font-family: var(--title-font);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.feature-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: rgba(232, 93, 4, 0.1);
  color: var(--theme-color);
}

.feature-card__icon svg {
  width: 26px;
  height: 26px;
}

.feature-card:hover .feature-card__icon {
  animation: features-icon-pop 0.55s ease;
}

@keyframes features-icon-pop {
  0% {
    transform: scale(1) rotate(0deg);
  }
  40% {
    transform: scale(1.12) rotate(-8deg);
  }
  100% {
    transform: scale(1) rotate(0deg);
  }
}

.feature-card__title {
  margin: 0 0 10px;
  color: var(--title-color);
  font-family: var(--title-font);
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: none;
}

.feature-card__text {
  margin: 0;
  color: var(--body-color);
  font-size: 16px;
  line-height: 1.7;
}

.feature-orbit {
  position: relative;
  width: 180px;
  height: 180px;
  margin: 0 auto;
  transform: translateZ(0);
  transform-style: flat;
}

.feature-orbit__ring {
  position: absolute;
  inset: 18px;
  border: 1px dashed rgba(232, 93, 4, 0.45);
  border-radius: 50%;
  animation: features-spin 16s linear infinite;
}

.feature-orbit__ring:nth-child(2) {
  inset: 42px;
  border-style: solid;
  border-color: rgba(16, 20, 24, 0.08);
  animation-duration: 9s;
  animation-direction: reverse;
}

.feature-orbit__core {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--theme-color);
  color: #fff;
  font-family: var(--title-font);
  font-size: 18px;
  font-weight: 800;
  transform: translate(-50%, -50%);
  box-shadow: 0 12px 30px rgba(232, 93, 4, 0.35);
}

.feature-orbit__dot {
  position: absolute;
  inset: 18px;
  border-radius: 50%;
  animation: features-spin 6s linear infinite;
  pointer-events: none;
}

.feature-orbit__dot::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -5px;
  width: 11px;
  height: 11px;
  margin-left: -5.5px;
  border-radius: 50%;
  background: var(--theme-color);
  box-shadow: 0 0 0 6px rgba(232, 93, 4, 0.16);
}

@keyframes features-spin {
  to {
    transform: rotate(360deg);
  }
}

[data-reveal] {
  opacity: 0;
  translate: 0 28px;
  filter: blur(8px);
  transition: opacity 0.7s ease, translate 0.7s ease, filter 0.7s ease;
}

[data-reveal].is-in {
  opacity: 1;
  translate: 0 0;
  filter: none;
}

.features-bento .feature-card:nth-child(1) {
  transition-delay: 0.05s;
}
.features-bento .feature-card:nth-child(2) {
  transition-delay: 0.12s;
}
.features-bento .feature-card:nth-child(3) {
  transition-delay: 0.18s;
}
.features-bento .feature-card:nth-child(4) {
  transition-delay: 0.24s;
}
.features-bento .feature-card:nth-child(5) {
  transition-delay: 0.3s;
}
.features-bento .feature-card:nth-child(6) {
  transition-delay: 0.36s;
}

@media (max-width: 991px) {
  .features-bento,
  .feature-card--wide {
    grid-template-columns: 1fr;
    grid-column: auto;
  }

  .feature-card--wide {
    min-height: 0;
  }

  .feature-orbit {
    display: none;
  }
}

@media (max-width: 767px) {
  .features-prolimi {
    padding: 80px 0 88px;
  }

  .feature-card {
    min-height: 0;
    padding: 24px;
  }

  .feature-card__title {
    font-size: 22px;
  }
}

html.no-js [data-reveal],
html.no-js .hero-prolimi__copy > *,
html.no-js .hero-prolimi__stage {
  opacity: 1;
  translate: 0 0;
  transform: none;
  filter: none;
  animation: none;
}

@media (prefers-reduced-motion: reduce) {
  .site-atmosphere__orbs span,
  .feature-orbit__ring,
  .feature-orbit__dot,
  .feature-card,
  .about-prolimi__orbit span,
  .about-prolimi__chip,
  .about-prolimi__frame,
  .about-stat,
  .offer-orbit__rings span,
  .cta-prolimi__rings span,
  .cta-prolimi__spark,
  .process-act,
  .status-cell,
  .hero-prolimi__copy > *,
  .hero-prolimi__stage,
  .hero-prolimi__frame img,
  .hero-prolimi__pulse,
  .hero-prolimi__card,
  .hero-mini-orbit span,
  [data-reveal] {
    animation: none !important;
    transform: none !important;
    filter: none !important;
    opacity: 1 !important;
    transition: none !important;
  }
}

/* About */
.about-prolimi {
  padding: 112px 0 120px;
  background: transparent;
  scroll-margin-top: 88px;
}

.about-prolimi__layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: center;
  margin-bottom: 36px;
}

.about-prolimi__copy {
  position: relative;
}

.about-prolimi__watermark {
  position: absolute;
  top: -48px;
  left: -8px;
  color: rgba(16, 20, 24, 0.05);
  font-family: var(--title-font);
  font-size: clamp(72px, 12vw, 140px);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 1;
  pointer-events: none;
  user-select: none;
}

.about-prolimi__eyebrow,
.offer-prolimi__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--theme-color);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.about-prolimi__eyebrow::before,
.offer-prolimi__eyebrow::before {
  content: "";
  width: 18px;
  height: 2px;
  background: var(--theme-color);
}

.about-prolimi__title,
.offer-prolimi__title {
  margin: 0 0 20px;
  color: var(--title-color);
  font-family: var(--title-font);
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.03em;
  text-transform: none;
}

.about-prolimi__title span {
  color: var(--theme-color);
}

.about-prolimi__lead {
  margin: 0 0 16px;
  color: var(--title-color);
  font-size: 20px;
  line-height: 1.6;
  font-weight: 500;
}

.about-prolimi__text {
  margin: 0 0 28px;
  color: var(--body-color);
  font-size: 16px;
  line-height: 1.75;
}

.about-prolimi__stage {
  --rx: 0deg;
  --ry: 0deg;
  --mx: 50%;
  --my: 20%;
  position: relative;
  min-height: 520px;
  padding: 28px 12px 48px 28px;
}

.about-prolimi__orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 92%;
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.about-prolimi__orbit span {
  position: absolute;
  inset: 0;
  border: 1px dashed rgba(232, 93, 4, 0.28);
  border-radius: 50%;
  animation: features-spin 22s linear infinite;
}

.about-prolimi__orbit span:last-child {
  inset: 28px;
  border-style: solid;
  border-color: rgba(16, 20, 24, 0.06);
  animation-duration: 14s;
  animation-direction: reverse;
}

.about-prolimi__frame {
  --rx: 0deg;
  --ry: 0deg;
  --mx: 50%;
  --my: 20%;
  position: relative;
  z-index: 1;
  margin: 0;
  overflow: hidden;
  border-radius: 28px;
  box-shadow:
    18px 18px 0 0 rgba(232, 93, 4, 0.28),
    0 28px 60px rgba(16, 20, 24, 0.16);
  transform: perspective(1100px) rotateX(var(--rx)) rotateY(var(--ry));
  transform-style: preserve-3d;
  transition: transform 0.18s ease;
}

.about-prolimi__frame img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  object-position: 58% 42%;
  display: block;
}

.about-prolimi__shine {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: radial-gradient(
    280px circle at var(--mx) var(--my),
    rgba(255, 255, 255, 0.42),
    transparent 46%
  );
  opacity: 0;
  transition: opacity 0.25s ease;
}

.about-prolimi__frame:hover .about-prolimi__shine {
  opacity: 1;
}

.about-prolimi__frame figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  padding: 14px 18px;
  border-radius: 12px;
  background: rgba(16, 20, 24, 0.72);
  color: #f6f3ed;
  font-size: 14px;
  backdrop-filter: blur(10px);
}

.about-prolimi__chip {
  position: absolute;
  z-index: 3;
  min-width: 186px;
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 16px 36px rgba(16, 20, 24, 0.1);
  backdrop-filter: blur(16px);
  animation: about-chip-float 6s ease-in-out infinite;
}

.about-prolimi__chip strong {
  display: block;
  color: var(--title-color);
  font-size: 14px;
  font-weight: 700;
}

.about-prolimi__chip span {
  color: var(--body-color);
  font-size: 12px;
}

.about-prolimi__chip--1 {
  top: 48px;
  left: 0;
}

.about-prolimi__chip--2 {
  top: 46%;
  right: -8px;
  animation-delay: -2s;
}

.about-prolimi__chip--3 {
  bottom: 72px;
  left: 8px;
  animation-delay: -4s;
}

@keyframes about-chip-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

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

.about-stat {
  --rx: 0deg;
  --ry: 0deg;
  --mx: 50%;
  --my: 20%;
  position: relative;
  overflow: hidden;
  padding: 26px 24px;
  border: 1px solid rgba(16, 20, 24, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(16px);
  box-shadow: 0 10px 30px rgba(16, 20, 24, 0.04);
  transform: perspective(900px) rotateX(var(--rx)) rotateY(var(--ry));
  transform-style: preserve-3d;
  transition: transform 0.18s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.about-stat:hover {
  border-color: rgba(232, 93, 4, 0.4);
  box-shadow: 0 22px 50px rgba(16, 20, 24, 0.12);
}

.about-stat__index {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--theme-color);
  font-family: var(--title-font);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.about-stat h3 {
  margin: 0 0 8px;
  color: var(--title-color);
  font-size: 20px;
  font-weight: 700;
  text-transform: none;
}

.about-stat p {
  margin: 0;
  color: var(--body-color);
  font-size: 15px;
  line-height: 1.65;
}

/* What we offer */
.offer-prolimi {
  padding: 112px 0 120px;
  background: transparent;
  scroll-margin-top: 88px;
}

.offer-prolimi__intro {
  margin-bottom: 48px;
}

.offer-prolimi__lead {
  margin: 0;
  color: var(--body-color);
  font-size: 18px;
  line-height: 1.7;
}

.offer-orbit {
  --angle: 0deg;
  display: grid;
  grid-template-columns: minmax(280px, 460px) minmax(0, 1fr);
  gap: 48px 56px;
  align-items: center;
}

.offer-orbit__wheel {
  --r: 188px;
  --node: 32px;
  --beam-gap: 20px;
  position: relative;
  width: min(100%, 460px);
  aspect-ratio: 1;
  margin: 0 auto;
  overflow: visible;
}

.offer-orbit__rings span {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.offer-orbit__rings span:nth-child(1) {
  inset: 8px;
  border: 1px dashed rgba(232, 93, 4, 0.35);
  animation: features-spin 28s linear infinite;
}

.offer-orbit__rings span:nth-child(2) {
  inset: 42px;
  border: 1px solid rgba(16, 20, 24, 0.08);
  animation: features-spin 18s linear infinite reverse;
}

.offer-orbit__rings span:nth-child(3) {
  inset: 86px;
  background: rgba(255, 255, 255, 0.42);
  border: 1px solid rgba(16, 20, 24, 0.06);
  box-shadow: 0 20px 50px rgba(16, 20, 24, 0.08);
}

.offer-orbit__svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: visible;
}

.offer-orbit__path {
  fill: none;
  stroke: rgba(16, 20, 24, 0.08);
  stroke-width: 2;
}

.offer-orbit__beam {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 0;
  height: 0;
  pointer-events: none;
  transform: rotate(var(--angle));
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.offer-orbit__beam-line {
  position: absolute;
  left: -1.5px;
  top: calc((var(--r) - var(--node) - var(--beam-gap)) * -1);
  width: 3px;
  height: calc(var(--r) - var(--node) - var(--beam-gap));
  border-radius: 99px;
  background: linear-gradient(
    to top,
    rgba(232, 93, 4, 0.12),
    var(--theme-color)
  );
  box-shadow: 0 0 14px rgba(232, 93, 4, 0.35);
}

.offer-orbit__beam-dot {
  position: absolute;
  left: -6px;
  top: calc((var(--r) - var(--node) - var(--beam-gap)) * -1 - 6px);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--theme-color);
  box-shadow: 0 0 0 6px rgba(232, 93, 4, 0.18), 0 0 16px rgba(232, 93, 4, 0.65);
}

.offer-orbit__core {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 120px;
  height: 120px;
  padding: 12px;
  border-radius: 50%;
  background: var(--theme-color);
  color: #fff;
  text-align: center;
  transform: translate(-50%, -50%);
  box-shadow: 0 18px 40px rgba(232, 93, 4, 0.35);
}

.offer-orbit__core.is-pop {
  animation: offer-core-pop 0.45s ease;
}

.offer-orbit__core strong {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

@keyframes offer-core-pop {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  40% {
    transform: translate(-50%, -50%) scale(1.08);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}

.offer-orbit__nodes {
  position: absolute;
  inset: 0;
}

.offer-node {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  padding: 0;
  border: 1px solid rgba(16, 20, 24, 0.1);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 30px rgba(16, 20, 24, 0.08);
  backdrop-filter: blur(12px);
  color: var(--title-color);
  cursor: pointer;
  transform: translate(-50%, -50%) rotate(calc(var(--i) * 60deg))
    translateY(calc(var(--r) * -1)) rotate(calc(var(--i) * -60deg));
  transition: border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease,
    color 0.25s ease;
}

.offer-node__num {
  font-family: var(--title-font);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.offer-node__name {
  position: absolute;
  color: var(--title-color);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.2;
  white-space: nowrap;
  pointer-events: none;
}

.offer-node:nth-child(1) .offer-node__name {
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
}

.offer-node:nth-child(2) .offer-node__name,
.offer-node:nth-child(3) .offer-node__name {
  top: 50%;
  left: calc(100% + 12px);
  transform: translateY(-50%);
}

.offer-node:nth-child(4) .offer-node__name {
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
}

.offer-node:nth-child(5) .offer-node__name,
.offer-node:nth-child(6) .offer-node__name {
  top: 50%;
  right: calc(100% + 12px);
  transform: translateY(-50%);
}

.offer-node:hover,
.offer-node:focus-visible {
  border-color: rgba(232, 93, 4, 0.45);
  outline: none;
}

.offer-node.is-active {
  background: var(--title-color);
  border-color: var(--title-color);
  color: #fff;
  box-shadow: 0 16px 36px rgba(16, 20, 24, 0.2);
}

.offer-node.is-active .offer-node__name {
  color: var(--theme-color);
}

.offer-orbit__panels {
  display: grid;
}

.offer-panel {
  grid-area: 1 / 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 36px 36px 32px;
  border: 1px solid rgba(16, 20, 24, 0.08);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 40px rgba(16, 20, 24, 0.06);
  backdrop-filter: blur(16px);
  opacity: 0;
  visibility: hidden;
  transform: translateY(16px);
  pointer-events: none;
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s ease;
}

.offer-panel.is-active {
  opacity: 1;
  visibility: visible;
  transform: none;
  pointer-events: auto;
}

.offer-panel__index {
  margin-bottom: 12px;
  color: var(--theme-color);
  font-family: var(--title-font);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.offer-panel h3 {
  margin: 0 0 12px;
  color: var(--title-color);
  font-size: clamp(26px, 3vw, 34px);
  font-weight: 700;
  line-height: 1.2;
  text-transform: none;
}

.offer-panel p {
  margin: 0 0 18px;
  color: var(--body-color);
  font-size: 16px;
  line-height: 1.7;
}

.offer-panel ul {
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.offer-panel li {
  position: relative;
  padding: 8px 0 8px 22px;
  color: var(--title-color);
  font-size: 15px;
  line-height: 1.55;
}

.offer-panel li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--theme-color);
  box-shadow: 0 0 0 4px rgba(232, 93, 4, 0.14);
}

.offer-panel__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}

.offer-panel__tags span {
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(232, 93, 4, 0.1);
  color: var(--title-color);
  font-size: 13px;
  font-weight: 600;
}

.offer-panel .th-btn {
  margin-top: auto;
}

/* How to start */
.process-prolimi {
  padding: 112px 0 120px;
  background: transparent;
  scroll-margin-top: 88px;
}

.process-prolimi__intro {
  max-width: 640px;
  margin-bottom: 56px;
}

.process-prolimi__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--theme-color);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.process-prolimi__eyebrow::before {
  content: "";
  width: 18px;
  height: 2px;
  background: var(--theme-color);
}

.process-prolimi__title {
  margin: 0 0 16px;
  color: var(--title-color);
  font-family: var(--title-font);
  font-size: clamp(32px, 4.4vw, 56px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.04em;
  text-transform: none;
}

.process-prolimi__lead {
  margin: 0;
  color: var(--body-color);
  font-size: 18px;
  line-height: 1.7;
}

.process-path {
  --path: 18%;
  position: relative;
  display: grid;
  gap: 22px;
}

.process-path__rail {
  position: absolute;
  top: 36px;
  bottom: 36px;
  left: 27px;
  width: 2px;
  background: rgba(16, 20, 24, 0.08);
}

.process-path__fill {
  position: absolute;
  top: 0;
  left: -2px;
  width: 6px;
  height: var(--path);
  border-radius: 99px;
  background: var(--theme-color);
  box-shadow: 0 0 18px rgba(232, 93, 4, 0.45);
  transition: height 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.process-act {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 22px;
  align-items: stretch;
  cursor: pointer;
}

.process-act:nth-child(3) {
  width: calc(100% - 8%);
  margin-left: 8%;
}

.process-act:nth-child(4) {
  width: calc(100% - 4%);
}

.process-act:nth-child(5) {
  width: calc(100% - 10%);
  margin-left: 6%;
}

.process-act__node {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border: 2px solid rgba(16, 20, 24, 0.1);
  border-radius: 50%;
  background: #fff;
  color: var(--title-color);
  font-family: var(--title-font);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease,
    box-shadow 0.3s ease, transform 0.3s ease;
}

.process-act.is-on .process-act__node {
  background: var(--theme-color);
  border-color: var(--theme-color);
  color: #fff;
  box-shadow: 0 0 0 8px rgba(232, 93, 4, 0.16);
  transform: scale(1.06);
}

.process-act__card {
  position: relative;
  overflow: hidden;
  padding: 32px 34px 30px;
  border: 1px solid rgba(16, 20, 24, 0.08);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 16px 40px rgba(16, 20, 24, 0.05);
  backdrop-filter: blur(16px);
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.process-act:hover .process-act__card,
.process-act.is-on .process-act__card {
  border-color: rgba(232, 93, 4, 0.38);
  box-shadow: 0 24px 50px rgba(16, 20, 24, 0.1);
  transform: translateY(-4px);
}

.process-act__mark {
  position: absolute;
  right: 18px;
  top: 0;
  color: rgba(16, 20, 24, 0.05);
  font-family: var(--title-font);
  font-size: clamp(80px, 10vw, 140px);
  font-weight: 800;
  letter-spacing: -0.08em;
  line-height: 0.8;
  pointer-events: none;
}

.process-act__tag {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--theme-color);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.process-act__card h3 {
  position: relative;
  margin: 0 0 12px;
  max-width: 22ch;
  color: var(--title-color);
  font-size: clamp(28px, 3.4vw, 42px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.03em;
  text-transform: none;
}

.process-act__card p {
  position: relative;
  max-width: 46ch;
  margin: 0 0 22px;
  color: var(--body-color);
  font-size: 16px;
  line-height: 1.7;
}

.process-act__mail {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 999px;
  background: #101418;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.process-act__mail::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--theme-color);
  box-shadow: 0 0 0 4px rgba(232, 93, 4, 0.25);
}

.process-act__mail:hover {
  color: #fff;
}

.process-act__services {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.process-act__services a {
  padding: 10px 16px;
  border: 1px solid rgba(16, 20, 24, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  color: var(--title-color);
  font-size: 14px;
  font-weight: 600;
}

.process-act__services a:hover {
  border-color: rgba(232, 93, 4, 0.45);
  color: var(--theme-color);
}

.process-act__edges {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-act__edges li {
  padding: 8px 14px;
  border: 1px solid rgba(16, 20, 24, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  color: var(--title-color);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

/* Testimonials */
.testi-prolimi {
  padding: 112px 0 120px;
  background: transparent;
  scroll-margin-top: 88px;
}

.testi-prolimi__intro {
  max-width: 640px;
  margin-bottom: 48px;
}

.testi-prolimi__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--theme-color);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.testi-prolimi__eyebrow::before {
  content: "";
  width: 18px;
  height: 2px;
  background: var(--theme-color);
}

.testi-prolimi__title {
  margin: 0 0 16px;
  color: var(--title-color);
  font-family: var(--title-font);
  font-size: clamp(32px, 4.2vw, 52px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.04em;
  text-transform: none;
}

.testi-prolimi__lead {
  margin: 0;
  color: var(--body-color);
  font-size: 18px;
  line-height: 1.7;
}

.testi-board {
  display: grid;
  gap: 22px;
}

.testi-featured {
  position: relative;
  display: grid;
  min-height: 340px;
  overflow: hidden;
  border: 1px solid rgba(16, 20, 24, 0.08);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 20px 50px rgba(16, 20, 24, 0.06);
  backdrop-filter: blur(16px);
}

.testi-quote {
  grid-area: 1 / 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 340px;
  padding: 48px 52px 40px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(18px);
  pointer-events: none;
  transition: opacity 0.45s ease, transform 0.45s ease, visibility 0.45s ease;
}

.testi-quote.is-on {
  opacity: 1;
  visibility: visible;
  transform: none;
  pointer-events: auto;
}

.testi-quote__mark {
  position: absolute;
  top: 8px;
  right: 28px;
  color: rgba(232, 93, 4, 0.14);
  font-family: var(--title-font);
  font-size: 160px;
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
}

.testi-quote p {
  position: relative;
  max-width: 18em;
  margin: 0 0 36px;
  color: var(--title-color);
  font-family: var(--title-font);
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.03em;
}

.testi-quote footer {
  position: relative;
  display: grid;
  gap: 4px;
}

.testi-quote footer strong {
  color: var(--title-color);
  font-size: 16px;
  font-weight: 700;
}

.testi-quote footer span {
  color: var(--body-color);
  font-size: 14px;
}

.testi-featured__bar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: rgba(16, 20, 24, 0.06);
}

.testi-featured__bar span {
  display: block;
  width: 0;
  height: 100%;
  background: var(--theme-color);
}

.testi-featured__bar.is-run span {
  animation: testi-bar 7s linear;
}

@keyframes testi-bar {
  to {
    width: 100%;
  }
}

.testi-people {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}

.testi-person {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  padding: 18px 16px;
  border: 1px solid rgba(16, 20, 24, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 10px 28px rgba(16, 20, 24, 0.04);
  backdrop-filter: blur(12px);
  color: var(--title-color);
  text-align: left;
  cursor: pointer;
  transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease,
    background 0.25s ease;
}

.testi-person em {
  font-style: normal;
  font-size: 14px;
  font-weight: 700;
}

.testi-person small {
  color: var(--body-color);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.testi-person:hover,
.testi-person:focus-visible {
  border-color: rgba(232, 93, 4, 0.4);
  transform: translateY(-3px);
  outline: none;
}

.testi-person.is-on {
  background: #101418;
  border-color: #101418;
  color: #fff;
  box-shadow: 0 18px 36px rgba(16, 20, 24, 0.16);
}

.testi-person.is-on small {
  color: rgba(246, 243, 237, 0.62);
}

/* Status */
.status-prolimi {
  padding: 112px 0 120px;
  background: transparent;
  scroll-margin-top: 88px;
}

.status-prolimi__intro {
  margin-bottom: 48px;
}

.status-prolimi__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--theme-color);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.status-prolimi__eyebrow::before {
  content: "";
  width: 18px;
  height: 2px;
  background: var(--theme-color);
}

.status-prolimi__title {
  margin: 0 0 16px;
  color: var(--title-color);
  font-family: var(--title-font);
  font-size: clamp(32px, 4.4vw, 56px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.04em;
  text-transform: none;
}

.status-prolimi__lead {
  margin: 0;
  color: var(--body-color);
  font-size: 18px;
  line-height: 1.7;
}

.status-board {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.status-cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 28px 22px 26px;
  border: 1px solid rgba(16, 20, 24, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 12px 32px rgba(16, 20, 24, 0.05);
  backdrop-filter: blur(16px);
  text-align: center;
  transition: border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.status-cell:hover {
  border-color: rgba(232, 93, 4, 0.38);
  box-shadow: 0 20px 44px rgba(16, 20, 24, 0.08);
  transform: translateY(-4px);
}

.status-cell__dial {
  position: relative;
  width: 132px;
  height: 132px;
  margin-bottom: 18px;
}

.status-cell__dial svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.status-cell__track {
  fill: none;
  stroke: rgba(16, 20, 24, 0.08);
  stroke-width: 7;
}

.status-cell__fill {
  fill: none;
  stroke: var(--theme-color);
  stroke-width: 7;
  stroke-linecap: round;
  stroke-dasharray: 0 100;
  transition: stroke-dasharray 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  filter: drop-shadow(0 0 8px rgba(232, 93, 4, 0.35));
}

.status-prolimi.is-on .status-cell__fill {
  stroke-dasharray: var(--fill, 100) 100;
}

.status-cell__dial strong {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--title-color);
  font-family: var(--title-font);
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}

.status-cell__pct {
  font-size: 22px;
  letter-spacing: -0.05em;
}

.status-cell h3 {
  margin: 0 0 8px;
  color: var(--title-color);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: none;
}

.status-cell:nth-child(1) { transition-delay: 0.05s; }
.status-cell:nth-child(2) { transition-delay: 0.12s; }
.status-cell:nth-child(3) { transition-delay: 0.18s; }
.status-cell:nth-child(4) { transition-delay: 0.24s; }

/* FAQ */
.faq-prolimi {
  padding: 112px 0 120px;
  background: transparent;
  scroll-margin-top: 88px;
}

.faq-prolimi__intro {
  max-width: 640px;
  margin-bottom: 48px;
}

.faq-prolimi__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--theme-color);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.faq-prolimi__eyebrow::before {
  content: "";
  width: 18px;
  height: 2px;
  background: var(--theme-color);
}

.faq-prolimi__title {
  margin: 0 0 16px;
  color: var(--title-color);
  font-family: var(--title-font);
  font-size: clamp(32px, 4.4vw, 56px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.04em;
  text-transform: none;
}

.faq-prolimi__lead {
  margin: 0;
  color: var(--body-color);
  font-size: 18px;
  line-height: 1.7;
}

.faq-board {
  display: grid;
  gap: 12px;
}

.faq-item {
  overflow: hidden;
  border: 1px solid rgba(16, 20, 24, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 10px 30px rgba(16, 20, 24, 0.04);
  backdrop-filter: blur(16px);
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.faq-item.is-on {
  border-color: rgba(232, 93, 4, 0.38);
  box-shadow: 0 22px 48px rgba(16, 20, 24, 0.08);
}

.faq-item__q {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  width: 100%;
  padding: 22px 26px;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: var(--title-color);
  font-family: inherit;
  text-align: left;
  cursor: pointer;
}

.faq-item__q:focus-visible {
  outline: 2px solid var(--theme-color);
  outline-offset: -2px;
}

.faq-item__index {
  color: var(--theme-color);
  font-family: var(--title-font);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.faq-item__title {
  color: var(--title-color);
  font-family: var(--title-font);
  font-size: clamp(18px, 2.2vw, 24px);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.03em;
}

.faq-item__plus {
  position: relative;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(16, 20, 24, 0.1);
  border-radius: 50%;
  background: #fff;
  flex-shrink: 0;
}

.faq-item__plus::before,
.faq-item__plus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: var(--title-color);
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease, background 0.3s ease;
}

.faq-item__plus::before {
  width: 12px;
  height: 2px;
}

.faq-item__plus::after {
  width: 2px;
  height: 12px;
}

.faq-item.is-on .faq-item__plus {
  border-color: var(--theme-color);
  background: var(--theme-color);
}

.faq-item.is-on .faq-item__plus::before,
.faq-item.is-on .faq-item__plus::after {
  background: #fff;
}

.faq-item.is-on .faq-item__plus::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-item__a {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.faq-item.is-on .faq-item__a {
  grid-template-rows: 1fr;
}

.faq-item__a p {
  overflow: hidden;
  min-height: 0;
  max-width: 62ch;
  margin: 0;
  padding: 0 26px 0 62px;
  color: var(--body-color);
  font-size: 16px;
  line-height: 1.7;
}

.faq-item.is-on .faq-item__a p {
  padding-bottom: 24px;
}

/* CTA */
.cta-prolimi {
  overflow: hidden;
  padding: 96px 0 120px;
  background: transparent;
  text-align: center;
}

.cta-prolimi__stage {
  position: relative;
  width: min(100%, 560px);
  aspect-ratio: 1;
  margin: 0 auto;
  display: grid;
  place-items: center;
}

.cta-prolimi__rings {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.cta-prolimi__rings span {
  position: absolute;
  border-radius: 50%;
}

.cta-prolimi__rings span:nth-child(1) {
  inset: -22px;
  border: 1px dashed rgba(232, 93, 4, 0.4);
  animation: features-spin 26s linear infinite;
}

.cta-prolimi__rings span:nth-child(2) {
  inset: 16px;
  border: 1px solid rgba(16, 20, 24, 0.08);
  animation: features-spin 18s linear infinite reverse;
}

.cta-prolimi__rings span:nth-child(3) {
  inset: 36px;
  background:
    radial-gradient(circle at 50% 38%, rgba(232, 93, 4, 0.18), transparent 44%),
    rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(232, 93, 4, 0.22);
  box-shadow:
    0 28px 64px rgba(232, 93, 4, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(16px);
}

.cta-prolimi__spark {
  position: absolute;
  inset: -22px;
  animation: features-spin 26s linear infinite;
}

.cta-prolimi__spark--inner {
  inset: 16px;
  animation: features-spin 18s linear infinite reverse;
  animation-delay: -9s;
}

.cta-prolimi__spark::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -5px;
  width: 11px;
  height: 11px;
  margin-left: -5.5px;
  border-radius: 50%;
  background: var(--theme-color);
  box-shadow: 0 0 0 6px rgba(232, 93, 4, 0.16), 0 0 18px rgba(232, 93, 4, 0.7);
}

.cta-prolimi__core {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: min(64%, 320px);
  padding: 28px 20px;
}

.cta-prolimi h2 {
  margin: 0 0 20px;
  color: var(--title-color);
  font-family: var(--title-font);
  font-size: clamp(28px, 3.8vw, 42px);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -0.04em;
  text-transform: none;
}

.cta-prolimi p {
  margin: 0 0 28px;
  max-width: 28ch;
  color: var(--body-color);
  font-size: 16px;
  line-height: 1.7;
}

.cta-prolimi__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 28px;
  border-radius: 999px;
  background: var(--theme-color);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.02em;
  box-shadow: 0 12px 28px rgba(232, 93, 4, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.cta-prolimi__btn span {
  font-size: 17px;
  line-height: 1;
  transition: transform 0.2s ease;
}

.cta-prolimi__btn:hover {
  color: #fff;
  background: #d45303;
  box-shadow: 0 16px 34px rgba(232, 93, 4, 0.36);
  transform: translateY(-2px);
}

.cta-prolimi__btn:hover span {
  transform: translateX(4px);
}

/* Footer */
.footer-prolimi {
  position: relative;
  overflow: hidden;
  padding: 88px 0 28px;
  background: #101418;
  color: rgba(246, 243, 237, 0.68);
}

.footer-prolimi__atmosphere {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.footer-prolimi__mesh {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(246, 243, 237, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(246, 243, 237, 0.045) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 80% 70% at 70% 40%, #000 20%, transparent 72%);
  -webkit-mask-image: radial-gradient(ellipse 80% 70% at 70% 40%, #000 20%, transparent 72%);
}

.footer-prolimi__glow {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 52% 48% at 82% 28%, rgba(232, 93, 4, 0.28), transparent 62%),
    radial-gradient(ellipse 40% 36% at 12% 78%, rgba(15, 118, 110, 0.18), transparent 58%);
}

.footer-prolimi::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(232, 93, 4, 0.45), transparent);
}

.footer-prolimi .container {
  position: relative;
  z-index: 1;
}

.footer-prolimi__grid {
  display: grid;
  grid-template-columns: 1.4fr 0.9fr 0.8fr 1.1fr;
  gap: 40px 32px;
  margin-bottom: 40px;
}

.footer-prolimi .brand {
  margin-bottom: 18px;
}

.footer-prolimi .brand__word {
  color: #f6f3ed;
}

.footer-prolimi__brand p {
  max-width: 36ch;
  margin: 0 0 18px;
  color: rgba(246, 243, 237, 0.68);
  line-height: 1.7;
}

.footer-prolimi__mail {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-weight: 600;
}

.footer-prolimi__mail::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--theme-color);
  box-shadow: 0 0 0 4px rgba(232, 93, 4, 0.25);
}

.footer-prolimi__mail:hover {
  color: var(--theme-color);
}

.footer-prolimi h4 {
  margin: 0 0 16px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer-prolimi ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-prolimi li,
.footer-prolimi a {
  color: rgba(246, 243, 237, 0.68);
}

.footer-prolimi li {
  margin-bottom: 10px;
}

.footer-prolimi a:hover {
  color: #fff;
}

.footer-prolimi__legal li {
  line-height: 1.6;
}

.footer-prolimi__bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 24px;
  border-top: 1px solid rgba(246, 243, 237, 0.1);
  font-size: 13px;
}

.footer-prolimi__bar p {
  margin: 0;
}

.footer-prolimi__bar a {
  color: rgba(246, 243, 237, 0.68);
  font-weight: 600;
}

.footer-prolimi__bar a:hover {
  color: var(--theme-color);
}

@media (max-width: 991px) {
  .about-prolimi,
  .offer-prolimi,
  .process-prolimi,
  .testi-prolimi,
  .faq-prolimi,
  .status-prolimi {
    padding: 80px 0;
  }

  .cta-prolimi {
    padding: 64px 0 88px;
  }

  .cta-prolimi__core {
    width: min(76%, 360px);
    padding: 24px 16px;
  }

  .status-board {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-prolimi__layout,
  .about-prolimi__stats {
    grid-template-columns: 1fr;
  }

  .about-prolimi__watermark {
    top: -28px;
    font-size: 84px;
  }

  .about-prolimi__stage {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    min-height: 0;
    padding: 0;
  }

  .about-prolimi__orbit {
    display: none;
  }

  .about-prolimi__frame {
    width: 100%;
    box-shadow: 0 22px 48px rgba(16, 20, 24, 0.14);
  }

  .about-prolimi__frame img {
    height: 360px;
  }

  .about-prolimi__chip {
    position: static;
    flex: 1 1 160px;
    margin: 0;
    animation: none;
  }

  .offer-orbit {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .offer-orbit__wheel {
    --r: 148px;
    --node: 32px;
    --beam-gap: 14px;
    width: min(100%, 360px);
  }

  .offer-orbit__core {
    width: 100px;
    height: 100px;
  }

  .offer-orbit__core strong {
    font-size: 16px;
  }

  .offer-orbit__panels {
    display: block;
  }

  .offer-panel {
    position: relative;
  }

  .offer-panel:not(.is-active) {
    display: none;
  }

  .process-act,
  .process-act:nth-child(3),
  .process-act:nth-child(4),
  .process-act:nth-child(5) {
    width: 100%;
    margin-left: 0;
  }

  .process-act__card {
    padding: 24px 22px;
  }

  .testi-quote {
    min-height: 0;
    padding: 32px 24px 28px;
  }

  .testi-quote p {
    max-width: none;
  }

  .testi-people {
    grid-template-columns: repeat(2, 1fr);
  }

  .testi-person:last-child {
    grid-column: 1 / -1;
  }

  .footer-prolimi__grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-prolimi__brand {
    grid-column: 1 / -1;
  }

  .faq-item__a p {
    padding-left: 26px;
  }
}

@media (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .features-prolimi,
  .about-prolimi,
  .offer-prolimi,
  .process-prolimi,
  .faq-prolimi,
  .status-prolimi {
    padding: 72px 0;
  }

  .features-prolimi__title,
  .about-prolimi__title,
  .offer-prolimi__title,
  .process-prolimi__title,
  .status-prolimi__title,
  .faq-prolimi__title {
    font-size: clamp(28px, 8vw, 36px);
  }

  .features-prolimi__lead,
  .about-prolimi__lead,
  .offer-prolimi__lead,
  .process-prolimi__lead,
  .status-prolimi__lead,
  .faq-prolimi__lead {
    font-size: 16px;
  }

  .about-prolimi__watermark {
    display: none;
  }

  .process-act__mark {
    font-size: 72px;
    opacity: 0.7;
  }

  .process-path__rail {
    top: 22px;
    bottom: 22px;
    left: 21px;
  }

  .process-act {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 14px;
  }

  .process-act__node {
    width: 44px;
    height: 44px;
    font-size: 12px;
  }

  .cta-prolimi__core {
    width: min(84%, 360px);
    padding: 20px 16px;
  }

  .cta-prolimi p {
    max-width: none;
    font-size: 15px;
  }
}

@media (max-width: 575px) {
  .header-prolimi .menu-area {
    padding: 8px 0;
  }

  .header-prolimi .brand__mark {
    width: 36px;
    height: 36px;
  }

  .hero-prolimi {
    min-height: 0;
  }

  .hero-prolimi .container {
    min-height: 0;
    padding-top: 148px;
    padding-bottom: 32px;
    gap: 24px;
  }

  .hero-prolimi__eyebrow {
    font-size: 12px;
    padding: 7px 12px 7px 10px;
  }

  .hero-prolimi__title {
    font-size: clamp(28px, 8.4vw, 34px);
    margin-bottom: 14px;
  }

  .hero-prolimi__text {
    font-size: 15px;
    margin-bottom: 22px;
  }

  .hero-prolimi__actions {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 18px;
  }

  .hero-prolimi__actions .th-btn {
    width: 100%;
    justify-content: center;
  }

  .hero-prolimi__chips {
    justify-content: center;
    gap: 8px;
  }

  .hero-prolimi__chips a {
    min-height: 36px;
    padding: 9px 14px;
    display: inline-flex;
    align-items: center;
  }

  .hero-prolimi__frame {
    max-height: 240px;
    aspect-ratio: 4 / 3;
  }

  .about-prolimi__frame img {
    height: 240px;
  }

  .about-prolimi__chip {
    flex: 1 1 100%;
    min-width: 0;
  }

  .offer-orbit {
    gap: 20px;
  }

  .offer-orbit__wheel {
    --r: 108px;
    --node: 26px;
    --beam-gap: 12px;
    width: min(100%, 280px);
  }

  .offer-node {
    width: 52px;
    height: 52px;
  }

  .offer-node__num {
    font-size: 14px;
  }

  .offer-node__name {
    display: none;
  }

  .offer-orbit__core {
    width: 84px;
    height: 84px;
  }

  .offer-orbit__core strong {
    font-size: 13px;
  }

  .offer-panel {
    padding: 22px 18px 20px;
    border-radius: 20px;
  }

  .process-act__card {
    padding: 20px 16px 18px;
    border-radius: 20px;
  }

  .process-act__mark {
    display: none;
  }

  .process-act:hover .process-act__card,
  .process-act.is-on .process-act__card {
    transform: none;
  }

  .status-board {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .status-cell {
    padding: 22px 18px 20px;
    border-radius: 20px;
  }

  .faq-item {
    border-radius: 18px;
  }

  .faq-item__q {
    gap: 12px;
    padding: 16px 16px;
  }

  .faq-item__title {
    font-size: 17px;
  }

  .faq-item__plus {
    width: 32px;
    height: 32px;
  }

  .faq-item__a p {
    padding: 0 16px;
  }

  .faq-item.is-on .faq-item__a p {
    padding-bottom: 16px;
  }

  .cta-prolimi {
    padding: 48px 0 72px;
  }

  .cta-prolimi__stage {
    width: min(100%, 340px);
  }

  .cta-prolimi__rings span:nth-child(1),
  .cta-prolimi__spark {
    inset: 0;
  }

  .cta-prolimi__rings span:nth-child(2),
  .cta-prolimi__spark--inner {
    inset: 28px;
  }

  .cta-prolimi h2 {
    font-size: 29px;
    margin-bottom: 8px;
  }

  .cta-prolimi p {
    display: none;
  }

  .cta-prolimi__core {
    width: 58%;
    max-width: 200px;
    padding: 8px 12px;
  }

  .cta-prolimi__btn {
    width: auto;
    margin-top: 10px;
    padding: 8px 14px;
    font-size: 13px;
    gap: 5px;
    transform: translateY(8px);
  }

  .cta-prolimi__btn:hover {
    transform: translateY(6px);
  }

  .footer-prolimi {
    padding: 56px 0 24px;
  }

  .footer-prolimi__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .footer-prolimi__brand p {
    max-width: none;
  }
}
