:root {
    --brand: #2f7a3d;
    --brand-dark: #173128;
    --accent: #d97706;
    --ink: #20313a;
    --muted: #5b6e77;
    --line: #dbe4dc;
    --shadow: 0 18px 45px rgba(17, 35, 29, 0.08);
}

html {
    scroll-behavior: smooth;
}

body {
    background: #f6f8f5;
    color: var(--ink);
    line-height: 1.7;
}

p {
    line-height: 1.8;
}

a {
    color: var(--brand);
}

a:hover,
a:focus {
    color: var(--brand-dark);
    text-decoration: none;
}

.site-topbar {
    background: linear-gradient(135deg, #132126, #254338);
    padding: 10px 0;
}

.site-topbar .tpinfo {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    align-items: center;
    justify-content: center;
}

.site-topbar .tpinfo span,
.site-topbar .tpinfo a {
    color: #f4f8f4;
    margin-right: 0;
    font-size: 14px;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 40;
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid rgba(23, 49, 40, 0.08);
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 18px 0;
}

.brand {
    display: inline-flex;
    flex-direction: column;
}

.brand-title {
    font-family: 'Raleway', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: var(--brand-dark);
    line-height: 1.1;
}

.brand-subtitle {
    color: var(--muted);
    font-size: 13px;
    margin-top: 4px;
}

.site-nav,
.header-cta,
.hero-actions,
.cta-band-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 22px;
}

.site-nav a {
    color: var(--ink);
    font-weight: 600;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 22px;
    border-radius: 999px;
    border: 1px solid transparent;
    background: var(--brand);
    color: #fff;
    font-weight: 700;
    box-shadow: 0 14px 35px rgba(47, 122, 61, 0.22);
}

.cta-button:hover,
.cta-button:focus {
    color: #fff;
    background: #236332;
}

.cta-button--ghost {
    background: #fff;
    color: var(--brand-dark);
    border-color: rgba(23, 49, 40, 0.15);
    box-shadow: none;
}

.cta-button--ghost:hover,
.cta-button--ghost:focus {
    color: var(--brand-dark);
    background: #f5f8f5;
}

.cta-button--accent {
    background: var(--accent);
}

.cta-button--accent:hover,
.cta-button--accent:focus {
    background: #b45309;
}

.cta-button--ghost-light {
    background: transparent;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.38);
    box-shadow: none;
}

.cta-button--ghost-light:hover,
.cta-button--ghost-light:focus {
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
}

.hero-section {
    padding: 120px 0 110px;
    background:
        linear-gradient(135deg, rgba(15, 28, 26, 0.85), rgba(23, 49, 40, 0.68)),
        url(/assets/images/header.jpg) center center / cover no-repeat;
}

.hero-content {
    max-width: 840px;
    color: #fff;
}

.eyebrow {
    display: inline-block;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    font-size: 12px;
    font-weight: 700;
    color: var(--accent);
}

.hero-section h1,
.section-intro h2,
.about-copy h2,
.cta-band h2,
.feature-card h2 {
    margin-bottom: 18px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    line-height: 1.15;
}

.hero-section h1 {
    font-size: 54px;
    color: #fff;
}

.hero-lead {
    max-width: 760px;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.9);
}

.hero-actions {
    margin: 32px 0 24px;
}

.hero-points {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 24px;
}

.hero-points li {
    position: relative;
    padding: 16px 18px 16px 44px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.hero-points li::before {
    content: '\f00c';
    position: absolute;
    left: 18px;
    top: 15px;
    font-family: 'FontAwesome';
    color: #ffcf87;
}

.hero-note {
    margin-top: 22px;
    color: rgba(255, 255, 255, 0.82);
}

.hero-note a {
    color: #fff;
    text-decoration: underline;
}

.content-section {
    padding: 88px 0;
}

.section-muted {
    background: #fff;
}

.section-alt {
    background: linear-gradient(180deg, #edf4ee, #f6f8f5);
}

.section-intro {
    max-width: 820px;
    margin: 0 auto 48px;
    text-align: center;
}

.section-intro h2 {
    font-size: 40px;
    color: var(--brand-dark);
}

.grid-4,
.grid-3,
.step-grid,
.footer-grid,
.local-grid {
    display: grid;
    gap: 22px;
}

.grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.step-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.local-grid {
    grid-template-columns: 1.4fr 1fr;
}

.feature-card,
.step-card,
.faq-item {
    height: 100%;
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: #fff;
    box-shadow: var(--shadow);
}

.feature-card--soft {
    background: linear-gradient(180deg, #fff, #fbfcfa);
}

.feature-card i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    margin-bottom: 18px;
    border-radius: 18px;
    background: rgba(47, 122, 61, 0.1);
    color: var(--brand);
    font-size: 24px;
}

.feature-card h3,
.step-card h3,
.faq-item h3,
.footer-note h3 {
    margin-bottom: 14px;
    font-size: 24px;
    color: var(--brand-dark);
}

.card-list,
.about-list,
.brand-cloud {
    list-style: none;
}

.card-list {
    margin-top: 20px;
}

.card-list li,
.about-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
}

.card-list li::before,
.about-list li::before {
    content: '\f00c';
    position: absolute;
    left: 0;
    top: 1px;
    font-family: 'FontAwesome';
    color: var(--brand);
}

.step-number {
    display: inline-flex;
    padding: 7px 12px;
    margin-bottom: 16px;
    border-radius: 999px;
    background: rgba(217, 119, 6, 0.12);
    color: #b45309;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.about-panel {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    overflow: hidden;
    border-radius: 30px;
    background: linear-gradient(135deg, #183126, #29503c);
    box-shadow: 0 24px 55px rgba(12, 30, 23, 0.18);
}

.about-copy {
    padding: 48px;
    color: rgba(255, 255, 255, 0.9);
}

.about-copy h2 {
    color: #fff;
    font-size: 38px;
}

.about-visual {
    background:
        linear-gradient(135deg, rgba(15, 28, 26, 0.1), rgba(15, 28, 26, 0.32)),
        url(/assets/images/about-img.jpg) center center / cover no-repeat;
    min-height: 100%;
}

.brand-cloud {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.brand-cloud li {
    padding: 16px 18px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: #fff;
    text-align: center;
    font-weight: 700;
    color: var(--brand-dark);
}

.text-link {
    display: inline-block;
    margin-top: 14px;
    font-weight: 700;
}

.faq-list {
    display: grid;
    gap: 18px;
    max-width: 940px;
    margin: 0 auto;
}

.cta-band {
    display: grid;
    grid-template-columns: 1.3fr 0.9fr;
    gap: 28px;
    align-items: center;
    padding: 42px;
    border-radius: 32px;
    background: linear-gradient(135deg, #132126, #244336);
    color: rgba(255, 255, 255, 0.88);
    box-shadow: 0 26px 55px rgba(14, 28, 25, 0.24);
}

.cta-band h2 {
    color: #fff;
    font-size: 40px;
}

.footer-note {
    padding: 32px 0;
    background: #10191d;
    color: rgba(255, 255, 255, 0.8);
}

.footer-grid {
    grid-template-columns: 1.5fr 1fr 1fr;
}

.footer-note h3 {
    color: #fff;
    font-size: 20px;
}

.footer-note a {
    color: #fff;
}

.floating-whatsapp {
    position: fixed;
    right: 16px;
    bottom: 16px;
    z-index: 60;
}

.floating-whatsapp img {
    width: 68px;
}

@media screen and (max-width: 1199px) {
    .grid-4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .grid-3,
    .step-grid,
    .cta-band,
    .footer-grid,
    .local-grid,
    .about-panel {
        grid-template-columns: 1fr;
    }

    .hero-section h1 {
        font-size: 46px;
    }
}

@media screen and (max-width: 991px) {
    .site-header {
        position: static;
    }

    .header-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .hero-section {
        padding: 90px 0 80px;
    }

    .hero-points {
        grid-template-columns: 1fr;
    }

    .section-intro h2,
    .cta-band h2 {
        font-size: 34px;
    }
}

@media screen and (max-width: 767px) {
    .hero-section h1 {
        font-size: 36px;
    }

    .hero-lead {
        font-size: 18px;
    }

    .content-section {
        padding: 68px 0;
    }

    .section-intro h2,
    .about-copy h2,
    .cta-band h2 {
        font-size: 30px;
    }

    .feature-card,
    .step-card,
    .faq-item,
    .about-copy,
    .cta-band {
        padding: 24px;
    }

    .brand-cloud {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (max-width: 575px) {
    .grid-4,
    .grid-3,
    .brand-cloud {
        grid-template-columns: 1fr;
    }

    .cta-button {
        width: 100%;
    }

    .hero-section h1 {
        font-size: 31px;
    }
}
