/* Start custom CSS for html, class: .elementor-element-fc8c48e */.nb-specs-section {
  background: #f5f5f5;
  padding: 70px 0 58px;
  overflow: hidden;
  color: #111;
}

.nb-specs-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  padding: 0 5vw 34px;
}

.nb-specs-header span {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #E8397E;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.nb-specs-header span::after {
  content: "";
  width: 36px;
  height: 2px;
  background: #E8397E;
}

.nb-specs-header h2 {
  margin: 0;
  font-size: clamp(36px, 4.6vw, 62px);
  line-height: 0.95;
  font-weight: 900;
  letter-spacing: -2px;
  color: #111;
}

.nb-specs-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  padding-top: 8px;
  flex-shrink: 0;
}

.nb-nav-arrow {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111;
  text-decoration: none;
  font-size: 24px;
  font-weight: 700;
  transition: .25s ease;
}

.nb-nav-arrow:hover {
  border-color: #E8397E;
  color: #E8397E;
  transform: translateY(-2px);
}

.nb-counter {
  font-size: 15px;
  font-weight: 800;
  white-space: nowrap;
}

.nb-counter strong {
  color: #E8397E;
}

.nb-counter span {
  color: #666;
  margin-left: 4px;
}

.nb-specs-scroll {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 29%;
  gap: 22px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 5vw 24px;
  scroll-snap-type: x mandatory;
  scroll-padding-left: 5vw;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: #E8397E rgba(0,0,0,0.08);
}

.nb-specs-scroll::-webkit-scrollbar {
  height: 4px;
}

.nb-specs-scroll::-webkit-scrollbar-track {
  background: rgba(0,0,0,0.08);
}

.nb-specs-scroll::-webkit-scrollbar-thumb {
  background: #E8397E;
  border-radius: 20px;
}

.nb-spec-card {
  scroll-snap-align: start;
  background: #fff;
  min-height: 580px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 10px 30px rgba(0,0,0,0.035);
  transition: transform .3s ease, box-shadow .3s ease;
}

.nb-spec-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 45px rgba(0,0,0,0.08);
}

.nb-spec-visual {
  position: relative;
  width: 100%;
  height: 315px;
  background: #e9e9e9;
  overflow: hidden;
}

.nb-spec-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

.nb-spec-card:hover .nb-spec-visual img {
  transform: scale(1.035);
}

.nb-spec-index {
  position: absolute;
  top: 22px;
  left: 22px;
  color: #E8397E;
  font-size: 18px;
  font-weight: 900;
}

.nb-spec-index::after {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background: #E8397E;
  margin-top: 9px;
}

.nb-spec-content {
  padding: 28px 26px 26px;
}

.nb-title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.nb-title-row h3 {
  margin: 0;
  font-size: 28px;
  line-height: 1.05;
  font-weight: 900;
  color: #111;
  text-transform: uppercase;
  letter-spacing: -0.8px;
}

.nb-title-row span {
  color: #E8397E;
  font-size: 28px;
  line-height: 1;
  font-weight: 300;
}

.nb-spec-content::before {
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  background: #E8397E;
  margin: 14px 0 18px;
}

.nb-spec-subtitle {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin-bottom: 13px;
  line-height: 1.25;
}

.nb-spec-content p {
  margin: 0;
  color: #222;
  font-size: 16px;
  line-height: 1.55;
  max-width: 95%;
}

.nb-spec-metric {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 30px;
}

.nb-spec-metric svg {
  width: 42px;
  height: 42px;
  fill: #E8397E;
  flex-shrink: 0;
}

.nb-spec-metric div {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.nb-spec-metric strong {
  font-size: 18px;
  font-weight: 900;
  color: #111;
  line-height: 1;
}

.nb-spec-metric span {
  font-size: 13px;
  text-transform: uppercase;
  color: #555;
}

.nb-scroll-hint {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 8px 5vw 0;
  color: #777;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .8px;
}

.nb-scroll-hint span {
  width: 120px;
  height: 1px;
  background: rgba(0,0,0,0.15);
}

.nb-scroll-hint p {
  margin: 0;
}

@media (max-width: 1100px) {
  .nb-specs-scroll {
    grid-auto-columns: 42%;
  }

  .nb-spec-card {
    min-height: 540px;
  }

  .nb-spec-visual {
    height: 280px;
  }
}

@media (max-width: 700px) {
  .nb-specs-section {
    padding: 48px 0 50px;
  }

  .nb-specs-top {
    padding: 0 20px 24px;
    flex-direction: column;
  }

  .nb-specs-nav {
    display: none;
  }

  .nb-specs-scroll {
    grid-auto-columns: 82%;
    gap: 16px;
    padding: 0 20px 20px;
    scroll-padding-left: 20px;
  }

  .nb-spec-visual {
    height: 250px;
  }

  .nb-title-row h3 {
    font-size: 24px;
  }

  .nb-spec-content {
    padding: 24px 22px;
  }

  .nb-spec-subtitle {
    font-size: 16px;
  }

  .nb-spec-content p {
    font-size: 15px;
  }

  .nb-scroll-hint span {
    width: 55px;
  }

  .nb-specs-progress {
    align-items: flex-start;
  }

  .nb-progress-line {
    width: 100px;
  }
}

.nb-specs-progress {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
  min-width: 180px;
}

.nb-progress-line {
  width: 140px;
  height: 2px;
  background: rgba(0,0,0,.1);
  position: relative;
}

.nb-progress-line span {
  position: absolute;
  left: 0;
  top: 0;
  width: 35%;
  height: 100%;
  background: #E8397E;
}

.nb-progress-text {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 700;
  color: #666;
}

.nb-scroll-indicator {
  text-align: center;
  margin-top: 25px;
  color: #777;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-87fbefb */.nb-mindset-section {
  background: #f5f5f5;
  padding: 78px 5vw;
  color: #111;
  overflow: hidden;
}

.nb-mindset-header {
  max-width: 820px;
  margin-bottom: 42px;
}

.nb-mindset-header span {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #E8397E;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.nb-mindset-header span::after {
  content: "";
  width: 36px;
  height: 2px;
  background: #E8397E;
}

.nb-mindset-header h2 {
  margin: 0 0 16px;
  font-size: clamp(36px, 5vw, 70px);
  line-height: 0.92;
  font-weight: 900;
  letter-spacing: -2px;
  text-transform: uppercase;
}

.nb-mindset-header p {
  margin: 0;
  max-width: 640px;
  color: #333;
  font-size: 17px;
  line-height: 1.55;
}

.nb-mindset-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.nb-mindset-card {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 10px 30px rgba(0,0,0,0.035);
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 36px;
  padding: 28px;
  align-items: center;
  opacity: 0;
  transform: translateY(28px);
  animation: nb-card-in .7s ease forwards;
  transition: transform .3s ease, box-shadow .3s ease;
}

.nb-mindset-card:nth-child(1) { animation-delay: .05s; }
.nb-mindset-card:nth-child(2) { animation-delay: .15s; }
.nb-mindset-card:nth-child(3) { animation-delay: .25s; }
.nb-mindset-card:nth-child(4) { animation-delay: .35s; }

@keyframes nb-card-in {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.nb-mindset-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 45px rgba(0,0,0,0.08);
}

.nb-mindset-patch {
  height: 240px;
  background: #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  padding: 20px;
}

.nb-mindset-patch img {
  width: 100%;
  max-width: 205px;
  aspect-ratio: 1 / 1;
  height: auto;
  object-fit: contain;
  border-radius: 18px;
  filter: drop-shadow(0 14px 22px rgba(0,0,0,0.18));
  animation: nb-patch-float 4s ease-in-out infinite;
  transition: transform .35s ease, filter .35s ease;
}

@keyframes nb-patch-float {
  0%, 100% {
    transform: translateY(0) rotate(-1deg);
  }
  50% {
    transform: translateY(-8px) rotate(1deg);
  }
}

.nb-mindset-card:hover .nb-mindset-patch img {
  animation-play-state: paused;
  transform: rotate(-3deg) scale(1.07);
  filter: drop-shadow(0 18px 28px rgba(0,0,0,0.22));
}

.nb-mindset-content {
  width: 100%;
}

.nb-mindset-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 16px;
}

.nb-mindset-label {
  display: block;
  color: #E8397E;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.nb-mindset-top h3 {
  margin: 0;
  font-size: clamp(28px, 3.2vw, 48px);
  line-height: .95;
  font-weight: 900;
  letter-spacing: -1.4px;
  text-transform: uppercase;
}

.nb-mindset-top strong {
  color: #E8397E;
  font-size: clamp(34px, 4vw, 58px);
  line-height: .9;
  font-weight: 900;
  letter-spacing: -1.5px;
}

.nb-mindset-content p {
  margin: 0 0 18px;
  max-width: 700px;
  color: #333;
  font-size: 16px;
  line-height: 1.55;
}

.nb-mindset-status {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.3px;
}

.nb-mindset-status span {
  color: #777;
}

.nb-mindset-status strong {
  color: #111;
  font-weight: 900;
}

.nb-mindset-progress {
  width: 100%;
  height: 6px;
  background: rgba(0,0,0,0.09);
  overflow: hidden;
}

.nb-mindset-progress span {
  display: block;
  width: var(--progress);
  height: 100%;
  background: #E8397E;
  transform-origin: left;
  animation: nb-mindset-load 1.2s ease forwards, nb-progress-pulse 2.8s ease-in-out infinite;
}

@keyframes nb-mindset-load {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

@keyframes nb-progress-pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: .72;
  }
}

@media (max-width: 800px) {
  .nb-mindset-section {
    padding: 54px 20px;
  }

  .nb-mindset-card {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 22px;
  }

  .nb-mindset-patch {
    height: 230px;
  }

  .nb-mindset-patch img {
    max-width: 190px;
  }

  .nb-mindset-top {
    flex-direction: column;
    gap: 14px;
  }

  .nb-mindset-top strong {
    font-size: 42px;
  }
}/* End custom CSS */