 .proc-card:nth-child(1) { background: #0091B9; color: #fff !important; }
.proc-card:nth-child(2) {     background: #00f1ff8f;color: var(--main-color) !important; }
.proc-card:nth-child(3) { background: #004E9B; color: #fff !important; }
.proc-card:nth-child(4) { background: #0aff13; color: var(--main-color) !important; }
.proc-card:nth-child(5) { background: #009688; color: #fff !important; }

/* Progress line uses palette gradient */
.process::after {
  background: linear-gradient(90deg,#0091B9,#BAE4F0,#004E9B,#FF6500,#FFD500);
  /* ...rest of your progress bar CSS stays same */
}

 .org {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.org-row {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}

.org-node {
  background: #fff;
  border: 1px solid #ddd;
  padding: 15px 20px;
  border-radius: 8px;
  min-width: 300px;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.role {
  font-weight: bold;
  margin-bottom: 5px;
}

.connector {
  width: 100%;
  height: 20px;
  position: relative;
}

.connector::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10%;
  width: 80%;
  height: 2px;
  background: linear-gradient(to right, #999 50%, transparent 50%);
  background-size: 8px 2px;
  animation: dashmove 1s linear infinite;
}

@keyframes dashmove {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 16px 0;
  }
}

.dedicated {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}



    :root{
      --bg:#0f1724; --card:#0b1220; --accent:#00c2a8; --muted:#98a2b3; --glass: rgb(255 255 255 / 21%);
      --glass-2: rgba(255,255,255,0.02); --radius:18px; --container:1540px;
    }
      .wrap{max-width:var(--container); margin:90px auto 0px; padding:32px;border-top: 1px solid #c3e3ff;}

  
    .brand{display:flex;align-items:center;gap:12px}
    .logo{width:56px;height:56px;border-radius:12px;background:linear-gradient(135deg,#062433,#072f2a);display:flex;align-items:center;justify-content:center;font-weight:600;color:var(--accent);}
    .title{line-height:1}
    .title h1{margin:0;font-size:18px;font-weight:700}
    .title p{margin:0;color:var(--muted);font-size:13px}

    /* Hero */
    .hero{display:grid;grid-template-columns:1fr 380px;gap:28px;align-items:stretch;margin-bottom:36px;padding: initial !important;}
    .hero-card{background:linear-gradient(180deg,#071027 0%, #081227 40%, #07141e 100%);border-radius:20px;padding:26px;border:1px solid rgba(255,255,255,0.03)}
    .hero-left h2{margin:0 0 8px 0;font-size: 35px;
    line-height: 60px;    color: aliceblue; }
    .hero-left p{color:var(--color-white) !important;font-size:22px !important;margin:0 0 18px}
    .features{display:flex;gap:12px;flex-wrap:wrap}
    .pill{background:#d9f1ff;padding:10px 14px;border-radius:12px;font-weight:600;color:var(--primary-color);border:1px solid rgba(255,255,255,0.03)}

    .hero-right{position:relative;padding:20px;overflow:hidden}
    .glass-tile{background:linear-gradient(to right, #43a1d9, #009344);border-radius:14px;padding:18px;margin-bottom:12px;border:1px solid rgba(255,255,255,0.03)}
    .stat{font-weight:600;font-size:20px;    color: white;}
    .stat-sub{color:white;font-size:14px}

    /* Sections common */
    section{margin-bottom:40px}
    .section-head{display:flex;align-items:center;gap:16px;margin-bottom:18px}
    .section-head h3{margin:0;font-size:18px}
    .section-head p{margin:0;color:var(--muted);font-size:13px}

    /* 1. What Sets Us Apart — mosaic cards with angled ribbons */
    .apart{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
    .apart .card{position:relative;border-radius:16px;padding:40px 17px;background:linear-gradient(180deg, rgb(211 255 251), rgb(220 238 255 / 41%));overflow:hidden;border:1px solid rgba(255,255,255,0.03)}
    .ribbon{position:absolute;top:26px;right:-60px;transform:rotate(35deg);background:#012;padding:8px 70px;color:white; font-weight:600;font-size:12px;box-shadow:0 6px 18px rgba(0,0,0,0.5)}
    .card h4{    margin: 0 0 8px 0;
    font-size: 1.8rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 10px;
    line-height: 1.3;}
    .card p{margin:0;    color: rgb(33 42 55);
    font-family: "open sans", sans-serif;
    font-size: 16px;
    line-height: 30px;}

    /* 2. Organizational Structure — layered org chart (horizontal) */
    .org{background:transparent;padding:18px;border-radius:16px;display:flex;flex-direction:column;gap:14px;margin-top: -40px;}
    .org-row{display:flex;justify-content:center;gap:12px}
    .org-node{min-width:300px;padding:14px;border-radius:12px;background:linear-gradient(135deg, #2563eb 0%, #1e40af 50%, #1d4ed8 100%);border:1px solid rgba(255,255,255,0.03);text-align:center;color:white !important;}
    .org-node .role{font-weight:700}
    .org-node .desc{color:whitefont-size:13px}
    .connector{height:12px;border-top:2px dashed rgba(255,255,255,0.03);margin:6px 0}

    /* Dedicated Customized Solution box */
    .dedicated{display:grid;grid-template-columns:1fr 1fr;gap:16px}
    .dedicated .panel{padding:20px;border-radius:14px;background:linear-gradient(90deg, #eef2ff, rgba(255,255,255,0.01));border:1px solid rgba(255,255,255,0.03)}
    .tag{display:inline-block;padding:6px 10px;border-radius:10px;background:white;font-weight:700;color:var(--primary-color);}

    /* 3. Success Approach — 5 step vertical timeline with cards that overlap */
    .timeline{position:relative;padding-left:36px}
    .timeline:before{content:'';position:absolute;left:14px;top:8px;bottom:8px;width:4px;background:linear-gradient(180deg,var(--accent),#38d7b7);border-radius:8px}
    .step{position:relative;margin:18px 0;padding:14px 18px;border-radius:12px;background:linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.01));border:1px solid rgba(255,255,255,0.03);box-shadow:0 6px 18px rgba(2,6,23,0.6)}
    .step .dot{position:absolute;left:-4px;top:18px;width:28px;height:28px;border-radius:50%;background:#071a15;border:4px solid var(--accent);display:flex;align-items:center;justify-content:center;font-weight:800}
    .step h5{margin:0 0 6px 0}
    .step p{margin:0;color:var(--muted)}

    /* 4. Hiring Process — unique horizontal cards with flip hover */
    .process{display:flex;gap:14px;flex-wrap:wrap}
    .process .proc-card{flex:1 1 190px;min-width:190px;max-width:300px;height:220px;perspective:1000px}
    .flip{position:relative;width:100%;height:100%;transform-style:preserve-3d;transition:transform .6s}
    .proc-card:hover .flip{transform:rotateY(180deg)}
    .face{position:absolute;inset:0;border-radius:12px;backface-visibility:hidden;display:flex;align-items:center;justify-content:center;padding:16px;text-align:center}
    .front{background:linear-gradient(135deg, rgba(255,255,255,0.02), rgba(255,255,255,0.01));border:1px solid rgba(255,255,255,0.03)}
    .back{background:linear-gradient(135deg,#072b22,#062b3a);transform:rotateY(180deg);border:1px solid rgba(255,255,255,0.04)}
    .proc-number{font-size:34px;font-weight:600;}
    .proc-title{font-weight:700;margin-top:8px}
    .proc-desc{font-size: 12px;
    margin-top: 8px;
    line-height: 22px;}

    /* Footer */
    footer{display:flex;justify-content:space-between;align-items:center;padding:18px;border-radius:12px;background:linear-gradient(90deg, rgb(4 11 51), #2196F3);border:1px solid rgba(255,255,255,0.03) ;color:white !important;}

    /* Responsive */
    @media (max-width:980px){.wrap{margin: 0px auto 0px !important;}.org-node {
    min-width: 100px;}.process{justify-content: center !important;}.hero{grid-template-columns:1fr;}.apart{grid-template-columns:repeat(2,1fr)} .dedicated{grid-template-columns:1fr} .step-header h3{font-size:19px !important;}}
    @media (max-width:600px){.apart{grid-template-columns:1fr}.process{flex-direction:row;overflow:auto;padding-bottom:6px}.proc-card{min-width:220px}}
    
    
    :root {
  /* Primitive Color Tokens */
  --color-white: rgba(255, 255, 255, 1);
  --color-black: rgba(0, 0, 0, 1);
  --color-cream-50: rgba(252, 252, 249, 1);
  --color-cream-100: rgba(255, 255, 253, 1);
  --color-gray-200: rgba(245, 245, 245, 1);
  --color-gray-300: rgba(167, 169, 169, 1);
  --color-gray-400: rgba(119, 124, 124, 1);
  --color-slate-500: rgba(98, 108, 113, 1);
  --color-brown-600: rgba(94, 82, 64, 1);
  --color-charcoal-700: rgba(31, 33, 33, 1);
  --color-charcoal-800: rgba(38, 40, 40, 1);
  --color-slate-900: rgba(19, 52, 59, 1);
  --color-teal-300: rgba(50, 184, 198, 1);
  --color-teal-400: rgba(45, 166, 178, 1);
  --color-teal-500: rgba(33, 128, 141, 1);
  --color-teal-600: rgba(29, 116, 128, 1);
  --color-teal-700: rgba(26, 104, 115, 1);
  --color-teal-800: rgba(41, 150, 161, 1);
  --color-red-400: rgba(255, 84, 89, 1);
  --color-red-500: rgba(192, 21, 47, 1);
  --color-orange-400: rgba(230, 129, 97, 1);
  --color-orange-500: rgba(168, 75, 47, 1);

  /* RGB versions for opacity control */
  --color-brown-600-rgb: 94, 82, 64;
  --color-teal-500-rgb: 33, 128, 141;
  --color-slate-900-rgb: 19, 52, 59;
  --color-slate-500-rgb: 98, 108, 113;
  --color-red-500-rgb: 192, 21, 47;
  --color-red-400-rgb: 255, 84, 89;
  --color-orange-500-rgb: 168, 75, 47;
  --color-orange-400-rgb: 230, 129, 97;

  /* Background color tokens (Light Mode) */
  --color-bg-1: rgba(59, 130, 246, 0.08); /* Light blue */
  --color-bg-2: rgba(245, 158, 11, 0.08); /* Light yellow */
  --color-bg-3: rgba(34, 197, 94, 0.08); /* Light green */
  --color-bg-4: rgba(239, 68, 68, 0.08); /* Light red */
  --color-bg-5: rgba(147, 51, 234, 0.08); /* Light purple */
  --color-bg-6: rgba(249, 115, 22, 0.08); /* Light orange */
  --color-bg-7: rgba(236, 72, 153, 0.08); /* Light pink */
  --color-bg-8: rgba(6, 182, 212, 0.08); /* Light cyan */

  /* Semantic Color Tokens (Light Mode) */
  --color-background: var(--color-cream-50);
  --color-surface: var(--color-cream-100);
  --color-text: var(--color-slate-900);
  --color-text-secondary: var(--color-slate-500);
  --color-primary: var(--color-teal-500);
  --color-primary-hover: var(--color-teal-600);
  --color-primary-active: var(--color-teal-700);
  --color-secondary: rgba(var(--color-brown-600-rgb), 0.12);
  --color-secondary-hover: rgba(var(--color-brown-600-rgb), 0.2);
  --color-secondary-active: rgba(var(--color-brown-600-rgb), 0.25);
  --color-border: rgba(var(--color-brown-600-rgb), 0.2);
  --color-btn-primary-text: var(--color-cream-50);
  --color-card-border: rgba(var(--color-brown-600-rgb), 0.12);
  --color-card-border-inner: rgba(var(--color-brown-600-rgb), 0.12);
  --color-error: var(--color-red-500);
  --color-success: var(--color-teal-500);
  --color-warning: var(--color-orange-500);
  --color-info: var(--color-slate-500);
  --color-focus-ring: rgba(var(--color-teal-500-rgb), 0.4);
  --color-select-caret: rgba(var(--color-slate-900-rgb), 0.8);

  /* Common style patterns */
  --focus-ring: 0 0 0 3px var(--color-focus-ring);
  --focus-outline: 2px solid var(--color-primary);
  --status-bg-opacity: 0.15;
  --status-border-opacity: 0.25;
  --select-caret-light: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23134252' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  --select-caret-dark: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23f5f5f5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");

  /* RGB versions for opacity control */
  --color-success-rgb: 33, 128, 141;
  --color-error-rgb: 192, 21, 47;
  --color-warning-rgb: 168, 75, 47;
  --color-info-rgb: 98, 108, 113;

  /* Typography */
  --font-family-base: 'open sans', sans-serif;
  --font-family-mono: 'open sans', sans-serif;
 

  /* Spacing */
  --space-0: 0;
  --space-1: 1px;
  --space-2: 2px;
  --space-4: 4px;
  --space-6: 6px;
  --space-8: 8px;
  --space-10: 10px;
  --space-12: 12px;
  --space-16: 16px;
  --space-20: 20px;
  --space-24: 24px;
  --space-32: 32px;

  /* Border Radius */
  --radius-sm: 6px;
  --radius-base: 8px;
  --radius-md: 10px;
  --radius-lg: 12px;
  --radius-full: 9999px;

  /* Shadows */
  --shadow-xs: 0 1px 2px rgba(0, 0, 0, 0.02);
  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.04), 0 1px 2px rgba(0, 0, 0, 0.02);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.04),
    0 2px 4px -1px rgba(0, 0, 0, 0.02);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.04),
    0 4px 6px -2px rgba(0, 0, 0, 0.02);
  --shadow-inset-sm: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    inset 0 -1px 0 rgba(0, 0, 0, 0.03);

  /* Animation */
  --duration-fast: 150ms;
  --duration-normal: 250ms;
  --ease-standard: cubic-bezier(0.16, 1, 0.3, 1);

  /* Layout */
  --container-sm: 640px;
  --container-md: 768px;
  --container-lg: 1024px;
  --container-xl: 1280px;
}


/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: var(--space-8) var(--space-16);
  border-radius: var(--radius-base);
  font-size: var(--font-size-base);
  font-weight: 500;
  line-height: 1.5;
  cursor: pointer;
  transition: all var(--duration-normal) var(--ease-standard);
  border: none;
  text-decoration: none;
  position: relative;
}

.btn:focus-visible {
  outline: none;
  box-shadow: var(--focus-ring);
}

.btn--primary {
  background: var(--color-primary);
  color: var(--color-btn-primary-text);
}

.btn--primary:hover {
  background: var(--color-primary-hover);
}

.btn--primary:active {
  background: var(--color-primary-active);
}

.btn--secondary {
  background: var(--color-secondary);
  color: var(--color-text);
}

.btn--secondary:hover {
  background: var(--color-secondary-hover);
}

.btn--secondary:active {
  background: var(--color-secondary-active);
}

.btn--outline {
  background: transparent;
  border: 1px solid var(--color-border);
  color: var(--color-text);
}

.btn--outline:hover {
  background: var(--color-secondary);
}

.btn--sm {
  padding: var(--space-4) var(--space-12);
  font-size: var(--font-size-sm);
  border-radius: var(--radius-sm);
}

.btn--lg {
  padding: var(--space-10) var(--space-20);
  font-size: var(--font-size-lg);
  border-radius: var(--radius-md);
}

.btn--full-width {
  width: 100%;
}

.btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Form elements */
.form-control {
  display: block;
  width: 100%;
  padding: var(--space-8) var(--space-12);
  font-size: var(--font-size-md);
  line-height: 1.5;
  color: var(--color-text);
  background-color: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-base);
  transition: border-color var(--duration-fast) var(--ease-standard),
    box-shadow var(--duration-fast) var(--ease-standard);
}

textarea.form-control {
  font-family: var(--font-family-base);
  font-size: var(--font-size-base);
}

select.form-control {
  padding: var(--space-8) var(--space-12);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: var(--select-caret-light);
  background-repeat: no-repeat;
  background-position: right var(--space-12) center;
  background-size: 16px;
  padding-right: var(--space-32);
}

/* Add a dark mode specific caret */
@media (prefers-color-scheme: dark) {
  select.form-control {
    background-image: var(--select-caret-dark);
  }
}

/* Also handle data-color-scheme */
[data-color-scheme="dark"] select.form-control {
  background-image: var(--select-caret-dark);
}

[data-color-scheme="light"] select.form-control {
  background-image: var(--select-caret-light);
}

.form-control:focus {
  border-color: var(--color-primary);
  outline: var(--focus-outline);
}

.form-label {
  display: block;
  margin-bottom: var(--space-8);
  font-weight: var(--font-weight-medium);
  font-size: var(--font-size-sm);
}

.form-group {
  margin-bottom: var(--space-16);
}

/* Card component */
.card {
  background-color: var(--color-surface);
  border-radius: var(--radius-lg);
  border: 1px solid var(--color-card-border);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  transition: box-shadow var(--duration-normal) var(--ease-standard);
}

.card:hover {
  box-shadow: var(--shadow-md);
}

.card__body {
  padding: var(--space-16);
}

.card__header,
.card__footer {
  padding: var(--space-16);
  border-bottom: 1px solid var(--color-card-border-inner);
}

/* Status indicators - simplified with CSS variables */
.status {
  display: inline-flex;
  align-items: center;
  padding: var(--space-6) var(--space-12);
  border-radius: var(--radius-full);
  font-weight: var(--font-weight-medium);
  font-size: var(--font-size-sm);
}

.status--success {
  background-color: rgba(
    var(--color-success-rgb, 33, 128, 141),
    var(--status-bg-opacity)
  );
  color: var(--color-success);
  border: 1px solid
    rgba(var(--color-success-rgb, 33, 128, 141), var(--status-border-opacity));
}

.status--error {
  background-color: rgba(
    var(--color-error-rgb, 192, 21, 47),
    var(--status-bg-opacity)
  );
  color: var(--color-error);
  border: 1px solid
    rgba(var(--color-error-rgb, 192, 21, 47), var(--status-border-opacity));
}

.status--warning {
  background-color: rgba(
    var(--color-warning-rgb, 168, 75, 47),
    var(--status-bg-opacity)
  );
  color: var(--color-warning);
  border: 1px solid
    rgba(var(--color-warning-rgb, 168, 75, 47), var(--status-border-opacity));
}

.status--info {
  background-color: rgba(
    var(--color-info-rgb, 98, 108, 113),
    var(--status-bg-opacity)
  );
  color: var(--color-info);
  border: 1px solid
    rgba(var(--color-info-rgb, 98, 108, 113), var(--status-border-opacity));
}

/* Container layout */
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: var(--space-16);
  padding-left: var(--space-16);
}

@media (min-width: 640px) {
  .container {
    max-width: var(--container-sm);
  }
}
@media (min-width: 768px) {
  .container {
    max-width: var(--container-md);
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: var(--container-lg);
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: var(--container-xl);
  }
}

/* Utility classes */
.flex {
  display: flex;
}
.flex-col {
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-4 {
  gap: var(--space-4);
}
.gap-8 {
  gap: var(--space-8);
}
.gap-16 {
  gap: var(--space-16);
}

.m-0 {
  margin: 0;
}
.mt-8 {
  margin-top: var(--space-8);
}
.mb-8 {
  margin-bottom: var(--space-8);
}
.mx-8 {
  margin-left: var(--space-8);
  margin-right: var(--space-8);
}
.my-8 {
  margin-top: var(--space-8);
  margin-bottom: var(--space-8);
}

.p-0 {
  padding: 0;
}
.py-8 {
  padding-top: var(--space-8);
  padding-bottom: var(--space-8);
}
.px-8 {
  padding-left: var(--space-8);
  padding-right: var(--space-8);
}
.py-16 {
  padding-top: var(--space-16);
  padding-bottom: var(--space-16);
}
.px-16 {
  padding-left: var(--space-16);
  padding-right: var(--space-16);
}

.block {
  display: block;
}
.hidden {
  display: none;
}

/* Accessibility */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

:focus-visible {
  outline: var(--focus-outline);
  outline-offset: 2px;
}

/* Dark mode specifics */
[data-color-scheme="dark"] .btn--outline {
  border: 1px solid var(--color-border-secondary);
}

@font-face {
  font-family: 'FKGroteskNeue';
  src: url('https://r2cdn.perplexity.ai/fonts/FKGroteskNeue.woff2')
    format('woff2');
}

/* END PERPLEXITY DESIGN SYSTEM */
/* Modern Professional Styling */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: var(--font-family-base);
    line-height: var(--line-height-normal);
    color: var(--color-text);
    background-color: var(--color-background);
    scroll-behavior: smooth;
}



/* Section Base Styles */
.section {
    padding: 20px 0;
    position: relative;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 var(--space-24);
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: var(--font-weight-bold);
    margin-bottom: var(--space-16);
    color: var(--color-text);
    letter-spacing: var(--letter-spacing-tight);
}

.section-subtitle {
    font-size: var(--font-size-xl);
    color: var(--color-text-secondary);
   
    margin: 0 auto;
    line-height: 1.6;
}

/* Section 1: What Sets Us Apart */
.sets-apart {
    background: var(--color-surface);
}

.apart-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: var(--space-32);
    max-width: 1400px;
    margin: 0 auto;
}

.apart-card {
    background: var(--color-background);
    border-radius: var(--radius-lg);
    padding: var(--space-32);
    position: relative;
    border: 1px solid var(--color-border);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    overflow: hidden;
    cursor: pointer;
}

.apart-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #2563eb, #009688);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.apart-card:hover::before {
    transform: scaleX(1);
}

.apart-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.card-icon {
    font-size: 3rem;
    margin-bottom: var(--space-20);
    display: block;
}

.card-title {
    font-size: var(--font-size-xl);
    font-weight: var(--font-weight-semibold);
    margin-bottom: var(--space-16);
    color: var(--color-text);
}

.card-description {
    color: var(--color-text-secondary);
    line-height: 1.6;
    font-size: var(--font-size-base);
}

.card-accent {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.1), rgba(249, 115, 22, 0.1));
    border-radius: 50% 0 0 0;
    transition: all 0.3s ease;
}

.apart-card:hover .card-accent {
    width: 80px;
    height: 80px;
}

/* Section 2: Organizational Structure */
.org-structure {
    background: linear-gradient(135deg, var(--color-bg-1) 0%, var(--color-bg-3) 100%);
    position: relative;
}

.structure-diagram {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
}

.structure-middle {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 40px 0;
}

.structure-node {
    background: var(--color-surface);
    border-radius: var(--radius-lg);
    padding: var(--space-24);
    position: relative;
    border: 2px solid var(--color-border);
    transition: all 0.3s ease;
    cursor: pointer;
    max-width: 300px;
}

.structure-node:hover {
    border-color: #2563eb;
    box-shadow: 0 15px 35px rgba(37, 99, 235, 0.15);
    transform: scale(1.05);
}

.structure-node.top,
.structure-node.bottom {
    width: 100%;
    max-width: 400px;
    text-align: center;
}

.structure-node.left,
.structure-node.right {
    width: 45%;
}

.node-content h3 {
    font-size: var(--font-size-lg);
    font-weight: var(--font-weight-semibold);
    margin-bottom: var(--space-12);
    color: #2563eb;
}

.node-content p {
    color: var(--color-text-secondary);
    font-size: var(--font-size-sm);
    line-height: 1.6;
}

.node-connector {
    position: absolute;
    width: 2px;
    height: 40px;
    background: linear-gradient(135deg, #2563eb, #009688);
    left: 50%;
    transform: translateX(-50%);
}

.structure-node.top .node-connector {
    bottom: -40px;
}

.structure-node.left .node-connector,
.structure-node.right .node-connector {
    bottom: -40px;
    height: 20px;
}

/* Section 3: Success Approach */
.success-approach {
    background: var(--color-background);
}

.approach-timeline {
    display: flex;
    flex-direction: column;
    gap: var(--space-32);
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}

.approach-timeline::before {
    content: '';
    position: absolute;
    left: 60px;
    top: 80px;
    bottom: 80px;
    width: 3px;
    background: linear-gradient(180deg, #2563eb, #009688);
    border-radius: var(--radius-full);
}

.timeline-step {
    display: flex;
    align-items: flex-start;
    gap: var(--space-24);
    position: relative;
}

.step-number {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #2563eb, #1e40af);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: var(--font-weight-bold);
    font-size: var(--font-size-lg);
    box-shadow: 0 6px 20px rgba(37, 99, 235, 0.3);
    position: relative;
    z-index: 2;
    flex-shrink: 0;
}

.step-icon {
    font-size: 2rem;
    margin-left: var(--space-16);
    flex-shrink: 0;
}

.step-content {
    background: var(--color-surface);
    padding: var(--space-24);
    border-radius: var(--radius-lg);
    border: 1px solid var(--color-border);
    flex: 1;
    transition: all 0.3s ease;
    position: relative;
}

.step-content::before {
    content: '';
    position: absolute;
    left: -12px;
    top: 25px;
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-right-color: var(--color-surface);
    border-left: none;
}

.timeline-step:hover .step-content {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transform: translateX(8px);
}

.step-content h3 {
    font-size: var(--font-size-lg);
    font-weight: var(--font-weight-semibold);
    margin-bottom: var(--space-12);
    color: var(--color-text);
}

.step-content p {
    color: var(--color-text-secondary);
    line-height: 1.6;
}

/* Section 4: Hiring Process */
.hiring-process {
    background: var(--color-surface);
}

.process-flow {
    display: grid;
    gap: var(--space-24);
    max-width: 1000px;
    margin: 0 auto;
}

.process-step {
    background: var(--color-background);
    border-radius: var(--radius-lg);
    padding: var(--space-24);
    border: 2px solid var(--color-border);
    position: relative;
    transition: all 0.3s ease;
    cursor: pointer;
}

.process-step:hover {
    border-color: #009688;
    box-shadow: 0 15px 35px rgb(22 249 87 / 10%);
    transform: translateY(-4px);
}

.step-header {
    display: flex;
    align-items: center;
    gap: var(--space-16);
    margin-bottom: var(--space-16);
}

.step-badge {
    background: linear-gradient(135deg, #2563eb 0%, #1e40af 50%, #1d4ed8 100%);
    color: white;
    padding: var(--space-6) var(--space-12);
    border-radius: var(--radius-full);
    font-size: var(--font-size-sm);
    font-weight: var(--font-weight-semibold);
    box-shadow: 0 4px 12px rgb(22 56 249 / 30%);
}

.step-header h3 {
    font-size: var(--font-size-xl);
    font-weight: var(--font-weight-semibold);
    color: var(--color-text);
}

.step-description {
    color: var(--color-text-secondary);
    line-height: 1.6;
    margin-bottom: var(--space-16);
}

.step-meta {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: var(--space-16);
    flex-wrap: wrap;
}

.duration {
    background: rgb(22 249 87 / 10%);
    color: #009688;
    padding: var(--space-6) var(--space-12);
    border-radius: var(--radius-full);
    font-size: var(--font-size-sm);
    font-weight: var(--font-weight-medium);
}

.deliverables {
    display: flex;
    gap: var(--space-8);
    flex-wrap: wrap;
}

.deliverable {
    background:rgb(22 249 87 / 10%);
    color: #009688;
    padding: var(--space-4) var(--space-10);
    border-radius: var(--radius-sm);
    font-size: var(--font-size-xs);
    font-weight: var(--font-weight-medium);
}

.step-arrow {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-top-color: var(--color-border);
    transition: all 0.3s ease;
}

.process-step:hover .step-arrow {
    border-top-color: #009688;
}

.process-step:last-child .step-arrow {
    display: none;
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-container {
        padding: var(--space-20);
    }
    
    .section {
        padding: 20px 0;
    }
    
    .container {
        padding: 0 var(--space-16);
    }
    
    .apart-grid {
        grid-template-columns: 1fr;
        gap: var(--space-24);
    }
    
    .structure-middle {
        flex-direction: column;
        gap: var(--space-24);
        align-items: center;
    }
    
    .structure-node.left,
    .structure-node.right {
        width: 100%;
        max-width: 350px;
    }
    
    .approach-timeline::before {
        left: 25px;
    }
    
    .step-number {
        width: 40px;
        height: 40px;
        font-size: var(--font-size-base);
    }
    
    .step-icon {
        font-size: 1.5rem;
        margin-left: var(--space-12);
    }
    
    .step-meta {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 480px) {
    .timeline-step {
        flex-direction: column;
        gap: var(--space-16);
        align-items: flex-start;
    }
    
    .approach-timeline::before {
        display: none;
    }
    
    .step-content::before {
        display: none;
    }
    
    .deliverables {
        justify-content: flex-start;
    }
}

/* Animation Classes */
.fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

.slide-in-left {
    opacity: 0;
    transform: translateX(-50px);
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.slide-in-left.visible {
    opacity: 1;
    transform: translateX(0);
}

.slide-in-right {
    opacity: 0;
    transform: translateX(50px);
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.slide-in-right.visible {
    opacity: 1;
    transform: translateX(0);
}