/* Products Page Styles */

/* Hero Section */
.product-hero {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/lubricants-bg.jpg') no-repeat center center;
    background-size: cover;
    padding: 250px 0 150px;
    text-align: center;
    color: #fff;
}

.spare-parts-hero {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/equipments-bg.jpg') no-repeat center center;
    background-size: cover;
}

.seeds-hero {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/seed.jpeg') no-repeat center center;
    background-size: cover;
}

.mycelium-hero {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/mycellium.jpeg') no-repeat center center;
    background-size: cover;
}

.crop-hero {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/crop.jpeg') no-repeat center center;
    background-size: cover;
}

.wood-hero {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/laminated-wood.jpeg') no-repeat center center;
    background-size: cover;
}

.product-hero h1 {
    font-family: 'Playfair Display', serif;
    font-size: 3.5rem;
    font-weight: 700;
    margin: 0;
    line-height: 1.3;
}

/* Introduction Section */
.product-intro {
    background-color: #fff;
    padding: 80px 0;
}

.intro-text {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.8;
    color: #333;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

/* Strategic Strengths Section */
.strategic-strengths {
    background-color: #f8f8f8;
    padding: 80px 0;
}

.strategic-strengths h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    color: #333;
    text-align: center;
    margin-bottom: 60px;
}

.strength-card {
    background-color: #fff;
    border-radius: 10px;
    padding: 40px;
    margin-bottom: 40px;
    border: 1px solid rgba(185, 160, 137, 0.2);
}

.strength-logo {
    margin-bottom: 25px;
}

.strength-logo img {
    max-height: 80px;
    width: auto;
    object-fit: contain;
}

.strength-header h3 {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    color: #b9a089;
    margin-bottom: 25px;
}

.strength-intro {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 1.7;
    color: #333;
    margin-bottom: 30px;
}

.strength-content h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: #333;
    margin: 30px 0 20px;
}

.responsibilities-list {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.responsibilities-list li {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.8;
    color: #666;
    padding: 10px 0;
    display: flex;
    align-items: flex-start;
}

.responsibilities-list li i {
    color: #b9a089;
    margin-right: 15px;
    margin-top: 5px;
    font-size: 1.1rem;
}

.strength-conclusion {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 1.05rem;
    line-height: 1.7;
    color: #333;
    font-style: italic;
}

/* Why Choose Lubricants Section */
.why-choose-lubricants {
    background-color: #fff;
    padding: 80px 0;
}

.why-choose-lubricants h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    color: #b9a089;
    text-align: center;
    margin-bottom: 60px;
}

.benefits-grid-lubricants {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.benefit-item-lubricants {
    background-color: #f8f8f8;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    transition: all 0.3s ease;
    grid-column: span 2;
}

.benefit-item-lubricants:nth-child(7) {
    grid-column: 3 / 5;
}

.benefit-item-lubricants:hover {
    background-color: #fff;
}

.benefit-item-lubricants i {
    font-size: 2.5rem;
    color: #b9a089;
    margin-bottom: 20px;
}

.benefit-item-lubricants p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
    margin: 0;
}

/* Additional Brands Section */
.additional-brands {
    background-color: #f8f8f8;
    padding: 80px 0;
}

.additional-brands h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    color: #333;
    text-align: center;
    margin-bottom: 30px;
}

.additional-brands h3 {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    color: #b9a089;
    text-align: center;
    margin: 50px 0 40px;
}

.brands-intro,
.brands-description {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 1.1rem;
    line-height: 1.8;
    color: #666;
    max-width: 1000px;
    margin: 0 auto 20px;
    text-align: center;
}

.brands-logos {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 40px;
    max-width: 1100px;
    margin: 0 auto 50px;
    padding: 40px;
}

.brand-logo-item {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 120px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(185, 160, 137, 0.1);
    border: 1px solid rgba(185, 160, 137, 0.08);
    grid-column: span 2;
}

.brand-logo-item:nth-child(5) {
    grid-column: 3 / 5;
}

.brand-logo-item:nth-child(6) {
    grid-column: 5 / 7;
}

.brand-logo-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(185, 160, 137, 0.2);
    border-color: rgba(185, 160, 137, 0.15);
}

.brand-logo-item img {
    max-width: 100%;
    max-height: 80px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.brands-coverage {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.7;
    color: #666;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

/* Product CTA Section */
.product-cta {
    background-color: #a89377;
    padding: 80px 0;
    text-align: center;
}

.product-cta h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    color: #fff;
    margin-bottom: 20px;
}

.product-cta p {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 1.2rem;
    color: #fff;
    margin-bottom: 35px;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    background-color: #fff;
    color: #b9a089;
    text-decoration: none;
    padding: 15px 40px;
    border-radius: 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.cta-button i {
    margin-left: 10px;
    transition: transform 0.3s ease;
}

.cta-button:hover {
    background-color: #f5f5f5;
    transform: translateY(-3px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.cta-button:hover i {
    transform: translateX(5px);
}

/* Brands Swiper Section */
.brands-swiper-section {
    background-color: #f8f8f8;
    padding: 80px 0;
}

.brands-swiper-section h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    color: #333;
    text-align: center;
    margin-bottom: 20px;
}

.brands-intro {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 1.1rem;
    line-height: 1.8;
    color: #666;
    max-width: 800px;
    margin: 0 auto 50px;
    text-align: center;
}

.brandsSwiper {
    padding: 40px 60px;
    max-width: 1200px;
    margin: 0 auto;
}

.brandsSwiper .swiper-button-next,
.brandsSwiper .swiper-button-prev {
    color: #b9a089;
}

.brandsSwiper .swiper-pagination-bullet {
    background: #b9a089;
}

.brands-note {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 1rem;
    color: #666;
    text-align: center;
    margin-top: 40px;
}

/* Product Categories Section */
.product-categories {
    background-color: #fff;
    padding: 80px 0;
}

.product-categories h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    color: #b9a089;
    text-align: center;
    margin-bottom: 20px;
}

.categories-intro {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    color: #333;
    text-align: center;
    margin-bottom: 50px;
}

.categories-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto 40px;
}

.category-card {
    background-color: #f8f8f8;
    padding: 30px;
    border-radius: 10px;
    grid-column: span 2;
}

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

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

.category-icon {
    width: 60px;
    height: 60px;
    background-color: #b9a089;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.category-icon i {
    font-size: 1.8rem;
    color: #fff;
}

.category-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.4rem;
    color: #333;
    margin-bottom: 20px;
}

.category-card ul {
    list-style: none;
    padding: 0;
}

.category-card ul li {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 0.95rem;
    color: #666;
    padding: 8px 0;
    padding-left: 20px;
    position: relative;
}

.category-card ul li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #b9a089;
    font-size: 1.2rem;
}

.categories-note {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 1rem;
    font-style: italic;
    color: #666;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

/* Advantages Section */
.advantages-section {
    background-color: #f8f8f8;
    padding: 80px 0;
}

.advantages-section h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    color: #333;
    text-align: center;
    margin-bottom: 60px;
}

.advantages-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.advantage-item {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    grid-column: span 2;
}

.advantage-item:nth-child(4) {
    grid-column: 2 / 4;
}

.advantage-item:nth-child(5) {
    grid-column: 4 / 6;
}

.advantage-icon {
    width: 60px;
    height: 60px;
    background-color: #b9a089;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px;
}

.advantage-icon i {
    font-size: 1.8rem;
    color: #fff;
}

.advantage-item h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}

.advantage-item p {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 0.95rem;
    color: #666;
    line-height: 1.6;
}

/* Industries Section */
.industries-section {
    background-color: #fff;
    padding: 80px 0;
}

.industries-section h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    color: #b9a089;
    text-align: center;
    margin-bottom: 50px;
}

.industries-list {
    max-width: 700px;
    margin: 0 auto;
}

.industry-item {
    display: flex;
    align-items: center;
    padding: 15px 0;
}

.industry-item i {
    color: #b9a089;
    font-size: 1.2rem;
    margin-right: 15px;
}

.industry-item span {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 1.1rem;
    color: #333;
}

/* Seeds Offer Section */
.seeds-offer-section {
    background-color: #f8f8f8;
    padding: 80px 0;
}

.seeds-offer-section h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    color: #b9a089;
    text-align: center;
    margin-bottom: 60px;
}

.seeds-categories {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.seeds-category-item {
    background-color: #fff;
    padding: 40px 30px;
    border-radius: 10px;
    text-align: center;
    transition: all 0.3s ease;
    grid-column: span 2;
}

.seeds-category-item:nth-child(4) {
    grid-column: 3 / span 2;
}

.seeds-category-item:hover {
    transform: translateY(-5px);
}

.seeds-icon {
    width: 70px;
    height: 70px;
    background-color: #b9a089;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 25px;
}

.seeds-icon i {
    font-size: 2rem;
    color: #fff;
}

.seeds-category-item h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.4rem;
    color: #333;
    margin-bottom: 15px;
}

.seeds-category-item p {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 1rem;
    color: #666;
    line-height: 1.7;
}

/* Quality Standards Section */
.quality-standards-section {
    background-color: #fff;
    padding: 80px 0;
}

.quality-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.quality-content p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    color: #333;
    line-height: 1.8;
}

/* Cold Chain Section */
.cold-chain-section {
    background-color: #f8f8f8;
    padding: 80px 0;
}

.cold-chain-card {
    max-width: 900px;
    margin: 0 auto;
    background: linear-gradient(135deg, #b9a089 0%, #a89377 100%);
    padding: 60px 50px;
    border-radius: 15px;
    text-align: center;
    color: #fff;
}

.cold-chain-icon {
    width: 80px;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 30px;
}

.cold-chain-icon i {
    font-size: 2.5rem;
    color: #fff;
}

.cold-chain-card h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    color: #fff;
    margin-bottom: 25px;
}

.cold-chain-card p {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 1.15rem;
    line-height: 1.8;
    color: #fff;
}

/* Mycelium Offer Section */
.mycelium-offer-section {
    background-color: #fff;
    padding: 80px 0;
}

.mycelium-offer-section h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    color: #b9a089;
    text-align: center;
    margin-bottom: 60px;
}

.mycelium-features {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.mycelium-feature-item {
    background-color: #f8f8f8;
    padding: 40px 30px;
    border-radius: 10px;
    text-align: center;
    transition: all 0.3s ease;
    grid-column: span 2;
}

.mycelium-feature-item:nth-child(4) {
    grid-column: 3 / span 2;
}

.mycelium-feature-item:hover {
    transform: translateY(-5px);
    background-color: #fff;
}

.feature-icon {
    width: 70px;
    height: 70px;
    background-color: #b9a089;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 25px;
}

.feature-icon i {
    font-size: 2rem;
    color: #fff;
}

.mycelium-feature-item h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
    line-height: 1.4;
}

.mycelium-feature-item p {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 0.95rem;
    color: #666;
    line-height: 1.7;
}

/* Mycelium Closing Section */
.mycelium-closing {
    background-color: #f8f8f8;
    padding: 60px 0;
}

.mycelium-closing p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    color: #333;
    line-height: 1.8;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

/* Crop Portfolio Section */
.crop-portfolio-section {
    background-color: #f8f8f8;
    padding: 80px 0;
}

.crop-portfolio-section h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    color: #b9a089;
    text-align: center;
    margin-bottom: 60px;
}

.crop-categories {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.crop-category-card {
    background-color: #fff;
    padding: 40px 30px;
    border-radius: 10px;
    transition: all 0.3s ease;
    grid-column: span 2;
}

.crop-category-card:nth-child(4) {
    grid-column: 2 / span 2;
}

.crop-category-card:nth-child(5) {
    grid-column: 4 / span 2;
}

.crop-category-card:hover {
    transform: translateY(-5px);
}

.crop-icon {
    width: 70px;
    height: 70px;
    background-color: #b9a089;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 25px;
}

.crop-icon i {
    font-size: 2rem;
    color: #fff;
}

.crop-category-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.4rem;
    color: #333;
    margin-bottom: 20px;
    text-align: center;
}

.crop-list {
    list-style: none;
    padding: 0;
}

.crop-list li {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 0.95rem;
    color: #666;
    padding: 8px 0;
    padding-left: 20px;
    position: relative;
}

.crop-list li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #b9a089;
    font-size: 1.2rem;
}

/* Quality & Logistics Section */
.quality-logistics-section {
    background-color: #fff;
    padding: 80px 0;
}

.quality-logistics-section h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    color: #333;
    text-align: center;
    margin-bottom: 40px;
}

.quality-logistics-content {
    max-width: 900px;
    margin: 0 auto 50px;
    text-align: center;
}

.quality-logistics-content p {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 1.15rem;
    color: #666;
    line-height: 1.8;
}

.logistics-features {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto;
}

.logistics-feature {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background-color: #f8f8f8;
    border-radius: 10px;
    grid-column: span 2;
}

.logistics-feature:nth-child(4) {
    grid-column: 3 / span 2;
}

.logistics-feature i {
    color: #b9a089;
    font-size: 1.3rem;
    margin-right: 15px;
}

.logistics-feature span {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 1rem;
    color: #333;
}

/* Wood Portfolio Section */
.wood-portfolio-section {
    background-color: #f8f8f8;
    padding: 80px 0;
}

.wood-portfolio-section h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    color: #b9a089;
    text-align: center;
    margin-bottom: 60px;
}

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

.wood-product-card {
    background-color: #fff;
    padding: 40px 30px;
    border-radius: 10px;
    text-align: center;
    transition: all 0.3s ease;
}

.wood-product-card:hover {
    transform: translateY(-5px);
}

.wood-icon {
    width: 70px;
    height: 70px;
    background-color: #b9a089;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 25px;
}

.wood-icon i {
    font-size: 2rem;
    color: #fff;
}

.wood-product-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.3rem;
    color: #333;
    margin-bottom: 15px;
}

.wood-product-card p {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 0.95rem;
    color: #666;
    line-height: 1.7;
}

/* Wood Quality Section */
.wood-quality-section {
    background-color: #fff;
    padding: 80px 0;
}

.wood-quality-section h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    color: #333;
    text-align: center;
    margin-bottom: 40px;
}

.wood-quality-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.wood-quality-content p {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 1.15rem;
    color: #666;
    line-height: 1.8;
}

/* Wood Closing Section */
.wood-closing {
    background-color: #f8f8f8;
    padding: 60px 0;
}

.wood-closing p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    color: #333;
    line-height: 1.8;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

/* Responsive Design */
@media (max-width: 768px) {
    .product-hero {
        padding: 200px 0 100px;
    }

    .product-hero h1 {
        font-size: 2.5rem;
    }

    .intro-text {
        font-size: 1.1rem;
    }

    .strategic-strengths h2,
    .why-choose-lubricants h2,
    .additional-brands h2,
    .product-categories h2,
    .advantages-section h2,
    .industries-section h2,
    .seeds-offer-section h2,
    .mycelium-offer-section h2,
    .crop-portfolio-section h2,
    .quality-logistics-section h2,
    .wood-portfolio-section h2,
    .wood-quality-section h2 {
        font-size: 2rem;
    }

    .strength-card {
        padding: 30px 20px;
    }

    .benefits-grid-lubricants {
        grid-template-columns: 1fr;
    }

    .benefit-item-lubricants {
        grid-column: span 1 !important;
    }

    .benefit-item-lubricants:nth-child(7) {
        grid-column: auto !important;
    }

    .brands-logos {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 20px;
    }

    .brand-logo-item {
        grid-column: span 1 !important;
    }

    .brand-logo-item:nth-child(5),
    .brand-logo-item:nth-child(6) {
        grid-column: auto !important;
    }

    .brandsSwiper {
        padding: 40px 30px;
    }

    .categories-grid,
    .advantages-grid,
    .seeds-categories,
    .mycelium-features,
    .crop-categories,
    .logistics-features,
    .wood-products-grid {
        grid-template-columns: 1fr;
    }

    .category-card,
    .advantage-item,
    .seeds-category-item,
    .mycelium-feature-item,
    .crop-category-card,
    .logistics-feature {
        grid-column: span 1 !important;
    }

    .category-card:nth-child(4),
    .category-card:nth-child(5),
    .advantage-item:nth-child(4),
    .advantage-item:nth-child(5),
    .seeds-category-item:nth-child(4),
    .mycelium-feature-item:nth-child(4),
    .crop-category-card:nth-child(4),
    .crop-category-card:nth-child(5),
    .logistics-feature:nth-child(4) {
        grid-column: auto !important;
    }

    .cold-chain-card {
        padding: 40px 30px;
    }

    .cold-chain-card h2 {
        font-size: 2rem;
    }
}

