 :root {
      --primary: #e63946;
      --secondary: #1d3557;
      --dark: #0f172a;
      --light: #f8f9fa;
      --accent: #ff9e00;
      --gray: #6c757d;
    }
    
    body {
      font-family: 'Roboto', sans-serif;
      background-color: #f8f9fa;
      color: #333;
      overflow-x: hidden;
    }
    
    h1, h2, h3, h4, h5, h6 {
      font-family: 'Montserrat', sans-serif;
      font-weight: 700;
    }
    
    /* Navbar Styling */
    .navbar {
      background: linear-gradient(90deg, var(--dark) 0%, var(--secondary) 100%);
      box-shadow: 0 2px 15px rgba(0,0,0,0.1);
      padding: 0.8rem 0;
    }
    
    .navbar-brand {
      font-weight: 800;
      font-size: 1.8rem;
      letter-spacing: 1px;
      color: var(--light) !important;
    }
    
    .navbar-brand span {
      color: var(--primary);
    }
    
    .navbar-nav .nav-link {
      color: rgba(255,255,255,0.85) !important;
      font-weight: 500;
      padding: 0.5rem 1.2rem !important;
      transition: all 0.3s ease;
      position: relative;
    }
    
    .navbar-nav .nav-link:hover, .navbar-nav .nav-link.active {
      color: white !important;
    }
    
    .navbar-nav .nav-link:hover::after, .navbar-nav .nav-link.active::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 1.2rem;
      right: 1.2rem;
      height: 3px;
      background: var(--primary);
      border-radius: 10px;
    }
    
    .navbar .btn-outline-light:hover {
      background: var(--primary);
      border-color: var(--primary);
    }
    
    /* Hero Section */
    .hero {
      background: linear-gradient(rgba(15, 23, 42, 0.85), rgba(29, 53, 87, 0.9)), url('https://images.unsplash.com/photo-1503376780353-7e6692767b70?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1920&h=600&q=80');
      background-size: cover;
      background-position: center;
      padding: 150px 0 100px;
      color: white;
      text-align: center;
    }
    
    .hero h1 {
      font-size: 3.5rem;
      font-weight: 800;
      margin-bottom: 1.5rem;
      text-shadow: 0 2px 10px rgba(0,0,0,0.3);
    }
    
    .hero p {
      font-size: 1.3rem;
      max-width: 700px;
      margin: 0 auto 2.5rem;
      opacity: 0.9;
    }
    
    .btn-primary {
      background: var(--primary);
      border: none;
      padding: 0.75rem 2rem;
      font-weight: 600;
      border-radius: 8px;
      transition: all 0.3s ease;
    }
    
    .btn-primary:hover {
      background: #c1121f;
      transform: translateY(-2px);
      box-shadow: 0 4px 12px rgba(230, 57, 70, 0.3);
    }
    
    /* Section Styling */
    .section-title {
      position: relative;
      margin-bottom: 3rem;
      text-align: center;
    }
    
    .section-title h2 {
      display: inline-block;
      background: white;
      padding: 0 1.5rem;
      position: relative;
      z-index: 2;
      font-size: 2.2rem;
      color: var(--secondary);
    }
    
    .section-title::after {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      height: 3px;
      background: linear-gradient(90deg, transparent, var(--primary), transparent);
      z-index: 1;
    }
    
    /* Cards */
    .category-card, .product-card {
      transition: all 0.3s ease;
      position: relative;
      overflow: hidden;
      border-radius: 12px;
      box-shadow: 0 5px 15px rgba(0,0,0,0.08);
      margin-bottom: 2rem;
    }
    
    .category-card:hover, .product-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 12px 25px rgba(0,0,0,0.15);
    }
    
    .category-card img {
      height: 200px;
      object-fit: cover;
      transition: all 0.5s ease;
    }
    
    .category-card:hover img {
      transform: scale(1.1);
    }
    
    .category-card h6 {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background: rgba(29, 53, 87, 0.9);
      color: white;
      padding: 1rem;
      margin: 0;
      text-align: center;
      font-weight: 600;
      font-size: 1.1rem;
      transition: all 0.3s ease;
    }
    
    .category-card:hover h6 {
      background: rgba(230, 57, 70, 0.95);
    }
    
    .product-card img {
      height: 200px;
      object-fit: contain;
      padding: 1.5rem;
      background: #f8f9fa;
    }
    
    .product-card .card-body {
      padding: 1.5rem;
    }
    
    .product-card h6 {
      font-weight: 600;
      color: var(--secondary);
      margin-bottom: 0.5rem;
      font-size: 1.1rem;
    }
    
    .product-card .price {
      font-weight: 700;
      color: var(--primary);
      font-size: 1.3rem;
      margin-bottom: 0.5rem;
    }
    
    .sale-badge {
      position: absolute;
      top: 15px;
      left: 15px;
      background: var(--primary);
      color: white;
      padding: 5px 15px;
      border-radius: 20px;
      font-size: 0.9rem;
      font-weight: 600;
      z-index: 2;
    }
    
    /* About Page */
    .about-hero {
      background: linear-gradient(rgba(15, 23, 42, 0.85), rgba(29, 53, 87, 0.9)), url('https://images.unsplash.com/photo-1601924635307-782b5386d150?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1920&h=500&q=80');
      background-size: cover;
      background-position: center;
      padding: 120px 0 80px;
      color: white;
      text-align: center;
    }
    
    .mission-section {
      background: var(--light);
      padding: 80px 0;
    }
    
    .team-member {
      text-align: center;
      margin-bottom: 30px;
    }
    
    .team-member img {
      width: 200px;
      height: 200px;
      border-radius: 50%;
      object-fit: cover;
      margin-bottom: 20px;
      border: 5px solid var(--light);
      box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }
    
    .values-section {
      background: linear-gradient(90deg, var(--secondary) 0%, var(--dark) 100%);
      color: white;
      padding: 80px 0;
    }
    
    .value-card {
      background: rgba(255,255,255,0.1);
      border-radius: 12px;
      padding: 30px;
      height: 100%;
      transition: all 0.3s ease;
    }
    
    .value-card:hover {
      background: rgba(230, 57, 70, 0.2);
      transform: translateY(-5px);
    }
    
    .value-card i {
      font-size: 2.5rem;
      margin-bottom: 20px;
      color: var(--accent);
    }
    
    /* Contact Page */
    .contact-hero {
      background: linear-gradient(rgba(15, 23, 42, 0.85), rgba(29, 53, 87, 0.9)), url('https://images.unsplash.com/photo-1580273916550-e323be2ae537?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1920&h=500&q=80');
      background-size: cover;
      background-position: center;
      padding: 120px 0 80px;
      color: white;
      text-align: center;
    }
    
    .contact-section {
      padding: 20px 0;
    }
    
    .contact-card {
      background: white;
      border-radius: 12px;
      box-shadow: 0 5px 25px rgba(0,0,0,0.08);
      padding: 30px;
      height: 100%;
    }
    
    .contact-info {
      display: flex;
      align-items: flex-start;
      margin-bottom: 25px;
    }
    
    .contact-icon {
      width: 50px;
      height: 50px;
      background: rgba(230, 57, 70, 0.1);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 15px;
      color: var(--primary);
      font-size: 1.2rem;
      flex-shrink: 0;
    }
    
    .contact-form .form-control {
      padding: 12px 15px;
      border-radius: 8px;
      border: 1px solid #ddd;
      margin-bottom: 20px;
      transition: all 0.3s ease;
    }
    
    .contact-form .form-control:focus {
      border-color: var(--primary);
      box-shadow: 0 0 0 0.25rem rgba(230, 57, 70, 0.15);
    }
    
    .contact-form textarea {
      min-height: 150px;
    }
    
    /* Sale Page */
    .sale-hero {
      background: linear-gradient(rgba(230, 57, 70, 0.85), rgba(193, 18, 31, 0.9)), url('https://images.unsplash.com/photo-1558981403-c5f9899a28bc?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1920&h=500&q=80');
      background-size: cover;
      background-position: center;
      padding: 120px 0 80px;
      color: white;
      text-align: center;
    }
    
    .sale-countdown {
      background: rgba(255,255,255,0.15);
      backdrop-filter: blur(10px);
      padding: 20px;
      border-radius: 12px;
      max-width: 600px;
      margin: 30px auto;
    }
    
    .countdown-box {
      display: inline-block;
      padding: 15px;
      margin: 0 10px;
      min-width: 70px;
    }
    
    .countdown-value {
      font-size: 2rem;
      font-weight: 800;
      margin-bottom: 5px;
    }
    
    .sale-products {
      padding: 80px 0;
    }
    
    /* Footer */
    footer {
      background: var(--dark);
      color: white;
      padding: 4rem 0 2rem;
    }
    
    .footer-logo {
      font-size: 2rem;
      font-weight: 800;
      margin-bottom: 1.5rem;
      display: inline-block;
    }
    
    .footer-logo span {
      color: var(--primary);
    }
    
    .footer-links h5 {
      color: white;
      font-weight: 700;
      margin-bottom: 1.5rem;
      position: relative;
      padding-bottom: 0.5rem;
    }
    
    .footer-links h5::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 50px;
      height: 3px;
      background: var(--primary);
      border-radius: 10px;
    }
    
    .footer-links ul {
      list-style: none;
      padding: 0;
    }
    
    .footer-links ul li {
      margin-bottom: 0.8rem;
    }
    
    .footer-links ul li a {
      color: rgba(255,255,255,0.7);
      text-decoration: none;
      transition: all 0.3s ease;
    }
    
    .footer-links ul li a:hover {
      color: white;
      padding-left: 5px;
    }
    
    .social-icons a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 40px;
      height: 40px;
      background: rgba(255,255,255,0.1);
      color: white;
      border-radius: 50%;
      margin-right: 0.8rem;
      transition: all 0.3s ease;
    }
    
    .social-icons a:hover {
      background: var(--primary);
      transform: translateY(-3px);
    }
    
    .copyright {
      border-top: 1px solid rgba(255,255,255,0.1);
      padding-top: 1.5rem;
      margin-top: 3rem;
      text-align: center;
      color: rgba(255,255,255,0.6);
    }
    
    /* Responsive adjustments */
    @media (max-width: 768px) {
      .hero h1 {
        font-size: 2.5rem;
      }
      
      .section-title h2 {
        font-size: 1.8rem;
      }
    }