/* Homepage Enhanced Styles - Kasutam Inspired */
/* Full Width Layout */

/* Full width main for homepage */
.main-full {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
}

/* Override container styles on homepage */
.main-full .container {
  width: 100%;
  max-width: 100%;
  padding: 0 20px;
}

/* Enhanced Hero Section */
.hero-enhanced {
  width: 100%;
  min-height: 80vh;
  background: linear-gradient(135deg, var(--deep) 0%, var(--forest) 40%, #2a7a45 100%);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

.hero-enhanced::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(ellipse at 20% 30%, rgba(45,106,69,0.35) 0%, transparent 60%),
              radial-gradient(ellipse at 80% 20%, rgba(201,162,39,0.18) 0%, transparent 55%);
  pointer-events: none;
}

.hero-container {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 60px;
  position: relative;
  z-index: 1;
}

.hero-content {
  flex: 1;
  color: white;
  max-width: 600px;
}

.hero-badge {
  display: inline-block;
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.2);
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 24px;
  animation: fadeInDown 0.8s ease;
}

.hero-title {
  font-family: 'Cinzel', serif;
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 800;
  line-height: 1.1;
  margin: 0 0 20px;
  animation: fadeInLeft 0.8s ease;
}

.hero-accent {
  color: var(--gold2);
  font-style: italic;
}

.hero-subtitle {
  font-size: 18px;
  line-height: 1.6;
  margin: 0 0 32px;
  opacity: 0.9;
  animation: fadeInLeft 0.8s ease 0.2s both;
}

.hero-stats {
  display: flex;
  gap: 40px;
  margin: 32px 0;
  animation: fadeInUp 0.8s ease 0.4s both;
}

.stat {
  text-align: center;
}

.stat-number {
  font-size: 32px;
  font-weight: 800;
  color: var(--gold2);
  display: block;
}

.stat-label {
  font-size: 14px;
  opacity: 0.8;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  animation: fadeInUp 0.8s ease 0.6s both;
}

.btn-hero {
  padding: 14px 28px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.btn-hero span {
  font-size: 18px;
}

.hero-image {
  flex: 1;
  max-width: 500px;
  margin-left: 150px;
  position: relative;
  animation: fadeInRight 0.8s ease;
}

.hero-image img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.3);
  transform: perspective(1000px) rotateY(-5deg);
  transition: transform 0.3s ease;
}

.hero-image:hover img {
  transform: perspective(1000px) rotateY(0deg);
}

/* Trust Badges Section */
.trust-badges {
  width: 100%;
  background: white;
  padding: 40px 20px;
  border-bottom: 1px solid var(--border);
}

.trust-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 32px;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.trust-item:hover {
  background: var(--ivory);
  transform: translateY(-2px);
}

.trust-icon {
  width: 48px;
  height: 48px;
  background: var(--forest);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  flex-shrink: 0;
}

.trust-text {
  flex: 1;
}

.trust-title {
  font-weight: 700;
  color: var(--forest);
  margin: 0 0 4px;
}

.trust-desc {
  font-size: 14px;
  color: var(--muted);
  margin: 0;
}

/* Products Section */
.products-section {
  width: 100%;
  padding: 60px 20px;
  background: var(--ivory);
}

.section-header {
  max-width: 1200px;
  margin: 0 auto 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.section-title-area {
  flex: 1;
}

.section-title {
  font-family: 'Cinzel', serif;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 800;
  color: var(--forest);
  margin: 0 0 8px;
}

.section-subtitle {
  font-size: 18px;
  color: var(--muted);
  margin: 0;
}

.btn-outline {
  background: transparent;
  border: 2px solid var(--forest);
  color: var(--forest);
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-outline:hover {
  background: var(--forest);
  color: white;
}

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

.product-card {
  background: white;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  position: relative;
}

.product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.15);
}

.product-image-wrapper {
  position: relative;
  overflow: hidden;
  height: 240px;
}

.product-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

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

.product-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.product-card:hover .product-overlay {
  opacity: 1;
}

.view-product {
  background: white;
  color: var(--forest);
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
}

.stock-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  z-index: 1;
}

.low-stock {
  background: #ff6b6b;
  color: white;
}

.product-content {
  padding: 24px;
}

.product-category {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--muted);
  margin-bottom: 8px;
}

.product-name {
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

.product-name a {
  color: var(--forest);
  text-decoration: none;
  transition: color 0.3s ease;
}

.product-name a:hover {
  color: var(--gold);
}

.product-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.product-size {
  font-size: 14px;
  color: var(--muted);
}

.product-price {
  font-size: 24px;
  font-weight: 800;
  color: var(--forest);
}

.product-actions {
  display: flex;
  gap: 12px;
}

.add-to-cart-form {
  flex: 1;
  margin: 0;
}

.btn-add-cart {
  width: 100%;
  background: var(--forest);
  color: white;
  border: none;
  padding: 12px 16px;
  border-radius: 8px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.btn-add-cart:hover {
  background: var(--deep);
}

.btn-whatsapp {
  background: #25D366;
  color: white;
  border: none;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 18px;
  transition: all 0.3s ease;
}

.btn-whatsapp:hover {
  background: #128C7E;
}

/* Benefits Section */
.benefits-section {
  width: 100%;
  padding: 60px 20px;
  background: white;
}

.benefits-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
}

.benefit-item {
  text-align: center;
  padding: 32px;
  border-radius: 16px;
  background: var(--ivory);
  transition: all 0.3s ease;
}

.benefit-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.1);
}

.benefit-icon {
  font-size: 48px;
  margin-bottom: 16px;
  display: block;
}

.benefit-title {
  font-family: 'Cinzel', serif;
  font-size: 24px;
  font-weight: 700;
  color: var(--forest);
  margin: 0 0 12px;
}

.benefit-desc {
  font-size: 16px;
  line-height: 1.6;
  color: var(--muted);
  margin: 0;
}

/* Quick Order Section */
.quick-order-section {
  width: 100%;
  padding: 60px 20px;
  background: linear-gradient(135deg, var(--forest) 0%, var(--deep) 100%);
  color: white;
}

.quick-order-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 60px;
  align-items: center;
}

.quick-order-title {
  font-family: 'Cinzel', serif;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 800;
  margin: 0 0 12px;
}

.quick-order-subtitle {
  font-size: 18px;
  opacity: 0.9;
  margin: 0 0 32px;
}

.order-methods {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 24px;
  margin-bottom: 32px;
}

.order-method {
  text-align: center;
  padding: 24px;
  background: rgba(255,255,255,0.1);
  border-radius: 12px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.2);
}

.order-icon {
  font-size: 32px;
  margin-bottom: 12px;
  display: block;
}

.order-method h4 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 8px;
}

.order-method p {
  font-size: 14px;
  opacity: 0.8;
  margin: 0;
}

.quick-order-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.quick-order-qr {
  display: flex;
  justify-content: center;
  align-items: center;
}

.qr-card {
  background: white;
  padding: 20px;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 8px 30px rgba(0,0,0,0.2);
}

.qr-image {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 12px;
}

.qr-text {
  font-size: 14px;
  font-weight: 600;
  color: var(--forest);
  margin: 0;
}

/* Contact Bar */
.contact-bar {
  width: 100%;
  background: var(--deep);
  color: white;
  padding: 20px;
}

.contact-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.contact-icon {
  font-size: 18px;
}

.contact-text {
  font-size: 14px;
  font-weight: 600;
}

/* Animations */
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Enhanced Products Grid */
.products-grid-enhanced {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 32px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.product-card-enhanced {
  background: white;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  position: relative;
}

.product-card-enhanced:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.15);
}

.product-image-container {
  position: relative;
  overflow: hidden;
  height: 280px;
  background: var(--ivory);
}

.product-image-enhanced {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

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

.product-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.product-card-enhanced:hover .product-overlay {
  opacity: 1;
}

.view-product-btn {
  background: white;
  color: var(--forest);
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.stock-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  z-index: 1;
}

.low-stock {
  background: #ff6b6b;
  color: white;
}

.product-category-badge {
  position: absolute;
  bottom: 12px;
  left: 12px;
  background: rgba(255,255,255,0.9);
  backdrop-filter: blur(10px);
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--forest);
  z-index: 1;
}

.product-content-enhanced {
  padding: 24px;
}

.product-title-enhanced {
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  font-family: 'Cinzel', serif;
}

.product-title-enhanced a {
  color: var(--forest);
  text-decoration: none;
  transition: color 0.3s ease;
}

.product-title-enhanced a:hover {
  color: var(--gold);
}

.product-meta-enhanced {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.product-size-enhanced {
  font-size: 14px;
  color: var(--muted);
  font-weight: 500;
}

.product-price-enhanced {
  display: flex;
  align-items: baseline;
  font-weight: 800;
  color: var(--forest);
}

.price-symbol {
  font-size: 18px;
  margin-right: 2px;
}

.price-amount {
  font-size: 24px;
}

.product-actions-enhanced {
  display: flex;
  gap: 12px;
}

.add-to-cart-form-enhanced {
  flex: 1;
  margin: 0;
}

.btn-add-cart-enhanced {
  width: 100%;
  background: linear-gradient(135deg, var(--forest), var(--mid));
  color: white;
  border: none;
  padding: 12px 16px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.btn-add-cart-enhanced:hover {
  background: linear-gradient(135deg, var(--deep), var(--forest));
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(26,74,46,0.3);
}

.btn-whatsapp-enhanced {
  background: #25D366;
  color: white;
  border: none;
  padding: 12px;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-whatsapp-enhanced:hover {
  background: #128C7E;
  transform: translateY(-2px);
}

.btn-icon {
  font-size: 16px;
}

.btn-text {
  font-size: 14px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .hero-container {
    flex-direction: column;
    text-align: center;
    padding: 40px 20px;
  }
  
  .hero-content {
    max-width: 100%;
  }
  
  .hero-stats {
    justify-content: center;
    gap: 24px;
  }
  
  .hero-actions {
    justify-content: center;
  }
  
  .hero-image {
    max-width: 100%;
  }
  
  .trust-container {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  
  .section-header {
    flex-direction: column;
    text-align: center;
  }
  
  .products-grid {
    grid-template-columns: 1fr;
  }
  
  .benefits-container {
    grid-template-columns: 1fr;
  }
  
  .quick-order-container {
    grid-template-columns: 1fr;
    text-align: center;
  }
  
  .order-methods {
    grid-template-columns: 1fr;
  }
  
  .quick-order-actions {
    justify-content: center;
  }
  
  .contact-container {
    flex-direction: column;
    text-align: center;
  }
}
