:root {
    --bt-forest: #2f4f3a;
    --bt-forest-deep: #173228;
    --bt-sage: #eef5ec;
    --bt-sage-strong: #dde8db;
    --bt-ivory: #f7faf6;
    --bt-paper: #fffdf8;
    --bt-ink: #1f2933;
    --bt-muted: #66746b;
    --bt-olive: #8a9a5b;
    --bt-line: rgba(47, 79, 58, 0.14);
    --bt-shadow: 0 18px 48px rgba(47, 79, 58, 0.12);
}

body {
    background: var(--bt-ivory);
    color: var(--bt-ink);
}

a {
    color: var(--bt-forest);
}

.site-header.nav-layout-boxed,
.site-header.nav-layout-split {
    background: rgba(247, 250, 246, 0.9) !important;
    border-bottom: 1px solid var(--bt-line);
    backdrop-filter: blur(16px);
}

.site-header.nav-layout-boxed .header-inline {
    max-width: 1180px !important;
    min-height: 72px;
    padding: 0.9rem 1.45rem !important;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 12px 34px rgba(31, 41, 51, 0.08);
}

.logo a {
    color: var(--bt-forest) !important;
    font-family: var(--font-body);
    font-size: 1.26rem;
    font-weight: 850;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-decoration: none;
}

.logo a img {
    display: block;
    width: auto;
    height: 38px !important;
    max-height: 38px !important;
}

.main-nav .nav-list {
    gap: 1.5rem;
}

.main-nav .nav-list a {
    color: #26362f;
    font-family: var(--font-body);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.btn-search-toggle {
    color: #26362f;
}

.pb-type-hero .hero-section {
    min-height: min(720px, calc(100vh - 52px)) !important;
    padding-top: 94px !important;
    padding-bottom: 88px !important;
    background-color: var(--bt-forest);
    background-position: center 42%;
}

.pb-type-hero .hero-section--plain {
    min-height: 340px !important;
    padding-top: 88px !important;
    padding-bottom: 72px !important;
    background: var(--bt-sage) !important;
}

.pb-type-hero .hero-overlay {
    background: linear-gradient(90deg, rgba(16, 44, 36, 0.72), rgba(16, 44, 36, 0.42), rgba(16, 44, 36, 0.2)) !important;
    opacity: 1 !important;
}

.pb-type-hero .hero-content-cont {
    align-items: flex-start !important;
    max-width: 1180px;
    margin: 0 auto;
}

.pb-type-hero .hero-content-wrapper {
    max-width: 680px !important;
    text-align: left !important;
}

.pb-type-hero .hero-section--plain .hero-content-cont {
    align-items: center !important;
}

.pb-type-hero .hero-section--plain .hero-content-wrapper {
    max-width: 760px !important;
    text-align: center !important;
    box-sizing: border-box;
}

.pb-type-hero h1 {
    font-family: var(--font-heading);
    font-size: clamp(4.2rem, 10vw, 8.4rem);
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 0.9 !important;
    margin-bottom: 1.25rem !important;
    text-transform: uppercase;
    text-wrap: balance;
    text-shadow: 0 4px 24px rgba(0, 0, 0, 0.24);
}

.pb-type-hero .hero-section--plain h1 {
    color: var(--bt-forest-deep) !important;
    font-size: clamp(2.7rem, 6vw, 4.2rem);
    line-height: 1 !important;
    text-shadow: none;
}

.pb-type-hero .hero-subtitle {
    max-width: 610px;
    margin: 0 0 2rem;
    color: rgba(255, 255, 255, 0.94);
    font-size: 1.08rem;
    line-height: 1.8;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.28);
}

.pb-type-hero .hero-section--plain .hero-subtitle {
    max-width: 680px;
    margin: 0 auto;
    color: var(--bt-ink);
    text-shadow: none;
    overflow-wrap: anywhere;
}

.hero-section .hero-buttons {
    justify-content: flex-start !important;
}

.hero-section .hero-buttons .btn {
    min-height: 46px;
    padding: 0.82rem 1.25rem;
    border-radius: 8px !important;
    letter-spacing: 0;
    text-transform: none;
    font-weight: 800;
}

.hero-section .hero-buttons .btn-primary {
    background: var(--bt-paper);
    border-color: var(--bt-paper);
    color: var(--bt-forest-deep) !important;
}

.hero-section .hero-buttons .btn-outline-white {
    background: rgba(138, 154, 91, 0.92);
    border-color: rgba(138, 154, 91, 0.92);
    color: #fff !important;
}

.hero-section .hero-buttons a.btn,
.hero-section .hero-buttons a.btn:visited {
    color: var(--bt-forest-deep) !important;
}

.hero-section .hero-buttons a.btn-outline-white,
.hero-section .hero-buttons a.btn-outline-white:visited,
.hero-section .hero-buttons a.btn-outline-white:hover {
    color: #fff !important;
}

.subcat-hero-section {
    margin-bottom: 0;
}

.section-header {
    margin-bottom: 2.1rem;
}

.section-header h2 {
    color: var(--bt-forest);
    font-family: var(--font-heading);
    font-size: clamp(2rem, 3.2vw, 2.75rem);
    font-weight: 600;
    letter-spacing: 0;
}

.section-header h2::after {
    background: var(--bt-olive) !important;
}

.featured-cat-mini-grid {
    max-width: 900px;
}

.featured-cat-mini {
    background: var(--bt-paper);
    border: 1px solid var(--bt-line);
    box-shadow: 0 10px 28px rgba(47, 79, 58, 0.08);
}

.featured-cat-mini .emoji-icon,
.featured-cat-mini svg {
    color: var(--bt-forest);
}

.pb-type-smart_grid {
    background: var(--bt-paper);
}

.pb-type-smart_grid .smart-grid {
    padding-inline: 1.25rem;
}

.pb-type-smart_grid .image-section,
.pb-type-smart_grid .dynamic-section {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.pb-type-smart_grid .image-section img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 8px !important;
    box-shadow: var(--bt-shadow) !important;
}

.bionaturo-method-grid {
    position: relative;
}

.bt-kicker {
    margin: 0 0 0.75rem !important;
    color: var(--bt-olive) !important;
    font-size: 0.78rem !important;
    font-weight: 800;
    letter-spacing: 0.12em;
    line-height: 1.2 !important;
    text-transform: uppercase;
}

.section-text-content h2 {
    max-width: 620px;
    margin: 0 0 1.2rem !important;
    color: var(--bt-forest) !important;
    font-family: var(--font-heading) !important;
    font-size: clamp(2.25rem, 4vw, 3.45rem) !important;
    font-weight: 600;
    line-height: 1.02;
    text-wrap: balance;
}

.section-text-content .legal-content h2 {
    max-width: none;
    margin: 2.25rem 0 0.75rem !important;
    font-size: clamp(1.35rem, 1.8vw, 1.65rem) !important;
    font-weight: 650;
    line-height: 1.22;
    text-wrap: pretty;
}

.section-text-content .legal-content h2:first-child {
    margin-top: 0 !important;
}

.section-text-content p {
    max-width: 620px;
    color: var(--bt-muted);
    font-size: 1.08rem;
    line-height: 1.85;
}

.section-text-content .legal-content p,
.section-text-content .legal-content li {
    max-width: none;
}

.bt-method-list {
    display: grid;
    gap: 0.7rem;
    margin: 1.25rem 0 1.7rem;
    padding: 0;
    list-style: none;
}

.bt-method-list li {
    position: relative;
    padding-left: 1.35rem;
    color: var(--bt-ink);
    line-height: 1.55;
}

.bt-method-list li::before {
    content: "";
    position: absolute;
    top: 0.66em;
    left: 0;
    width: 0.48rem;
    height: 0.48rem;
    border-radius: 50%;
    background: var(--bt-olive);
}

.services-section {
    border-top: 1px solid var(--bt-line);
    border-bottom: 1px solid var(--bt-line);
}

.services-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    max-width: 980px;
    margin-inline: auto;
}

.service-card {
    width: auto !important;
    background: rgba(255, 253, 248, 0.86);
    border: 1px solid var(--bt-line) !important;
    border-radius: 8px !important;
    box-shadow: none !important;
}

.service-card:hover {
    box-shadow: var(--bt-shadow) !important;
}

.service-icon {
    color: var(--bt-forest);
    font-size: 2.1rem;
}

.service-card h3 {
    color: var(--bt-forest);
    font-family: var(--font-heading);
    font-size: 1.55rem;
    font-weight: 600;
}

.service-card p {
    color: var(--bt-muted);
}

.grid-4.align-center {
    max-width: 980px;
    margin-inline: auto;
}

.grid-4 .card,
.testimonial-card {
    border: 1px solid var(--bt-line) !important;
    border-radius: 8px !important;
    box-shadow: 0 12px 32px rgba(47, 79, 58, 0.08) !important;
}

.grid-4 .card h3,
.grid-4 .card-title {
    color: var(--bt-forest);
    font-family: var(--font-heading);
    font-weight: 600;
}

.testimonials-section {
    background: var(--bt-ivory) !important;
}

.testimonials-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    max-width: 980px;
}

.newsletter-section {
    padding: 96px 0 !important;
}

.newsletter-wrapper {
    max-width: 720px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 8px !important;
    background: rgba(255, 253, 248, 0.94);
    box-shadow: 0 22px 54px rgba(16, 44, 36, 0.18);
}

.newsletter-wrapper h2 {
    color: var(--bt-forest);
}

.newsletter-btn,
.btn-primary {
    background: var(--bt-forest-deep);
    border-color: var(--bt-forest-deep);
    color: #fff !important;
    border-radius: 8px !important;
}

.newsletter-btn:hover,
.btn-primary:hover {
    background: var(--bt-forest-deep);
    color: #fff !important;
}

a.btn,
a.btn:visited,
.section-text-content a.btn,
.section-text-content a.btn:visited,
.section-text-content a.btn-primary,
.section-text-content a.btn-primary:visited,
.dynamic-section a.btn,
.dynamic-section a.btn:visited {
    color: #fff !important;
    text-decoration: none !important;
}

.section-text-content a.btn:hover,
.section-text-content a.btn-primary:hover,
.dynamic-section a.btn:hover,
.dynamic-section a.btn-primary:hover {
    color: #fff !important;
}

.pb-type-hero .hero-section .hero-buttons .btn.btn-primary,
.pb-type-hero .hero-section .hero-buttons .btn.btn-primary:visited {
    background: var(--bt-paper) !important;
    border-color: var(--bt-paper) !important;
    color: var(--bt-forest-deep) !important;
}

.pb-type-hero .hero-section .hero-buttons .btn.btn-primary:hover {
    background: #ffffff !important;
    border-color: #ffffff !important;
    color: var(--bt-forest-deep) !important;
}

.pb-type-hero .hero-section .hero-buttons .btn.btn-outline-white,
.pb-type-hero .hero-section .hero-buttons .btn.btn-outline-white:visited,
.pb-type-hero .hero-section .hero-buttons .btn.btn-outline-white:hover {
    background: rgba(138, 154, 91, 0.94) !important;
    border-color: rgba(138, 154, 91, 0.94) !important;
    color: #fff !important;
}

.site-footer,
.footer,
footer {
    background: #171d19 !important;
    color: rgba(255, 253, 248, 0.86) !important;
}

.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer .footer-title,
.site-footer .footer_about_title,
.site-footer a,
.footer h2,
.footer h3,
.footer h4,
.footer a,
footer h2,
footer h3,
footer h4,
footer a {
    color: #f6f1e8 !important;
}

.site-footer .footer-col img {
    width: min(230px, 100%) !important;
    max-width: 230px;
}

.category-hero {
    background-color: var(--bt-sage) !important;
    margin-bottom: 0 !important;
}

.category-hero.has-image {
    min-height: 430px;
}

.category-hero.has-image .hero-overlay {
    background: linear-gradient(90deg, rgba(16, 44, 36, 0.72), rgba(16, 44, 36, 0.46)) !important;
}

.category-hero h1 {
    font-family: var(--font-heading) !important;
    font-size: clamp(2.8rem, 6vw, 4.6rem) !important;
    font-weight: 700 !important;
    letter-spacing: 0.02em;
    line-height: 0.96;
    text-transform: uppercase;
}

.category-hero .hero-description {
    max-width: 720px;
    font-size: 1.08rem !important;
    line-height: 1.75;
}

.seo-text-block {
    max-width: 980px;
    margin-inline: auto;
    border-top: 1px solid var(--bt-line) !important;
    color: var(--bt-ink) !important;
}

.bt-category-pillar {
    max-width: 900px;
    margin: 0 auto;
}

.bt-category-pillar h2 {
    max-width: 720px;
    margin: 0 0 1rem !important;
    color: var(--bt-forest) !important;
    font-family: var(--font-heading) !important;
    font-size: clamp(1.85rem, 3vw, 2.45rem) !important;
    font-weight: 650;
    line-height: 1.08;
    text-wrap: balance;
}

.bt-category-pillar h3 {
    margin: 0 0 0.75rem;
    color: var(--bt-forest-deep);
    font-family: var(--font-heading);
    font-size: 1.35rem;
    font-weight: 650;
}

.bt-category-pillar p,
.bt-category-pillar li {
    color: var(--bt-muted);
    font-size: 1rem;
    line-height: 1.75;
}

.bt-category-pillar-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 1.25rem;
    margin-top: 1.75rem;
}

.bt-category-pillar-grid > div {
    border: 1px solid var(--bt-line);
    border-radius: 8px;
    background: rgba(255, 253, 248, 0.82);
    padding: 1.4rem;
}

.bt-category-pillar ul {
    margin: 0;
    padding-left: 1.1rem;
}

.site-footer p,
.site-footer li,
.site-footer span,
.footer p,
.footer li,
.footer span,
footer p,
footer li,
footer span {
    color: rgba(255, 253, 248, 0.72) !important;
}

.site-footer a:hover,
.footer a:hover,
footer a:hover {
    color: #ffffff !important;
}

@media (max-width: 900px) {
    .pb-type-hero .hero-section {
        min-height: 620px !important;
        padding-top: 86px !important;
        padding-bottom: 72px !important;
    }

    .pb-type-hero .hero-section--plain {
        min-height: 360px !important;
        padding-top: 56px !important;
        padding-bottom: 52px !important;
    }

    .pb-type-hero .hero-content-wrapper {
        max-width: 100% !important;
    }

    .pb-type-hero .hero-section--plain .hero-content-wrapper {
        max-width: calc(100% - 40px) !important;
    }

    .pb-type-hero h1 {
        font-size: clamp(3.25rem, 17vw, 5.2rem);
    }

    .pb-type-hero .hero-section--plain h1 {
        font-size: clamp(2.1rem, 9vw, 2.9rem);
        letter-spacing: 0.02em;
    }

    .pb-type-hero .hero-section--plain .hero-subtitle {
        font-size: 1rem;
        line-height: 1.65;
        width: min(100%, 19.5rem);
        max-width: 100%;
        padding-inline: 0.25rem;
        box-sizing: border-box;
    }

    .services-grid,
    .testimonials-grid,
    .bt-category-pillar-grid {
        grid-template-columns: 1fr !important;
    }

    .pb-type-smart_grid .smart-grid {
        grid-template-columns: 1fr;
        padding-top: 68px !important;
        padding-bottom: 68px !important;
    }

    .section-text-content,
    .section-text-content p,
    .section-text-content li,
    .section-text-content h2 {
        max-width: 100% !important;
        overflow-wrap: anywhere;
    }
}

@media (max-width: 620px) {
    .site-header.nav-layout-boxed .header-inline {
        min-height: 60px;
        border-radius: 0;
    }

    .logo a {
        font-size: 1.12rem;
        letter-spacing: 0.01em;
    }

    .hero-section .hero-buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .hero-section .hero-buttons .btn {
        justify-content: center;
        text-align: center;
    }

    .newsletter-wrapper {
        padding: 2rem 1.25rem;
    }
}
