:root {
  --bs-primary: #0A2342;
  --bs-secondary: #0066FF;
  --bs-accent: #00B8A9;
  --bs-cta: #FF6B00;
  --bs-light: #F8FAFC;
}

body {
  font-family: 'Inter', sans-serif;
  color: white;
  background-color: #0A2342;
  background-image: radial-gradient(at 0% 0%, rgba(0, 102, 255, 0.4) 0px, transparent 50%),
                    radial-gradient(at 100% 100%, rgba(0, 184, 169, 0.4) 0px, transparent 50%),
                    radial-gradient(at 100% 0%, rgba(10, 35, 66, 0.8) 0px, transparent 50%);
  background-attachment: fixed;
}

.font-manrope {
  font-family: 'Manrope', sans-serif;
}

/* Frosted Glass Theme Overrides */
.bg-white, .bg-light, .card {
  background: rgba(255, 255, 255, 0.03) !important;
  backdrop-filter: blur(12px) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  color: white !important;
}

.glass-dark, .navbar, footer, .bg-primary, .announcement-bar {
  background: rgba(10, 35, 66, 0.85) !important;
  backdrop-filter: blur(16px) !important;
  border: 1px solid rgba(255, 255, 255, 0.05) !important;
  border-left: none !important;
  border-right: none !important;
  color: white !important;
}

.navbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

/* Typography Overrides */
.text-dark, .text-muted, .text-secondary {
  color: rgba(255, 255, 255, 0.7) !important;
}

.text-primary, h1, h2, h3, h4, h5, h6, .navbar-brand {
  color: white !important;
}

.text-accent {
  color: var(--bs-accent) !important;
}

.bg-accent {
  background-color: var(--bs-accent) !important;
}

/* Buttons */
.btn-primary {
  background-color: var(--bs-secondary) !important;
  border-color: var(--bs-secondary) !important;
  color: white !important;
}

.btn-primary:hover {
  background-color: #0052CC !important;
  border-color: #0052CC !important;
}

.btn-secondary {
  background-color: var(--bs-cta) !important;
  border-color: var(--bs-cta) !important;
  color: white !important;
  box-shadow: 0 4px 15px rgba(255, 107, 0, 0.3) !important;
}

.btn-secondary:hover {
  background-color: #E66000 !important;
  border-color: #E66000 !important;
}

.cta-btn {
  background-color: var(--bs-cta) !important;
  border-color: var(--bs-cta) !important;
  box-shadow: 0 4px 15px rgba(255, 107, 0, 0.3) !important;
}

.cta-btn:hover {
  background-color: #E66000 !important;
}

.btn-outline-primary {
  border-color: var(--bs-secondary) !important;
  color: white !important;
}
.btn-outline-primary:hover {
  background-color: var(--bs-secondary) !important;
}

.btn-outline-secondary {
  border-color: rgba(255, 255, 255, 0.2) !important;
  color: white !important;
  background: rgba(255, 255, 255, 0.05) !important;
}
.btn-outline-secondary:hover {
  background: rgba(255, 255, 255, 0.1) !important;
}

/* Form Controls */
.form-control {
  background: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  color: white !important;
}

.form-control::placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}

.form-control:focus {
  background: rgba(255, 255, 255, 0.1) !important;
  border-color: var(--bs-secondary) !important;
  box-shadow: 0 0 0 0.25rem rgba(0, 102, 255, 0.25) !important;
}

/* Miscellaneous */
.list-group-item {
  background: rgba(255, 255, 255, 0.05) !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
  color: rgba(255, 255, 255, 0.8) !important;
}

.breadcrumb-item a {
  color: rgba(255, 255, 255, 0.7) !important;
}
.breadcrumb-item.active {
  color: white !important;
}

hr, .border-top, .border-bottom, .border-light {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

.accordion-item {
  background: rgba(255, 255, 255, 0.03) !important;
  backdrop-filter: blur(12px) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.accordion-button {
  background: transparent !important;
  color: white !important;
  box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
  background: rgba(255, 255, 255, 0.05) !important;
  color: var(--bs-secondary) !important;
  box-shadow: none !important;
}

.accordion-button::after {
  filter: brightness(0) invert(1);
}

.accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1) sepia(1) saturate(10000%) hue-rotate(180deg);
}

/* Utility Classes */
.tracking-wide {
  letter-spacing: 0.05em;
}

.lh-tight {
  line-height: 1.2;
}

.max-w-700 {
  max-width: 700px;
}

.glass-effect {
  background: rgba(255, 255, 255, 0.03) !important;
  backdrop-filter: blur(12px) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.transition-all {
  transition: all 0.3s ease;
}

.hover-lift:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2) !important;
}

.feature-card:hover .card-icon {
  background-color: var(--bs-secondary) !important;
  color: white !important;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2) !important;
}

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

.group:hover .transition-transform {
  transform: translateX(5px);
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.py-6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-links a:hover {
  color: white;
  padding-left: 5px;
}

.social-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  color: white;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.3s ease;
}

.social-icon:hover {
  background: var(--bs-secondary);
  color: white;
  transform: translateY(-3px);
}

.floating-whatsapp {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 60px;
  height: 60px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
}

.floating-whatsapp:hover {
  background-color: #128c7e;
  color: #fff;
  transform: scale(1.1);
}

.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 45px;
  height: 45px;
  background-color: var(--bs-primary);
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

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

.back-to-top:hover {
  background-color: var(--bs-secondary);
  color: white;
  transform: translateY(-3px);
}

.hover-white:hover {
  color: white !important;
}

.navbar-nav .nav-link {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7) !important;
  padding: 0.5rem 1rem !important;
  transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active {
  color: white !important;
}

