﻿/* Base styles */
*{box-sizing:border-box}
html,body{height:100%}
body{margin:0;font-family:Inter,Manrope,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:#0b0e13;color:#c9d4e8;line-height:1.6;overflow-x:hidden}
a{color:#c9d4e8;text-decoration:none}
h1,h2,h3{margin:0 0 16px 0}
p{margin:0 0 16px 0}
.container{width:min(1100px,92%);margin:0 auto}
.text-center{text-align:center}
.small{font-size:14px;color:#8fa0bf}
/* Halo background glows */
.halo{position:fixed;inset:auto;pointer-events:none;filter:blur(80px);opacity:.55}
.halo-1{top:10%;left:10%;width:520px;height:520px;background:radial-gradient(closest-side,rgba(83,132,212,.7),rgba(18,23,33,0)70%)}
.halo-2{bottom:20%;left:35%;width:640px;height:640px;background:radial-gradient(closest-side,rgba(83,132,212,.5),rgba(18,23,33,0)70%)}
.halo-3{top:35%;right:10%;width:520px;height:520px;background:radial-gradient(closest-side,rgba(83,132,212,.4),rgba(18,23,33,0)70%)}
/* Header */
.site-header{position:fixed;top:0;left:0;right:0;z-index:50;backdrop-filter:blur(10px);background:rgba(11,14,19,0.8)}
.site-header .nav{display:flex;align-items:center;justify-content:space-between;padding:14px 24px;gap:20px;width:100%}
.nav-brand{display:flex;align-items:center;gap:10px;font-weight:700}
.nav-brand a{display:flex;align-items:center;text-decoration:none;transition:opacity 0.2s ease;color:inherit}
.nav-brand a:hover{opacity:0.8}
.nav-brand a:focus{outline:2px solid #3b82f6;outline-offset:2px;border-radius:4px}
.brand-logo{fill:#cfe0ff;transition:fill .2s ease}
.nav-brand a:hover .brand-logo{fill:#a7c7ff}

/* Navigation bar logo specific styling */
.nav-brand .brand-logo {
  fill: #111827 !important;
}
.asterisk{display:inline-block;width:20px;height:20px;border-radius:50%;background:#9ec0ff;color:#0b0e13;text-align:center;line-height:20px;font-weight:800}
.brand-name{color:#ffffff;font-weight:700}
.nav-links{list-style:none;display:flex;gap:16px;margin:0;padding:6px 12px;border-radius:6px;background:rgba(15,15,15,0.8);border:1px solid rgba(255,255,255,0.1);position:relative}
.nav-links a{display:block;padding:4px 8px;color:#909090;transition:color .2s ease;font-size:13px;text-transform:lowercase;font-weight:500;border-radius:6px;position:relative;z-index:1}
.nav-links a:hover{color:#cfe0ff}
.nav-links a.active{color:#cfe0ff}
.nav-order-btn{display:flex;align-items:center}
.btn{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border-radius:6px;border:1px solid rgba(255,255,255,0.1);transition:all .2s ease;font-weight:500;font-size:13px;background:#0f0f0f;color:#909090}
.btn-outline{background:#0f0f0f;color:#909090}
.btn-outline:hover{background:#0f0f0f;border-color:rgba(255,255,255,0.2);color:#ffffff}
.btn-dark{background:#0f0f0f;color:#909090}
.btn-primary{background:#0f0f0f;color:#909090;border-color:rgba(255,255,255,0.1)}
.btn-primary:hover{color:#ffffff}
.btn-primary .arrow{margin-left:6px}
.arrow::after{content:"→";color:inherit;font-size:14px;font-weight:bold}
.btn-primary .arrow{color:#cfe0ff;margin-left:6px}
/***** Hero *****/
.hero{padding:180px 0 120px;background:#0b0e13;min-height:80vh;display:flex;align-items:center}
.hero-title{font-family:Manrope,Inter,ui-sans-serif;letter-spacing:-1px;font-weight:800;font-size:clamp(32px,6vw,80px);line-height:1.02;color:#cfe0ff}
.hero-subtitle{font-size:18px;color:#9ab0d6;margin-top:18px}
.cta{display:flex;gap:12px;justify-content:center;margin-top:28px;background:rgba(0,0,0,0.3);padding:8px;border-radius:16px;width:fit-content;margin-left:auto;margin-right:auto;border:1px solid rgba(255,255,255,0.1)}
.cta .btn{background:#0f0f0f;color:#909090;border:1px solid transparent;border-radius:6px;padding:6px 12px;font-weight:500;position:relative;transition:all 0.3s ease;font-size:13px}
.cta .btn:hover{color:#cfe0ff;background:#0f0f0f}
.cta .btn-dark{background:#0f0f0f;color:#909090;border:1px solid rgba(59,130,246,0.3)}
.cta .btn-dark:hover{border:1px solid rgba(59,130,246,0.6);position:relative;color:#cfe0ff}
.cta .btn-primary{background:#0f0f0f;color:#909090;border:1px solid transparent}
.cta .btn-primary:hover{border:1px solid rgba(59,130,246,0.6);color:#cfe0ff}
.cta .btn-primary .arrow{color:#909090;margin-left:6px}
.cta .btn-primary:hover .arrow{color:#cfe0ff}
.cta .btn:hover .btn-primary{color:#cfe0ff}
.cta .btn:hover .btn-primary .arrow{color:#cfe0ff}
.cta .btn:hover .btn-dark{color:#cfe0ff}
/* Active states for dynamic border */
.cta .btn-dark.active{border:1px solid rgba(59,130,246,0.3)}
.cta .btn-primary.active{border:1px solid rgba(59,130,246,0.6)}
/***** Sections *****/
.section{padding:90px 0;background:#0b0e13}
/* Ensure proper spacing between sections */
#reviews.section{padding-bottom:60px}
#faq.section{padding-top:60px}
.section h2{font-size:28px;color:#111827;margin-bottom:18px}
.grid{display:grid;gap:16px}
.grid-3{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}
/* Main content spacing for fixed header */
main{margin-top:80px}

/* Section headings - all black for white theme */
.section h2, 
#why-ngc h2,
#how-it-works h2,
#pricing h2,
#reviews h2,
#faq h2 {
  color: #111827 !important;
}
/* Enhanced Feature Cards */
.features-showcase {
  margin-top: 40px;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  margin: 0 auto;
  max-width: 1200px;
}

.feature-card {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(248, 250, 252, 0.9) 100%);
  border: 1px solid rgba(148, 163, 184, 0.15);
  border-radius: 24px;
  padding: 32px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(20px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
}

.feature-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #3b82f6, #8b5cf6, #3b82f6);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.15);
  border-color: rgba(59, 130, 246, 0.4);
  background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(248, 250, 252, 0.98) 100%);
}

.feature-card:hover::before {
  opacity: 1;
}

.feature-icon {
  font-size: 48px;
  margin-bottom: 24px;
  display: block;
  text-align: center;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
  transition: transform 0.3s ease;
}

.feature-card:hover .feature-icon {
  transform: scale(1.1) rotate(5deg);
}

.feature-card h3 {
  color: #1e293b;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
  letter-spacing: -0.01em;
  line-height: 1.3;
  position: relative;
}

.feature-card h3::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 40px;
  height: 3px;
  background: linear-gradient(90deg, #3b82f6, #8b5cf6);
  border-radius: 2px;
  transition: width 0.3s ease;
}

.feature-card:hover h3::after {
  width: 60px;
}

.feature-card p {
  color: #475569;
  margin-bottom: 20px;
  line-height: 1.7;
  font-size: 16px;
  font-weight: 400;
}

.feature-accent {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #3b82f6, #8b5cf6);
  transform: scaleX(0);
  transition: transform 0.4s ease;
  transform-origin: left;
}

.feature-card:hover .feature-accent {
  transform: scaleX(1);
}

.feature-card.featured {
  border-color: #3b82f6;
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.08) 0%, rgba(139, 92, 246, 0.04) 100%);
  border-width: 2px;
  position: relative;
}

.feature-card.featured::before {
  opacity: 1;
  background: linear-gradient(90deg, #3b82f6, #8b5cf6, #3b82f6);
}

.feature-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: linear-gradient(135deg, #3b82f6, #8b5cf6);
  color: white;
  font-size: 11px;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 20px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

/* Simple Comparison Section Styles */
.simple-comparison {
  margin-top: 50px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.comparison-lists {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}



.traditional-list {
  background: #f8fafc;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.smart-list {
  background: #3b82f6;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(59, 130, 246, 0.2);
}

.simple-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.simple-list li {
  padding: 12px 0;
  color: #1e293b;
  font-size: 16px;
  line-height: 1.4;
  position: relative;
  padding-left: 32px;
  font-weight: 500;
}

.simple-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  background: #3b82f6;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.smart-list .simple-list li {
  color: #ffffff;
}

.smart-list .simple-list li::before {
  background: #ffffff;
  color: #3b82f6;
}

/* Card Preview Styles */
.card-preview {
  margin-top: 24px;
  text-align: center;
}

.traditional-preview,
.smart-preview {
  position: relative;
  margin: 0 auto;
  width: 280px;
  height: 160px;
}

.traditional-preview {
  background: 
    linear-gradient(135deg, #fefefe 0%, #fafaf0 50%, #f5f5f0 100%),
    repeating-linear-gradient(
      90deg,
      transparent,
      transparent 2px,
      rgba(0, 0, 0, 0.005) 2px,
      rgba(0, 0, 0, 0.005) 3px
    );
  border-radius: 12px;
  padding: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.smart-preview {
  background: #1e293b;
  border-radius: 12px;
  padding: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  position: relative;
}

.traditional-card-img,
.smart-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.smart-features {
  position: absolute;
  top: 12px;
  right: 12px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.nfc-badge,
.digital-badge {
  background: #3b82f6;
  color: #ffffff;
  padding: 4px 8px;
  border-radius: 8px;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Comparison CTA Button */
.comparison-cta {
  text-align: center;
  margin-top: 40px;
}

/* Enhanced Button Styles with Blue Light Effects */
.enhanced-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 8px;
  border: none;
  background: #000000;
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
}

.enhanced-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}

.enhanced-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(59, 130, 246, 0.4);
  background: linear-gradient(135deg, #2563eb, #7c3aed);
}

.enhanced-btn:hover::before {
  left: 100%;
}

.enhanced-btn .arrow {
  transition: transform 0.3s ease;
}

.enhanced-btn:hover .arrow {
  transform: translateX(4px);
}


/* Responsive design for simple comparison */
@media (max-width: 768px) {
  .comparison-lists {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  
  .traditional-list,
  .smart-list {
    padding: 24px;
  }
  
  .simple-list li {
    font-size: 15px;
    padding: 10px 0;
  }
  
  .traditional-preview,
  .smart-preview {
    width: 240px;
    height: 140px;
  }
  
  .simple-comparison {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}



.comparison-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 0;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.comparison-card {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.98) 0%, rgba(250, 251, 253, 0.95) 100%);
  border: 1px solid rgba(226, 232, 240, 0.8);
  border-radius: 16px;
  padding: 16px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(25px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.1);
}

.comparison-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12), 0 4px 8px rgba(0, 0, 0, 0.15);
}

.card-header {
  text-align: center;
  margin-bottom: 8px;
}

.card-header .card-icon {
  font-size: 32px;
  margin-bottom: 8px;
  display: block;
}

.card-header h3 {
  color: #1e293b;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  letter-spacing: -0.01em;
}

.pain-points h4,
.benefits h4 {
  color: #64748b;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 200px;
}

.comparison-list {
  list-style: none;
  padding: 0;
  margin: 0 0 8px 0;
}

.comparison-list li {
  padding: 4px 0;
  color: #475569;
  font-size: 12px;
  line-height: 1.3;
  position: relative;
  padding-left: 24px;
  border-bottom: 1px solid rgba(148, 163, 184, 0.1);
  text-align: center;
}

.comparison-list li:last-child {
  border-bottom: none;
}

.traditional-card {
  background: 
    linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(248, 250, 252, 0.9) 100%),
    repeating-linear-gradient(
      45deg,
      transparent,
      transparent 2px,
      rgba(0, 0, 0, 0.02) 2px,
      rgba(0, 0, 0, 0.02) 4px
    ),
    linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  border: 1px solid #cbd5e1;
  position: relative;
}

.traditional-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 20% 80%, rgba(0, 0, 0, 0.03) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(0, 0, 0, 0.03) 0%, transparent 50%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
  pointer-events: none;
  border-radius: 24px;
}

.traditional-card .comparison-list li::before {
  content: "●";
  position: absolute;
  left: 8px;
  color: #ef4444;
  font-weight: bold;
  font-size: 12px;
  background: rgba(239, 68, 68, 0.08);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.traditional-card .card-header .card-icon {
  filter: grayscale(0.3) sepia(0.2);
  opacity: 0.8;
}

.traditional-card h3 {
  color: #374151;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.traditional-card .pain-points h4 {
  color: #6b7280;
  background: rgba(239, 68, 68, 0.05);
  padding: 8px 16px;
  border-radius: 20px;
  display: inline-block;
  margin: 0 auto 16px;
}

.smart-card .comparison-list li::before {
  content: "◆";
  position: absolute;
  left: 8px;
  color: #10b981;
  font-weight: bold;
  font-size: 10px;
  background: rgba(16, 185, 129, 0.08);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-preview {
  margin: 8px 0;
  text-align: center;
}

.traditional-preview,
.smart-preview {
  position: relative;
  margin: 0 auto;
  width: 280px;
  height: 160px;
}

.traditional-preview {
  background: 
    /* Creamy white base color */
    linear-gradient(135deg, #fefefe 0%, #fafaf0 50%, #f5f5f0 100%),
    /* Very subtle texture */
    repeating-linear-gradient(
      90deg,
      transparent,
      transparent 2px,
      rgba(0, 0, 0, 0.005) 2px,
      rgba(0, 0, 0, 0.005) 3px
    );
  border-radius: 12px;
  padding: 0;
  box-shadow: 
    /* Main shadow */
    0 6px 20px rgba(0, 0, 0, 0.08),
    /* Inner paper edge shadow */
    inset 0 1px 0 rgba(255, 255, 255, 0.8),
    /* Subtle inner depth */
    inset 0 -1px 0 rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.06);
  position: relative;
  overflow: hidden;
}

.traditional-preview::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    /* Creamy white surface highlight */
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.4) 0%,
      transparent 30%,
      transparent 70%,
      rgba(0, 0, 0, 0.01) 100%
    );
  pointer-events: none;
  border-radius: 12px;
}

.traditional-preview::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    /* Creamy white edge effect */
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.3) 0%,
      transparent 15%,
      transparent 85%,
      rgba(0, 0, 0, 0.02) 100%
    );
  pointer-events: none;
  border-radius: 12px;
}

.smart-card-img,
.traditional-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: scale(1.5);
  transition: transform 0.3s ease;
}

.smart-card-img:hover,
.traditional-card-img:hover {
  transform: scale(1.6);
}

.traditional-card-img {
  filter: sepia(0.1) contrast(1.1) brightness(0.95);
  object-fit: cover;
  transform: scale(1.1);
  transition: transform 0.3s ease;
}

.traditional-card-img:hover {
  transform: scale(1.15);
}

.card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  padding: 20px 24px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-radius: 12px;
  border: none;
  box-shadow: none;
}

.sample-info {
  text-align: left;
  position: relative;
  flex: 1;
}

.sample-info::before {
  display: none;
}

.company-logo {
  font-size: 18px;
  color: #8b5cf6;
  margin-bottom: 8px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.company-name {
  font-size: 10px;
  font-weight: 700;
  color: #4c1d95;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: none;
  opacity: 0.9;
}

.person-name {
  font-size: 14px;
  font-weight: 700;
  color: #4c1d95;
  margin-bottom: 4px;
  text-shadow: none;
  letter-spacing: 0.3px;
}

.job-title {
  font-size: 11px;
  color: #059669;
  margin-bottom: 8px;
  font-style: italic;
  opacity: 0.9;
  font-weight: 500;
}

.contact-details {
  font-size: 9px;
  color: #059669;
  line-height: 1.4;
  font-weight: 400;
  opacity: 0.9;
}

.contact-details div {
  margin-bottom: 3px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.decorative-shapes {
  position: relative;
  width: 80px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.8;
}

.shape-1 {
  width: 60px;
  height: 60px;
  background: #a78bfa;
  top: 20px;
  right: 0;
  transform: translateX(30px);
}

.shape-2 {
  width: 45px;
  height: 45px;
  background: #7c3aed;
  top: 35px;
  right: 15px;
  transform: translateX(20px);
}

.shape-3 {
  width: 30px;
  height: 30px;
  background: #4c1d95;
  top: 50px;
  right: 30px;
  transform: translateX(15px);
}

.smart-features {
  position: absolute;
  top: 8px;
  right: 8px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.nfc-badge,
.digital-badge {
  background: rgba(59, 130, 246, 0.9);
  color: white;
  font-size: 8px;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  backdrop-filter: blur(10px);
}

.paper-logo {
  font-size: 12px;
  font-weight: 700;
  color: #3b82f6;
  margin-bottom: 8px;
  text-align: center;
}

.paper-name {
  font-size: 14px;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 4px;
}

.paper-title {
  font-size: 12px;
  color: #64748b;
  margin-bottom: 8px;
}

.paper-contact {
  font-size: 10px;
  color: #64748b;
  margin-bottom: 2px;
}

.smart-card-image {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 0;
  width: 200px;
  height: 120px;
  margin: 0 auto;
  position: relative;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.smart-card-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 12px;
}

.nfc-indicator {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 16px;
}

.cta-section {
  text-align: center;
  margin-top: 12px;
  padding-top: 8px;
  border-top: 1px solid rgba(148, 163, 184, 0.1);
}

.cta-section .btn {
  margin-bottom: 8px;
  padding: 10px 24px;
  font-size: 13px;
  font-weight: 600;
  background: linear-gradient(135deg, #3b82f6, #8b5cf6);
  border: none;
  color: white;
  transition: all 0.3s ease;
}

.cta-section .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(59, 130, 246, 0.3);
}

.guarantee {
  font-size: 11px;
  color: #64748b;
  font-style: italic;
  font-weight: 500;
}

/* Responsive Comparison */
@media (max-width: 768px) {
  .comparison-container {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  
  .comparison-card {
    padding: 16px;
    max-height: none;
  }
  
  .comparison-card h3 {
    font-size: 18px;
  }
  
  .traditional-preview,
  .smart-preview {
    width: 240px;
    height: 140px;
  }
}

/* Original card styles for other sections */
.card{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.06);border-radius:16px;padding:18px;transition:all 0.3s ease}
.card:hover{transform:translateY(-4px);box-shadow:0 8px 25px rgba(0,0,0,0.3);border-color:rgba(255,255,255,0.1)}
.card.featured{border-color:#5a86ff;background:rgba(29,53,109,.35)}
.card-link{text-decoration:none;display:block}
.card-link:hover .card{transform:translateY(-4px);box-shadow:0 8px 25px rgba(0,0,0,0.3);border-color:rgba(255,255,255,0.1)}
.price{font-size:24px;color:#a8c2ff;margin:4px 0 10px}
.price-subtitle{font-size:14px;color:#8fa0bf;margin-bottom:16px;font-style:italic}
.quote{font-size:18px;color:#c9d4e8;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.06);padding:18px;border-radius:14px}
/* NGC Specific Styles */
.step-number{display:inline-block;width:40px;height:40px;border-radius:50%;background:#3b82f6;color:#ffffff;text-align:center;line-height:40px;font-weight:700;font-size:18px;margin-bottom:16px}
.card ul{list-style:none;padding:0;margin:16px 0}
.card ul li{padding:8px 0;border-bottom:1px solid rgba(255,255,255,.06);color:#9ab0d6}
.card ul li:last-child{border-bottom:none}
.card ul li:before{content:"✓";color:#3b82f6;font-weight:bold;margin-right:8px}
.card-icon{font-size:32px;margin-bottom:16px;display:block}
.card h3{color:#111827;font-size:20px;margin-bottom:12px}
.card p{color:#000000 !important;margin-bottom:16px}

/* Specific styling for How It Works section cards */
#how-it-works .card p{color:#000000 !important}

/* Mobile-specific styling for How It Works section cards */
@media (max-width: 768px) {
  #how-it-works .card p {
    color: #000000 !important;
  }
  
  /* Ensure all card paragraphs in How It Works section are black on mobile */
  #how-it-works .grid .card p {
    color: #000000 !important;
  }
}

/* Center step numbers in How It Works section */
#how-it-works .step-number {
  display: block !important;
  margin: 0 auto 16px auto !important;
}
.card .btn{margin-top:16px;width:100%;justify-content:center}
/***** FAQ *****/
.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;max-width:1000px;margin:0 auto;margin-top:40px}
.faq-column{display:flex;flex-direction:column;gap:16px}
.faq-item{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);border-radius:12px;overflow:hidden;transition:all 0.3s ease}
.faq-item:hover{border-color:rgba(59,130,246,0.3);box-shadow:0 6px 20px rgba(0,0,0,0.2)}
.faq-question{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;cursor:pointer;transition:all 0.3s ease}
.faq-question:hover{background:rgba(255,255,255,.02)}
.faq-question h3{color:#111827;font-size:16px;font-weight:600;margin:0;flex:1}
.faq-toggle{width:20px;height:20px;position:relative;flex-shrink:0}
.faq-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:10px;height:10px;transition:all 0.3s ease}
.faq-icon::before,.faq-icon::after{content:'';position:absolute;background:#5a86ff;transition:all 0.3s ease}
.faq-icon::before{width:10px;height:2px;top:4px;left:0}
.faq-icon::after{width:2px;height:10px;top:0;left:4px}
.faq-item.active .faq-icon::after{transform:rotate(90deg);opacity:0}
.faq-answer{padding:0 20px 0;max-height:0;overflow:hidden;transition:all 0.3s ease;opacity:0}
.faq-item.active .faq-answer{padding:0 20px 18px;max-height:150px;opacity:1}

.faq-answer p{color:#9ab0d6;margin:0;line-height:1.5;font-size:14px}

/* Responsive FAQ Grid */
@media (max-width: 768px) {
  .faq-grid{grid-template-columns:1fr;gap:16px;max-width:600px}
  .faq-item{margin-bottom:0}
}

/***** Testimonial Carousel *****/
.testimonial-carousel{position:relative;max-width:800px;margin:0 auto;margin-top:50px;overflow:hidden;min-height:600px}
.testimonial-slide{position:absolute;top:0;left:0;width:100%;opacity:0;transform:translateX(100%);transition:all 0.6s cubic-bezier(0.4, 0, 0.2, 1);visibility:hidden;z-index:1;pointer-events:none;will-change:transform;display:block;backface-visibility:hidden;background:transparent}
.testimonial-slide.active{transform:translateX(0);visibility:visible;z-index:10;pointer-events:auto;display:block;opacity:1}
.testimonial-slide.prev{transform:translateX(-100%);visibility:hidden;z-index:1;pointer-events:none;display:block;opacity:0}
.testimonial-slide.next{transform:translateX(100%);visibility:hidden;z-index:1;pointer-events:none;display:block;opacity:0}
/* Remove conflicting first-child rule */
.testimonial-content{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);border-top:3px solid #000000;border-radius:20px;padding:80px 40px 60px;text-align:center;position:relative;overflow:hidden}
.testimonial-content::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:#000000}
.testimonial-header{margin-bottom:50px;margin-top:20px}
.profile-section{display:flex;align-items:center;justify-content:center;gap:15px;margin-bottom:40px;position:relative;z-index:15}
.profile-image{position:relative;width:80px;height:80px;border-radius:50%;overflow:hidden;background:linear-gradient(135deg,#5a86ff,#8b5cf6);display:flex;align-items:center;justify-content:center;color:white;font-size:24px;font-weight:700;text-transform:uppercase;margin-bottom:10px}
.profile-image img{width:100%;height:100%;object-fit:cover}
.profile-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%}
.verification-badge{width:32px;height:32px;background:linear-gradient(135deg,#10b981,#059669);border-radius:50%;display:flex;align-items:center;justify-content:center;color:white;box-shadow:0 4px 12px rgba(16,185,129,0.3)}
.verification-badge svg{width:18px;height:18px}
.testimonial-quote{margin:100px 0 60px;position:relative;z-index:15}
.testimonial-quote p{font-size:20px;line-height:1.6;color:#111827;font-style:italic;margin:0;position:relative}
.testimonial-quote p::before{content:'"';font-size:48px;color:#5a86ff;position:absolute;top:-20px;left:-20px;font-family:serif;opacity:0.6}
.testimonial-quote p::after{content:'"';font-size:48px;color:#5a86ff;position:absolute;bottom:-30px;right:-20px;font-family:serif;opacity:0.6}
.testimonial-author{display:flex;flex-direction:column;gap:8px;margin-top:20px;position:relative;z-index:15}
.author-name{font-size:18px;font-weight:700;color:#ffffff}
.author-title{font-size:14px;color:#8fa0bf;text-transform:uppercase;letter-spacing:0.5px}
.carousel-navigation{display:flex;align-items:center;justify-content:space-between;margin-top:0;padding:20px 20px 0;position:relative;z-index:20}
.nav-btn{background:none;border:none;color:#8fa0bf;font-size:14px;font-weight:600;cursor:pointer;padding:12px 20px;border-radius:8px;transition:all 0.3s ease;display:flex;align-items:center;gap:8px;position:relative;z-index:25;user-select:none;-webkit-user-select:none}
.nav-btn:hover{color:#5a86ff;background:rgba(90,134,255,0.1);transform:translateY(-2px)}
.nav-btn:disabled{opacity:0.5;cursor:not-allowed;transform:none}
.slide-indicator{display:flex;align-items:center;gap:4px;color:#8fa0bf;font-size:14px;font-weight:600;background:rgba(0,0,0,0.3);padding:8px 16px;border-radius:20px;border:1px solid rgba(255,255,255,0.1);backdrop-filter:blur(10px)}
.current-slide{color:#5a86ff;font-size:18px;font-weight:700}
.total-slides{color:#8fa0bf}

.profile-circle-container{display:flex;justify-content:center;margin-top:30px;position:relative;z-index:25}
.profile-circle{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#5a86ff,#8b5cf6);display:flex;align-items:center;justify-content:center;box-shadow:0 8px 25px rgba(90,134,255,0.3);margin-bottom:20px}
.profile-initials{color:white;font-size:20px;font-weight:700;text-transform:uppercase;font-family:'Manrope',sans-serif;text-shadow:0 2px 4px rgba(0,0,0,0.3);display:block;line-height:1}

/* Responsive Testimonial Carousel */
@media (max-width: 768px) {
  .testimonial-content{padding:30px 20px}
  .testimonial-quote p{font-size:18px}
  .profile-image{width:60px;height:60px;font-size:20px}
  .verification-badge{width:28px;height:28px}
  .verification-badge svg{width:16px;height:16px}
  .carousel-navigation{flex-direction:column;gap:20px;margin-top:30px}
}

/* Ensure carousel works with white theme */
.testimonial-carousel .testimonial-slide {
  background: transparent !important;
}

.testimonial-carousel .testimonial-slide.active {
  transform: translateX(0) !important;
  visibility: visible !important;
  z-index: 10 !important;
  pointer-events: auto !important;
  opacity: 1 !important;
}

.testimonial-carousel .testimonial-slide.prev {
  transform: translateX(-100%) !important;
  visibility: hidden !important;
  z-index: 1 !important;
  pointer-events: none !important;
  opacity: 0 !important;
}

.testimonial-carousel .testimonial-slide.next {
  transform: translateX(100%) !important;
  visibility: hidden !important;
  z-index: 1 !important;
  pointer-events: none !important;
  opacity: 0 !important;
}

/* Profile initials are now only in the main profile image */

/* Elegant Pricing Cards */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  margin-top: 50px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-card {
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 20px;
  padding: 25px 25px;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

/* Moving lightning border effect */
.pricing-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 20px;
  padding: 2px;
  background: linear-gradient(90deg, #3b82f6, #8b5cf6, #ec4899, #f59e0b, #10b981, #3b82f6);
  background-size: 300% 100%;
  animation: moving-lightning 2s linear infinite;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
}

@keyframes moving-lightning {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 300% 0%;
  }
}

.pricing-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
  border-color: #3b82f6;
}

.pricing-card.featured {
  border: 2px solid #3b82f6;
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  box-shadow: 0 8px 30px rgba(59, 130, 246, 0.2);
  transform: scale(1.05);
}

/* Enhanced moving lightning effect for featured card */
.pricing-card.featured::before {
  background: linear-gradient(90deg, #3b82f6, #8b5cf6, #ec4899, #f59e0b, #10b981, #ef4444, #3b82f6);
  background-size: 400% 100%;
  animation: moving-lightning-featured 1.5s linear infinite;
  padding: 3px;
}

@keyframes moving-lightning-featured {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 400% 0%;
  }
}

.pricing-card.featured:hover {
  transform: scale(1.05) translateY(-8px);
  box-shadow: 0 16px 50px rgba(59, 130, 246, 0.3);
}

.pricing-header {
  margin-bottom: 20px;
  position: relative;
}

.pricing-icon {
  font-size: 36px;
  margin-bottom: 15px;
  display: block;
}

.pricing-header h3 {
  color: #1f2937;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 15px 0;
  line-height: 1.3;
}

.pricing-badge {
  display: inline-block;
  background: #f3f4f6;
  color: #6b7280;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 16px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.pricing-badge.featured-badge {
  background: linear-gradient(135deg, #3b82f6, #8b5cf6);
  color: white;
  box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
}

.pricing-price {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.compact-price {
  color: #1f2937;
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
}

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

.pricing-features li {
  padding: 8px 0;
  color: #374151;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #f3f4f6;
}

.pricing-features li:last-child {
  border-bottom: none;
}

.pricing-features .check-icon {
  color: #10b981;
  font-weight: bold;
  font-size: 16px;
  min-width: 20px;
}

.pricing-cta {
  display: inline-block;
  background: #3b82f6;
  color: white;
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s ease;
  border: 2px solid #3b82f6;
  width: 100%;
  box-sizing: border-box;
}

.pricing-cta:hover {
  background: #2563eb;
  border-color: #2563eb;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(59, 130, 246, 0.3);
}

.pricing-cta.featured-cta {
  background: linear-gradient(135deg, #3b82f6, #8b5cf6);
  border-color: transparent;
  box-shadow: 0 6px 20px rgba(59, 130, 246, 0.3);
}

.pricing-cta.featured-cta:hover {
  background: linear-gradient(135deg, #2563eb, #7c3aed);
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(59, 130, 246, 0.4);
}

/* Responsive Pricing */
@media (max-width: 768px) {
  .pricing-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 30px;
  }
  
  .pricing-card {
    padding: 30px 20px;
  }
  
  .pricing-card.featured {
    transform: none;
  }
  
  .pricing-card.featured:hover {
    transform: translateY(-8px);
  }
}

/* Modern Features Section */
.section-header {
  margin-bottom: 60px;
}

.section-badge {
  display: inline-block;
  background: linear-gradient(135deg, #3b82f6, #8b5cf6);
  color: white;
  font-size: 12px;
  font-weight: 600;
  padding: 8px 20px;
  border-radius: 25px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
}

.section-subtitle {
  color: #374151;
  font-size: 18px;
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
  margin-top: 15px;
  font-weight: 500;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.feature-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  padding: 30px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  border-color: #3b82f6;
  background: #fafbfc;
}

.feature-card.featured {
  border: 2px solid #3b82f6;
  background: linear-gradient(135deg, #ffffff 0%, #f0f9ff 100%);
  box-shadow: 0 6px 25px rgba(59, 130, 246, 0.15);
}

.feature-card.featured:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 35px rgba(59, 130, 246, 0.25);
  background: linear-gradient(135deg, #ffffff 0%, #e0f2fe 100%);
}

.feature-icon {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #3b82f6, #8b5cf6);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  box-shadow: 0 6px 20px rgba(59, 130, 246, 0.25);
  transition: all 0.3s ease;
}

.feature-card:hover .feature-icon {
  transform: scale(1.05);
  box-shadow: 0 8px 25px rgba(59, 130, 246, 0.35);
}

.feature-icon svg {
  width: 28px;
  height: 28px;
  stroke-width: 2;
}

.feature-content {
  flex: 1;
}

.feature-content h3 {
  color: #111827;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 12px 0;
  line-height: 1.3;
}

.feature-content p {
  color: #4b5563;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
  font-weight: 500;
}

/* Responsive Features */
@media (max-width: 768px) {
  .features-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .feature-card {
    padding: 25px 20px;
    flex-direction: column;
    text-align: center;
  }
  
  .feature-icon {
    margin: 0 auto 20px auto;
  }
}
/***** Contact *****/
.contact-form{display:flex;flex-direction:column;gap:12px}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}
input,textarea{background:#0f1420;border:1px solid rgba(255,255,255,.14);border-radius:10px;padding:12px 14px;color:#cfe0ff}
input::placeholder,textarea::placeholder{color:#7f95bf}
/***** Footer *****/
.footer {
  background: #ffffff;
  border-top: 1px solid #e5e7eb;
  padding: 60px 0 30px;
  margin-top: 80px;
}

.footer-content {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.footer-brand {
  max-width: 300px;
}

.footer-logo {
  margin-bottom: 20px;
}

.footer-logo .brand-logo {
  width: 120px;
  height: 48px;
  fill: #111827 !important;
  transition: none;
}

/* Ensure footer logo displays properly */
.footer-brand .footer-logo .brand-logo {
  fill: #111827 !important;
  color: #111827;
}

.footer-tagline {
  color: #6b7280;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 25px;
  font-weight: 400;
}

.social-icons {
  display: flex;
  gap: 15px;
}

.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  color: #6b7280;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.social-icon:hover {
  background: #3b82f6;
  border-color: #3b82f6;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

.footer-nav {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: flex-start;
  justify-content: space-between;
}

.footer-column {
  flex: 1;
  min-width: 0;
}

.footer-column h4 {
  color: #111827;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
  font-family: 'Manrope', sans-serif;
  display: block;
  margin-top: 0;
  line-height: 1.2;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
}

.footer-column ul li {
  margin-bottom: 8px;
  display: block;
}

.footer-column ul li a {
  color: #6b7280;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
  line-height: 1.5;
}

.footer-column ul li a:hover {
  color: #3b82f6;
  transform: translateX(4px);
}

.footer-payment {
  border-top: 1px solid #e5e7eb;
  padding-top: 30px;
  text-align: center;
}

.payment-methods {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.payment-logo {
  display: inline-block;
  padding: 8px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.payment-logo:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Responsive Footer */
@media (max-width: 768px) {
  .footer-content {
    flex-direction: column;
    gap: 30px;
    text-align: center;
  }
  
  .footer-nav {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
  
  .footer-column {
    text-align: center;
    flex: none;
  }
  
  .footer-brand {
    max-width: 100%;
    text-align: center;
  }
  
  .social-icons {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .footer-nav {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    align-items: start;
  }
  
  .footer-column {
    text-align: center;
  }

  .footer-column h4 {
    font-size: 16px;
    margin-bottom: 12px;
    margin-top: 0;
    line-height: 1.2;
  }

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

  .footer-column ul li a {
    font-size: 13px;
  }
}

/* Bottom Tab Styles */
.bottom-tab {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  border-top: 1px solid rgba(148, 163, 184, 0.15);
  padding: 6px 0;
  margin-top: 0;
  position: relative;
  overflow: hidden;
}

.bottom-tab::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(148, 163, 184, 0.3) 50%, transparent 100%);
}

.bottom-tab-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  position: relative;
  z-index: 1;
}

.left-section {
  display: flex;
  align-items: center;
  flex: 1;
}

.brand-info {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
}

.powered-by {
  color: #94a3b8;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  opacity: 0.8;
}

.copyright {
  color: #cbd5e1;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.025em;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

.right-section {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
  text-align: right;
  flex-wrap: nowrap;
}

.footer-link {
  color: #94a3b8;
  font-size: 10px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
  display: inline-block;
  flex-shrink: 0;
  position: relative;
  padding: 2px 0;
}

.footer-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: linear-gradient(90deg, #60a5fa, #3b82f6);
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.footer-link:hover {
  color: #e2e8f0;
  transform: translateY(-1px);
}

.footer-link:hover::after {
  width: 100%;
}

.separator {
  color: #475569;
  font-size: 10px;
  font-weight: 300;
  opacity: 0.6;
}

/* Responsive Bottom Tab */
@media (max-width: 768px) {
  .bottom-tab-content {
    flex-direction: column;
    gap: 20px;
    text-align: center;
    min-height: auto;
  }
  
  .left-section {
    justify-content: center;
    flex: none;
  }
  
  .right-section {
    align-items: center;
    text-align: center;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .bottom-tab {
    padding: 16px 0;
  }
  
  .brand-info {
    text-align: center;
  }
  
  .right-section {
    gap: 12px;
  }
  
  .footer-link {
    font-size: 11px;
  }
  
  .separator {
    display: none;
  }
}
