@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap');

:root {
  --primary-purple: #220537;
  --secondary-purple: #1a032a;
  --accent-purple: #350753;
  --light-purple: #4a1a5f;
  --orange-accent: #ff7700;
  --gradient-bg: linear-gradient(135deg, #220537 0%, #1a032a 100%);
  --text-light: #ffffff;
  --text-dark: #333333;
  --border-light: #e5e7eb;
  --bg-light: #f8fafc;
}

/* ==========================================
   CUSTOM LIGHTWEIGHT ICONS (sim-icon)
   Elegant line-style SVG icons
   ========================================== */
.sim-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* Icon sizes */
.sim-icon-xs {
  width: 12px;
  height: 12px;
}

.sim-icon-sm {
  width: 14px;
  height: 14px;
}

.sim-icon-md {
  width: 18px;
  height: 18px;
}

.sim-icon-lg {
  width: 24px;
  height: 24px;
}

.sim-icon-xl {
  width: 32px;
  height: 32px;
}

/* Individual icons using CSS mask for color inheritance */
.sim-check {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E") no-repeat center;
  background-color: currentColor;
}

.sim-check-circle {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 11.08V12a10 10 0 1 1-5.93-9.14'%3E%3C/path%3E%3Cpolyline points='22 4 12 14.01 9 11.01'%3E%3C/polyline%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 11.08V12a10 10 0 1 1-5.93-9.14'%3E%3C/path%3E%3Cpolyline points='22 4 12 14.01 9 11.01'%3E%3C/polyline%3E%3C/svg%3E") no-repeat center;
  background-color: currentColor;
}

.sim-arrow-right {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='5' y1='12' x2='19' y2='12'%3E%3C/line%3E%3Cpolyline points='12 5 19 12 12 19'%3E%3C/polyline%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='5' y1='12' x2='19' y2='12'%3E%3C/line%3E%3Cpolyline points='12 5 19 12 12 19'%3E%3C/polyline%3E%3C/svg%3E") no-repeat center;
  background-color: currentColor;
}

.sim-chevron-right {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E") no-repeat center;
  background-color: currentColor;
}

.sim-chevron-left {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E") no-repeat center;
  background-color: currentColor;
}

.sim-chevron-down {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") no-repeat center;
  background-color: currentColor;
}

.sim-upload {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4'%3E%3C/path%3E%3Cpolyline points='17 8 12 3 7 8'%3E%3C/polyline%3E%3Cline x1='12' y1='3' x2='12' y2='15'%3E%3C/line%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4'%3E%3C/path%3E%3Cpolyline points='17 8 12 3 7 8'%3E%3C/polyline%3E%3Cline x1='12' y1='3' x2='12' y2='15'%3E%3C/line%3E%3C/svg%3E") no-repeat center;
  background-color: currentColor;
}

.sim-cloud-upload {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='16 16 12 12 8 16'%3E%3C/polyline%3E%3Cline x1='12' y1='12' x2='12' y2='21'%3E%3C/line%3E%3Cpath d='M20.39 18.39A5 5 0 0 0 18 9h-1.26A8 8 0 1 0 3 16.3'%3E%3C/path%3E%3Cpolyline points='16 16 12 12 8 16'%3E%3C/polyline%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='16 16 12 12 8 16'%3E%3C/polyline%3E%3Cline x1='12' y1='12' x2='12' y2='21'%3E%3C/line%3E%3Cpath d='M20.39 18.39A5 5 0 0 0 18 9h-1.26A8 8 0 1 0 3 16.3'%3E%3C/path%3E%3Cpolyline points='16 16 12 12 8 16'%3E%3C/polyline%3E%3C/svg%3E") no-repeat center;
  background-color: currentColor;
}

.sim-atom {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='2'%3E%3C/circle%3E%3Cellipse cx='12' cy='12' rx='10' ry='4'%3E%3C/ellipse%3E%3Cellipse cx='12' cy='12' rx='10' ry='4' transform='rotate(60 12 12)'%3E%3C/ellipse%3E%3Cellipse cx='12' cy='12' rx='10' ry='4' transform='rotate(120 12 12)'%3E%3C/ellipse%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='2'%3E%3C/circle%3E%3Cellipse cx='12' cy='12' rx='10' ry='4'%3E%3C/ellipse%3E%3Cellipse cx='12' cy='12' rx='10' ry='4' transform='rotate(60 12 12)'%3E%3C/ellipse%3E%3Cellipse cx='12' cy='12' rx='10' ry='4' transform='rotate(120 12 12)'%3E%3C/ellipse%3E%3C/svg%3E") no-repeat center;
  background-color: currentColor;
}

.sim-zap {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolygon points='13 2 3 14 12 14 11 22 21 10 12 10 13 2'%3E%3C/polygon%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolygon points='13 2 3 14 12 14 11 22 21 10 12 10 13 2'%3E%3C/polygon%3E%3C/svg%3E") no-repeat center;
  background-color: currentColor;
}

.sim-chart {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='20' x2='18' y2='10'%3E%3C/line%3E%3Cline x1='12' y1='20' x2='12' y2='4'%3E%3C/line%3E%3Cline x1='6' y1='20' x2='6' y2='14'%3E%3C/line%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='20' x2='18' y2='10'%3E%3C/line%3E%3Cline x1='12' y1='20' x2='12' y2='4'%3E%3C/line%3E%3Cline x1='6' y1='20' x2='6' y2='14'%3E%3C/line%3E%3C/svg%3E") no-repeat center;
  background-color: currentColor;
}

.sim-trending {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='23 6 13.5 15.5 8.5 10.5 1 18'%3E%3C/polyline%3E%3Cpolyline points='17 6 23 6 23 12'%3E%3C/polyline%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='23 6 13.5 15.5 8.5 10.5 1 18'%3E%3C/polyline%3E%3Cpolyline points='17 6 23 6 23 12'%3E%3C/polyline%3E%3C/svg%3E") no-repeat center;
  background-color: currentColor;
}

.sim-file-text {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'%3E%3C/path%3E%3Cpolyline points='14 2 14 8 20 8'%3E%3C/polyline%3E%3Cline x1='16' y1='13' x2='8' y2='13'%3E%3C/line%3E%3Cline x1='16' y1='17' x2='8' y2='17'%3E%3C/line%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'%3E%3C/path%3E%3Cpolyline points='14 2 14 8 20 8'%3E%3C/polyline%3E%3Cline x1='16' y1='13' x2='8' y2='13'%3E%3C/line%3E%3Cline x1='16' y1='17' x2='8' y2='17'%3E%3C/line%3E%3C/svg%3E") no-repeat center;
  background-color: currentColor;
}

.sim-target {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Ccircle cx='12' cy='12' r='6'%3E%3C/circle%3E%3Ccircle cx='12' cy='12' r='2'%3E%3C/circle%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Ccircle cx='12' cy='12' r='6'%3E%3C/circle%3E%3Ccircle cx='12' cy='12' r='2'%3E%3C/circle%3E%3C/svg%3E") no-repeat center;
  background-color: currentColor;
}

.sim-dna {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 15c6.667-6 13.333 0 20-6'%3E%3C/path%3E%3Cpath d='M9 22c1.798-1.998 2.518-3.995 2.807-5.993'%3E%3C/path%3E%3Cpath d='M15 2c-1.798 1.998-2.518 3.995-2.807 5.993'%3E%3C/path%3E%3Cpath d='M17 6l-2.5-2.5'%3E%3C/path%3E%3Cpath d='M14 8l-1-1'%3E%3C/path%3E%3Cpath d='M7 18l2.5 2.5'%3E%3C/path%3E%3Cpath d='M10 16l1 1'%3E%3C/path%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 15c6.667-6 13.333 0 20-6'%3E%3C/path%3E%3Cpath d='M9 22c1.798-1.998 2.518-3.995 2.807-5.993'%3E%3C/path%3E%3Cpath d='M15 2c-1.798 1.998-2.518 3.995-2.807 5.993'%3E%3C/path%3E%3Cpath d='M17 6l-2.5-2.5'%3E%3C/path%3E%3Cpath d='M14 8l-1-1'%3E%3C/path%3E%3Cpath d='M7 18l2.5 2.5'%3E%3C/path%3E%3Cpath d='M10 16l1 1'%3E%3C/path%3E%3C/svg%3E") no-repeat center;
  background-color: currentColor;
}

.sim-graduation {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 10v6M2 10l10-5 10 5-10 5z'%3E%3C/path%3E%3Cpath d='M6 12v5c0 2 2 3 6 3s6-1 6-3v-5'%3E%3C/path%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 10v6M2 10l10-5 10 5-10 5z'%3E%3C/path%3E%3Cpath d='M6 12v5c0 2 2 3 6 3s6-1 6-3v-5'%3E%3C/path%3E%3C/svg%3E") no-repeat center;
  background-color: currentColor;
}

.sim-flask {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 3h6M10 9V3h4v6l5 10H5z'%3E%3C/path%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 3h6M10 9V3h4v6l5 10H5z'%3E%3C/path%3E%3C/svg%3E") no-repeat center;
  background-color: currentColor;
}

.sim-info {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cline x1='12' y1='16' x2='12' y2='12'%3E%3C/line%3E%3Cline x1='12' y1='8' x2='12.01' y2='8'%3E%3C/line%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cline x1='12' y1='16' x2='12' y2='12'%3E%3C/line%3E%3Cline x1='12' y1='8' x2='12.01' y2='8'%3E%3C/line%3E%3C/svg%3E") no-repeat center;
  background-color: currentColor;
}

.sim-calculator {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='2' width='16' height='20' rx='2'%3E%3C/rect%3E%3Cline x1='8' y1='6' x2='16' y2='6'%3E%3C/line%3E%3Cline x1='8' y1='10' x2='8' y2='10.01'%3E%3C/line%3E%3Cline x1='12' y1='10' x2='12' y2='10.01'%3E%3C/line%3E%3Cline x1='16' y1='10' x2='16' y2='10.01'%3E%3C/line%3E%3Cline x1='8' y1='14' x2='8' y2='14.01'%3E%3C/line%3E%3Cline x1='12' y1='14' x2='12' y2='14.01'%3E%3C/line%3E%3Cline x1='16' y1='14' x2='16' y2='14.01'%3E%3C/line%3E%3Cline x1='8' y1='18' x2='8' y2='18.01'%3E%3C/line%3E%3Cline x1='12' y1='18' x2='16' y2='18'%3E%3C/line%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='2' width='16' height='20' rx='2'%3E%3C/rect%3E%3Cline x1='8' y1='6' x2='16' y2='6'%3E%3C/line%3E%3Cline x1='8' y1='10' x2='8' y2='10.01'%3E%3C/line%3E%3Cline x1='12' y1='10' x2='12' y2='10.01'%3E%3C/line%3E%3Cline x1='16' y1='10' x2='16' y2='10.01'%3E%3C/line%3E%3Cline x1='8' y1='14' x2='8' y2='14.01'%3E%3C/line%3E%3Cline x1='12' y1='14' x2='12' y2='14.01'%3E%3C/line%3E%3Cline x1='16' y1='14' x2='16' y2='14.01'%3E%3C/line%3E%3Cline x1='8' y1='18' x2='8' y2='18.01'%3E%3C/line%3E%3Cline x1='12' y1='18' x2='16' y2='18'%3E%3C/line%3E%3C/svg%3E") no-repeat center;
  background-color: currentColor;
}

.sim-mail {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z'%3E%3C/path%3E%3Cpolyline points='22,6 12,13 2,6'%3E%3C/polyline%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z'%3E%3C/path%3E%3Cpolyline points='22,6 12,13 2,6'%3E%3C/polyline%3E%3C/svg%3E") no-repeat center;
  background-color: currentColor;
}

.sim-calendar {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'%3E%3C/rect%3E%3Cline x1='16' y1='2' x2='16' y2='6'%3E%3C/line%3E%3Cline x1='8' y1='2' x2='8' y2='6'%3E%3C/line%3E%3Cline x1='3' y1='10' x2='21' y2='10'%3E%3C/line%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'%3E%3C/rect%3E%3Cline x1='16' y1='2' x2='16' y2='6'%3E%3C/line%3E%3Cline x1='8' y1='2' x2='8' y2='6'%3E%3C/line%3E%3Cline x1='3' y1='10' x2='21' y2='10'%3E%3C/line%3E%3C/svg%3E") no-repeat center;
  background-color: currentColor;
}

.sim-play {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolygon points='5 3 19 12 5 21 5 3'%3E%3C/polygon%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolygon points='5 3 19 12 5 21 5 3'%3E%3C/polygon%3E%3C/svg%3E") no-repeat center;
  background-color: currentColor;
}

.sim-pause {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='6' y='4' width='4' height='16'%3E%3C/rect%3E%3Crect x='14' y='4' width='4' height='16'%3E%3C/rect%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='6' y='4' width='4' height='16'%3E%3C/rect%3E%3Crect x='14' y='4' width='4' height='16'%3E%3C/rect%3E%3C/svg%3E") no-repeat center;
  background-color: currentColor;
}

.sim-copy {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='9' y='9' width='13' height='13' rx='2' ry='2'%3E%3C/rect%3E%3Cpath d='M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1'%3E%3C/path%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='9' y='9' width='13' height='13' rx='2' ry='2'%3E%3C/rect%3E%3Cpath d='M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1'%3E%3C/path%3E%3C/svg%3E") no-repeat center;
  background-color: currentColor;
}

.sim-lightbulb {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='9' y1='18' x2='15' y2='18'%3E%3C/line%3E%3Cline x1='10' y1='22' x2='14' y2='22'%3E%3C/line%3E%3Cpath d='M15.09 14c.18-.98.65-1.74 1.41-2.5A4.65 4.65 0 0 0 18 8 6 6 0 0 0 6 8c0 1 .23 2.23 1.5 3.5A4.61 4.61 0 0 1 8.91 14'%3E%3C/path%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='9' y1='18' x2='15' y2='18'%3E%3C/line%3E%3Cline x1='10' y1='22' x2='14' y2='22'%3E%3C/line%3E%3Cpath d='M15.09 14c.18-.98.65-1.74 1.41-2.5A4.65 4.65 0 0 0 18 8 6 6 0 0 0 6 8c0 1 .23 2.23 1.5 3.5A4.61 4.61 0 0 1 8.91 14'%3E%3C/path%3E%3C/svg%3E") no-repeat center;
  background-color: currentColor;
}

.sim-receipt {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1-2-1z'%3E%3C/path%3E%3Cpath d='M8 10h8M8 14h4'%3E%3C/path%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1-2-1z'%3E%3C/path%3E%3Cpath d='M8 10h8M8 14h4'%3E%3C/path%3E%3C/svg%3E") no-repeat center;
  background-color: currentColor;
}

.sim-git-branch {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='6' y1='3' x2='6' y2='15'%3E%3C/line%3E%3Ccircle cx='18' cy='6' r='3'%3E%3C/circle%3E%3Ccircle cx='6' cy='18' r='3'%3E%3C/circle%3E%3Cpath d='M18 9a9 9 0 0 1-9 9'%3E%3C/path%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='6' y1='3' x2='6' y2='15'%3E%3C/line%3E%3Ccircle cx='18' cy='6' r='3'%3E%3C/circle%3E%3Ccircle cx='6' cy='18' r='3'%3E%3C/circle%3E%3Cpath d='M18 9a9 9 0 0 1-9 9'%3E%3C/path%3E%3C/svg%3E") no-repeat center;
  background-color: currentColor;
}

.sim-external {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'%3E%3C/path%3E%3Cpolyline points='15 3 21 3 21 9'%3E%3C/polyline%3E%3Cline x1='10' y1='14' x2='21' y2='3'%3E%3C/line%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'%3E%3C/path%3E%3Cpolyline points='15 3 21 3 21 9'%3E%3C/polyline%3E%3Cline x1='10' y1='14' x2='21' y2='3'%3E%3C/line%3E%3C/svg%3E") no-repeat center;
  background-color: currentColor;
}

.sim-gauge {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2a10 10 0 1 0 10 10H12V2z'%3E%3C/path%3E%3Cpath d='M12 12L17 7'%3E%3C/path%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2a10 10 0 1 0 10 10H12V2z'%3E%3C/path%3E%3Cpath d='M12 12L17 7'%3E%3C/path%3E%3C/svg%3E") no-repeat center;
  background-color: currentColor;
}

.sim-linkedin {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z'%3E%3C/path%3E%3Crect x='2' y='9' width='4' height='12'%3E%3C/rect%3E%3Ccircle cx='4' cy='4' r='2'%3E%3C/circle%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z'%3E%3C/path%3E%3Crect x='2' y='9' width='4' height='12'%3E%3C/rect%3E%3Ccircle cx='4' cy='4' r='2'%3E%3C/circle%3E%3C/svg%3E") no-repeat center;
  background-color: currentColor;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: var(--text-dark);
  overflow-x: hidden;
}

/* Particles Background */
#particles-js {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: var(--gradient-bg);
  z-index: -1;
}

/* Header & Navigation */
.header {
  background: var(--gradient-bg);
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 20px rgba(34, 5, 55, 0.1);
}

.nav-container {
  width: 100%;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  position: relative;
  z-index: 1001;
}

.logo {
  display: flex;
  align-items: center;
  font-size: 22px;
  font-weight: 800;
  color: var(--text-light);
  text-decoration: none;
  letter-spacing: -0.5px;
}

.logo img {
  height: 32px;
  margin-right: 12px;
}

.logo::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  background: var(--orange-accent);
  border-radius: 50%;
  margin-right: 10px;
  animation: pulse 2s infinite;
}

@keyframes pulse {

  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.7;
    transform: scale(1.2);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.hero-content {
  animation: fadeInUp 0.8s ease-out;
}

.hero-image {
  animation: fadeIn 1s ease-out 0.3s both;
}

.service-card,
.team-card,
.workflow-step {
  animation: fadeInUp 0.6s ease-out both;
}

.service-card:nth-child(1),
.team-card:nth-child(1) {
  animation-delay: 0.1s;
}

.service-card:nth-child(2),
.team-card:nth-child(2) {
  animation-delay: 0.2s;
}

.service-card:nth-child(3),
.team-card:nth-child(3) {
  animation-delay: 0.3s;
}

.nav-menu {
  display: flex;
  list-style: none;
  gap: 28px;
  margin: 0;
}

.nav-menu a {
  color: var(--text-light);
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  padding: 8px 0;
  position: relative;
}

.nav-menu a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--orange-accent);
  transition: width 0.3s ease;
}

.nav-menu a:hover {
  color: var(--orange-accent);
}

.nav-menu a:hover::after {
  width: 100%;
}

.login-btn {
  background: var(--orange-accent);
  color: white;
  padding: 10px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 4px 14px rgba(255, 119, 0, 0.3);
}

.login-btn:hover {
  background: #e66a00;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 119, 0, 0.4);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.nav-btn-primary {
  background: var(--orange-accent);
  color: white;
  padding: 10px 24px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 4px 14px rgba(255, 119, 0, 0.3);
}

.nav-btn-primary:hover {
  background: #e66a00;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 119, 0, 0.4);
}

.nav-btn-secondary {
  color: var(--text-light);
  padding: 10px 18px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.06);
}

.nav-btn-secondary:hover {
  color: white;
  border-color: rgba(255, 119, 0, 0.75);
  background: rgba(255, 119, 0, 0.2);
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(255, 119, 0, 0.2);
}

/* Partners Banner */
.partners-banner {
  background: white;
  padding: 50px 0;
  border-top: 1px solid #f3f4f6;
  border-bottom: 1px solid #f3f4f6;
}

.partners-container {
  max-width: none;
  margin: 0;
  padding: 0 60px;
}

.collaboration-section {
  text-align: center;
}

.collaboration-single-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  width: 100%;
  max-width: none;
}

.header-text {
  text-align: left;
  flex-shrink: 0;
}

.header-text h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--primary-purple);
  margin-bottom: 6px;
  letter-spacing: -0.3px;
}

.header-text p {
  font-size: 13px;
  color: #6b7280;
  margin: 0;
  white-space: nowrap;
  max-width: none;
}

.collaborators-inline {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: space-evenly;
  padding: 0 20px;
}

.collaborator-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  min-width: 140px;
  padding: 12px 16px;
  background: var(--bg-light);
  border-radius: 5px;
  box-shadow: none;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}

.collaborator-logo:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(34, 5, 55, 0.08);
  background: white;
  border-color: #e5e7eb;
}

.collaborator-logo img {
  height: 50px;
  width: auto;
  max-width: 120px;
  object-fit: contain;
}

.collaborator-logo.upcoming {
  border: 2px dashed #d1d5db;
  background: transparent;
}

.collaborator-logo.upcoming span {
  font-size: 13px;
  font-weight: 600;
  color: #9ca3af;
  text-align: center;
}

.tech-partnership {
  display: flex;
  justify-content: center;
}

.tech-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #76b900 0%, #5a8c00 100%);
  color: white;
  padding: 10px 18px;
  border-radius: 25px;
  font-size: 12px;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(118, 185, 0, 0.25);
  white-space: nowrap;
  flex-shrink: 0;
}

.tech-badge i {
  font-size: 14px;
}

/* Hero Section */
.hero {
  background: transparent;
  padding: 32px 0 16px;
  color: var(--text-light);
  position: relative;
  overflow: hidden;
}

.hero-container {
  width: 100%;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 32px;
  align-items: center;
  position: relative;
  z-index: 1;
  height: 100%;
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero-content h1 {
  font-size: 50px;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 16px;
  position: relative;
  z-index: 2;
  letter-spacing: -1px;
}

.hero-content h1 span {
  color: var(--orange-accent);
}

.hero-content p {
  font-size: 20px;
  margin-bottom: 20px;
  opacity: 0.85;
  position: relative;
  z-index: 2;
  font-weight: 400;
}

.hero-form {
  background: rgba(255, 255, 255, 0.86);
  padding: 16px;
  border-radius: 12px;
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.14), 0 0 0 1px rgba(255, 255, 255, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(22px) saturate(170%);
  -webkit-backdrop-filter: blur(22px) saturate(170%);
  border: 1px solid rgba(255, 255, 255, 0.6);
  position: relative;
  z-index: 3;
  margin-top: 20px;
  max-width: 380px;
}

.hero-form h3 {
  color: var(--primary-purple);
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 700;
}

.form-group {
  margin-bottom: 10px;
}

.form-group input {
  width: 100%;
  padding: 10px 14px;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  font-size: 13px;
  font-family: inherit;
  transition: all 0.3s ease;
  background: #fafbfc;
}

.form-group input:focus {
  outline: none;
  border-color: var(--orange-accent);
  background: white;
  box-shadow: 0 0 0 4px rgba(255, 119, 0, 0.1);
}

.form-group input::placeholder {
  color: #9ca3af;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  color: var(--primary-purple);
  font-weight: 600;
  font-size: 14px;
}

.form-group textarea {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  font-size: 14px;
  font-family: inherit;
  transition: all 0.3s ease;
  background: #fafbfc;
  resize: vertical;
  min-height: 120px;
}

.form-group textarea:focus {
  outline: none;
  border-color: var(--orange-accent);
  background: white;
  box-shadow: 0 0 0 4px rgba(255, 119, 0, 0.1);
}

.form-group textarea::placeholder {
  color: #9ca3af;
}

.submit-btn {
  width: 100%;
  display: block;
  background: var(--orange-accent);
  color: white;
  padding: 14px;
  border: none;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 700;
  font-family: inherit;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 14px rgba(255, 119, 0, 0.3);
}

.submit-btn:hover {
  background: #e66a00;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 119, 0, 0.4);
}

.submit-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

.hero-demo-link-wrap {
  margin-top: 8px;
  text-align: center;
}

.hero-demo-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: rgba(34, 5, 55, 0.78);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.hero-demo-link:hover {
  color: var(--orange-accent);
  opacity: 1;
}

/* Contact Form Section */
.contact-section {
  padding: 100px 0;
  background: var(--bg-light);
}

.contact-form-wrapper {
  max-width: 600px;
  margin: 0 auto;
}

.contact-form {
  background: white;
  padding: 40px;
  border-radius: 5px;
  box-shadow: 0 4px 20px rgba(34, 5, 55, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.contact-form .form-group {
  margin-bottom: 24px;
}

.form-status {
  margin-top: 16px;
  padding: 12px;
  border-radius: 8px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  display: none;
}

.form-status.success {
  display: block;
  background: #d1fae5;
  color: #065f46;
  border: 1px solid #6ee7b7;
}

.form-status.error {
  display: block;
  background: #fee2e2;
  color: #991b1b;
  border: 1px solid #fca5a5;
}

.hero-image {
  text-align: center;
  position: relative;
  z-index: 2;
  max-width: 940px;
  margin: 0 auto;
}

.hero-image img {
  max-width: 100%;
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

/* Carousel Styles */
.carousel {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.carousel-container {
  display: flex;
  transition: transform 0.5s ease-in-out;
  height: 100%;
}

.carousel-slide {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(34, 5, 55, 0.12);
  border: 1px solid rgba(0, 0, 0, 0.08);
}

/* Calculate width dynamically based on number of slides */
.carousel-container .carousel-slide {
  width: calc(100% / var(--slide-count, 2));
}

/* Hide 3D viewer controls on loop clones to avoid duplicate controls during seamless transitions */
.carousel-slide.clone .mol-controls {
  display: none !important;
}

.mol-play:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(139, 92, 246, 0.4) !important;
}

.mol-play:active {
  transform: translateY(0);
}

.mol-pause:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(107, 114, 128, 0.35) !important;
}

.mol-pause:active {
  transform: translateY(0);
}

.carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  border-radius: 5px;
  border: none;
  box-shadow: none;
  display: block;
  background-color: #ffffff;
}

.carousel-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
  z-index: 10;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s ease;
}

.dot.active {
  background: var(--orange-accent);
  transform: scale(1.2);
}

.dot:hover {
  background: rgba(255, 255, 255, 0.8);
}

/* Services Overview */
.services-overview {
  padding: 24px 0;
  background: white;
  position: relative;
}

.container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 16px;
}

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

.section-badge {
  display: inline-block;
  background: linear-gradient(135deg, var(--orange-accent) 0%, #ff9500 100%);
  color: white;
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.section-header h2 {
  font-size: 28px;
  font-weight: 800;
  color: var(--primary-purple);
  margin-bottom: 10px;
  letter-spacing: -0.5px;
}

.section-header p {
  font-size: 14px;
  color: #6b7280;
  max-width: 500px;
  margin: 0 auto;
  line-height: 1.6;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
}

.service-card {
  background: white;
  padding: 20px 18px;
  border-radius: 5px;
  box-shadow: 0 4px 20px rgba(34, 5, 55, 0.06);
  transition: all 0.4s ease;
  border: 1px solid rgba(0, 0, 0, 0.04);
  position: relative;
  overflow: hidden;
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--orange-accent) 0%, #ff9500 100%);
  transform: scaleX(0);
  transition: transform 0.4s ease;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(34, 5, 55, 0.12);
}

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

.service-icon {
  width: 52px;
  height: 52px;
  background: var(--gradient-bg);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  transition: transform 0.3s ease;
}

.service-card:hover .service-icon {
  transform: scale(1.1);
}

.service-icon i {
  font-size: 22px;
  color: white;
}

.service-card h3 {
  font-size: 16px;
  font-weight: 700;
  color: var(--primary-purple);
  margin-bottom: 8px;
}

.service-card p {
  color: #6b7280;
  line-height: 1.6;
  font-size: 13px;
}

/* Platform Comparison */
.platform-comparison {
  padding: 20px 0;
  background: var(--bg-light);
}

/* Workflow Styles */
.workflow-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 20px;
  margin: 24px 0;
  padding: 10px 0;
}

.workflow-step {
  flex: 0 0 auto;
  min-width: 250px;
  max-width: 270px;
  text-align: center;
  padding: 20px 18px;
  background: white;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  transition: all 0.4s ease;
  position: relative;
  box-shadow: 0 4px 20px rgba(34, 5, 55, 0.06);
}

.workflow-step:hover {
  border-color: transparent;
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(34, 5, 55, 0.12);
}

.step-number {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 18px;
  height: 18px;
  background: transparent;
  color: var(--primary-purple);
  border-radius: 50%;
  font-size: 10px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.7;
}

.step-icon {
  width: 48px;
  height: 48px;
  background: transparent;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 12px auto 14px;
}

.step-icon i {
  font-size: 24px;
  color: var(--primary-purple);
}

.step-icon .sim-icon {
  color: var(--primary-purple);
}

.workflow-step h4 {
  font-size: 16px;
  font-weight: 700;
  color: var(--primary-purple);
  margin-bottom: 8px;
  line-height: 1.3;
}

.workflow-step p {
  color: #6b7280;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

/* Example Report Demo */
.example-report-demo {
  margin-top: 40px;
  padding: 20px;
}

.demo-preview {
  position: relative;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.demo-preview:hover {
  transform: translateY(-2px);
}

.demo-open-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 119, 0, 0.5) !important;
}

.demo-open-btn:active {
  transform: translateY(0);
}

.workflow-arrow {
  color: var(--orange-accent);
  font-size: 18px;
  flex-shrink: 0;
  opacity: 0.6;
}

.workflow-image {
  text-align: center;
  margin-top: 60px;
}

.workflow-image h2 {
  font-size: 24px;
  font-weight: 700;
  color: var(--primary-purple);
  margin-bottom: 24px;
}

.workflow-image img {
  max-width: 100%;
  width: 850px;
  height: auto;
  border-radius: 5px;
  box-shadow: 0 20px 50px rgba(34, 5, 55, 0.12);
  border: 1px solid rgba(0, 0, 0, 0.05);
}

/* Results Carousel */
.results-carousel {
  position: relative;
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 20px;
}

.results-carousel-container {
  flex: 1;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 20px 50px rgba(34, 5, 55, 0.12);
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.results-carousel-slide {
  display: none;
  width: 100%;
}

.results-carousel-slide.active {
  display: block;
}

.results-carousel-slide img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 5px;
}

.carousel-arrow {
  background: var(--primary-purple);
  color: white;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(34, 5, 55, 0.2);
  z-index: 10;
  font-size: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.carousel-arrow-left {
  left: 10px;
}

.carousel-arrow-right {
  right: 10px;
}

.carousel-arrow:hover {
  background: var(--orange-accent);
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 6px 20px rgba(255, 119, 0, 0.4);
}

.carousel-arrow:active {
  transform: translateY(-50%) scale(0.95);
}

.comparison-table {
  background: white;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 4px 30px rgba(34, 5, 55, 0.08);
  max-width: 800px;
  margin: 0 auto;
}

.comparison-table table {
  width: 100%;
  border-collapse: collapse;
}

.comparison-table th {
  background: var(--primary-purple);
  color: white;
  padding: 20px 24px;
  font-weight: 600;
  text-align: left;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.comparison-table th:first-child {
  border-radius: 0;
}

.comparison-table td {
  padding: 18px 24px;
  border-bottom: 1px solid #f3f4f6;
  font-size: 15px;
}

.comparison-table tr:last-child td {
  border-bottom: none;
}

.comparison-table tr:hover td {
  background: #fafbfc;
}

.comparison-table td:nth-child(2) {
  color: var(--primary-purple);
  font-weight: 500;
}

.check-mark {
  color: #10b981;
  font-size: 18px;
  font-weight: bold;
}

.x-mark {
  color: #ef4444;
  font-size: 18px;
  font-weight: bold;
}

/* Service Details */
.service-details {
  padding: 60px 0;
  background: white;
}

.service-section {
  margin-bottom: 40px;
}

.service-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.service-content:nth-child(even) {
  direction: rtl;
}

.service-content:nth-child(even)>* {
  direction: ltr;
}

.service-text h3 {
  font-size: 28px;
  font-weight: 700;
  color: var(--primary-purple);
  margin-bottom: 16px;
}

.service-text h4 {
  font-size: 20px;
  font-weight: 600;
  color: var(--primary-purple);
  margin-bottom: 12px;
}

.service-text p {
  color: #6b7280;
  margin-bottom: 20px;
}

.service-text ul {
  list-style: none;
  margin-bottom: 20px;
}

.service-text li {
  color: #6b7280;
  margin-bottom: 8px;
  padding-left: 24px;
  position: relative;
}

.service-text li:before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--orange-accent);
  font-weight: bold;
}

.service-image {
  text-align: center;
}

.service-image img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

/* About / Team Section */
.about {
  padding: 30px 0;
  background: var(--bg-light);
  position: relative;
}

.about::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 400px;
  background: linear-gradient(180deg, white 0%, var(--bg-light) 100%);
  pointer-events: none;
}

.about .container {
  position: relative;
  z-index: 1;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 60px;
}

.team-card {
  background: white;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(34, 5, 55, 0.06);
  transition: all 0.4s ease;
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.team-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(34, 5, 55, 0.12);
}

.team-card {
  position: relative;
}

.team-card.featured {
  border: 2px solid var(--orange-accent);
}

.team-card.featured::after {
  content: 'Leadership';
  position: absolute;
  top: 20px;
  right: 20px;
  background: var(--orange-accent);
  color: white;
  padding: 4px 12px;
  border-radius: 5px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  z-index: 2;
}

.team-image {
  width: 100%;
  height: 220px;
  overflow: hidden;
  position: relative;
}

.team-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.team-card:hover .team-image img {
  transform: scale(1.05);
}

.team-image.placeholder {
  background: var(--gradient-bg);
  display: flex;
  align-items: center;
  justify-content: center;
}

.team-image.placeholder i {
  font-size: 60px;
  color: rgba(255, 255, 255, 0.4);
}

.team-info {
  padding: 28px;
}

.team-info h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--primary-purple);
  margin-bottom: 6px;
}

.team-role {
  display: inline-block;
  color: var(--orange-accent);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 14px;
}

.team-info p {
  color: #6b7280;
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 16px;
}

.team-links {
  display: flex;
  gap: 12px;
}

.team-links a {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg-light);
  border-radius: 5px;
  color: var(--primary-purple);
  transition: all 0.3s ease;
}

.team-links a:hover {
  background: var(--primary-purple);
  color: white;
}

/* Founder Section (Solo Founder Layout) */
.founder-section {
  max-width: 900px;
  margin: 0 auto 60px;
}

.founder-card {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 50px;
  background: white;
  border-radius: 5px;
  padding: 40px;
  box-shadow: 0 4px 30px rgba(34, 5, 55, 0.08);
  align-items: start;
}

.founder-image {
  text-align: center;
}

.founder-image img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid var(--orange-accent);
  box-shadow: 0 8px 20px rgba(255, 119, 0, 0.2);
}

.founder-info h3 {
  font-size: 28px;
  font-weight: 700;
  color: var(--primary-purple);
  margin-bottom: 6px;
}

.founder-role {
  display: inline-block;
  color: var(--orange-accent);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}

.founder-info p {
  color: #4b5563;
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 16px;
}

.founder-note {
  font-style: italic;
  color: #6b7280;
  padding-left: 16px;
  border-left: 3px solid var(--orange-accent);
}

.founder-links {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}

.founder-links a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg-light);
  border-radius: 5px;
  color: var(--primary-purple);
  font-size: 18px;
  transition: all 0.3s ease;
}

.founder-links a:hover {
  background: var(--primary-purple);
  color: white;
}

/* Compact Founder Card (improved) */
.founder-card.compact {
  grid-template-columns: 180px 1fr;
  gap: 40px;
  padding: 32px;
  margin-bottom: 0;
}

.founder-card.compact .founder-image img {
  width: 160px;
  height: 160px;
}

.founder-card.compact .founder-info h3 {
  font-size: 24px;
  margin-bottom: 4px;
}

.founder-card.compact .founder-role {
  margin-bottom: 16px;
}

/* Founder Credentials List */
.founder-credentials {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.founder-credentials li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: #4b5563;
  margin-bottom: 10px;
  line-height: 1.5;
}

.founder-credentials li i {
  color: var(--orange-accent);
  font-size: 14px;
  margin-top: 3px;
  flex-shrink: 0;
}

.founder-credentials li strong {
  color: var(--primary-purple);
  font-weight: 600;
}

/* Founder Quote */
.founder-quote {
  font-style: italic;
  color: #6b7280;
  font-size: 15px;
  line-height: 1.7;
  padding: 16px 20px;
  margin: 0 0 20px 0;
  background: #f9fafb;
  border-left: 3px solid var(--orange-accent);
  border-radius: 0 5px 5px 0;
}

/* Founder Contact */
.founder-contact {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.founder-contact .contact-label {
  font-weight: 600;
  color: var(--primary-purple);
  font-size: 14px;
}

.founder-contact .contact-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  background: var(--bg-light);
  color: var(--primary-purple);
  border-radius: 5px;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease;
}

.founder-contact .contact-link:hover {
  background: var(--primary-purple);
  color: white;
}

.founder-contact .contact-link i {
  font-size: 12px;
}

/* Founder Name Subtitle (in header) */
.founder-name-subtitle {
  font-size: 16px;
  font-weight: 600;
  color: var(--primary-purple);
  margin-top: 8px;
}

/* Support Line */
.support-line {
  font-size: 13px;
  color: #6b7280;
  margin: 16px 0 0 0;
  padding-top: 16px;
  border-top: 1px solid #e5e7eb;
}

.support-line i {
  color: var(--orange-accent);
  margin-right: 6px;
}

@media (max-width: 768px) {
  .founder-card {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 30px 24px;
  }

  .founder-card.compact {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .founder-note {
    border-left: none;
    padding-left: 0;
    border-top: 3px solid var(--orange-accent);
    padding-top: 16px;
  }

  .founder-links {
    justify-content: center;
  }

  .founder-credentials li {
    text-align: left;
  }

  .founder-contact {
    justify-content: center;
  }

  .founder-quote {
    text-align: left;
  }
}

/* ==========================================
   SUPPORT & RELIABILITY SECTION
   ========================================== */
.support-reliability-section {
  padding: 24px 0;
  background: white;
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 900px;
  margin: 0 auto;
}

.support-card {
  text-align: center;
  padding: 16px 14px;
  background: transparent;
  border-radius: 5px;
  border: none;
  transition: all 0.3s ease;
}

.support-card:hover {
  background: rgba(0, 0, 0, 0.02);
}

.support-icon {
  width: 36px;
  height: 36px;
  margin: 0 auto 10px;
  background: transparent;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.support-icon i {
  color: var(--primary-purple);
  font-size: 20px;
}

.support-icon-minimal {
  margin: 0 auto 12px;
  color: var(--primary-purple);
  opacity: 0.8;
}

.support-icon-minimal svg {
  display: block;
}

.support-card h4 {
  font-size: 15px;
  font-weight: 700;
  color: var(--primary-purple);
  margin-bottom: 8px;
}

.support-card p {
  font-size: 13px;
  color: #6b7280;
  line-height: 1.5;
  margin: 0;
}

@media (max-width: 768px) {
  .support-grid {
    grid-template-columns: 1fr;
    max-width: 400px;
  }
}

/* ==========================================
   PROGRAMS SECTION
   ========================================== */
.programs-section {
  padding: 24px 0;
  background: var(--bg-light);
}

.programs-grid {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  max-width: 600px;
  margin: 0 auto 20px;
}

.program-card {
  display: flex;
  align-items: center;
  gap: 16px;
  background: white;
  padding: 18px 24px;
  border-radius: 5px;
  border: 1px solid #e5e7eb;
  transition: all 0.3s ease;
}

.program-card:hover {
  border-color: var(--light-purple);
  box-shadow: 0 4px 12px rgba(34, 5, 55, 0.06);
}

.program-logo-img {
  height: 32px;
  width: auto;
  object-fit: contain;
}

.program-info h4 {
  font-size: 14px;
  font-weight: 700;
  color: var(--primary-purple);
  margin-bottom: 3px;
}

.program-info p {
  font-size: 12px;
  color: #6b7280;
  line-height: 1.4;
  margin: 0;
}

.technology-note {
  text-align: center;
  font-size: 13px;
  color: #9ca3af;
  margin: 0;
}

.technology-note i {
  margin-right: 6px;
  color: #6b7280;
}

@media (max-width: 500px) {
  .programs-grid {
    flex-direction: column;
    align-items: center;
  }

  .program-card {
    width: 100%;
    max-width: 300px;
  }
}

/* Company Mission */
.company-mission {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  background: white;
  border-radius: 5px;
  padding: 50px;
  box-shadow: 0 4px 20px rgba(34, 5, 55, 0.06);
}

.mission-content h3 {
  font-size: 28px;
  font-weight: 700;
  color: var(--primary-purple);
  margin-bottom: 16px;
}

.mission-content p {
  color: #6b7280;
  line-height: 1.8;
  font-size: 16px;
}

.mission-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.stat-item {
  text-align: center;
  padding: 24px 16px;
  background: var(--bg-light);
  border-radius: 5px;
  transition: all 0.3s ease;
}

.stat-item:hover {
  background: var(--gradient-bg);
}

.stat-item:hover .stat-number,
.stat-item:hover .stat-label {
  color: white;
}

.stat-number {
  display: block;
  font-size: 32px;
  font-weight: 800;
  color: var(--orange-accent);
  margin-bottom: 4px;
  transition: color 0.3s ease;
}

.stat-label {
  font-size: 12px;
  color: #6b7280;
  font-weight: 500;
  transition: color 0.3s ease;
}

/* Legacy about styles for compatibility */
.about-content {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 60px;
  align-items: start;
}

.about-image {
  text-align: center;
}

.about-image img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 16px;
}

.about-image p {
  color: #6b7280;
  font-style: italic;
}

.about-text {
  font-size: 16px;
  line-height: 1.8;
  color: #4b5563;
}

.about-text p {
  margin-bottom: 20px;
}

/* Footer */
.footer {
  background: var(--primary-purple);
  color: var(--text-light);
  padding: 50px 0 24px;
}

.footer-content {
  display: grid;
  grid-template-columns: 1.5fr 2fr;
  gap: 60px;
  margin-bottom: 50px;
}

.footer-brand h3 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 12px;
  letter-spacing: -0.5px;
}

.footer-brand p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  line-height: 1.6;
  max-width: 300px;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.footer-column h4 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.9);
}

.footer-column ul {
  list-style: none;
}

.footer-column li {
  margin-bottom: 12px;
}

.footer-column a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}

.footer-column a:hover {
  color: var(--orange-accent);
}

.footer-bottom {
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}

.footer-bottom p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}

.footer p {
  margin-bottom: 8px;
}

.footer a {
  color: var(--orange-accent);
  text-decoration: none;
}

/* Responsive Design */
@media (max-width: 768px) {
  .nav-menu {
    display: none;
  }

  .hero-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .hero-content h1 {
    font-size: 36px;
  }

  .service-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .about-content {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }

  .team-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .company-mission {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 30px;
  }

  .mission-stats {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }

  .stat-number {
    font-size: 24px;
  }

  .stat-label {
    font-size: 10px;
  }

  .footer-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .footer-links {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .footer-brand {
    text-align: center;
  }

  .footer-brand p {
    max-width: none;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  /* Workflow Responsive */
  .workflow-container {
    flex-direction: column;
    gap: 20px;
    padding: 30px 15px;
  }

  .workflow-step {
    max-width: 100%;
    min-width: 280px;
  }

  .workflow-arrow {
    transform: rotate(90deg);
    font-size: 20px;
  }

  .workflow-image img {
    width: 100%;
    max-width: 400px;
  }

  /* Partners Banner Responsive */
  .partners-container {
    padding: 0 20px;
    flex-direction: column;
    gap: 10px;
  }

  .partners-logos {
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .partner-logo {
    font-size: 12px;
  }

  /* Collaboration Responsive */
  .partners-container {
    padding: 0 20px;
  }

  .collaboration-single-line {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .header-text {
    text-align: center;
  }

  .header-text h3 {
    font-size: 18px;
  }

  .header-text p {
    font-size: 12px;
    white-space: normal;
    text-align: center;
  }

  .collaborators-inline {
    justify-content: space-evenly;
    padding: 0 10px;
  }

  .collaborator-logo {
    height: 65px;
    min-width: 100px;
  }

  .collaborator-logo img {
    height: 45px;
    max-width: 90px;
  }

  .tech-badge {
    font-size: 11px;
    padding: 5px 10px;
  }
}

/* Blog Styles */
.blog-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px 80px;
  background: white;
}

.blog-header {
  text-align: center;
  padding: 40px 0 30px;
  background: white;
}

.blog-header h1 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 36px;
  font-weight: 800;
  color: var(--primary-purple);
  margin-bottom: 8px;
  letter-spacing: -0.5px;
}

.blog-header p {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 16px;
  color: #6b7280;
}

.blog-post {
  background: white;
  border-radius: 5px;
  padding: 24px;
  margin-bottom: 20px;
  border: 1px solid #e5e7eb;
  transition: all 0.3s ease;
}

.blog-post:hover {
  border-color: var(--orange-accent);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.blog-post h2 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--primary-purple);
  margin-bottom: 12px;
  line-height: 1.3;
}

.blog-post .meta {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 13px;
  color: #9ca3af;
  margin-bottom: 16px;
}

.blog-post p {
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: #4b5563;
  font-size: 15px;
  margin-bottom: 16px;
  line-height: 1.7;
}

.blog-post .read-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--orange-accent);
  text-decoration: none;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-size: 14px;
  transition: gap 0.2s ease;
}

.blog-post .read-more:hover {
  gap: 10px;
}

/* Blog Responsive */
@media (max-width: 768px) {
  .blog-container {
    padding: 0 16px 60px;
  }

  .blog-header {
    padding: 40px 0 30px;
  }

  .blog-header h1 {
    font-size: 32px;
  }

  .blog-post {
    padding: 24px 20px;
  }

  .blog-post h2 {
    font-size: 20px;
  }
}

/* Blog Post Specific Styles */
.blog-post-container {
  max-width: 70vw;
  margin: 0 auto;
  padding: 60px 20px 80px;
  background: white;
}

.breadcrumb {
  margin-bottom: 30px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 14px;
  color: #6b7280;
}

.breadcrumb a {
  color: var(--orange-accent);
  text-decoration: none;
  font-weight: 500;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.post-header {
  margin-bottom: 40px;
}

.post-title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 38px;
  font-weight: 800;
  color: var(--primary-purple);
  margin-bottom: 16px;
  line-height: 1.2;
  letter-spacing: -0.5px;
}

.post-summary {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 16px;
  line-height: 1.55;
  color: #4b5563;
  margin: 0 0 30px;
  padding: 20px 24px;
  border: 2px solid var(--primary-purple);
  border-radius: 8px;
  background: #faf7fc;
}

.post-summary-title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--primary-purple);
  margin: 0 0 10px;
}

.post-summary-question {
  font-weight: 700;
  color: #374151;
  margin: 0 0 10px;
}

.post-summary ul {
  margin: 0;
  padding-left: 22px;
}

.post-summary li {
  margin-bottom: 8px;
}

.post-meta {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 14px;
  color: #9ca3af;
}

.post-meta i {
  margin-right: 5px;
  color: var(--orange-accent);
}

.post-content {
  background: white;
  border-radius: 5px;
  padding: 40px;
  border: 1px solid #e5e7eb;
  margin-bottom: 40px;
}

.post-content h2 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: var(--primary-purple);
  margin: 40px 0 16px 0;
}

.post-content h3 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--primary-purple);
  margin: 30px 0 12px 0;
}

.post-content p {
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: #4b5563;
  margin-bottom: 20px;
  line-height: 1.8;
  font-size: 16px;
}

.post-content ul,
.post-content ol {
  margin: 20px 0;
  padding-left: 24px;
}

.post-content li {
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: #4b5563;
  margin-bottom: 10px;
  line-height: 1.7;
  font-size: 16px;
}

.highlight-box {
  background: #fffbeb;
  border-left: 4px solid var(--orange-accent);
  padding: 20px 24px;
  margin: 30px 0;
  border-radius: 5px;
}

.highlight-box h4 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: var(--primary-purple);
  margin-bottom: 10px;
  font-weight: 700;
}

.code-block {
  background: #1f2937;
  color: #f9fafb;
  padding: 20px;
  border-radius: 5px;
  margin: 20px 0;
  font-family: 'JetBrains Mono', 'Fira Code', 'Courier New', monospace;
  font-size: 14px;
  overflow-x: auto;
  line-height: 1.6;
}

.image-caption {
  text-align: center;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 13px;
  color: #9ca3af;
  margin-top: 10px;
  font-style: italic;
}

.tags {
  display: flex;
  gap: 10px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.tag {
  background: var(--bg-light);
  color: var(--primary-purple);
  padding: 6px 14px;
  border-radius: 5px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 12px;
  font-weight: 600;
  border: 1px solid #e5e7eb;
}

/* Blog post figures (image + caption) */
.post-content figure {
  margin: 30px auto;
  max-width: 800px;
  text-align: center;
}

.post-content figure img,
.post-content figure video {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.post-content figcaption {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 13px;
  color: #9ca3af;
  font-style: italic;
  margin-top: 10px;
}

/* Blog post blockquotes */
.post-content blockquote {
  margin: 30px 0;
  padding: 20px 30px;
  border-left: 4px solid #6366f1;
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.05) 0%, rgba(139, 92, 246, 0.05) 100%);
  border-radius: 0 8px 8px 0;
  font-style: italic;
  color: #374151;
}

.post-content blockquote p {
  margin: 0 0 12px 0;
  font-size: 1.1em;
  line-height: 1.6;
  color: #374151;
}

.post-content blockquote footer {
  font-style: normal;
  font-weight: 600;
  color: #6366f1;
  font-size: 0.95em;
}

/* CTA box (blog posts) */
.cta-box {
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.06) 0%, rgba(139, 92, 246, 0.06) 100%);
  border: 1px solid rgba(99, 102, 241, 0.2);
  border-radius: 8px;
  padding: 30px;
  margin: 40px 0;
  text-align: center;
}

.cta-box h3 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--primary-purple);
  margin-bottom: 10px;
}

.cta-box p {
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: #4b5563;
  margin-bottom: 20px;
}

.cta-button {
  display: inline-block;
  padding: 12px 28px;
  background: var(--primary-purple);
  color: white;
  text-decoration: none;
  border-radius: 6px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-size: 15px;
  transition: background 0.2s ease, transform 0.2s ease;
}

.cta-button:hover {
  background: var(--primary-purple-dark, #2e0854);
  transform: translateY(-1px);
}

/* Author Section */
.author-section {
  background: white;
  border-radius: 5px;
  padding: 30px;
  margin-bottom: 40px;
  border: 1px solid #e5e7eb;
}

.author-info {
  display: flex;
  align-items: center;
  gap: 20px;
}

.author-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--gradient-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 600;
  font-size: 20px;
}

.author-details h4 {
  color: var(--primary-purple);
  margin-bottom: 5px;
}

.author-details p {
  color: #6b7280;
  font-size: 14px;
}

/* Related Posts */
.related-posts {
  margin-top: 60px;
}

.related-posts h3 {
  font-size: 24px;
  color: var(--primary-purple);
  margin-bottom: 30px;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.related-post {
  background: white;
  border-radius: 5px;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.related-post:hover {
  transform: translateY(-2px);
}

.related-post h4 {
  color: var(--primary-purple);
  margin-bottom: 10px;
  font-size: 16px;
}

.related-post p {
  color: #6b7280;
  font-size: 14px;
  margin-bottom: 10px;
}

.related-post a {
  color: var(--orange-accent);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}

/* Blog Post Responsive */
@media (max-width: 768px) {
  .blog-post-container {
    padding: 40px 20px;
  }

  .post-title {
    font-size: 36px;
  }

  .post-content {
    padding: 30px 20px;
  }

  .post-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .author-info {
    flex-direction: column;
    text-align: center;
  }
}

/* ==========================================
   USE CASES SECTION
   ========================================== */
.use-cases-section {
  padding: 30px 0;
  background: var(--bg-light);
}

.use-cases-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.use-case-card {
  background: white;
  border-radius: 5px;
  padding: 20px 18px;
  box-shadow: 0 4px 20px rgba(34, 5, 55, 0.06);
  transition: all 0.4s ease;
  border: 1px solid transparent;
}

.use-case-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(34, 5, 55, 0.12);
  border-color: var(--orange-accent);
}

.use-case-icon {
  width: 52px;
  height: 52px;
  background: transparent;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

.use-case-icon i {
  font-size: 22px;
  color: var(--primary-purple);
}

.use-case-icon .sim-icon {
  color: var(--primary-purple);
}

.use-case-card h3 {
  font-size: 16px;
  font-weight: 700;
  color: var(--primary-purple);
  margin-bottom: 10px;
}

.use-case-card>p {
  color: #6b7280;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 14px;
}

.use-case-features {
  list-style: none;
}

.use-case-features li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: #4b5563;
  margin-bottom: 8px;
}

.use-case-features li i {
  color: var(--orange-accent);
  font-size: 12px;
}

/* ==========================================
   PRICING SECTION
   ========================================== */
.pricing-section {
  padding: 30px 0;
  background: white;
}

.pricing-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 50px;
}

.toggle-label {
  font-size: 15px;
  color: #6b7280;
  font-weight: 500;
  transition: color 0.3s ease;
}

.toggle-label.active {
  color: var(--primary-purple);
  font-weight: 600;
}

.save-badge {
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  color: white;
  font-size: 11px;
  padding: 3px 8px;
  border-radius: 5px;
  margin-left: 6px;
  font-weight: 600;
}

.toggle-switch {
  position: relative;
  width: 50px;
  height: 28px;
}

.toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.toggle-switch label {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e5e7eb;
  border-radius: 5px;
  transition: 0.3s;
}

.toggle-switch label::after {
  content: '';
  position: absolute;
  width: 22px;
  height: 22px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  border-radius: 50%;
  transition: 0.3s;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.toggle-switch input:checked+label {
  background: var(--orange-accent);
}

.toggle-switch input:checked+label::after {
  transform: translateX(22px);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1100px;
  margin: 0 auto;
}

.pricing-card {
  background: white;
  border-radius: 5px;
  padding: 40px;
  border: 2px solid #e5e7eb;
  transition: all 0.4s ease;
  position: relative;
}

.pricing-card:hover {
  border-color: var(--light-purple);
  transform: translateY(-4px);
}

.pricing-card.featured {
  border-color: var(--orange-accent);
  box-shadow: 0 20px 50px rgba(255, 119, 0, 0.15);
  transform: scale(1.05);
}

.pricing-card.featured:hover {
  transform: scale(1.05) translateY(-4px);
}

.popular-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--orange-accent);
  color: white;
  padding: 6px 20px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.pricing-header {
  text-align: center;
  margin-bottom: 24px;
}

.pricing-header h3 {
  font-size: 24px;
  font-weight: 700;
  color: var(--primary-purple);
  margin-bottom: 6px;
}

.pricing-header p {
  color: #6b7280;
  font-size: 14px;
}

.pricing-amount {
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e7eb;
}

.pricing-amount .currency {
  font-size: 24px;
  font-weight: 600;
  color: var(--primary-purple);
  vertical-align: top;
}

.pricing-amount .price {
  font-size: 56px;
  font-weight: 800;
  color: var(--primary-purple);
  line-height: 1;
}

.pricing-amount .price.custom {
  font-size: 36px;
}

.pricing-amount .period {
  font-size: 16px;
  color: #6b7280;
}

.pricing-features {
  list-style: none;
  margin-bottom: 30px;
}

.pricing-features li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  font-size: 14px;
  color: #4b5563;
}

.pricing-features li i {
  font-size: 14px;
}

.pricing-features li i.fa-check {
  color: #10b981;
}

.pricing-features li i.fa-times {
  color: #d1d5db;
}

.pricing-features li.disabled {
  color: #9ca3af;
}

.pricing-btn {
  display: block;
  text-align: center;
  padding: 14px 24px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.3s ease;
  background: var(--bg-light);
  color: var(--primary-purple);
  border: 2px solid transparent;
}

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

.pricing-btn.primary {
  background: var(--orange-accent);
  color: white;
  box-shadow: 0 4px 14px rgba(255, 119, 0, 0.3);
}

.pricing-btn.primary:hover {
  background: #e66a00;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 119, 0, 0.4);
}

.pricing-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
  padding: 16px 24px;
  background: var(--bg-light);
  border-radius: 10px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-note i {
  color: var(--orange-accent);
  font-size: 18px;
}

.pricing-note p {
  color: #6b7280;
  font-size: 14px;
  margin: 0;
}

/* ==========================================
   API DOCUMENTATION SECTION
   ========================================== */
.api-section {
  padding: 60px 0;
  background: var(--primary-purple);
  color: white;
}

.api-section .section-header h2 {
  color: white;
}

.api-section .section-header p {
  color: rgba(255, 255, 255, 0.7);
}

.api-section .section-badge {
  background: rgba(255, 255, 255, 0.1);
  color: var(--orange-accent);
}

.api-overview {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  margin-bottom: 60px;
}

.api-intro h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 16px;
}

.api-intro>p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.8;
  margin-bottom: 30px;
}

.api-workflow-diagram {
  display: flex;
  align-items: center;
  gap: 16px;
  background: rgba(255, 255, 255, 0.05);
  padding: 24px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.api-stage {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
}

.stage-number {
  width: 36px;
  height: 36px;
  background: var(--orange-accent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  flex-shrink: 0;
}

.stage-content h4 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 2px;
}

.stage-content p {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}

.api-arrow {
  color: rgba(255, 255, 255, 0.3);
  font-size: 18px;
}

.api-code-example {
  background: #1a1a2e;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.code-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
  background: rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.code-lang {
  font-size: 13px;
  font-weight: 600;
  color: var(--orange-accent);
}

.copy-btn {
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: color 0.3s ease;
}

.copy-btn:hover {
  color: white;
}

.api-code-example pre {
  padding: 24px;
  margin: 0;
  overflow-x: auto;
}

.api-code-example code {
  font-family: 'JetBrains Mono', 'Fira Code', monospace;
  font-size: 13px;
  line-height: 1.7;
  color: #e5e7eb;
}

.api-code-example .comment {
  color: #6b7280;
}

.api-code-example .keyword {
  color: #c084fc;
}

.api-code-example .string {
  color: #86efac;
}

.api-code-example .number {
  color: #fbbf24;
}

.api-features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 60px;
}

.api-feature {
  text-align: center;
  padding: 30px 24px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 0.3s ease;
}

.api-feature:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.15);
  transform: translateY(-4px);
}

.api-feature-icon {
  width: 56px;
  height: 56px;
  background: rgba(255, 119, 0, 0.15);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.api-feature-icon i {
  font-size: 24px;
  color: var(--orange-accent);
}

.api-feature-icon .sim-icon {
  color: var(--orange-accent);
}

.api-feature h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

.api-feature p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.6;
  margin: 0;
}

.api-endpoints {
  background: rgba(255, 255, 255, 0.03);
  border-radius: 16px;
  padding: 40px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 40px;
}

.api-endpoints h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 24px;
}

.endpoint-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.endpoint {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  transition: background 0.3s ease;
}

.endpoint:hover {
  background: rgba(0, 0, 0, 0.3);
}

.method {
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 700;
  font-family: monospace;
  min-width: 60px;
  text-align: center;
}

.method.get {
  background: rgba(16, 185, 129, 0.2);
  color: #10b981;
}

.method.post {
  background: rgba(59, 130, 246, 0.2);
  color: #3b82f6;
}

.path {
  font-family: 'JetBrains Mono', monospace;
  font-size: 14px;
  color: #e5e7eb;
  flex: 1;
}

.desc {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
}

.api-cta {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.btn-primary,
.btn-secondary {
  padding: 14px 32px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-primary {
  background: var(--orange-accent);
  color: white;
  box-shadow: 0 4px 14px rgba(255, 119, 0, 0.3);
}

.btn-primary:hover {
  background: #e66a00;
  transform: translateY(-2px);
}

.btn-secondary {
  background: transparent;
  color: white;
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.btn-secondary:hover {
  border-color: white;
  background: rgba(255, 255, 255, 0.1);
}

/* ==========================================
   RESOURCES SECTION
   ========================================== */
.resources-section {
  padding: 60px 0;
  background: var(--bg-light);
}

.resources-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.resource-card {
  background: white;
  border-radius: 16px;
  padding: 36px;
  box-shadow: 0 4px 20px rgba(34, 5, 55, 0.06);
  transition: all 0.4s ease;
  border: 1px solid transparent;
}

.resource-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(34, 5, 55, 0.1);
  border-color: var(--orange-accent);
}

.resource-icon {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, var(--primary-purple) 0%, var(--light-purple) 100%);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.resource-icon i {
  font-size: 24px;
  color: white;
}

.resource-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--primary-purple);
  margin-bottom: 10px;
}

.resource-card p {
  color: #6b7280;
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 20px;
}

.resource-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--orange-accent);
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: gap 0.3s ease;
}

.resource-link:hover {
  gap: 12px;
}

/* ==========================================
   TESTIMONIALS SECTION
   ========================================== */
.testimonials-section {
  padding: 60px 0;
  background: white;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.testimonial-card {
  background: var(--bg-light);
  border-radius: 20px;
  padding: 36px;
  transition: all 0.4s ease;
}

.testimonial-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(34, 5, 55, 0.08);
}

.testimonial-content {
  margin-bottom: 24px;
}

.quote-icon {
  color: var(--orange-accent);
  font-size: 28px;
  margin-bottom: 16px;
  opacity: 0.6;
}

.testimonial-content p {
  color: #4b5563;
  font-size: 15px;
  line-height: 1.8;
  font-style: italic;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 14px;
}

.author-avatar {
  width: 48px;
  height: 48px;
  background: var(--gradient-bg);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 700;
  font-size: 16px;
}

.author-info h4 {
  font-size: 15px;
  font-weight: 700;
  color: var(--primary-purple);
  margin-bottom: 2px;
}

.author-info p {
  font-size: 13px;
  color: #6b7280;
  margin: 0;
}

/* ==========================================
   FAQ SECTION
   ========================================== */
.faq-section {
  padding: 30px 0;
  background: var(--bg-light);
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
}

.faq-item {
  background: white;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  transition: all 0.3s ease;
}

.faq-item:hover {
  border-color: var(--light-purple);
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.faq-question:hover {
  background: var(--bg-light);
}

.faq-question h4 {
  font-size: 15px;
  font-weight: 600;
  color: var(--primary-purple);
  margin: 0;
  flex: 1;
  padding-right: 16px;
}

.faq-question i {
  color: #6b7280;
  font-size: 14px;
  transition: transform 0.3s ease;
}

.faq-answer {
  padding: 0 24px 20px;
  display: none;
}

.faq-answer p {
  color: #6b7280;
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

.faq-item.active .faq-question i {
  transform: rotate(180deg);
}

.faq-item.active .faq-answer {
  display: block;
}

/* ==========================================
   TRUSTED BY SECTION
   ========================================== */
.trusted-section {
  padding: 40px 0;
  background: white;
  border-top: 1px solid #f3f4f6;
}

.trusted-label {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #9ca3af;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 30px;
}

.trusted-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  flex-wrap: wrap;
}

.trusted-logo {
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

.trusted-logo:hover {
  opacity: 0.8;
}

.trusted-logo span {
  font-size: 16px;
  font-weight: 600;
  color: var(--primary-purple);
}

/* ==========================================
   FINAL CTA SECTION
   ========================================== */
.final-cta-section {
  padding: 60px 0;
  background: var(--gradient-bg);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.final-cta-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(ellipse at center, rgba(255, 119, 0, 0.1) 0%, transparent 70%);
  pointer-events: none;
}

.cta-content {
  position: relative;
  z-index: 1;
  max-width: 700px;
  margin: 0 auto;
}

.cta-content h2 {
  font-size: 42px;
  font-weight: 800;
  color: white;
  margin-bottom: 16px;
  letter-spacing: -0.5px;
}

.cta-content>p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 36px;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 24px;
}

.cta-btn {
  padding: 16px 36px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.cta-btn.primary {
  background: var(--orange-accent);
  color: white;
  box-shadow: 0 4px 20px rgba(255, 119, 0, 0.4);
}

.cta-btn.primary:hover {
  background: #e66a00;
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(255, 119, 0, 0.5);
}

.cta-btn.secondary {
  background: transparent;
  color: white;
  border: 2px solid rgba(255, 255, 255, 0.4);
}

.cta-btn.secondary:hover {
  border-color: white;
  background: rgba(255, 255, 255, 0.1);
}

.cta-note {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}

/* ==========================================
   RESPONSIVE STYLES FOR NEW SECTIONS
   ========================================== */
@media (max-width: 1024px) {
  .use-cases-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pricing-grid {
    grid-template-columns: 1fr;
    max-width: 400px;
  }

  .pricing-card.featured {
    transform: none;
  }

  .pricing-card.featured:hover {
    transform: translateY(-4px);
  }

  .api-overview {
    grid-template-columns: 1fr;
  }

  .api-features-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .api-workflow-diagram {
    flex-wrap: wrap;
    justify-content: center;
  }

  .resources-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .testimonials-grid {
    grid-template-columns: 1fr;
  }

  .faq-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .use-cases-grid {
    grid-template-columns: 1fr;
  }

  .api-features-grid {
    grid-template-columns: 1fr;
  }

  .resources-grid {
    grid-template-columns: 1fr;
  }

  .api-cta {
    flex-direction: column;
    align-items: center;
  }

  .endpoint {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .desc {
    display: none;
  }

  .pricing-toggle {
    flex-wrap: wrap;
    gap: 10px;
  }

  .cta-content h2 {
    font-size: 28px;
  }

  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }

  .cta-btn {
    width: 100%;
    max-width: 280px;
  }

  .trusted-logos {
    gap: 20px;
  }

  .trusted-logo span {
    font-size: 14px;
  }
}

/* ==========================================
   DOCUMENTATION PAGE STYLES
   ========================================== */
.docs-hero {
  background: white;
  padding: 40px 0 30px;
  color: var(--text-dark);
}

.docs-hero.compact {
  padding: 40px 0 30px;
}

.docs-hero-content {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.docs-hero h1 {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 8px;
  letter-spacing: -0.5px;
  color: var(--primary-purple);
}

.docs-hero.compact h1 {
  font-size: 32px;
  margin-bottom: 8px;
}

.docs-hero p {
  font-size: 18px;
  color: #6b7280;
  margin-bottom: 24px;
}

.docs-hero.compact p {
  font-size: 16px;
  margin-bottom: 0;
}

.docs-hero-actions {
  display: flex;
  justify-content: center;
  gap: 16px;
}

/* Documentation Layout */
.docs-layout {
  display: flex;
  justify-content: center;
  min-height: calc(100vh - 200px);
  background: white;
}

/* Sidebar */
.docs-sidebar {
  background: white;
  border-right: 1px solid #e5e7eb;
  padding: 40px 24px;
  width: 260px;
  flex-shrink: 0;
  position: sticky;
  top: 70px;
  height: calc(100vh - 70px);
  overflow-y: auto;
}

.docs-nav-section {
  margin-bottom: 28px;
}

.docs-nav-section h4 {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #6b7280;
  margin-bottom: 12px;
}

.docs-nav ul {
  list-style: none;
}

.docs-nav li {
  margin-bottom: 4px;
}

.docs-nav a {
  display: block;
  padding: 8px 12px;
  color: #4b5563;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  border-radius: 6px;
  transition: all 0.2s ease;
}

.docs-nav a:hover,
.docs-nav a.active {
  background: white;
  color: var(--primary-purple);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* Main Content */
.docs-content {
  padding: 50px 60px 100px;
  max-width: 800px;
  width: 100%;
  background: white;
}

.docs-section {
  margin-bottom: 60px;
  padding-bottom: 40px;
  border-bottom: 1px solid #f3f4f6;
}

.docs-section:last-child {
  border-bottom: none;
}

.docs-section h2 {
  font-size: 32px;
  font-weight: 800;
  color: var(--primary-purple);
  margin-bottom: 20px;
  letter-spacing: -0.5px;
}

.docs-section h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--primary-purple);
  margin: 32px 0 16px;
}

.docs-section p {
  color: #4b5563;
  line-height: 1.8;
  margin-bottom: 16px;
}

.docs-section code {
  background: #f3f4f6;
  padding: 2px 6px;
  border-radius: 4px;
  font-family: 'JetBrains Mono', 'Fira Code', monospace;
  font-size: 13px;
  color: var(--primary-purple);
}

/* Docs Workflow Visual */
.docs-workflow-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 40px 0;
  padding: 30px;
  background: var(--bg-light);
  border-radius: 16px;
}

.workflow-stage-card {
  text-align: center;
  padding: 24px 32px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.workflow-stage-card .stage-icon {
  width: 50px;
  height: 50px;
  background: var(--gradient-bg);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
}

.workflow-stage-card .stage-icon i {
  color: white;
  font-size: 22px;
}

.workflow-stage-card h4 {
  font-size: 14px;
  font-weight: 700;
  color: var(--primary-purple);
  margin-bottom: 4px;
}

.workflow-stage-card p {
  font-size: 12px;
  color: #6b7280;
  margin: 0;
}

.workflow-connector {
  color: #d1d5db;
  font-size: 20px;
}

/* Docs Tables */
.docs-table-wrapper {
  overflow-x: auto;
  margin: 24px 0;
}

.docs-table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.docs-table th {
  background: var(--primary-purple);
  color: white;
  padding: 14px 20px;
  text-align: left;
  font-weight: 600;
  font-size: 14px;
}

.docs-table td {
  padding: 14px 20px;
  border-bottom: 1px solid #f3f4f6;
  font-size: 14px;
  color: #4b5563;
}

.docs-table tr:last-child td {
  border-bottom: none;
}

.docs-table tr:hover td {
  background: #fafbfc;
}

/* Status Badges */
.status-badge {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  font-family: monospace;
}

.status-badge.queued {
  background: #fef3c7;
  color: #92400e;
}

.status-badge.running {
  background: #dbeafe;
  color: #1e40af;
}

.status-badge.success {
  background: #d1fae5;
  color: #065f46;
}

.status-badge.failed {
  background: #fee2e2;
  color: #991b1b;
}

/* Docs Callouts */
.docs-callout {
  display: flex;
  gap: 16px;
  padding: 20px 24px;
  border-radius: 10px;
  margin: 24px 0;
  background: #f0f9ff;
  border-left: 4px solid #3b82f6;
}

.docs-callout i {
  color: #3b82f6;
  font-size: 20px;
  flex-shrink: 0;
  margin-top: 2px;
}

.docs-callout p {
  margin: 0;
  color: #1e40af;
  font-size: 14px;
}

.docs-callout.info {
  background: #fef3c7;
  border-left-color: var(--orange-accent);
}

.docs-callout.info i {
  color: var(--orange-accent);
}

.docs-callout.info p {
  color: #92400e;
}

.docs-callout.success {
  background: #d1fae5;
  border-left-color: #10b981;
}

.docs-callout.success i {
  color: #10b981;
}

.docs-callout.success p,
.docs-callout.success div {
  color: #065f46;
}

.docs-callout.warning {
  background: #fef3c7;
  border-left-color: #f59e0b;
}

.docs-callout.warning i {
  color: #f59e0b;
}

.docs-callout.warning p,
.docs-callout.warning div {
  color: #92400e;
}

/* Docs Code Blocks */
.docs-code-block {
  background: #1a1a2e;
  border-radius: 12px;
  overflow: hidden;
  margin: 20px 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.docs-code-block .code-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 16px;
  background: rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.docs-code-block pre {
  padding: 20px;
  margin: 0;
  overflow-x: auto;
}

.docs-code-block code {
  font-family: 'JetBrains Mono', 'Fira Code', monospace;
  font-size: 13px;
  line-height: 1.7;
  color: #e5e7eb;
  background: transparent;
  padding: 0;
}

.docs-code-block .comment {
  color: #6b7280;
}

.docs-code-block .keyword {
  color: #c084fc;
}

.docs-code-block .string {
  color: #86efac;
}

.docs-code-block .number {
  color: #fbbf24;
}

.docs-code-block .function {
  color: #60a5fa;
}

/* Docs Lists */
.docs-list {
  margin: 16px 0;
  padding-left: 0;
  list-style: none;
}

.docs-list li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px;
  color: #4b5563;
  font-size: 15px;
}

.docs-list li::before {
  content: '•';
  position: absolute;
  left: 8px;
  color: var(--orange-accent);
  font-weight: bold;
}

/* Docs Endpoints */
.docs-endpoints {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.endpoint-card {
  background: var(--bg-light);
  border-radius: 12px;
  padding: 20px 24px;
  border: 1px solid #e5e7eb;
  transition: all 0.3s ease;
}

.endpoint-card:hover {
  border-color: var(--light-purple);
  box-shadow: 0 4px 12px rgba(34, 5, 55, 0.08);
}

.endpoint-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.endpoint-path {
  font-family: 'JetBrains Mono', monospace;
  font-size: 15px;
  font-weight: 600;
  color: var(--primary-purple);
}

.endpoint-desc {
  color: #6b7280;
  font-size: 14px;
  margin: 0 0 12px;
}

.endpoint-details {
  padding-top: 12px;
  border-top: 1px solid #e5e7eb;
}

.endpoint-details h5 {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #6b7280;
  margin-bottom: 8px;
}

.endpoint-details ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.endpoint-details li {
  font-size: 13px;
  color: #4b5563;
  margin-bottom: 4px;
}

/* Support Cards */
.docs-support-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 24px;
}

.support-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 30px 20px;
  background: var(--bg-light);
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}

.support-card:hover {
  background: white;
  border-color: var(--orange-accent);
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(34, 5, 55, 0.08);
}

.support-card i {
  font-size: 28px;
  color: var(--orange-accent);
  margin-bottom: 12px;
}

.support-card h4 {
  font-size: 16px;
  font-weight: 700;
  color: var(--primary-purple);
  margin-bottom: 4px;
}

.support-card p {
  font-size: 13px;
  color: #6b7280;
  margin: 0;
}

/* Docs Responsive */
@media (max-width: 1024px) {
  .docs-layout {
    flex-direction: column;
  }

  .docs-sidebar {
    display: none;
  }

  .docs-content {
    max-width: 100%;
    padding: 40px 24px 80px;
  }

  .docs-content {
    padding: 40px 24px 80px;
  }

  .docs-workflow-visual {
    flex-wrap: wrap;
    gap: 16px;
  }

  .workflow-connector {
    display: none;
  }

  .docs-support-cards {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .docs-hero h1 {
    font-size: 32px;
  }

  .docs-hero-actions {
    flex-direction: column;
    align-items: center;
  }

  .docs-section h2 {
    font-size: 26px;
  }
}

/* ==========================================
   CREDITS PRICING STYLES
   ========================================== */
.credits-intro {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 50px;
}

.credits-intro h3 {
  font-size: 24px;
  font-weight: 700;
  color: var(--primary-purple);
  margin-bottom: 12px;
}

.credits-intro p {
  color: #6b7280;
  font-size: 16px;
  line-height: 1.7;
}

.credit-equation {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--bg-light);
  padding: 12px 24px;
  border-radius: 30px;
  margin-top: 16px;
  font-weight: 600;
}

.credit-equation i {
  color: var(--orange-accent);
}

/* ==========================================
   NEW PRICING CARDS (Image-Based Design)
   ========================================== */

/* Pricing Toggle */
.pricing-toggle {
  display: flex;
  justify-content: center;
  gap: 0;
  margin-bottom: 30px;
  background: #f3f4f6;
  border-radius: 50px;
  padding: 6px;
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
}

.toggle-btn {
  padding: 12px 28px;
  border: none;
  background: transparent;
  color: #6b7280;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.toggle-btn.active {
  background: white;
  color: var(--primary-purple);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.toggle-btn:hover:not(.active) {
  color: var(--primary-purple);
}

/* Credit Explainer */
.credit-explainer {
  text-align: center;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #4b5563;
  margin-bottom: 10px;
}

/* Burn Rates Tooltip */
.burn-rates-trigger {
  position: relative;
  color: var(--primary-purple);
  cursor: pointer;
  margin-left: 8px;
  white-space: nowrap;
}

.burn-rates-trigger i {
  margin-right: 4px;
}

.burn-rates-trigger:hover,
.burn-rates-trigger:focus {
  color: var(--orange-accent);
}

.burn-rates-tooltip {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  min-width: 320px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
  z-index: 100;
  margin-bottom: 10px;
}

.burn-rates-trigger:hover .burn-rates-tooltip,
.burn-rates-trigger:focus .burn-rates-tooltip {
  opacity: 1;
  visibility: visible;
}

.burn-rates-tooltip::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-top-color: white;
}

.tooltip-header {
  font-weight: 700;
  color: var(--primary-purple);
  margin-bottom: 12px;
  font-size: 14px;
}

.burn-rates-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  text-align: left;
}

.burn-rates-table th {
  background: #f8fafc;
  padding: 8px 10px;
  font-weight: 600;
  color: var(--primary-purple);
  border-bottom: 1px solid #e5e7eb;
}

.burn-rates-table td {
  padding: 8px 10px;
  color: #4b5563;
  border-bottom: 1px solid #f3f4f6;
}

.burn-rates-table tr:last-child td {
  border-bottom: none;
}

.tooltip-note {
  margin-top: 10px;
  font-size: 12px;
  color: #6b7280;
  font-style: italic;
}

/* Pricing Cards Grid */
.pricing-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  max-width: 1400px;
  margin: 0 auto;
}

/* Individual Pricing Card */
.pricing-card {
  background: white;
  border-radius: 5px;
  border: 1px solid #e5e7eb;
  overflow: hidden;
  transition: all 0.3s ease;
  position: relative;
  display: flex;
  flex-direction: column;
}

.pricing-card:hover {
  border-color: var(--light-purple);
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(34, 5, 55, 0.1);
}

.pricing-card.featured {
  border-color: var(--orange-accent);
  box-shadow: 0 8px 30px rgba(255, 119, 0, 0.15);
}

.pricing-card.enterprise {
  border-color: var(--light-purple);
}

/* Card Badge */
.card-badge {
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  padding: 4px 12px;
  border-radius: 12px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  z-index: 10;
}

.card-badge.orange {
  background: var(--orange-accent);
  color: white;
}

.card-badge.purple {
  background: var(--light-purple);
  color: white;
}

/* Card Header */
.card-header {
  text-align: center;
  padding: 16px 14px 12px;
  margin: 0;
  background: white;
}

.pricing-card.featured .card-header,
.pricing-card:has(.card-badge) .card-header {
  padding-top: 28px;
}

.card-header h4 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--primary-purple);
  margin-bottom: 2px;
  letter-spacing: -0.3px;
}

.card-subtitle {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 11px;
  font-weight: 500;
  color: #6b7280;
  margin: 0 0 8px 0;
  line-height: 1.3;
}

.card-price {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 32px;
  font-weight: 800;
  color: var(--primary-purple);
  line-height: 1;
  margin-bottom: 2px;
  letter-spacing: -1px;
}

.compute-hours {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 11px;
  font-weight: 500;
  color: #9ca3af;
  margin-top: 2px;
}

.pricing-card.featured .card-price {
  color: var(--orange-accent);
}

.pricing-card .card-header.purple-gradient+.card-body .card-price,
.pricing-card:has(.card-header.purple-gradient) .card-price {
  color: var(--primary-purple);
}

.gpu-hours-pill {
  display: inline-block;
  background: #f8fafc;
  color: var(--primary-purple);
  padding: 6px 14px;
  border-radius: 6px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 13px;
  font-weight: 600;
  border: 1px solid #e5e7eb;
}

.pricing-card.enterprise .gpu-hours-pill {
  background: #f8fafc;
  color: var(--primary-purple);
  border-color: #e5e7eb;
}

/* Card Body */
.card-body {
  padding: 12px 14px;
  flex: 1;
  display: flex;
  flex-direction: column;
  border-top: 1px solid #f3f4f6;
}

/* Credits Display (in card body) */
.credits-display {
  text-align: center;
  margin-bottom: 10px;
  padding: 8px;
  background: #f8fafc;
  border-radius: 6px;
}

.credits-number {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 26px;
  font-weight: 800;
  color: var(--orange-accent);
  line-height: 1.1;
  letter-spacing: -0.5px;
}

.credits-label {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: var(--primary-purple);
  margin-left: 3px;
}

.credits-rate {
  display: block;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 11px;
  font-weight: 500;
  color: #6b7280;
  margin-top: 2px;
}

/* Includes Box */
.includes-box {
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  padding: 8px 10px;
  margin-bottom: 10px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 11px;
  color: #4b5563;
  line-height: 1.4;
}

.includes-label {
  display: block;
  font-weight: 700;
  color: var(--primary-purple);
  margin-bottom: 4px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.includes-box p {
  margin: 0 0 2px 0;
}

.includes-box p:last-child {
  margin-bottom: 0;
}

.includes-box .credit-def {
  font-size: 10px;
  color: #9ca3af;
}

/* Estimate Link */
.estimate-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: var(--primary-purple);
  text-decoration: none;
  margin-bottom: 10px;
  transition: color 0.2s ease;
}

.estimate-link:hover {
  color: var(--orange-accent);
}

.estimate-link i {
  font-size: 10px;
}

/* Credits Info Box */
.credits-info-box {
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  padding: 10px 12px;
  margin-bottom: 14px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #4b5563;
  line-height: 1.5;
}

.credits-info-box p {
  margin: 0 0 6px 0;
}

.credits-info-box p:last-child {
  margin-bottom: 0;
}

.credits-info-box i {
  color: #10b981;
  margin-right: 5px;
}

.credits-info-box .info-sub {
  font-size: 11px;
  font-weight: 400;
  color: #9ca3af;
}

/* Best For Section */
.best-for {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 11px;
  font-weight: 500;
  color: #4b5563;
  margin-bottom: 8px;
  line-height: 1.4;
}

.best-for strong {
  color: var(--primary-purple);
  font-weight: 700;
}

/* Card Features */
.card-features {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
  flex: 1;
}

.card-features li {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 11px;
  font-weight: 500;
  color: #4b5563;
  margin-bottom: 4px;
  line-height: 1.3;
}

.card-features li i {
  color: #10b981;
  font-size: 10px;
  margin-top: 2px;
  flex-shrink: 0;
}

.card-features.enterprise-features {
  margin-top: 0;
}

.pricing-card.enterprise .card-body {
  padding-top: 12px;
}

/* Enterprise Text */
.enterprise-text {
  text-align: center;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #6b7280;
  margin-bottom: 8px;
}

/* Card Button */
.card-btn {
  display: block;
  width: 100%;
  padding: 10px 12px;
  background: #f3f4f6;
  color: var(--primary-purple);
  border-radius: 10px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-size: 13px;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s ease;
  margin-top: auto;
  border: 1px solid transparent;
}

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

.card-btn.primary {
  background: var(--orange-accent);
  color: white;
  box-shadow: 0 4px 14px rgba(255, 119, 0, 0.25);
}

.card-btn.primary:hover {
  background: #e66a00;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 119, 0, 0.35);
}

.card-btn.enterprise-btn {
  background: white;
  border: 2px solid var(--light-purple);
  color: var(--primary-purple);
}

.card-btn.enterprise-btn:hover {
  background: var(--light-purple);
  color: white;
}

/* Responsive Pricing Cards */
@media (max-width: 1200px) {
  .pricing-cards {
    grid-template-columns: repeat(2, 1fr);
    max-width: 700px;
  }
}

@media (max-width: 650px) {
  .pricing-cards {
    grid-template-columns: 1fr;
    max-width: 340px;
  }

  .pricing-toggle {
    flex-direction: column;
    max-width: 180px;
    gap: 6px;
  }

  .toggle-btn {
    width: 100%;
    padding: 10px 20px;
    font-size: 14px;
  }
}

/* ==========================================
   CREDIT CALCULATOR
   ========================================== */
.calculator-section {
  padding: 50px 0;
  background: var(--bg-light);
}

.calculator-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  background: white;
  border-radius: 12px;
  padding: 28px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  border: 1px solid #e5e7eb;
  max-width: 850px;
  margin: 0 auto;
}

.calculator-inputs {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.calc-input-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.calc-input-group label {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--primary-purple);
}

.calc-input-group input,
.calc-input-group select {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 15px;
  padding: 12px 14px;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  background: #f8fafc;
  color: var(--text-dark);
  transition: all 0.2s ease;
}

.calc-input-group input:focus,
.calc-input-group select:focus {
  outline: none;
  border-color: var(--orange-accent);
  background: white;
}

.calc-input-group .input-hint {
  font-size: 12px;
  color: #6b7280;
}

.calculator-results {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  padding-left: 30px;
  border-left: 1px solid #e5e7eb;
}

.result-main {
  text-align: center;
  padding: 16px;
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
  border-radius: 10px;
  border: 1px solid #86efac;
}

.result-main .result-label {
  display: block;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #065f46;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
}

.result-main .result-value {
  display: block;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 40px;
  font-weight: 800;
  color: #059669;
  line-height: 1;
}

.result-main .result-unit {
  display: block;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #059669;
  margin-top: 4px;
}

.result-breakdown {
  display: flex;
  gap: 16px;
}

.breakdown-item {
  flex: 1;
  text-align: center;
  padding: 12px;
  background: #f8fafc;
  border-radius: 8px;
}

.breakdown-item .breakdown-label {
  display: block;
  font-size: 11px;
  font-weight: 600;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  margin-bottom: 4px;
}

.breakdown-item .breakdown-value {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: var(--primary-purple);
}

.breakdown-item .breakdown-unit {
  display: block;
  font-size: 11px;
  color: #6b7280;
}

.result-recommendation {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px;
  background: #fffbeb;
  border: 1px solid #fcd34d;
  border-radius: 10px;
}

.rec-icon {
  width: 36px;
  height: 36px;
  background: #fbbf24;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.rec-icon i {
  color: white;
  font-size: 16px;
}

.rec-content {
  display: flex;
  flex-direction: column;
}

.rec-label {
  font-size: 11px;
  font-weight: 600;
  color: #92400e;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.rec-package {
  font-size: 16px;
  font-weight: 700;
  color: #78350f;
}

.calc-cta-btn {
  display: block;
  width: 100%;
  padding: 14px 20px;
  background: var(--orange-accent);
  color: white;
  border-radius: 10px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 14px rgba(255, 119, 0, 0.25);
}

.calc-cta-btn:hover {
  background: #e66a00;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 119, 0, 0.35);
}

.calculator-note {
  text-align: center;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 13px;
  color: #6b7280;
  margin-top: 24px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.calculator-note i {
  color: var(--orange-accent);
  margin-right: 6px;
}

@media (max-width: 768px) {
  .calculator-card {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .calculator-results {
    padding-left: 0;
    border-left: none;
    border-top: 1px solid #e5e7eb;
    padding-top: 24px;
  }

  .result-main .result-value {
    font-size: 36px;
  }
}

/* Legacy credits-grid (keeping for compatibility) */
.credits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 1100px;
  margin: 0 auto 50px;
}

.credit-package {
  background: white;
  border-radius: 16px;
  padding: 32px 28px;
  border: 2px solid #e5e7eb;
  transition: all 0.4s ease;
  text-align: center;
  position: relative;
}

.credit-package:hover {
  border-color: var(--light-purple);
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(34, 5, 55, 0.1);
}

.credit-package.featured {
  border-color: var(--orange-accent);
  box-shadow: 0 12px 40px rgba(255, 119, 0, 0.15);
}

.credit-package .package-badge {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--orange-accent);
  color: white;
  padding: 4px 14px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.package-emoji {
  font-size: 42px;
  margin-bottom: 12px;
}

.package-tagline {
  font-size: 13px;
  color: #6b7280;
  font-style: italic;
  margin-bottom: 16px;
  line-height: 1.5;
}

.credit-package h4 {
  font-size: 18px;
  font-weight: 700;
  color: var(--primary-purple);
  margin-bottom: 8px;
}

.credit-amount {
  font-size: 42px;
  font-weight: 800;
  color: var(--primary-purple);
  margin-bottom: 4px;
}

.credit-amount span {
  font-size: 16px;
  font-weight: 500;
  color: #6b7280;
}

.credit-price {
  margin: 16px 0;
  padding: 16px 0;
  border-top: 1px solid #f3f4f6;
  border-bottom: 1px solid #f3f4f6;
}

.credit-price .total {
  font-size: 28px;
  font-weight: 700;
  color: var(--primary-purple);
}

.credit-price .per-credit {
  font-size: 14px;
  color: #6b7280;
  margin-top: 4px;
}

.credit-price .savings {
  display: inline-block;
  background: #d1fae5;
  color: #065f46;
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
  margin-top: 8px;
}

.credit-features {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  text-align: left;
}

.credit-features li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #4b5563;
  margin-bottom: 10px;
}

.credit-features li i {
  color: #10b981;
  font-size: 12px;
}

.credit-btn {
  display: block;
  width: 100%;
  padding: 12px 20px;
  background: var(--bg-light);
  color: var(--primary-purple);
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
}

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

.credit-package.featured .credit-btn {
  background: var(--orange-accent);
  color: white;
}

.credit-package.featured .credit-btn:hover {
  background: #e66a00;
}

.credit-package.starter {
  background: linear-gradient(180deg, #fefce8 0%, white 30%);
}

.credit-package.enterprise {
  background: linear-gradient(180deg, #f0f9ff 0%, white 30%);
}

/* Free Trial Card */
.free-trial-card {
  display: flex;
  align-items: center;
  gap: 20px;
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
  border: 2px solid #86efac;
  border-radius: 12px;
  padding: 20px 24px;
  margin-bottom: 32px;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.trial-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.trial-icon i {
  font-size: 22px;
  color: white;
}

.trial-content {
  flex: 1;
}

.trial-content h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--primary-purple);
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.trial-tag {
  background: #10b981;
  color: white;
  font-size: 10px;
  padding: 3px 8px;
  border-radius: 10px;
  font-weight: 600;
  text-transform: uppercase;
}

.trial-content>p {
  color: #4b5563;
  font-size: 13px;
  margin-bottom: 10px;
}

.trial-features {
  display: flex;
  gap: 14px;
  margin-bottom: 12px;
  flex-wrap: wrap;
}

.trial-features span {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  color: #065f46;
  font-weight: 500;
}

.trial-features i {
  color: #10b981;
}

.trial-start-btn {
  display: inline-block;
  background: #10b981;
  color: white;
  padding: 8px 18px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 13px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 14px rgba(16, 185, 129, 0.3);
}

.trial-start-btn:hover {
  background: #059669;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(16, 185, 129, 0.4);
}

/* Legacy free trial banner (keeping for compatibility) */
.free-trial-banner {
  background: linear-gradient(135deg, var(--primary-purple) 0%, var(--light-purple) 100%);
  border-radius: 16px;
  padding: 40px;
  text-align: center;
  color: white;
  max-width: 900px;
  margin: 0 auto;
}

.free-trial-banner h3 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 12px;
}

.free-trial-banner p {
  font-size: 16px;
  opacity: 0.9;
  margin-bottom: 24px;
}

.free-trial-banner .trial-credits {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.15);
  padding: 10px 20px;
  border-radius: 25px;
  font-weight: 600;
  margin-bottom: 24px;
}

.free-trial-banner .trial-credits i {
  color: var(--orange-accent);
}

.trial-btn {
  display: inline-block;
  background: var(--orange-accent);
  color: white;
  padding: 14px 32px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 14px rgba(255, 119, 0, 0.3);
}

.trial-btn:hover {
  background: #e66a00;
  transform: translateY(-2px);
}

@media (max-width: 1024px) {
  .pricing-tiers {
    grid-template-columns: repeat(2, 1fr);
  }

  .pricing-footnotes {
    grid-template-columns: 1fr;
  }

  .credits-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .pricing-tiers {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .pricing-tier.featured {
    order: -1;
  }

  .credit-definition {
    flex-direction: column;
    text-align: center;
  }

  .credits-grid {
    grid-template-columns: 1fr;
    max-width: 350px;
  }

  .free-trial-banner {
    padding: 30px 20px;
  }

  .free-trial-banner h3 {
    font-size: 22px;
  }

  .free-trial-card {
    flex-direction: column;
    text-align: center;
    padding: 30px 24px;
  }

  .trial-content h3 {
    flex-direction: column;
    gap: 8px;
  }

  .trial-features {
    justify-content: center;
  }
}

/* ==========================================
   LEGAL PAGES (Terms, Privacy)
   ========================================== */
.legal-hero {
  padding: 100px 0 40px;
  background: white;
  text-align: center;
}

.legal-hero h1 {
  font-size: 36px;
  font-weight: 800;
  color: var(--primary-purple);
  margin-bottom: 8px;
}

.legal-updated {
  font-size: 14px;
  color: #6b7280;
}

.legal-content {
  padding: 40px 0 80px;
  background: white;
}

.legal-body {
  max-width: 800px;
  margin: 0 auto;
}

.legal-body h2 {
  font-size: 22px;
  font-weight: 700;
  color: var(--primary-purple);
  margin: 40px 0 16px;
  padding-top: 20px;
  border-top: 1px solid #e5e7eb;
}

.legal-body h2:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.legal-body h3 {
  font-size: 18px;
  font-weight: 600;
  color: var(--primary-purple);
  margin: 24px 0 12px;
}

.legal-body p {
  font-size: 15px;
  line-height: 1.7;
  color: #4b5563;
  margin-bottom: 16px;
}

.legal-body ul {
  margin: 0 0 16px 0;
  padding-left: 24px;
}

.legal-body ul li {
  font-size: 15px;
  line-height: 1.7;
  color: #4b5563;
  margin-bottom: 8px;
}

.legal-body a {
  color: var(--primary-purple);
  text-decoration: underline;
}

.legal-body a:hover {
  color: var(--orange-accent);
}

/* ==========================================
   CAREERS PAGE
   ========================================== */
.careers-hero {
  padding: 100px 0 40px;
  background: white;
  text-align: center;
}

.careers-hero h1 {
  font-size: 36px;
  font-weight: 800;
  color: var(--primary-purple);
  margin-bottom: 12px;
}

.careers-hero p {
  font-size: 18px;
  color: #6b7280;
  max-width: 500px;
  margin: 0 auto;
}

.careers-content {
  padding: 40px 0 80px;
  background: white;
}

.careers-content .container {
  max-width: 800px;
}

.careers-intro {
  margin-bottom: 50px;
}

.careers-intro h2 {
  font-size: 28px;
  font-weight: 700;
  color: var(--primary-purple);
  margin-bottom: 16px;
}

.careers-intro p {
  font-size: 16px;
  line-height: 1.7;
  color: #4b5563;
}

.careers-values {
  margin-bottom: 50px;
}

.careers-values h3,
.careers-openings h3,
.careers-future h3 {
  font-size: 22px;
  font-weight: 700;
  color: var(--primary-purple);
  margin-bottom: 24px;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.value-card {
  background: #f9fafb;
  padding: 24px;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
}

.value-card i {
  font-size: 24px;
  color: var(--orange-accent);
  margin-bottom: 12px;
}

.value-card h4 {
  font-size: 16px;
  font-weight: 700;
  color: var(--primary-purple);
  margin-bottom: 8px;
}

.value-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #6b7280;
  margin: 0;
}

.careers-openings {
  margin-bottom: 50px;
}

.no-openings {
  text-align: center;
  padding: 50px 30px;
  background: #f9fafb;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
}

.no-openings-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
  background: #e5e7eb;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.no-openings-icon i {
  font-size: 24px;
  color: #9ca3af;
}

.no-openings h4 {
  font-size: 18px;
  font-weight: 700;
  color: var(--primary-purple);
  margin-bottom: 12px;
}

.no-openings p {
  font-size: 15px;
  line-height: 1.6;
  color: #6b7280;
  max-width: 450px;
  margin: 0 auto 16px;
}

.careers-email-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--primary-purple);
  color: white;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-top: 8px;
}

.careers-email-btn:hover {
  background: var(--light-purple);
  transform: translateY(-2px);
}

.careers-future p {
  font-size: 15px;
  line-height: 1.7;
  color: #4b5563;
  margin-bottom: 16px;
}

.careers-future ul {
  margin: 0 0 20px 0;
  padding-left: 24px;
}

.careers-future ul li {
  font-size: 15px;
  line-height: 1.7;
  color: #4b5563;
  margin-bottom: 8px;
}

.careers-future ul li strong {
  color: var(--primary-purple);
}

@media (max-width: 600px) {
  .values-grid {
    grid-template-columns: 1fr;
  }

  .legal-hero h1,
  .careers-hero h1 {
    font-size: 28px;
  }
}

/* ==========================================
   FOOTER LEGAL LINKS
   ========================================== */
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.footer-legal-links {
  display: flex;
  gap: 24px;
}

.footer-legal-links a {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-legal-links a:hover {
  color: white;
}

@media (max-width: 600px) {
  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }

  .footer-legal-links {
    justify-content: center;
  }
}
