/* ============================================================
   CSS CUSTOM PROPERTIES
============================================================ */
:root {
  /* Colors */
  --bg-primary:       #050816;
  --bg-card:          rgba(255, 255, 255, 0.05);
  --bg-card-dark:     #0b1225;
  --bg-black-20:      rgba(0, 0, 0, 0.20);

  --color-cyan:       #22d3ee;
  --color-cyan-dim:   rgba(103, 232, 249, 0.9);
  --color-blue:       #60a5fa;
  --color-purple:     #a855f7;
  --color-white:      #ffffff;
  --color-gray-200:   #e5e7eb;
  --color-gray-300:   #d1d5db;
  --color-gray-400:   #9ca3af;
  --color-gray-500:   #6b7280;
  --color-red:        #f87171;

  /* Borders */
  --border-subtle:      rgba(255, 255, 255, 0.10);
  --border-card:        rgba(255, 255, 255, 0.05);
  --border-cyan:        rgba(34, 211, 238, 0.20);
  --border-cyan-hover:  rgba(34, 211, 238, 0.40);

  /* Gradients */
  --gradient-primary:       linear-gradient(to right, var(--color-cyan), var(--color-blue));
  --gradient-hero-text:     linear-gradient(to right, var(--color-cyan), var(--color-blue), var(--color-purple));
  --gradient-cta-bg:        linear-gradient(to right, rgba(6, 182, 212, 0.10), rgba(168, 85, 247, 0.10));
  --gradient-success-bg:    linear-gradient(to right, rgba(34, 211, 238, 0.10), rgba(96, 165, 250, 0.10));
  --gradient-icon:          linear-gradient(135deg, var(--color-cyan), var(--color-blue));

  /* Radii */
  --radius-sm:   0.75rem;
  --radius-md:   1.00rem;
  --radius-lg:   1.50rem;
  --radius-xl:   2.00rem;
  --radius-2xl:  2.25rem;
  --radius-3xl:  2.50rem;
  --radius-pill: 9999px;

  /* Typography */
  --font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
                 "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;

  /* Spacing scale */
  --space-1:  0.25rem;
  --space-2:  0.50rem;
  --space-3:  0.75rem;
  --space-4:  1.00rem;
  --space-5:  1.25rem;
  --space-6:  1.50rem;
  --space-8:  2.00rem;
  --space-10: 2.50rem;
  --space-12: 3.00rem;
  --space-16: 4.00rem;
  --space-20: 5.00rem;
  --space-24: 6.00rem;

  /* Layout */
  --max-width: 1280px;

  /* Transitions */
  --tr-fast: 0.15s ease;
  --tr:      0.20s ease;
  --tr-slow: 0.30s ease;
}


/* ============================================================
   RESET & BASE
============================================================ */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin:  0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--font-family);
  background-color: var(--bg-primary);
  color: var(--color-white);
  line-height: 1.6;
  min-height: 100vh;
  overflow-x: hidden;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

ul[role="list"],
ol[role="list"] {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  cursor: pointer;
  border: none;
  background: transparent;
}

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


/* ============================================================
   NAVBAR
============================================================ */
nav {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   z-index: 999;
   background: #ffffff;
   backdrop-filter: blur(14px);
   border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.nav-wrapper {
   display: flex;
   justify-content: space-between;
   align-items: center;
   padding: 22px 0;
}

.logo {
   display: flex;
   align-items: center;
}

.logo img {
   height: 64px;
   width: auto;
   display: block;
   object-fit: contain;
}

@media (max-width: 767px) {
    .logo img {
        height: 48px;
    }
}

.nav-links {
   display: flex;
   gap: 30px;
}

.nav-links a {
   color: #2a2c2f;
   font-size: 15px;
   transition: 0.3s;
   font-weight: 800;
}

.nav-links a:hover {
   color: #00d9ff;
}

.nav-btn {
   padding: 10px 10px;
   border-radius: 60px;
   background: linear-gradient(90deg, #00d9ff, #0055ff);
   color: white;
   font-weight: 700;
   box-shadow: 0 0 30px rgba(0, 217, 255, 0.25);
   font-size: 13px;
}
.nav-btn:hover {
   color: white;
}

.nav-toggle {
   display: none;
}

/* ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ Mobile nav (tablet + mobile ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°Ãƒâ€šÃ‚Â¤1023px) ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ */
@media(max-width:1023px) {
   .nav-toggle {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 5px;
      width: 44px;
      height: 44px;
      padding: 0;
      background: transparent;
      border: none;
      cursor: pointer;
      border-radius: 0.375rem;
      transition: background 0.2s;
      flex-shrink: 0;
      order: 2;
   }
   .nav-toggle:hover { background: rgba(42,44,47,0.07); }
   .nav-toggle span {
      display: block;
      width: 24px;
      height: 2px;
      background: #2a2c2f;
      border-radius: 2px;
      transition: transform 0.25s ease, opacity 0.2s ease;
   }
   .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
   .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
   .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
   .nav-btn { display: none; }
   .nav-links {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      z-index: 998;
      display: flex;
      flex-direction: column;
      align-items: stretch;
      gap: 0;
      padding: 0.375rem 0 0.75rem;
      background: #ffffff;
      border-top: 2px solid #00d9ff;
      border-bottom: 1px solid rgba(42,44,47,0.10);
      box-shadow: 0 8px 32px rgba(0,0,0,0.12);
      visibility: hidden;
      opacity: 0;
      pointer-events: none;
      transform: translateY(-0.4rem);
      transition: opacity 0.22s ease, visibility 0s 0.22s, transform 0.22s ease;
   }
   .nav-links.is-open {
      visibility: visible;
      opacity: 1;
      pointer-events: auto;
      transform: translateY(0);
      transition: opacity 0.22s ease, visibility 0s 0s, transform 0.22s ease;
   }
   .nav-links a {
      display: block;
      width: 100%;
      padding: 1rem 1.5rem;
      border-bottom: 1px solid rgba(42,44,47,0.06);
      color: #2a2c2f !important;
      font-weight: 800;
      font-size: 1.125rem;
      line-height: 1.4;
      text-align: left;
      text-decoration: none;
      transition: background 0.15s, color 0.15s;
   }
   .nav-links a:last-child { border-bottom: none; }
   .nav-links a:hover,
   .nav-links a:active {
      background: rgba(42,44,47,0.04);
      color: #00d9ff !important;
   }
}

/* ============================================================
   LAYOUT
============================================================ */
.container {
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  padding-inline: var(--space-6);
}


/* ============================================================
   BACKGROUND OVERLAY
============================================================ */
.bg-overlay {
  position: fixed;
  inset: 0;
  background:
    radial-gradient(circle at top right,    rgba(30,  58, 138, 0.20), transparent 30%),
    radial-gradient(circle at bottom left, rgba(124, 58, 237, 0.20), transparent 30%);
  pointer-events: none;
  z-index: 0;
}


/* ============================================================
   TYPOGRAPHY UTILITIES
============================================================ */
.text-gradient {
  display: block;
  background: var(--gradient-hero-text);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.text-cyan {
  color: var(--color-cyan);
}


/* ============================================================
   BUTTONS
============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  border-radius: var(--radius-xl);
  font-weight: 700;
  font-size: 0.9rem;
  line-height: 1;
  white-space: nowrap;
  transition: var(--tr);
  cursor: pointer;
}

/* White */
.btn--white {
  background-color: var(--color-white);
  color: #000;
}
.btn--white:hover,
.btn--white:focus-visible {
  background-color: var(--color-gray-200);
}

/* CyanÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢Blue gradient */
.btn--gradient {
  background: var(--gradient-primary);
  color: #000;
}
.btn--gradient:hover,
.btn--gradient:focus-visible {
  opacity: 0.88;
}

/* Outline / ghost border */
.btn--outline {
  border: 1px solid var(--border-subtle);
  background-color: var(--bg-card);
  color: var(--color-white);
}
.btn--outline:hover,
.btn--outline:focus-visible {
  background-color: rgba(255, 255, 255, 0.10);
}

/* Ghost (card button) */
.btn--ghost {
  background-color: rgba(255, 255, 255, 0.10);
  color: var(--color-white);
  border-radius: var(--radius-sm);
  padding: 0.7rem 1.25rem;
  font-size: 0.875rem;
}
.btn--ghost:hover,
.btn--ghost:focus-visible {
  background-color: var(--color-cyan);
  color: #000;
}

/* Large size modifier */
.btn--lg {
  padding: 1.1rem 2.5rem;
  font-size: 1rem;
}

/* Focus ring for keyboard nav */
.btn:focus-visible {
  outline: 2px solid var(--color-cyan);
  outline-offset: 3px;
}


/* ============================================================
   GLASS CARD
============================================================ */
.glass-card {
  background-color: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-2xl);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
}


/* ============================================================
   BADGE
============================================================ */
.badge {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  background-color: rgba(255, 255, 255, 0.10);
  border: 1px solid var(--border-subtle);
  padding: 0.45rem 1rem;
  border-radius: var(--radius-pill);
  font-size: 0.875rem;
  color: var(--color-cyan);
}

.badge__dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: var(--color-cyan);
  flex-shrink: 0;
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}


/* ============================================================
   SECTION HEADER
============================================================ */
.section-header {
  text-align: center;
  max-width: 52rem;
  margin-inline: auto;
}

.section-badge {
  display: inline-block;
  padding: 0.45rem 1.25rem;
  border-radius: var(--radius-pill);
  background-color: rgba(6, 182, 212, 0.10);
  border: 1px solid var(--border-cyan);
  color: var(--color-cyan);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-bottom: var(--space-6);
}

.section-title {
  font-size: 40px;
  font-weight: 900;
  line-height: 1.15;
}


/* ============================================================
   SITE HEADER
============================================================ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid var(--border-subtle);
  background-color: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
}

.site-nav {
  max-width: var(--max-width);
  margin-inline: auto;
  padding: 1.25rem var(--space-6);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
}

/* Brand */
.nav-brand {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}

.nav-brand__title {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.2;
}

.nav-brand__subtitle {
  font-size: 0.75rem;
  color: var(--color-gray-400);
  margin-top: 1px;
}

/* Desktop links */
.nav-links {
  display: flex;
  align-items: center;
  gap: var(--space-8);
  list-style: none;
}

.nav-link {
  font-size: 0.875rem;
  color: var(--color-gray-300);
  transition: color var(--tr-fast);
}
.nav-link:hover,
.nav-link:focus-visible {
  color: var(--color-white);
}

/* Nav right-side actions */
.nav-actions {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  flex-shrink: 0;
}

/* Hamburger */
.nav-hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  padding: var(--space-2);
  background: transparent;
  border: none;
  cursor: pointer;
  border-radius: var(--radius-sm);
  transition: background-color var(--tr-fast);
}
.nav-hamburger:hover {
  background-color: var(--bg-card);
}
.nav-hamburger:focus-visible {
  outline: 2px solid var(--color-cyan);
  outline-offset: 3px;
}

.hamburger-bar {
  display: block;
  width: 22px;
  height: 2px;
  background-color: var(--color-white);
  border-radius: 2px;
  transition: transform var(--tr), opacity var(--tr);
  transform-origin: center;
}

/* Animated X state */
.nav-hamburger[aria-expanded="true"] .hamburger-bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.nav-hamburger[aria-expanded="true"] .hamburger-bar:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.nav-hamburger[aria-expanded="true"] .hamburger-bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* Mobile dropdown menu */
.mobile-menu {
  display: none;
  border-top: 1px solid var(--border-subtle);
  background-color: rgba(5, 8, 22, 0.98);
}
.mobile-menu.is-open {
  display: block;
}
.mobile-menu ul {
  list-style: none;
  padding: var(--space-2) var(--space-6);
}
.mobile-menu__link {
  display: block;
  padding: 0.9rem 0;
  font-size: 1rem;
  color: var(--color-gray-300);
  border-bottom: 1px solid var(--border-subtle);
  transition: color var(--tr-fast);
}
.mobile-menu__link:hover,
.mobile-menu__link:focus-visible {
  color: var(--color-cyan);
}
.mobile-menu li:last-child .mobile-menu__link {
  border-bottom: none;
}


/* ============================================================
   HERO SECTION
============================================================ */
.hero {
  position: relative;
  z-index: 10;
}

.hero__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-16);
  align-items: center;
  padding-top: var(--space-24);
  padding-bottom: 4rem;
}

/* Left column */
.hero__content {
  display: flex;
  flex-direction: column;
}

.hero__title {
  font-size: 50px;
  font-weight: 900;
  line-height: 1.05;
  margin-top: var(--space-8);
}

.hero__description {
  margin-top: var(--space-8);
  font-size: 1.15rem;
  color: var(--color-gray-300);
  line-height: 1.75;
}

/* Tag cloud */
.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  margin-top: var(--space-8);
  list-style: none;
}

.tag {
  padding: 0.45rem 1rem;
  border-radius: var(--radius-pill);
  background-color: var(--bg-card);
  border: 1px solid var(--border-subtle);
  font-size: 0.8rem;
  color: var(--color-cyan-dim);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-5);
  margin-top: var(--space-10);
}

/* Right column: stats panel */
.hero__panel {
 position: relative;
    padding-top: 30px;
}

.glow {
  position: absolute;
  width: 18rem;
  height: 18rem;
  border-radius: 50%;
  filter: blur(120px);
  pointer-events: none;
  z-index: 0;
}
.glow--blue {
  top: -5rem;
  left: -2.5rem;
  background-color: rgba(59, 130, 246, 0.28);
}
.glow--purple {
  bottom: -2.5rem;
  right: 0;
  background-color: rgba(168, 85, 247, 0.28);
}

.hero__stats-card {
  padding: var(--space-8);
  position: relative;
  z-index: 1;
}

.hero__stats-title {
  font-size: 1.875rem;
  font-weight: 900;
}

.demand-list {
  display: flex;
  flex-direction: column;
  gap: var(--space-5);
  margin-top: var(--space-8);
  list-style: none;
}

.demand-item {
  background-color: var(--bg-black-20);
  border: 1px solid var(--border-card);
  border-radius: var(--radius-xl);
  padding: var(--space-5);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--space-4);
}

.demand-item__info {
  min-width: 0;
}

.demand-item__title {
  font-weight: 600;
  font-size: 0.9rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.demand-item__label {
  font-size: 0.8rem;
  color: var(--color-gray-400);
  margin-top: 2px;
}

.demand-badge {
  color: var(--color-cyan);
  font-weight: 700;
  font-size: 0.8rem;
  white-space: nowrap;
  flex-shrink: 0;
}


/* ============================================================
   JOBS SECTION
============================================================ */
.jobs-section {
  position: relative;
  z-index: 10;
  padding-block: var(--space-24);
  border-top: 1px solid var(--border-subtle);
}

.jobs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-8);
  margin-top: var(--space-20);
}

/* Individual job card */
.job-card {
  background-color: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-xl);
  padding: var(--space-8);
  display: flex;
  flex-direction: column;
  transition: border-color var(--tr-slow);
}
.job-card:hover {
  border-color: var(--border-cyan-hover);
}

.job-card__icon {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: var(--radius-md);
  background: var(--gradient-icon);
  flex-shrink: 0;
  margin-bottom: var(--space-6);
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(0, 217, 255, 0.15), rgba(123, 47, 247, 0.15));
    border: 1px solid rgba(0, 217, 255, 0.2);
}

.job-card__icon svg {
  width: 1.625rem;
  height: 1.625rem;
  color: var(--color-white);
  flex-shrink: 0;
}

.job-card__title {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.25;
}

.job-card__desc {
  color: var(--color-gray-400);
  margin-top: var(--space-4);
  line-height: 1.7;
  font-size: 0.9375rem;
  flex: 1;
}

.job-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: var(--space-8);
  gap: var(--space-4);
  flex-wrap: wrap;
}

.job-card__salary-label {
  display: block;
  font-size: 0.75rem;
  color: var(--color-gray-500);
}

.job-card__salary-amount {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-cyan);
  margin-top: 1px;
}


/* ============================================================
   CTA SECTION
============================================================ */
.cta-section {
  position: relative;
  z-index: 10;
  padding-block: var(--space-24);
  border-top: 1px solid var(--border-subtle);
}

.cta-card {
  background: var(--gradient-cta-bg);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-3xl);
  padding: var(--space-16);
  text-align: center;
}

.cta-title {
  font-size: 40px;
  font-weight: 900;
  line-height: 1.1;
}

.cta-description {
  margin: var(--space-8) auto 0;
  font-size: 1.15rem;
  color: var(--color-gray-300);
  line-height: 1.75;
  max-width: 48rem;
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--space-6);
  margin-top: var(--space-12);
}


/* ============================================================
   FOOTER
============================================================ */
.site-footer {
  border-top: 1px solid var(--border-subtle);
  padding-block: 2.5rem;
  text-align: center;
  color: var(--color-gray-500);
  font-size: 0.875rem;
  position: relative;
  z-index: 10;
}


/* ============================================================
   MODAL
============================================================ */
.modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 200;
  background-color: rgba(0, 0, 0, 0.80);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  align-items: center;
  justify-content: center;
  padding: var(--space-6);
  overflow-y: auto;
}
.modal-overlay.is-open {
  display: flex;
}

.modal {
  position: relative;
  width: 100%;
  max-width: 48rem;
  background-color: var(--bg-card-dark);
  border: 1px solid var(--border-cyan);
  border-radius: var(--radius-2xl);
  padding: var(--space-10);
  margin: auto;
}

.modal__close {
  position: absolute;
  top: var(--space-5);
  right: var(--space-5);
  font-size: 2rem;
  line-height: 1;
  color: var(--color-gray-400);
  padding: 0.25rem 0.6rem;
  border-radius: var(--radius-sm);
  transition: color var(--tr-fast), background-color var(--tr-fast);
  cursor: pointer;
  background: transparent;
  border: none;
}
.modal__close:hover,
.modal__close:focus-visible {
  color: var(--color-white);
  background-color: var(--bg-card);
}
.modal__close:focus-visible {
  outline: 2px solid var(--color-cyan);
  outline-offset: 2px;
}

.modal__title {
  font-size: clamp(1.75rem, 4vw, 3rem);
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: var(--space-6);
  padding-right: var(--space-12);
}

.modal__desc {
  font-size: 1.1rem;
  color: var(--color-gray-300);
  line-height: 1.75;
  margin-bottom: var(--space-8);
}

/* Form card inside modal */
.modal__form-card {
  background-color: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  padding: var(--space-8);
}

.modal__form-title {
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: var(--space-4);
}

.modal__form-desc {
  color: var(--color-gray-400);
  font-size: 0.9375rem;
  line-height: 1.65;
  margin-bottom: var(--space-6);
}

.modal__form-row {
  display: flex;
  gap: var(--space-4);
  align-items: stretch;
}

.form-input {
  flex: 1;
  background-color: rgba(0, 0, 0, 0.30);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-xl);
  padding: 1rem 1.25rem;
  color: var(--color-white);
  font-size: 0.9375rem;
  outline: none;
  transition: border-color var(--tr-fast);
  min-width: 0;
}
.form-input::placeholder {
  color: var(--color-gray-500);
}
.form-input:focus {
  border-color: rgba(34, 211, 238, 0.40);
}

.form-error {
  color: var(--color-red);
  font-size: 0.8125rem;
  margin-top: var(--space-2);
  min-height: 1.25rem;
}
.form-error:empty {
  display: none;
}

/* Success panel */
.modal__success {
  display: none;
  background: var(--gradient-success-bg);
  border: 1px solid var(--border-cyan);
  border-radius: var(--radius-lg);
  padding: var(--space-8);
  text-align: center;
}
.modal__success.is-visible {
  display: block;
}

.modal__success-title {
  font-size: 1.875rem;
  font-weight: 900;
  color: var(--color-cyan-dim);
  margin-bottom: var(--space-4);
}

.modal__success-desc {
  font-size: 1.05rem;
  color: var(--color-gray-300);
  line-height: 1.6;
}

/* Hidden helper */
.is-hidden {
  display: none !important;
}


/* ============================================================
   ANIMATIONS
============================================================ */
@keyframes pulse {
  0%, 100% { opacity: 1; }
  50%       { opacity: 0.4; }
}


/* ============================================================
   RESPONSIVE ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â LARGE DESKTOP  (ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°Ãƒâ€šÃ‚Â¥ 1536px)
============================================================ */
@media (min-width: 1536px) {
  :root {
    --max-width: 1400px;
  }
}


/* ============================================================
   RESPONSIVE ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â TABLET  (ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°Ãƒâ€šÃ‚Â¤ 1100px)
   Two-column jobs grid, stacked hero
============================================================ */
@media (max-width: 1100px) {
  .hero__inner {
    grid-template-columns: 1fr;
    gap: var(--space-12);
    padding-top: var(--space-16);
    padding-bottom: var(--space-20);
  }

  .hero__panel {
    max-width: 36rem;
    margin-inline: auto;
    width: 100%;
  }

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

  .cta-card {
    padding: var(--space-12) var(--space-8);
  }
}


/* ============================================================
   RESPONSIVE ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â TABLET PORTRAIT  (ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°Ãƒâ€šÃ‚Â¤ 768px)
============================================================ */
@media (max-width: 768px) {
  /* Removed legacy nav-links hide */

  /* Hero */
  .hero__inner {
    padding-top: var(--space-12);
    padding-bottom: var(--space-16);
  }

  .hero__description {
    font-size: 1rem;
  }

  .hero__actions {
    flex-direction: column;
  }
  .hero__actions .btn {
    width: 100%;
    justify-content: center;
  }

  /* Tags */
  .tag-list {
    gap: var(--space-2);
  }

  /* Stats panel */
  .hero__stats-title {
    font-size: 1.5rem;
  }
  .demand-item__title {
    white-space: normal;
  }

  /* Jobs */
  .jobs-section {
    padding-block: var(--space-16);
  }
  .jobs-grid {
    grid-template-columns: 1fr;
    gap: var(--space-6);
    margin-top: var(--space-12);
  }

  /* CTA */
  .cta-section {
    padding-block: var(--space-16);
  }
  .cta-card {
    padding: var(--space-10) var(--space-6);
    border-radius: var(--radius-xl);
  }
  .cta-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .cta-actions .btn {
    width: 100%;
    justify-content: center;
  }

  /* Modal */
  .modal {
    padding: var(--space-8) var(--space-6);
    border-radius: var(--radius-xl);
  }
  .modal__form-row {
    flex-direction: column;
  }
  .modal__form-row .btn {
    width: 100%;
    justify-content: center;
  }
}


/* ============================================================
   RESPONSIVE ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â SMALL MOBILE  (ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°Ãƒâ€šÃ‚Â¤ 480px)
============================================================ */
@media (max-width: 480px) {
  .container {
    padding-inline: var(--space-4);
  }

  .site-nav {
    padding-inline: var(--space-4);
  }

  .nav-brand__title {
    font-size: 1.25rem;
  }

  .hero__inner {
    padding-top: var(--space-10);
    padding-bottom: var(--space-12);
  }

  .hero__stats-card {
    padding: var(--space-6);
  }

  .demand-item {
    padding: var(--space-4);
  }

  .jobs-section {
    padding-block: var(--space-12);
  }

  .job-card {
    padding: var(--space-6);
  }

  .cta-card {
    padding: var(--space-8) var(--space-5);
  }

  .modal {
    padding: var(--space-6) var(--space-5);
  }

  .modal__title {
    padding-right: var(--space-8);
    font-size: 1.5rem;
  }

  .modal__desc {
    font-size: 0.9375rem;
  }

  .modal__form-card {
    padding: var(--space-6);
  }

  .modal__success {
    padding: var(--space-6);
  }

  .modal__success-title {
    font-size: 1.5rem;
  }
}

/* ============================================================
   CYBERSECURITY FOOTER
============================================================ */
.cs-footer {
  background: #ffffff;
  border-top: 1px solid #eaeaea;
  padding-top: 4rem;
}

.cs-footer__grid {
  display: grid;
  gap: 3rem 2rem;
  padding-bottom: 3rem;
}

@media (min-width: 768px) {
  .cs-footer__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .cs-footer__grid {
    grid-template-columns: 3fr 1.5fr 1.5fr 2.5fr;
    gap: 4rem 2rem;
  }
}

.cs-footer h5 {
  color: #1a1c20;
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 18px;
}

.cs-footer ul li {
  margin-bottom: 0.875rem;
  color: #3f444a;
  font-size: 15px;
}

.cs-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cs-footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cs-footer-menu a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #3f444a;
  transition: all 0.2s ease;
  text-decoration: none;
}

.cs-footer-menu a svg {
  color: #0055ff;
  transition: transform 0.2s ease;
}

.cs-footer-menu a:hover {
  color: #00d9ff;
  transform: translateX(4px);
}

.cs-footer a {
  color: #3f444a;
  text-decoration: none;
  transition: color 0.2s;
  font-size: 15px;
  font-weight: 600;
}

.cs-footer a:hover {
  color: #00d9ff;
}

.cs-footer__copy {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: #010206;
}

.cs-footer__copy p {
  margin: 0;
    color: #ffffff !important;
    font-size: 0.875rem !important;
}

.cs-footer p {
    padding-top: 15px;
    font-size: 15px;
    color: #202224;
}

/* ========================================================= */
/* BACK TO TOP */
/* ========================================================= */

#back-to-top {
   position: fixed;
   bottom: 30px;
   right: 30px;
   width: 48px;
   height: 48px;
   background: linear-gradient(135deg, #00d9ff, #7b2ff7);
   color: #fff;
   font-size: 28px;
   line-height: 48px;
   text-align: center;
   border-radius: 50%;
   text-decoration: none;
   box-shadow: 0 4px 15px rgba(0, 217, 255, 0.4);
   opacity: 0;
   visibility: hidden;
   transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
   z-index: 9999;
}

#back-to-top.visible {
   opacity: 1;
   visibility: visible;
}

#back-to-top:hover {
   transform: translateY(-4px);
   box-shadow: 0 8px 25px rgba(0, 217, 255, 0.6);
}

.case-studies
{
  padding: 60px 0;
    background: transparent;
    border-top: 1px solid var(--border-subtle);
}
/* ========================================================= */
/* HIRING MODELS SECTION */
/* ========================================================= */
.hiring-models-split {
  padding: 50px 0;
  position: relative;
  background: transparent;
  border-top: 1px solid var(--border-subtle);
}
.split-layout-container {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  align-items: flex-start;
}
.split-left {
  flex: 1 1 400px;
  position: relative;
}
.sticky-content {
  position: sticky;
  top: 120px;
  padding-right: 20px;
}
.split-desc {
  margin-top: 20px;
  font-size: 1.1rem;
  line-height: 1.7;
  color: var(--color-text-muted, #a0aec0);
}
.glow-accent {
  position: absolute;
  top: 20%;
  left: -10%;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(0, 229, 255, 0.15) 0%, transparent 70%);
  filter: blur(40px);
  z-index: -1;
  pointer-events: none;
}

.split-right {
  flex: 1.5 1 500px;
}
.model-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.model-list-item {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 40px;
  display: flex;
  gap: 25px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  align-items: flex-start;
  backdrop-filter: blur(10px);
  margin-bottom: 10px;
}
.model-list-item:hover {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(0, 229, 255, 0.4);
  transform: translateX(10px);
  box-shadow: -10px 10px 30px rgba(0,0,0,0.2);
}
.model-list-icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: rgba(0, 229, 255, 0.1);
  color: var(--color-cyan, #00e5ff);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.4s ease, background 0.4s ease, box-shadow 0.4s ease;
}
.model-list-item:hover .model-list-icon {
  transform: scale(1.1) rotate(5deg);
  background: rgba(0, 229, 255, 0.2);
  box-shadow: 0 0 20px rgba(0, 229, 255, 0.2);
}
.model-list-icon svg {
  width: 32px;
  height: 32px;
}
.model-list-content {
  position: relative;
  z-index: 2;
}
.model-list-title {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 0 10px 0;
  color: #fff;
  transition: color 0.3s ease;
}
.model-list-item:hover .model-list-title {
  color: var(--color-cyan, #00e5ff);
}
.model-list-desc {
  font-size: 1rem;
  line-height: 1.6;
  color: var(--color-text-muted, #a0aec0);
  margin: 0;
}
.model-number-watermark {
  position: absolute;
  right: 20px;
  bottom: -20px;
  font-size: 120px;
  font-weight: 900;
  line-height: 1;
  color: rgba(255, 255, 255, 0.02);
  z-index: 1;
  pointer-events: none;
  transition: color 0.4s ease, transform 0.4s ease;
}
.model-list-item:hover .model-number-watermark {
  color: rgba(0, 229, 255, 0.04);
  transform: scale(1.1) translate(-10px, -10px);
}

@media (max-width: 992px) {
  .split-layout-container {
    flex-direction: column;
    gap: 40px;
  }
  .sticky-content {
    position: relative;
    top: 0;
  }
  .model-list-item {
    padding: 30px 20px;
    gap: 20px;
  }
  .model-list-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
  }
}
@media (max-width: 576px) {
  .model-list-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  .model-list-icon {
    width: 50px;
    height: 50px;
  }
  .model-list-icon svg {
    width: 24px;
    height: 24px;
  }
  .model-number-watermark {
    font-size: 80px;
    bottom: -10px;
  }
}

/* Slide In Right Animation */
@keyframes slideInRightCustom {
  0% {
    opacity: 0;
    transform: translateX(150px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.slide-in-right {
  opacity: 0;
  will-change: opacity, transform;
}
.slide-in-right.is-visible {
  animation: slideInRightCustom 0.6s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

/* Slide In Left Animation */
@keyframes slideInLeftCustom {
  0% {
    opacity: 0;
    transform: translateX(-150px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.slide-in-left {
  opacity: 0;
  will-change: opacity, transform;
}
.slide-in-left.is-visible {
  animation: slideInLeftCustom 0.6s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

/* Zoom In Animation */
@keyframes zoomInCustom {
  0% {
    opacity: 0;
    transform: scale(0.85);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.zoom-in {
  opacity: 0;
  will-change: opacity, transform;
}
.zoom-in.is-visible {
  animation: zoomInCustom 0.6s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@keyframes fadeUpCustom {
  from { opacity: 0; transform: translateY(40px); }
  to { opacity: 1; transform: translateY(0); }
}
.fade-up {
  opacity: 0;
  will-change: opacity, transform;
}
.fade-up.is-visible {
  animation: fadeUpCustom 0.6s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

/* ============================================================
   EXTRACTED INLINE STYLES
============================================================ */
.section-subtitle-custom {
  font-size: 1.25rem;
  font-weight: 500;
  margin-top: 10px;
  color: var(--color-text);
}

.section-desc-custom {
  margin-top: 15px;
  color: var(--color-text-muted);
  max-width: 800px;
  margin-inline: auto;
}

.hiring-models-title {
  margin-bottom: 20px;
}

.cs-footer-logo {
  height: 64px;
  width: auto;
  object-fit: contain;
}

.cs-footer-contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.cs-footer-flag {
  width: 20px;
  height: auto;
}

.cs-footer-copy-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* ========================================================= */
/* WHY SPHINX AI SECTION */
/* ========================================================= */
.why-ai-section {
   padding: 70px 0;
   border-top: 1px solid var(--border-subtle);
}

.why-ai-grid {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   gap: 30px;
   margin-top: 50px;
}

.why-ai-card {
   background: rgba(255, 255, 255, 0.04);
   border: 1px solid rgba(255, 255, 255, 0.08);
   border-radius: 20px;
   padding: 40px;
   transition: transform 0.3s, border-color 0.3s, box-shadow 0.3s;
}

.why-ai-card:hover {
   transform: translateY(-6px);
   border-color: rgba(0, 217, 255, 0.3);
   box-shadow: 0 12px 40px rgba(0, 217, 255, 0.1);
}

.why-ai-icon {
   width: 64px;
   height: 64px;
   display: flex;
   align-items: center;
   justify-content: center;
   margin-bottom: 22px;
   border-radius: 16px;
   background: linear-gradient(135deg, rgba(0, 217, 255, 0.15), rgba(123, 47, 247, 0.15));
   border: 1px solid rgba(0, 217, 255, 0.2);
}

.why-ai-icon svg {
   width: 24px;
   height: 24px;
   color: #00d9ff;
}

.why-ai-card h3 {
   font-size: 25px;
   font-weight: 700;
   margin-bottom: 14px;
   color: #00d9ff;
}

.why-ai-card p {
   color: rgba(255, 255, 255, 0.65);
   font-size: 0.95rem;
   line-height: 1.7;
   margin: 0;
}

@media (max-width: 900px) {
   .why-ai-grid {
      grid-template-columns: 1fr;
   }
}

/* ========================================================= */
/* AI TECH STACK SECTION */
/* ========================================================= */
.ai-stack-section {
  padding: 20px 0;
}

.ai-stack-container {
  padding: 35px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  position: relative;
}

.ai-stack-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.ai-stack-card {
  padding: 35px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  transition: 0.35s;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  column-gap: 20px;
}

.ai-stack-card:hover {
  transform: translateY(-10px) scale(1.02);
  border-color: #00d9ff;
  box-shadow: 0 0 45px rgba(0, 217, 255, 0.12);
}

.ai-stack-icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(0, 217, 255, 0.15), rgba(123, 47, 247, 0.15));
  border: 1px solid rgba(0, 217, 255, 0.2);
  grid-column: 1 / 2;
  margin-bottom: 0;
}

.ai-stack-icon svg {
  width: 24px;
  height: 24px;
  color: #00d9ff;
}

.ai-stack-card h3 {
  font-size: 20px;
  color: #00d9ff;
  line-height: 1.4;
  font-weight: 700;
  grid-column: 2 / 3;
  margin-bottom: 0;
}

.ai-stack-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  list-style: none;
  padding-left: 0;
  margin: 0;
  grid-column: 1 / -1;
  margin-top: 24px;
}

.ai-stack-card ul li {
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.875rem;
  font-weight: 700;
  color: #ffffff;
  display: inline-block;
}

/* ========================================================= */
/* HIRING STEPS SECTION */
/* ========================================================= */
.hiring-section {
   padding: 60px 0;
   background: transparent;
   border-top: 1px solid var(--border-subtle);
}

.hiring-flow {
   display: flex;
   align-items: stretch;
   gap: 0;
   margin-top: 52px;
}

.hiring-step {
   flex: 1;
   padding: 36px 28px;
   background: rgba(255, 255, 255, 0.03);
   border: 1px solid rgba(255, 255, 255, 0.07);
   border-radius: 24px;
   position: relative;
   overflow: hidden;
   display: flex;
   flex-direction: column;
   gap: 14px;
   transition: transform 0.35s, border-color 0.35s, box-shadow 0.35s;
}

.hiring-step::before {
   content: '';
   position: absolute;
   top: 0; left: 0; right: 0;
   height: 3px;
   background: linear-gradient(90deg, #00d9ff, #7b2ff7);
   opacity: 0.45;
   transition: opacity 0.3s;
}

.hiring-step:hover {
   transform: translateY(-8px);
   border-color: rgba(0, 217, 255, 0.3);
   box-shadow: 0 20px 56px rgba(0, 217, 255, 0.1);
}

.hiring-step:hover::before {
   opacity: 1;
}

.hiring-step-num {
   font-size: 10px;
   font-weight: 700;
   letter-spacing: 3px;
   color: rgba(0, 217, 255, 0.7);
   text-transform: uppercase;
}

.hiring-step-icon {
   width: 52px;
   height: 52px;
   border-radius: 14px;
   display: flex;
   align-items: center;
   justify-content: center;
   background: linear-gradient(135deg, rgba(0, 217, 255, 0.12), rgba(123, 47, 247, 0.12));
   border: 1px solid rgba(0, 217, 255, 0.18);
   flex-shrink: 0;
}

.hiring-step-icon svg {
   width: 20px;
   height: 20px;
   color: #00d9ff;
}

.hiring-step h3 {
   font-size: 16px;
   font-weight: 700;
   color: #fff;
   line-height: 1.3;
   margin: 0;
}

.hiring-step p {
   font-size: 14px;
   line-height: 1.7;
   color: rgba(255,255,255,0.65);
   margin: 0;
}

.hiring-arrow {
   display: flex;
   align-items: center;
   justify-content: center;
   padding: 0 16px;
   flex-shrink: 0;
   color: rgba(0, 217, 255, 0.35);
}

.hiring-arrow svg {
    width: 24px;
    height: 24px;
}

@media (max-width: 992px) {
   .hiring-flow {
      flex-direction: column;
      gap: 20px;
   }
   .hiring-arrow {
      transform: rotate(90deg);
      padding: 10px 0;
   }
}
/* ========================================================= */
/* AI USE CASE SECTION (SUCCESS STORIES)                     */
/* ========================================================= */

.ai-usecase-grid {
   display: grid;
   gap: 30px;
   grid-template-columns: repeat(3, minmax(0, 1fr));
   margin-top: 50px;
}

@media (max-width: 1023px) {
   .ai-usecase-grid {
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
   }
}

.ai-usecase-card {
   padding: 35px;
   background: rgba(255, 255, 255, 0.04);
   border: 1px solid rgba(255, 255, 255, 0.08);
   border-radius: 28px;
   transition: 0.35s;
   position: relative;
   overflow: hidden;
}

.ai-usecase-card:hover {
   background: rgba(255, 255, 255, 0.06);
   border-color: rgba(0, 217, 255, 0.3);
   transform: translateY(-5px);
   box-shadow: 0 10px 40px rgba(0, 217, 255, 0.08);
}

.ai-usecase-card h3 {
   font-size: 24px;
   margin-bottom: 18px;
   color: #00d9ff;
   line-height: 1.4;
}

.ai-usecase-card h4 {
   padding-top: 15px;
   font-size: 16px;
   margin-bottom: 5px;
   color: #fff;
}

.ai-usecase-card ul {
   list-style: none;
   padding: 0;
   margin: 16px 0 0;
}

.ai-usecase-card ul li {
   display: flex;
   align-items: center;
   gap: 12px;
   padding: 8px 0;
   color: #dce6ff;
   font-size: 15px;
   border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.ai-usecase-card ul li:last-child {
   border-bottom: none;
}

.ai-usecase-card ul li::before {
   content: "\2713";
   display: inline-flex;
   align-items: center;
   justify-content: center;
   min-width: 26px;
   height: 26px;
   background: rgba(0, 217, 255, 0.15);
   border: 1px solid rgba(0, 217, 255, 0.4);
   border-radius: 50%;
   color: #00d9ff;
   font-size: 13px;
   font-weight: 700;
   flex-shrink: 0;
}

/* Read More Button */
.btn-read-more {
   display: inline-flex;
   align-items: center;
   gap: 8px;
   margin-top: 20px;
   padding: 10px 20px;
   border-radius: 40px;
   border: 1px solid rgba(0, 217, 255, 0.3);
   background: rgba(0, 217, 255, 0.06);
   color: #00d9ff;
   font-size: 14px;
   font-weight: 600;
   text-decoration: none;
   transition: background 0.25s, border-color 0.25s, gap 0.25s, box-shadow 0.25s;
}

.btn-read-more svg {
   width: 14px;
   height: 14px;
   transition: transform 0.25s;
}

.btn-read-more:hover {
   background: rgba(0, 217, 255, 0.14);
   border-color: rgba(0, 217, 255, 0.6);
   box-shadow: 0 0 18px rgba(0, 217, 255, 0.15);
   gap: 12px;
   color: #00d9ff;
}

.btn-read-more:hover svg {
   transform: translateX(3px);
}


/* ========================================================= */
/* CONTACT POPUP MODAL                                        */
/* ========================================================= */

.contact-popup-overlay {
   position: fixed;
   inset: 0;
   z-index: 9999;
   display: flex;
   align-items: center;
   justify-content: center;
   padding: 20px;
   background: rgba(5, 8, 22, 0.85);
   backdrop-filter: blur(10px);
   -webkit-backdrop-filter: blur(10px);
   opacity: 0;
   visibility: hidden;
   transition: opacity 0.3s ease, visibility 0.3s ease;
}

.contact-popup-overlay.is-open {
   opacity: 1;
   visibility: visible;
}

.contact-popup-box {
   position: relative;
   width: 100%;
   max-width: 580px;
   max-height: 90vh;
   overflow-y: auto;
   background: #080d1c;
   border: 1px solid rgba(0, 217, 255, 0.2);
   border-radius: 24px;
   padding: 44px 40px 40px;
   box-shadow:
      0 0 0 1px rgba(0, 217, 255, 0.06),
      0 24px 80px rgba(0, 0, 0, 0.6),
      0 0 60px rgba(0, 217, 255, 0.08);
   transform: translateY(24px) scale(0.97);
   transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.contact-popup-overlay.is-open .contact-popup-box {
   transform: translateY(0) scale(1);
}

.contact-popup-box .text-gradient {
   display: inline-block;
}

/* Top accent bar */
.contact-popup-box::before {
   content: '';
   position: absolute;
   top: 0; left: 0; right: 0;
   height: 3px;
   background: linear-gradient(90deg, #00d9ff, #0055ff);
   border-radius: 24px 24px 0 0;
}

/* Scrollbar styling for the box */
.contact-popup-box::-webkit-scrollbar { width: 6px; }
.contact-popup-box::-webkit-scrollbar-track { background: transparent; }
.contact-popup-box::-webkit-scrollbar-thumb { background: rgba(0, 217, 255, 0.3); border-radius: 3px; }

/* Close button */
.contact-popup-close {
   position: absolute;
   top: 18px;
   right: 18px;
   width: 38px;
   height: 38px;
   border-radius: 50%;
   border: 1px solid rgba(255, 255, 255, 0.12);
   background: rgba(255, 255, 255, 0.05);
   color: #aac5e0;
   cursor: pointer;
   display: flex;
   align-items: center;
   justify-content: center;
   transition: background 0.2s, color 0.2s, border-color 0.2s, transform 0.2s;
}

.contact-popup-close:hover {
   background: rgba(0, 217, 255, 0.12);
   border-color: rgba(0, 217, 255, 0.45);
   color: #00d9ff;
   transform: rotate(90deg);
}

/* Header */
.contact-popup-header {
   margin-bottom: 28px;
}

.contact-popup-tag {
   display: inline-flex;
   align-items: center;
   gap: 6px;
   padding: 7px 16px;
   border-radius: 40px;
   background: rgba(0, 217, 255, 0.08);
   border: 1px solid rgba(0, 217, 255, 0.2);
   color: #00d9ff;
   font-size: 13px;
   font-weight: 600;
   margin-bottom: 18px;
}

.contact-popup-header h3 {
   font-size: 26px;
   font-weight: 800;
   line-height: 1.25;
   margin-bottom: 10px;
   color: #ffffff;
}

.contact-popup-header p {
   font-size: 14px;
   color: #8fa3c0;
   line-height: 1.7;
   margin: 0;
}

/* Form area */
.contact-popup-form {
   min-height: 100px;
}

/* Responsive */
@media (max-width: 600px) {
   .contact-popup-box {
      padding: 36px 22px 28px;
   }
   .contact-popup-header h3 {
      font-size: 22px;
   }
}

/* ========================================================= */
/* THANK YOU POPUP */
/* ========================================================= */

.thankyou-popup-overlay {
   z-index: 10000;
}

.thankyou-popup-box {
   max-width: 460px;
   text-align: center;
   border-color: rgba(0, 217, 255, 0.28);
}

.thankyou-popup-box::before {
   background: linear-gradient(90deg, #00d9ff, #00ff99, #0055ff);
}

.thankyou-content {
   display: flex;
   flex-direction: column;
   align-items: center;
   padding-top: 8px;
}

/* Animated SVG checkmark */
.thankyou-icon {
   width: 76px;
   height: 76px;
   margin: 0 auto 28px;
}

.thankyou-icon svg {
   width: 100%;
   height: 100%;
   overflow: visible;
}

.thankyou-circle {
   stroke-dasharray: 151;
   stroke-dashoffset: 151;
}

.thankyou-check {
   stroke-dasharray: 38;
   stroke-dashoffset: 38;
}

.thankyou-popup-overlay.is-open .thankyou-circle {
   stroke-dashoffset: 0;
   transition: stroke-dashoffset 0.65s cubic-bezier(0.4, 0, 0.2, 1) 0.15s;
}

.thankyou-popup-overlay.is-open .thankyou-check {
   stroke-dashoffset: 0;
   transition: stroke-dashoffset 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.75s;
}

.thankyou-popup-box h3 {
   font-size: 26px;
   font-weight: 800;
   line-height: 1.3;
   color: #fff;
   margin-bottom: 12px;
}

.thankyou-popup-box > .thankyou-content > p,
.thankyou-popup-box p {
   font-size: 14px;
   color: #8fa3c0;
   line-height: 1.75;
   margin-bottom: 24px;
   max-width: 340px;
}

.thankyou-popup-box p strong {
   color: #00d9ff;
}

.thankyou-items {
   display: flex;
   flex-direction: column;
   gap: 10px;
   margin-bottom: 32px;
   width: 100%;
   max-width: 290px;
   text-align: left;
}

.thankyou-item {
   display: flex;
   align-items: center;
   gap: 10px;
   font-size: 13px;
   color: #a8bdd6;
}

.thankyou-item i {
   color: #00d9ff;
   font-size: 12px;
   flex-shrink: 0;
}

.thankyou-close-btn {
   display: inline-flex;
   align-items: center;
   gap: 8px;
   justify-content: center;
   min-width: 150px;
   font-family: inherit;
   cursor: pointer;
   font-size: 15px;
}

@media (max-width: 600px) {
   .thankyou-popup-box {
      padding: 36px 22px 28px;
   }
   .thankyou-popup-box h3 {
      font-size: 22px;
   }
}

/* ========================================================= */
/* READ MORE POPUP                                            */
/* ========================================================= */

.rm-popup-box::before {
   background: linear-gradient(90deg, #7b2ff7, #00d9ff, #0055ff);
}

.rm-success-state {
   display: none;
   flex-direction: column;
   align-items: center;
   text-align: center;
   padding-top: 8px;
}

.rm-circle {
   stroke-dasharray: 151;
   stroke-dashoffset: 151;
}

.rm-check {
   stroke-dasharray: 38;
   stroke-dashoffset: 38;
}

.rm-success-state.rm-shown .rm-circle {
   stroke-dashoffset: 0;
   transition: stroke-dashoffset 0.65s cubic-bezier(0.4, 0, 0.2, 1) 0.15s;
}

.rm-success-state.rm-shown .rm-check {
   stroke-dashoffset: 0;
   transition: stroke-dashoffset 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.75s;
}

.rm-success-state h3 {
   font-size: 26px;
   font-weight: 800;
   line-height: 1.3;
   color: #fff;
   margin-bottom: 12px;
}

.rm-success-state p {
   font-size: 14px;
   color: #8fa3c0;
   line-height: 1.75;
   margin-bottom: 24px;
   max-width: 340px;
}

.rm-success-state p strong { color: #00d9ff; }

@media (max-width: 600px) {
   .rm-popup-box { padding: 36px 22px 28px; }
   .rm-success-state h3 { font-size: 22px; }
}

.lead-form input, .lead-form select {
    width: 100%;
    padding: 18px;
    margin-bottom: 18px;
    border: none;
    border-radius: 14px;
    background: #0c1730;
    color: white;
    font-size: 16px;
}
.btn-primary {
    padding: 18px 34px !important;
    border-radius: 60px !important;
    background: linear-gradient(90deg, #00d9ff, #0055ff) !important;
    color: white !important;
    font-weight: 700;
    box-shadow: 0 0 40px rgba(0, 217, 255, 0.25);
    transition: 0.35s;
    display: inline-block;
    border: none;
    cursor: pointer;
}

.testimonial-carousel__wrapper {
   position: relative;
   margin-top: 50px;
}

#testimonial-carousel {
   overflow: hidden;
   width: 100%;
   padding: 10px 0px;
}

#testimonial-track {
   display: flex;
   gap: 32px;
   transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
   will-change: transform;
}

.testimonial {
   flex: 0 0 calc((100% - 64px) / 3);
   background: rgba(255, 255, 255, 0.04);
   border: 1px solid rgba(255, 255, 255, 0.08);
   border-radius: 16px;
   padding: 36px 32px 32px;
   display: flex;
   flex-direction: column;
   gap: 20px;
   transition: border-color 0.3s, transform 0.3s;
}

.testimonial:hover {
   border-color: #00d9ff;
   transform: translateY(-6px);
}

.testimonial__stars {
   color: #00d9ff;
   font-size: 16px;
   letter-spacing: 2px;
}

.testimonial__text {
   color: rgba(255, 255, 255, 0.8);
   font-size: 15px;
   line-height: 1.75;
   flex: 1;
   margin: 0;
   font-style: italic;
}

.testimonial__author {
   display: flex;
   align-items: center;
   gap: 14px;
   margin-top: auto;
}

.testimonial__avatar {
   width: 46px;
   height: 46px;
   border-radius: 50%;
   background: linear-gradient(135deg, #00d9ff, #7b2ff7);
   display: flex;
   align-items: center;
   justify-content: center;
   font-weight: 700;
   font-size: 13px;
   color: #fff;
   flex-shrink: 0;
}

.testimonial__name {
   font-weight: 700;
   font-size: 15px;
   color: #fff;
}

.testimonial__role {
   font-size: 13px;
   color: rgba(255, 255, 255, 0.5);
   margin-top: 2px;
}

.testimonial-carousel__controls {
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 20px;
   margin-top: 40px;
}

.carousel-arrow {
   width: 44px;
   height: 44px;
   border-radius: 50%;
   border: 2px solid rgba(0, 217, 255, 0.3);
   background: rgba(0, 217, 255, 0.06);
   color: #00d9ff;
   font-size: 18px;
   cursor: pointer;
   transition: background 0.3s, border-color 0.3s, transform 0.2s;
   display: flex;
   align-items: center;
   justify-content: center;
}

.carousel-arrow:hover:not(:disabled) {
   background: rgba(0, 217, 255, 0.15);
   border-color: #00d9ff;
   transform: scale(1.1);
}

.carousel-arrow:disabled {
   opacity: 0.3;
   cursor: default;
}

.testimonial-carousel__dots {
   display: flex;
   gap: 8px;
}

.testimonial-carousel__dot {
   width: 8px;
   height: 8px;
   border-radius: 50%;
   border: none;
   background: rgba(255, 255, 255, 0.2);
   cursor: pointer;
   padding: 0;
   transition: background 0.3s, transform 0.3s;
}

.testimonial-carousel__dot.active {
   background: #00d9ff;
   transform: scale(1.4);
}

@media (max-width: 768px) { #testimonial-track { gap: 20px; } .testimonial { padding: 28px 22px; } }
/* ========================================================= */
/* FAQ ACCORDION */
/* ========================================================= */

.faq-accordion {
   max-width: 860px;
   margin: 0 auto;
   display: flex;
   flex-direction: column;
   gap: 12px;
   margin-top: 50px;
}

.faq-section
{
padding: 60px 0;
    background: transparent;
    border-top: 1px solid var(--border-subtle);
}

.faq-item {
   background: rgba(255, 255, 255, 0.04);
   border: 1px solid rgba(255, 255, 255, 0.08);
   border-radius: 12px;
   transition: border-color 0.3s;
}

.faq-item.faq-open,
.faq-item:hover {
   border-color: #00d9ff;
}

.faq-question {
   width: 100%;
   display: flex;
   justify-content: space-between;
   align-items: center;
   gap: 20px;
   padding: 22px 28px;
   background: none;
   border: none;
   color: #fff;
   font-size: 17px;
   font-weight: 600;
   text-align: left;
   cursor: pointer;
   line-height: 1.4;
}

.faq-icon {
   flex-shrink: 0;
   width: 28px;
   height: 28px;
   border-radius: 50%;
   border: 2px solid rgba(0, 217, 255, 0.4);
   position: relative;
   transition: background 0.3s, border-color 0.3s, transform 0.3s;
}

.faq-icon::before,
.faq-icon::after {
   content: '';
   position: absolute;
   background: #00d9ff;
   border-radius: 2px;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   transition: transform 0.3s, opacity 0.3s;
}

.faq-icon::before {
   width: 12px;
   height: 2px;
}

.faq-icon::after {
   width: 2px;
   height: 12px;
}

.faq-open .faq-icon {
   background: rgba(0, 217, 255, 0.15);
   border-color: #00d9ff;
}

.faq-open .faq-icon::after {
   transform: translate(-50%, -50%) rotate(90deg);
   opacity: 0;
}

.faq-answer {
   max-height: 0;
   overflow: hidden;
   transition: max-height 0.35s ease;
}

.faq-answer p {
   padding: 0 28px 22px;
   color: rgba(255, 255, 255, 0.75);
   font-size: 15px;
   line-height: 1.7;
   margin: 0;
}

