/* =========================================================
   POLÍTICA DE PRIVACIDAD - SANGAL PREMIUM
========================================================= */


/* =========================================================
   HERO
========================================================= */

.privacy-hero {
    position: relative;

    padding: 190px 0 120px;

    overflow: hidden;

    background:
        linear-gradient(
            135deg,
            rgba(6, 22, 13, 0.96),
            rgba(20, 70, 35, 0.90)
        ),
        url("media/1000685536.jpg");

    background-size: cover;

    background-position: center;

    color: #ffffff;
}


/* =========================================================
   CAPA DE PROFUNDIDAD
========================================================= */

.privacy-hero::before {
    content: "";

    position: absolute;

    inset: 0;

    background:
        radial-gradient(
            circle at 15% 20%,
            rgba(143, 224, 170, 0.16),
            transparent 30%
        ),

        radial-gradient(
            circle at 85% 80%,
            rgba(121, 168, 111, 0.14),
            transparent 28%
        );

    pointer-events: none;
}


/* =========================================================
   CONTENIDO HERO
========================================================= */

.privacy-hero-content {
    position: relative;

    z-index: 2;
}


/* =========================================================
   DECORACIONES FLOTANTES
========================================================= */

.privacy-hero-decoration {
    position: absolute;

    z-index: 1;

    color: rgba(255, 255, 255, 0.10);

    pointer-events: none;

    animation: privacyFloat 6s ease-in-out infinite;
}


.decoration-leaf-1 {
    top: 20%;

    right: 8%;

    font-size: 8rem;

    transform: rotate(25deg);
}


.decoration-leaf-2 {
    bottom: 10%;

    left: 6%;

    font-size: 6rem;

    animation-delay: 2s;
}


@keyframes privacyFloat {

    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-18px) rotate(8deg);
    }

}


/* =========================================================
   BREADCRUMB
========================================================= */

.privacy-breadcrumb {
    display: flex;

    align-items: center;

    gap: 12px;

    margin-bottom: 35px;

    color: rgba(255, 255, 255, 0.60);

    font-size: 0.9rem;
}


.privacy-breadcrumb a {
    display: inline-flex;

    align-items: center;

    gap: 8px;

    color: #ffffff;

    text-decoration: none;

    transition: color 0.3s ease;
}


.privacy-breadcrumb a:hover {
    color: #8fe0aa;
}


.privacy-breadcrumb > i {
    font-size: 0.7rem;

    opacity: 0.5;
}


/* =========================================================
   ETIQUETA
========================================================= */

.privacy-label {
    width: fit-content;

    display: inline-flex;

    align-items: center;

    gap: 10px;

    padding: 10px 16px;

    margin-bottom: 22px;

    border: 1px solid rgba(143, 224, 170, 0.25);

    border-radius: 50px;

    background: rgba(255, 255, 255, 0.08);

    backdrop-filter: blur(10px);

    color: #a7e8b8;

    font-size: 0.78rem;

    font-weight: 700;

    letter-spacing: 1px;
}


.privacy-label i {
    font-size: 1rem;
}


/* =========================================================
   TÍTULO HERO
========================================================= */

.privacy-hero h1 {
    max-width: 750px;

    margin-bottom: 25px;

    font-size: clamp(3.3rem, 7vw, 6.2rem);

    line-height: 1.05;

    color: #ffffff;
}


.privacy-hero h1 span {
    color: #8fe0aa;
}


/* =========================================================
   DESCRIPCIÓN HERO
========================================================= */

.privacy-hero-description {
    max-width: 650px;

    margin-bottom: 42px;

    color: rgba(255, 255, 255, 0.72);

    font-size: 1.1rem;

    line-height: 1.8;
}


/* =========================================================
   INFORMACIÓN HERO
========================================================= */

.privacy-hero-info {
    display: flex;

    flex-wrap: wrap;

    gap: 18px;
}


.privacy-info-item {
    display: flex;

    align-items: center;

    gap: 14px;

    padding: 16px 20px;

    border: 1px solid rgba(255, 255, 255, 0.10);

    border-radius: 18px;

    background: rgba(255, 255, 255, 0.07);

    backdrop-filter: blur(12px);
}


.privacy-info-icon {
    width: 45px;
    height: 45px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 14px;

    background: rgba(143, 224, 170, 0.14);

    color: #8fe0aa;
}


.privacy-info-item span {
    display: block;

    margin-bottom: 3px;

    color: rgba(255, 255, 255, 0.55);

    font-size: 0.75rem;
}


.privacy-info-item strong {
    font-size: 0.9rem;

    color: #ffffff;
}


/* =========================================================
   CONTENIDO PRINCIPAL
========================================================= */

.privacy-content-section {
    position: relative;

    padding: 120px 0;

    overflow: hidden;

    background:
        radial-gradient(
            circle at 5% 10%,
            rgba(47, 107, 59, 0.07),
            transparent 25%
        ),

        #f4f8f2;
}


/* =========================================================
   LAYOUT
========================================================= */

.privacy-layout {
    display: grid;

    grid-template-columns: 270px 1fr;

    gap: 60px;

    align-items: start;
}


/* =========================================================
   SIDEBAR
========================================================= */

.privacy-sidebar {
    position: sticky;

    top: 110px;
}


.privacy-sidebar-box {
    padding: 25px;

    border: 1px solid rgba(47, 107, 59, 0.10);

    border-radius: 22px;

    background: rgba(255, 255, 255, 0.85);

    box-shadow:
        0 20px 45px rgba(20, 45, 25, 0.06);
}


.privacy-sidebar-title {
    display: flex;

    align-items: center;

    gap: 10px;

    margin-bottom: 20px;

    padding-bottom: 16px;

    border-bottom: 1px solid rgba(47, 107, 59, 0.10);

    color: var(--texto-principal);

    font-weight: 700;
}


.privacy-sidebar-title i {
    color: var(--verde-principal);
}


.privacy-navigation {
    display: flex;

    flex-direction: column;

    gap: 6px;
}


.privacy-navigation a {
    display: flex;

    align-items: center;

    gap: 12px;

    padding: 11px 10px;

    border-radius: 10px;

    color: var(--texto-suave);

    font-size: 0.85rem;

    text-decoration: none;

    transition:
        background 0.3s ease,
        color 0.3s ease,
        transform 0.3s ease;
}


.privacy-navigation a span {
    color: var(--verde-principal);

    font-size: 0.72rem;

    font-weight: 700;
}


.privacy-navigation a:hover {
    background: var(--verde-suave);

    color: var(--verde-principal);

    transform: translateX(4px);
}


/* =========================================================
   INTRODUCCIÓN
========================================================= */

.privacy-introduction {
    display: flex;

    align-items: flex-start;

    gap: 28px;

    margin-bottom: 45px;

    padding: 42px;

    border-radius: 28px;

    background:
        linear-gradient(
            135deg,
            #ffffff,
            #f7faf6
        );

    border: 1px solid rgba(47, 107, 59, 0.10);

    box-shadow:
        0 18px 45px rgba(20, 45, 25, 0.06);
}


.privacy-intro-icon {
    min-width: 75px;

    height: 75px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 22px;

    background:
        linear-gradient(
            135deg,
            var(--verde-principal),
            #4d8d58
        );

    color: #ffffff;

    font-size: 1.8rem;

    box-shadow:
        0 15px 30px rgba(47, 107, 59, 0.20);
}


.privacy-introduction h2 {
    margin: 10px 0 15px;

    font-size: clamp(2rem, 3vw, 3rem);
}


.privacy-introduction h2 span {
    color: var(--verde-principal);
}


.privacy-introduction p {
    max-width: 700px;

    color: var(--texto-suave);

    line-height: 1.8;
}


/* =========================================================
   TARJETAS DE PRIVACIDAD
========================================================= */

.privacy-card {
    position: relative;

    display: grid;

    grid-template-columns: 85px 1fr;

    gap: 30px;

    margin-bottom: 28px;

    padding: 42px;

    overflow: hidden;

    border: 1px solid rgba(47, 107, 59, 0.10);

    border-radius: 28px;

    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.98),
            rgba(247, 250, 246, 0.95)
        );

    box-shadow:
        0 18px 45px rgba(20, 45, 25, 0.06);

    transition:
        transform 0.4s ease,
        box-shadow 0.4s ease,
        border-color 0.4s ease;
}


.privacy-card:hover {
    transform: translateY(-8px);

    border-color: rgba(47, 107, 59, 0.22);

    box-shadow:
        0 28px 60px rgba(20, 45, 25, 0.13);
}


/* NÚMERO DECORATIVO */

.privacy-card-number {
    position: absolute;

    top: 18px;

    right: 28px;

    font-size: 5rem;

    font-weight: 800;

    color: rgba(47, 107, 59, 0.055);

    pointer-events: none;
}


/* ICONO */

.privacy-card-icon {
    width: 75px;
    height: 75px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 22px;

    background:
        linear-gradient(
            135deg,
            var(--verde-suave),
            #dcebd9
        );

    color: var(--verde-principal);

    font-size: 1.8rem;

    box-shadow:
        0 12px 25px rgba(47, 107, 59, 0.10);

    transition:
        transform 0.4s ease,
        background 0.4s ease,
        color 0.4s ease;
}


.privacy-card:hover .privacy-card-icon {
    transform: rotate(-8deg) scale(1.08);

    background:
        linear-gradient(
            135deg,
            var(--verde-principal),
            #4d8d58
        );

    color: #ffffff;
}


/* CONTENIDO */

.privacy-card-content {
    position: relative;

    z-index: 1;
}


.privacy-card-label {
    display: inline-block;

    margin-bottom: 10px;

    color: var(--verde-principal);

    font-size: 0.72rem;

    font-weight: 800;

    letter-spacing: 1.2px;
}


.privacy-card h2 {
    margin-bottom: 16px;

    font-size: 1.8rem;

    color: var(--texto-principal);
}


.privacy-card p {
    color: var(--texto-suave);

    line-height: 1.8;
}


/* =========================================================
   GRID DE INFORMACIÓN
========================================================= */

.privacy-data-grid {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 14px;

    margin-top: 25px;
}


.privacy-data-item {
    display: flex;

    align-items: center;

    gap: 12px;

    padding: 16px;

    border-radius: 15px;

    background: rgba(47, 107, 59, 0.05);

    color: var(--texto-principal);

    font-size: 0.9rem;

    transition:
        transform 0.3s ease,
        background 0.3s ease;
}


.privacy-data-item:hover {
    transform: translateY(-4px);

    background: rgba(47, 107, 59, 0.10);
}


.privacy-data-item i {
    color: var(--verde-principal);
}


/* =========================================================
   LISTA
========================================================= */

.privacy-list {
    display: grid;

    gap: 14px;

    margin-top: 25px;

    list-style: none;
}


.privacy-list li {
    display: flex;

    align-items: flex-start;

    gap: 12px;

    color: var(--texto-suave);
}


.privacy-list i {
    width: 25px;
    height: 25px;

    display: flex;

    align-items: center;
    justify-content: center;

    flex-shrink: 0;

    border-radius: 50%;

    background: var(--verde-suave);

    color: var(--verde-principal);

    font-size: 0.7rem;
}


/* =========================================================
   DESTACADO DE SEGURIDAD
========================================================= */

.privacy-highlight {
    display: flex;

    align-items: flex-start;

    gap: 16px;

    margin-top: 25px;

    padding: 22px;

    border-left: 4px solid var(--verde-principal);

    border-radius: 0 18px 18px 0;

    background:
        linear-gradient(
            90deg,
            rgba(47, 107, 59, 0.09),
            rgba(47, 107, 59, 0.02)
        );
}


.privacy-highlight > i {
    color: var(--verde-principal);

    font-size: 1.5rem;
}


.privacy-highlight p {
    margin: 0;
}


/* =========================================================
   DERECHOS
========================================================= */

.privacy-rights {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 15px;

    margin-top: 25px;
}


.privacy-rights div {
    display: flex;

    flex-direction: column;

    align-items: center;

    gap: 10px;

    padding: 20px 12px;

    border: 1px solid rgba(47, 107, 59, 0.10);

    border-radius: 18px;

    background: rgba(47, 107, 59, 0.035);

    transition:
        transform 0.3s ease,
        background 0.3s ease;
}


.privacy-rights div:hover {
    transform: translateY(-5px);

    background: var(--verde-suave);
}


.privacy-rights i {
    color: var(--verde-principal);

    font-size: 1.3rem;
}


.privacy-rights span {
    font-size: 0.82rem;

    font-weight: 700;

    color: var(--texto-principal);
}


/* =========================================================
   CONTACTO FINAL
========================================================= */

.privacy-contact {
    position: relative;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 40px;

    margin-top: 50px;

    padding: 50px;

    overflow: hidden;

    border-radius: 30px;

    background:
        linear-gradient(
            135deg,
            #0a2413,
            #174b27
        );

    color: #ffffff;

    box-shadow:
        0 25px 55px rgba(20, 45, 25, 0.20);
}


.privacy-contact::before {
    content: "";

    position: absolute;

    width: 280px;
    height: 280px;

    top: -140px;
    right: -80px;

    border-radius: 50%;

    border: 1px solid rgba(143, 224, 170, 0.18);

    box-shadow:
        0 0 0 40px rgba(143, 224, 170, 0.025),
        0 0 0 80px rgba(143, 224, 170, 0.018);
}


.privacy-contact-content {
    position: relative;

    z-index: 1;

    display: flex;

    align-items: flex-start;

    gap: 22px;

    max-width: 650px;
}


.privacy-contact-icon {
    min-width: 65px;

    height: 65px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 20px;

    background: rgba(143, 224, 170, 0.12);

    color: #8fe0aa;

    font-size: 1.6rem;
}


.privacy-contact h2 {
    margin: 10px 0 12px;

    color: #ffffff;

    font-size: 2rem;
}


.privacy-contact p {
    color: rgba(255, 255, 255, 0.68);

    line-height: 1.7;
}


.privacy-contact-actions {
    position: relative;

    z-index: 1;

    display: flex;

    flex-direction: column;

    gap: 12px;

    min-width: 200px;
}


.privacy-contact-actions .btn {
    justify-content: center;
}


.privacy-whatsapp-button {
    display: flex;

    align-items: center;
    justify-content: center;

    gap: 10px;

    min-height: 52px;

    padding: 0 20px;

    border: 1px solid rgba(255, 255, 255, 0.15);

    border-radius: 14px;

    color: #ffffff;

    text-decoration: none;

    transition:
        transform 0.3s ease,
        background 0.3s ease;
}


.privacy-whatsapp-button:hover {
    transform: translateY(-3px);

    background: #25d366;
}


/* =========================================================
   RESPONSIVE - TABLET
========================================================= */

@media (max-width: 950px) {

    .privacy-layout {
        grid-template-columns: 1fr;

        gap: 40px;
    }


    .privacy-sidebar {
        position: relative;

        top: auto;
    }


    .privacy-navigation {
        display: grid;

        grid-template-columns: repeat(2, 1fr);
    }


    .privacy-contact {
        flex-direction: column;

        align-items: flex-start;
    }


    .privacy-contact-actions {
        width: 100%;

        flex-direction: row;
    }


    .privacy-contact-actions > * {
        flex: 1;
    }

}


/* =========================================================
   RESPONSIVE - CELULAR
========================================================= */

@media (max-width: 650px) {

    .privacy-hero {
        padding: 150px 0 85px;
    }


    .privacy-hero h1 {
        font-size: 3.2rem;
    }


    .privacy-hero-info {
        flex-direction: column;
    }


    .privacy-info-item {
        width: 100%;
    }


    .privacy-content-section {
        padding: 80px 0;
    }


    .privacy-sidebar-box {
        padding: 20px;
    }


    .privacy-navigation {
        grid-template-columns: 1fr;
    }


    .privacy-introduction {
        flex-direction: column;

        padding: 30px 25px;
    }


    .privacy-card {
        grid-template-columns: 1fr;

        gap: 22px;

        padding: 35px 25px;
    }


    .privacy-card-icon {
        width: 65px;
        height: 65px;

        border-radius: 20px;
    }


    .privacy-card-number {
        font-size: 4rem;

        top: 15px;
        right: 20px;
    }


    .privacy-data-grid {
        grid-template-columns: 1fr;
    }


    .privacy-rights {
        grid-template-columns: 1fr;
    }


    .privacy-rights div {
        flex-direction: row;

        justify-content: flex-start;

        padding: 16px;
    }


    .privacy-highlight {
        padding: 18px;
    }


    .privacy-contact {
        padding: 35px 25px;

        border-radius: 25px;
    }


    .privacy-contact-content {
        flex-direction: column;
    }


    .privacy-contact-actions {
        flex-direction: column;
    }

}

/* =========================================================
   TÉRMINOS Y CONDICIONES - SANGAL
========================================================= */


/* =========================================================
   HERO
========================================================= */

.terms-hero {
    position: relative;

    padding: 190px 0 120px;

    overflow: hidden;

    background:
        linear-gradient(
            135deg,
            rgba(5, 35, 20, 0.97),
            rgba(16, 72, 42, 0.94)
        ),
        url("media/1000685536.jpg");

    background-size: cover;

    background-position: center;

    color: #ffffff;
}


.terms-hero::before {
    content: "";

    position: absolute;

    inset: 0;

    background:
        radial-gradient(
            circle at 15% 20%,
            rgba(143, 224, 170, 0.18),
            transparent 35%
        ),
        radial-gradient(
            circle at 85% 80%,
            rgba(143, 224, 170, 0.12),
            transparent 30%
        );

    pointer-events: none;
}


.terms-hero-container {
    position: relative;

    z-index: 1;

    max-width: 900px;
}


/* =========================================================
   BREADCRUMB
========================================================= */

.terms-breadcrumb {
    display: flex;

    align-items: center;

    gap: 10px;

    margin-bottom: 30px;

    font-size: 0.88rem;

    color: rgba(255, 255, 255, 0.65);
}


.terms-breadcrumb a {
    display: flex;

    align-items: center;

    gap: 7px;

    color: #8fe0aa;

    transition: 0.3s ease;
}


.terms-breadcrumb a:hover {
    color: #ffffff;

    transform: translateX(3px);
}


.terms-breadcrumb > i {
    font-size: 0.65rem;

    opacity: 0.55;
}


/* =========================================================
   BADGE
========================================================= */

.terms-badge {
    width: fit-content;

    display: inline-flex;

    align-items: center;

    gap: 9px;

    padding: 10px 16px;

    margin-bottom: 25px;

    border: 1px solid rgba(143, 224, 170, 0.25);

    border-radius: 50px;

    background: rgba(255, 255, 255, 0.08);

    backdrop-filter: blur(10px);

    color: #8fe0aa;

    font-size: 0.72rem;

    font-weight: 700;

    letter-spacing: 1.5px;
}


.terms-badge i {
    font-size: 0.9rem;
}


/* =========================================================
   TÍTULO HERO
========================================================= */

.terms-hero h1 {
    max-width: 750px;

    margin-bottom: 25px;

    font-size: clamp(3.5rem, 7vw, 6.5rem);

    line-height: 1;

    letter-spacing: -2px;

    color: #ffffff;
}


.terms-hero h1 span {
    color: #8fe0aa;
}


.terms-hero-description {
    max-width: 680px;

    font-size: 1.12rem;

    line-height: 1.8;

    color: rgba(255, 255, 255, 0.72);
}


/* =========================================================
   META INFORMACIÓN
========================================================= */

.terms-meta {
    display: flex;

    flex-wrap: wrap;

    gap: 15px;

    margin-top: 40px;
}


.terms-meta-item {
    display: flex;

    align-items: center;

    gap: 10px;

    padding: 13px 18px;

    border: 1px solid rgba(255, 255, 255, 0.1);

    border-radius: 14px;

    background: rgba(255, 255, 255, 0.07);

    backdrop-filter: blur(8px);

    color: rgba(255, 255, 255, 0.8);

    font-size: 0.85rem;
}


.terms-meta-item i {
    color: #8fe0aa;
}


/* =========================================================
   INTRODUCCIÓN
========================================================= */

.terms-intro {
    position: relative;

    padding: 130px 0;

    overflow: hidden;

    background: #f5f8f3;
}


.terms-intro::before {
    content: "";

    position: absolute;

    width: 500px;

    height: 500px;

    top: -250px;

    right: -180px;

    border-radius: 50%;

    background: rgba(47, 107, 59, 0.06);

    pointer-events: none;
}


.terms-intro-grid {
    position: relative;

    z-index: 1;

    display: grid;

    grid-template-columns: 1.2fr 0.8fr;

    gap: 100px;

    align-items: center;
}


.terms-intro-content h2 {
    max-width: 650px;

    margin: 15px 0 25px;

    font-size: clamp(2.5rem, 4vw, 4rem);

    line-height: 1.12;

    color: var(--texto-principal);
}


.terms-intro-content h2 span {
    color: var(--verde-principal);
}


.terms-intro-content p {
    max-width: 650px;

    margin-bottom: 18px;

    color: var(--texto-suave);

    line-height: 1.8;

}


/* =========================================================
   TARJETA INTRO
========================================================= */

.terms-intro-card {
    position: relative;

    padding: 45px;

    overflow: hidden;

    border: 1px solid rgba(47, 107, 59, 0.12);

    border-radius: 30px;

    background:
        linear-gradient(
            145deg,
            #ffffff,
            #edf5ec
        );

    box-shadow:
        0 25px 60px rgba(20, 45, 25, 0.10);

    transition:
        transform 0.4s ease,
        box-shadow 0.4s ease;
}


.terms-intro-card:hover {
    transform: translateY(-10px);

    box-shadow:
        0 35px 75px rgba(20, 45, 25, 0.16);
}


.terms-intro-card::before {
    content: "";

    position: absolute;

    width: 200px;

    height: 200px;

    top: -100px;

    right: -100px;

    border-radius: 50%;

    background: rgba(47, 107, 59, 0.08);
}


.terms-intro-card-icon {
    position: relative;

    z-index: 1;

    width: 70px;

    height: 70px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-bottom: 25px;

    border-radius: 22px;

    background: var(--verde-principal);

    color: #ffffff;

    font-size: 1.6rem;

    box-shadow:
        0 15px 30px rgba(47, 107, 59, 0.22);
}


.terms-intro-card h3 {
    position: relative;

    z-index: 1;

    margin-bottom: 15px;

    font-size: 1.6rem;
}


.terms-intro-card > p {
    position: relative;

    z-index: 1;

    color: var(--texto-suave);

    line-height: 1.7;
}


.terms-mini-line {
    width: 100%;

    height: 1px;

    margin: 28px 0;

    background: rgba(47, 107, 59, 0.12);
}


.terms-card-feature {
    display: flex;

    align-items: center;

    gap: 12px;

    margin-top: 15px;

    color: var(--texto-principal);

    font-size: 0.92rem;

    font-weight: 600;
}


.terms-card-feature i {
    width: 25px;

    height: 25px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background: rgba(47, 107, 59, 0.1);

    color: var(--verde-principal);

    font-size: 0.7rem;
}


/* =========================================================
   CONTENIDO GENERAL
========================================================= */

.terms-content-section {
    padding: 130px 0;

    background: #ffffff;
}


.terms-content-section .container {
    max-width: 1050px;
}


/* =========================================================
   BLOQUES
========================================================= */

.terms-block {
    position: relative;

    display: grid;

    grid-template-columns: 110px 1fr;

    gap: 45px;

    padding: 70px 0;

    border-bottom: 1px solid rgba(47, 107, 59, 0.1);
}


.terms-block:first-child {
    padding-top: 0;
}


.terms-block:last-child {
    border-bottom: none;
}


.terms-number {
    position: sticky;

    top: 130px;

    width: 70px;

    height: 70px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 22px;

    background:
        linear-gradient(
            135deg,
            var(--verde-principal),
            #204f30
        );

    color: #ffffff;

    font-size: 1.1rem;

    font-weight: 700;

    box-shadow:
        0 15px 30px rgba(47, 107, 59, 0.18);
}


.terms-block-content {
    max-width: 800px;
}


.terms-block-content > p {
    margin-top: 25px;

    color: var(--texto-suave);

    font-size: 1rem;

    line-height: 1.85;
}


/* =========================================================
   ENCABEZADOS
========================================================= */

.terms-heading {
    display: flex;

    align-items: center;

    gap: 20px;
}


.terms-icon {
    flex-shrink: 0;

    width: 58px;

    height: 58px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 18px;

    background: var(--verde-suave);

    color: var(--verde-principal);

    font-size: 1.3rem;
}


.terms-heading span {
    display: block;

    margin-bottom: 6px;

    color: var(--verde-principal);

    font-size: 0.72rem;

    font-weight: 700;

    letter-spacing: 1.5px;
}


.terms-heading h2 {
    font-size: clamp(1.8rem, 3vw, 2.6rem);

    line-height: 1.2;
}


/* =========================================================
   DESTACADOS
========================================================= */

.terms-highlight {
    display: flex;

    gap: 18px;

    margin-top: 30px;

    padding: 25px 28px;

    border-left: 4px solid var(--verde-principal);

    border-radius: 0 18px 18px 0;

    background:
        linear-gradient(
            90deg,
            rgba(47, 107, 59, 0.08),
            rgba(47, 107, 59, 0.02)
        );
}


.terms-highlight i {
    color: var(--verde-principal);

    font-size: 1.3rem;
}


.terms-highlight p {
    margin: 0;

    color: var(--texto-principal);

    line-height: 1.7;
}


/* =========================================================
   SERVICIOS
========================================================= */

.terms-services-grid {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 20px;

    margin-top: 35px;
}


.terms-service-card {
    position: relative;

    padding: 30px;

    overflow: hidden;

    border: 1px solid rgba(47, 107, 59, 0.1);

    border-radius: 22px;

    background: #f8faf7;

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        background 0.35s ease;
}


.terms-service-card:hover {
    transform: translateY(-8px);

    background: #ffffff;

    box-shadow:
        0 20px 40px rgba(20, 45, 25, 0.10);
}


.terms-service-icon {
    width: 52px;

    height: 52px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-bottom: 22px;

    border-radius: 16px;

    background: var(--verde-suave);

    color: var(--verde-principal);

    font-size: 1.2rem;
}


.terms-service-card h3 {
    margin-bottom: 10px;

    font-size: 1.2rem;
}


.terms-service-card p {
    color: var(--texto-suave);

    font-size: 0.9rem;

    line-height: 1.65;
}


/* =========================================================
   TARJETAS INFORMATIVAS
========================================================= */

.terms-info-grid {
    display: grid;

    gap: 18px;

    margin-top: 35px;
}


.terms-info-card {
    display: flex;

    align-items: flex-start;

    gap: 20px;

    padding: 25px;

    border: 1px solid rgba(47, 107, 59, 0.1);

    border-radius: 20px;

    background: #ffffff;

    box-shadow:
        0 10px 25px rgba(20, 45, 25, 0.04);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}


.terms-info-card:hover {
    transform: translateX(8px);

    box-shadow:
        0 18px 35px rgba(20, 45, 25, 0.08);
}


.terms-info-card > i {
    width: 48px;

    height: 48px;

    flex-shrink: 0;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 15px;

    background: var(--verde-suave);

    color: var(--verde-principal);

    font-size: 1.1rem;
}


.terms-info-card h3 {
    margin-bottom: 6px;

    font-size: 1.05rem;
}


.terms-info-card p {
    color: var(--texto-suave);

    font-size: 0.9rem;

    line-height: 1.6;
}


/* =========================================================
   AVISO IMPORTANTE
========================================================= */

.terms-notice {
    display: flex;

    align-items: center;

    gap: 20px;

    margin-top: 30px;

    padding: 28px;

    border-radius: 22px;

    background:
        linear-gradient(
            135deg,
            #123c25,
            #1f6037
        );

    color: #ffffff;

    box-shadow:
        0 20px 45px rgba(20, 70, 40, 0.18);
}


.terms-notice-icon {
    width: 55px;

    height: 55px;

    flex-shrink: 0;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 18px;

    background: rgba(255, 255, 255, 0.12);

    color: #8fe0aa;

    font-size: 1.3rem;
}


.terms-notice h3 {
    margin-bottom: 6px;

    color: #ffffff;
}


.terms-notice p {
    color: rgba(255, 255, 255, 0.75);

    line-height: 1.6;
}


/* =========================================================
   LISTA RESPONSABILIDADES
========================================================= */

.terms-check-list {
    display: grid;

    gap: 15px;

    margin-top: 30px;
}


.terms-check-list div {
    display: flex;

    align-items: center;

    gap: 15px;

    padding: 20px 24px;

    border-radius: 16px;

    background: #f7faf6;

    color: var(--texto-principal);

    font-weight: 500;

    transition:
        transform 0.3s ease,
        background 0.3s ease;
}


.terms-check-list div:hover {
    transform: translateX(8px);

    background: var(--verde-suave);
}


.terms-check-list i {
    color: var(--verde-principal);

    font-size: 1.1rem;
}


/* =========================================================
   CONTACTO FINAL
========================================================= */

.terms-contact {
    padding: 100px 0 130px;

    background: #f5f8f3;
}


.terms-contact-box {
    position: relative;

    overflow: hidden;

    padding: 80px;

    border-radius: 35px;

    background:
        linear-gradient(
            135deg,
            #082817,
            #155433
        );

    color: #ffffff;

    box-shadow:
        0 30px 70px rgba(10, 50, 25, 0.22);
}


.terms-contact-decoration {
    position: absolute;

    width: 450px;

    height: 450px;

    right: -180px;

    top: -220px;

    border: 1px solid rgba(143, 224, 170, 0.2);

    border-radius: 50%;
}


.terms-contact-decoration::after {
    content: "";

    position: absolute;

    inset: 70px;

    border-radius: 50%;

    border: 1px solid rgba(143, 224, 170, 0.15);
}


.terms-contact-content {
    position: relative;

    z-index: 1;

    max-width: 750px;
}


.terms-contact-icon {
    width: 70px;

    height: 70px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-bottom: 25px;

    border-radius: 22px;

    background: rgba(255, 255, 255, 0.1);

    color: #8fe0aa;

    font-size: 1.6rem;
}


.terms-contact .section-label {
    color: #8fe0aa;
}


.terms-contact h2 {
    max-width: 650px;

    margin: 15px 0 20px;

    font-size: clamp(2.5rem, 5vw, 4.5rem);

    line-height: 1.08;

    color: #ffffff;
}


.terms-contact h2 span {
    color: #8fe0aa;
}


.terms-contact p {
    max-width: 620px;

    color: rgba(255, 255, 255, 0.72);

    line-height: 1.8;
}


.terms-contact-buttons {
    display: flex;

    flex-wrap: wrap;

    gap: 15px;

    margin-top: 35px;
}


.terms-whatsapp {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 10px;

    padding: 15px 25px;

    border: 1px solid rgba(255, 255, 255, 0.2);

    border-radius: 50px;

    color: #ffffff;

    font-weight: 700;

    transition: 0.3s ease;
}


.terms-whatsapp:hover {
    transform: translateY(-4px);

    background: #25d366;

    border-color: #25d366;
}


/* =========================================================
   ANIMACIONES
========================================================= */

.terms-hero-container {
    animation: termsFadeUp 0.9s ease both;
}


.terms-intro-content {
    animation: termsFadeUp 0.8s ease both;
}


.terms-intro-card {
    animation: termsFadeUp 1s ease both;
}


@keyframes termsFadeUp {

    from {

        opacity: 0;

        transform: translateY(30px);

    }

    to {

        opacity: 1;

        transform: translateY(0);

    }

}


/* =========================================================
   RESPONSIVE TABLET
========================================================= */

@media (max-width: 950px) {

    .terms-intro-grid {

        grid-template-columns: 1fr;

        gap: 60px;

    }


    .terms-intro-card {

        max-width: 600px;

    }


    .terms-services-grid {

        grid-template-columns: 1fr;

    }


    .terms-block {

        grid-template-columns: 80px 1fr;

        gap: 30px;

    }

}


/* =========================================================
   RESPONSIVE MÓVIL
========================================================= */

@media (max-width: 650px) {

    .terms-hero {

        padding: 150px 0 80px;

    }


    .terms-hero h1 {

        font-size: 3.2rem;

        letter-spacing: -1px;

    }


    .terms-hero-description {

        font-size: 1rem;

    }


    .terms-breadcrumb {

        flex-wrap: wrap;

    }


    .terms-meta {

        flex-direction: column;

    }


    .terms-meta-item {

        width: 100%;

    }


    .terms-intro {

        padding: 80px 0;

    }


    .terms-intro-grid {

        gap: 45px;

    }


    .terms-intro-content h2 {

        font-size: 2.3rem;

    }


    .terms-intro-card {

        padding: 30px 25px;

    }


    .terms-content-section {

        padding: 80px 0;

    }


    .terms-block {

        display: block;

        padding: 55px 0;

    }


    .terms-number {

        position: relative;

        top: auto;

        width: 55px;

        height: 55px;

        margin-bottom: 25px;

        border-radius: 17px;

    }


    .terms-heading {

        align-items: flex-start;

        gap: 15px;

    }


    .terms-icon {

        width: 50px;

        height: 50px;

        border-radius: 15px;

    }


    .terms-heading h2 {

        font-size: 1.7rem;

    }


    .terms-services-grid {

        grid-template-columns: 1fr;

    }


    .terms-highlight {

        padding: 22px;

    }


    .terms-info-card {

        padding: 20px;

    }


    .terms-notice {

        align-items: flex-start;

        flex-direction: column;

    }


    .terms-contact {

        padding: 70px 0 90px;

    }


    .terms-contact-box {

        padding: 50px 28px;

        border-radius: 28px;

    }


    .terms-contact h2 {

        font-size: 2.5rem;

    }


    .terms-contact-buttons {

        flex-direction: column;

    }


    .terms-contact-buttons a {

        width: 100%;

    }


    .terms-whatsapp {

        min-height: 54px;

    }

}

/* =========================================================
   POLÍTICA AMBIENTAL - SANGAL
========================================================= */


/* =========================================================
   HERO AMBIENTAL
========================================================= */

.environment-hero {
    position: relative;

    padding: 190px 0 120px;

    overflow: hidden;

    background:
        radial-gradient(
            circle at 15% 20%,
            rgba(111, 190, 119, 0.18),
            transparent 35%
        ),
        linear-gradient(
            135deg,
            #082817,
            #155433
        );

    color: #ffffff;
}


.environment-hero::before {
    content: "";

    position: absolute;

    width: 500px;

    height: 500px;

    top: -250px;

    right: -180px;

    border-radius: 50%;

    border: 1px solid rgba(143, 224, 170, 0.18);

    box-shadow:
        0 0 0 70px rgba(143, 224, 170, 0.04),
        0 0 0 140px rgba(143, 224, 170, 0.025);

    pointer-events: none;
}


.environment-hero::after {
    content: "";

    position: absolute;

    width: 300px;

    height: 300px;

    bottom: -180px;

    left: -100px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(143, 224, 170, 0.12),
            transparent 70%
        );

    pointer-events: none;
}


.environment-hero-container {
    position: relative;

    z-index: 1;

    max-width: 950px;

    animation: environmentFadeUp 0.9s ease both;
}


/* =========================================================
   BREADCRUMB
========================================================= */

.environment-breadcrumb {
    display: flex;

    align-items: center;

    gap: 10px;

    margin-bottom: 30px;

    color: rgba(255, 255, 255, 0.65);

    font-size: 0.88rem;
}


.environment-breadcrumb a {
    display: flex;

    align-items: center;

    gap: 7px;

    color: #8fe0aa;

    transition: 0.3s ease;
}


.environment-breadcrumb a:hover {
    color: #ffffff;

    transform: translateX(3px);
}


.environment-breadcrumb > i {
    font-size: 0.65rem;

    opacity: 0.55;
}


/* =========================================================
   BADGE
========================================================= */

.environment-badge {
    width: fit-content;

    display: inline-flex;

    align-items: center;

    gap: 9px;

    padding: 10px 17px;

    margin-bottom: 25px;

    border: 1px solid rgba(143, 224, 170, 0.25);

    border-radius: 50px;

    background: rgba(255, 255, 255, 0.08);

    backdrop-filter: blur(10px);

    color: #8fe0aa;

    font-size: 0.72rem;

    font-weight: 700;

    letter-spacing: 1.5px;
}


/* =========================================================
   TÍTULO HERO
========================================================= */

.environment-hero h1 {
    max-width: 850px;

    margin-bottom: 25px;

    font-size: clamp(3.5rem, 7vw, 6.5rem);

    line-height: 1;

    letter-spacing: -2px;

    color: #ffffff;
}


.environment-hero h1 span {
    display: block;

    color: #8fe0aa;
}


.environment-hero-description {
    max-width: 720px;

    font-size: 1.12rem;

    line-height: 1.85;

    color: rgba(255, 255, 255, 0.72);
}


/* =========================================================
   PUNTOS HERO
========================================================= */

.environment-hero-points {
    display: flex;

    flex-wrap: wrap;

    gap: 15px;

    margin-top: 40px;
}


.environment-hero-points div {
    display: flex;

    align-items: center;

    gap: 10px;

    padding: 14px 18px;

    border: 1px solid rgba(255, 255, 255, 0.1);

    border-radius: 15px;

    background: rgba(255, 255, 255, 0.07);

    backdrop-filter: blur(8px);

    color: rgba(255, 255, 255, 0.85);

    font-size: 0.85rem;

    transition:
        transform 0.3s ease,
        background 0.3s ease;
}


.environment-hero-points div:hover {
    transform: translateY(-5px);

    background: rgba(255, 255, 255, 0.12);
}


.environment-hero-points i {
    color: #8fe0aa;
}


/* =========================================================
   INTRODUCCIÓN
========================================================= */

.environment-intro {
    position: relative;

    padding: 130px 0;

    overflow: hidden;

    background: #f5f8f3;
}


.environment-intro::before {
    content: "";

    position: absolute;

    width: 500px;

    height: 500px;

    top: -280px;

    right: -180px;

    border-radius: 50%;

    background: rgba(47, 107, 59, 0.06);

    pointer-events: none;
}


.environment-intro-grid {
    position: relative;

    z-index: 1;

    display: grid;

    grid-template-columns: 1.15fr 0.85fr;

    gap: 100px;

    align-items: center;
}


.environment-intro-content h2 {
    max-width: 700px;

    margin: 15px 0 25px;

    font-size: clamp(2.5rem, 4vw, 4rem);

    line-height: 1.12;
}


.environment-intro-content h2 span {
    color: var(--verde-principal);
}


.environment-intro-content p {
    max-width: 650px;

    margin-bottom: 18px;

    color: var(--texto-suave);

    line-height: 1.85;
}


/* =========================================================
   TARJETA PROPÓSITO
========================================================= */

.environment-intro-card {
    position: relative;

    padding: 45px;

    overflow: hidden;

    border: 1px solid rgba(47, 107, 59, 0.12);

    border-radius: 30px;

    background:
        linear-gradient(
            145deg,
            #ffffff,
            #edf5ec
        );

    box-shadow:
        0 25px 60px rgba(20, 45, 25, 0.10);

    transition:
        transform 0.4s ease,
        box-shadow 0.4s ease;
}


.environment-intro-card:hover {
    transform: translateY(-10px);

    box-shadow:
        0 35px 75px rgba(20, 45, 25, 0.16);
}


.environment-intro-card::before {
    content: "";

    position: absolute;

    width: 220px;

    height: 220px;

    top: -110px;

    right: -110px;

    border-radius: 50%;

    background: rgba(47, 107, 59, 0.08);
}


.environment-card-icon {
    position: relative;

    z-index: 1;

    width: 72px;

    height: 72px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-bottom: 25px;

    border-radius: 22px;

    background:
        linear-gradient(
            135deg,
            var(--verde-principal),
            #204f30
        );

    color: #ffffff;

    font-size: 1.6rem;

    box-shadow:
        0 15px 30px rgba(47, 107, 59, 0.22);
}


.environment-intro-card h3 {
    position: relative;

    z-index: 1;

    margin-bottom: 15px;

    font-size: 1.6rem;
}


.environment-intro-card > p {
    position: relative;

    z-index: 1;

    color: var(--texto-suave);

    line-height: 1.75;
}


.environment-card-quote {
    position: relative;

    z-index: 1;

    display: flex;

    gap: 15px;

    margin-top: 30px;

    padding-top: 25px;

    border-top: 1px solid rgba(47, 107, 59, 0.12);

    color: var(--verde-principal);

    font-weight: 600;

    line-height: 1.6;
}


/* =========================================================
   PRINCIPIOS
========================================================= */

.environment-principles {
    padding: 130px 0;

    background: #ffffff;
}


.environment-section-heading {
    max-width: 760px;

    margin-bottom: 65px;
}


.environment-section-heading.centered {
    margin-right: auto;

    margin-left: auto;

    text-align: center;
}


.environment-section-heading h2 {
    margin: 15px 0 20px;

    font-size: clamp(2.5rem, 4vw, 4rem);

    line-height: 1.12;
}


.environment-section-heading h2 span {
    color: var(--verde-principal);
}


.environment-section-heading p {
    color: var(--texto-suave);

    line-height: 1.8;
}


/* =========================================================
   TARJETAS DE PRINCIPIOS
========================================================= */

.environment-principles-grid {
    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 20px;
}


.environment-principle-card {
    position: relative;

    min-height: 330px;

    padding: 35px 28px;

    overflow: hidden;

    border: 1px solid rgba(47, 107, 59, 0.1);

    border-radius: 25px;

    background: #f8faf7;

    transition:
        transform 0.4s ease,
        box-shadow 0.4s ease,
        background 0.4s ease;
}


.environment-principle-card:hover {
    transform: translateY(-12px);

    background: #ffffff;

    box-shadow:
        0 25px 50px rgba(20, 45, 25, 0.12);
}


.environment-principle-card::before {
    content: "";

    position: absolute;

    width: 140px;

    height: 140px;

    right: -70px;

    bottom: -70px;

    border-radius: 50%;

    background: rgba(47, 107, 59, 0.05);

    transition: 0.4s ease;
}


.environment-principle-card:hover::before {
    transform: scale(1.5);
}


.environment-principle-icon {
    width: 58px;

    height: 58px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-bottom: 30px;

    border-radius: 18px;

    background: var(--verde-suave);

    color: var(--verde-principal);

    font-size: 1.3rem;
}


.environment-principle-card > span {
    position: absolute;

    top: 30px;

    right: 28px;

    color: rgba(47, 107, 59, 0.35);

    font-size: 0.75rem;

    font-weight: 700;

    letter-spacing: 1px;
}


.environment-principle-card h3 {
    position: relative;

    z-index: 1;

    margin-bottom: 13px;

    font-size: 1.2rem;
}


.environment-principle-card p {
    position: relative;

    z-index: 1;

    color: var(--texto-suave);

    font-size: 0.92rem;

    line-height: 1.7;
}


/* =========================================================
   COMPROMISOS
========================================================= */

.environment-commitments {
    position: relative;

    padding: 130px 0;

    overflow: hidden;

    background: #edf5ec;
}


.environment-commitments-grid {
    display: grid;

    grid-template-columns: 1fr 0.8fr;

    gap: 100px;

    align-items: center;
}


.environment-commitments-content h2 {
    margin: 15px 0 22px;

    font-size: clamp(2.5rem, 4vw, 4rem);

    line-height: 1.12;
}


.environment-commitments-content h2 span {
    color: var(--verde-principal);
}


.environment-commitments-content > p {
    max-width: 650px;

    color: var(--texto-suave);

    line-height: 1.85;
}


.environment-commitments-list {
    display: grid;

    gap: 15px;

    margin-top: 35px;
}


.environment-commitment {
    display: flex;

    align-items: center;

    gap: 15px;

    padding: 20px 22px;

    border-radius: 18px;

    background: rgba(255, 255, 255, 0.65);

    border: 1px solid rgba(47, 107, 59, 0.08);

    transition:
        transform 0.3s ease,
        background 0.3s ease;
}


.environment-commitment:hover {
    transform: translateX(8px);

    background: #ffffff;
}


.environment-commitment div {
    width: 30px;

    height: 30px;

    flex-shrink: 0;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background: var(--verde-principal);

    color: #ffffff;

    font-size: 0.7rem;
}


.environment-commitment span {
    color: var(--texto-principal);

    font-size: 0.94rem;

    font-weight: 600;
}


/* =========================================================
   VISUAL COMPROMISOS
========================================================= */

.environment-commitments-visual {
    position: relative;

    min-height: 480px;

    display: flex;

    align-items: center;

    justify-content: center;
}


.environment-circle {
    position: absolute;

    border-radius: 50%;

    border: 1px solid rgba(47, 107, 59, 0.12);
}


.environment-circle-one {
    width: 420px;

    height: 420px;

    animation: environmentRotate 20s linear infinite;
}


.environment-circle-two {
    width: 300px;

    height: 300px;

    border-style: dashed;

    animation: environmentRotateReverse 15s linear infinite;
}


.environment-visual-card {
    position: relative;

    z-index: 2;

    max-width: 320px;

    padding: 55px 40px;

    text-align: center;

    border: 1px solid rgba(47, 107, 59, 0.12);

    border-radius: 30px;

    background: rgba(255, 255, 255, 0.88);

    backdrop-filter: blur(12px);

    box-shadow:
        0 25px 60px rgba(20, 45, 25, 0.14);
}


.environment-visual-icon {
    width: 75px;

    height: 75px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin: 0 auto 25px;

    border-radius: 50%;

    background:
        linear-gradient(
            135deg,
            var(--verde-principal),
            #204f30
        );

    color: #ffffff;

    font-size: 1.8rem;

    box-shadow:
        0 15px 30px rgba(47, 107, 59, 0.25);
}


.environment-visual-card > span {
    color: var(--verde-principal);

    font-size: 0.75rem;

    font-weight: 700;

    letter-spacing: 2px;
}


.environment-visual-card h3 {
    margin-top: 15px;

    font-size: 1.45rem;

    line-height: 1.4;
}


/* =========================================================
   BUENAS PRÁCTICAS
========================================================= */

.environment-practices {
    padding: 130px 0;

    background: #ffffff;
}


.environment-practices-grid {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 20px;
}


.environment-practice {
    display: flex;

    align-items: flex-start;

    gap: 25px;

    padding: 35px;

    border: 1px solid rgba(47, 107, 59, 0.1);

    border-radius: 25px;

    background: #f8faf7;

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease;
}


.environment-practice:hover {
    transform: translateY(-8px);

    box-shadow:
        0 20px 45px rgba(20, 45, 25, 0.1);
}


.environment-practice-number {
    min-width: 55px;

    height: 55px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 17px;

    background: var(--verde-principal);

    color: #ffffff;

    font-size: 0.85rem;

    font-weight: 700;
}


.environment-practice h3 {
    margin-bottom: 10px;

    font-size: 1.25rem;
}


.environment-practice p {
    color: var(--texto-suave);

    line-height: 1.7;
}


/* =========================================================
   DECLARACIÓN FINAL
========================================================= */

.environment-statement {
    padding: 100px 0 130px;

    background: #f5f8f3;
}


.environment-statement-box {
    position: relative;

    padding: 90px;

    overflow: hidden;

    text-align: center;

    border-radius: 35px;

    background:
        radial-gradient(
            circle at 50% 0%,
            rgba(143, 224, 170, 0.12),
            transparent 35%
        ),
        linear-gradient(
            135deg,
            #082817,
            #155433
        );

    color: #ffffff;

    box-shadow:
        0 30px 70px rgba(10, 50, 25, 0.22);
}


.environment-statement-box::before {
    content: "";

    position: absolute;

    width: 500px;

    height: 500px;

    top: -350px;

    left: 50%;

    transform: translateX(-50%);

    border-radius: 50%;

    border: 1px solid rgba(143, 224, 170, 0.15);

    box-shadow:
        0 0 0 70px rgba(143, 224, 170, 0.03);
}


.environment-statement-leaf {
    position: relative;

    z-index: 1;

    width: 75px;

    height: 75px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin: 0 auto 25px;

    border-radius: 50%;

    background: rgba(255, 255, 255, 0.1);

    color: #8fe0aa;

    font-size: 1.7rem;
}


.environment-statement-box .section-label {
    position: relative;

    z-index: 1;

    color: #8fe0aa;
}


.environment-statement-box h2 {
    position: relative;

    z-index: 1;

    max-width: 850px;

    margin: 20px auto;

    font-size: clamp(2.5rem, 5vw, 4.5rem);

    line-height: 1.1;

    color: #ffffff;
}


.environment-statement-box h2 span {
    display: block;

    color: #8fe0aa;
}


.environment-statement-box > p {
    position: relative;

    z-index: 1;

    max-width: 720px;

    margin: 0 auto;

    color: rgba(255, 255, 255, 0.72);

    line-height: 1.85;
}


.environment-statement-line {
    position: relative;

    z-index: 1;

    width: 80px;

    height: 3px;

    margin: 40px auto;

    border-radius: 20px;

    background: #8fe0aa;
}


.environment-statement-footer {
    position: relative;

    z-index: 1;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 25px;

    padding-top: 25px;

    border-top: 1px solid rgba(255, 255, 255, 0.1);

    text-align: left;
}


.environment-statement-footer strong {
    display: block;

    margin-bottom: 5px;

    color: #ffffff;

    font-size: 1rem;
}


.environment-statement-footer > div:first-child span {
    color: rgba(255, 255, 255, 0.6);

    font-size: 0.85rem;
}


.environment-statement-date {
    display: flex;

    align-items: center;

    gap: 10px;

    color: rgba(255, 255, 255, 0.65);

    font-size: 0.85rem;
}


.environment-statement-date i {
    color: #8fe0aa;
}


/* =========================================================
   ANIMACIONES
========================================================= */

@keyframes environmentFadeUp {

    from {

        opacity: 0;

        transform: translateY(35px);

    }

    to {

        opacity: 1;

        transform: translateY(0);

    }

}


@keyframes environmentRotate {

    from {

        transform: rotate(0deg);

    }

    to {

        transform: rotate(360deg);

    }

}


@keyframes environmentRotateReverse {

    from {

        transform: rotate(360deg);

    }

    to {

        transform: rotate(0deg);

    }

}


/* =========================================================
   RESPONSIVE - TABLET
========================================================= */

@media (max-width: 1050px) {

    .environment-principles-grid {

        grid-template-columns: repeat(2, 1fr);

    }


    .environment-intro-grid {

        grid-template-columns: 1fr;

        gap: 60px;

    }


    .environment-intro-card {

        max-width: 600px;

    }


    .environment-commitments-grid {

        grid-template-columns: 1fr;

        gap: 70px;

    }


    .environment-commitments-visual {

        min-height: 400px;

    }

}


/* =========================================================
   RESPONSIVE - MÓVIL
========================================================= */

@media (max-width: 650px) {

    .environment-hero {

        padding: 150px 0 85px;

    }


    .environment-hero h1 {

        font-size: 3.1rem;

        letter-spacing: -1px;

    }


    .environment-hero-description {

        font-size: 1rem;

    }


    .environment-breadcrumb {

        flex-wrap: wrap;

    }


    .environment-hero-points {

        flex-direction: column;

    }


    .environment-hero-points div {

        width: 100%;

    }


    .environment-intro {

        padding: 80px 0;

    }


    .environment-intro-grid {

        gap: 45px;

    }


    .environment-intro-content h2 {

        font-size: 2.3rem;

    }


    .environment-intro-card {

        padding: 32px 25px;

    }


    .environment-principles {

        padding: 80px 0;

    }


    .environment-section-heading {

        margin-bottom: 45px;

    }


    .environment-section-heading h2 {

        font-size: 2.3rem;

    }


    .environment-principles-grid {

        grid-template-columns: 1fr;

    }


    .environment-principle-card {

        min-height: auto;

    }


    .environment-commitments {

        padding: 80px 0;

    }


    .environment-commitments-grid {

        gap: 50px;

    }


    .environment-commitments-content h2 {

        font-size: 2.3rem;

    }


    .environment-commitment {

        align-items: flex-start;

    }


    .environment-commitments-visual {

        min-height: 350px;

    }


    .environment-circle-one {

        width: 330px;

        height: 330px;

    }


    .environment-circle-two {

        width: 240px;

        height: 240px;

    }


    .environment-visual-card {

        padding: 40px 28px;

    }


    .environment-practices {

        padding: 80px 0;

    }


    .environment-practices-grid {

        grid-template-columns: 1fr;

    }


    .environment-practice {

        padding: 28px 22px;

        gap: 18px;

    }


    .environment-practice-number {

        min-width: 48px;

        height: 48px;

    }


    .environment-statement {

        padding: 70px 0 90px;

    }


    .environment-statement-box {

        padding: 55px 25px;

        border-radius: 28px;

    }


    .environment-statement-box h2 {

        font-size: 2.4rem;

    }


    .environment-statement-footer {

        align-items: flex-start;

        flex-direction: column;

    }

}