﻿/* SAMCO Portfolio Specific Styles - Isolated with Prefixes */
.samco-portfolio-hero {
    background: linear-gradient(135deg, #1b5e20 0%, #2e7d32 100%);
    color: #ffffff;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
}

    .samco-portfolio-hero::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><path fill="rgba(255,255,255,0.05)" d="M0,0 L100,0 L100,100 Z"/></svg>');
        background-size: cover;
    }

.samco-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.samco-hero-content {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.samco-hero-title {
    font-size: 3.2rem;
    font-weight: 700;
    margin-bottom: 15px;
    letter-spacing: -0.5px;
    color: #ffffff;
}

.samco-hero-subtext {
    font-size: 1.2rem;
    opacity: 0.95;
    margin-bottom: 40px;
    font-weight: 300;
    color: #ffffff;
}

.samco-stats-grid {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 50px;
    flex-wrap: wrap;
}

.samco-stat-item {
    text-align: center;
    min-width: 120px;
}

.samco-stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #ff9800;
    margin-bottom: 5px;
}

.samco-stat-label {
    font-size: 0.9rem;
    opacity: 0.9;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
}

/* Portfolio Introduction */
.samco-portfolio-intro {
    padding: 60px 0;
    background: #ffffff;
    margin: 0;
    width: 100%;
}

.samco-intro-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.samco-intro-title {
    font-size: 2.3rem;
    color: #1b5e20;
    margin-bottom: 20px;
    font-weight: 600;
}

.samco-intro-description {
    font-size: 1.1rem;
    color: #555555;
    line-height: 1.7;
    margin: 0;
}

/* Crops Portfolio */
.samco-crops-portfolio {
    padding: 60px 0;
    background: #f8f9fa;
    margin: 0;
    width: 100%;
}

.samco-category-section {
    margin-bottom: 60px;
}

    .samco-category-section:last-child {
        margin-bottom: 0;
    }

.samco-category-title {
    font-size: 2rem;
    color: #1b5e20;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e0e0e0;
    font-weight: 600;
}

.samco-category-description {
    color: #666666;
    margin-bottom: 30px;
    font-size: 1.1rem;
}

.samco-cards-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 25px;
}

/* Crop Cards */
.samco-crop-card {
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    border: 1px solid #e0e0e0;
}

    .samco-crop-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
    }

.samco-card-image {
    position: relative;
    height: 200px;
    overflow: hidden;
}

    .samco-card-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.5s ease;
        display: block;
    }

.samco-crop-card:hover .samco-card-image img {
    transform: scale(1.05);
}

.samco-season-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #ff9800;
    color: #ffffff;
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.samco-card-content {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.samco-crop-name {
    font-size: 1.3rem;
    color: #333333;
    margin-bottom: 12px;
    font-weight: 600;
    line-height: 1.3;
}

.samco-crop-description {
    color: #666666;
    margin-bottom: 20px;
    line-height: 1.6;
    font-size: 0.95rem;
    flex: 1;
}

.samco-crop-features {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.samco-feature-item {
    background: #f1f8e9;
    color: #33691e;
    padding: 6px 12px;
    border-radius: 15px;
    font-size: 0.85rem;
    font-weight: 500;
    border: 1px solid #dcedc8;
}

/* Quality Assurance Section */
.samco-quality-section {
    padding: 80px 0;
    background: #ffffff;
    margin: 0;
    width: 100%;
}

.samco-quality-content {
    max-width: 1000px;
    margin: 0 auto;
}

.samco-quality-title {
    font-size: 2.5rem;
    color: #1b5e20;
    margin-bottom: 10px;
    font-weight: 700;
    text-align: center;
}

.samco-quality-subtitle {
    color: #666666;
    font-size: 1.1rem;
    text-align: center;
    margin-bottom: 50px;
}

.samco-quality-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
}

.samco-quality-item {
    text-align: center;
    padding: 30px 20px;
    background: #f8f9fa;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #e0e0e0;
}

    .samco-quality-item:hover {
        transform: translateY(-5px);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }

.samco-quality-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #2e7d32, #4caf50);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: #ffffff;
    font-size: 1.5rem;
}

.samco-quality-item-title {
    font-size: 1.2rem;
    color: #333333;
    margin-bottom: 10px;
    font-weight: 600;
}

.samco-quality-item-desc {
    color: #666666;
    font-size: 0.95rem;
    line-height: 1.5;
    margin: 0;
}

.samco-quality-promise {
    background: #f1f8e9;
    padding: 40px;
    border-radius: 10px;
    border-left: 5px solid #4caf50;
}

.samco-promise-title {
    font-size: 1.8rem;
    color: #1b5e20;
    margin-bottom: 25px;
    font-weight: 600;
}

.samco-promise-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.samco-promise-item {
    color: #555555;
    margin-bottom: 12px;
    padding-left: 30px;
    position: relative;
    line-height: 1.6;
    font-size: 1rem;
}

    .samco-promise-item:before {
        content: '✓';
        position: absolute;
        left: 0;
        color: #4caf50;
        font-weight: bold;
        font-size: 1.1rem;
    }

    .samco-promise-item:last-child {
        margin-bottom: 0;
    }

/* Contact Section */
.samco-contact-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    text-align: center;
    margin: 0;
    width: 100%;
}

.samco-contact-content {
    max-width: 800px;
    margin: 0 auto;
}

.samco-contact-title {
    font-size: 2.3rem;
    color: #1b5e20;
    margin-bottom: 15px;
    font-weight: 700;
}

.samco-contact-subtitle {
    color: #666666;
    font-size: 1.1rem;
    margin-bottom: 40px;
    line-height: 1.6;
}

.samco-contact-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.samco-contact-btn {
    padding: 15px 30px;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    text-decoration: none;
    min-width: 180px;
    justify-content: center;
    box-sizing: border-box;
}

    .samco-contact-btn i {
        font-size: 1.1rem;
    }

.samco-phone-btn {
    background: #4caf50;
    color: #ffffff;
}

    .samco-phone-btn:hover {
        background: #388e3c;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(76, 175, 80, 0.3);
        color: #ffffff;
        text-decoration: none;
    }

.samco-email-btn {
    background: #2196f3;
    color: #ffffff;
}

    .samco-email-btn:hover {
        background: #1976d2;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(33, 150, 243, 0.3);
        color: #ffffff;
        text-decoration: none;
    }

.samco-info-btn {
    background: #ff9800;
    color: #ffffff;
    border: none;
}

    .samco-info-btn:hover {
        background: #f57c00;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(255, 152, 0, 0.3);
        color: #ffffff;
    }

.samco-contact-info {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.samco-contact-info-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #555555;
    font-size: 1rem;
}

    .samco-contact-info-item i {
        color: #2e7d32;
        font-size: 1.1rem;
    }

.samco-contact-details {
    color: #555555;
}

    .samco-contact-details strong {
        color: #333333;
    }

/* Mobile Responsive */
@media (max-width: 768px) {
    .samco-hero-title {
        font-size: 2.3rem;
    }

    .samco-hero-subtext {
        font-size: 1.1rem;
        padding: 0 10px;
    }

    .samco-stats-grid {
        gap: 20px;
    }

    .samco-stat-item {
        min-width: 100px;
    }

    .samco-stat-number {
        font-size: 2rem;
    }

    .samco-intro-title,
    .samco-quality-title,
    .samco-contact-title {
        font-size: 1.8rem;
    }

    .samco-cards-container {
        grid-template-columns: 1fr;
    }

    .samco-quality-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .samco-contact-buttons {
        flex-direction: column;
        align-items: center;
    }

    .samco-contact-btn {
        width: 100%;
        max-width: 300px;
    }

    .samco-contact-info {
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }

    .samco-category-title {
        font-size: 1.6rem;
    }

    .samco-quality-promise {
        padding: 25px;
    }

    .samco-promise-title {
        font-size: 1.5rem;
    }
}

@media (max-width: 480px) {
    .samco-container {
        padding: 0 15px;
    }

    .samco-hero-title {
        font-size: 2rem;
    }

    .samco-hero-subtext {
        font-size: 1rem;
    }

    .samco-stat-number {
        font-size: 1.8rem;
    }

    .samco-card-content {
        padding: 15px;
    }

    .samco-crop-name {
        font-size: 1.2rem;
    }

    .samco-quality-item {
        padding: 20px 15px;
    }

    .samco-contact-btn {
        padding: 12px 20px;
        min-width: 160px;
    }
}
