:root {
    --bg: #e6f1d8;
    --bg-soft: #f3faea;
    --paper: rgba(255, 255, 255, 0.84);
    --surface: #ffffff;
    --ink: #203125;
    --muted: #617263;
    --line: rgba(32, 49, 37, 0.12);
    --brand: #2f7a32;
    --brand-deep: #1e5423;
    --accent: #d7c63b;
    --accent-deep: #b19f1b;
    --brand-soft: rgba(47, 122, 50, 0.12);
    --accent-soft: rgba(215, 198, 59, 0.18);
    --shadow: 0 24px 60px rgba(36, 55, 30, 0.13);
    --radius-lg: 34px;
    --radius-md: 26px;
    --nav-height: 96px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: calc(var(--nav-height) + 0.75rem);
}

body {
    margin: 0;
    color: var(--ink);
    font-family: "Manrope", sans-serif;
    background:
        radial-gradient(circle at top left, rgba(47, 122, 50, 0.2), transparent 28%),
        radial-gradient(circle at top right, rgba(157, 204, 107, 0.16), transparent 24%),
        radial-gradient(circle at bottom right, rgba(215, 198, 59, 0.08), transparent 22%),
        linear-gradient(135deg, var(--bg) 0%, var(--bg-soft) 100%);
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    background-image:
        linear-gradient(rgba(32, 48, 42, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(32, 48, 42, 0.03) 1px, transparent 1px);
    background-size: 34px 34px;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), transparent 95%);
    pointer-events: none;
}

h1,
h2,
h3,
.navbar-brand strong {
    font-family: "Outfit", sans-serif;
}

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

.main-nav {
    backdrop-filter: blur(18px);
    background: rgba(243, 250, 234, 0.9);
    border-bottom: 1px solid rgba(255, 255, 255, 0.75);
    box-shadow: 0 8px 30px rgba(20, 37, 31, 0.06);
}

.navbar-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.9rem;
    color: var(--ink);
    max-width: min(420px, 72vw);
}

.brand-logo {
    width: 180px;
    height: auto;
    max-height: 88px;
    object-fit: contain;
    border-radius: 14px;
    background: #fff;
    padding: 0.4rem 0.5rem;
    border: 2px solid rgba(47, 122, 50, 0.12);
    box-shadow: 0 12px 24px rgba(20, 37, 31, 0.08);
}

.brand-copy {
    display: flex;
    flex-direction: column;
    line-height: 1.05;
}

.brand-copy strong {
    font-size: 1.05rem;
}

.brand-copy small {
    color: var(--muted);
    font-size: 0.95rem;
}

.navbar-toggler {
    border: 0;
    background: rgba(215, 198, 59, 0.2);
    border-radius: 14px;
    padding: 0.55rem 0.7rem;
}

.navbar-nav .nav-link {
    color: var(--muted);
    font-weight: 700;
    letter-spacing: 0.02em;
    padding-inline: 0.95rem !important;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
    color: var(--brand-deep);
}

.lang-switch {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    margin-top: 1rem;
}

.lang-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    background: transparent;
    transition: transform 0.2s ease, opacity 0.2s ease, filter 0.2s ease;
    opacity: 0.62;
}

.lang-btn:hover,
.lang-btn.is-active {
    opacity: 1;
    transform: translateY(-1px) scale(1.05);
}

.lang-flag {
    display: block;
    width: 24px;
    height: 18px;
    object-fit: cover;
    border-radius: 2px;
    box-shadow: 0 4px 10px rgba(32, 49, 37, 0.12);
}

.lang-btn.is-active .lang-flag {
    outline: 2px solid rgba(47, 122, 50, 0.28);
    outline-offset: 2px;
}

.hero-section,
.content-section {
    position: relative;
    padding: 5.5rem 0;
}

.hero-section {
    padding-top: calc(var(--nav-height) + 2.8rem);
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.section-soft {
    background: linear-gradient(180deg, rgba(232, 244, 217, 0.44), rgba(255, 255, 255, 0.58));
}

.hero-shell,
.feature-card,
.contact-card,
.social-card,
.contact-list-card {
    background: var(--paper);
    border: 1px solid rgba(255, 255, 255, 0.9);
    box-shadow: var(--shadow);
}

.hero-shell {
    overflow: hidden;
    border-radius: var(--radius-lg);
    position: relative;
    background:
        linear-gradient(135deg, rgba(239, 248, 226, 0.96), rgba(255, 255, 255, 0.88)),
        linear-gradient(90deg, var(--brand-soft), transparent);
}

.hero-band {
    position: absolute;
    inset: 0 0 auto 0;
    height: 14px;
    background: linear-gradient(90deg, var(--brand), var(--accent));
}

.hero-copy {
    padding: 3.2rem 3rem;
}

.hero-visual {
    height: 100%;
    min-height: 320px;
    padding: 2.4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
    background:
        radial-gradient(circle at top right, rgba(157, 204, 107, 0.16), transparent 34%),
        linear-gradient(180deg, rgba(47, 122, 50, 0.06), rgba(47, 122, 50, 0.14));
}

.hero-photo-frame {
    background: linear-gradient(180deg, #ffffff, #f6fbe9);
    border: 1px solid rgba(47, 122, 50, 0.12);
    border-radius: 26px;
    padding: 1rem;
    box-shadow: 0 16px 32px rgba(36, 55, 30, 0.1);
}

.hero-image {
    width: 100%;
    height: auto;
    max-height: 440px;
    object-fit: contain;
    border-radius: 18px;
    display: block;
    background: #fff;
}

.hero-note {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.95rem 1.1rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid rgba(47, 122, 50, 0.1);
    color: var(--muted);
}

.hero-note strong {
    color: var(--brand-deep);
}

.hero-map {
    overflow: hidden;
    border-radius: 22px;
    border: 1px solid rgba(47, 122, 50, 0.12);
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 16px 32px rgba(36, 55, 30, 0.08);
}

.hero-map iframe {
    display: block;
    width: 100%;
    height: 350px;
}

.eyebrow,
.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    margin-bottom: 1rem;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--brand);
}

.eyebrow::before,
.section-kicker::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--brand);
    box-shadow: 0 0 0 6px rgba(47, 122, 50, 0.14);
}

.hero-copy h1 {
    font-size: clamp(2.45rem, 5.3vw, 2.95rem);
    line-height: 0.98;
    letter-spacing: -0.05em;
    margin: 0;
    max-width: 11ch;
}

.hero-text,
.section-heading p,
.feature-card p,
.feature-body,
.contact-card p,
.social-card p,
.contact-copy p,
.contact-list-card p {
    color: var(--muted);
    line-height: 1.75;
    margin-bottom: 0;
}

.hero-text {
    margin-top: 1.4rem;
    max-width: 38rem;
    font-size: 1.04rem;
}

.hero-text p + p {
    margin-top: 1rem;
}

.hero-highlights {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1.8rem;
}

.hero-highlight {
    padding: 1rem 1.1rem;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(247, 251, 232, 0.88));
    border: 1px solid rgba(47, 122, 50, 0.1);
}

.hero-highlight strong,
.hero-highlight span {
    display: block;
}

.hero-highlight strong {
    font-size: 0.92rem;
    color: var(--brand-deep);
    margin-bottom: 0.3rem;
}

.hero-highlight-icon {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 5.5rem;
    margin-bottom: 0.55rem;
}

.hero-highlight-image {
    width: 80%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
    margin: 0 auto;
    filter: sepia(1) saturate(4.2) hue-rotate(70deg) brightness(0.78);
}

.hero-highlight span {
    color: var(--muted);
    line-height: 1.5;
    font-size: 0.95rem;
}

.btn-brand,
.btn-outline-brand {
    border-radius: 999px;
    padding: 0.95rem 1.45rem;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.btn-brand {
    color: #fff;
    background: linear-gradient(135deg, var(--brand), #4b9d43);
    border: 0;
    box-shadow: 0 14px 28px rgba(47, 122, 50, 0.28);
}

.btn-icon {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
}

.btn-brand:hover {
    color: #fff;
    background: linear-gradient(135deg, var(--brand-deep), var(--brand));
}

.btn-outline-brand {
    border: 1px solid rgba(177, 159, 27, 0.4);
    color: var(--brand-deep);
    background: rgba(235, 246, 221, 0.9);
}

.btn-outline-brand:hover {
    color: var(--ink);
    background: rgba(215, 198, 59, 0.12);
}

.section-heading {
    max-width: 44rem;
    margin-bottom: 2rem;
}

.section-heading h2 {
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1;
    margin-bottom: 0.9rem;
}

.legal-identity {
    margin-top: 1.25rem;
    padding: 1rem 1.15rem;
    border-left: 4px solid var(--brand);
    border-radius: 0 18px 18px 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.76), rgba(239, 248, 226, 0.76));
    box-shadow: 0 14px 28px rgba(36, 55, 30, 0.08);
}

.legal-identity strong {
    display: block;
    margin-bottom: 0.35rem;
    color: var(--brand-deep);
    font-family: "Outfit", sans-serif;
    font-size: 0.98rem;
}

.legal-identity p {
    margin: 0;
}

.about-top {
    margin-bottom: 0.4rem;
}

.about-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
    padding: 1rem;
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(255, 255, 255, 0.95);
    box-shadow: 0 20px 50px rgba(36, 55, 30, 0.11);
    backdrop-filter: blur(10px);
}

.about-visual-image {
    display: block;
    width: 100%;
    max-width: 230px;
    height: auto;
    object-fit: contain;
}

.feature-card,
.contact-card,
.social-card,
.contact-list-card {
    border-radius: var(--radius-md);
    padding: 1.8rem;
    height: 100%;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(239, 248, 226, 0.84));
}

.feature-card {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.7), rgba(239, 248, 226, 0.7));
}

.feature-icon,
.contact-item i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--brand);
}

.feature-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 1rem;
    background: linear-gradient(135deg, var(--accent-soft), var(--brand-soft));
    font-size: 1.1rem;
    flex: 0 0 auto;
}

.feature-head {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1rem;
}

.feature-card h3,
.social-card h3 {
    margin-bottom: 0;
}

.feature-body p + p {
    margin-top: 0.9rem;
}

.feature-list {
    margin: 1rem 0 0;
    padding-left: 1.1rem;
}

.feature-list li + li {
    margin-top: 0.35rem;
}

.contact-grid {
    display: grid;
    gap: 1.3rem;
}

.contact-header {
    margin-bottom: 1.75rem;
}

.contact-header h2 {
    font-size: clamp(2rem, 4vw, 2.7rem);
    line-height: 1;
    margin-bottom: 0.9rem;
}

.contact-copy h2 {
    font-size: clamp(2.4rem, 5vw, 3.2rem);
    line-height: 0.98;
    margin-bottom: 1rem;
}

.contact-copy p {
    max-width: 34rem;
    font-size: 1.04rem;
}

.contact-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1.5rem;
    padding: 1rem;
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(255, 255, 255, 0.95);
    box-shadow: 0 20px 50px rgba(36, 55, 30, 0.11);
    backdrop-filter: blur(10px);
}

.contact-visual-image {
    display: block;
    width: 100%;
    max-width: 230px;
    height: auto;
    object-fit: contain;
}

.contact-list-card {
    padding: 0;
    overflow: hidden;
}

.contact-row {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.25rem 1.4rem;
    color: inherit;
}

.contact-row + .contact-row {
    border-top: 1px solid rgba(32, 49, 37, 0.12);
}

.contact-row i {
    width: 2rem;
    font-size: 1.75rem;
    color: var(--brand);
    flex: 0 0 auto;
    margin-top: 0.15rem;
}

.contact-row strong {
    display: block;
    font-size: 1.2rem;
    line-height: 1.15;
    margin-bottom: 0.15rem;
    color: var(--ink);
}

.contact-row p {
    font-size: 1rem;
    line-height: 1.45;
}

.contact-item {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.contact-item i {
    width: 1.2rem;
    margin-top: 0.28rem;
}

.contact-item strong {
    display: block;
    margin-bottom: 0.3rem;
}

.social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 1.6rem;
}

.social-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.85rem 1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid var(--line);
    font-weight: 700;
}

.social-pill-strong {
    background: linear-gradient(135deg, var(--brand), var(--accent-deep));
    color: #fff;
    border-color: transparent;
}

.site-footer {
    padding: 2rem 0 2.4rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(90deg, #16381d 0%, #0a0f0b 100%);
}

.floating-whatsapp {
    position: fixed;
    right: 1.4rem;
    bottom: 1.4rem;
    z-index: 1030;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.9rem;
    height: 3.9rem;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(135deg, var(--brand), #4b9d43);
    box-shadow: 0 18px 34px rgba(47, 122, 50, 0.34);
    transition: transform 0.22s ease, opacity 0.22s ease, box-shadow 0.22s ease;
}

.floating-whatsapp:hover {
    color: #fff;
    transform: translateY(-2px) scale(1.03);
    box-shadow: 0 22px 38px rgba(47, 122, 50, 0.4);
}

.floating-whatsapp i {
    font-size: 1.9rem;
}

.floating-whatsapp.is-hidden {
    opacity: 0;
    pointer-events: none;
    transform: translateY(12px) scale(0.96);
}

.footer-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: space-between;
    align-items: end;
}

.footer-inner p,
.footer-meta {
    color: rgba(241, 247, 238, 0.78);
    margin: 0;
}

.footer-legal {
    margin-top: 0.45rem !important;
    font-size: 0.95rem;
    line-height: 1.55;
}

.site-footer strong {
    color: #fff;
}

.footer-meta {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.footer-powered {
    display: inline-flex;
    align-items: center;
    gap: 0.85rem;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 700;
}

.footer-powered-logo {
    display: block;
    width: auto;
    height: 34px;
    object-fit: contain;
}

.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 991.98px) {
    .brand-logo {
        width: 148px;
        max-height: 76px;
    }

    .hero-copy {
        padding: 2rem;
    }

    .hero-copy h1 {
        max-width: none;
    }

    .hero-visual {
        padding-top: 0;
    }

    .lang-switch {
        margin-top: 1.2rem;
    }
}

@media (max-width: 575.98px) {
    .navbar-brand {
        max-width: 78vw;
        gap: 0.75rem;
    }

    .brand-logo {
        width: 124px;
        max-height: 66px;
        padding: 0.32rem 0.4rem;
    }

    .brand-copy strong {
        font-size: 0.98rem;
    }

    .brand-copy small {
        font-size: 0.88rem;
    }

    .hero-section,
    .content-section {
        padding: 4.5rem 0;
    }

    .hero-section {
        padding-top: calc(var(--nav-height) + 2rem);
    }

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

    .hero-visual {
        padding: 1.2rem;
    }

    .floating-whatsapp {
        right: 1rem;
        bottom: 1rem;
        width: 3.5rem;
        height: 3.5rem;
    }

    .floating-whatsapp i {
        font-size: 1.75rem;
    }
}
