:root {
    --cream: #f5ede0;
    --cream-light: #faf4e8;
    --cream-dark: #ebe0cc;
    --green-darkest: #1f3528;
    --green-dark: #2d4a36;
    --green: #3d6149;
    --green-medium: #5a7d68;
    --green-light: #8fa896;
    --green-pill: #2d4a36;
    --text-dark: #2a2a2a;
    --text-medium: #5c5c5c;
    --text-muted: #888888;
    --border-soft: #e2dac8;
}

* {
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    background-color: var(--cream);
    color: var(--text-dark);
    margin: 0;
    padding: 0;
    line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Playfair Display', serif;
    color: var(--text-dark);
}

/* ============ NAVBAR ============ */
.navbar-custom {
    background-color: var(--cream-light);
    border-bottom: 1px solid var(--border-soft);
    padding: 15px 0;
}

.navbar-custom .navbar-brand {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--green-dark) !important;
    letter-spacing: 0.3px;
}

.navbar-custom .navbar-brand i {
    color: var(--green);
}

.navbar-custom .nav-link {
    color: var(--text-dark) !important;
    font-weight: 500;
    margin: 0 8px;
    font-size: 0.95rem;
}

.navbar-custom .nav-link:hover {
    color: var(--green) !important;
}

/* ============ BUTTONS ============ */
.btn-green {
    background-color: var(--green-dark);
    color: #fff;
    padding: 10px 24px;
    border: none;
    border-radius: 6px;
    font-weight: 500;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    font-size: 1.3rem;
}

.btn-green:hover {
    background-color: var(--green-darkest);
    color: #fff;
    transform: translateY(-1px);
    text-decoration: none;
}

.btn-green-lg {
    background-color: var(--green-dark);
    color: #fff;
    padding: 14px 32px;
    border: none;
    border-radius: 6px;
    font-weight: 500;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    box-shadow: 0 4px 12px rgba(45, 74, 54, 0.25);
}

.btn-green-lg:hover {
    background-color: var(--green-darkest);
    color: #fff;
    transform: translateY(-2px);
    text-decoration: none;
    box-shadow: 0 6px 16px rgba(45, 74, 54, 0.35);
}

.btn-outline-cream {
    background-color: transparent;
    color: #fff;
    padding: 13px 30px;
    border: 1.5px solid rgba(255, 255, 255, 0.8);
    border-radius: 6px;
    font-weight: 500;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    font-size: 1.4rem;
}

.btn-outline-cream:hover {
    background-color: rgba(255, 255, 255, 0.15);
    color: #fff;
    text-decoration: none;
    border-color: #fff;
}

.btn-link-green {
    color: var(--green-dark);
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
}

.btn-link-green:hover {
    color: var(--green-darkest);
    text-decoration: none;
}

.btn-link-green i {
    transition: transform 0.2s ease;
}

.btn-link-green:hover i {
    transform: translateX(4px);
}

/* ============ SECTION TITLES ============ */
.section-title {
    text-align: center;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 12px;
    margin-top: 18px;
}

.section-subtitle {
    text-align: center;
    color: var(--text-medium);
    margin-bottom: 50px;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}

/* ============ HERO SECTION ============ */
.hero-section {
    background-color: var(--cream);
    padding: 70px 0 50px;
    position: relative;
}

.hero-title {
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 22px;
    color: var(--text-dark);
}

.hero-title .highlight {
    color: var(--green-dark);
    font-style: italic;
}

.hero-text {
    font-size: 1rem;
    color: var(--text-medium);
    margin-bottom: 28px;
    max-width: 500px;
}

.hero-photo {
    width: 100%;
    border-radius: 14px;
    box-shadow: 0 14px 35px rgba(45, 74, 54, 0.15);
    display: block;
}

/* Mini features strip below hero */
.mini-features {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid var(--border-soft);
}

.mini-feature {
    display: flex;
    align-items: center;
    gap: 12px;
}

.mini-icon {
    width: 60px;
    height: 60px;
    background-color: var(--cream-light);
    border: 1px solid var(--border-soft);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--green-dark);
    font-size: 1.6rem;
    flex-shrink: 0;
}

.mini-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--text-dark);
    line-height: 1.25;
    margin-bottom: 7px;
}

.mini-desc {
    font-size: 1.3rem;
    color: var(--text-muted);
    line-height: 1.25;
}

/* ============ CATEGORIES SECTION ============ */
.categories-section {
    background-color: var(--cream-light);
    padding: 80px 0;
}

.category-card {
    background-color: #fff;
    border: 1px solid var(--border-soft);
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    transition: all 0.3s ease;
}

.category-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 38px rgba(45, 74, 54, 0.15);
}

.category-img-wrap {
    position: relative;
    overflow: hidden;
}

.category-img-wrap img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.category-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    background-color: var(--green-dark);
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.category-badge i {
    color: #a8d4b6;
    margin-right: 2px;
}

.category-body {
    padding: 24px 22px;
}

.category-label {
    display: inline-block;
    font-weight: 600;
    letter-spacing: 1.5px;
    color: var(--green);
    margin-bottom: 8px;
}

.category-body h4 {
    font-weight: 600;
    margin-bottom: 12px;
    line-height: 1.3;
}

.category-body p {
    color: var(--text-medium);
    margin-bottom: 16px;
    min-height: 60px;
}

/* Strip features below categories */
.strip-features {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid var(--border-soft);
}

.strip-feature {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.strip-feature i {
    color: var(--green-dark);
    font-size: 3rem;
    margin-top: 4px;
    flex-shrink: 0;
}

.strip-title {
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 3px;
}

.strip-desc {
    color: var(--text-muted);
    line-height: 1.35;
}

/* ============ WHY SECTION ============ */
.why-section {
    background-color: var(--cream);
    padding: 80px 0;
}

.badge-pill-dark {
    display: inline-block;
    background-color: var(--green-dark);
    color: #fff;
    font-weight: 700;
    letter-spacing: 1.5px;
    padding: 6px 16px;
    border-radius: 20px;
    margin-bottom: 8px;
}

.why-card {
    background-color: var(--cream-light);
    border: 1px solid var(--border-soft);
    border-radius: 12px;
    padding: 30px 24px;
    height: 100%;
    transition: all 0.3s ease;
}

.why-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 28px rgba(45, 74, 54, 0.12);
    border-color: var(--green-light);
}

.why-icon {
    width: 100px;
    height: 100px;
    background-color: #efe6d8;
    color: #2d4a36;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin-bottom: 18px;
}

.why-card h4 {
    font-weight: 600;
    margin-bottom: 12px;
    line-height: 1.35;
}

.why-card p {
    color: var(--text-medium);
    margin-bottom: 0;
}

/* ============ CTA SECTION ============ */
.cta-section {
    background-color: var(--cream);
    padding: 40px 0 80px;
}

.cta-wrapper {
    border-radius: 18px;
    padding: 60px 50px;
    color: #fff;
    box-shadow: 0 20px 50px rgba(45, 74, 54, 0.25);
    background-image: url(bg-card.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.cta-title {
    font-weight: 700;
    color: #fff;
    margin-bottom: 18px;
    line-height: 1.25;
}

.cta-text {
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 28px;
}

.cta-buttons {
    margin-bottom: 30px;
}

.cta-buttons .btn-green-lg {
    background-color: #fff;
    color: var(--green-dark);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    font-size: 1.4rem;
}

.cta-buttons .btn-green-lg:hover {
    background-color: var(--cream-light);
    color: var(--green-darkest);
}

.cta-mini-row {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 28px;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.3rem;
}

.cta-mini-row i {
    color: var(--green-light);
    margin-right: 6px;
}

.cta-photo {
    max-width: 100%;
    border-radius: 12px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
}

/* ============ FLOATING WHATSAPP ============ */
.whatsapp-float {
    position: fixed;
    bottom: 25px;
    right: 25px;
    background-color: #25d366;
    color: #fff;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    text-align: center;
    line-height: 58px;
    font-size: 28px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
    z-index: 999;
    text-decoration: none;
}

.whatsapp-float:hover {
    color: #fff;
    background-color: #1ebe5d;
    text-decoration: none;
    transform: scale(1.05);
}

/* ============ STORY SECTION ============ */
.story-section {
    background-color: var(--cream-light);
    padding: 80px 0;
}

.story-title {
    font-weight: 700;
    line-height: 1.2;
    margin: 12px 0 20px;
    color: var(--text-dark);
}

.story-section p {
    color: var(--text-medium);
    margin-bottom: 16px;
    line-height: 1.7;
}

.story-section p strong {
    color: var(--text-dark);
    font-weight: 600;
}

.story-photo {
    width: 100%;
    border-radius: 14px;
    box-shadow: 0 16px 38px rgba(45, 74, 54, 0.18);
    display: block;
}

.story-features {
    display: flex;
    flex-wrap: wrap;
    gap: 22px 30px;
    margin-top: 28px;
}

.story-feature {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--text-medium);
    line-height: 1.35;
}

.story-feature i {
    color: var(--green-dark);
    background-color: #f3e0c8;
    border: 1px solid var(--border-soft);
    border-radius: 50px;
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* ============ TRY SECTION ============ */
.try-section {
    background-color: var(--cream-light);
    padding: 0 0 80px;
}

.try-wrapper {
    background-color: var(--green-dark);
    border-radius: 16px;
    padding: 40px 45px;
    color: #fff;
    box-shadow: 0 16px 40px rgba(45, 74, 54, 0.22);
}

.try-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    padding: 10px 14px;
    margin-bottom: 18px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    line-height: 1.2;
}

.try-badge i {
    font-size: 1.4rem;
    color: var(--green-light);
}

.try-title {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: #e7d8c6;
    margin-bottom: 14px;
    line-height: 1.3;
}

.try-section p {
    color: rgba(255, 255, 255, 0.82);
    margin-bottom: 12px;
    line-height: 1.6;
}

.try-disclaimer {
    color: rgba(255, 255, 255, 0.55) !important;
    margin-top: 10px;
    font-style: italic;
}

.try-features {
    margin: 0;
}

.try-feature {
    text-align: left;
    padding: 0 8px;
}

.try-icon {
    width: 60px;
    height: 60px;
    background-color: rgb(226 200 167);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #2d4a36;
    font-size: 1.7rem;
    margin-bottom: 12px;
}

.try-feature-title {
    font-weight: 600;
    color: #e7d8c6;
    margin-bottom: 6px;
    line-height: 1.3;
}

.try-feature-desc {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.45;
}

.btn-light-green {
    background-color: #e7d8c6;
    color: var(--green-dark) !important;
    padding: 13px 24px;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1.4rem;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.btn-light-green:hover {
    background-color: var(--cream);
    color: var(--green-darkest) !important;
    text-decoration: none;
}

.btn-block-lg {
    display: block;
    width: 100%;
    text-align: center;
}

/* ============ PRODUCTS SECTION ============ */
.products-section {
    background-color: var(--cream);
    padding: 80px 0;
}

.products-title {
    font-weight: 700;
    color: var(--text-dark);
    margin: 0;
}

.product-card {
    background-color: #fffaf1;
    border: 1px solid var(--border-soft);
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    transition: all 0.3s ease;
    display: flex;
}

.product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 32px rgba(45, 74, 54, 0.15);
}

/* Horizontal layout: photo on left, content on right */
.product-card-horizontal {
    flex-direction: row;
    align-items: stretch;
}

.product-card-horizontal .product-img-wrap {
    flex: 0 0 52%;
    max-width: 52%;
}

.product-card-horizontal .product-img-wrap img {
    width: 100%;
    height: 100%;
    min-height: 250px;
    object-fit: cover;
    display: block;
}

.product-card-horizontal .product-body {
    flex: 1;
    padding: 18px 16px;
}

.product-img-wrap {
    position: relative;
    overflow: hidden;
    background-color: var(--cream-light);
}

.product-img-wrap img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.product-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: var(--green-dark);
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    padding: 4px 9px;
    border-radius: 16px;
    white-space: nowrap;
}

.product-badge i {
    color: #a8d4b6;
    margin-right: 2px;
    font-size: 0.7rem;
}

.product-body {
    padding: 20px 18px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.product-body h4 {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    margin-bottom: 6px;
    line-height: 1.3;
    color: var(--text-dark);
}

.product-body p {
    color: var(--text-medium);
    margin-bottom: 8px;
    line-height: 1.45;
}

.product-condition {
    color: var(--text-muted);
    margin-bottom: 6px;
}

.product-condition strong {
    color: var(--green-dark);
    font-weight: 700;
}

.product-price {
    margin-bottom: 12px;
    margin-top: auto;
}

.price-now {
    display: block;
    font-weight: 700;
    color: var(--text-dark);
    line-height: 1.2;
}

.price-was {
    display: inline-block;
    color: var(--text-muted);
    text-decoration: line-through;
    margin-top: 2px;
}

.product-body .btn-green {
    padding: 9px 14px;
    width: 100%;
    text-align: center;
}

/* Stack vertically on small screens */
@media (max-width: 575px) {
    .product-card-horizontal {
        flex-direction: column;
    }

    .product-card-horizontal .product-img-wrap {
        flex: none;
        max-width: 100%;
    }

    .product-card-horizontal .product-img-wrap img {
        min-height: 180px;
        height: 180px;
    }
}

/* ============ FOOTER ============ */
.footer {
    background-color: var(--green-darkest);
    color: #d4dbd3;
    padding: 55px 0 20px;
}

.footer h5 {
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-size: 1.15rem;
    margin-bottom: 18px;
}

.footer h5 i {
    color: var(--green-light);
}

.footer p,
.footer a {
    color: #b4bdb6;
    font-size: 0.9rem;
    text-decoration: none;
    margin-bottom: 8px;
}

.footer a:hover {
    color: #fff;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 25px;
    padding-top: 20px;
    text-align: center;
    font-size: 0.82rem;
    color: #8e978f;
}

/* ============ RESPONSIVE ============ */
@media (max-width: 991px) {
    .cta-wrapper {
        padding: 45px 30px;
    }

    .cta-title {
        font-size: 1.6rem;
    }

    .hero-photo {
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 1.9rem;
    }

    .section-title {
        font-size: 1.7rem;
    }

    .cta-buttons .btn {
        display: block;
        width: 100%;
        margin-right: 0 !important;
    }

    .cta-mini-row {
        flex-direction: column;
        gap: 10px;
    }
}