:root {
    --green-950: #053b1b;
    --green-900: #075321;
    --green-700: #16833b;
    --green-500: #49a942;
    --lime: #b7d532;
    --cream: #fbf9ed;
    --orange: #f47b20;
    --yellow: #ffd541;
    --brown: #6b3419;
    --ink: #163322;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    margin: 0;
    color: var(--ink);
    background: #fff;
    font-family: "Poppins", sans-serif;
    overflow-x: hidden;
}

section { scroll-margin-top: 86px; }
a { text-decoration: none; }

.top-strip {
    padding: 8px 0;
    color: #fff;
    background: var(--green-950);
    font-size: .82rem;
    font-weight: 600;
}

.top-strip i { color: var(--yellow); }

.navbar {
    min-height: 78px;
    background: rgba(255, 255, 255, .95);
    box-shadow: 0 8px 30px rgba(5, 59, 27, .08);
    backdrop-filter: blur(12px);
}

.navbar-brand img {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    object-fit: cover;
}

.navbar-brand span { line-height: 1; }
.navbar-brand strong { display: block; color: var(--green-900); font-size: 1.13rem; }
.navbar-brand small { display: block; margin-top: 6px; color: var(--orange); font-weight: 800; letter-spacing: .12em; }

.nav-link {
    color: var(--ink);
    font-weight: 700;
    padding: 10px 12px !important;
}

.nav-link:hover { color: var(--green-700); }

.btn {
    border-radius: 999px;
    padding: 11px 22px;
    font-weight: 800;
    transition: .25s ease;
}

.btn-brand {
    border: 2px solid var(--orange);
    color: #fff;
    background: var(--orange);
    box-shadow: 0 9px 20px rgba(244, 123, 32, .25);
}

.btn-brand:hover {
    color: #fff;
    border-color: #d9610b;
    background: #d9610b;
    transform: translateY(-2px);
}

.btn-outline-brand {
    color: var(--green-900);
    border: 2px solid var(--green-900);
    background: transparent;
}

.btn-outline-brand:hover { color: #fff; background: var(--green-900); transform: translateY(-2px); }

.hero {
    position: relative;
    padding: 60px 0 70px;
    background:
        radial-gradient(circle at 0 10%, rgba(183, 213, 50, .25), transparent 28%),
        linear-gradient(135deg, #fffef8 0%, #f6f9de 100%);
    overflow: hidden;
}

.hero-blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(2px);
}

.hero-blob-one { width: 360px; height: 360px; right: -150px; top: 20px; background: rgba(73, 169, 66, .12); }
.hero-blob-two { width: 230px; height: 230px; left: -100px; bottom: -70px; background: rgba(244, 123, 32, .10); }

.eyebrow, .section-tag {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 14px;
    border-radius: 999px;
    color: var(--green-900);
    background: #e9f2b8;
    font-size: .82rem;
    font-weight: 800;
    letter-spacing: .02em;
}

.hero h1 {
    max-width: 640px;
    margin: 18px 0 16px;
    color: var(--green-950);
    font-size: clamp(2.1rem, 3.6vw, 3.6rem);
    font-weight: 900;
    line-height: 1.12;
    letter-spacing: -.03em;
}

.hero h1 span, .section-heading h2 span { color: var(--orange); }

.hero-text {
    max-width: 560px;
    color: #53675a;
    font-size: 1.05rem;
    line-height: 1.7;
}

.hero-actions { margin-top: 26px; }
.hero-actions .btn { padding: 13px 24px; }

.hero-trust > div {
    padding-right: 24px;
    border-right: 1px solid rgba(7, 83, 33, .17);
}

.hero-trust > div:last-child { border: 0; padding-right: 0; }
.hero-trust strong { display: block; color: var(--green-900); font-size: 1.45rem; font-weight: 900; }
.hero-trust span { display: block; color: #6f7e73; font-size: .82rem; font-weight: 600; }

.hero-visual { position: relative; width: min(100%, 460px); margin: auto; }

.poster-wrap {
    position: relative;
    width: min(70%, 320px);
    margin: auto;
    padding: 9px;
    border-radius: 34px;
    background: #fff;
    box-shadow: 0 35px 80px rgba(7, 83, 33, .22);
    transform: rotate(2deg);
}

.poster-wrap::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: -25px;
    border: 2px dashed rgba(73, 169, 66, .35);
    border-radius: 45px;
}

.poster-wrap img { display: block; width: 100%; border-radius: 26px; }

.floating-card {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 11px;
    min-width: 190px;
    padding: 13px 16px;
    border-radius: 16px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 15px 35px rgba(5, 59, 27, .16);
}

.floating-card i { display: grid; place-items: center; width: 42px; height: 42px; flex: 0 0 auto; border-radius: 12px; color: #fff; font-size: 1.25rem; }
.floating-card span { color: #6a796e; font-size: .75rem; line-height: 1.25; }
.floating-card b { display: block; color: var(--ink); font-size: .9rem; }
.card-fresh { left: 0; top: 14%; }
.card-fresh i { background: var(--green-700); }
.card-price { right: 0; bottom: 10%; }
.card-price i { background: var(--orange); }

.section-space { padding: 95px 0; }

.section-heading h2, .quality-panel h2 {
    margin: 15px 0 14px;
    color: var(--green-950);
    font-size: clamp(2rem, 4vw, 3.35rem);
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: -.025em;
}

.section-heading > p { max-width: 670px; margin: auto; color: #6e7d72; line-height: 1.7; }

.about-section { background: #fff; }

.logo-showcase {
    position: relative;
    display: grid;
    place-items: center;
    width: min(100%, 440px);
    aspect-ratio: 1;
    margin: auto;
    border-radius: 48% 52% 62% 38% / 44% 41% 59% 56%;
    background: linear-gradient(145deg, #f0f5c9, #dceaa0);
}

.logo-showcase::before {
    content: "";
    position: absolute;
    inset: 25px;
    border: 2px dashed rgba(7, 83, 33, .25);
    border-radius: inherit;
}

.logo-showcase img { position: relative; width: 72%; border-radius: 50%; filter: drop-shadow(0 18px 20px rgba(7, 83, 33, .17)); }

.quality-stamp {
    position: absolute;
    right: -5px;
    bottom: 12%;
    padding: 13px 20px;
    border-radius: 999px;
    color: #fff;
    background: var(--orange);
    box-shadow: 0 12px 30px rgba(244, 123, 32, .3);
    font-weight: 800;
}

.lead-copy { color: #637268; font-size: 1.05rem; line-height: 1.85; }

.check-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px;
    border-radius: 13px;
    background: #f8faee;
    font-weight: 700;
}

.check-item i { color: var(--green-500); }

.products-section { background: var(--cream); }

.product-card {
    position: relative;
    height: 100%;
    border: 1px solid rgba(5, 59, 27, .08);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 15px 40px rgba(5, 59, 27, .07);
    overflow: hidden;
    transition: .3s ease;
}

.product-card::after {
    content: "";
    position: absolute;
    width: 90px;
    height: 90px;
    right: -30px;
    top: -30px;
    border-radius: 50%;
    opacity: .13;
}

.product-card.green::after { background: #16833b; }
.product-card.red::after { background: #e53c2e; }
.product-card.orange::after { background: #f47b20; }
.product-card.yellow::after { background: #f3bd10; }
.product-card:hover { transform: translateY(-10px); box-shadow: 0 24px 50px rgba(5, 59, 27, .13); }
.product-image {
    display: block;
    width: 100%;
    height: 190px;
    object-fit: cover;
    transition: transform .4s ease;
}
.product-card:hover .product-image { transform: scale(1.05); }
.product-content { position: relative; z-index: 1; padding: 24px 25px 26px; background: #fff; }
.product-card h3 { margin: 0 0 9px; color: var(--green-950); font-size: 1.3rem; font-weight: 900; }
.product-card p { min-height: 48px; color: #718076; font-size: .9rem; line-height: 1.6; }
.product-card a { color: var(--green-700); font-size: .85rem; font-weight: 800; }
.product-card a i { transition: margin .2s; }
.product-card a:hover i { margin-left: 5px; }

.quality-section {
    background:
        linear-gradient(#fff 0 50%, #f7f9e9 50% 100%);
}

.quality-panel {
    position: relative;
    padding: 65px;
    border-radius: 34px;
    color: #fff;
    background:
        radial-gradient(circle at 90% 10%, rgba(183, 213, 50, .20), transparent 35%),
        linear-gradient(135deg, var(--green-950), var(--green-900));
    box-shadow: 0 25px 60px rgba(5, 59, 27, .22);
    overflow: hidden;
}

.quality-panel::after {
    content: "OB";
    position: absolute;
    right: -30px;
    bottom: -100px;
    color: rgba(255, 255, 255, .035);
    font-size: 20rem;
    font-weight: 900;
}

.section-tag.light { color: var(--green-950); background: var(--yellow); }
.quality-panel h2 { color: #fff; }
.quality-panel h2 span { color: var(--yellow); }
.quality-panel > .row { position: relative; z-index: 1; }
.quality-panel p { color: rgba(255, 255, 255, .72); line-height: 1.7; }

.feature-card {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    height: 100%;
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 18px;
    background: rgba(255, 255, 255, .08);
    backdrop-filter: blur(5px);
}

.feature-card > i {
    display: grid;
    place-items: center;
    width: 45px;
    height: 45px;
    flex: 0 0 auto;
    border-radius: 13px;
    color: var(--green-950);
    background: var(--yellow);
    font-size: 1.25rem;
}

.feature-card h3 { margin: 1px 0 5px; font-size: 1rem; font-weight: 800; }
.feature-card p { margin: 0; font-size: .78rem; line-height: 1.5; }

.contact-section { background: #f7f9e9; }

.contact-card {
    display: flex;
    align-items: center;
    gap: 18px;
    height: 100%;
    padding: 25px;
    border: 1px solid rgba(5, 59, 27, .08);
    border-radius: 18px;
    color: var(--ink);
    background: #fff;
    box-shadow: 0 12px 35px rgba(5, 59, 27, .07);
    transition: .25s ease;
}

a.contact-card:hover { color: var(--ink); transform: translateY(-5px); box-shadow: 0 18px 40px rgba(5, 59, 27, .12); }
.contact-card > i { display: grid; place-items: center; width: 56px; height: 56px; flex: 0 0 auto; border-radius: 16px; color: #fff; background: var(--orange); font-size: 1.3rem; }
.contact-card small { display: block; margin-bottom: 4px; color: #849087; font-size: .75rem; font-weight: 700; }
.contact-card strong { display: block; font-size: 1rem; line-height: 1.45; }

footer { padding: 28px 0; color: rgba(255, 255, 255, .7); background: #032d14; }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand img { width: 52px; height: 52px; object-fit: cover; border-radius: 50%; }
.footer-brand b, .footer-brand small { display: block; }
.footer-brand b { color: #fff; }
.footer-brand small { margin-top: 4px; font-size: .7rem; }
footer p { margin: 0; font-size: .75rem; }

.floating-call {
    position: fixed;
    z-index: 100;
    right: 22px;
    bottom: 22px;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 12px 18px;
    border: 3px solid #fff;
    border-radius: 999px;
    color: #fff;
    background: var(--orange);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .22);
    font-weight: 800;
}

.floating-call:hover { color: #fff; background: #d9610b; }

@media (max-width: 991.98px) {
    .navbar-collapse { padding: 15px 0 8px; }
    .navbar .btn-brand { margin-top: 8px; }
    .hero { padding: 50px 0 60px; text-align: center; }
    .hero h1 { margin-inline: auto; }
    .hero-text { margin-inline: auto; }
    .hero-actions, .hero-trust { justify-content: center; }
    .hero-visual { margin-top: 20px; }
    .poster-wrap { width: min(64%, 300px); }
    .quality-panel { padding: 45px 35px; }
}

@media (max-width: 575.98px) {
    .top-strip { font-size: .72rem; text-align: center; }
    .navbar-brand img { width: 49px; height: 49px; }
    .navbar-brand strong { font-size: 1rem; }
    .hero { padding: 40px 0 55px; }
    .hero h1 { font-size: 2rem; }
    .hero-text { font-size: .95rem; }
    .hero-actions .btn { width: 100%; }
    .hero-trust { gap: 13px !important; }
    .hero-trust > div { padding-right: 13px; }
    .hero-trust strong { font-size: 1.15rem; }
    .poster-wrap { width: min(70%, 250px); }
    .floating-card { min-width: 140px; padding: 9px 10px; }
    .floating-card i { width: 32px; height: 32px; font-size: 1rem; }
    .floating-card b { font-size: .78rem; }
    .floating-card span { font-size: .66rem; }
    .card-fresh { left: 4px; top: 10%; }
    .card-price { right: 4px; bottom: 8%; }
    .section-space { padding: 70px 0; }
    .section-heading h2, .quality-panel h2 { font-size: 2rem; }
    .logo-showcase { width: 90%; }
    .quality-stamp { right: -12px; }
    .quality-panel { padding: 38px 20px; border-radius: 24px; }
    .floating-call span { display: none; }
    .floating-call { width: 54px; height: 54px; justify-content: center; padding: 0; }
    footer { padding-bottom: 85px; text-align: center; }
}
