/* Ammo Box Hot Sauce Store Styles - Modern Dark Green Theme */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
    color: #2D3748;
    background-color: #F7FAFC;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header Styles */
.site-header {
    background: #0F3E0F;
    color: white;
    padding: 1rem 0;
    box-shadow: 0 4px 20px rgba(15, 62, 15, 0.15);
    backdrop-filter: blur(10px);
}

.navbar {
    position: relative;
}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.nav-logo h1 {
    color: #FFD700;
    text-decoration: none;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 2rem;
}

.nav-menu a {
    color: #FFD700;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    padding: 0.5rem 1rem;
    position: relative;
}

.nav-menu a:hover {
    color: #FFD700;
    background: rgba(255, 215, 0, 0.1);
    transform: translateY(-1px);
}

/* Main Content */
.main-content {
    min-height: calc(100vh - 200px);
    padding: 0 0 2rem 0;
}

/* Hero Section */
.hero {
    background: url('../images/hero-background.png') center/cover;
    background-color: #0F3E0F;
    position: relative;
    color: white;
    text-align: center;
    padding: 4rem 0;
    margin-bottom: 0;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(15, 62, 15, 0.7);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
}

.hero-content h1 {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
    font-weight: 800;
    letter-spacing: -1px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.hero-content p {
    font-size: 1.3rem;
    margin-bottom: 2.5rem;
    opacity: 0.95;
    font-weight: 400;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.hero-subtitle-yellow {
    color: #FFD700 !important;
}

/* Buttons */
.btn {
    display: inline-block;
    padding: 1rem 2.5rem;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
    cursor: pointer;
    font-size: 1rem;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.btn-primary {
    background: linear-gradient(135deg, #0F3E0F, #1A4D1F);
    color: white;
    position: relative;
    overflow: hidden;
}

.btn-primary:hover {
    background: linear-gradient(135deg, #0F3E0F, #1E5A22);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(15, 62, 15, 0.3);
}

.btn-secondary {
    background: linear-gradient(135deg, #FFD700, #FFC107);
    color: #0F3E0F;
    font-weight: 700;
}

.btn-secondary:hover {
    background: linear-gradient(135deg, #FFC107, #FF8F00);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 215, 0, 0.4);
}

/* About Us Section - Modern Layout */
.about-us {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    padding: 6rem 0;
    margin: 0 0 3rem 0;
}

/* Section Header */
.about-header {
    text-align: center;
    margin-bottom: 4rem;
}

.about-header h2 {
    color: #0F3E0F;
    font-size: 3.5rem;
    margin-bottom: 1rem;
    font-weight: 900;
    letter-spacing: -2px;
    position: relative;
}

.about-header h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #FFD700, #FFC107);
}

.about-header p {
    font-size: 1.3rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
    font-weight: 400;
    line-height: 1.6;
}

/* Story Content Grid */
.story-content {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 5rem;
    margin-bottom: 5rem;
    align-items: start;
}

.story-text {
    background: white;
    padding: 3rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    border-left: 6px solid #FFD700;
}

.story-intro h3 {
    color: #0F3E0F;
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
    letter-spacing: -0.8px;
}

.story-intro p, .story-details p {
    font-size: 1.15rem;
    line-height: 1.8;
    color: #4A5568;
    margin-bottom: 1.5rem;
}

.story-details {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 2px solid #F7FAFC;
}

/* Stats Grid */
.stats-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

.stat-card {
    background: linear-gradient(135deg, #0F3E0F, #1A4D1F);
    color: white;
    padding: 2.5rem;
    text-align: center;
    box-shadow: 0 8px 25px rgba(27, 94, 32, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}

.stat-card::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 100%;
    height: 100%;
    background: rgba(255, 215, 0, 0.1);
    transition: transform 0.3s ease;
}

.stat-card:hover::before {
    transform: scale(1.5);
}

.stat-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(15, 62, 15, 0.3);
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 900;
    margin-bottom: 0.5rem;
    position: relative;
    z-index: 1;
}

.stat-label {
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.9;
    position: relative;
    z-index: 1;
}

/* Features Section */
.features-section {
    margin-bottom: 5rem;
}

.features-section h3 {
    color: #0F3E0F;
    font-size: 2.8rem;
    text-align: center;
    margin-bottom: 3rem;
    font-weight: 800;
    letter-spacing: -1px;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2.5rem;
}

.feature-card {
    background: white;
    padding: 2.5rem;
    box-shadow: 0 8px 30px rgba(0,0,0,0.1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid transparent;
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.15);
    border-color: #FFD700;
}

.feature-icon {
    font-size: 3rem;
    flex-shrink: 0;
    background: linear-gradient(135deg, #FFD700, #FFC107);
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
}

.feature-content h4 {
    color: #0F3E0F;
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
    font-weight: 700;
    letter-spacing: -0.3px;
}

.feature-content p {
    color: #718096;
    line-height: 1.6;
    font-size: 1rem;
}

/* Mission Section */
.mission-section {
    background: linear-gradient(135deg, #0F3E0F, #1A4D1F);
    padding: 4rem 0;
    margin-top: 3rem;
    position: relative;
    overflow: hidden;
}

.mission-section::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 215, 0, 0.1) 0%, transparent 70%);
    animation: float 20s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translate(-50%, -50%) rotate(0deg); }
    50% { transform: translate(-50%, -50%) rotate(180deg); }
}

.mission-content {
    text-align: center;
    color: white;
    position: relative;
    z-index: 1;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 2rem;
}

.mission-content h3 {
    font-size: 3rem;
    margin-bottom: 2rem;
    font-weight: 800;
    letter-spacing: -1px;
}

.mission-content p {
    font-size: 1.3rem;
    line-height: 1.8;
    margin-bottom: 3rem;
    opacity: 0.95;
}

.mission-highlights {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.highlight {
    background: rgba(255, 215, 0, 0.2);
    color: #FFD700;
    padding: 0.8rem 1.5rem;
    font-weight: 600;
    border: 2px solid rgba(255, 215, 0, 0.3);
    transition: all 0.3s ease;
    font-size: 1rem;
}

.highlight:hover {
    background: rgba(255, 215, 0, 0.3);
    border-color: #FFD700;
    transform: scale(1.05);
}

/* Contact Page Styles */
.contact-hero {
    background: linear-gradient(135deg, #0F3E0F, #1A4D1F, #FFD700);
    color: white;
    text-align: center;
    padding: 5rem 0;
    margin-bottom: 3rem;
    position: relative;
    overflow: hidden;
}

.contact-hero h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    color: white;
}

.contact-hero p {
    font-size: 1.2rem;
    max-width: 600px;
    margin: 0 auto;
    opacity: 0.9;
}

.contact-content {
    padding: 2rem 0;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    margin-bottom: 4rem;
}

.contact-info h2 {
    color: #0F3E0F;
    font-size: 2.5rem;
    margin-bottom: 2rem;
    border-bottom: 4px solid #FFD700;
    padding-bottom: 0.8rem;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.info-card {
    display: flex;
    align-items: flex-start;
    background: white;
    padding: 2rem;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    margin-bottom: 1.5rem;
    border-left: 4px solid #FFD700;
    transition: transform 0.3s ease;
}

.info-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.15);
}

.info-icon {
    font-size: 2.5rem;
    margin-right: 1.5rem;
    flex-shrink: 0;
}

.info-details h3 {
    color: #0F3E0F;
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.info-details p {
    color: #666;
    line-height: 1.6;
    margin: 0;
}

.contact-form {
    background: white;
    padding: 3rem;
    box-shadow: 0 12px 40px rgba(0,0,0,0.1);
    border-top: 5px solid #0F3E0F;
    position: relative;
    overflow: hidden;
}

.contact-form h2 {
    color: #0F3E0F;
    font-size: 2.5rem;
    margin-bottom: 2rem;
    text-align: center;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    color: #0F3E0F;
    font-weight: 700;
    margin-bottom: 0.5rem;
    font-size: 1rem;
    letter-spacing: 0.3px;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.8rem;
    border: 2px solid #e1e5e9;
    font-size: 1rem;
    transition: border-color 0.3s ease;
    background: #f8f9fa;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #0F3E0F;
    background: white;
    box-shadow: 0 0 0 4px rgba(15, 62, 15, 0.15);
    transform: translateY(-2px);
    transition: all 0.3s ease;
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.checkbox-label {
    display: flex !important;
    align-items: center;
    cursor: pointer;
    font-weight: 400 !important;
    color: #666 !important;
}

.checkbox-label input[type="checkbox"] {
    width: auto !important;
    margin-right: 0.5rem;
    transform: scale(1.2);
}

.contact-extra {
    margin-top: 4rem;
}

.faq-section h2 {
    color: #0F3E0F;
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 2.5rem;
    border-bottom: 4px solid #FFD700;
    padding-bottom: 0.8rem;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.faq-item {
    background: white;
    padding: 2rem;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    border-top: 4px solid #FFD700;
    transition: transform 0.3s ease;
}

.faq-item:hover {
    transform: translateY(-3px);
}

.faq-item h3 {
    color: #0F3E0F;
    font-size: 1.3rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.faq-item p {
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* Product Grid */
.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

/* Featured Products Pyramid Layout */
.featured-products .product-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 2rem;
    margin-top: 2rem;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.featured-products .product-card:nth-child(1) {
    grid-column: 1 / 3;
}

.featured-products .product-card:nth-child(2) {
    grid-column: 3 / 5;
}

.featured-products .product-card:nth-child(3) {
    grid-column: 5 / 7;
}

.featured-products .product-card:nth-child(4) {
    grid-column: 2 / 4;
}

.featured-products .product-card:nth-child(5) {
    grid-column: 4 / 6;
}

.product-card {
    background: white;
    padding: 2rem;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid #E2E8F0;
    position: relative;
    overflow: hidden;
}

.product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    border-color: #FFD700;
}

.product-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 1rem;
}

.product-name {
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
    color: #145014;
}

.product-price {
    font-size: 1.5rem;
    font-weight: bold;
    color: #FFD700;
    margin-bottom: 1rem;
}

.heat-level {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.heat-stars {
    color: #FFD700;
    margin-left: 0.5rem;
}

/* Cart Styles */
.cart-items {
    background: white;
    padding: 2rem;
    margin-bottom: 2rem;
}

.cart-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
    border-bottom: 1px solid #eee;
}

.cart-total {
    text-align: right;
    font-size: 1.5rem;
    font-weight: bold;
    color: #145014;
}

/* Admin Styles */
.admin-panel {
    background: white;
    padding: 2rem;
    margin-bottom: 2rem;
}

/* Newsletter Form */
.newsletter-form {
    margin-top: 1rem;
}

.newsletter-form input {
    width: 100%;
    padding: 0.75rem;
    margin-bottom: 0.5rem;
    border: 2px solid #e1e5e9;
    font-size: 0.9rem;
    transition: border-color 0.3s ease;
}

.newsletter-form input:focus {
    border-color: #FFD700;
    outline: none;
}

.newsletter-form button {
    width: 100%;
    padding: 0.75rem;
    font-size: 0.9rem;
}

#newsletter-message {
    margin-top: 1rem;
    padding: 0.75rem;
    font-size: 0.9rem;
    display: none;
}

#newsletter-message.success {
    background: #d4edda;
    color: #0A2B0F;
    border: 1px solid #c3e6cb;
}

#newsletter-message.error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.admin-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1rem;
}

.admin-table th,
.admin-table td {
    padding: 1rem;
    text-align: left;
    border-bottom: 1px solid #eee;
}

.admin-table th {
    background: #145014;
    color: white;
}

/* Footer */
.site-footer {
    background: #333;
    color: white;
    padding: 3rem 0 1rem;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.footer-section h3 {
    margin-bottom: 1rem;
    color: #FFD700;
}

.footer-section ul {
    list-style: none;
}

.footer-section ul li {
    margin-bottom: 0.5rem;
}

.footer-section a {
    color: white;
    text-decoration: none;
}

.footer-section a:hover {
    color: #FFD700;
}

.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid #555;
}

/* Responsive Design */
@media (max-width: 768px) {
    .nav-container {
        flex-direction: column;
        gap: 1rem;
    }
    
    .nav-menu {
        gap: 1rem;
    }
    
    .hero-content h1 {
        font-size: 2rem;
    }
    
    .product-grid {
        grid-template-columns: 1fr;
    }
    
    /* Mobile Featured Products Layout */
    .featured-products .product-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .featured-products .product-card:nth-child(1),
    .featured-products .product-card:nth-child(2),
    .featured-products .product-card:nth-child(3),
    .featured-products .product-card:nth-child(4),
    .featured-products .product-card:nth-child(5) {
        grid-column: 1;
    }
    
    .about-header h2 {
        font-size: 2.5rem;
    }
    
    .about-header p {
        font-size: 1.1rem;
    }
    
    .story-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .story-text {
        padding: 2rem;
    }
    
    .story-intro h3 {
        font-size: 1.8rem;
    }
    
    .features-section h3 {
        font-size: 2.2rem;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
    }
    
    .feature-card {
        flex-direction: column;
        text-align: center;
        padding: 2rem;
    }
    
    .mission-content h3 {
        font-size: 2.2rem;
    }
    
    .mission-content p {
        font-size: 1.1rem;
    }
    
    .mission-highlights {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }
    
    /* Contact page responsive */
    .contact-hero h1 {
        font-size: 2.2rem;
    }
    
    .contact-hero p {
        font-size: 1.1rem;
        padding: 0 1rem;
    }
    
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .contact-form {
        padding: 2rem;
    }
    
    .contact-form h2 {
        font-size: 1.8rem;
    }
    
    .info-card {
        padding: 1.5rem;
    }
    
    .info-icon {
        font-size: 2rem;
        margin-right: 1rem;
    }
    
    .faq-section h2 {
        font-size: 1.8rem;
    }
    
    .faq-grid {
        grid-template-columns: 1fr;
    }
}