
  :root {
    --brand:        #ec6529;
    --brand-dark:   #c4511e;
    --brand-soft:   rgba(236,101,41,0.12);
    --brand-border: rgba(236,101,41,0.25);
    --navy:         #1e3a5f;
    --navy-mid:     #2d5a87;
    --navy-soft:    rgba(30,58,95,0.08);
    --green:        #2ecc71;
    --green-soft:   rgba(46,204,113,0.12);
    --white:        #ffffff;
    --bg:           #f5f3f0;
    --glass:        rgba(255,255,255,0.62);
    --glass-hover:  rgba(255,255,255,0.80);
    --glass-border: rgba(255,255,255,0.55);
    --text:         #1a1a18;
    --text-mid:     #5a5858;
    --text-light:   #9a9896;
    --border:       rgba(0,0,0,0.07);
    --shadow-sm:    0 2px 10px rgba(0,0,0,0.06);
    --shadow-md:    0 8px 32px rgba(0,0,0,0.10);
    --shadow-lg:    0 20px 60px rgba(0,0,0,0.14);
    --radius-xl:    20px;
    --radius-lg:    14px;
    --radius-md:    10px;
    --radius-sm:    7px;
    --ease:         cubic-bezier(0.4,0,0.2,1);
    --font:         'Cabin', sans-serif;
  }

 
  *, *::before, *::after { margin:0; padding:0; box-sizing:border-box; }
  html { scroll-behavior: smooth; }

  body {
    font-family: var(--font);
    background: var(--bg);
    color: var(--text);
    overflow-x: hidden;
  }

  .header{
            display: flex;
            justify-content: space-between;
            border-bottom: 1px solid #ccc;
            margin-bottom: 20px;
            padding-bottom: 10px;
        }

  a { text-decoration: none; }

  svg {
    display: inline-block !important;
    visibility: visible !important;
    flex-shrink: 0;
  }

  .container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

  .section { padding: 90px 24px; }

  .section-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: var(--brand-soft);
    border: 1.5px solid var(--brand-border);
    color: var(--brand);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 100px;
    margin-bottom: 18px;
  }

  .section-eyebrow::before {
    content: '';
    width: 6px; height: 6px;
    background: var(--brand);
    border-radius: 50%;
  }

  .section-title {
    font-family: var(--font);
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 700;
    color: var(--navy);
    line-height: 1.15;
    letter-spacing: -0.02em;
    margin-bottom: 14px;
  }

  .section-sub {
    font-size: 16px;
    color: var(--text-mid);
    line-height: 1.7;
    max-width: 540px;
  }
  *,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --brand:#EC6529;
  --brand-dark:#c94e18;
  --green:#4CAF7D;
  --font:'Plus Jakarta Sans',sans-serif;
  --radius-sm:10px;
  --radius-md:14px;
  --ease:cubic-bezier(0.22,1,0.36,1);
}
*,*::before,*::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --brand:      #EC6529;
  --brand-dark: #c94e18;
  --green:      #4CAF7D;
  --font:       'Plus Jakarta Sans', sans-serif;
  --radius-sm:  10px;
  --radius-md:  14px;
  --ease:       cubic-bezier(0.22, 1, 0.36, 1);
}
body { font-family: var(--font); min-height: 100vh; overflow-x: hidden; }
.hero-section {
  position: relative;
  min-height: 100vh;
  background: linear-gradient(135deg, #0f1f1a 0%, #0d2235 40%, #141e2e 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 24px 60px;
  overflow: hidden;
}


.blob { position: absolute; border-radius: 50%; filter: blur(90px); pointer-events: none; opacity: 0.4; }
.blob-1 { width: 500px; height: 500px; background: rgba(236,101,41,0.18); top: -120px; left: -80px; }
.blob-2 { width: 400px; height: 400px; background: rgba(20,90,160,0.2);   bottom: -80px; right: -60px; }
.blob-3 { width: 300px; height: 300px; background: rgba(76,175,125,0.12); top: 40%; left: 40%; }

 * { margin: 0; padding: 0; box-sizing: border-box; }
 
    body {
      font-family: 'Segoe UI', sans-serif;
      background: #0d1b2a;
    }

    .nav-wrapper {
      position: sticky;
   top: 10px;             
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 48px);
  max-width: 1200px;
  z-index: 99;
  position: fixed;
  box-sizing: border-box;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  padding: 12px 20px;
    }
 
    .nav-wrapper.scrolled {
      /* background: rgba(13, 27, 42, 0.85); */
      /* backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px);
      border-bottom: 1px solid rgba(255,255,255,0.08); */
    }
 
 
    .navbar {
      max-width: 1200px;
      margin: 0 auto;
      /* background: #ffffff; */
      border-radius: 50px;
      padding: 10px 20px 10px 16px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      /* box-shadow: 0 2px 20px rgba(0,0,0,0.15); */
    }
 

    .logo {
      display: flex;
      align-items: center;
      gap: 8px;
      text-decoration: none;
    }
    .logo-icon {
      width: 100px;
      height: 38px;
      /* border: 2px solid #e8521a; */
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
      /* background: #fff; */
      flex-shrink: 0;
    }
    .logo-icon img{
           width: 95%;
    }
    .logo-text-wrap {
      display: flex;
      flex-direction: column;
      line-height: 1.15;
    }
    .logo-brand {
      font-size: 18px;
      font-weight: 700;
      color: #1a1a1a;
      letter-spacing: -0.3px;
    }
    .logo-brand em {
      color: #e8521a;
      font-style: normal;
    }
    .logo-sub {
      font-size: 9px;
      font-weight: 600;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: #999;
    }
 
   
    .nav-btns {
      display: flex;
      align-items: center;
      gap: 10px;
    }
    .btn {
      padding: 10px 18px;
      border-radius: 8px;
      font-size: 14px;
      font-weight: 600;
      cursor: pointer;
      text-decoration: none;
      white-space: nowrap;
      transition: background 0.2s, transform 0.1s;
      border: none;
      display: inline-block;
    }
    .btn:active { transform: scale(0.97); }
    .btn-outline {
      background: transparent;
      color: #333;
      border: 1.5px solid #ddd;
    }
    .btn-outline:hover { border-color: #e8521a; color: #e8521a; }
    .btn-primary {
      background: #e8521a;
      color: #fff;
    }
    .btn-primary:hover { background: #c94214; }
 
    .hamburger {
      display: none;
      flex-direction: column;
      gap: 5px;
      cursor: pointer;
      padding: 6px;
      background: none;
      border: none;
    }
    .hamburger span {
      display: block;
      width: 22px;
      height: 2px;
      background: #333;
      border-radius: 2px;
      transition: all 0.3s;
    }
    .hamburger.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .hamburger.active span:nth-child(2) { opacity: 0; }
    .hamburger.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

    .mob-overlay {
      display: none;
      position: fixed;
      inset: 0;
      background: rgba(0,0,0,0.4);
      z-index: 998;
    }
    .mob-overlay.open { display: block; }

/* Bottom sheet ko replace karo with right drawer */
.mob-sheet {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 75%;
  max-width: 300px;
  background: #fff;
  border-radius: 16px 0 0 16px;
  padding: 24px 20px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transform: translateX(100%);          /* right se bahar */
  transition: transform 0.32s cubic-bezier(0.32,0.72,0,1);
  box-shadow: -8px 0 40px rgba(0,0,0,0.18);
}

.mob-sheet.open {
  transform: translateX(0);             /* andar aao */
}

/* Cross button */
.mob-close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: #f0f0f0;
  border: none;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  font-size: 16px;
  cursor: pointer;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mob-close:hover { background: #e0e0e0; }

/* Buttons stacked */
.mob-sheet .btn {
  width: 100%;
  text-align: center;
  padding: 12px;
  font-size: 14px;
  border-radius: 10px;
  margin-top: 8px;
}
@media (max-width: 768px) {
  .mob-sheet {
    padding: 12px 20px 40px;
  }


  .mob-sheet-btns {
 margin-top: 30px;
  }

  .mob-sheet-btns .btn {
    flex: 1;
    text-align: center;
    padding: 12px 8px;
    font-size: 13px;
  }
}
    @media (max-width: 640px) {
      .nav-btns { display: none; }
      .hamburger { display: flex; }
      .nav-wrapper { padding: 12px 16px; }
      .navbar{    padding: 0px 10px;}
    }
.hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;                
  max-width: 1400px;
  width: 100%;
  text-align: center;
}

.hero-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
}

.containers {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  backdrop-filter: blur(10px);
  color: rgba(255,255,255,0.85);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 100px;
  margin-bottom: 24px;
  animation: fadeUp 0.6s var(--ease) both;
}
.hero-badge::before {
  content: '';
  width: 6px;
  height: 6px;
  background: var(--green);
  border-radius: 50%;
  animation: blink 1.8s ease-in-out infinite;
}
@keyframes blink { 0%,100% { opacity: 1; } 50% { opacity: 0.3; } }

.hero-title {
  font-size: clamp(32px, 6vw, 78px);
  font-weight: 800;
  color: #fff;
  line-height: 1.08;
  letter-spacing: -0.03em;
  margin-bottom: -40px;
  animation: fadeUp 0.7s 0.1s var(--ease) both;
}
.hero-title .highlight { color: var(--brand); }

.workflow-outer {
  width: 100%;
   position: relative; 
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: 24px 0 8px;
  /* thin branded scrollbar */
  scrollbar-width: thin;
  scrollbar-color: rgba(236,101,41,0.4) transparent;
}
.workflow-outer::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,0.06) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
  border-radius: 16px;  
  z-index: 0;
}
.workflow-outer::-webkit-scrollbar       { height: 4px; }
.workflow-outer::-webkit-scrollbar-thumb { background: rgba(236,101,41,0.4); border-radius: 4px; }

svg.wf {
  display: block;
  width: 1460px;
  height: 520px;
  flex-shrink: 0;
}

.wf-mobile { display: none; }


.hero-subtitle {
  font-size: clamp(14px, 1.8vw, 29px);
  color: rgba(255,255,255,0.72);
  line-height: 1.75;
  /* max-width: 1100px; */
  margin: 0 auto 28px;
  font-weight: 400;
  animation: fadeUp 0.7s 0.2s var(--ease) both;
}

.hero-stats {
  display: flex;
  gap: 12px;
  margin-bottom: 32px;
  flex-wrap: wrap;
  justify-content: center;
  animation: fadeUp 0.7s 0.3s var(--ease) both;
}
.hero-stat-pill {
  /* background: rgba(255,255,255,0.09);
  border: 1px solid rgba(255,255,255,0.14); */
  backdrop-filter: blur(12px);
  border-radius: 100px;
  padding: 11px 22px;
  text-align: center;
  min-width: 120px;
}
.stat-number {
  display: block;
  font-size: clamp(20px, 3vw, 50px);
  font-weight: 800;
  color: var(--brand);
  line-height: 1;
  margin-bottom: 3px;
}
.stat-label {
  display: block;
  font-size: 14px;
  color: rgba(255,255,255,0.55);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
}

.hero-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  animation: fadeUp 0.7s 0.4s var(--ease) both;
}
.btn-hero-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 28px;
  background: var(--brand);
  color: #fff;
  border-radius: var(--radius-sm);
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 6px 24px rgba(236,101,41,0.38);
  transition: all 0.3s var(--ease);
  text-decoration: none;
  border: none;
  cursor: pointer;
  white-space: nowrap;
}
.btn-hero-primary:hover {
  background: var(--brand-dark);
  transform: translateY(-3px);
  box-shadow: 0 10px 32px rgba(236,101,41,0.48);
  color: #fff;
}
.btn-hero-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 28px;
  background: rgba(255,255,255,0.09);
  color: #fff;
  border: 1.5px solid rgba(255,255,255,0.25);
  border-radius: var(--radius-sm);
  font-size: 14px;
  font-weight: 600;
  backdrop-filter: blur(10px);
  transition: all 0.3s var(--ease);
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
}
.btn-hero-secondary:hover {
  background: rgba(255,255,255,0.16);
  transform: translateY(-3px);
  color: #fff;
}

.wf-node { cursor: pointer; }
.wf-node .node-bg { transition: filter 0.2s; }
.wf-node:hover .node-bg { filter: brightness(1.25); }

.t-title { font-family: var(--font); font-size: 14px; font-weight: 700; fill: #ffffff; }
.t-sub   { font-family: var(--font); font-size: 10px; font-weight: 400; fill: rgba(255,255,255,0.5); }
.t-label { font-family: var(--font); font-size: 10px; font-weight: 400; fill: rgba(255,255,255,0.4); }

.wf-line {
  stroke: #ec6529;
  stroke-width: 2;
  fill: none;
  filter: drop-shadow(0 0 3px #ec6529);
  stroke-linecap: round;
}

@keyframes pulseArrow { 0%,100% { opacity: 1; } 50% { opacity: 0.3; } }

.wf-mobile {
  width: 100%;
  gap: 16px;
  padding: 8px 0;
  overflow: hidden;
}
.wf-track {
  flex: 1;
  min-width: 220px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 16px;
  padding: 18px 16px;
}
.wf-track-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  margin-bottom: 14px;
}
.wf-step {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 9px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.wf-step:last-child { border-bottom: none; }
.wf-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--brand);
  flex-shrink: 0;
  margin-top: 4px;
}
.wf-step-name { font-size: 13px; font-weight: 700; color: #fff; line-height: 1.3; }
.wf-step-sub  { font-size: 11px; color: rgba(255,255,255,0.4); margin-top: 2px; }

.workflow-outer {
  display: block;
}
.workflow-mobile-img {
  display: none;
}


@media (max-width: 900px) {
  .workflow-outer {
    display: none;
  }
  .workflow-mobile-img {
    display: block;
    width: 100%;
    padding: 43px 0;
    margin-bottom: -75px;
  }
  .workflow-mobile-img img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    display: block;
  }
}
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(18px); }
  to   { opacity: 1; transform: translateY(0); }
}

@media (max-width: 768px) {
  .hero-section {
    min-height: unset;
    padding-bottom: 48px;    
        /* margin-top: 20px; */
  }
  .hero-subtitle{
    margin-top: 50px;
  }
}
@media (max-width: 900px) {
  .workflow-outer { display: none; }
  .wf-mobile {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .hero-subtitle{
    margin-top: 50px;
  }
}

@media (max-width: 680px) {
  .hero-section { padding: 70px 20px 50px; }

  .hero-stat-pill {
    min-width: 100px;
    padding: 10px 16px;
  }
  .hero-subtitle{
    margin-top: 50px;
  }
}


@media (max-width: 480px) {
  .hero-section { padding: 64px 16px 48px; }
.hero-subtitle{
    margin-top: 50px;
  }
  .wf-mobile { flex-direction: column; }

  .btn-hero-primary,
  .btn-hero-secondary {
    width: 100%;
    justify-content: center;
  }
  .hero-buttons {
    width: 100%;
    max-width: 340px;
  }
}
  .services-section {
    padding: 90px 24px;
    background: #fff;
  }

  .services-header {
    text-align: center;
    margin-bottom: 56px;
  }

  .services-header .section-sub { margin: 0 auto; }

  .services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    max-width: 1200px;
    margin: 0 auto;
  }
  .service-card-body {
  display: flex;
  flex-direction: column;
  height: 100%; /* Ensures the body fills the card */
  padding: 24px;
}

.service-link {

  margin-top: auto; 
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border-radius: 8px;
  border: 1px solid currentColor; 
  text-decoration: none;
  width: fit-content;
  transition: all 0.3s ease;
  font-weight: 500;
}

.service-link:hover {
  background-color: currentColor;
  color: #fff !important; 
}

  .service-card {
    position: relative;
    background: var(--glass);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-xl);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease), background 0.35s;
    padding: 0;
  }
 .service-card {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.22, 0.68, 0, 1.2);
  }
  .features-grid ul {
    list-style: none;     
    padding-left: 0;     
}

.features-grid li {
    position: relative;
    padding-left: 24px;   
    margin-bottom: 8px;   
}

.features-grid li::before {
    content: "➜";          
    position: absolute;
    left: 0;
    color: #ff8c00;       
    font-weight: bold;
}


  .service-card:nth-child(1) { transition-delay: 0s; }
  .service-card:nth-child(2) { transition-delay: 0.12s; }
  .service-card:nth-child(3) { transition-delay: 0.24s; }

  .service-card.visible {
    opacity: 1;
    transform: translateY(0);
  }
  .service-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(500px circle at var(--mx,50%) var(--my,50%), rgba(236,101,41,0.06), transparent 60%);
    opacity: 0;
    transition: opacity 0.4s;
    pointer-events: none;
  }

  .service-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); background: var(--glass-hover); }
  .service-card:hover::before { opacity: 1; }

  .service-top-bar {
    height: 4px;
    width: 100%;
  }

  .service-top-bar.bar-navy   { background: var(--navy); }
  .service-top-bar.bar-green  { background: var(--green); }
  .service-top-bar.bar-brand  { background: var(--brand); }

  .service-card-body { padding: 30px 28px 28px; }

  .service-icon-wrap {
    width: 54px; height: 54px;
    border-radius: 14px;
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 20px;
  }

  .service-icon-wrap.bg-navy   { background: rgba(30,58,95,0.10); }
  .service-icon-wrap.bg-green  { background: rgba(46,204,113,0.12); }
  .service-icon-wrap.bg-brand  { background: var(--brand-soft); }

  .service-icon-wrap svg { width: 26px; height: 26px; }
  .service-icon-wrap.bg-navy  svg { color: var(--navy); stroke: var(--navy); }
  .service-icon-wrap.bg-green svg { color: var(--green); stroke: var(--green); }
  .service-icon-wrap.bg-brand svg { color: var(--brand); stroke: var(--brand); }

  .service-name {
    font-size: 20px;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 10px;
  }

  .service-desc {
    font-size: 14px;
    color: var(--text-mid);
    line-height: 1.65;
    /* margin-bottom: 20px; */
  }

  .service-features {
    list-style: none;
    margin-bottom: 24px;
  }

  .service-features li {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 13.5px;
    color: var(--text-mid);
    margin-bottom: 8px;
  }

  .service-features li svg { width: 15px; height: 15px; color: var(--green); stroke: var(--green); flex-shrink: 0; }

  .service-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 10px 20px;
    border-radius: var(--radius-sm);
    font-size: 13px;
    font-weight: 700;
    border: 1.5px solid;
    transition: all 0.25s var(--ease);
  }

  .service-link svg { width: 15px; height: 15px; transition: transform 0.25s; }
  .service-link:hover svg { transform: translateX(3px); }

  .service-link.link-navy  { color: var(--navy);  border-color: var(--navy);  }
  .service-link.link-navy:hover  { background: var(--navy);  color: #fff; }
  .service-link.link-green { color: var(--green); border-color: var(--green); }
  .service-link.link-green:hover { background: var(--green); color: #fff; }
  .service-link.link-brand { color: var(--brand); border-color: var(--brand); }
  .service-link.link-brand:hover { background: var(--brand); color: #fff; }


  .features-section {
    padding: 60px 24px;
    background: var(--bg);
    position: relative;
    overflow: hidden;
  }

  .features-section::before {
    content: '';
    position: absolute;
    width: 600px; height: 600px;
    background: radial-gradient(circle, rgba(236,101,41,0.07) 0%, transparent 70%);
    top: -100px; right: -100px;
    pointer-events: none;
  }

  .features-header { text-align: center; margin-bottom: 30px; }
  .features-header .section-sub { margin: 0 auto; }
.feature-card {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.22, 0.68, 0, 1.2);
}

.feature-card.visible {
  opacity: 1;
  transform: translateY(0);
}

.feature-card:nth-child(1) { transition-delay: 0.0s; }
.feature-card:nth-child(2) { transition-delay: 0.15s; }
.feature-card:nth-child(3) { transition-delay: 0.3s; }
.feature-card:nth-child(4) { transition-delay: 0.45s; }
  .tab-switcher {
    display: flex;
    justify-content: center;
    gap: 6px;
    background: var(--white);
    padding: 6px;
    border-radius: var(--radius-lg);
    max-width: 350px;
    margin: 0 auto 30px;
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--border);
  }

  .tab-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    flex: 1;
    padding: 11px 20px;
    border: none;
    background: transparent;
    border-radius: var(--radius-md);
    font-family: var(--font);
    font-size: 13.5px;
    font-weight: 600;
    color: var(--text-mid);
    cursor: pointer;
    transition: all 0.3s var(--ease);
  }

  .tab-btn svg { width: 16px; height: 16px; stroke: currentColor; }

  .tab-btn.active {
    background: var(--navy);
    color: #fff;
    box-shadow: 0 4px 14px rgba(30,58,95,0.25);
  }

  .tab-content { display: none; }
  .tab-content.active { display: block; }

  .tab-section-title {
    font-size: 28px;
    font-weight: 700;
    color: var(--navy);
    text-align: center;
    margin-bottom: 20px;
  }

  .tab-section-sub {
    text-align: center;
    color: var(--text-mid);
    font-size: 18px;
    margin-bottom: 40px;
  }

  .features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    /* max-width: 820px; */
    margin: 0 auto;
  }

  .feature-card {
    background: var(--glass);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-lg);
    padding: 28px;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: var(--shadow-sm);
    transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease), background 0.3s;
  }

  .feature-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); background: var(--glass-hover); }

  .feature-icon-wrap {
    width: 46px; height: 46px;
    border-radius: var(--radius-md);
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 16px;
  }

  .feature-icon-wrap svg { width: 22px; height: 22px; stroke: currentColor; }

  .feat-orange { background: var(--brand-soft); }
  .feat-orange svg { color: var(--brand); }
  .feat-navy   { background: rgba(30,58,95,0.10); }
  .feat-navy svg   { color: var(--navy); }
  .feat-green  { background: var(--green-soft); }
  .feat-green svg  { color: var(--green); }
  .feat-purple { background: rgba(147,51,234,0.10); }
  .feat-purple svg { color: #9333ea; }
  .feat-amber  { background: rgba(202,138,4,0.10); }
  .feat-amber svg  { color: #ca8a04; }

  .feature-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 7px;
  }

  .feature-desc { font-size: 13.5px; color: var(--text-mid); line-height: 1.6; }

  .portal-section {
    padding: 60px 24px;
    background: #fff;
    position: relative;
    overflow: hidden;
  }

  .portal-section::before {
    content: '';
    position: absolute;
    width: 500px; height: 500px;
    background: radial-gradient(circle, rgba(236,101,41,0.05) 0%, transparent 70%);
    top: -80px; left: -80px;
    pointer-events: none;
  }

  .portal-header { text-align: center; margin-bottom: 52px; }
  .portal-header .section-sub { margin: 0 auto; }


  .workflow-stepper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    max-width: 860px;
    margin: 0 auto 52px;
    position: relative;
  }

  .wf-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    flex: 1;
    cursor: pointer;
    position: relative;
    z-index: 1;
  }

  .wf-step-top {
    display: flex;
    align-items: center;
    width: 100%;
  }

  .wf-line {
    flex: 1;
    height: 2px;
    background: var(--border);
    transition: background 0.4s;
  }

  .wf-line.left  { margin-right: 0; }
  .wf-line.right { margin-left:  0; }
  .wf-step:first-child .wf-line.left  { visibility: hidden; }
  .wf-step:last-child  .wf-line.right { visibility: hidden; }

  .wf-circle {
    width: 48px; height: 48px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid var(--border);
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
    transition: all 0.35s var(--ease);
    position: relative;
    z-index: 1;
  }

  .wf-circle svg { width: 20px; height: 20px; stroke: var(--text-light); transition: stroke 0.3s; }

  .wf-badge {
    position: absolute;
    top: -6px; right: -6px;
    width: 18px; height: 18px;
    border-radius: 50%;
    background: var(--bg);
    border: 1.5px solid var(--border);
    font-size: 9px;
    font-weight: 700;
    color: var(--text-light);
    display: flex; align-items: center; justify-content: center;
    transition: all 0.3s;
  }

  .wf-step-label {
    text-align: center;
    line-height: 1.35;
  }

  .wf-step-name {
    display: block;
    font-size: 12.5px;
    font-weight: 700;
    color: var(--text-mid);
    transition: color 0.3s;
    margin-bottom: 2px;
  }

  .wf-step-role {
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 2px 8px;
    border-radius: 100px;
    background: var(--bg);
    color: var(--text-light);
    border: 1px solid var(--border);
    transition: all 0.3s;
  }

  .wf-step.active .wf-circle {
    background: var(--brand);
    border-color: var(--brand);
    box-shadow: 0 6px 20px rgba(236,101,41,0.30);
  }

  .wf-step.active .wf-circle svg { stroke: #fff; }

  .wf-step.active .wf-badge {
    background: var(--brand);
    border-color: var(--brand);
    color: #fff;
  }

  .wf-step.active .wf-step-name  { color: var(--navy); }

  .wf-step.active .wf-step-role  {
    background: var(--brand-soft);
    border-color: var(--brand-border);
    color: var(--brand);
  }


  .wf-step.done .wf-circle { background: var(--green); border-color: var(--green); box-shadow: 0 4px 14px rgba(46,204,113,0.25); }
  .wf-step.done .wf-circle svg { stroke: #fff; }
  .wf-step.done .wf-badge  { background: var(--green); border-color: var(--green); color: #fff; }
  .wf-step.done .wf-line   { background: var(--green); }

 
  .wf-step.done + .wf-step .wf-step-top .wf-line.left { background: var(--green); }

  .portal-wrapper {
    max-width: 920px;
    margin: 0 auto;
    background: var(--glass);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-xl);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: var(--shadow-lg);
    overflow: hidden;
  }

 
  .portal-tabs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background: var(--bg);
    border-bottom: 1px solid var(--border);
  }

  .portal-tab {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 16px 14px;
    border: none;
    background: transparent;
    font-family: var(--font);
    font-size: 13px;
    font-weight: 600;
    color: var(--text-mid);
    cursor: pointer;
    transition: all 0.25s var(--ease);
    border-bottom: 3px solid transparent;
    margin-bottom: -1px;
    position: relative;
  }

  .portal-tab-icon {
    width: 36px; height: 36px;
    border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    background: rgba(0,0,0,0.04);
    margin-bottom: 2px;
    transition: all 0.25s;
  }

  .portal-tab-icon svg { width: 16px; height: 16px; stroke: currentColor; }

  .portal-tab-meta {
    font-size: 9.5px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 2px 7px;
    border-radius: 100px;
    background: transparent;
    color: transparent;
    transition: all 0.25s;
  }

  .portal-tab.active {
    background: #fff;
    color: var(--navy);
    border-bottom-color: var(--brand);
  }

  .portal-tab.active .portal-tab-icon { background: var(--brand-soft); color: var(--brand); }
  .portal-tab.active .portal-tab-icon svg { stroke: var(--brand); }

  .portal-tab.active .portal-tab-meta {
    background: var(--brand-soft);
    color: var(--brand);
    border: 1px solid var(--brand-border);
  }

  .portal-body { padding: 28px 32px; }
  .portal-content { display: none; }
  .portal-content.active { display: block; }

  .portal-content-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    gap: 12px;
    flex-wrap: wrap;
  }

  .portal-content-header-left h3 { font-size: 16px; font-weight: 700; color: var(--navy); margin-bottom: 2px; }
  .portal-content-header-left p  { font-size: 12px; color: var(--text-light); }

  .portal-action-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 9px 16px;
    background: var(--brand);
    color: #fff;
    border: none;
    border-radius: var(--radius-sm);
    font-family: var(--font);
    font-size: 12.5px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s, transform 0.2s;
    white-space: nowrap;
  }

  .portal-action-btn svg { width: 14px; height: 14px; stroke: #fff; }
  .portal-action-btn:hover { background: var(--brand-dark); transform: translateY(-1px); }

  .portal-action-btn.outline {
    background: transparent;
    color: var(--navy);
    border: 1.5px solid var(--border);
  }

  .portal-action-btn.outline svg { stroke: var(--navy); }
  .portal-action-btn.outline:hover { background: var(--navy-soft); transform: none; }

  .jd-mode-toggle {
    display: flex;
    gap: 8px;
    margin-bottom: 18px;
    background: var(--bg);
    padding: 5px;
    border-radius: var(--radius-md);
    border: 1px solid var(--border);
    max-width: fit-content;
  }

  .jd-mode-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 14px;
    border: none;
    background: transparent;
    font-family: var(--font);
    font-size: 12.5px;
    font-weight: 600;
    color: var(--text-mid);
    border-radius: var(--radius-sm);
    cursor: pointer;
    transition: all 0.2s;
  }

  .jd-mode-btn svg { width: 13px; height: 13px; stroke: currentColor; }

  .jd-mode-btn.active {
    background: #fff;
    color: var(--navy);
    box-shadow: var(--shadow-sm);
  }


  .jd-form { display: flex; flex-direction: column; gap: 12px; }

  .jd-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }

  .jd-field { display: flex; flex-direction: column; gap: 5px; }

  .jd-field label {
    font-size: 11px;
    font-weight: 700;
    color: var(--text-mid);
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }

  .jd-input, .jd-select {
    padding: 9px 12px;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    font-family: var(--font);
    font-size: 13px;
    color: var(--text);
    outline: none;
    transition: border-color 0.2s;
  }

  .jd-input:focus, .jd-select:focus { border-color: var(--brand); }
  .jd-input::placeholder { color: var(--text-light); }
  .jd-select { cursor: pointer; -webkit-appearance: none; }

  .ai-generate-strip {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    background: linear-gradient(135deg, rgba(236,101,41,0.06) 0%, rgba(236,101,41,0.02) 100%);
    border: 1px dashed var(--brand-border);
    border-radius: var(--radius-md);
    margin-top: 4px;
  }

  .ai-generate-strip svg { width: 18px; height: 18px; stroke: var(--brand); flex-shrink: 0; }

  .ai-generate-strip p {
    flex: 1;
    font-size: 12.5px;
    color: var(--text-mid);
    line-height: 1.5;
  }

  .ai-generate-strip strong { color: var(--brand); }

  .ai-gen-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 7px 14px;
    background: var(--brand);
    color: #fff;
    border: none;
    border-radius: var(--radius-sm);
    font-family: var(--font);
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s;
    white-space: nowrap;
  }

  .ai-gen-btn svg { width: 13px; height: 13px; stroke: #fff; }
  .ai-gen-btn:hover { background: var(--brand-dark); }

  .job-list { display: flex; flex-direction: column; gap: 10px; margin-top: 4px; }

  .job-card {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 14px 16px;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    gap: 12px;
    transition: box-shadow 0.2s, border-color 0.2s;
  }

  .job-card:hover { box-shadow: var(--shadow-sm); border-color: rgba(0,0,0,0.12); }

  .job-card.highlighted {
    border-color: var(--brand-border);
    background: rgba(236,101,41,0.03);
  }

  .job-card-info { flex: 1; min-width: 0; }

  .job-card-info h4 {
    font-size: 13.5px;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 6px;
  }

  .job-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 10px;
  }

  .job-company { font-size: 12px; color: var(--text-mid); font-weight: 600; }

  .job-tag {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    font-size: 11px;
    color: var(--text-mid);
    background: var(--bg);
    padding: 2px 8px;
    border-radius: 4px;
    border: 1px solid var(--border);
  }

  .job-tag.salary { color: var(--brand); background: var(--brand-soft); border-color: var(--brand-border); }
  .job-tag.match-tag { color: var(--navy); background: var(--navy-soft); border-color: rgba(30,58,95,0.18); }
  .job-tag.domain-tag { color: var(--green); background: var(--green-soft); border-color: rgba(46,204,113,0.25); }
  .job-tag.exp-tag { color: #7c3aed; background: rgba(124,58,237,0.08); border-color: rgba(124,58,237,0.2); }

  .job-actions { display: flex; gap: 6px; flex-wrap: wrap; }

  .job-btn {
    padding: 5px 12px;
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: 6px;
    font-family: var(--font);
    font-size: 11.5px;
    font-weight: 600;
    color: var(--text);
    cursor: pointer;
    transition: all 0.2s;
  }

  .job-btn:hover { border-color: var(--navy); color: var(--navy); background: var(--navy-soft); }

  .job-status {
    font-size: 10.5px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 100px;
    white-space: nowrap;
    flex-shrink: 0;
    align-self: flex-start;
  }

  .badge-active  { background: var(--green-soft); color: var(--green); }
  .badge-paid    { background: var(--navy-soft);   color: var(--navy); }
  .badge-top     { background: var(--brand-soft);  color: var(--brand); }
  .badge-pend    { background: rgba(202,138,4,0.12); color: #ca8a04; }
  .badge-matched { background: rgba(124,58,237,0.10); color: #7c3aed; }

  .recruiter-card {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 14px 16px;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    transition: box-shadow 0.2s, border-color 0.2s;
  }

  .recruiter-card:hover { box-shadow: var(--shadow-sm); }
  .recruiter-card.highlighted { border-color: var(--brand-border); background: rgba(236,101,41,0.03); }

  .recruiter-avatar {
    width: 40px; height: 40px;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 13px; font-weight: 700;
    color: #fff;
    flex-shrink: 0;
  }

  .recruiter-info { flex: 1; min-width: 0; }

  .recruiter-info h4 {
    font-size: 13.5px;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 3px;
  }

  .recruiter-info .rec-title {
    font-size: 12px;
    color: var(--text-mid);
    margin-bottom: 7px;
  }

  .recruiter-stats {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 9px;
  }

  .recruiter-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
    flex-shrink: 0;
  }

  .match-score {
    font-size: 22px;
    font-weight: 700;
    color: var(--brand);
    line-height: 1;
  }

  .match-score span {
    font-size: 11px;
    color: var(--text-light);
    font-weight: 600;
    display: block;
    text-align: right;
  }

  .match-bar-wrap {
    width: 80px;
    height: 4px;
    background: var(--bg);
    border-radius: 2px;
    overflow: hidden;
  }

  .match-bar-fill {
    height: 100%;
    border-radius: 2px;
    background: var(--brand);
    transition: width 0.8s var(--ease);
  }


  .commission-card {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 14px 16px;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    transition: box-shadow 0.2s;
  }

  .commission-card:hover { box-shadow: var(--shadow-sm); }
  .commission-card.highlighted { border-color: var(--green); background: rgba(46,204,113,0.03); }

  .comm-icon {
    width: 38px; height: 38px;
    border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
    background: var(--green-soft);
  }

  .comm-icon svg { width: 18px; height: 18px; stroke: var(--green); }

  .comm-info { flex: 1; min-width: 0; }
  .comm-info h4 { font-size: 13px; font-weight: 700; color: var(--text); margin-bottom: 2px; }
  .comm-info p  { font-size: 11.5px; color: var(--text-light); margin-bottom: 7px; }

  .comm-amount {
    font-size: 18px;
    font-weight: 700;
    color: var(--green);
    white-space: nowrap;
  }

  .comm-summary {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--border);
    border-radius: var(--radius-md);
    overflow: hidden;
    margin-bottom: 16px;
  }

  .comm-sum-item {
    background: #fff;
    padding: 12px 14px;
    text-align: center;
  }

  .comm-sum-val {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 2px;
  }

  .comm-sum-val.green { color: var(--green); }
  .comm-sum-val.amber { color: #ca8a04; }

  .comm-sum-label {
    font-size: 10px;
    color: var(--text-light);
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }


  .wf-line {
    flex: 1;
    height: 2px;
    background: var(--border);
    position: relative;
    overflow: hidden;
  }

  .wf-line::after {
    content: '';
    position: absolute;
    top: 0; left: 0;
    height: 100%;
    width: 0%;
    background: var(--green);
    border-radius: 2px;
    transition: width 0.85s var(--ease);
  }

  .wf-step.done .wf-line.right::after { width: 100%; }
  .wf-step.done + .wf-step .wf-line.left::after { width: 100%; }


  .wf-step.active .wf-circle::before {
    content: '';
    position: absolute;
    inset: -7px;
    border-radius: 50%;
    border: 2px solid rgba(236,101,41,0.5);
    opacity: 0;
    animation: stepPulse 1.8s ease-in-out infinite;
  }

  @keyframes stepPulse {
    0%   { opacity: 0.7; transform: scale(1); }
    100% { opacity: 0;   transform: scale(1.6); }
  }

 
  .wf-progress-svg {
    position: absolute;
    inset: -5px;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    pointer-events: none;
  }

  .wf-progress-svg circle {
    fill: none;
    stroke: var(--brand);
    stroke-width: 2.5;
    stroke-linecap: round;
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
  }

  .wf-autoplay-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin: 0 auto 24px;
    width: fit-content;
    padding: 5px 14px;
    background: rgba(46,204,113,0.10);
    border: 1px solid rgba(46,204,113,0.28);
    border-radius: 100px;
    font-size: 11.5px;
    font-weight: 700;
    color: var(--green);
    letter-spacing: 0.05em;
    cursor: pointer;
    transition: all 0.25s;
    user-select: none;
  }

  .wf-autoplay-badge:hover { background: rgba(46,204,113,0.18); }

  .badge-blink {
    width: 7px; height: 7px;
    background: var(--green);
    border-radius: 50%;
    flex-shrink: 0;
    animation: blink 1.4s ease-in-out infinite;
  }

  .wf-autoplay-badge.paused { background: var(--brand-soft); border-color: var(--brand-border); color: var(--brand); }
  .wf-autoplay-badge.paused .badge-blink { background: var(--brand); animation: none; }


  .portal-content {
    display: none;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.35s var(--ease), transform 0.35s var(--ease);
  }

  .portal-content.active {
    display: block;
    animation: panelIn 0.38s var(--ease) forwards;
  }

  @keyframes panelIn {
    from { opacity: 0; transform: translateY(10px); }
    to   { opacity: 1; transform: translateY(0); }
  }

  .portal-tab { position: relative; overflow: hidden; }

  .portal-tab .tab-timer-bar {
    position: absolute;
    bottom: 0; left: 0;
    height: 3px;
    width: 0%;
    background: var(--brand);
    border-radius: 0;
    pointer-events: none;
  }

  .testimonials-section {
    padding: 90px 24px;
    background: var(--bg);
    position: relative;
    overflow: hidden;
  }

  .testimonials-section::before {
    content: '';
    position: absolute;
    width: 500px; height: 500px;
    background: radial-gradient(circle, rgba(30,58,95,0.06) 0%, transparent 70%);
    bottom: -100px; left: -100px;
    pointer-events: none;
  }

  .testimonials-header { text-align: center; margin-bottom: 52px; }
  .testimonials-header .section-sub { margin: 0 auto; }

  .testimonials-carousel { position: relative; overflow: hidden; padding: 10px 0 50px; }

  .testimonial-track {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    min-height: 280px;
  }

  .testimonial-card {
    background: var(--glass);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-xl);
    padding: 32px 28px;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: var(--shadow-sm);
    transition: all 0.5s var(--ease);
    position: relative;
    flex-shrink: 0;
  }

  .testimonial-card.center-card {
    width: 420px;
    transform: scale(1);
    opacity: 1;
    z-index: 2;
    box-shadow: var(--shadow-lg);
    background: var(--white);
    border-color: var(--brand-border);
  }

  .testimonial-card.side-card {
    width: 280px;
    transform: scale(0.9);
    opacity: 0.45;
    z-index: 1;
  }

  .testimonial-card.hidden-card { display: none; }

  .quote-icon {
    font-size: 3rem;
    line-height: 1;
    color: var(--brand);
    margin-bottom: 12px;
    font-family: Georgia, serif;
    font-weight: 700;
  }

  .testimonial-card.side-card .quote-icon { font-size: 2.2rem; color: var(--navy); }

  .testimonial-text {
    font-size: 14px;
    color: var(--text-mid);
    line-height: 1.75;
    margin-bottom: 16px;
  }

  .testimonial-card.side-card .testimonial-text { font-size: 13px; }

  .testimonial-stars { display: flex; gap: 4px; margin-bottom: 16px; }
  .testimonial-stars svg { width: 15px; height: 15px; fill: #f5a623; stroke: #f5a623; }

  .testimonial-author { display: flex; align-items: center; gap: 12px; }

  .author-avatar {
    width: 42px; height: 42px;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 13px; font-weight: 700;
    color: var(--navy);
    flex-shrink: 0;
  }

  .author-info strong { display: block; font-size: 14px; color: var(--text); font-weight: 700; }
  .author-info span   { font-size: 12px; color: var(--text-light); }


  .carousel-dots { display: flex; justify-content: center; gap: 8px; margin-top: 24px; }

  .dot {
    width: 9px; height: 9px;
    border-radius: 50%;
    border: none;
    background: #c9d6e3;
    cursor: pointer;
    transition: all 0.3s var(--ease);
    padding: 0;
  }

  .dot.active { background: var(--brand); width: 22px; border-radius: 5px; }


  .trust-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background: var(--white);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-xl);
    padding: 32px 40px;
    margin: 52px auto 0;
    max-width: 900px;
    box-shadow: var(--shadow-md);
    backdrop-filter: blur(10px);
  }

  .trust-stat {
    text-align: center;
    padding: 8px 0;
    border-right: 1px solid var(--border);
  }

  .trust-stat:last-child { border-right: none; }

  .trust-number {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    color: var(--brand);
    margin-bottom: 6px;
  }

  .trust-label {
    display: block;
    font-size: 10px;
    color: var(--text-light);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 600;
  }

  .lead-section {
    padding: 90px 24px;
    background: linear-gradient(145deg, var(--navy) 0%, #2d5a7b 50%, #1e3a5f 100%);
    position: relative;
    overflow: hidden;
  }

  .lead-section::before {
    content: '';
    position: absolute;
    width: 500px; height: 500px;
    background: radial-gradient(circle, rgba(236,101,41,0.20) 0%, transparent 70%);
    top: -100px; right: -100px;
    pointer-events: none;
  }

  .lead-section::after {
    content: '';
    position: absolute;
    width: 350px; height: 350px;
    background: radial-gradient(circle, rgba(46,204,113,0.12) 0%, transparent 70%);
    bottom: -80px; left: -80px;
    pointer-events: none;
  }

  .lead-inner {
    position: relative;
    z-index: 1;
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
  }

  .lead-copy h2 {
    font-family: var(--font);
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 700;
    color: #fff;
    line-height: 1.15;
    letter-spacing: -0.02em;
    margin-bottom: 16px;
  }

  .lead-copy h2 span { color: var(--brand); }

  .lead-copy p {
    font-size: 16px;
    color: rgba(255,255,255,0.72);
    line-height: 1.75;
    margin-bottom: 30px;
  }

.lead-bullets {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.lead-bullets li {
  display: flex;
  align-items: flex-start; 
  gap: 10px;
  font-size: 15px;
  line-height: 1.5;
  color: rgba(255,255,255,0.85);
}

.lead-bullets li svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;         
  margin-top: 2px;        
  color: #4CAF7D;
}

.lead-bullets li span {
  flex: 1;               
}

.lead-bullets li b {
  color: #fff;
  font-weight: 700;
}

  .lead-form-card {
    background: rgba(255,255,255,0.10);
    border: 1px solid rgba(255,255,255,0.20);
    border-radius: var(--radius-xl);
    padding: 36px 32px;
    /* backdrop-filter: blur(20px); */
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 20px 60px rgba(0,0,0,0.25);
  }

  .lead-form-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 6px;
  }

  .lead-form-card p {
    font-size: 13.5px;
    color: rgba(255,255,255,0.60);
    margin-bottom: 24px;
    line-height: 1.6;
  }

  .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }

  .form-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 14px;
  }

  .form-group.full { grid-column: 1 / -1; }

  .form-group label {
    font-size: 12px;
    font-weight: 700;
    color: rgba(255,255,255,0.70);
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  .form-input, .form-select {
    padding: 12px 16px;
    background: rgba(255,255,255,0.10);
    border: 1px solid rgba(255,255,255,0.22);
    border-radius: var(--radius-sm);
    font-family: var(--font);
    font-size: 14px;
    color: #fff;
    outline: none;
    transition: border-color 0.2s, background 0.2s;
    -webkit-appearance: none;
  }

  .form-input::placeholder { color: rgba(255,255,255,0.40); }
  .form-input:focus, .form-select:focus { border-color: var(--brand); background: rgba(255,255,255,0.15); }

  .form-select { color: rgba(255,255,255,0.80); cursor: pointer; }
  .form-select option { background: #1e3a5f; color: #fff; }

  .form-submit {
    width: 100%;
    padding: 14px;
    background: var(--brand);
    color: #fff;
    border: none;
    border-radius: var(--radius-sm);
    font-family: var(--font);
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s var(--ease);
    box-shadow: 0 6px 24px rgba(236,101,41,0.40);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 6px;
  }

  .form-submit svg { width: 17px; height: 17px; stroke: #fff; }
  .form-submit:hover { background: var(--brand-dark); transform: translateY(-2px); box-shadow: 0 10px 30px rgba(236,101,41,0.50); }

  .form-privacy {
    text-align: center;
    font-size: 11.5px;
    color: rgba(255,255,255,0.40);
    margin-top: 14px;
    line-height: 1.5;
  }

  .cta-section {
    padding: 90px 24px;
    background: #fff;
    text-align: center;
  }

  .cta-inner { max-width: 680px; margin: 0 auto; }

  .cta-inner h2 {
    font-size: clamp(28px, 4.5vw, 46px);
    font-weight: 700;
    color: var(--navy);
    line-height: 1.15;
    letter-spacing: -0.02em;
    margin-bottom: 16px;
  }

  .cta-inner p {
    font-size: 16px;
    color: var(--text-mid);
    line-height: 1.75;
    margin-bottom: 36px;
  }

  .cta-buttons {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 52px;
  }

  .cta-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 32px;
    background: var(--brand);
    color: #fff;
    border-radius: var(--radius-sm);
    font-size: 15px;
    font-weight: 700;
    box-shadow: 0 6px 22px rgba(236,101,41,0.35);
    transition: all 0.3s var(--ease);
    cursor: pointer;
    border: none;
    font-family: var(--font);
  }

  .cta-btn-primary:hover { background: var(--brand-dark); transform: translateY(-3px); color: #fff; }

  .cta-btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 32px;
    background: transparent;
    color: var(--navy);
    border: 1.5px solid var(--navy);
    border-radius: var(--radius-sm);
    font-size: 15px;
    font-weight: 700;
    transition: all 0.3s var(--ease);
    cursor: pointer;
    font-family: var(--font);
  }

  .cta-btn-secondary:hover { background: var(--navy); color: #fff; transform: translateY(-3px); }

  .cta-btn-primary svg, .cta-btn-secondary svg { width: 17px; height: 17px; stroke: currentColor; }

  .newsletter-box {
    max-width: 560px;
    margin: 0 auto;
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: var(--radius-xl);
    padding: 34px 36px;
  }

  .newsletter-box h3 { font-size: 18px; font-weight: 700; color: var(--navy); margin-bottom: 6px; }
  .newsletter-box p { font-size: 13.5px; color: var(--text-mid); margin-bottom: 18px; line-height: 1.6; }

  .newsletter-form { display: flex; gap: 10px; }

  .newsletter-input {
    flex: 1;
    padding: 12px 16px;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    font-family: var(--font);
    font-size: 14px;
    color: var(--text);
    outline: none;
    transition: border-color 0.2s;
  }

  .newsletter-input:focus { border-color: var(--brand); }
  .newsletter-input::placeholder { color: var(--text-light); }

  .newsletter-btn {
    padding: 12px 22px;
    background: var(--brand);
    color: #fff;
    border: none;
    border-radius: var(--radius-sm);
    font-family: var(--font);
    font-size: 13.5px;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.2s;
  }

  .newsletter-btn:hover { background: var(--brand-dark); }
  @media (max-width: 1024px) {
    .services-grid { grid-template-columns: 1fr 1fr; }
    .features-grid {
      grid-template-columns: 1fr 1fr;
    }
  }

  @media (max-width: 900px) {
    .lead-inner { grid-template-columns: 1fr; gap: 40px; }
    .footer-top { grid-template-columns: 1fr; gap: 36px; }
    .trust-stats { grid-template-columns: repeat(2,1fr); }
    .trust-stat { border-right: none; border-bottom: 1px solid var(--border); padding: 16px 0; }
    .trust-stat:nth-child(odd) { border-right: 1px solid var(--border); }
    .trust-stat:last-child, .trust-stat:nth-last-child(2) { border-bottom: none; }
  }

  @media (max-width: 768px) {
    .nav-links { display: none; }
    .services-grid { grid-template-columns: 1fr; }
    .features-grid { grid-template-columns: 1fr; }
    .hero-stats { flex-direction: column; align-items: center; }
    .testimonial-card.side-card { display: none; }
    .footer-nav-columns { grid-template-columns: repeat(2, 1fr); }
    .form-row { grid-template-columns: 1fr; }
    .newsletter-form { flex-direction: column; }
    .newsletter-btn { width: 100%; }
  }

  @media (max-width: 480px) {
    .section { padding: 64px 16px; }
    .services-section, .portal-section, .cta-section { padding: 64px 16px; }
    .footer-top { gap: 24px; }
    .footer-nav-columns { grid-template-columns: 1fr; }
    .lead-form-card { padding: 26px 20px; }
    .trust-stats { grid-template-columns: 1fr; }
    .trust-stat { border-right: none !important; }
  }

@media (max-width: 768px) {

  .portal-section {
    padding: 40px 16px;
  }


  .workflow-stepper {
    margin-bottom: 36px;
  }

  .wf-circle {
    width: 40px;
    height: 40px;
  }

  .wf-circle svg {
    width: 16px;
    height: 16px;
  }

  .wf-step-name {
    font-size: 11px;
  }

  .wf-step-role {
    display: none;
  }

  .portal-tab {
    padding: 12px 8px;
    font-size: 12px;
    gap: 3px;
  }

  .portal-tab-icon {
    width: 30px;
    height: 30px;
  }

  .portal-tab-icon svg {
    width: 14px;
    height: 14px;
  }

  .portal-tab-meta {
    display: none;
  }


  .portal-body {
    padding: 20px 16px;
  }


  .jd-form-row {
    grid-template-columns: 1fr;
  }


  .portal-content-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }


  .ai-generate-strip {
    flex-wrap: wrap;
    gap: 10px;
  }

  .ai-generate-strip p {
    flex: 1 1 100%;
  }

  .recruiter-card {
    flex-wrap: wrap;
  }

  .recruiter-right {
    flex-direction: row;
    align-items: center;
    gap: 12px;
    width: 100%;
    justify-content: flex-start;
    margin-top: 4px;
  }

  .match-score {
    font-size: 18px;
  }

  .match-bar-wrap {
    flex: 1;
  }


  .comm-summary {
    grid-template-columns: repeat(3, 1fr);
  }

  .comm-sum-val {
    font-size: 15px;
  }


  .commission-card {
    flex-wrap: wrap;
  }

  .commission-card > div:last-child {
    flex-direction: row;
    align-items: center;
    gap: 10px;
    width: 100%;
    justify-content: flex-start;
  }

}

@media (max-width: 480px) {

  .portal-section {
    padding: 32px 12px;
  }


  .wf-circle {
    width: 36px;
    height: 36px;
  }

  .wf-circle svg {
    width: 14px;
    height: 14px;
  }

  .wf-badge {
    width: 15px;
    height: 15px;
    font-size: 8px;
  }

  .wf-step-name {
    font-size: 10px;
  }


  .portal-tab {
    padding: 10px 4px;
    font-size: 11px;
  }

  .portal-tab-icon {
    width: 28px;
    height: 28px;
    border-radius: 8px;
  }


  .portal-body {
    padding: 16px 12px;
  }

 
  .job-card,
  .recruiter-card,
  .commission-card {
    flex-wrap: wrap;
    padding: 12px;
  }

  .job-card-info h4,
  .recruiter-info h4,
  .comm-info h4 {
    font-size: 13px;
  }

  .job-status {
    align-self: auto;
  }


  .comm-summary {
    gap: 0;
  }

  .comm-sum-item {
    padding: 10px 8px;
  }

  .comm-sum-val {
    font-size: 14px;
  }

  .comm-sum-label {
    font-size: 9px;
  }

  .wf-autoplay-badge {
    font-size: 10.5px;
    padding: 4px 12px;
  }

  .portal-action-btn {
    width: 100%;
    justify-content: center;
  }


  .match-bar-wrap {
    width: 60px;
  }

}

@media (max-width: 768px) {

  .testimonials-section {
    padding: 60px 16px;
  }

  .testimonials-header {
    margin-bottom: 36px;
  }

  .testimonial-track {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    min-height: unset;
  }

  .testimonial-card.side-card {
    display: none;
  }

  .testimonial-card.center-card {
    width: 100%;
    max-width: 480px;
    transform: scale(1);
    opacity: 1;
  }

  .testimonials-carousel {
    padding: 10px 0 40px;
    overflow: visible;
  }

}

@media (max-width: 480px) {

  .testimonials-section {
    padding: 44px 12px;
  }

  .testimonial-card.center-card {
    padding: 24px 20px;
    max-width: 100%;
  }

  .quote-icon {
    font-size: 2.4rem;
    margin-bottom: 8px;
  }

  .testimonial-text {
    font-size: 13.5px;
    line-height: 1.7;
    margin-bottom: 12px;
  }

  .testimonial-stars svg {
    width: 13px;
    height: 13px;
  }

  .author-avatar {
    width: 38px;
    height: 38px;
    font-size: 12px;
  }

  .author-info strong {
    font-size: 13px;
  }

  .author-info span {
    font-size: 11.5px;
  }

  .carousel-dots {
    gap: 6px;
    margin-top: 20px;
  }

}
