:root {
    --primary: #2D5A27;
    --secondary: #F4F7F1;
    --accent: #E67E22;
    --bg-main: #FCFDFB;
    --bg-surface: #FFFFFF;
    --bg-alt: #F9FAF7;
    --text-primary: #1A2419;
    --text-secondary: #5C6B5A;
    --text-muted: #94A392;
    --border-color: #E2E8E1;
}

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', sans-serif;
    background-color: var(--bg-main);
    color: var(--text-primary);
    line-height: 1.6;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.text-muted {
    color: var(--text-muted) !important;
}

* {
    box-sizing: border-box;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-primary {
    background-color: var(--primary);
    border-color: var(--primary);
    border-radius: 8px;
    padding: 12px 24px;
    box-shadow: 0 4px 14px 0 rgba(45, 90, 39, 0.15);
}

.btn-primary:hover {
    background-color: #23461E;
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 6px 20px 0 rgba(45, 90, 39, 0.2);
}

/* ===== header ===== */
.planteseqab-header {
    background-color: #FFFFFF !important;
    box-shadow: 0 4px 14px 0 rgba(45, 90, 39, 0.05);
    border-bottom: 1px solid #E2E8E1;
    z-index: 1050;
}

.planteseqab-header .navbar {
    padding: 0.75rem 0;
    background-color: #FFFFFF !important;
}

.planteseqab-header .navbar-brand {
    display: flex;
    align-items: center;
    justify-content: center;
}

.planteseqab-header .planteseqab-logo {
    max-width: 45px;
    height: auto;
    transition: transform 0.3s ease;
}

.planteseqab-header .planteseqab-logo:hover {
    transform: scale(1.05);
}

.planteseqab-header .nav-link {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    color: #1A2419 !important;
    font-size: 0.9rem;
    padding: 0.5rem 1rem !important;
    transition: color 0.3s ease;
}

.planteseqab-header .nav-link:hover {
    color: #2D5A27 !important;
}

.planteseqab-header .dropdown-menu {
    border: none;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    background-color: #FFFFFF;
    padding: 0.5rem 0;
}

.planteseqab-header .dropdown-item {
    font-family: 'Inter', sans-serif;
    font-size: 0.85rem;
    padding: 0.6rem 1.5rem;
    color: #1A2419;
}

.planteseqab-header .dropdown-item:hover {
    background-color: rgba(45, 90, 39, 0.05);
    color: #2D5A27;
}

.planteseqab-header .planteseqab-cart-link {
    font-size: 1.2rem;
    color: #2D5A27 !important;
}

.planteseqab-header .bg-accent {
    background-color: #E67E22 !important;
    font-size: 0.65rem;
    top: 0;
    right: 0;
}

.planteseqab-header .planteseqab-nav-btn {
    background-color: #2D5A27;
    border: none;
    border-radius: 8px;
    padding: 0.6rem 1.5rem;
    font-weight: 600;
    color: #FFFFFF;
    box-shadow: 0 4px 14px 0 rgba(45, 90, 39, 0.15);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.planteseqab-header .planteseqab-nav-btn:hover {
    background-color: #23461E;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px 0 rgba(45, 90, 39, 0.2);
}

.planteseqab-header .navbar-toggler {
    border: none;
    color: #2D5A27;
    font-size: 1.5rem;
    padding: 0.25rem 0.5rem;
}

.planteseqab-header .navbar-toggler:focus {
    box-shadow: none;
}

@media (max-width: 991.98px) {
    .planteseqab-header .navbar > .container {
        flex-wrap: wrap;
    }

    .planteseqab-header .navbar-brand {
        order: 0 !important;
        margin-left: 0 !important;
    }

    .planteseqab-header .navbar-toggler {
        order: 1 !important;
        margin-left: auto;
    }

    .planteseqab-header #navbarContentLeft {
        order: 2 !important;
    }

    .planteseqab-header #navbarContentRight {
        order: 3 !important;
    }

    .planteseqab-header .navbar-collapse {
        background-color: #FFFFFF;
        padding: 1rem 0;
        border-top: 1px solid #E8EDE5;
    }

    .planteseqab-header .nav-link {
        padding: 0.75rem 0 !important;
        border-bottom: 1px solid #F4F7F1;
    }

    .planteseqab-header .planteseqab-nav-btn {
        margin-top: 1rem;
        width: 100%;
        display: block;
        text-align: center;
    }
}

/* ===== hero ===== */
.planteseqab-hero {
    background-color: #FCFDFB;
    overflow: hidden;
    position: relative;
    padding: 0;
}

.planteseqab-hero-content {
    padding: 60px 15px;
    max-width: 640px;
    margin: 0 auto;
}

@media (min-width: 992px) {
    .planteseqab-hero-content {
        padding: 120px 80px;
        margin: 0;
    }
}

.planteseqab-hero-tagline {
    color: #E67E22;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    display: block;
    margin-bottom: 16px;
}

.planteseqab-hero-title {
    font-family: 'Playfair Display', serif;
    color: #1A2419;
    font-size: clamp(32px, 5vw, 64px);
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 24px;
}

.planteseqab-hero-text {
    color: #5C6B5A;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 40px;
}

.planteseqab-btn {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    padding: 16px 32px;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-align: center;
    display: inline-block;
    font-size: 16px;
}

.planteseqab-btn-primary {
    background-color: #2D5A27;
    color: #FFFFFF;
    border: 1px solid #2D5A27;
    box-shadow: 0 4px 14px 0 rgba(45, 90, 39, 0.15);
}

.planteseqab-btn-primary:hover {
    background-color: #23461E;
    transform: translateY(-2px);
    color: #FFFFFF;
}

.planteseqab-btn-secondary {
    background-color: transparent;
    color: #2D5A27;
    border: 1px solid #2D5A27;
}

.planteseqab-btn-secondary:hover {
    background-color: rgba(45, 90, 39, 0.05);
    transform: translateY(-2px);
}

.planteseqab-stat-item {
    display: flex;
    flex-direction: column;
}

.planteseqab-stat-value {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    font-weight: 700;
    color: #2D5A27;
}

.planteseqab-stat-label {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #94A392;
}

.planteseqab-hero-image-wrapper {
    height: 400px;
    width: 100%;
    position: relative;
}

@media (min-width: 992px) {
    .planteseqab-hero-image-wrapper {
        height: 100vh;
        min-height: 700px;
    }
}

.planteseqab-hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-position: center;
}

/* ===== categories ===== */
.planteseqab-categories {
    background-color: #FCFDFB;
    overflow: hidden;
}

.planteseqab-categories .planteseqab-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    color: #1A2419;
    font-weight: 700;
}

.planteseqab-categories .planteseqab-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 1.1rem;
    color: #5C6B5A;
    line-height: 1.6;
}

.planteseqab-categories .planteseqab-category-card {
    background: #FFFFFF;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    border: 1px solid #E2E8E1;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s ease;
}

.planteseqab-categories .planteseqab-category-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(45, 90, 39, 0.1);
}

.planteseqab-categories .planteseqab-card-image {
    height: 240px;
    width: 100%;
    overflow: hidden;
}

.planteseqab-categories .planteseqab-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.planteseqab-categories .planteseqab-category-card:hover .planteseqab-card-image img {
    transform: scale(1.08);
}

.planteseqab-categories .planteseqab-card-content {
    padding: 2rem;
}

.planteseqab-categories .planteseqab-card-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    color: #1A2419;
    margin-bottom: 1rem;
}

.planteseqab-categories .planteseqab-card-text {
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    color: #5C6B5A;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.planteseqab-categories .planteseqab-link {
    color: #2D5A27;
    font-weight: 600;
    text-decoration: none;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-flex;
    align-items: center;
    transition: color 0.3s ease;
}

.planteseqab-categories .planteseqab-link:hover {
    color: #E67E22;
}

@media (max-width: 768px) {
    .planteseqab-categories .planteseqab-title {
        font-size: 1.75rem;
    }

    .planteseqab-categories .planteseqab-card-image {
        height: 200px;
    }
}

/* ===== featured_products ===== */
.featured-products-section {
    padding: 80px 0;
    background-color: #FCFDFB;
}

.featured-products-section .featured-products-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    color: #1A2419;
    font-weight: 700;
    margin-bottom: 1rem;
}

.featured-products-section .featured-products-subtitle {
    font-family: 'Inter', sans-serif;
    color: #5C6B5A;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.featured-products-section .product-card {
    background: #FFFFFF;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #E2E8E1;
}

.featured-products-section .product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(45, 90, 39, 0.1);
}

.featured-products-section .product-img-wrapper {
    position: relative;
    padding-top: 100%;
    overflow: hidden;
}

.featured-products-section .product-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.featured-products-section .product-card:hover .product-img {
    transform: scale(1.05);
}

.featured-products-section .product-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #E67E22;
    color: #FFFFFF;
    padding: 5px 12px;
    border-radius: 8px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
}

.featured-products-section .product-content {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.featured-products-section .product-meta {
    margin-bottom: 8px;
    font-size: 0.85rem;
}

.featured-products-section .product-rating {
    color: #E67E22;
    font-weight: 600;
    margin-right: 8px;
}

.featured-products-section .product-reviews {
    color: #94A392;
}

.featured-products-section .product-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.25rem;
    color: #1A2419;
    margin-bottom: 12px;
    font-weight: 700;
}

.featured-products-section .product-desc {
    font-family: 'Inter', sans-serif;
    color: #5C6B5A;
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 20px;
    flex-grow: 1;
}

.featured-products-section .product-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
}

.featured-products-section .product-price {
    font-size: 1.2rem;
    font-weight: 600;
    color: #2D5A27;
}

.featured-products-section .product-btn {
    background-color: #2D5A27;
    color: #FFFFFF;
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.85rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 14px 0 rgba(45, 90, 39, 0.15);
}

.featured-products-section .product-btn:hover {
    background-color: #23461E;
    transform: translateY(-2px);
}

.featured-products-section .view-all-btn {
    display: inline-block;
    padding: 14px 32px;
    border: 1px solid #2D5A27;
    color: #2D5A27;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.featured-products-section .view-all-btn:hover {
    background-color: #2D5A27;
    color: #FFFFFF;
}

@media (max-width: 768px) {
    .featured-products-section {
        padding: 60px 0;
    }

    .featured-products-section .featured-products-title {
        font-size: 1.75rem;
    }
}

/* ===== features ===== */
.planteseqab-features {
    background-color: #FCFDFB;
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

.planteseqab-features .features-heading {
    font-family: 'Playfair Display', serif;
    color: #2D5A27;
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.planteseqab-features .features-subheading {
    font-family: 'Inter', sans-serif;
    color: #5C6B5A;
    font-size: 1.1rem;
    line-height: 1.6;
}

.planteseqab-features .feature-card {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 40px;
    border: 1px solid #E2E8E1;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}

.planteseqab-features .feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(45, 90, 39, 0.1);
}

.planteseqab-features .feature-icon-wrapper {
    width: 64px;
    height: 64px;
    background-color: #F4F7F1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2D5A27;
    font-size: 1.5rem;
    transition: background-color 0.3s ease;
}

.planteseqab-features .feature-card:hover .feature-icon-wrapper {
    background-color: #2D5A27;
    color: #FFFFFF;
}

.planteseqab-features .feature-title {
    font-family: 'Playfair Display', serif;
    color: #1A2419;
    font-size: 1.5rem;
    font-weight: 700;
}

.planteseqab-features .feature-text {
    font-family: 'Inter', sans-serif;
    color: #5C6B5A;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 0;
}

.planteseqab-features .btn-features-primary {
    display: inline-block;
    background-color: #2D5A27;
    color: #FFFFFF;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    padding: 16px 40px;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 14px 0 rgba(45, 90, 39, 0.15);
    border: none;
}

.planteseqab-features .btn-features-primary:hover {
    background-color: #23461E;
    color: #FFFFFF;
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 6px 20px 0 rgba(45, 90, 39, 0.25);
}

@media (max-width: 768px) {
    .planteseqab-features {
        padding: 60px 0;
    }

    .planteseqab-features .features-heading {
        font-size: 1.8rem;
    }

    .planteseqab-features .feature-card {
        padding: 30px;
    }
}

/* ===== footer ===== */
.planteseqab-footer {
    background-color: #2D5A27;
    color: #FFFFFF;
    padding: 80px 0 40px;
    font-family: 'Inter', sans-serif;
}

.planteseqab-footer .planteseqab-footer-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 25px;
    position: relative;
}

.planteseqab-footer .planteseqab-footer-desc {
    color: #E0E6DF;
    font-size: 0.95rem;
    line-height: 1.6;
}

.planteseqab-footer .planteseqab-footer-links li {
    margin-bottom: 12px;
}

.planteseqab-footer .planteseqab-footer-links a {
    color: #E0E6DF;
    text-decoration: none;
    transition: color 0.3s ease, padding-left 0.3s ease;
    font-size: 0.9rem;
}

.planteseqab-footer .planteseqab-footer-links a:hover {
    color: #E67E22;
    padding-left: 5px;
}

.planteseqab-footer .planteseqab-contact-info p {
    font-size: 0.9rem;
    color: #E0E6DF;
}

.planteseqab-footer .planteseqab-contact-info a {
    color: #E0E6DF;
    text-decoration: none;
    transition: color 0.3s ease;
}

.planteseqab-footer .planteseqab-contact-info a:hover {
    color: #E67E22;
}

.planteseqab-footer .planteseqab-footer-divider {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin: 40px 0 20px;
}

.planteseqab-footer .planteseqab-copyright {
    font-size: 0.85rem;
    color: #94A392;
}

.planteseqab-footer .planteseqab-footer-logo img {
    max-width: 50px;
    height: auto;
    filter: brightness(0) invert(1);
}

@media (max-width: 768px) {
    .planteseqab-footer {
        padding: 60px 0 30px;
    }

    .planteseqab-footer .planteseqab-footer-title {
        margin-top: 20px;
        font-size: 1.1rem;
    }
}

/* ===== PAGE: privacy ===== */
.policy-layout-section { background-color: #FCFDFB; padding: 60px 0; font-family: 'Inter', sans-serif; } .policy-content-wrapper { max-width: 900px; margin: 0 auto; padding: 0 20px; color: #1A2419; line-height: 1.8; } .policy-content-wrapper h2 { font-family: 'Playfair Display', serif; color: #2D5A27; font-size: 28px; margin-top: 40px; margin-bottom: 20px; font-weight: 700; border-bottom: 1px solid #E2E8E1; padding-bottom: 10px; } .policy-content-wrapper p { margin-bottom: 1.5rem; font-size: 16px; color: #5C6B5A; } .policy-content-wrapper ul { margin-bottom: 1.5rem; padding-left: 20px; list-style-type: none; } .policy-content-wrapper li { position: relative; margin-bottom: 12px; font-size: 16px; color: #5C6B5A; padding-left: 25px; } .policy-content-wrapper li::before { content: '•'; color: #E67E22; position: absolute; left: 0; font-weight: bold; font-size: 20px; line-height: 1.2; } .policy-content-wrapper strong { color: #2D5A27; font-weight: 600; } @media (max-width: 768px) { .policy-layout-section { padding: 40px 0; } .policy-content-wrapper h2 { font-size: 22px; } .policy-content-wrapper p, .policy-content-wrapper li { font-size: 15px; } }

/* ===== PAGE: terms ===== */
.policy-layout-section { padding: 60px 0; background-color: #FCFDFB; } #policy-content-container.policy-content-wrapper { max-width: 900px; margin: 0 auto; padding: 0 20px; color: #1A2419; font-family: 'Inter', sans-serif; line-height: 1.6; } .terms-article h2 { font-family: 'Playfair Display', serif; font-size: 28px; color: #2D5A27; margin-top: 40px; margin-bottom: 20px; font-weight: 700; border-bottom: 1px solid #E2E8E1; padding-bottom: 10px; } .terms-article p { margin-bottom: 20px; font-size: 16px; color: #5C6B5A; } .terms-contact-list { list-style: none; padding-left: 0; margin-top: 20px; } .terms-contact-list li { margin-bottom: 12px; font-size: 16px; color: #5C6B5A; display: flex; align-items: center; } .terms-contact-list li strong { color: #2D5A27; margin-right: 10px; min-width: 80px; } .terms-contact-list a { color: #E67E22; text-decoration: none; transition: color 0.3s ease; } .terms-contact-list a:hover { color: #D35400; text-decoration: underline; } @media (max-width: 768px) { .policy-layout-section { padding: 40px 0; } .terms-article h2 { font-size: 22px; margin-top: 30px; } .terms-article p { font-size: 15px; } .terms-contact-list li { flex-direction: column; align-items: flex-start; } .terms-contact-list li strong { margin-bottom: 4px; } }

/* ===== PAGE: disclaimer ===== */
.policy-layout-section { padding: 80px 0; background-color: #FCFDFB; } #policy-content-container { max-width: 900px; margin: 0 auto; color: #1A2419; font-family: 'Inter', sans-serif; line-height: 1.8; padding: 0 20px; } #policy-content-container h2 { font-family: 'Playfair Display', serif; color: #2D5A27; font-size: 2.2rem; margin-top: 2.5rem; margin-bottom: 1.2rem; font-weight: 700; border-left: 4px solid #E67E22; padding-left: 1.5rem; } #policy-content-container p { margin-bottom: 1.5rem; font-size: 1.1rem; color: #5C6B5A; } #policy-content-container ul { margin-bottom: 2rem; padding-left: 1.5rem; list-style: none; } #policy-content-container li { position: relative; padding-left: 1.5rem; margin-bottom: 0.8rem; color: #5C6B5A; } #policy-content-container li::before { content: '\f00c'; font-family: 'Font Awesome 5 Free'; font-weight: 900; position: absolute; left: 0; color: #E67E22; font-size: 0.9rem; top: 0.2rem; } #policy-content-container a.js-policy-link { color: #2D5A27; text-decoration: none; font-weight: 600; transition: color 0.3s ease; } #policy-content-container a.js-policy-link:hover { color: #E67E22; } @media (max-width: 768px) { .policy-layout-section { padding: 40px 0; } #policy-content-container h2 { font-size: 1.6rem; padding-left: 1rem; } #policy-content-container p, #policy-content-container li { font-size: 1rem; } }

/* ===== PAGE: refound ===== */
.policy-layout-section { padding: 80px 0; background-color: #FCFDFB; font-family: 'Inter', sans-serif; }
.policy-content-wrapper { max-width: 900px; margin: 0 auto; padding: 0 20px; color: #1A2419; }
.policy-content-wrapper h2 { font-family: 'Playfair Display', serif; color: #2D5A27; font-size: 1.75rem; margin-top: 2.5rem; margin-bottom: 1rem; font-weight: 700; border-left: 4px solid #E67E22; padding-left: 15px; }
.policy-content-wrapper p { line-height: 1.8; margin-bottom: 1.25rem; color: #5C6B5A; font-size: 1rem; }
.policy-content-wrapper ul, .policy-content-wrapper ol { margin-bottom: 1.5rem; padding-left: 1.5rem; }
.policy-content-wrapper li { margin-bottom: 0.75rem; color: #5C6B5A; line-height: 1.6; }
.policy-content-wrapper a { color: #2D5A27; text-decoration: none; font-weight: 600; transition: color 0.3s ease; }
.policy-content-wrapper a:hover { color: #E67E22; }
.policy-document-header { border-bottom: 1px solid #E2E8E1; margin-bottom: 2.5rem; padding-bottom: 1rem; }
.last-updated-date { color: #94A392; font-size: 0.9rem; text-transform: uppercase; letter-spacing: 0.05em; }
@media (max-width: 768px) {
  .policy-layout-section { padding: 40px 0; }
  .policy-content-wrapper h2 { font-size: 1.25rem; margin-top: 1.75rem; }
  .policy-content-wrapper p { font-size: 0.95rem; }
}

/* ===== PAGE: delivery ===== */
.policy-layout-section { padding: 80px 0; background-color: #FCFDFB; font-family: 'Inter', sans-serif; } .policy-content-wrapper { max-width: 900px; margin: 0 auto; padding: 0 20px; color: #1A2419; line-height: 1.8; } .policy-content-wrapper h2 { font-family: 'Playfair Display', serif; font-size: 1.75rem; color: #2D5A27; margin-top: 2.5rem; margin-bottom: 1.25rem; font-weight: 700; border-bottom: 1px solid #E2E8E1; padding-bottom: 0.5rem; } .policy-content-wrapper p { margin-bottom: 1.5rem; font-size: 1.1rem; color: #5C6B5A; text-align: justify; hyphens: auto; } .policy-content-wrapper ul { margin-bottom: 2rem; padding-left: 1.5rem; list-style-type: none; } .policy-content-wrapper ul li { position: relative; margin-bottom: 0.75rem; padding-left: 1.5rem; font-size: 1.05rem; color: #5C6B5A; } .policy-content-wrapper ul li::before { content: '\f00c'; font-family: 'Font Awesome 5 Free'; font-weight: 900; position: absolute; left: 0; color: #E67E22; font-size: 0.9rem; } .policy-content-wrapper strong { color: #2D5A27; font-weight: 600; } .policy-content-wrapper a { color: #2D5A27; text-decoration: none; font-weight: 600; border-bottom: 1px solid transparent; transition: all 0.3s ease; } .policy-content-wrapper a:hover { color: #E67E22; border-bottom-color: #E67E22; } @media (max-width: 768px) { .policy-layout-section { padding: 40px 0; } .policy-content-wrapper h2 { font-size: 1.4rem; } .policy-content-wrapper p, .policy-content-wrapper li { font-size: 1rem; } }

/* ===== PAGE: cookies ===== */
.policy-layout-section { padding: 80px 0; background-color: #F9FAF7; min-height: 60vh; } .policy-layout-section #policy-content-container { max-width: 850px; margin: 0 auto; background: #FFFFFF; padding: 60px; border-radius: 20px; box-shadow: 0 10px 30px rgba(0,0,0,0.03); border: 1px solid #E2E8E1; } .policy-layout-section .policy-body-content { font-family: 'Inter', sans-serif; color: #5C6B5A; line-height: 1.8; } .policy-layout-section h2 { font-family: 'Playfair Display', serif; color: #2D5A27; font-size: 2rem; font-weight: 700; margin-top: 2.5rem; margin-bottom: 1.2rem; border-bottom: 1px solid #F4F7F1; padding-bottom: 0.5rem; } .policy-layout-section h3 { font-family: 'Playfair Display', serif; color: #1A2419; font-size: 1.4rem; font-weight: 600; margin-top: 1.8rem; margin-bottom: 0.8rem; } .policy-layout-section p { margin-bottom: 1.5rem; font-size: 1rem; color: #5C6B5A; } .policy-layout-section ul { margin-bottom: 1.5rem; padding-left: 1.5rem; list-style-type: square; color: #2D5A27; } .policy-layout-section ul li { margin-bottom: 0.8rem; } .policy-layout-section ul li span { color: #5C6B5A; } @media (max-width: 768px) { .policy-layout-section { padding: 40px 15px; } .policy-layout-section #policy-content-container { padding: 30px 20px; } .policy-layout-section h2 { font-size: 1.6rem; } .policy-layout-section h3 { font-size: 1.2rem; } .policy-layout-section p { font-size: 0.95rem; } }

/* ===== PAGE: about ===== */
.about-project-section {
  background-color: #FCFDFB;
  font-family: 'Inter', sans-serif;
  overflow: hidden;
}
.about-project-section h1, 
.about-project-section h2 {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
}
.about-project-section .text-primary {
  color: #2D5A27 !important;
}
.about-project-section .text-secondary {
  color: #5C6B5A !important;
  line-height: 1.8;
}
.about-project-section__image-wrapper img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border: 1px solid #E2E8E1;
}
.about-project-section__founder-image img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border: 2px solid #2D5A27;
}
.about-project-section__card {
  background: #FFFFFF;
  border: 1px solid #E2E8E1;
  border-radius: 20px;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s ease;
}
.about-project-section__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.03);
}
.about-project-section__icon {
  font-size: 2.5rem;
  color: #E67E22;
}
.about-project-section__banner {
  background: #F4F7F1;
  border: 1px solid #E2E8E1;
}
.about-project-section .btn-primary {
  background-color: #2D5A27;
  border: none;
  border-radius: 8px;
  transition: all 0.3s ease;
  font-weight: 600;
  color: #FFFFFF !important;
}
.about-project-section .btn-primary:hover {
  background-color: #23461E;
  transform: translateY(-2px);
  box-shadow: 0 4px 14px 0 rgba(45, 90, 39, 0.15);
}
.about-project-section .js-reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.about-project-section .js-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 768px) {
  .about-project-section h1 { font-size: 28px; }
  .about-project-section h2 { font-size: 22px; }
  .about-project-section__image-wrapper img { height: 300px; }
}

/* ===== PAGE: catalog ===== */
.product-catalog-section {
  background-color: #FCFDFB;
  font-family: 'Inter', sans-serif;
}

.product-catalog-section .catalog-main-title {
  font-family: 'Playfair Display', serif;
  color: #1A2419;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.product-catalog-section .catalog-subtitle {
  color: #5C6B5A;
  font-size: 1.1rem;
  line-height: 1.6;
}

.product-catalog-section .form-control,
.product-catalog-section .form-select {
  border: 1px solid #E2E8E1;
  padding: 0.75rem 1rem;
  border-radius: 8px;
  color: #1A2419;
  transition: border-color 0.3s ease;
}

.product-catalog-section .form-control:focus,
.product-catalog-section .form-select:focus {
  border-color: #2D5A27;
  box-shadow: 0 0 0 0.25rem rgba(45, 90, 39, 0.05);
}

.product-catalog-section .product-card {
  background: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.03);
  border: 1px solid rgba(226, 232, 225, 0.5);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s ease;
}

.product-catalog-section .product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(45, 90, 39, 0.1);
}

.product-catalog-section .product-image-wrapper {
  height: 240px;
  border-radius: 20px 20px 0 0;
  background-color: #F9FAF7;
}

.product-catalog-section .product-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.product-catalog-section .product-card:hover .product-img {
  transform: scale(1.05);
}

.product-catalog-section .product-badge {
  background: #E67E22;
  color: white;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 4px;
  z-index: 2;
}

.product-catalog-section .product-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.25rem;
  font-weight: 700;
}

.product-catalog-section .product-title a {
  color: #1A2419;
  transition: color 0.3s ease;
}

.product-catalog-section .product-title a:hover {
  color: #2D5A27;
}

.product-catalog-section .product-rating {
  color: #E67E22;
  font-weight: 600;
  font-size: 0.9rem;
}

.product-catalog-section .product-short-desc {
  color: #5C6B5A;
  font-size: 0.9rem;
  line-height: 1.5;
}

.product-catalog-section .product-price {
  font-size: 1.2rem;
  font-weight: 700;
  color: #2D5A27;
}

.product-catalog-section .cartPushBtn {
  background-color: #2D5A27;
  color: #FFFFFF;
  border: none;
  padding: 0.6rem 1.25rem;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.875rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 14px 0 rgba(45, 90, 39, 0.15);
}

.product-catalog-section .cartPushBtn:hover {
  background-color: #23461E;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px 0 rgba(45, 90, 39, 0.2);
}

.product-catalog-section .cartPushBtn:active {
  transform: translateY(0);
}

@media (max-width: 767.98px) {
  .product-catalog-section .catalog-main-title {
    font-size: 1.75rem;
  }
  .product-catalog-section .product-image-wrapper {
    height: 200px;
  }
}

/* ===== PAGE: blog ===== */
.blog-listing {
  background-color: #FCFDFB;
  font-family: 'Inter', sans-serif;
  color: #1A2419;
}

.blog-listing__title {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 2.5rem;
  color: #2D5A27;
}

.blog-listing__intro {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #5C6B5A;
}

.blog-card {
  background: #FFFFFF;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #E2E8E1;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.blog-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 30px rgba(45, 90, 39, 0.08);
}

.blog-card__image-wrapper {
  position: relative;
  height: 240px;
  overflow: hidden;
}

.blog-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.blog-card:hover .blog-card__img {
  transform: scale(1.05);
}

.blog-card__badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: #2D5A27;
  color: #FFFFFF;
  padding: 5px 15px;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.blog-card__content {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.blog-card__meta {
  font-size: 0.85rem;
  color: #94A392;
}

.blog-card__heading {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #1A2419;
  font-weight: 700;
}

.blog-card__text {
  font-size: 0.95rem;
  color: #5C6B5A;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.blog-card__link {
  margin-top: auto;
  color: #E67E22;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  transition: color 0.3s ease;
  display: inline-flex;
  align-items: center;
}

.blog-card__link:hover {
  color: #D35400;
}

.blog-listing .btn-primary {
  background-color: #2D5A27;
  border-color: #2D5A27;
  padding: 10px 25px;
  border-radius: 8px;
  font-weight: 600;
}

.blog-listing .btn-primary:hover {
  background-color: #23461E;
  border-color: #23461E;
}

.blog-listing .btn-outline-secondary {
  color: #2D5A27;
  border-color: #E2E8E1;
  background-color: transparent;
  padding: 10px 25px;
  border-radius: 8px;
  font-weight: 600;
}

.blog-listing .btn-outline-secondary:hover,
.blog-listing .btn-outline-secondary.active {
  background-color: #2D5A27;
  border-color: #2D5A27;
  color: #FFFFFF;
}

@media (max-width: 767px) {
  .blog-listing__title {
    font-size: 1.8rem;
  }
  .blog-card__image-wrapper {
    height: 200px;
  }
}

/* ===== PAGE: contacts ===== */
.contacts-info-section { background-color: #FCFDFB; font-family: 'Inter', sans-serif; }.contacts-section-title { font-family: 'Playfair Display', serif; color: #1A2419; font-weight: 700; font-size: 2.5rem; }.contacts-section-desc { color: #5C6B5A; font-size: 1.1rem; line-height: 1.6; }.contacts-card { background: #FFFFFF; border-radius: 20px; padding: 3rem 2rem; height: 100%; border: 1px solid #E2E8E1; transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s ease; display: flex; flex-direction: column; align-items: center; text-align: center; box-shadow: 0 10px 30px rgba(0,0,0,0.03); }.contacts-card:hover { transform: translateY(-10px); box-shadow: 0 15px 40px rgba(45, 90, 39, 0.1); }.contacts-icon-wrap { width: 70px; height: 70px; background-color: #F4F7F1; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #2D5A27; font-size: 1.75rem; }.contacts-card-title { font-family: 'Playfair Display', serif; color: #1A2419; font-weight: 700; font-size: 1.5rem; margin-bottom: 1rem; }.contacts-card-text { color: #5C6B5A; line-height: 1.6; margin-bottom: 0; }.contacts-link { color: #2D5A27; text-decoration: none; font-weight: 600; transition: color 0.2s ease; }.contacts-link:hover { color: #E67E22; }.contacts-wa { color: #25D366; }.contacts-wa:hover { color: #128C7E; }.contacts-map-container { border-radius: 20px; overflow: hidden; border: 1px solid #E2E8E1; box-shadow: 0 10px 30px rgba(0,0,0,0.03); }@media (max-width: 768px) { .contacts-section-title { font-size: 1.8rem; } .contacts-card { padding: 2rem 1.5rem; } }

/* ===== PAGE: cart ===== */
.planteseqab-cart-section {
  background-color: #FCFDFB;
  font-family: 'Inter', sans-serif;
  min-height: 60vh;
}

.planteseqab-cart-section .planteseqab-cart-title {
  font-family: 'Playfair Display', serif;
  color: #1A2419;
  font-weight: 700;
}

.planteseqab-cart-section .planteseqab-summary-card {
  background: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.03);
  border: 1px solid #E2E8E1;
}

.planteseqab-cart-section .sticky-top {
  top: 100px;
  z-index: 10;
}

.planteseqab-cart-section .planteseqab-btn-primary {
  background-color: #2D5A27;
  color: #FFFFFF;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 14px 0 rgba(45, 90, 39, 0.15);
}

.planteseqab-cart-section .planteseqab-btn-primary:hover {
  background-color: #23461E;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(45, 90, 39, 0.2);
  color: #FFFFFF;
}

.planteseqab-cart-section .planteseqab-input {
  border: 1px solid #E2E8E1;
  border-radius: 8px;
  padding: 0.75rem 1rem;
  background-color: #F9FAF7;
  transition: border-color 0.3s ease;
}

.planteseqab-cart-section .planteseqab-input:focus {
  border-color: #2D5A27;
  box-shadow: none;
  background-color: #FFFFFF;
}

.planteseqab-cart-section .planteseqab-cart-item {
  background: #FFFFFF;
  border-radius: 12px;
  padding: 1.5rem;
  margin-bottom: 1rem;
  border: 1px solid #E2E8E1;
  transition: transform 0.3s ease;
}

.planteseqab-cart-section .planteseqab-item-thumb {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 8px;
  background: #F4F7F1;
}

.planteseqab-cart-section .text-primary-green {
  color: #2D5A27;
}

.planteseqab-cart-section .text-light-green {
  color: #E2E8E1;
}

.planteseqab-cart-section .js-remove-item-btn {
  color: #94A392;
  background: none;
  border: none;
  padding: 5px;
  transition: color 0.3s ease;
}

.planteseqab-cart-section .js-remove-item-btn:hover {
  color: #E67E22;
}

.planteseqab-cart-section .quantity-control {
  display: flex;
  align-items: center;
  border: 1px solid #E2E8E1;
  border-radius: 6px;
  overflow: hidden;
  width: fit-content;
}

.planteseqab-cart-section .quantity-btn {
  background: #F4F7F1;
  border: none;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s;
}

.planteseqab-cart-section .quantity-btn:hover {
  background: #E2E8E1;
}

.planteseqab-cart-section .quantity-val {
  width: 40px;
  text-align: center;
  font-weight: 600;
  border: none;
  background: white;
}

@media (max-width: 768px) {
  .planteseqab-cart-section .planteseqab-cart-item {
    flex-direction: column;
    text-align: center;
  }
  .planteseqab-cart-section .planteseqab-item-thumb {
    margin-bottom: 1rem;
  }
  .planteseqab-cart-section .quantity-control {
    margin: 1rem auto;
  }
}

.main-comment-card {
    background: #FFFFFF;
    border: 1px solid #E2E8E1;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    transition: transform 0.3s ease;
}

.main-comment-card:hover {
    transform: translateY(-2px);
}

.comment-avatar {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #F4F7F1;
    display: block;
}

.comment-author {
    font-family: 'Playfair Display', serif;
    color: #1A2419;
    font-weight: 700;
    font-size: 1.15rem;
    letter-spacing: -0.01em;
}

.comment-date {
    font-family: 'Inter', sans-serif;
    color: #94A392;
    font-size: 0.85rem;
}

.comment-rating {
    color: #E67E22;
    font-size: 0.85rem;
}

.comment-text {
    font-family: 'Inter', sans-serif;
    color: #5C6B5A;
    line-height: 1.7;
    font-size: 1rem;
    margin: 0.75rem 0;
}

.btn-action-ghost {
    border: 1px solid #E2E8E1;
    background: transparent;
    color: #2D5A27;
    font-size: 0.8rem;
    padding: 0.4rem 1.1rem;
    border-radius: 8px;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-action-ghost:hover {
    background: rgba(45, 90, 39, 0.05);
    border-color: #2D5A27;
    transform: translateY(-1px);
}

.reply-comment-wrapper {
    position: relative;
    padding-left: 1.5rem;
}

.reply-connector-line {
    position: absolute;
    left: 0;
    top: -20px;
    bottom: 50%;
    width: 2px;
    background: #E2E8E1;
    border-radius: 0 0 0 12px;
    border-left: 2px solid #E2E8E1;
    border-bottom: 2px solid #E2E8E1;
    width: 1.5rem;
}

.reply-card {
    background: #F9FAF7;
    border-radius: 12px;
    padding: 1.25rem;
    border: 1px solid rgba(226, 232, 225, 0.5);
}

.reply-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #FFFFFF;
}

.reply-author {
    font-family: 'Playfair Display', serif;
    color: #1A2419;
    font-weight: 700;
    font-size: 1rem;
}

.reply-text {
    font-family: 'Inter', sans-serif;
    color: #5C6B5A;
    line-height: 1.6;
    font-size: 0.925rem;
    margin-top: 0.5rem;
    margin-bottom: 0;
}


/* ===== PAGE TEMPLATE: products ===== */
.product-detail-block {
    background-color: #FCFDFB;
}

.product-detail-block .product-hero {
    padding-top: 2rem;
}

.product-detail-block .breadcrumb-item a {
    color: #2D5A27;
    text-decoration: none;
    font-size: 0.85rem;
}

.product-detail-block .product-image-container {
    border-radius: 20px;
    background-color: #FFFFFF;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-detail-block .product-image-container img {
    object-fit: cover;
    transition: transform 0.5s ease;
}

.product-detail-block .product-image-container:hover img {
    transform: scale(1.03);
}

.product-detail-block .product-title {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: #1A2419;
    font-size: 2.5rem;
}

.product-detail-block .stars {
    color: #E67E22;
}

.product-detail-block .product-price-large {
    font-size: 1.75rem;
    font-weight: 600;
    color: #2D5A27;
}

.product-detail-block .product-description {
    color: #5C6B5A;
    line-height: 1.7;
    font-size: 1.1rem;
}

.product-detail-block .bg-alt {
    background-color: #F9FAF7;
}

.product-detail-block .nav-tabs .nav-link {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    color: #94A392;
    padding: 1rem 2rem;
    transition: all 0.3s ease;
    background: none;
}

.product-detail-block .nav-tabs .nav-link.active {
    color: #2D5A27;
    border-bottom: 2px solid #2D5A27 !important;
}

.product-detail-block .spec-list th {
    color: #1A2419;
    font-weight: 600;
}

.product-detail-block .btn-primary {
    background-color: #2D5A27;
    border-color: #2D5A27;
    padding: 1rem 2rem;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.product-detail-block .btn-primary:hover {
    background-color: #23461E;
    transform: translateY(-2px);
    box-shadow: 0 4px 14px 0 rgba(45, 90, 39, 0.2);
}


.main-comment-card {
    border-bottom: 1px solid #E2E8E1;
    padding-bottom: 1.5rem;
}

.comment-avatar {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
}

.comment-author {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 1.1rem;
}

.comment-date {
    font-size: 0.8rem;
    color: #94A392;
}

.comment-rating {
    color: #E67E22;
    font-size: 0.9rem;
}

.btn-action-ghost {
    background: none;
    border: none;
    color: #5C6B5A;
    font-size: 0.85rem;
    padding: 0;
    transition: color 0.3s ease;
}

.btn-action-ghost:hover {
    color: #2D5A27;
}

.reply-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

@media (max-width: 768px) {
    .product-detail-block .product-title {
        font-size: 1.8rem;
    }

    .product-detail-block .nav-tabs .nav-link {
        padding: 0.75rem 1rem;
        font-size: 0.9rem;
    }

    .product-detail-block .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* ===== PAGE TEMPLATE: articles ===== */
.planteseqab-article-page {
    background-color: #FCFDFB;
    font-family: 'Inter', sans-serif;
}

.planteseqab-article-page .article-hero {
    background: linear-gradient(135deg, #F4F7F1 0%, #FFFFFF 100%);
    border-bottom: 1px solid #E2E8E1;
}

.planteseqab-article-page .breadcrumb-item a {
    color: #2D5A27;
    text-decoration: none;
    font-size: 0.9rem;
}

.planteseqab-article-page .article-main-title {
    font-family: 'Playfair Display', serif;
    color: #1A2419;
    font-weight: 700;
    line-height: 1.2;
}

.planteseqab-article-page .article-meta {
    color: #5C6B5A;
    font-size: 0.95rem;
}

.planteseqab-article-page .featured-image-container img {
    max-height: 500px;
    object-fit: cover;
    border-radius: 12px;
}

.planteseqab-article-page .article-rich-text {
    font-size: 1.125rem;
    line-height: 1.8;
    color: #1A2419;
}

.planteseqab-article-page .article-rich-text h2,
.planteseqab-article-page .article-rich-text h3 {
    font-family: 'Playfair Display', serif;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #2D5A27;
}

.planteseqab-article-page .sidebar-widget {
    background: #FFFFFF;
    border: 1px solid #E2E8E1;
    box-shadow: 0 4px 14px 0 rgba(45, 90, 39, 0.03);
}

.planteseqab-article-page .widget-title {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 1.25rem;
    color: #1A2419;
}

.planteseqab-article-page .recent-posts-list a {
    color: #1A2419;
    font-weight: 600;
    transition: color 0.3s ease;
}

.planteseqab-article-page .recent-posts-list a:hover {
    color: #E67E22;
}

.planteseqab-article-page .comment-form-container {
    background-color: #F9FAF7;
    border: 1px solid #E2E8E1;
}

.planteseqab-article-page .main-comment-card {
    padding: 1.5rem;
    border-bottom: 1px solid #E2E8E1;
}

.planteseqab-article-page .comment-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.planteseqab-article-page .comment-author {
    font-weight: 600;
    color: #2D5A27;
}

.planteseqab-article-page .comment-date {
    font-size: 0.8rem;
    color: #94A392;
}

.planteseqab-article-page .comment-rating i {
    color: #E67E22;
    font-size: 0.75rem;
}

.planteseqab-article-page .btn-action-ghost {
    background: transparent;
    border: none;
    color: #5C6B5A;
    font-size: 0.85rem;
    padding: 0;
    transition: color 0.3s ease;
}

.planteseqab-article-page .btn-action-ghost:hover {
    color: #2D5A27;
}

.planteseqab-article-page .reply-card {
    background: #F4F7F1;
    padding: 1rem;
    border-radius: 8px;
}

.planteseqab-article-page .reply-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

@media (max-width: 768px) {
    .planteseqab-article-page .article-main-title {
        font-size: 1.75rem;
    }

    .planteseqab-article-page .article-rich-text {
        font-size: 1rem;
    }
}