/*
 * AILA Tech Bundled CSS File
 * Generated: 2026-01-24 11:15:23
 * 
 * This file combines multiple CSS files into one for better performance.
 * Do not edit directly - edit source files and re-run merge_assets.py
 */


/* ========== index.css ========== */
  /* Import Noto Sans Lao font */
  @import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Lao:wght@300;400;500;600;700&display=swap");
  
  /* Ensure Lao text displays properly */
  body[lang="la"],
  html[lang="la"],
  [lang="la"] {
    font-family: "Noto Sans Lao", "Segoe UI", sans-serif;
  }
  
  /* Responsive text for Lao language */
  [lang="la"] .animated-hero-title,
  [lang="la"] .section-title,
  [lang="la"] h1,
  [lang="la"] h2,
  [lang="la"] h3 {
    line-height: 1.4;
    word-spacing: 0.1em;
  }
  
  /* Ensure proper text wrapping for long Lao words */
  [lang="la"] p,
  [lang="la"] span,
  [lang="la"] div {
    word-break: keep-all;
    overflow-wrap: break-word;
  }

  /* ===== GLOBAL RESPONSIVE FIXES ===== */
  * {
    box-sizing: border-box;
  }

  html {
    overflow-x: hidden;
    max-width: 100vw;
  }

  body {
    overflow-x: hidden;
    max-width: 100vw;
    width: 100%;
  }

  /* Ensure all containers are responsive */
  .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
    box-sizing: border-box;
  }

  /* Responsive images */
  img {
    max-width: 100%;
    height: auto;
    display: block;
  }

  /* Prevent text overflow */
  p, h1, h2, h3, h4, h5, h6, span, div {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  /* Hero Section */
  .hero-section {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    padding: 20px 0; /* Drastically reduced from 40px */
    position: relative;
    overflow: hidden;
    margin-top: 0; /* Remove any top margin */
  }

  .hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="%23e2e8f0" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    opacity: 0.5;
  }

  .hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px; /* Reduced from 40px */
    align-items: center;
    position: relative;
    z-index: 1;
  }

  .hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(59, 130, 246, 0.1);
    color: #3b82f6;
    padding: 6px 12px; /* Reduced from 8px 16px */
    border-radius: 20px;
    font-size: 13px; /* Reduced from 14px */
    font-weight: 600;
    margin-bottom: 12px; /* Reduced from 16px */
  }

  .hero-title {
    font-size: 2.5rem; /* Reduced from 3rem */
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 12px; /* Reduced from 16px */
    line-height: 1.1;
  }

  .text-primary {
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }

  .text-secondary {
    color: #1e293b;
    font-weight: 600;
  }

  .hero-description {
    font-size: 1rem; /* Reduced from 1.125rem */
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 16px; /* Reduced from 24px */
  }

  .hero-stats {
    display: flex;
    gap: 20px; /* Reduced from 24px */
    margin-bottom: 16px; /* Reduced from 24px */
  }

  .stat-item {
    text-align: center;
  }

  .stat-number {
    display: block;
    font-size: 1.5rem; /* Reduced from 1.75rem */
    font-weight: 700;
    color: #3b82f6;
    line-height: 1;
  }

  .stat-label {
    font-size: 13px; /* Reduced from 14px */
    color: #64748b;
    font-weight: 500;
  }

  .hero-buttons {
    display: flex;
    gap: 12px; /* Reduced from 16px */
    flex-wrap: wrap;
  }

  .hero-visual {
    position: relative;
  }

  .hero-image-container {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  }

  .hero-image {
    width: 100%;
    height: auto;
    display: block;
  }

  .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
  }

  .floating-card {
    position: absolute;
    background: white;
    padding: 10px 14px; /* Reduced from 12px 16px */
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px; /* Reduced from 14px */
    font-weight: 600;
    color: #1e293b;
    animation: float 3s ease-in-out infinite;
  }

  .floating-card i {
    color: #10b981;
  }

  .card-1 {
    top: 20%;
    left: -20px;
    animation-delay: 0s;
  }

  .card-2 {
    top: 50%;
    right: -20px;
    animation-delay: 1s;
  }

  .card-3 {
    bottom: 20%;
    left: 20px;
    animation-delay: 2s;
  }

  @keyframes float {
    0%,
    100% {
      transform: translateY(0px);
    }
    50% {
      transform: translateY(-10px);
    }
  }

  /* Features Section */
  .features-section {
    padding: clamp(32px, 4vw, 56px) 0 clamp(40px, 5vw, 60px);
    background: white;
    margin-top: 0;
    margin-bottom: 0;
    box-sizing: border-box;
  }

  .section-header {
    text-align: center;
    margin-bottom: clamp(24px, 3vw, 32px);
    padding: 0 clamp(1rem, 3vw, 2rem);
  }

  .section-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(59, 130, 246, 0.1);
    color: #3b82f6;
    padding: 6px 12px; /* Reduced from 8px 16px */
    border-radius: 20px;
    font-size: 13px; /* Reduced from 14px */
    font-weight: 600;
    margin-bottom: 12px; /* Reduced from 16px */
  }

  .section-title {
    font-size: 2rem; /* Reduced from 2.25rem */
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 12px; /* Reduced from 16px */
  }

  .section-description {
    font-size: 1rem; /* Reduced from 1.125rem */
    color: #64748b;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
  }

  .features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: clamp(20px, 2.5vw, 28px);
    width: 100%;
    box-sizing: border-box;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 clamp(1rem, 3vw, 2rem);
  }

  .feature-card {
    background: white;
    padding: 20px; /* Reduced from 24px */
    border-radius: 12px;
    border: 1px solid #f1f5f9;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    transition: all 0.2s ease;
    position: relative;
    overflow: hidden;
  }

  .feature-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #3b82f6, #1d4ed8);
  }

  .feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  }

  .feature-icon {
    width: 45px; /* Reduced from 50px */
    height: 45px; /* Reduced from 50px */
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px; /* Reduced from 20px */
    color: white;
    font-size: 18px; /* Reduced from 20px */
  }

  .feature-card h3 {
    font-size: 1rem; /* Reduced from 1.125rem */
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 10px; /* Reduced from 12px */
  }

  .feature-card p {
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 12px; /* Reduced from 16px */
  }

  .feature-metric {
    display: flex;
    align-items: baseline;
    gap: 8px;
  }

  .metric-value {
    font-size: 1.125rem; /* Reduced from 1.25rem */
    font-weight: 700;
    color: #3b82f6;
  }

  .metric-label {
    font-size: 13px; /* Reduced from 14px */
    color: #64748b;
    font-weight: 500;
  }

  /* Process Section */
  .process-section {
    padding: clamp(32px, 4vw, 56px) 0 clamp(40px, 5vw, 60px);
    background: #f8fafc;
    margin-top: 0;
    margin-bottom: 0;
    box-sizing: border-box;
  }

  .process-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: clamp(20px, 2.5vw, 28px);
    margin-top: clamp(24px, 3vw, 32px);
    width: 100%;
    box-sizing: border-box;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 clamp(1rem, 3vw, 2rem);
  }

  .step-card {
    background: white;
    padding: 20px; /* Reduced from 24px */
    border-radius: 12px;
    border: 1px solid #f1f5f9;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    position: relative;
    text-align: center;
  }

  .step-number {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
  }

  .step-icon {
    width: 50px; /* Reduced from 60px */
    height: 50px; /* Reduced from 60px */
    background: rgba(59, 130, 246, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px; /* Reduced from 20px */
    color: #3b82f6;
    font-size: 20px; /* Reduced from 24px */
  }

  .step-content h3 {
    font-size: 1rem; /* Reduced from 1.125rem */
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 10px; /* Reduced from 12px */
  }

  .step-content p {
    color: #64748b;
    line-height: 1.6;
  }

  .step-arrow {
    position: absolute;
    top: 50%;
    right: -16px;
    transform: translateY(-50%);
    background: white;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3b82f6;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    z-index: 1;
  }

  /* Trusted Section */
  .trusted-section {
    padding: 40px 0; /* Reduced from 60px */
    background: white;
    margin-top: 0; /* Remove top margin */
  }

  .industries-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px; /* Reduced from 24px */
    margin-top: 30px; /* Reduced from 40px */
  }

  .industry-card {
    background: white;
    padding: 20px; /* Reduced from 24px */
    border-radius: 12px;
    border: 1px solid #f1f5f9;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    text-align: center;
    transition: all 0.2s ease;
  }

  .industry-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  }

  .industry-icon {
    width: 45px; /* Reduced from 50px */
    height: 45px; /* Reduced from 50px */
    background: rgba(59, 130, 246, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px; /* Reduced from 20px */
    color: #3b82f6;
    font-size: 18px; /* Reduced from 20px */
  }

  .industry-card h3 {
    font-size: 1rem; /* Reduced from 1.125rem */
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 10px; /* Reduced from 12px */
  }

  .industry-card p {
    color: #64748b;
    line-height: 1.6;
  }

  /* CTA Section */
  .cta-section {
    padding: clamp(32px, 4vw, 56px) 0 clamp(40px, 5vw, 60px);
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
    color: white;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    box-sizing: border-box;
  }

  .cta-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.2);
    padding: 6px 12px; /* Reduced from 8px 16px */
    border-radius: 20px;
    font-size: 13px; /* Reduced from 14px */
    font-weight: 600;
    margin-bottom: 12px; /* Reduced from 16px */
  }

  .cta-content h2 {
    font-size: 2rem; /* Reduced from 2.25rem */
    font-weight: 700;
    margin-bottom: 12px; /* Reduced from 16px */
  }

  .cta-content p {
    font-size: 1rem; /* Reduced from 1.125rem */
    opacity: 0.9;
    max-width: 600px;
    margin: 0 auto 20px; /* Reduced from 24px */
    line-height: 1.6;
  }

  .cta-buttons {
    display: flex;
    gap: 12px; /* Reduced from 16px */
    justify-content: center;
    margin-bottom: 20px; /* Reduced from 24px */
    flex-wrap: wrap;
  }

  .cta-features {
    display: flex;
    gap: 20px; /* Reduced from 24px */
    justify-content: center;
    flex-wrap: wrap;
  }

  .cta-feature {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px; /* Reduced from 14px */
    opacity: 0.9;
  }

  .cta-feature i {
    color: #10b981;
  }

  /* Buttons */
  .btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px; /* Reduced from 12px 24px */
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
    border: none;
    cursor: pointer;
    font-size: 14px;
  }

  .btn-primary {
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
    color: white;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
  }

  .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(59, 130, 246, 0.4);
  }

  .btn-outline {
    background: transparent;
    color: #3b82f6;
    border: 2px solid #3b82f6;
  }

  .btn-outline:hover {
    background: #3b82f6;
    color: white;
    transform: translateY(-2px);
  }

  .btn-lg {
    padding: 12px 24px; /* Reduced from 14px 28px */
    font-size: 16px;
  }

  .btn-xl {
    padding: 14px 28px; /* Reduced from 16px 32px */
    font-size: 18px;
  }

  /* Animated Hero Section Styles */
  .animated-hero-section {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 50%, #e2e8f0 100%);
    padding: clamp(20px, 3vw, 32px) 0;
    position: relative;
    overflow: hidden;
    margin-top: 0;
    width: 100%;
    max-width: 100vw;
    box-sizing: border-box;
  }

  .animated-hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="20" height="20" patternUnits="userSpaceOnUse"><path d="M 20 0 L 0 0 0 20" fill="none" stroke="%23f1f5f9" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    opacity: 0.3;
  }

  .animated-hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(2rem, 3vw, 3rem);
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    align-items: center;
    position: relative;
    z-index: 1;
    padding: 0 clamp(1rem, 3vw, 2rem);
    box-sizing: border-box;
  }

  .animated-hero-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    animation: slideInLeft 1s ease-out;
    position: relative;
    min-height: 400px;
  }

  /* Hero Loading State */
  .hero-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    color: #64748b;
    z-index: 10;
  }

  .hero-loading .loading-spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #e2e8f0;
    border-top: 4px solid #3b82f6;
    border-radius: 50%;
    animation: spin 1s linear infinite;
  }

  .hero-loading p {
    font-size: 0.9rem;
    margin: 0;
  }

  .hero-content-api {
    width: 100%;
  }

  .animated-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, #1e40af 0%, #1d4ed8 50%, #2563eb 100%);
    color: #ffffff !important;
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 700;
    margin-bottom: 1.25rem;
    animation: fadeInUp 0.8s ease-out 0.2s both;
    box-shadow: 
      0 4px 16px rgba(30, 64, 175, 0.35),
      0 2px 8px rgba(30, 64, 175, 0.25),
      inset 0 1px 0 rgba(255, 255, 255, 0.2);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.2);
    letter-spacing: 0.03em;
    text-transform: uppercase;
  }

  .animated-hero-badge * {
    color: #ffffff !important;
  }

  .animated-hero-title {
    font-size: 2.75rem;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 1.25rem;
    animation: fadeInUp 0.8s ease-out 0.4s both;
    letter-spacing: -0.02em;
  }

  .animated-title-highlight {
    background: linear-gradient(135deg, #1e40af, #3b82f6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }

  .animated-hero-description {
    font-size: 1.1rem;
    color: #475569;
    line-height: 1.6;
    margin-bottom: 1.75rem;
    animation: fadeInUp 0.8s ease-out 0.6s both;
    font-weight: 400;
  }

  .animated-stats-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-bottom: 1.75rem;
    animation: fadeInUp 0.8s ease-out 0.8s both;
  }

  .animated-stat-card {
    background: white;
    padding: 1.25rem;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    animation: fadeInUp 0.8s ease-out 1s both;
  }

  .animated-stat-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.12);
  }

  .animated-stat-number {
    font-size: 1.9rem;
    font-weight: 800;
    color: #1e40af;
    margin-bottom: 0.5rem;
    line-height: 1;
  }
.animated-stat-numbers {
    font-size: 1.9rem;
    font-weight: 800;
    color: #1e40af;
    margin-bottom: 0.5rem;
    line-height: 1;
  }


  .animated-stat-label {
    font-size: 0.875rem;
    color: #64748b;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
  }

  .animated-cta-buttons {
    display: flex;
    gap: 1rem;
    animation: fadeInUp 0.8s ease-out 1.2s both;
  }

  .animated-btn {
    padding: 1rem 2rem;
    border-radius: 12px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: pointer;
    border: none;
    font-size: 1rem;
    letter-spacing: 0.02em;
  }

  .animated-btn-primary {
    background: linear-gradient(135deg, #1e40af 0%, #1d4ed8 50%, #2563eb 100%);
    color: #ffffff !important;
    box-shadow: 
      0 4px 16px rgba(30, 64, 175, 0.35),
      0 2px 8px rgba(30, 64, 175, 0.25),
      inset 0 1px 0 rgba(255, 255, 255, 0.2);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-weight: 700;
    letter-spacing: 0.02em;
  }

  .animated-btn-primary,
  .animated-btn-primary *,
  .animated-btn-primary i {
    color: #ffffff !important;
  }

  .animated-btn-primary:hover {
    background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 50%, #1d4ed8 100%);
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 
      0 8px 24px rgba(30, 64, 175, 0.45),
      0 4px 12px rgba(30, 64, 175, 0.35),
      inset 0 1px 0 rgba(255, 255, 255, 0.3);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  }

  .animated-btn-primary:hover,
  .animated-btn-primary:hover *,
  .animated-btn-primary:hover i {
    color: #ffffff !important;
  }

  .animated-btn-primary:active {
    transform: translateY(0);
    color: #ffffff !important;
    box-shadow: 
      0 2px 8px rgba(30, 64, 175, 0.3),
      inset 0 1px 0 rgba(255, 255, 255, 0.15);
  }

  .animated-btn-primary:active,
  .animated-btn-primary:active *,
  .animated-btn-primary:active i {
    color: #ffffff !important;
  }

  .animated-btn-secondary {
    background: white;
    color: #3b82f6;
    border: 2px solid #3b82f6;
  }

  .animated-btn-secondary:hover {
    background: #3b82f6;
    color: white;
    transform: translateY(-1px);
  }

  .animated-hero-right {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: slideInRight 1s ease-out;
  }

  .id-card-container {
    position: relative;
    width: 400px;
    height: 250px;
    perspective: 1000px;
  }

  .id-card {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #dcfce7 0%, #bbf7d0 50%, #a7f3d0 100%);
    border-radius: 12px;
    padding: 1rem;
    position: relative;
    transform-style: preserve-3d;
    animation: cardFloat 4s ease-in-out infinite;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    overflow: hidden;
  }

  .id-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: repeating-linear-gradient(
      45deg,
      transparent,
      transparent 8px,
      rgba(34, 197, 94, 0.05) 8px,
      rgba(34, 197, 94, 0.05) 16px
    );
    pointer-events: none;
  }

  .id-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: repeating-linear-gradient(
      45deg,
      transparent,
      transparent 10px,
      rgba(34, 197, 94, 0.1) 10px,
      rgba(34, 197, 94, 0.1) 20px
    );
    border-radius: 16px;
    pointer-events: none;
  }

  .card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1rem;
    position: relative;
    z-index: 1;
  }

  .lao-emblem {
    width: 32px;
    height: 32px;
    background: radial-gradient(circle, #fbbf24, #f59e0b);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    animation: emblemGlow 3s ease-in-out infinite;
    position: relative;
    box-shadow: 0 2px 8px rgba(251, 191, 36, 0.3);
  }

  .emblem-inner {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .stupa {
    font-size: 1rem;
    position: absolute;
    top: 2px;
  }

  .cogwheel {
    font-size: 0.5rem;
    position: absolute;
    bottom: 2px;
    right: 2px;
  }

  .rice-stalks {
    font-size: 0.4rem;
    position: absolute;
    bottom: 2px;
    left: 2px;
  }

  .star {
    font-size: 0.3rem;
    position: absolute;
    top: 1px;
    right: 1px;
  }

  .card-title {
    text-align: center;
    flex: 1;
    margin: 0 0.75rem;
    z-index: 1;
  }

  .header-text {
    margin-bottom: 0.75rem;
  }

  .republic-name {
    color: #1f2937;
    font-size: 0.55rem;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 0.2rem;
    font-family: "Noto Sans Lao", sans-serif;
  }

  .motto {
    color: #6b7280;
    font-size: 0.45rem;
    font-weight: 500;
    line-height: 1.1;
    font-family: "Noto Sans Lao", sans-serif;
  }

  .card-title h3 {
    color: #dc2626;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.2rem;
    font-family: "Noto Sans Lao", sans-serif;
  }

  .card-title p {
    color: #374151;
    font-size: 0.65rem;
    font-weight: 600;
  }

  .laos-map {
    font-size: 1.2rem;
    opacity: 0.6;
    margin-left: 0.25rem;
    color: #3b82f6;
  }

  .card-content {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 1rem;
    height: calc(100% - 100px);
    z-index: 1;
    position: relative;
  }

  .photo-area {
    background: white;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #3b82f6;
    animation: photoPulse 2s ease-in-out infinite;
    padding: 0.75rem;
    position: relative;
  }

  .photo-placeholder {
    color: #9ca3af;
    font-size: 0.75rem;
    text-align: center;
    width: 100%;
    height: 100%;
  }

  .photo-frame {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #f3f4f6;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #d1d5db;
    position: relative;
  }

  .photo-person {
    font-size: 1.25rem;
    color: #1e40af;
  }

  .photo-check {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #10b981;
    color: white;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.5rem;
  }

  .info-fields {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  .field {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.25rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .field-label {
    font-size: 0.55rem;
    color: #374151;
    font-weight: 500;
    font-family: "Noto Sans Lao", sans-serif;
  }

  .field-value {
    font-size: 0.55rem;
    color: #1f2937;
    font-weight: 600;
    animation: dataAppear 0.5s ease-out;
    position: relative;
    font-family: "Noto Sans Lao", sans-serif;
  }

  .field-value::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
      90deg,
      transparent,
      rgba(59, 130, 246, 0.4),
      rgba(16, 185, 129, 0.4),
      transparent
    );
    animation: dataExtract 6s ease-in-out infinite;
    opacity: 0;
    border-radius: 2px;
  }

  .field-check {
    position: absolute;
    right: -12px;
    top: 50%;
    transform: translateY(-50%);
    background: #10b981;
    color: white;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.4rem;
  }

  .card-footer {
    position: absolute;
    bottom: 0.75rem;
    right: 0.75rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.25rem;
    z-index: 1;
  }

  .signature-area {
    width: 40px;
    height: 20px;
    border-bottom: 1px solid #9ca3af;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .signature {
    font-size: 0.5rem;
    color: #6b7280;
  }

  .holder-name {
    font-size: 0.6rem;
    color: #1f2937;
    font-weight: 600;
    text-align: right;
  }

  .red-seal {
    position: absolute;
    top: 50%;
    right: 0.5rem;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: #dc2626;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.8;
    z-index: 1;
  }

  .seal-content {
    font-size: 0.4rem;
    color: white;
    font-weight: 600;
    text-align: center;
    line-height: 1;
  }

  .verification-elements {
    position: absolute;
    top: -20px;
    right: -20px;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    z-index: 1;
  }

  .ai-indicator {
    background: linear-gradient(135deg, #1e40af, #2563eb);
    color: white;
    padding: 0.4rem 0.75rem;
    border-radius: 15px;
    display: flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 0.7rem;
    font-weight: 700;
    box-shadow: 0 4px 15px rgba(99, 102, 241, 0.4);
    animation: aiGlow 2s ease-in-out infinite;
    border: 1px solid rgba(255, 255, 255, 0.2);
  }

  .ai-dot {
    width: 4px;
    height: 4px;
    background: #10b981;
    border-radius: 50%;
    animation: aiPulse 1.5s ease-in-out infinite;
  }

  .ocr-badge {
    background: linear-gradient(135deg, #f59e0b, #fbbf24);
    color: white;
    padding: 0.4rem 0.75rem;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    font-weight: 700;
    box-shadow: 0 4px 15px rgba(245, 158, 11, 0.4);
    animation: ocrBadgeGlow 3s ease-in-out infinite;
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 0.5rem;
  }

  .ocr-badge-text {
    font-family: "Courier New", monospace;
    letter-spacing: 1px;
  }

  .verification-badge {
    background: #10b981;
    color: white;
    padding: 0.5rem;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: verificationPulse 2s ease-in-out infinite;
  }

  .scan-line {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(
      90deg,
      transparent,
      #3b82f6,
      #10b981,
      #fbbf24,
      #3b82f6,
      transparent
    );
    animation: scanAnimation 4s ease-in-out infinite;
    box-shadow: 0 0 15px rgba(59, 130, 246, 0.8),
      0 0 30px rgba(16, 185, 129, 0.6);
    z-index: 5;
  }

  .ocr-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
      135deg,
      rgba(0, 0, 0, 0.8),
      rgba(59, 130, 246, 0.3)
    );
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    animation: ocrFadeIn 6s ease-in-out infinite;
    z-index: 10;
    backdrop-filter: blur(2px);
  }

  .ocr-text {
    color: white;
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-align: center;
    animation: ocrTextPulse 2s ease-in-out infinite;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    letter-spacing: 0.5px;
  }

  .ocr-progress {
    width: 80%;
    height: 4px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 2px;
    overflow: hidden;
  }

  .ocr-progress-bar {
    height: 100%;
    background: linear-gradient(90deg, #3b82f6, #10b981);
    width: 0%;
    animation: ocrProgress 3s ease-in-out infinite;
    border-radius: 2px;
  }

  .floating-elements {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
  }

  .floating-check {
    position: absolute;
    color: #10b981;
    font-size: 1.5rem;
    animation: floatCheck 3s ease-in-out infinite;
  }

  .floating-ai {
    position: absolute;
    font-size: 1.2rem;
    animation: floatAI 4s ease-in-out infinite;
    top: 40%;
    right: 25%;
  }

  .floating-check:nth-child(1) {
    top: 20%;
    left: 10%;
    animation-delay: 0s;
  }

  .floating-check:nth-child(2) {
    top: 60%;
    right: 15%;
    animation-delay: 1s;
  }

  .floating-check:nth-child(3) {
    bottom: 30%;
    left: 20%;
    animation-delay: 2s;
  }

  /* Animation Keyframes */
  @keyframes slideInLeft {
    from {
      opacity: 0;
      transform: translateX(-50px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }

  @keyframes slideInRight {
    from {
      opacity: 0;
      transform: translateX(50px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }

  @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(30px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @keyframes cardFloat {
    0%,
    100% {
      transform: translateY(0) rotateY(0deg);
    }
    50% {
      transform: translateY(-5px) rotateY(1deg);
    }
  }

  @keyframes emblemGlow {
    0%,
    100% {
      box-shadow: 0 0 8px rgba(251, 191, 36, 0.4);
    }
    50% {
      box-shadow: 0 0 15px rgba(251, 191, 36, 0.6);
    }
  }

  @keyframes photoPulse {
    0%,
    100% {
      border-color: #d1d5db;
    }
    50% {
      border-color: #3b82f6;
    }
  }

  @keyframes dataAppear {
    from {
      opacity: 0;
      transform: scale(0.8);
    }
    to {
      opacity: 1;
      transform: scale(1);
    }
  }

  @keyframes dataExtract {
    0%,
    85% {
      opacity: 0;
    }
    15%,
    70% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }

  @keyframes verificationPulse {
    0%,
    100% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.05);
    }
  }

  @keyframes scanAnimation {
    0% {
      transform: translateY(0);
      opacity: 0;
    }
    25% {
      opacity: 1;
    }
    75% {
      opacity: 1;
    }
    100% {
      transform: translateY(250px);
      opacity: 0;
    }
  }

  @keyframes ocrFadeIn {
    0%,
    70% {
      opacity: 0;
    }
    10%,
    60% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }

  @keyframes ocrTextPulse {
    0%,
    100% {
      opacity: 0.8;
    }
    50% {
      opacity: 1;
    }
  }

  @keyframes ocrProgress {
    0% {
      width: 0%;
    }
    100% {
      width: 100%;
    }
  }

  @keyframes floatCheck {
    0%,
    100% {
      transform: translateY(0) rotate(0deg);
      opacity: 0.6;
    }
    50% {
      transform: translateY(-10px) rotate(5deg);
      opacity: 0.9;
    }
  }

  @keyframes floatAI {
    0%,
    100% {
      transform: translateY(0) scale(1);
      opacity: 0.7;
    }
    50% {
      transform: translateY(-15px) scale(1.1);
      opacity: 1;
    }
  }

  @keyframes aiGlow {
    0%,
    100% {
      box-shadow: 0 2px 8px rgba(99, 102, 241, 0.3);
    }
    50% {
      box-shadow: 0 4px 16px rgba(99, 102, 241, 0.5);
    }
  }

  @keyframes aiPulse {
    0%,
    100% {
      opacity: 0.6;
    }
    50% {
      opacity: 1;
    }
  }

  @keyframes ocrBadgeGlow {
    0%,
    100% {
      box-shadow: 0 4px 15px rgba(245, 158, 11, 0.4);
    }
    50% {
      box-shadow: 0 6px 25px rgba(245, 158, 11, 0.7),
        0 0 30px rgba(251, 191, 36, 0.3);
    }
  }

  /* High DPI Display Scaling */
  @media (min-width: 1200px) and ((-webkit-min-device-pixel-ratio: 1.25) or (min-resolution: 120dpi)) {
    html {
      font-size: 14px;
    }
    
    .animated-hero-title {
      font-size: 2.25rem !important;
    }
    
    .animated-hero-description {
      font-size: 1rem !important;
    }
    
    .animated-hero-content {
      gap: 2.5rem !important;
    }
    
    .animated-hero-section {
      padding: 25px 0 !important;
    }
    
    .features-section,
    .process-section,
    .cta-section {
      padding: 25px 0 !important;
    }
  }

  /* Responsive Design - Professional Mobile Layout */
  @media (max-width: 768px) {
    .animated-hero-section {
      padding: 2rem 0;
      min-height: auto;
    }

    .hero-content {
      grid-template-columns: 1fr;
      gap: 2rem;
    }

    .hero-title {
      font-size: 2rem;
    }

    .hero-stats {
      flex-direction: column;
      gap: 10px;
    }

    .animated-hero-content {
      grid-template-columns: 1fr;
      gap: 2rem;
      padding: 0 1.25rem;
      align-items: stretch;
    }

    .animated-hero-left {
      order: 1;
      text-align: center;
      width: 100%;
      padding: 0;
      min-height: auto;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .animated-hero-right {
      order: 2;
      width: 100%;
      max-width: 100%;
      margin: 0 auto;
      padding: 0;
    }

    .animated-hero-title {
      font-size: 2rem;
      line-height: 1.2;
      margin-bottom: 1rem;
      text-align: center;
    }

    .animated-hero-badge {
      font-size: 0.75rem;
      padding: 0.625rem 1.25rem;
      margin-bottom: 1rem;
      align-self: center;
    }

    .animated-hero-description {
      font-size: 1rem;
      line-height: 1.5;
      margin-bottom: 1.5rem;
      text-align: center;
      max-width: 100%;
    }

    .animated-stats-container {
      grid-template-columns: 1fr;
      gap: 1rem;
      margin-bottom: 1.5rem;
      width: 100%;
      max-width: 100%;
    }

    .animated-stat-card {
      width: 100%;
      padding: 1rem;
    }

    .animated-cta-buttons {
      flex-direction: column;
      width: 100%;
      gap: 0.75rem;
      margin-top: 1rem;
      align-items: stretch;
    }

    .animated-btn {
      width: 100%;
      justify-content: center;
      padding: 1rem 1.5rem;
      font-size: 0.95rem;
    }

    .id-card-container {
      width: 100%;
      max-width: 300px;
      height: 200px;
      margin: 0 auto;
    }

    .product-slideshow-container {
      width: 100%;
      max-width: 100%;
      height: 500px;
      min-height: 500px;
      margin: 0 auto;
    }

    .slideshow-slide {
      padding: 15px;
    }

    .slideshow-slide img {
      max-width: 100%;
      max-height: 100%;
      width: auto;
      height: auto;
      object-fit: contain;
    }

    .features-grid {
      grid-template-columns: 1fr;
      gap: clamp(16px, 2vw, 20px);
      padding: 0 clamp(1rem, 3vw, 1.5rem);
    }

    .process-steps {
      grid-template-columns: 1fr;
    }

    .step-arrow {
      display: none;
    }

    .industries-grid {
      grid-template-columns: 1fr;
    }

    .cta-buttons {
      flex-direction: column;
      align-items: center;
    }

    .cta-features {
      flex-direction: column;
      gap: 10px; /* Reduced from 12px */
    }
  }

  /* Extra Small Mobile (320px - 575px) - Professional Layout */
  @media (max-width: 575px) {
    .animated-hero-section {
      padding: 1.5rem 0;
      min-height: auto;
    }

    .animated-hero-content {
      gap: 1.5rem;
      padding: 0 1rem;
    }

    .animated-hero-left {
      padding: 0;
      margin-bottom: 0;
    }

    .animated-hero-title {
      font-size: 1.75rem;
      line-height: 1.2;
      margin-bottom: 0.875rem;
    }

    .animated-hero-badge {
      font-size: 0.7rem;
      padding: 0.5rem 1rem;
      margin-bottom: 0.875rem;
    }

    .animated-hero-description {
      font-size: 0.95rem;
      line-height: 1.5;
      margin-bottom: 1.25rem;
    }

    .animated-stats-container {
      grid-template-columns: 1fr;
      gap: 0.875rem;
      margin-bottom: 1.25rem;
    }

    .animated-stat-card {
      padding: 0.875rem;
      width: 100%;
    }

    .animated-stat-number {
      font-size: 1.5rem;
    }

    .animated-stat-label {
      font-size: 0.75rem;
    }

    .animated-cta-buttons {
      flex-direction: column;
      width: 100%;
      gap: 0.75rem;
      margin-top: 0;
      margin-bottom: 1.5rem;
    }

    .animated-btn {
      width: 100%;
      justify-content: center;
      padding: 0.875rem 1.25rem;
      font-size: 0.9rem;
    }

    .animated-hero-right {
      width: 100%;
      margin: 0;
      padding: 0;
    }

    .product-slideshow-container {
      height: 450px;
      min-height: 450px;
      border-radius: 24px;
      width: 100%;
      max-width: 100%;
    }

    .slideshow-slide {
      padding: 12px;
    }

    .slideshow-slide img {
      max-width: 100%;
      max-height: 100%;
      width: auto;
      height: auto;
      object-fit: contain;
    }

    .features-grid {
      grid-template-columns: 1fr;
      gap: 1rem;
    }

    .feature-card {
      padding: 1.25rem;
    }

    .process-steps {
      grid-template-columns: 1fr;
      gap: 1.5rem;
    }

    .step-card {
      padding: 1.25rem;
    }

    .container {
      padding: 0 1rem;
    }
  }

  /* Small Mobile (576px - 767px) */
  @media (min-width: 576px) and (max-width: 767px) {
    .animated-hero-title {
      font-size: 2.25rem;
    }

    .animated-stats-container {
      grid-template-columns: repeat(3, 1fr);
      gap: 0.875rem;
    }

    .features-grid {
      grid-template-columns: 1fr;
      gap: 1.25rem;
    }

    .product-slideshow-container {
      height: 300px;
    }
  }

  /* Tablet (768px - 991px) */
  @media (min-width: 768px) and (max-width: 991px) {
    .animated-hero-content {
      grid-template-columns: 1fr;
      gap: 2.5rem;
    }

    .animated-hero-title {
      font-size: 2.5rem;
    }

    .features-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 1.5rem;
    }

    .process-steps {
      grid-template-columns: repeat(2, 1fr);
      gap: 1.5rem;
    }

    .step-arrow {
      display: none;
    }

    .product-slideshow-container {
      max-width: 500px;
      height: 400px;
    }
  }

  /* Desktop (992px - 1199px) */
  @media (min-width: 992px) and (max-width: 1199px) {
    .animated-hero-content {
      gap: 3rem;
    }

    .features-grid {
      grid-template-columns: repeat(3, 1fr);
      gap: 1.5rem;
    }

    .process-steps {
      grid-template-columns: repeat(3, 1fr);
      gap: 1.5rem;
    }

    .product-slideshow-container {
      max-width: 550px;
      height: 420px;
    }
  }

  /* Large Desktop (1200px+) */
  @media (min-width: 1200px) {
    .animated-hero-content {
      gap: 4rem;
    }

    .features-grid {
      grid-template-columns: repeat(3, 1fr);
      gap: 2rem;
    }

    .process-steps {
      grid-template-columns: repeat(3, 1fr);
      gap: 2rem;
    }

    .product-slideshow-container {
      max-width: 600px;
      height: 450px;
    }
  }

  /* Ensure all images are responsive */
  img {
    max-width: 100%;
    height: auto;
    display: block;
  }

  /* Prevent horizontal scrolling */
  body, html {
    overflow-x: hidden;
    max-width: 100vw;
  }

  /* Ensure containers don't overflow */
  .container {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  /* Touch-friendly buttons on mobile */
  @media (max-width: 768px) {
    .animated-btn,
    .btn,
    button {
      min-height: 44px;
      min-width: 44px;
      padding: 0.75rem 1.5rem;
    }

    /* Ensure sections don't overflow */
    section {
      width: 100%;
      max-width: 100vw;
      overflow-x: hidden;
      padding-left: 1rem;
      padding-right: 1rem;
      box-sizing: border-box;
    }

    /* Fix container padding on mobile */
    .container {
      padding: 0 1rem;
    }

    /* Ensure hero content stacks properly */
    .animated-hero-left,
    .animated-hero-right {
      width: 100%;
      max-width: 100%;
    }
  }

  /* Very small screens (320px - 375px) */
  @media (max-width: 375px) {
    .animated-hero-title {
      font-size: 1.75rem;
    }

    .animated-hero-description {
      font-size: 0.9rem;
    }

    .animated-hero-badge {
      font-size: 0.7rem;
      padding: 0.5rem 0.875rem;
    }

    .animated-stat-card {
      padding: 0.875rem;
    }

    .animated-stat-number {
      font-size: 1.25rem;
    }

    .feature-card {
      padding: 1rem;
    }

    .step-card {
      padding: 1rem;
    }

    .product-slideshow-container {
      height: 400px;
      min-height: 400px;
    }

    .slideshow-slide {
      padding: 10px;
    }

    .slideshow-slide img {
      max-width: 100%;
      max-height: 100%;
      width: auto;
      height: auto;
      object-fit: contain;
    }

    .container {
      padding: 0 0.75rem;
    }
  }

  /* Professional Image Slideshow Styles - Premium Card Design */
  .product-slideshow-container {
    position: relative;
    width: 100%;
    max-width: 900px;
    height: 650px;
    border-radius: 40px;
    overflow: hidden;
    box-shadow: 
      0 30px 60px -12px rgba(0, 0, 0, 0.3),
      0 0 0 1px rgba(255, 255, 255, 0.15) inset,
      0 8px 32px rgba(30, 64, 175, 0.1);
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 50%, #ffffff 100%);
    border: 4px solid rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
  }

  .product-slideshow-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
      135deg,
      rgba(30, 64, 175, 0.03) 0%,
      rgba(99, 102, 241, 0.05) 50%,
      rgba(30, 64, 175, 0.03) 100%
    );
    pointer-events: none;
    z-index: 0;
    border-radius: 40px;
  }

  .product-slideshow-container:hover {
    box-shadow: 
      0 40px 80px -12px rgba(0, 0, 0, 0.4),
      0 0 0 1px rgba(99, 102, 241, 0.25) inset,
      0 12px 48px rgba(30, 64, 175, 0.15);
    transform: translateY(-6px) scale(1.01);
    border-color: rgba(99, 102, 241, 0.3);
  }

  .product-slideshow-container::after {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(
      135deg,
      rgba(30, 64, 175, 0.1),
      rgba(99, 102, 241, 0.1),
      rgba(30, 64, 175, 0.1)
    );
    border-radius: 40px;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.5s ease;
  }

  .product-slideshow-container:hover::after {
    opacity: 1;
  }

  .slideshow-controls {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    z-index: 20;
    pointer-events: none;
  }

  .slideshow-btn {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.95) 100%);
    border: none;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    pointer-events: all;
    box-shadow: 
      0 10px 30px rgba(0, 0, 0, 0.25),
      0 0 0 1px rgba(255, 255, 255, 0.5) inset,
      0 4px 12px rgba(30, 64, 175, 0.15);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 3px solid rgba(255, 255, 255, 0.6);
    position: relative;
    overflow: hidden;
  }

  .slideshow-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(30, 64, 175, 0.1) 0%, transparent 70%);
    transform: translate(-50%, -50%);
    transition: width 0.6s ease, height 0.6s ease;
  }

  .slideshow-btn:hover {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    transform: scale(1.15) translateY(-2px);
    box-shadow: 
      0 16px 40px rgba(0, 0, 0, 0.35),
      0 0 0 1px rgba(99, 102, 241, 0.3) inset,
      0 8px 20px rgba(30, 64, 175, 0.2);
    border-color: rgba(99, 102, 241, 0.4);
  }

  .slideshow-btn:hover::before {
    width: 120%;
    height: 120%;
  }

  .slideshow-btn:active {
    transform: scale(1.1) translateY(0);
  }

  .slideshow-btn i {
    font-size: 24px;
    color: #1e40af;
    font-weight: 700;
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease, color 0.3s ease;
  }

  .slideshow-btn:hover i {
    color: #1e3a8a;
    transform: scale(1.1);
  }

  /* Premium Slideshow Indicators - Enhanced Professional Design */
  .slideshow-indicators {
    position: absolute;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 20;
    padding: 10px 18px;
    background: linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.25) 0%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.25) 100%
    );
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border-radius: 40px;
    border: 2px solid rgba(255, 255, 255, 0.4);
    box-shadow: 
      0 8px 24px rgba(0, 0, 0, 0.15),
      inset 0 1px 0 rgba(255, 255, 255, 0.5),
      inset 0 -1px 0 rgba(0, 0, 0, 0.05),
      0 0 0 1px rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
  }

  .slideshow-indicators:hover {
    background: linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.35) 0%,
      rgba(255, 255, 255, 0.25) 50%,
      rgba(255, 255, 255, 0.35) 100%
    );
    box-shadow: 
      0 12px 32px rgba(0, 0, 0, 0.2),
      inset 0 1px 0 rgba(255, 255, 255, 0.6),
      inset 0 -1px 0 rgba(0, 0, 0, 0.08);
  }

  .indicator {
    position: relative;
    width: 24px;
    height: 4px;
    border-radius: 100px;
    border: none;
    background: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    box-shadow: 
      inset 0 1px 2px rgba(0, 0, 0, 0.1),
      0 1px 2px rgba(255, 255, 255, 0.3);
  }

  .indicator::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, 
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.4) 50%,
      rgba(255, 255, 255, 0) 100%);
    transform: translateX(-100%);
    transition: transform 0.6s ease;
  }

  .indicator:hover {
    background: rgba(255, 255, 255, 0.55);
    transform: scaleY(1.3);
    box-shadow: 
      0 2px 8px rgba(255, 255, 255, 0.3),
      inset 0 1px 2px rgba(0, 0, 0, 0.1);
  }

  .indicator:hover::before {
    transform: translateX(100%);
  }

  .indicator.active {
    width: 36px;
    height: 5px;
    background: linear-gradient(135deg, #ffffff 0%, #e0e7ff 50%, #c7d2fe 100%);
    transform: scaleY(1.4);
    box-shadow: 
      0 4px 12px rgba(255, 255, 255, 0.5),
      0 0 16px rgba(30, 64, 175, 0.3),
      inset 0 1px 0 rgba(255, 255, 255, 0.95),
      inset 0 -1px 0 rgba(30, 64, 175, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.6);
  }

  .indicator.active::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 50px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    animation: indicatorPulse 1.5s ease-in-out infinite;
  }

  @keyframes indicatorPulse {
    0%, 100% { opacity: 1; transform: translate(-50%, -50%) scale(1); }
    50% { opacity: 0.7; transform: translate(-50%, -50%) scale(1.5); }
  }

  /* Tablet Responsive - 768px to 1024px */
  @media (min-width: 768px) and (max-width: 1024px) {
    .slideshow-indicators {
      bottom: 18px;
      gap: 5px;
      padding: 5px 10px;
    }

    .indicator {
      width: 18px;
      height: 3px;
    }

    .indicator.active {
      width: 26px;
    }
  }

  /* Desktop Large - 1025px+ */
  @media (min-width: 1025px) {
    .slideshow-indicators {
      bottom: 22px;
      gap: 7px;
      padding: 7px 14px;
    }

    .indicator {
      width: 24px;
      height: 4px;
    }

    .indicator.active {
      width: 32px;
    }

    .indicator:hover {
      transform: scaleY(1.4);
    }
  }

  /* Ultra-wide Desktop - 1440px+ */
  @media (min-width: 1440px) {
    .slideshow-indicators {
      bottom: 24px;
      gap: 8px;
      padding: 8px 16px;
      border-radius: 40px;
    }

    .indicator {
      width: 28px;
      height: 4px;
    }

    .indicator.active {
      width: 36px;
    }
  }

  .slideshow-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .slideshow-track {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease-in-out;
  }

  .slideshow-slide {
    min-width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    background-color: #f8fafc;
  }

  .slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    display: none;
    z-index: 3;
  }

  .slide-content {
    text-align: center;
    color: white;
    max-width: 100%;
    width: 100%;
    position: relative;
    z-index: 3;
    padding: 20px;
  }

  .slide-badge {
    margin-bottom: 20px;
    position: relative;
    z-index: 4;
  }

  .badge-text {
    background: linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.95),
      rgba(255, 255, 255, 0.9)
    );
    color: #1e40af;
    padding: 16px 32px;
    border-radius: 30px;
    font-size: 1rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    backdrop-filter: blur(15px);
    border: 2px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
    position: relative;
    z-index: 4;
    display: inline-block;
    min-width: 200px;
  }

  .slide-actions {
    margin-top: 0;
    position: relative;
    z-index: 4;
  }

  .slide-btn {
    background: linear-gradient(135deg, #1e40af, #3b82f6);
    color: white;
    border: none;
    padding: 18px 36px;
    border-radius: 35px;
    font-weight: 800;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 8px 25px rgba(30, 64, 175, 0.5);
    position: relative;
    z-index: 4;
    min-width: 180px;
    justify-content: center;
  }

  .slide-btn:hover {
    background: linear-gradient(135deg, #1d4ed8, #2563eb);
    transform: translateY(-4px);
    box-shadow: 0 12px 35px rgba(30, 64, 175, 0.6);
  }

  .slideshow-loading {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    color: #64748b;
  }

  .loading-spinner {
    width: 60px;
    height: 60px;
    border: 4px solid rgba(102, 126, 234, 0.2);
    border-top: 4px solid #667eea;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-bottom: 20px;
  }

  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }

  .fallback-content {
    text-align: center;
    color: #64748b;
  }

  .fallback-icon {
    font-size: 3rem;
    margin-bottom: 20px;
    color: #667eea;
  }

  .fallback-content h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: #1e293b;
  }

  .fallback-content p {
    margin-bottom: 20px;
    opacity: 0.8;
  }

  .fallback-btn {
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    padding: 12px 24px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-block;
  }

  .fallback-btn:hover {
    background: linear-gradient(135deg, #5a67d8, #6b46c1);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
  }

  /* Responsive Design */
  @media (max-width: 768px) {
    .product-slideshow-container {
      max-width: 100%;
      height: 500px;
      min-height: 500px;
    }

    .slideshow-slide {
      padding: 15px;
    }

    .slideshow-slide img {
      max-width: 100%;
      max-height: 100%;
      width: auto;
      height: auto;
      object-fit: contain;
    }

    .slide-content {
      padding: 15px;
      max-width: 280px;
    }

    .badge-text {
      padding: 12px 24px;
      font-size: 0.9rem;
      min-width: 160px;
    }

    .slide-btn {
      padding: 14px 28px;
      font-size: 0.9rem;
      min-width: 150px;
    }

    .slideshow-btn {
      width: 50px;
      height: 50px;
    }

    .slideshow-btn i {
      font-size: 18px;
    }

    /* Mobile Premium Indicators */
    .slideshow-indicators {
      bottom: 12px;
      gap: 4px;
      padding: 4px 10px;
      border-radius: 25px;
    }

    .indicator {
      width: 14px;
      height: 2px;
    }

    .indicator.active {
      width: 20px;
      transform: scaleY(1.2);
    }

    .indicator.active::after {
      display: none;
    }
  }

  /* Extra Small Mobile - 480px and below */
  @media (max-width: 480px) {
    .slideshow-indicators {
      bottom: 10px;
      gap: 3px;
      padding: 4px 8px;
      border-radius: 20px;
    }

    .indicator {
      width: 12px;
      height: 2px;
    }

    .indicator.active {
      width: 18px;
    }

    .indicator.active::after {
      display: none;
    }
  }
</style>


  /* Professional Slideshow Styles */
  .product-slideshow-container {
    position: relative;
    width: 100%;
    height: 400px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    background: #f8fafc;
  }

  .slideshow-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .slideshow-track {
    display: flex;
    width: 100%; /* Will be set dynamically by JavaScript based on number of slides */
    height: 100%;
    transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
  }

  .slideshow-slide {
    /* Width set dynamically by JavaScript: 100 / slides.length % of track */
    height: 100%;
    position: relative;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 0;
    transition: transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.6s ease;
    background-color: #f8fafc;
    flex-shrink: 0; /* Prevent slides from shrinking */
    padding: 20px;
    box-sizing: border-box;
  }

  .slideshow-slide img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.6s ease;
    filter: brightness(1) contrast(1) saturate(1);
  }

  .slideshow-slide:hover img {
    transform: scale(1.05);
    filter: brightness(1.05) contrast(1.02) saturate(1.1);
  }

  .slideshow-slide::before {
    display: none;
  }

  .slideshow-slide img {
    transition: transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }

  .slideshow-slide:hover img {
    transform: scale(1.08);
  }

  .slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    display: none;
    z-index: 3;
  }

  .slide-content {
    text-align: center;
    color: white;
    z-index: 4;
    width: 100%;
    max-width: 500px;
  }

  .slide-badge {
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 14px 28px;
    border-radius: 30px;
    margin-bottom: 24px;
    border: 2px solid rgba(255, 255, 255, 0.4);
    box-shadow: 
      0 8px 32px rgba(0, 0, 0, 0.2),
      inset 0 1px 0 rgba(255, 255, 255, 0.5);
    display: inline-block;
    transition: all 0.3s ease;
  }

  .slide-badge:hover {
    background: rgba(255, 255, 255, 0.35);
    transform: translateY(-2px);
    box-shadow: 
      0 12px 40px rgba(0, 0, 0, 0.3),
      inset 0 1px 0 rgba(255, 255, 255, 0.6);
  }

  .badge-text {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  }

  .slide-actions {
    margin-top: 20px;
  }

  .slide-btn {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.9) 100%);
    color: #1e40af;
    border: 2px solid rgba(255, 255, 255, 0.5);
    padding: 14px 32px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 
      0 8px 24px rgba(0, 0, 0, 0.15),
      inset 0 1px 0 rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }

  .slide-btn:hover {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    color: #1e3a8a;
    transform: translateY(-4px) scale(1.05);
    box-shadow: 
      0 16px 40px rgba(0, 0, 0, 0.25),
      inset 0 1px 0 rgba(255, 255, 255, 1);
    border-color: rgba(255, 255, 255, 0.8);
  }

  .slide-btn:active {
    transform: translateY(-2px) scale(1.02);
  }

  .slide-btn i {
    font-size: 16px;
    transition: transform 0.3s ease;
  }

  .slide-btn:hover i {
    transform: translateX(4px);
  }

  .slideshow-controls {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    z-index: 10;
  }

  .slideshow-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    color: #1e293b;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  }

  .slideshow-btn:hover {
    background: white;
    transform: scale(1.1);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  }

  .slideshow-indicators {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
  }

  .indicator {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .indicator.active {
    background: white;
    transform: scale(1.2);
  }

  .slideshow-loading {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #64748b;
    z-index: 20;
  }

  .loading-spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #e2e8f0;
    border-top: 4px solid #3b82f6;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-bottom: 20px;
  }

  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }

  /* Responsive Design */
  @media (max-width: 768px) {
    .product-slideshow-container {
      height: 300px;
    }

    .slideshow-btn {
      width: 40px;
      height: 40px;
      font-size: 16px;
    }

    .slide-badge {
      padding: 8px 16px;
    }

    .badge-text {
      font-size: 14px;
    }

    .slide-btn {
      padding: 10px 20px;
      font-size: 14px;
    }
  }
</style>


/* ========== index-responsive.css ========== */
/* Index Page Responsive Styles */

/* Force responsiveness for hero section */
@media (max-width: 991px) {
  .animated-hero-content {
    grid-template-columns: 1fr !important;
    text-align: center !important;
    gap: 2rem !important;
  }
  
  .animated-hero-left {
    align-items: center !important;
  }
  
  .animated-stats-container {
    grid-template-columns: repeat(3, 1fr) !important;
    width: 100% !important;
    gap: 1rem !important;
  }
  
  .animated-stat-card {
    padding: 1rem !important;
  }
  
  .animated-hero-right {
    width: 100% !important;
    max-width: 500px !important;
    margin: 0 auto !important;
  }
}

@media (max-width: 767px) {
  .animated-stats-container {
    grid-template-columns: 1fr !important;
    gap: 0.75rem !important;
  }
  
  .animated-stat-card {
    width: 100% !important;
  }
  
  .top-navbar {
    display: none !important;
  }
  
  .main-header {
    top: 0 !important;
  }
}

