/* ============================================================
   performance.css — Light Modern Redesign
   Scoped ONLY to performance page sections
   Does NOT affect header, footer, or any other global elements
   ============================================================ */

/* ── 1. HERO ─────────────────────────────────────────────── */

.custom-hero-section {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #f0f7ff 0%, #e8f1fd 50%, #f5f0ff 100%);
  overflow: hidden;
  padding: 0 !important;
}

/* decorative circles */
.custom-hero-section::before {
  content: '';
  position: absolute;
  top: -120px;
  right: -120px;
  width: 480px;
  height: 480px;
  background: radial-gradient(circle, rgba(0, 137, 187, .12) 0%, transparent 65%);
  border-radius: 50%;
  pointer-events: none;
}

.custom-hero-section::after {
  content: '';
  position: absolute;
  bottom: -80px;
  left: 30%;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(56, 75, 255, .08) 0%, transparent 65%);
  border-radius: 50%;
  pointer-events: none;
}

.custom-hero-section .hero-overlay {
  display: none;
}

.custom-hero-section .hero-particle {
  display: none !important;
}

.custom-hero-section .container {
  position: relative;
  z-index: 2;
}

.custom-hero-section .hero-content {
  padding: 110px 0 90px;
  max-width: 680px;
}

.custom-hero-section .hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(0, 137, 187, .08);
  border: 1.5px solid rgba(0, 137, 187, .20);
  color: #0089bb;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  padding: 9px 20px;
  border-radius: 50px;
  margin-bottom: 28px;
}

.custom-hero-section h1 {
  font-size: 44px;
  font-weight: 800;
  color: #1a1a4b;
  line-height: 1.12;
  margin-bottom: 22px;
  letter-spacing: -1.5px;
}

.custom-hero-section h1 span {
  background: linear-gradient(135deg, #0089bb 0%, #384BFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.custom-hero-section .hero-content>p {
  font-size: 17px;
  color: #5c5c72;
  line-height: 1.75;
  max-width: 500px;
  margin: 0;
}

/* ── 2. INTRO SPLIT (Why Choose) ─────────────────────────── */

.intro-split-section {
  padding: 100px 0 !important;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

.intro-split-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
  height: 100%;
  background: #f8fbff;
  clip-path: polygon(0 0, 100% 0, 88% 100%, 0 100%);
  z-index: 0;
}

.intro-split-section .container {
  position: relative;
  z-index: 1;
}

.intro-split-section .intro-text {
  padding-right: 40px;
}

.intro-split-section .intro-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(56, 75, 255, .07);
  color: #384BFF;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 8px 18px;
  border-radius: 50px;
  border: 1px solid rgba(56, 75, 255, .15);
  margin-bottom: 22px;
}

.intro-split-section .intro-text h2 {
  font-size: clamp(26px, 3.2vw, 40px);
  font-weight: 800;
  color: #1a1a4b;
  line-height: 1.2;
  letter-spacing: -0.8px;
  margin-bottom: 20px;
}

.intro-split-section .intro-text p {
  font-size: 15.5px;
  line-height: 1.82;
  color: #5c5c72;
  margin-bottom: 14px;
}

.intro-split-section .btn-primary {
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #0089bb 0%, #384BFF 100%) !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  padding: 14px 32px !important;
  border-radius: 50px !important;
  border: none !important;
  box-shadow: 0 8px 28px rgba(0, 137, 187, .25);
  transition: transform .3s, box-shadow .3s;
  text-decoration: none !important;
  margin-top: 10px;
}

.intro-split-section .btn-primary:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 14px 36px rgba(56, 75, 255, .30) !important;
  color: #fff !important;
}

/* image */
.intro-img-wrap {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 137, 187, .16), 0 6px 20px rgba(0, 0, 0, .07);
}

.intro-img-wrap img {
  width: 100%;
  object-fit: cover;
  display: block;
  transition: transform .5s ease;
}

.intro-img-wrap:hover img {
  transform: scale(1.04);
}

.intro-img-wrap::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 137, 187, .18) 0%, rgba(56, 75, 255, .10) 50%, transparent 100%);
  z-index: 1;
}

.intro-img-wrap::after {
  content: '';
  position: absolute;
  bottom: 22px;
  left: 22px;
  width: 60px;
  height: 60px;
  border-left: 3px solid rgba(56, 75, 255);
  border-bottom: 3px solid rgba(56, 75, 255);
  border-radius: 0 0 0 8px;
  z-index: 2;
}

.intro-img-label {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 3;
  background: rgba(56, 75, 255);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, .35);
  color: #fff;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  padding: 7px 16px;
  border-radius: 50px;
}

/* ── 3. IMPROVING SPLIT (Drive Growth) ───────────────────── */

.improving-split-section {
  padding: 100px 0 !important;
  background: #f8fbff;
  position: relative;
  overflow: hidden;
}

.improving-split-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #0089bb 0%, #da4d3f 100%);
}

/* header badges & titles */
.improving-split-section .section-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(0, 137, 187, .07);
  border: 1px solid rgba(0, 137, 187, .18);
  color: #0089bb;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 8px 18px;
  border-radius: 50px;
  margin-bottom: 14px;
}

.improving-split-section .section-header h2 {
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 800;
  color: #1a1a4b;
  letter-spacing: -0.7px;
  margin-bottom: 10px;
}

.improving-split-section .section-header p {
  font-size: 15.5px;
  color: #5c5c72;
  line-height: 1.7;
}

/* left text */
.improving-split-section .improving-text p {
  font-size: 15.5px;
  color: #5c5c72;
  line-height: 1.85;
  margin-bottom: 20px;
  padding-left: 16px;
  border-left: 3px solid #0089bb;
}

/* right card */
.improving-split-section .ux-list-card {
  background: #ffffff;
  border: 1px solid rgba(0, 137, 187, .12);
  border-radius: 18px;
  padding: 38px 34px;
  box-shadow: 0 8px 40px rgba(0, 137, 187, .10);
  position: relative;
  overflow: hidden;
}

.improving-split-section .ux-list-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #0089bb, #384BFF);
}

.improving-split-section .ux-list-card h4 {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a4b;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 137, 187, .10);
}

.improving-split-section .ux-list-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.improving-split-section .ux-list-card ul li {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(0, 137, 187, .06);
  font-size: 14.5px;
  font-weight: 500;
  color: #5c5c72;
  transition: color .2s, padding-left .2s;
}

.improving-split-section .ux-list-card ul li:last-child {
  border-bottom: none;
}

.improving-split-section .ux-list-card ul li:hover {
  color: #0089bb;
  padding-left: 6px;
}

.improving-split-section .ux-list-card ul li i {
  width: 36px;
  height: 36px;
  background: rgba(0, 137, 187, .08);
  color: #0089bb;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  flex-shrink: 0;
  transition: background .2s, color .2s;
}

.improving-split-section .ux-list-card ul li:hover i {
  background: linear-gradient(135deg, #0089bb, #384BFF);
  color: #fff;
}

/* ── 4. PROCESS VERTICAL ─────────────────────────────────── */

.process-vertical-section {
  padding: 100px 0 !important;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

.process-vertical-section::before {
  content: '';
  position: absolute;
  top: -160px;
  right: -160px;
  width: 480px;
  height: 480px;
  background: radial-gradient(circle, rgba(56, 75, 255, .05) 0%, transparent 65%);
  border-radius: 50%;
}

.process-vertical-section .section-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(0, 137, 187, .07);
  border: 1px solid rgba(0, 137, 187, .18);
  color: #0089bb;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 8px 18px;
  border-radius: 50px;
  margin-bottom: 14px;
}

.process-vertical-section .section-header h2 {
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 800;
  color: #1a1a4b;
  letter-spacing: -0.7px;
  margin-bottom: 60px;
}

.timeline-wrapper {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
}

.timeline-line {
  position: absolute;
  left: 29px;
  top: 4px;
  bottom: 4px;
  width: 2px;
  background: linear-gradient(180deg, #0089bb 0%, #384BFF 60%, rgba(56, 75, 255, .10) 100%);
}

.process-item {
  display: flex;
  align-items: flex-start;
  gap: 26px;
  padding-bottom: 32px;
  position: relative;
}

.process-item:last-child {
  padding-bottom: 0;
}

.step-num {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #f8fbff;
  border: 2px solid rgba(0, 137, 187, .18);
  color: rgba(0, 137, 187, .50);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 16px rgba(0, 137, 187, .10);
  transition: all .3s ease;
  position: relative;
  z-index: 1;
}

.process-item.active .step-num,
.process-item:hover .step-num {
  background: linear-gradient(135deg, #0089bb 0%, #384BFF 100%);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 0 0 6px rgba(0, 137, 187, .12), 0 4px 16px rgba(0, 137, 187, .25);
  transform: scale(1.06);
}

.step-content {
  padding: 10px 0 20px;
  border-bottom: 1px solid rgba(0, 137, 187, .08);
  flex: 1;
}

.process-item:last-child .step-content {
  border-bottom: none;
}

.step-content h4 {
  font-size: 17px;
  font-weight: 700;
  color: #1a1a4b;
  margin-bottom: 6px;
  transition: color .25s;
}

.process-item:hover .step-content h4,
.process-item.active .step-content h4 {
  color: #0089bb;
}

.step-content p {
  font-size: 14px;
  color: #5c5c72;
  line-height: 1.65;
  margin: 0;
}

/* ── 5. UX OPTIMIZATION (Tabs + Cards) ───────────────────── */

.ux-optimization-section {
  padding: 100px 0 !important;
  background: #f8fbff;
  position: relative;
  overflow: hidden;
}

.ux-optimization-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #384BFF 0%, #0089bb 100%);
}

.ux-optimization-section .section-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(56, 75, 255, .07);
  border: 1px solid rgba(56, 75, 255, .15);
  color: #384BFF;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 8px 18px;
  border-radius: 50px;
  margin-bottom: 14px;
}

.ux-optimization-section .section-header h2 {
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 800;
  color: #1a1a4b;
  letter-spacing: -0.7px;
  margin-bottom: 30px;
}

/* tabs */
.custom-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.tab-btn {
  background: #fff;
  border: 1.5px solid rgba(0, 137, 187, .15);
  color: #5c5c72;
  font-size: 13.5px;
  font-weight: 600;
  padding: 11px 24px;
  border-radius: 50px;
  cursor: pointer;
  transition: all .22s ease;
  white-space: nowrap;
  box-shadow: 0 2px 10px rgba(0, 137, 187, .06);
}

.tab-btn:hover {
  border-color: #0089bb;
  color: #0089bb;
  background: rgba(0, 137, 187, .04);
  transform: translateY(-2px);
}

.tab-btn.active {
  background: linear-gradient(135deg, #0089bb 0%, #384BFF 100%);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 6px 22px rgba(56, 75, 255, .26);
  transform: translateY(-2px);
}

.tab-content-wrapper {
  margin-top: 55px;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.tab-content-wrapper .col-lg-5 h3 {
  font-size: clamp(22px, 2.4vw, 28px);
  font-weight: 800;
  color: #1a1a4b;
  margin-bottom: 18px;
  letter-spacing: -0.4px;
  position: relative;
  padding-bottom: 16px;
}

.tab-content-wrapper .col-lg-5 h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 42px;
  height: 3px;
  background: linear-gradient(90deg, #0089bb, #384BFF);
  border-radius: 2px;
}

.tab-content-wrapper .col-lg-5 p {
  font-size: 15.5px;
  color: #5c5c72;
  line-height: 1.80;
}

/* optim cards */
.optim-card {
  background: #fff;
  border: 1px solid rgba(0, 137, 187, .10);
  border-radius: 14px;
  padding: 26px 22px;
  height: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 137, 187, .07);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.optim-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #0089bb, #384BFF);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .28s ease;
}

.optim-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 48px rgba(0, 137, 187, .16);
  border-color: rgba(0, 137, 187, .20);
}

.optim-card:hover::before {
  transform: scaleX(1);
}

.optim-card>i {
  font-size: 28px;
  background: linear-gradient(135deg, #0089bb, #384BFF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: block;
  margin-bottom: 15px;
  transition: transform .28s;
}

.optim-card:hover>i {
  transform: rotate(5deg);
}

.optim-card h5 {
  font-size: 15px;
  font-weight: 700;
  color: #1a1a4b;
  margin-bottom: 9px;
}

.optim-card p {
  font-size: 13.5px;
  color: #5c5c72;
  line-height: 1.65;
  margin: 0;
}

/* ── RESPONSIVE ──────────────────────────────────────────── */
@media (max-width: 991px) {
  .custom-hero-section .hero-content {
    padding: 80px 0 70px;
  }

  .intro-split-section,
  .improving-split-section,
  .process-vertical-section,
  .ux-optimization-section {
    padding: 70px 0 !important;
  }

  .intro-split-section::before {
    display: none;
  }

  .intro-split-section .intro-text {
    padding-right: 0;
    margin-bottom: 36px;
  }

  .improving-split-section .improving-text {
    margin-bottom: 36px;
  }

  .tab-content-wrapper .col-lg-5 {
    margin-bottom: 32px;
  }
}

@media (max-width: 767px) {
  .custom-hero-section h1 {
    letter-spacing: -0.5px;
  }

  .custom-hero-section .hero-content {
    padding: 70px 0 60px;
  }

  .tab-btn {
    font-size: 12.5px;
    padding: 10px 16px;
  }


  .improving-split-section .ux-list-card {
    padding: 26px 20px;
  }

  .step-num {
    width: 50px;
    height: 50px;
    font-size: 11px;
  }
}