/*
Theme Name: StrikeAItechno Enterprise Theme
Theme URI: https://strikeaitechnoproject.flowndeveloper.online
Author: StrikeAItechno Software Development Pvt Ltd
Author URI: https://strikeaitechnoproject.flowndeveloper.online
Description: Official WordPress Theme for StrikeAItechno Software Development Pvt Ltd (SAIT) with Montserrat typography and SAIT branding.
Version: 1.0.0
License: Proprietary
Text Domain: strikeai
*/

/* ==========================================================================
   StrikeAItechno Software Development Pvt Ltd (SAIT)
   Official Brand Design System - Tailored to SAIT Logo Colors (Red, Blue, Cyan, Purple)
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,600&display=swap');

:root {
  /* SAIT Exact Logo Color Palette */
  --sait-red: #D90429;              /* Primary SAIT Crimson / Red */
  --sait-red-hover: #b80323;        /* Dark Crimson */
  --sait-red-light: #FFF0F2;        /* Soft Crimson Tint */
  --sait-red-glow: rgba(217, 4, 41, 0.22);
  
  --sait-blue: #0066CC;             /* SAIT Royal / Sapphire Blue */
  --sait-blue-hover: #004d99;       /* Dark Blue */
  --sait-blue-light: #F0F6FF;       /* Soft Blue Tint */
  --sait-blue-glow: rgba(0, 102, 204, 0.2);

  --sait-cyan: #00A8E8;             /* SAIT Sky Cyan */
  --sait-cyan-light: #EBF8FF;       /* Soft Cyan Tint */

  --sait-purple: #7209B7;           /* SAIT Violet / Purple */
  --sait-purple-light: #F8F0FF;     /* Soft Purple Tint */
  
  /* Neutral Whites & Slates */
  --bg-white: #ffffff;
  --bg-light-blue: #F6FBFF;         /* Hero & Section Tint */
  --bg-soft-gray: #F8FAFC;
  --bg-card: #ffffff;
  --bg-card-alt: #F0F6FF;
  
  --text-dark: #1E293B;             /* Primary Headings & Bold Text */
  --text-body: #475569;             /* Body Text */
  --text-muted: #64748B;            /* Subtitles & Captions */
  --text-light: #ffffff;
  
  --border-color: #E2E8F0;
  --border-light: #F1F5F9;
  --border-focus: #D90429;
  
  --shadow-sm: 0 2px 8px rgba(15, 23, 42, 0.04);
  --shadow-md: 0 8px 24px rgba(15, 23, 42, 0.06);
  --shadow-lg: 0 16px 40px rgba(15, 23, 42, 0.08);
  --shadow-hover: 0 20px 45px rgba(217, 4, 41, 0.12);
  
  /* Typography */
  --font-main: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  
  /* Layout & Sizing */
  --container-max: 1240px;
  --header-height: 85px;
  --radius-pill: 50px;
  --radius-section: 60px;
  --radius-card: 22px;
  --radius-sm: 10px;
  
  --transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* Reset & Base */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  color-scheme: light;
}

body {
  background-color: var(--bg-white);
  color: var(--text-body);
  font-family: var(--font-main);
  line-height: 1.75;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: var(--bg-light-blue);
}
::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--sait-red);
}

/* Selection */
::selection {
  background: rgba(217, 4, 41, 0.15);
  color: var(--sait-red);
}

/* Typography Base */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-main);
  color: var(--text-dark);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.01em;
}

p {
  color: var(--text-body);
  font-size: 1rem;
  font-weight: 400;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all var(--transition);
}

ul, ol {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  border: none;
  background: none;
  outline: none;
}

/* Container */
.container {
  width: 100%;
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 1.5rem;
}

.section {
  padding: 5.5rem 0;
  position: relative;
}

/* SAIT Pill Badges */
.section-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 1.25rem;
  background-color: var(--sait-red-light);
  border: 1px solid rgba(217, 4, 41, 0.2);
  border-radius: var(--radius-pill);
  font-size: 0.825rem;
  font-weight: 600;
  color: var(--sait-red);
  letter-spacing: -0.01em;
  margin-bottom: 1.25rem;
}

.section-badge i {
  color: var(--sait-red);
}

.section-header {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 3.5rem auto;
}

.section-title {
  font-size: clamp(2rem, 3.2vw, 2.75rem);
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 1rem;
}

.section-subtitle {
  font-size: 1.075rem;
  color: var(--text-body);
  font-weight: 400;
  line-height: 1.7;
}

/* Text Highlights matching SAIT */
.text-gradient {
  color: var(--sait-red);
  display: inline-block;
  font-weight: 700;
}

.text-gradient-cyan {
  color: var(--sait-blue);
  font-weight: 700;
}

.text-gradient-purple {
  color: var(--sait-purple);
  font-weight: 700;
}

/* Buttons (SAIT Pill Style) */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  padding: 0.85rem 1.85rem;
  font-weight: 600;
  font-size: 0.95rem;
  border-radius: var(--radius-pill);
  cursor: pointer;
  transition: all var(--transition);
  white-space: nowrap;
}

.btn-primary {
  background-color: var(--sait-red);
  color: var(--text-light);
  border: 1px solid var(--sait-red);
  box-shadow: 0 6px 18px var(--sait-red-glow);
}

.btn-primary:hover {
  background-color: var(--sait-blue);
  border-color: var(--sait-blue);
  color: var(--text-light);
  transform: translateY(-2px);
  box-shadow: 0 10px 25px var(--sait-blue-glow);
}

.btn-secondary {
  background-color: var(--bg-white);
  color: var(--text-dark);
  border: 1px solid var(--border-color);
  box-shadow: var(--shadow-sm);
}

.btn-secondary:hover {
  background-color: var(--sait-blue-light);
  border-color: var(--sait-blue);
  color: var(--sait-blue);
  transform: translateY(-2px);
}

.btn-outline-purple {
  background-color: var(--sait-purple-light);
  color: var(--sait-purple);
  border: 1px solid rgba(114, 9, 183, 0.25);
}

.btn-outline-purple:hover {
  background-color: var(--sait-purple);
  color: var(--text-light);
  transform: translateY(-2px);
}

.btn-sm {
  padding: 0.6rem 1.35rem;
  font-size: 0.875rem;
}

.btn-lg {
  padding: 1.05rem 2.25rem;
  font-size: 1rem;
}

/* ==========================================================================
   Header & Navigation
   ========================================================================== */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--header-height);
  z-index: 100;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border-color);
  transition: all var(--transition);
}

.site-header.scrolled {
  background: #ffffff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  border-bottom-color: transparent;
}

.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.brand-logo {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

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

.brand-logo-img {
  height: 42px;
  width: auto;
  max-width: 130px;
  object-fit: contain;
}

.brand-text {
  display: flex;
  flex-direction: column;
}

.brand-name {
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: var(--text-dark);
}

.brand-tag {
  font-size: 0.625rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--sait-red);
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.nav-link {
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--text-dark);
  position: relative;
  padding: 0.5rem 0;
  white-space: nowrap;
}

.nav-link:hover, .nav-link.active {
  color: var(--sait-red);
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background: var(--sait-red);
  transition: width var(--transition);
  border-radius: var(--radius-pill);
}

.nav-link:hover::after, .nav-link.active::after {
  width: 100%;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.mobile-nav-toggle {
  display: none;
  font-size: 1.4rem;
  color: var(--text-dark);
  cursor: pointer;
  padding: 0.5rem;
}

@media (max-width: 1024px) {
  .nav-menu {
    position: fixed;
    top: var(--header-height);
    left: 0;
    width: 100%;
    background: #ffffff;
    box-shadow: var(--shadow-lg);
    flex-direction: column;
    align-items: flex-start;
    padding: 2rem 1.5rem;
    gap: 1.5rem;
    border-bottom: 1px solid var(--border-color);
    transform: translateY(-150%);
    transition: transform var(--transition);
    z-index: 99;
  }
  
  .nav-menu.open {
    transform: translateY(0);
  }
  
  .mobile-nav-toggle {
    display: block;
  }
}

/* ==========================================================================
   Hero Section
   ========================================================================== */
.hero-section {
  position: relative;
  background-color: var(--bg-light-blue);
  border-radius: 0 0 var(--radius-section) var(--radius-section);
  padding-top: calc(var(--header-height) + 3.5rem);
  padding-bottom: 5.5rem;
  overflow: hidden;
}

#hero-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.5;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 3.5rem;
  align-items: center;
  position: relative;
  z-index: 1;
}

.hero-content {
  max-width: 640px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.45rem 1.15rem;
  background-color: var(--sait-red-light);
  border: 1px solid rgba(217, 4, 41, 0.2);
  border-radius: var(--radius-pill);
  margin-bottom: 1.5rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--sait-red);
}

.badge-pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--sait-red);
  box-shadow: 0 0 8px var(--sait-red);
}

.hero-title {
  font-size: clamp(2.3rem, 4vw, 3.4rem);
  font-weight: 600;
  line-height: 1.2;
  color: var(--text-dark);
  margin-bottom: 1.5rem;
  letter-spacing: -0.02em;
}

.hero-description {
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--text-body);
  margin-bottom: 2.25rem;
}

.hero-cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2.75rem;
}

.hero-stats-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.hero-stat-item {
  display: flex;
  flex-direction: column;
}

.hero-stat-number {
  font-family: var(--font-main);
  font-size: 2rem;
  font-weight: 700;
  color: var(--sait-red);
  line-height: 1.1;
}

.hero-stat-label {
  font-size: 0.85rem;
  color: var(--text-muted);
  font-weight: 500;
  margin-top: 0.25rem;
}

/* Hero Showcase Card */
.hero-visual-container {
  position: relative;
}

.hero-glass-card {
  background: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-card);
  padding: 1.25rem;
  box-shadow: var(--shadow-lg);
  position: relative;
  overflow: hidden;
  transition: transform var(--transition), box-shadow var(--transition);
}

.hero-glass-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-hover);
}

.hero-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
  border-bottom: 1px solid var(--border-light);
}

.window-dots {
  display: flex;
  gap: 6px;
}

.window-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.window-dot.red { background: #ef4444; }
.window-dot.yellow { background: #f59e0b; }
.window-dot.green { background: #10b981; }

.card-title-tag {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--sait-blue);
  background: var(--sait-blue-light);
  padding: 0.25rem 0.75rem;
  border-radius: var(--radius-pill);
}

.hero-image-wrapper {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
}

.hero-image-wrapper img {
  width: 100%;
  height: auto;
  border-radius: 14px;
  transition: transform 0.6s ease;
}

.hero-glass-card:hover .hero-image-wrapper img {
  transform: scale(1.02);
}

.floating-tech-badge {
  position: absolute;
  padding: 0.6rem 1.1rem;
  background: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-pill);
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.825rem;
  font-weight: 600;
  color: var(--text-dark);
  box-shadow: var(--shadow-md);
  z-index: 2;
  animation: float-badge 4s ease-in-out infinite alternate;
}

.floating-tech-badge.top-right {
  top: -12px;
  right: -12px;
}

.floating-tech-badge.bottom-left {
  bottom: -12px;
  left: -12px;
  animation-delay: 2s;
}

@keyframes float-badge {
  0% { transform: translateY(0); }
  100% { transform: translateY(-8px); }
}

@media (max-width: 992px) {
  .hero-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .hero-content {
    margin: 0 auto;
  }
  .hero-cta-group {
    justify-content: center;
  }
  .hero-stats-row {
    justify-content: center;
  }
}

/* ==========================================================================
   Partners Ticker
   ========================================================================== */
.ticker-section {
  padding: 2.75rem 0;
  background: var(--bg-white);
  border-bottom: 1px solid var(--border-light);
  overflow: hidden;
}

.ticker-label {
  text-align: center;
  font-size: 0.825rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--text-muted);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.ticker-track {
  display: flex;
  gap: 3.5rem;
  width: max-content;
  animation: scroll-ticker 35s linear infinite;
}

.ticker-track:hover {
  animation-play-state: paused;
}

.ticker-item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-body);
  transition: color var(--transition);
}

.ticker-item i {
  font-size: 1.25rem;
  color: var(--sait-blue);
}

.ticker-item:hover {
  color: var(--sait-red);
}

@keyframes scroll-ticker {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ==========================================================================
   About Pillars Section
   ========================================================================== */
.about-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 4rem;
  align-items: center;
}

.pillar-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.pillar-card {
  background: var(--bg-card-alt);
  border: 1px solid rgba(0, 102, 204, 0.12);
  border-radius: var(--radius-card);
  padding: 1.75rem;
  transition: all var(--transition);
}

.pillar-card:hover {
  background: #ffffff;
  border-color: var(--sait-blue);
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.pillar-icon {
  width: 44px;
  height: 44px;
  border-radius: var(--radius-pill);
  background: var(--sait-blue);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  margin-bottom: 1rem;
}

.pillar-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 0.4rem;
}

.pillar-desc {
  font-size: 0.875rem;
  color: var(--text-body);
  line-height: 1.6;
}

@media (max-width: 992px) {
  .about-grid {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   Services Grid
   ========================================================================== */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
}

.service-card {
  background: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-card);
  padding: 2.5rem 2.25rem;
  transition: all var(--transition);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: var(--shadow-sm);
}

.service-card:hover {
  transform: translateY(-6px);
  border-color: var(--sait-red);
  box-shadow: var(--shadow-hover);
}

.service-icon-box {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  background: var(--sait-blue-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: var(--sait-blue);
  margin-bottom: 1.5rem;
  transition: all var(--transition);
}

.service-card:hover .service-icon-box {
  background: var(--sait-red);
  color: #ffffff;
  transform: scale(1.05);
}

.service-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 0.85rem;
}

.service-desc {
  font-size: 0.95rem;
  color: var(--text-body);
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.service-features {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  margin-bottom: 1.75rem;
}

.service-feature-item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.875rem;
  color: var(--text-dark);
  font-weight: 500;
}

.service-feature-item i {
  color: var(--sait-red);
  font-size: 0.8rem;
}

.service-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.925rem;
  font-weight: 600;
  color: var(--sait-blue);
  transition: gap var(--transition);
}

.service-link:hover {
  gap: 0.85rem;
  color: var(--sait-red);
}

/* ==========================================================================
   Estimator Section
   ========================================================================== */
.estimator-card {
  background: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-card);
  padding: 3rem;
  box-shadow: var(--shadow-lg);
}

.estimator-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 3rem;
}

.estimator-steps {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.estimator-group-label {
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.option-chips {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
  gap: 0.85rem;
}

.option-chip {
  padding: 0.9rem 1.1rem;
  border-radius: 14px;
  background: var(--bg-light-blue);
  border: 1px solid var(--border-color);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  transition: all var(--transition);
}

.option-chip:hover {
  background: var(--sait-blue-light);
  border-color: var(--sait-blue);
}

.option-chip.selected {
  background: var(--sait-red-light);
  border-color: var(--sait-red);
  box-shadow: 0 0 0 2px rgba(217, 4, 41, 0.2);
}

.option-chip-title {
  font-size: 0.925rem;
  font-weight: 600;
  color: var(--text-dark);
}

.option-chip-sub {
  font-size: 0.775rem;
  color: var(--text-muted);
}

/* Estimator Result Sidebar */
.estimator-summary-panel {
  background: var(--bg-light-blue);
  border: 1px solid var(--border-color);
  border-radius: 18px;
  padding: 2.25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.summary-header {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 1.25rem;
  margin-bottom: 1.5rem;
}

.summary-header h4 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.35rem;
}

.price-display {
  margin: 1.5rem 0;
  text-align: center;
  padding: 1.5rem;
  background: #ffffff;
  border: 1px dashed var(--sait-red);
  border-radius: 14px;
}

.price-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--text-muted);
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.price-val {
  font-family: var(--font-main);
  font-size: 2.4rem;
  font-weight: 800;
  color: var(--sait-red);
}

.timeline-val {
  font-size: 0.9rem;
  color: var(--sait-blue);
  font-weight: 600;
  margin-top: 0.3rem;
}

.breakdown-list {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  margin-bottom: 2rem;
}

.breakdown-item {
  display: flex;
  justify-content: space-between;
  font-size: 0.875rem;
  color: var(--text-body);
}

.breakdown-item span:last-child {
  font-weight: 600;
  color: var(--text-dark);
}

@media (max-width: 992px) {
  .estimator-grid {
    grid-template-columns: 1fr;
  }
  .estimator-card {
    padding: 1.75rem;
  }
}

/* ==========================================================================
   Solutions Showcase
   ========================================================================== */
.solutions-filter-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 2.5rem;
}

.filter-btn {
  padding: 0.65rem 1.5rem;
  background: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-pill);
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text-body);
  cursor: pointer;
  transition: all var(--transition);
  box-shadow: var(--shadow-sm);
}

.filter-btn:hover {
  border-color: var(--sait-blue);
  color: var(--sait-blue);
}

.filter-btn.active {
  background-color: var(--sait-red);
  color: #ffffff;
  border-color: var(--sait-red);
  box-shadow: 0 4px 15px var(--sait-red-glow);
}

.solutions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
}

.solution-card {
  background: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-card);
  overflow: hidden;
  transition: all var(--transition);
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-sm);
}

.solution-card:hover {
  transform: translateY(-5px);
  border-color: var(--sait-blue);
  box-shadow: var(--shadow-hover);
}

.solution-thumb {
  position: relative;
  height: 210px;
  overflow: hidden;
}

.solution-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.solution-card:hover .solution-thumb img {
  transform: scale(1.05);
}

.solution-category-tag {
  position: absolute;
  top: 1rem;
  left: 1rem;
  padding: 0.35rem 0.85rem;
  background: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-pill);
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--sait-red);
  box-shadow: var(--shadow-sm);
}

.solution-body {
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.solution-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.6rem;
}

.solution-desc {
  font-size: 0.925rem;
  color: var(--text-body);
  line-height: 1.65;
  margin-bottom: 1.25rem;
}

.solution-metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  padding: 1rem;
  background: var(--bg-light-blue);
  border-radius: 12px;
  margin-bottom: 1.25rem;
}

.metric-item-num {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--sait-red);
}

.metric-item-lbl {
  font-size: 0.75rem;
  color: var(--text-muted);
}

/* ==========================================================================
   Tech Stack Grid
   ========================================================================== */
.tech-tabs {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2.5rem;
  flex-wrap: wrap;
}

.tech-tab-btn {
  padding: 0.75rem 1.6rem;
  background: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-pill);
  font-size: 0.925rem;
  font-weight: 600;
  color: var(--text-body);
  cursor: pointer;
  transition: all var(--transition);
  box-shadow: var(--shadow-sm);
}

.tech-tab-btn:hover {
  border-color: var(--sait-blue);
  color: var(--sait-blue);
}

.tech-tab-btn.active {
  background-color: var(--sait-blue);
  color: #ffffff;
  border-color: var(--sait-blue);
}

.tech-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(165px, 1fr));
  gap: 1.25rem;
}

.tech-item {
  background: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: 16px;
  padding: 1.6rem 1rem;
  text-align: center;
  transition: all var(--transition);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  box-shadow: var(--shadow-sm);
}

.tech-item:hover {
  transform: translateY(-4px);
  border-color: var(--sait-blue);
  box-shadow: var(--shadow-hover);
}

.tech-icon {
  font-size: 2.2rem;
  color: var(--sait-blue);
  transition: transform var(--transition);
}

.tech-item:hover .tech-icon {
  transform: scale(1.15);
  color: var(--sait-red);
}

.tech-name {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text-dark);
}

.tech-role {
  font-size: 0.75rem;
  color: var(--text-muted);
}

/* ==========================================================================
   Careers Section
   ========================================================================== */
.careers-list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  max-width: 900px;
  margin: 0 auto;
}

.career-item {
  background: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: 18px;
  padding: 1.75rem 2.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all var(--transition);
  box-shadow: var(--shadow-sm);
}

.career-item:hover {
  border-color: var(--sait-red);
  transform: translateX(4px);
  box-shadow: var(--shadow-md);
}

.career-info h4 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.35rem;
}

.career-meta {
  display: flex;
  gap: 1.25rem;
  font-size: 0.85rem;
  color: var(--text-muted);
  flex-wrap: wrap;
}

.career-meta span {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

@media (max-width: 768px) {
  .career-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
  }
}

/* ==========================================================================
   Contact Section & Form
   ========================================================================== */
.contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 3.5rem;
}

.contact-info-panel {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.contact-info-card {
  background: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-card);
  padding: 2.5rem;
  box-shadow: var(--shadow-sm);
}

.contact-details-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 1.75rem;
}

.contact-detail-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.contact-detail-icon {
  width: 44px;
  height: 44px;
  border-radius: var(--radius-pill);
  background: var(--sait-red-light);
  color: var(--sait-red);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  flex-shrink: 0;
}

.contact-detail-label {
  font-size: 0.775rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
}

.contact-detail-value {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text-dark);
  margin-top: 0.15rem;
}

/* Form */
.contact-form-wrapper {
  background: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-card);
  padding: 2.75rem;
  box-shadow: var(--shadow-lg);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  margin-bottom: 1.25rem;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}

.form-label {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-dark);
}

.form-control {
  width: 100%;
  padding: 0.85rem 1.15rem;
  background: var(--bg-light-blue);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  color: var(--text-dark);
  font-size: 0.95rem;
  transition: all var(--transition);
}

.form-control:focus {
  border-color: var(--sait-blue);
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.15);
}

textarea.form-control {
  min-height: 120px;
  resize: vertical;
}

@media (max-width: 992px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .form-row {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   Footer
   ========================================================================== */
.site-footer {
  background: #0F172A;
  color: #94A3B8;
  padding: 5rem 0 2rem 0;
  position: relative;
  border-top: 1px solid var(--border-color);
}

.footer-top {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: 3rem;
  margin-bottom: 4rem;
}

.site-footer .brand-name {
  color: #ffffff;
}

.site-footer .brand-tag {
  color: #38BDF8;
}

.footer-brand-desc {
  font-size: 0.925rem;
  color: #94A3B8;
  margin: 1.25rem 0 1.75rem 0;
  max-width: 320px;
}

.footer-socials {
  display: flex;
  gap: 0.75rem;
}

.social-btn {
  width: 40px;
  height: 40px;
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  transition: all var(--transition);
}

.social-btn:hover {
  background: var(--sait-red);
  color: #ffffff;
  transform: translateY(-3px);
}

.footer-heading {
  font-size: 1.05rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 1.25rem;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.footer-link {
  font-size: 0.9rem;
  color: #94A3B8;
  transition: color var(--transition);
}

.footer-link:hover {
  color: #38BDF8;
  padding-left: 4px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.85rem;
  color: #64748B;
}

.footer-bottom strong {
  color: #E2E8F0;
}

@media (max-width: 992px) {
  .footer-top {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .footer-top {
    grid-template-columns: 1fr;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
}

/* ==========================================================================
   Modals & Toast
   ========================================================================== */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(15, 23, 42, 0.6);
  backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all var(--transition);
  padding: 1.5rem;
}

.modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

.modal-card {
  background: #ffffff;
  border-radius: var(--radius-card);
  max-width: 580px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  padding: 2.5rem;
  position: relative;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
  transform: scale(0.95);
  transition: transform var(--transition);
}

.modal-overlay.active .modal-card {
  transform: scale(1);
}

.modal-close-btn {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  font-size: 1.5rem;
  color: var(--text-muted);
  cursor: pointer;
  transition: color var(--transition);
}

.modal-close-btn:hover {
  color: var(--sait-red);
}

/* Toast */
.toast-container {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 2000;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.toast {
  padding: 1rem 1.5rem;
  background: #ffffff;
  border-left: 4px solid var(--sait-red);
  border-radius: 12px;
  color: var(--text-dark);
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  box-shadow: var(--shadow-lg);
  animation: slide-toast 0.3s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes slide-toast {
  from { transform: translateX(100%); opacity: 0; }
  to { transform: translateX(0); opacity: 1; }
}
/* ==========================================================================
   SAIT WHITE THEME EXTENSION: SLIDER, MODULAR TRACKS & REVIEWS
   Tailored to White Background & Montserrat Typography
   ========================================================================== */

.sait-hero-section {
  position: relative;
  background: linear-gradient(180deg, var(--bg-light-blue) 0%, #ffffff 100%);
  padding-top: calc(var(--header-height) + 2.5rem);
  padding-bottom: 2.5rem;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.hero-slides-wrapper {
  position: relative;
  width: 100%;
}

.sait-slide {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.sait-slide.active {
  display: block;
  opacity: 1;
}

.sait-slide-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 3rem;
  align-items: center;
}

.sap-pill-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 15px;
}

.sap-pill-card {
  display: flex;
  gap: 10px;
  align-items: center;
  background: var(--bg-soft-gray);
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid var(--border-color);
}

.sap-pill-icon {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.sap-pill-card strong {
  font-size: 0.85rem;
  color: var(--text-dark);
  display: block;
  line-height: 1.2;
}

.sap-pill-card span {
  font-size: 0.72rem;
  color: var(--text-muted);
}

.sait-slider-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.5rem;
  padding-top: 1rem;
}

.sait-slider-dots {
  display: flex;
  gap: 8px;
}

.sait-dot {
  width: 28px;
  height: 5px;
  border-radius: 4px;
  background: #CBD5E1;
  cursor: pointer;
  transition: all 0.3s ease;
}

.sait-dot.active {
  width: 44px;
  background: var(--sait-red);
}

.sait-slider-arrows {
  display: flex;
  gap: 10px;
}

.sait-arrow-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid var(--border-color);
  color: var(--text-dark);
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-sm);
}

.sait-arrow-btn:hover {
  background: var(--sait-blue);
  color: #ffffff;
  border-color: var(--sait-blue);
  transform: scale(1.06);
}

/* Filter Tabs */
.sait-filter-tabs {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 2.5rem;
}

.sait-filter-btn {
  padding: 9px 22px;
  border-radius: 999px;
  font-family: var(--font-main);
  font-size: 0.88rem;
  font-weight: 600;
  border: 1px solid var(--border-color);
  background: #ffffff;
  color: var(--text-body);
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: var(--shadow-sm);
}

.sait-filter-btn:hover,
.sait-filter-btn.active {
  background: var(--sait-blue);
  color: #ffffff;
  border-color: var(--sait-blue);
  box-shadow: 0 4px 14px var(--sait-blue-glow);
}

/* Modules Grid */
.sait-modules-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 24px;
}

.sait-module-card {
  background: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  box-shadow: var(--shadow-sm);
  position: relative;
}

.sait-module-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0, 102, 204, 0.1);
  border-color: var(--sait-blue);
}

.sait-card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.sait-icon-box {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
}

.sait-tag {
  font-size: 0.75rem;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 999px;
  text-transform: uppercase;
}

.sait-module-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 8px;
  line-height: 1.35;
}

.sait-module-desc {
  font-size: 0.88rem;
  color: var(--text-body);
  line-height: 1.6;
  margin-bottom: 16px;
}

.sait-feature-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.sait-feature-list li {
  font-size: 0.84rem;
  color: var(--text-muted);
  display: flex;
  align-items: center;
  gap: 8px;
}

.sait-card-action {
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid var(--border-light);
}

/* Why Choose StrikeAI */
.sait-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.sait-why-card {
  background: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: 16px;
  padding: 28px 24px;
  transition: all 0.3s ease;
  box-shadow: var(--shadow-sm);
}

.sait-why-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
  border-color: var(--sait-red);
}

.sait-why-icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  margin-bottom: 18px;
}

.sait-why-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 8px;
}

.sait-why-desc {
  font-size: 0.88rem;
  color: var(--text-body);
  line-height: 1.6;
}

/* Reviews Carousel */
.sait-reviews-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 10px 0 20px 0;
}

.sait-reviews-track {
  display: flex;
  gap: 24px;
  transition: transform 0.5s ease-in-out;
}

.sait-review-card {
  min-width: calc(33.333% - 16px);
  background: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: 16px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: var(--shadow-sm);
  transition: all 0.3s ease;
}

.sait-review-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: #F59E0B;
}

.sait-stars {
  color: #F59E0B;
  font-size: 0.9rem;
  display: flex;
  gap: 4px;
  margin-bottom: 14px;
}

.sait-review-quote {
  font-size: 0.9rem;
  color: var(--text-body);
  line-height: 1.65;
  font-style: italic;
  margin-bottom: 20px;
}

.sait-reviewer {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 14px;
  border-top: 1px solid var(--border-light);
}

.sait-reviewer-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.92rem;
  flex-shrink: 0;
}

.sait-reviewer-name {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 2px;
}

.sait-reviewer-role {
  font-size: 0.78rem;
  color: var(--sait-blue);
  font-weight: 500;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .sait-slide-grid {
    grid-template-columns: 1fr;
  }
  .sait-why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .sait-review-card {
    min-width: calc(50% - 12px);
  }
}

@media (max-width: 768px) {
  .sait-why-grid {
    grid-template-columns: 1fr;
  }
  .sait-review-card {
    min-width: 100%;
  }
  .sap-pill-grid {
    grid-template-columns: 1fr;
  }
}

/* Flown Developer Footer Credit */
.footer-credit {
  color: #94A3B8 !important;
  font-size: 0.9rem;
}

.footer-credit a, .dev-link {
  color: #FF385C !important;
  font-weight: 700 !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
  transition: all 0.25s ease !important;
}

.footer-credit a:hover, .dev-link:hover {
  color: #38BDF8 !important;
}
/* ==========================================================================
   StrikeAItechno - Advanced Banner Animations & Micro-Interactions
   Applied to all hero banners, slider elements, and CTA banners
   ========================================================================== */

/* 1. KEYFRAME ANIMATIONS */
@keyframes saitOrbFloat1 {
  0% { transform: translate(0px, 0px) scale(1); }
  50% { transform: translate(30px, 20px) scale(1.12); }
  100% { transform: translate(-20px, 35px) scale(0.95); }
}

@keyframes saitOrbFloat2 {
  0% { transform: translate(0px, 0px) scale(1); }
  50% { transform: translate(-35px, -25px) scale(1.15); }
  100% { transform: translate(25px, -15px) scale(0.92); }
}

@keyframes saitOrbFloat3 {
  0% { transform: translate(0px, 0px) scale(0.95); }
  50% { transform: translate(20px, -30px) scale(1.1); }
  100% { transform: translate(0px, 0px) scale(0.95); }
}

@keyframes saitSlideDown {
  0% {
    opacity: 0;
    transform: translateY(-28px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes saitSlideUp {
  0% {
    opacity: 0;
    transform: translateY(32px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes saitScaleUp {
  0% {
    opacity: 0;
    transform: scale(0.86) translateY(18px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

@keyframes saitSlideRight {
  0% {
    opacity: 0;
    transform: translateX(45px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes saitCardEnter {
  0% {
    opacity: 0;
    transform: perspective(1000px) rotateY(-8deg) rotateX(6deg) scale(0.92) translateY(25px);
  }
  100% {
    opacity: 1;
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg) scale(1) translateY(0);
  }
}

@keyframes saitFloatCard {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-9px);
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes saitFloatBadgeTop {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-9px) rotate(1.5deg);
  }
  100% {
    transform: translateY(0px) rotate(0deg);
  }
}

@keyframes saitFloatBadgeBottom {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(8px) rotate(-1.5deg);
  }
  100% {
    transform: translateY(0px) rotate(0deg);
  }
}

@keyframes saitPulseDot {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(217, 4, 41, 0.7);
  }
  70% {
    transform: scale(1.15);
    box-shadow: 0 0 0 9px rgba(217, 4, 41, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(217, 4, 41, 0);
  }
}

@keyframes saitPulseDotBlue {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 102, 204, 0.7);
  }
  70% {
    transform: scale(1.15);
    box-shadow: 0 0 0 9px rgba(0, 102, 204, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 102, 204, 0);
  }
}

@keyframes saitTextShine {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

@keyframes saitShimmerBeam {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(200%); }
}

@keyframes saitGlowBorder {
  0%, 100% {
    border-color: rgba(0, 102, 204, 0.25);
    box-shadow: 0 10px 30px -10px rgba(0, 102, 204, 0.15);
  }
  50% {
    border-color: rgba(217, 4, 41, 0.35);
    box-shadow: 0 15px 35px -8px rgba(217, 4, 41, 0.2);
  }
}

@keyframes saitBtnGlow {
  0%, 100% {
    box-shadow: 0 4px 14px 0 rgba(217, 4, 41, 0.35);
  }
  50% {
    box-shadow: 0 8px 24px 0 rgba(217, 4, 41, 0.55);
  }
}

/* 2. AMBIENT GLOW & GRID OVERLAYS (FOR ALL BANNERS) */
.sait-hero-section,
.hero-section,
.sait-cta-banner {
  position: relative !important;
  overflow: hidden !important;
}

.banner-ambient-glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  filter: blur(70px);
  will-change: transform;
}

.banner-ambient-glow.orb-1 {
  top: -80px;
  left: -80px;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(217, 4, 41, 0.16) 0%, rgba(217, 4, 41, 0) 70%);
  animation: saitOrbFloat1 16s ease-in-out infinite alternate;
}

.banner-ambient-glow.orb-2 {
  top: -60px;
  right: -80px;
  width: 460px;
  height: 460px;
  background: radial-gradient(circle, rgba(0, 102, 204, 0.18) 0%, rgba(0, 168, 232, 0) 70%);
  animation: saitOrbFloat2 18s ease-in-out infinite alternate;
}

.banner-ambient-glow.orb-3 {
  bottom: -90px;
  left: 35%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(114, 9, 183, 0.12) 0%, rgba(114, 9, 183, 0) 70%);
  animation: saitOrbFloat3 20s ease-in-out infinite alternate;
}

.banner-grid-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    radial-gradient(rgba(0, 102, 204, 0.08) 1px, transparent 1px),
    radial-gradient(rgba(217, 4, 41, 0.05) 1px, transparent 1px);
  background-size: 32px 32px;
  background-position: 0 0, 16px 16px;
  pointer-events: none;
  z-index: 1;
  opacity: 0.8;
}

/* Ensure container content sits above background effects */
.sait-hero-section > .container,
.hero-section > .container,
.sait-cta-banner > .container {
  position: relative;
  z-index: 2;
}

/* 3. HERO SLIDER ENTRANCE ANIMATIONS (WHEN SLIDE IS ACTIVE) */
.sait-slide {
  display: none;
  opacity: 0;
}

.sait-slide.active {
  display: block;
  opacity: 1;
}

/* Text elements animate on slide active */
.sait-slide.active .section-badge {
  animation: saitSlideDown 0.75s cubic-bezier(0.16, 1, 0.3, 1) 0.08s both;
}

.sait-slide.active .hero-title {
  animation: saitSlideUp 0.85s cubic-bezier(0.16, 1, 0.3, 1) 0.18s both;
}

.sait-slide.active .hero-title .text-gradient {
  background-size: 200% auto;
  animation: saitTextShine 6s linear infinite;
}

.sait-slide.active .hero-description {
  animation: saitSlideUp 0.85s cubic-bezier(0.16, 1, 0.3, 1) 0.28s both;
}

.sait-slide.active .hero-cta-group {
  animation: saitSlideUp 0.85s cubic-bezier(0.16, 1, 0.3, 1) 0.38s both;
}

.sait-slide.active .hero-stats-row .hero-stat-item:nth-child(1) {
  animation: saitScaleUp 0.65s cubic-bezier(0.16, 1, 0.3, 1) 0.45s both;
}
.sait-slide.active .hero-stats-row .hero-stat-item:nth-child(2) {
  animation: saitScaleUp 0.65s cubic-bezier(0.16, 1, 0.3, 1) 0.55s both;
}
.sait-slide.active .hero-stats-row .hero-stat-item:nth-child(3) {
  animation: saitScaleUp 0.65s cubic-bezier(0.16, 1, 0.3, 1) 0.65s both;
}

/* Visual Card entrance & continuous float */
.sait-slide.active .hero-glass-card {
  animation: saitCardEnter 0.95s cubic-bezier(0.16, 1, 0.3, 1) 0.22s both;
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}

/* Shimmer beam passing through card header */
.hero-glass-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  transform: skewX(-20deg) translateX(-150%);
  animation: saitShimmerBeam 6s infinite 2s;
  pointer-events: none;
}

/* Continuous floating tech badges */
.floating-tech-badge {
  box-shadow: 0 12px 28px -6px rgba(0, 0, 0, 0.12), 0 4px 10px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.sait-slide.active .floating-tech-badge.top-right {
  animation: saitScaleUp 0.75s cubic-bezier(0.16, 1, 0.3, 1) 0.5s both, saitFloatBadgeTop 4.5s ease-in-out 1.25s infinite alternate;
}

.sait-slide.active .floating-tech-badge.bottom-left {
  animation: saitScaleUp 0.75s cubic-bezier(0.16, 1, 0.3, 1) 0.62s both, saitFloatBadgeBottom 5s ease-in-out 1.4s infinite alternate;
}

.floating-tech-badge:hover {
  transform: scale(1.08) translateY(-4px) !important;
  box-shadow: 0 16px 36px -6px rgba(0, 102, 204, 0.25);
}

/* Slide 2: SAP Pill Cards Stagger Entrance */
.sait-slide.active .sap-pill-card:nth-child(1) {
  animation: saitSlideRight 0.65s cubic-bezier(0.16, 1, 0.3, 1) 0.35s both;
}
.sait-slide.active .sap-pill-card:nth-child(2) {
  animation: saitSlideRight 0.65s cubic-bezier(0.16, 1, 0.3, 1) 0.45s both;
}
.sait-slide.active .sap-pill-card:nth-child(3) {
  animation: saitSlideRight 0.65s cubic-bezier(0.16, 1, 0.3, 1) 0.55s both;
}
.sait-slide.active .sap-pill-card:nth-child(4) {
  animation: saitSlideRight 0.65s cubic-bezier(0.16, 1, 0.3, 1) 0.65s both;
}

.sap-pill-card {
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.sap-pill-card:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 8px 20px -4px rgba(0, 102, 204, 0.15);
  border-color: var(--sait-blue);
}

/* Badge pulse animation */
.badge-pulse {
  display: inline-block;
  animation: saitPulseDot 2s infinite;
}

/* 4. SLIDER NAVIGATION & PROGRESS BAR */
.sait-slider-nav {
  position: relative;
  z-index: 4;
}

.sait-slider-progress {
  width: 100%;
  height: 4px;
  background: rgba(203, 213, 225, 0.5);
  border-radius: 999px;
  overflow: hidden;
  margin-top: 1.25rem;
}

.sait-progress-bar {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, var(--sait-red), var(--sait-blue));
  border-radius: 999px;
  transition: width 0.1s linear;
}

.sait-dot {
  position: relative;
  overflow: hidden;
}

.sait-dot.active {
  box-shadow: 0 0 10px rgba(217, 4, 41, 0.5);
}

/* 5. ALL INNER PAGE BANNERS (.hero-section) */
.hero-section {
  position: relative;
  padding-top: calc(var(--header-height) + 3.5rem) !important;
  padding-bottom: 4.5rem !important;
  background: linear-gradient(180deg, #F8FAFC 0%, #EFF6FF 50%, #ffffff 100%) !important;
  border-bottom: 1px solid rgba(0, 102, 204, 0.08);
}

.hero-section .section-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.5rem 1.25rem;
  background: #ffffff;
  border: 1px solid rgba(217, 4, 41, 0.2);
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--sait-red);
  box-shadow: 0 4px 15px rgba(217, 4, 41, 0.08);
  margin-bottom: 1.25rem;
  animation: saitSlideDown 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.1s both;
}

.hero-section .section-title {
  animation: saitSlideUp 0.85s cubic-bezier(0.16, 1, 0.3, 1) 0.2s both;
  letter-spacing: -0.02em;
}

.hero-section .section-title .text-gradient {
  background-size: 200% auto;
  animation: saitTextShine 6s linear infinite;
}

.hero-section .section-subtitle {
  animation: saitSlideUp 0.85s cubic-bezier(0.16, 1, 0.3, 1) 0.3s both;
  font-size: 1.15rem;
  line-height: 1.8;
  color: var(--text-body);
}

/* Floating Decorative Elements on Inner Page Banners */
.hero-decor-badge {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0, 102, 204, 0.15);
  border-radius: 999px;
  box-shadow: 0 12px 24px -6px rgba(0, 102, 204, 0.12);
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--text-dark);
  z-index: 2;
  backdrop-filter: blur(8px);
  pointer-events: none;
}

.hero-decor-badge.decor-left {
  top: 30%;
  left: 4%;
  animation: saitFloatBadgeTop 5s ease-in-out infinite alternate, saitScaleUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.4s both;
}

.hero-decor-badge.decor-right {
  top: 38%;
  right: 4%;
  animation: saitFloatBadgeBottom 5.5s ease-in-out 0.5s infinite alternate, saitScaleUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.5s both;
}

@media (max-width: 991px) {
  .hero-decor-badge {
    display: none !important;
  }
}

/* 6. BOTTOM QUICK CONTACT CTA BANNER */
.sait-cta-banner {
  background: linear-gradient(135deg, #EFF6FF 0%, #FFFFFF 50%, #FFF1F2 100%) !important;
  border: 1px solid rgba(0, 102, 204, 0.15) !important;
  box-shadow: 0 20px 45px -15px rgba(0, 102, 204, 0.12) !important;
  position: relative;
  overflow: hidden;
}

.sait-cta-banner .btn-primary {
  animation: saitBtnGlow 3s infinite ease-in-out;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sait-cta-banner .btn-primary:hover {
  transform: translateY(-3px) scale(1.04);
}

.sait-cta-banner .btn-secondary:hover {
  transform: translateY(-3px) scale(1.04);
  background: #ffffff;
  border-color: var(--sait-blue);
  color: var(--sait-blue);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .banner-ambient-glow.orb-1,
  .banner-ambient-glow.orb-2,
  .banner-ambient-glow.orb-3 {
    width: 260px;
    height: 260px;
    filter: blur(50px);
  }
  
  .sait-slide.active .hero-title {
    font-size: 2rem;
  }
}

/* ==========================================================================
   FOOTER GRAPHIC ADDON & VISUAL ENHANCEMENTS
   ========================================================================== */
.site-footer {
  position: relative !important;
  background-color: #070D1E !important;
  overflow: hidden !important;
  border-top: none !important;
  padding-top: 4.5rem !important;
}

/* Glowing Cyber Top Border */
.site-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, var(--sait-red) 25%, #38BDF8 70%, transparent 100%);
  box-shadow: 0 0 16px rgba(56, 189, 248, 0.7);
  z-index: 3;
}

/* Cyber Circuit Background Graphic Layer */
.footer-graphic-bg-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: none !important;
  background-size: cover;
  background-position: center center;
  opacity: 0.32;
  mix-blend-mode: screen;
  pointer-events: none;
  z-index: 1;
}

/* Ambient Glowing Orbs in Footer */
.footer-ambient-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(85px);
  pointer-events: none;
  z-index: 1;
}

.footer-ambient-glow.orb-footer-1 {
  top: -60px;
  left: -60px;
  width: 380px;
  height: 380px;
  background: radial-gradient(circle, rgba(217, 4, 41, 0.22) 0%, rgba(217, 4, 41, 0) 70%);
  animation: saitOrbFloat1 18s ease-in-out infinite alternate;
}

.footer-ambient-glow.orb-footer-2 {
  bottom: -80px;
  right: -60px;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(0, 102, 204, 0.25) 0%, rgba(56, 189, 248, 0) 70%);
  animation: saitOrbFloat2 20s ease-in-out infinite alternate;
}

.footer-grid-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(rgba(56, 189, 248, 0.08) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
  z-index: 1;
  opacity: 0.6;
}

/* Footer Trust & Enterprise Graphic Strip */
.footer-trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  margin-bottom: 3.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
  z-index: 2;
}

.footer-trust-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.15rem;
  border-radius: 14px;
  background: rgba(15, 23, 42, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.footer-trust-card:hover {
  transform: translateY(-4px);
  border-color: rgba(56, 189, 248, 0.4);
  background: rgba(30, 41, 59, 0.85);
  box-shadow: 0 12px 28px -4px rgba(0, 102, 204, 0.35);
}

.footer-trust-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.footer-trust-card:hover .footer-trust-icon {
  transform: scale(1.1) rotate(4deg);
}

.footer-trust-text strong {
  display: block;
  font-size: 0.88rem;
  color: #F8FAFC;
  font-weight: 600;
  line-height: 1.3;
}

.footer-trust-text span {
  font-size: 0.75rem;
  color: #94A3B8;
}

/* Social Buttons Neon Hover Effect */
.social-btn {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease !important;
}

.social-btn:hover {
  background: linear-gradient(135deg, var(--sait-red), #E63946) !important;
  box-shadow: 0 0 15px rgba(217, 4, 41, 0.6) !important;
  transform: translateY(-4px) scale(1.08) !important;
}

@media (max-width: 1024px) {
  .footer-trust-strip {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}

@media (max-width: 640px) {
  .footer-trust-strip {
    grid-template-columns: 1fr;
  }
}

/* Footer Motion Canvas (Stars & Floating Bubbles) */
.footer-motion-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

/* ==========================================================================

/* ==========================================================================
   STRIKEAI TECHNO - PREMIUM MULTI-THEMED HERO BANNERS & MOTION PARTICLES
   High-Contrast Royal Cyber Architecture for About Us, Services, Solutions, Careers, Contact Us
   ========================================================================== */

/* Universal Hero Section Base for Inner Pages */
.hero-section {
  position: relative !important;
  background: linear-gradient(135deg, #070D1E 0%, #0F2352 45%, #183C8C 85%, #0B1C42 100%) !important;
  color: #FFFFFF !important;
  padding-top: calc(var(--header-height) + 1.5rem) !important;
  padding-bottom: 2rem !important;
  overflow: hidden !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
  text-align: left !important;
}

/* Subtle Cyber Vignette Overlay (Replaces milky white wash) */
.hero-section::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: radial-gradient(circle at 82% 28%, rgba(56, 189, 248, 0.16) 0%, transparent 55%),
              radial-gradient(circle at 18% 75%, rgba(217, 4, 41, 0.14) 0%, transparent 50%),
              linear-gradient(180deg, rgba(7, 13, 30, 0.2) 0%, rgba(7, 13, 30, 0.6) 100%) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  z-index: 1 !important;
  pointer-events: none !important;
}

/* Glowing Multi-Color Bottom Cyber Border */
.hero-section::after {
  content: "" !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 3px !important;
  background: linear-gradient(90deg, transparent 0%, #D90429 20%, #F59E0B 45%, #38BDF8 70%, #8B5CF6 85%, transparent 100%) !important;
  box-shadow: 0 0 14px rgba(56, 189, 248, 0.65) !important;
  z-index: 4 !important;
}

/* Motion Canvas - Twinkling Stars, Constellations, & Glossy 3D Bubbles */
.hero-motion-canvas,
.banner-motion-canvas {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  pointer-events: none !important;
  z-index: 2 !important;
  opacity: 1 !important;
}

/* Cyber Tech Grid Overlay */
.banner-grid-overlay {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background-image: 
    radial-gradient(rgba(56, 189, 248, 0.15) 1.2px, transparent 1.2px),
    radial-gradient(rgba(217, 4, 41, 0.08) 1.2px, transparent 1.2px) !important;
  background-size: 32px 32px !important;
  background-position: 0 0, 16px 16px !important;
  pointer-events: none !important;
  z-index: 2 !important;
  opacity: 0.65 !important;
}

/* Dynamic Ambient Glow Orbs */
.banner-ambient-glow {
  position: absolute !important;
  border-radius: 50% !important;
  pointer-events: none !important;
  z-index: 1 !important;
  filter: blur(80px) !important;
  will-change: transform !important;
}

/* Inner Hero Container and Layout */
.hero-section > .container {
  position: relative !important;
  z-index: 3 !important;
}

.inner-hero-grid {
  display: grid !important;
  grid-template-columns: 1.15fr 0.85fr !important;
  gap: 2.25rem !important;
  align-items: center !important;
  position: relative !important;
  z-index: 3 !important;
}

.inner-hero-content {
  text-align: left !important;
}

/* Section Badge */
.hero-section .section-badge {
  background: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  color: #FDE047 !important;
  margin-bottom: 0.85rem !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.55rem !important;
  padding: 0.42rem 1.05rem !important;
  font-size: 0.84rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em !important;
  border-radius: 999px !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25) !important;
  animation: saitSlideDown 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.05s both !important;
}

/* Section Title & Gradients */
.hero-section .section-title {
  font-size: clamp(1.9rem, 2.9vw, 2.7rem) !important;
  font-weight: 800 !important;
  line-height: 1.22 !important;
  color: #FFFFFF !important;
  margin-bottom: 0.9rem !important;
  letter-spacing: -0.025em !important;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.5) !important;
  animation: saitSlideUp 0.75s cubic-bezier(0.16, 1, 0.3, 1) 0.12s both !important;
}

.hero-section .section-title .text-gradient {
  background: linear-gradient(135deg, #FDE047 0%, #FB923C 45%, #F43F5E 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  display: inline !important;
  font-weight: 800 !important;
}

/* Subtitle - 100% High Readability */
.hero-section .section-subtitle {
  font-size: 1.02rem !important;
  font-weight: 400 !important;
  line-height: 1.7 !important;
  color: #E2E8F0 !important;
  margin-bottom: 1.4rem !important;
  max-width: 580px !important;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.4) !important;
  animation: saitSlideUp 0.75s cubic-bezier(0.16, 1, 0.3, 1) 0.22s both !important;
}

/* Buttons inside Hero Section - Full Visibility & Contrast */
.hero-section .btn {
  font-family: var(--font-main) !important;
  font-weight: 600 !important;
  font-size: 0.92rem !important;
  padding: 0.68rem 1.45rem !important;
  border-radius: 999px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.55rem !important;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
  cursor: pointer !important;
  text-decoration: none !important;
}

.hero-section .btn-primary {
  background: linear-gradient(135deg, #D90429 0%, #FF1E42 100%) !important;
  color: #FFFFFF !important;
  border: 1.5px solid #FF3B5C !important;
  box-shadow: 0 6px 20px rgba(217, 4, 41, 0.45) !important;
}

.hero-section .btn-primary:hover {
  background: linear-gradient(135deg, #FF1E42 0%, #D90429 100%) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 10px 28px rgba(217, 4, 41, 0.65) !important;
  color: #FFFFFF !important;
}

/* Secondary Button - Frosted Glass with 100% White Visibility & High Contrast Inversion on Hover */
.hero-section .btn-secondary {
  background: rgba(255, 255, 255, 0.14) !important;
  color: #FFFFFF !important;
  border: 1.5px solid rgba(255, 255, 255, 0.4) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3) !important;
}

.hero-section .btn-secondary:hover {
  background: #FFFFFF !important;
  color: #070D1E !important;
  border-color: #FFFFFF !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 10px 25px rgba(255, 255, 255, 0.35) !important;
}

.hero-section .btn-secondary i {
  color: #38BDF8 !important;
  transition: color 0.3s ease !important;
}

.hero-section .btn-secondary:hover i {
  color: #0066CC !important;
}

/* 3D Visual Art Card in Banner */
.inner-hero-visual {
  position: relative !important;
  display: flex !important;
  justify-content: flex-end !important;
  animation: saitCardEnter 0.85s cubic-bezier(0.16, 1, 0.3, 1) 0.15s both !important;
}

.inner-hero-card {
  position: relative !important;
  width: 100% !important;
  max-width: 480px !important;
  height: 275px !important;
  border-radius: 18px !important;
  overflow: hidden !important;
  border: 1.5px solid rgba(56, 189, 248, 0.35) !important;
  box-shadow: 0 22px 50px -10px rgba(0, 0, 0, 0.65), 0 0 25px rgba(56, 189, 248, 0.25) !important;
  background: #0A1329 !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease !important;
}

.inner-hero-card:hover {
  transform: translateY(-4px) scale(1.02) !important;
  box-shadow: 0 28px 60px -8px rgba(0, 0, 0, 0.75), 0 0 35px rgba(56, 189, 248, 0.45) !important;
  border-color: rgba(56, 189, 248, 0.7) !important;
}

.inner-hero-card img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  transition: transform 0.4s ease !important;
}

.inner-hero-card:hover img {
  transform: scale(1.05) !important;
}

.inner-hero-badge {
  position: absolute !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  padding: 6px 14px !important;
  background: rgba(7, 13, 30, 0.88) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  border-radius: 999px !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4) !important;
  font-size: 0.78rem !important;
  font-weight: 700 !important;
  color: #FFFFFF !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
  z-index: 4 !important;
}

/* ==========================================================================
   PAGE-SPECIFIC VIBRANT COHESIVE THEMES
   About Us, Services, Solutions, Careers, Contact Us
   ========================================================================== */

/* Universal Gradient Text Rules for Hero Titles */
.hero-section .section-title .text-gradient,
.sait-hero-section .hero-title .text-gradient {
  display: inline-block !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
  text-shadow: none !important;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.35)) !important;
  font-weight: 800 !important;
}

/* 1. ABOUT US BANNER (Corporate Identity & AI Neural Core) */
.banner-about {
  background: linear-gradient(135deg, #070D1E 0%, #0E2250 45%, #16387C 85%, #0A193B 100%) !important;
}
.banner-about .orb-1 {
  top: -90px;
  left: -90px;
  width: 440px;
  height: 440px;
  background: radial-gradient(circle, rgba(217, 4, 41, 0.32) 0%, rgba(217, 4, 41, 0) 70%) !important;
}
.banner-about .orb-2 {
  bottom: -70px;
  right: 5%;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(0, 102, 204, 0.35) 0%, rgba(0, 102, 204, 0) 70%) !important;
}
.banner-about .section-title .text-gradient {
  background-image: linear-gradient(135deg, #FDE047 0%, #FB923C 45%, #F43F5E 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
  text-shadow: none !important;
}
.banner-about .section-badge {
  color: #FDE047 !important;
  border-color: rgba(253, 224, 71, 0.3) !important;
}

/* 2. SERVICES BANNER (Engineering & Autonomous AI) */
.banner-services {
  background: linear-gradient(135deg, #050F26 0%, #09204E 45%, #103A82 85%, #07193C 100%) !important;
}
.banner-services .orb-1 {
  top: -80px;
  left: -80px;
  width: 450px;
  height: 450px;
  background: radial-gradient(circle, rgba(0, 240, 255, 0.28) 0%, rgba(0, 240, 255, 0) 70%) !important;
}
.banner-services .orb-2 {
  bottom: -80px;
  right: 4%;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(139, 92, 246, 0.32) 0%, rgba(139, 92, 246, 0) 70%) !important;
}
.banner-services .section-title .text-gradient {
  background-image: linear-gradient(135deg, #38BDF8 0%, #818CF8 50%, #C084FC 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
  text-shadow: none !important;
}
.banner-services .section-badge {
  color: #38BDF8 !important;
  border-color: rgba(56, 189, 248, 0.3) !important;
}
.banner-services .inner-hero-card {
  border-color: rgba(0, 240, 255, 0.35) !important;
  box-shadow: 0 22px 50px -10px rgba(0, 0, 0, 0.65), 0 0 25px rgba(0, 240, 255, 0.22) !important;
}

/* 3. SOLUTIONS BANNER (Industry Architecture & Smart Cities) */
.banner-solutions {
  background: linear-gradient(135deg, #03141F 0%, #06283C 45%, #0B4662 85%, #052132 100%) !important;
}
.banner-solutions .orb-1 {
  top: -80px;
  left: -80px;
  width: 450px;
  height: 450px;
  background: radial-gradient(circle, rgba(16, 185, 129, 0.3) 0%, rgba(16, 185, 129, 0) 70%) !important;
}
.banner-solutions .orb-2 {
  bottom: -70px;
  right: 5%;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(245, 158, 11, 0.28) 0%, rgba(245, 158, 11, 0) 70%) !important;
}
.banner-solutions .section-title .text-gradient {
  background-image: linear-gradient(135deg, #34D399 0%, #38BDF8 50%, #FBBF24 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
  text-shadow: none !important;
}
.banner-solutions .section-badge {
  color: #34D399 !important;
  border-color: rgba(52, 211, 153, 0.3) !important;
}
.banner-solutions .inner-hero-card {
  border-color: rgba(16, 185, 129, 0.35) !important;
  box-shadow: 0 22px 50px -10px rgba(0, 0, 0, 0.65), 0 0 25px rgba(16, 185, 129, 0.22) !important;
}

/* 4. CAREERS BANNER (Culture & Fast-Track Growth) */
.banner-careers {
  background: linear-gradient(135deg, #0C0820 0%, #1A1142 45%, #2F1E6B 85%, #130C30 100%) !important;
}
.banner-careers .orb-1 {
  top: -80px;
  left: -80px;
  width: 450px;
  height: 450px;
  background: radial-gradient(circle, rgba(236, 72, 153, 0.32) 0%, rgba(236, 72, 153, 0) 70%) !important;
}
.banner-careers .orb-2 {
  bottom: -70px;
  right: 5%;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(251, 191, 36, 0.28) 0%, rgba(251, 191, 36, 0) 70%) !important;
}
.banner-careers .section-title .text-gradient {
  background-image: linear-gradient(135deg, #F472B6 0%, #FB923C 50%, #FDE047 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
  text-shadow: none !important;
}
.banner-careers .section-badge {
  color: #F472B6 !important;
  border-color: rgba(244, 114, 182, 0.3) !important;
}
.banner-careers .inner-hero-card {
  border-color: rgba(236, 72, 153, 0.35) !important;
  box-shadow: 0 22px 50px -10px rgba(0, 0, 0, 0.65), 0 0 25px rgba(236, 72, 153, 0.22) !important;
}

/* 5. CONTACT US BANNER (24hr Advisory & Global Support) */
.banner-contact {
  background: linear-gradient(135deg, #050E24 0%, #09214B 45%, #113B7D 85%, #071736 100%) !important;
}
.banner-contact .orb-1 {
  top: -80px;
  left: -80px;
  width: 450px;
  height: 450px;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.34) 0%, rgba(56, 189, 248, 0) 70%) !important;
}
.banner-contact .orb-2 {
  bottom: -70px;
  right: 5%;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(217, 4, 41, 0.3) 0%, rgba(217, 4, 41, 0) 70%) !important;
}
.banner-contact .section-title .text-gradient {
  background-image: linear-gradient(135deg, #38BDF8 0%, #60A5FA 45%, #F43F5E 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
  text-shadow: none !important;
}
.banner-contact .section-badge {
  color: #38BDF8 !important;
  border-color: rgba(56, 189, 248, 0.3) !important;
}
.banner-contact .inner-hero-card {
  border-color: rgba(56, 189, 248, 0.35) !important;
  box-shadow: 0 22px 50px -10px rgba(0, 0, 0, 0.65), 0 0 25px rgba(56, 189, 248, 0.25) !important;
}

/* Responsive Mobile Rules */
@media (max-width: 991px) {
  .hero-section {
    padding-top: calc(var(--header-height) + 1.25rem) !important;
    padding-bottom: 2rem !important;
  }
  .inner-hero-grid {
    grid-template-columns: 1fr !important;
    text-align: center !important;
    gap: 1.75rem !important;
  }
  .inner-hero-content {
    text-align: center !important;
  }
  .inner-hero-content > div {
    justify-content: center !important;
  }
  .inner-hero-visual {
    justify-content: center !important;
  }
  .inner-hero-card {
    max-width: 400px !important;
    height: 230px !important;
    margin: 0 auto !important;
  }
}
