:root {
    --brand-main: #2f6b3e;
    --brand-deep: #204b2d;
    --accent: #f3a533;
    --page: #f6f8f2;
    --text: #1f2d24;
    --muted: #68776d;
    --line: #dfe8e1;
    --white: #ffffff;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    color: var(--text);
    background: var(--page);
    overflow-x: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

.wrap,
.hero-inner {
    width: min(1120px, calc(100% - 36px));
    margin: 0 auto;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.btn {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    padding: 0 18px;
    border: 1px solid var(--line);
    background: #fff;
    font-family: 'Poppins', 'Inter', sans-serif;
    font-weight: 800;
}

.btn-primary {
    color: #fff;
    background: var(--brand-main);
    border-color: var(--brand-main);
    box-shadow: 0 12px 26px rgba(47, 107, 62, 0.22);
}

.hero {
    min-height: 100svh;
    display: flex;
    align-items: center;
    position: relative;
    padding: clamp(48px, 8vw, 92px) 0;
    background:
        linear-gradient(90deg, rgba(246, 248, 242, 0.96) 0%, rgba(246, 248, 242, 0.88) 43%, rgba(246, 248, 242, 0.34) 100%),
        url("../img/logo/baner.png") center right/cover no-repeat;
}

.hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: var(--line);
}

.hero-inner {
    position: relative;
    z-index: 1;
}

.hero small,
.about-section small,
.feature small,
.section-heading small {
    display: block;
    margin-bottom: 10px;
    color: var(--brand-main);
    font-family: 'Poppins', 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.hero small {
    margin-bottom: 14px;
    font-size: 15px;
}

.hero h1 {
    max-width: 680px;
    margin: 0 0 18px;
    font-family: 'Poppins', 'Inter', sans-serif;
    font-size: clamp(36px, 7vw, 64px);
    line-height: 1.02;
    font-weight: 900;
    letter-spacing: 0;
}

.hero p {
    max-width: 560px;
    margin: 0 0 30px;
    color: var(--muted);
    font-size: clamp(16px, 2.2vw, 19px);
    line-height: 1.7;
    font-weight: 700;
}

.hero-actions .btn {
    min-height: 50px;
    padding: 0 22px;
}

.features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: clamp(20px, 4vw, 34px);
    padding: clamp(30px, 5vw, 44px) 0;
    border-bottom: 1px solid var(--line);
}

.feature {
    padding: 0;
}

.feature strong {
    display: block;
    margin-bottom: 8px;
    font-family: 'Poppins', 'Inter', sans-serif;
    font-size: 20px;
}

.feature span {
    color: var(--muted);
    line-height: 1.6;
}

.products-section {
    padding: clamp(34px, 5vw, 56px) 0;
    border-bottom: 1px solid var(--line);
}

.section-heading {
    margin-bottom: clamp(20px, 3vw, 28px);
    text-align: center;
}

.section-heading h2 {
    max-width: 720px;
    margin: 0 auto;
    font-family: 'Poppins', 'Inter', sans-serif;
    font-size: clamp(26px, 4vw, 34px);
    line-height: 1.2;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(16px, 3vw, 24px);
}

.product-card {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(32, 75, 45, 0.08);
}

.product-image {
    aspect-ratio: 4 / 3;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f2f6ee;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 16px;
}

.product-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 16px 18px 18px;
}

.product-info h3 {
    margin: 0;
    font-family: 'Poppins', 'Inter', sans-serif;
    font-size: 18px;
    line-height: 1.3;
}

.product-info strong {
    flex: 0 0 auto;
    color: var(--brand-main);
    font-family: 'Poppins', 'Inter', sans-serif;
    font-size: 17px;
}

.about-section {
    display: grid;
    grid-template-columns: minmax(240px, 0.85fr) minmax(0, 1.15fr);
    gap: clamp(24px, 5vw, 44px);
    align-items: start;
    position: relative;
    padding: clamp(18px, 3vw, 28px) 0 clamp(38px, 6vw, 54px);
    border-top: 0;
}

.about-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: var(--line);
}

.about-section small {
    margin-top: 0;
    margin-bottom: 6px;
    font-size: clamp(20px, 3vw, 28px);
    line-height: 1.1;
}

.about-section h2 {
    margin: 0;
    font-family: 'Poppins', 'Inter', sans-serif;
    font-size: clamp(26px, 4vw, 34px);
    line-height: 1.18;
}

.about-section p {
    margin: 0 0 20px;
    color: var(--muted);
    font-size: 17px;
    line-height: 1.75;
}

.landing-footer {
    border-top: 1px solid var(--line);
    padding: 22px 0;
    color: var(--muted);
    background: #1f2c24;
    border-top: 3px solid var(--accent);
    overflow-x: hidden;
}

.landing-footer-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 62px;
    text-align: center;
    font-weight: 600;
}

.landing-footer-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
    max-width: 780px;
    min-width: 0;
    padding: 0 72px;
}

.landing-footer-text strong {
    color: #ffffff;
    line-height: 1.45;
}

.landing-footer-logo {
    position: absolute;
    left: 0;
    width: 54px;
    height: 54px;
    object-fit: contain;
}

@media (max-width: 840px) {
    .hero {
        min-height: auto;
        padding: 58px 0 76px;
        background:
            linear-gradient(180deg, rgba(246, 248, 242, 0.96) 0%, rgba(246, 248, 242, 0.78) 100%),
            url("../img/logo/baner.png") center/cover no-repeat;
    }

    .hero h1 {
        max-width: 680px;
    }

    .features {
        grid-template-columns: 1fr;
    }

    .product-grid {
        grid-template-columns: 1fr;
    }

    .about-section {
        grid-template-columns: 1fr;
    }

}

@media (max-width: 520px) {
    .wrap,
    .hero-inner {
        width: min(100% - 28px, 1120px);
    }

    .hero {
        padding: 42px 0 56px;
    }

    .hero-actions .btn {
        width: 100%;
    }

    .btn {
        width: 100%;
        min-height: 46px;
        padding: 0 14px;
    }

    .product-info {
        align-items: flex-start;
        flex-direction: column;
    }

    .landing-footer-inner {
        justify-content: center;
        gap: 12px;
    }

    .landing-footer-text {
        padding: 0 0 0 66px;
    }

}
