/* ==========================================================================
   Styles from: page-veltica-b2b-mockup.php
   ========================================================================== */

/* --------------------------------------------------------------------------
   Mentoring Hero
   -------------------------------------------------------------------------- */
.mentoring-hero {
  background-color: var(--navy-950, #0A1F3A);
  color: #fff;
  padding: 0;
  position: relative;
  font-family: 'Inter', sans-serif;
  overflow: hidden;
}

.mentoring-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  transition: height 0.5s ease-in-out;
}

.mentoring-slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 100%;
}

.mentoring-slide {
  flex: 0 0 100%;
  width: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.mentoring-slide.active {
  opacity: 1;
}

.mentoring-hero-inner {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 80px 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
}

.mentoring-content {
  width: 50%;
  padding-bottom: 60px;
  padding-left: 5%;
}

.slide-2 {
  width: 65%;
}

.mentoring-image-wrapper {
  width: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.mentoring-image-wrapper img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  mask-image: linear-gradient(to right, transparent, black 15%);
  -webkit-mask-image: linear-gradient(to right, transparent, black 15%);
}

.mentoring-eyebrow {
  color: var(--gold, #C9AE7C);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}

.mentoring-eyebrow::before {
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  background-color: var(--gold, #C9AE7C);
}

.mentoring-hero h1 {
  font-family: 'Fraunces', serif;
  font-size: clamp(30px, 5vw, 60px);
  line-height: 1.1;
  font-weight: 400;
  margin: 0 0 16px 0;
  color: #fff;
}

.mentoring-tags {
  font-size: 15px;
  color: #fff;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.mentoring-tags .dot {
  color: var(--gold, #C9AE7C);
}

.mentoring-lead {
  font-size: 15.5px;
  line-height: 1.6;
  color: #C7D2DE;
  margin-bottom: 30px;
  max-width: 90%;
}

.mentoring-list {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
  max-width: 90%;
}

.mentoring-list li {
  font-size: 15px;
  color: #C7D2DE;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: flex-start;
}

.mentoring-list li::before {
  content: "—";
  color: var(--gold, #C9AE7C);
  margin-right: 16px;
  font-weight: bold;
}

.mentoring-ctas {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.mentoring-btn-primary {
  background-color: var(--gold, #C9AE7C);
  color: var(--navy-950, #0A1F3A);
  padding: 14px 28px;
  border-radius: 4px;
  font-weight: 500;
  font-size: 15px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: opacity 0.2s;
}

.mentoring-btn-primary:hover {
  opacity: 0.9;
}

.mentoring-btn-ghost {
  background-color: transparent;
  color: #C7D2DE;
  padding: 14px 28px;
  border-radius: 4px;
  font-weight: 500;
  font-size: 15px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: background 0.2s, border-color 0.2s;
}

.mentoring-btn-ghost:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.4);
}

.mentoring-quote {
  position: absolute;
  top: 60px;
  right: 20%;
  width: 260px;
  color: #C7D2DE;
  font-size: 14px;
  line-height: 1.6;
  z-index: 3;
}

.mentoring-quote .quote-mark {
  color: var(--gold, #C9AE7C);
  font-size: 60px;
  font-family: 'Fraunces', serif;
  line-height: 1;
  display: block;
  height: 30px;
  margin-bottom: 10px;
}

.mentoring-quote .quote-mark.end {
  height: auto;
  margin-top: 20px;
}

.mentoring-quote p:after {
  content: "";
  width: 50px;
  position: absolute;
  border-bottom: 1px solid #ad8a4e;
  bottom: -10px;
  left: 0;
}

.mentoring-quote p {
  margin: 0;
  font-size: 18px;
  position: relative;
}

.mentoring-quote p span {
  color: var(--gold, #C9AE7C);
}

.mentoring-controls {
  position: absolute;
  display: flex;
  gap: 10px;
  z-index: 10;
  justify-content: center;
  inset: auto 0 0 0;
  margin: auto 0 15px;
}

.mentoring-dot {
  width: 40px;
  height: 4px;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition: background 0.3s;
}

.mentoring-dot.active {
  background: var(--gold, #C9AE7C);
}

.mentoring-footer {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 16px 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  position: relative;
  z-index: 3;
}

.mentoring-footer-inner {
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0 8%;
}

.footer-contacts {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.contact-item {
  color: #C7D2DE;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact-item svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  fill: none;
}

.footer-socials {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #C7D2DE;
  font-size: 14px;
}

.footer-socials a {
  color: #C7D2DE;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  width: 32px;
  height: 32px;
  transition: background 0.2s;
}

.footer-socials a:hover {
  background: rgba(255, 255, 255, 0.1);
}

.footer-socials svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
  stroke: none;
}

/* --------------------------------------------------------------------------
   Mentoring Hero — background image layers
   -------------------------------------------------------------------------- */
.mentoring-hero-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background: url('https://veltica.co.id/wp-content/uploads/2026/08/slide1.png') bottom right no-repeat;
  mask-image: linear-gradient(to right, transparent, black 25%);
  -webkit-mask-image: linear-gradient(to right, transparent, black 25%);
}

.mentoring-hero-bg--assessment {
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  filter: hue-rotate(340deg) brightness(1.1);
}

/* --------------------------------------------------------------------------
   Mentoring Hero — Talent Brain slide (slide 2)
   -------------------------------------------------------------------------- */
.tb-slide {
  background: var(--navy-950);
}

.tb-hero-inner {
  background: #01142a;
  padding: 60px 5% 80px 5%;
  height: 100%;
}

.tb-title {
  font-size: clamp(32px, 4vw, 50px);
}

.sup-tm {
  font-size: 0.5em;
  vertical-align: super;
  font-family: sans-serif;
}

.tb-lead {
  font-size: 16px;
  margin-bottom: 40px;
}

.tb-accent {
  color: #64B5F6;
}

.tb-capabilities {
  margin-bottom: 40px;
  width: 95%;
}

.tb-capabilities-head {
  color: var(--gold, #C9AE7C);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 600;
}

.tb-capabilities-head-line {
  flex-grow: 1;
  height: 1px;
  background: rgba(201, 174, 124, 0.3);
}

.tb-cap-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
  text-align: center;
}

.tb-cap {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding-right: 15px;
}

.tb-cap:last-child {
  border-right: none;
  padding-right: 0;
}

.tb-cap-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid var(--tb-color, #C9AE7C);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
  color: var(--tb-color, #C9AE7C);
}

.tb-cap-icon svg {
  width: 20px;
  height: 20px;
}

.tb-cap-name {
  color: var(--tb-color, #C9AE7C);
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 6px;
}

.tb-cap-desc {
  color: #9FB0C2;
  font-size: 11px;
  line-height: 1.4;
}

.tb-cap--adaptability {
  --tb-color: #FBC02D;
}

.tb-cap--regulation {
  --tb-color: #E53935;
}

.tb-cap--bandwidth {
  --tb-color: #64B5F6;
}

.tb-cap--integrity {
  --tb-color: #81C784;
}

.tb-cap--neurodrive {
  --tb-color: #BA68C8;
}

.tb-uses {
  border: 1px solid var(--gold, #C9AE7C);
  border-radius: 8px;
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  width: 95%;
  margin-bottom: 30px;
}

.tb-uses-title {
  color: var(--gold, #C9AE7C);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 600;
}

.tb-uses-row {
  display: flex;
  justify-content: space-between;
  width: 100%;
  text-align: center;
}

.tb-uses-item {
  flex: 1;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.tb-uses-item:last-child {
  border-right: none;
}

.tb-uses-icon {
  color: #fff;
  margin-bottom: 8px;
}

.tb-uses-icon svg {
  width: 22px;
  height: 22px;
}

.tb-uses-label {
  color: #9FB0C2;
  font-size: 12px;
}

.tb-ctas {
  justify-content: center;
  width: 95%;
}

.tb-btn {
  padding: 12px 30px;
}

.tb-image-wrapper {
  display: block;
  width: 35%;
  position: static;
  align-items: center;
  justify-content: center;
  height: auto;
  padding: 0 20px;
}

.tb-image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: contain;
  mask: none;
  -webkit-mask: none;
}

/* --------------------------------------------------------------------------
   Mentoring Hero — Slide 3 (corporate learning & capability partner)
   -------------------------------------------------------------------------- */
.slide-3-content {
  width: 58%;
}

.mentoring-hero h1 .slide-3-title {
  font-size: clamp(26px, 3.2vw, 40px);
  line-height: 1.15;
  max-width: 620px;
}

.slide-3-title .highlight-gold {
  color: var(--gold, #C9AE7C);
}

.slide-3-lead {
  max-width: 90%;
}

.slide-3-ctas {
  margin-bottom: 48px;
}

.slide-3-stats {
  display: flex;
  gap: 0;
  max-width: 90%;
}

.slide-3-stat {
  flex: 1;
  padding: 0 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.slide-3-stat:first-child {
  border-left: none;
  padding-left: 0;
}

.slide-3-stat .stat-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.2);
  color: var(--gold, #C9AE7C);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.slide-3-stat .stat-icon svg {
  width: 20px;
  height: 20px;
}

.slide-3-stat .stat-val {
  font-family: 'Fraunces', serif;
  font-size: 32px;
  font-weight: 500;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 6px;
}

.slide-3-stat .stat-lbl {
  font-size: 12.5px;
  color: #C7D2DE;
  line-height: 1.5;
}

.slide-3-image-wrapper {
  width: 42%;
}

.slide-3-bg {
  background-size: auto;
  background-position: bottom right;
  background-repeat: no-repeat;
  mask-image: linear-gradient(to right, transparent, black 30%);
  -webkit-mask-image: linear-gradient(to right, transparent, black 30%);
}

/* --------------------------------------------------------------------------
   SVG donut labels (Talent Brain Assessment section)
   -------------------------------------------------------------------------- */
.tb-fo--center {
  text-align: center;
  margin-top: -5px;
}

.tb-fo--left {
  text-align: left;
}

.tb-step-title {
  font-size: 16.5px;
}

/* --------------------------------------------------------------------------
   Process section (Bagaimana Veltica bekerja)
   -------------------------------------------------------------------------- */
.section-process {
  padding: 80px 0;
}

.process-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  max-width: 1100px;
  margin: 0 auto 70px;
}

.process-heading {
  font-family: 'Fraunces', serif;
  font-size: clamp(28px, 3.4vw, 44px);
  line-height: 1.15;
  font-weight: 500;
  color: var(--ink, #17202B);
  margin: 0;
}

.process-desc {
  max-width: 400px;
  color: var(--ink-soft, #4C5A6B);
  font-size: 15.5px;
  line-height: 1.65;
}

.process-flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  max-width: 1100px;
  margin: 0 auto;
}

.process-flow::before {
  content: "";
  position: absolute;
  top: 56px;
  left: 7%;
  right: 7%;
  height: 1px;
  background: repeating-linear-gradient(90deg, #C9AE7C 0 6px, transparent 6px 14px);
}

.process-step {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.process-node {
  position: relative;
  z-index: 2;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  padding: 0;
  background: #fff;
  box-shadow: 0 10px 30px rgba(10, 31, 58, 0.08);
  margin-bottom: 18px;
}

.process-img-wrap {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}

.process-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.process-num {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 14px;
  letter-spacing: 0.08em;
  color: #AD8A4E;
  margin-bottom: 8px;
}

.process-name {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #0A1F3A;
  margin-bottom: 26px;
}

.process-card {
  width: 100%;
  border: 1px solid #C9AE7C;
  border-radius: 10px;
  padding: 26px 22px;
  text-align: left;
  box-shadow: 0 12px 32px rgba(10, 31, 58, 0.06);
  min-height: 303px;
}

.process-card .process-icon {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.process-card .process-icon img {
  width: 80px;
  height: 80pxx;
  object-fit: contain;
}

.process-card h4 {
  font-family: 'Fraunces', serif;
  font-size: 18px;
  font-weight: 500;
  color: #0A1F3A;
  margin: 0 0 10px 0;
}

.process-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #4C5A6B;
  margin: 0;
}

@media (max-width: 900px) {
  .process-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 50px;
  }

  .process-flow {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .process-flow::before {
    display: none;
  }

  .process-step {
    flex-direction: row;
    flex-wrap: wrap;
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    column-gap: 18px;
  }

  .process-node {
    width: 80px;
    height: 80px;
    margin-bottom: 0;
    flex-shrink: 0;
  }

  .process-num {
    margin-bottom: 0;
  }

  .process-name {
    margin-bottom: 0;
    font-size: 16px;
  }

  .process-card {
    margin-top: 18px;
  }
}

/* --------------------------------------------------------------------------
   Small layout helpers
   -------------------------------------------------------------------------- */
.mt-14 {
  margin-top: 14px;
}

.mt-16 {
  margin-top: 16px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-28 {
  margin-top: 28px;
}

.center-mt-36 {
  text-align: center;
  margin-top: 36px;
}

.btn-request-inline {
  margin-top: 14px;
  display: inline-block;
}

.section-head--plain {
  border-bottom: none;
  margin-bottom: 28px;
}

@media (max-width: 900px) {
  .tb-cap-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .tb-cap.tb-cap--neurodrive {
    grid-column: 2 span;
  }

  .tb-cap:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding-right: 15px;
  }

  .tb-cap {
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px;
    border-radius: 10px;
  }

  .mentoring-image-wrapper.tb-image-wrapper {
    display: none;
  }

  .tb-uses-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .tb-uses-item {
    border-right: none;
  }

  .mentoring-footer-inner,
  .footer-contacts {
    justify-content: center;
    gap: 20px;
    padding: 0;
  }

  .mentoring-content {
    width: 100%;
    padding-left: 0;
  }

  .mentoring-image-wrapper {
    display: none;
  }

  .mentoring-quote {
    display: none;
  }

  .mentoring-list {
    max-width: 100%;
  }

  .mentoring-lead {
    max-width: 100%;
  }

  .slide-3-content {
    width: 100%;
  }

  .slide-3-stats {
    flex-direction: column;
    gap: 30px;
    max-width: 100%;
  }

  .slide-3-stat {
    border-left: none;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .slide-3-stat .stat-icon {
    margin-bottom: 0;
  }

  .slide-3-stat .stat-text {
    flex: 1;
  }

  .slide-3-image-wrapper {
    display: none;
  }

  .mentoring-controls {
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
}