/* Animações de Entrada - Página Agro */
/* Hero - Estados iniciais */
.agro-hero-image {
    opacity: 0;
    transform: scale(1.05);
    transition: opacity 1.2s ease-out, transform 1.2s ease-out;
}

.agro-content .agro-title {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.9s ease-out 0.3s, transform 0.9s ease-out 0.3s;
}

.agro-content .agro-subtitle {
    opacity: 0;
    transform: translateY(25px);
    transition: opacity 0.8s ease-out 0.5s, transform 0.8s ease-out 0.5s;
}

.agro-content .btn-cta-primary {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.7s ease-out 0.7s, transform 0.7s ease-out 0.7s;
}

/* Depends - Estados iniciais */
.agro-depends-title {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.agro-depends-list li {
    opacity: 0;
    transform: translateX(-20px);
    transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.agro-depends-list li:nth-child(1) { transition-delay: 0.2s; }
.agro-depends-list li:nth-child(2) { transition-delay: 0.3s; }
.agro-depends-list li:nth-child(3) { transition-delay: 0.4s; }
.agro-depends-list li:nth-child(4) { transition-delay: 0.5s; }
.agro-depends-list li:nth-child(5) { transition-delay: 0.6s; }

.agro-depends-image {
    opacity: 0;
    transform: translateX(30px);
    transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-delay: 0.4s;
}

.agro-depends-conclusion {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-delay: 0.7s;
}

/* Stats - Estados iniciais */
.agro-stats-icon {
    opacity: 0;
    transform: scale(0.8) rotate(-10deg);
    transition: opacity 0.7s cubic-bezier(0.34, 1.56, 0.64, 1), transform 0.7s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.agro-stats-text {
    opacity: 0;
    transform: translateY(25px);
    transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-delay: 0.3s;
}

/* Aplicacao - Estados iniciais */
.agro-aplicacao-title {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.agro-aplicacao-card {
    opacity: 0;
    transform: translateY(25px);
    transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1), transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.agro-aplicacao-card:nth-child(1) { transition-delay: 0.2s; }
.agro-aplicacao-card:nth-child(2) { transition-delay: 0.3s; }
.agro-aplicacao-card:nth-child(3) { transition-delay: 0.4s; }
.agro-aplicacao-card:nth-child(4) { transition-delay: 0.5s; }
.agro-aplicacao-card:nth-child(5) { transition-delay: 0.6s; }

/* Beneficios - Estados iniciais */
.agro-beneficios-title {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.agro-beneficios-image {
    opacity: 0;
    transform: translateX(-30px);
    transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-delay: 0.2s;
}

.agro-beneficio-item {
    opacity: 0;
    transform: translateX(-20px);
    transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.agro-beneficio-item:nth-child(1) { transition-delay: 0.4s; }
.agro-beneficio-item:nth-child(2) { transition-delay: 0.5s; }
.agro-beneficio-item:nth-child(3) { transition-delay: 0.6s; }
.agro-beneficio-item:nth-child(4) { transition-delay: 0.7s; }

/* CTA - Estados iniciais */
.agro-cta-title {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.agro-cta .btn-cta-primary {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-delay: 0.3s;
}

.agro-cta-image {
    opacity: 0;
    transform: translateX(30px);
    transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-delay: 0.4s;
}

/* Estados animados */
.agro-hero-image.animate,
.agro-content.animate .agro-title,
.agro-content.animate .agro-subtitle,
.agro-content.animate .btn-cta-primary {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.agro-depends.animate .agro-depends-title,
.agro-depends.animate .agro-depends-list li,
.agro-depends.animate .agro-depends-image,
.agro-depends.animate .agro-depends-conclusion {
    opacity: 1;
    transform: translateY(0) translateX(0);
}

.agro-stats.animate .agro-stats-icon {
    opacity: 1;
    transform: scale(1) rotate(0deg);
}

.agro-stats.animate .agro-stats-text {
    opacity: 1;
    transform: translateY(0);
}

.agro-aplicacao.animate .agro-aplicacao-title,
.agro-aplicacao.animate .agro-aplicacao-card {
    opacity: 1;
    transform: translateY(0);
}

.agro-beneficios.animate .agro-beneficios-title,
.agro-beneficios.animate .agro-beneficios-image,
.agro-beneficios.animate .agro-beneficio-item {
    opacity: 1;
    transform: translateY(0) translateX(0);
}

.agro-cta.animate .agro-cta-title,
.agro-cta.animate .btn-cta-primary,
.agro-cta.animate .agro-cta-image {
    opacity: 1;
    transform: translateY(0) translateX(0);
}

/* Prefer Reduced Motion */
@media (prefers-reduced-motion: reduce) {
    .agro-hero-image,
    .agro-content .agro-title,
    .agro-content .agro-subtitle,
    .agro-content .btn-cta-primary,
    .agro-depends-title,
    .agro-depends-list li,
    .agro-depends-image,
    .agro-depends-conclusion,
    .agro-stats-icon,
    .agro-stats-text,
    .agro-aplicacao-title,
    .agro-aplicacao-card,
    .agro-beneficios-title,
    .agro-beneficios-image,
    .agro-beneficio-item,
    .agro-cta-title,
    .agro-cta .btn-cta-primary,
    .agro-cta-image {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }
}

/* Header - Página Agro */
.header {
    background-color: #ffffff;
    padding: 0.8rem 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.header-container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 1.5rem 0 3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-logo img {
    height: 28px;
    width: auto;
}

.header-menu ul {
    display: flex;
    list-style: none;
    gap: 2.5rem;
    align-items: center;
    margin: 0;
    padding: 0;
}

.header-menu a {
    text-decoration: none;
    color: #353535;
    font-size: 0.95rem;
    font-weight: 400;
    transition: color 0.3s ease;
    text-transform: capitalize;
    letter-spacing: 0.3px;
}

.header-menu a:hover {
    color: #353535;
}

/* Hero Section - Página Agro */
.agro-hero {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 600px;
    max-height: 800px;
    overflow: hidden;
}

.agro-hero-image {
    width: 100%;
    height: 100%;
    position: relative;
}

.agro-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* Imagens Desktop e Mobile */
.hero-image-mobile {
    display: none;
}

.hero-image-desktop {
    display: block;
}

.agro-hero-wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    z-index: 10;
    display: block;
}

/* Responsive - Mobile */
@media (max-width: 768px) {
    .hero-image-desktop {
        display: none;
    }

    .hero-image-mobile {
        display: block;
    }

    .agro-hero {
        height: 70vh;
        min-height: 500px;
        max-height: 600px;
        padding: 0;
        align-items: center;
        justify-content: center;
    }

    .agro-hero-wave {
        height: 130px;
        transform: translateY(1px);
    }

    .agro-content {
        padding: 0;
        margin-top: 15%;
    }
}

@media (max-width: 480px) {
    .agro-hero {
        height: 60vh;
        min-height: 400px;
        padding: 0;
    }

    .agro-hero-wave {
        height: 120px;
        transform: translateY(1px);
    }

    .agro-content {
        margin-top: 12%;
    }
}

/* Content Section - Página Agro */
.agro-content {
    background-color: #ffffff;
    padding: 4rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 400px;
}

.agro-content-container {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 2rem;
}

.agro-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #000000;
    margin: 0;
    line-height: 1.2;
    letter-spacing: -0.5px;
}

.agro-subtitle {
    font-size: 1.125rem;
    font-weight: 400;
    color: #666666;
    margin: 0;
    line-height: 1.6;
    max-width: 700px;
}

.agro-content .btn-cta-primary {
    background-color: #FFA500;
    color: #000000;
    border: none;
    padding: 1.2rem 3rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: none;
    letter-spacing: 0.3px;
    display: inline-block;
    min-width: 280px;
    box-shadow: 0 2px 8px rgba(255, 165, 0, 0.3);
}

.agro-content .btn-cta-primary:hover {
    background-color: #FF8C00;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 165, 0, 0.4);
}

.agro-content .btn-cta-primary:active {
    transform: translateY(0);
}

/* Responsive - Content Section */
@media (max-width: 768px) {
    .agro-content {
        padding: 3rem 1rem;
        min-height: 350px;
    }

    .agro-content-container {
        gap: 1.5rem;
        padding: 0 1rem;
    }

    .agro-title {
        font-size: 1.8rem;
        line-height: 1.3;
    }

    .agro-subtitle {
        font-size: 1rem;
        line-height: 1.6;
    }

    .agro-content .btn-cta-primary {
        padding: 0.9rem 1.8rem;
        font-size: 0.95rem;
        min-width: auto;
        width: 100%;
        max-width: 280px;
        min-width: 240px;
    }
}

@media (max-width: 480px) {
    .agro-content {
        padding: 2rem 1rem;
        min-height: 300px;
    }

    .agro-content-container {
        gap: 1.25rem;
        padding: 0 0.5rem;
    }

    .agro-title {
        font-size: 1.5rem;
        line-height: 1.2;
    }

    .agro-subtitle {
        font-size: 0.95rem;
    }

    .agro-content .btn-cta-primary {
        padding: 0.9rem 1.5rem;
        font-size: 0.95rem;
        min-width: 200px;
    }
}

/* Agro Depends Section - Página Agro */
.agro-depends {
    background-color: #f5f5f5;
    padding: 4rem 1.5rem;
}

.agro-depends-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.agro-depends-title {
    font-size: 2rem;
    font-weight: 600;
    color: #000000;
    text-align: center;
    margin: 0 0 3rem 0;
}

.agro-depends-content {
    display: flex;
    align-items: flex-start;
    gap: 3rem;
    margin-bottom: 3rem;
}

.agro-depends-list {
    flex: 1;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.agro-depends-list li {
    font-size: 1.125rem;
    color: #000000;
    line-height: 1.6;
    padding-left: 1.5rem;
    position: relative;
}

.agro-depends-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #000000;
    font-size: 1.5rem;
    line-height: 1.2;
}

.agro-depends-list li strong {
    color: #0066cc;
    font-weight: 600;
}

.agro-depends-image {
    flex: 1;
    max-width: 500px;
    border-radius: 12px;
    overflow: hidden;
}

.agro-depends-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.agro-depends-conclusion {
    text-align: center;
    font-size: 1.125rem;
    color: #000000;
    line-height: 1.6;
    margin: 0;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.agro-depends-conclusion strong {
    font-weight: 700;
    color: #000000;
}

/* Responsive - Agro Depends Section */
@media (max-width: 968px) {
    .agro-depends-content {
        flex-direction: column;
        gap: 2rem;
    }

    .agro-depends-image {
        max-width: 100%;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .agro-depends {
        padding: 3rem 1.5rem;
    }

    .agro-depends-title {
        font-size: 1.75rem;
        margin-bottom: 2rem;
    }

    .agro-depends-content {
        margin-bottom: 2rem;
    }

    .agro-depends-list li {
        font-size: 1rem;
    }

    .agro-depends-conclusion {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .agro-depends {
        padding: 2.5rem 1rem;
    }

    .agro-depends-title {
        font-size: 1.5rem;
    }

    .agro-depends-list li {
        font-size: 0.95rem;
        padding-left: 1.25rem;
    }

    .agro-depends-conclusion {
        font-size: 0.95rem;
    }
}

/* Agro Stats Section - Página Agro */
.agro-stats {
    background-image: url('../../img/fundo-compromisso.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #1a1a1a;
    padding: 5rem 1.5rem;
    position: relative;
}

.agro-stats-container {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 3rem;
}

.agro-stats-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.agro-stats-icon img {
    width: 55px;
    height: 55px;
    filter: brightness(0) invert(1);
    object-fit: contain;
}

.agro-stats-text {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: 100%;
}

.agro-stats-paragraph {
    font-size: 1.125rem;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.6;
    margin: 0;
    max-width: 100%;
}

/* Responsive - Agro Stats Section */
@media (max-width: 768px) {
    .agro-stats {
        padding: 4rem 1.5rem;
    }

    .agro-stats-container {
        gap: 2.5rem;
    }

    .agro-stats-icon img {
        width: 55px;
        height: 55px;
    }

    .agro-stats-text {
        gap: 1.5rem;
    }

    .agro-stats-paragraph {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .agro-stats {
        padding: 3rem 1rem;
    }

    .agro-stats-container {
        gap: 2rem;
    }

    .agro-stats-icon img {
        width: 55px;
        height: 55px;
    }

    .agro-stats-paragraph {
        font-size: 0.95rem;
    }
}

/* Agro Aplicação Section - Página Agro */
.agro-aplicacao {
    background-color: #ffffff;
    padding: 4rem 1.5rem;
}

.agro-aplicacao-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.agro-aplicacao-title {
    font-size: 2rem;
    font-weight: 600;
    color: #000000;
    text-align: center;
    margin: 0 0 3rem 0;
}

.agro-aplicacao-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 2rem;
    justify-items: center;
    align-items: start;
}

.agro-aplicacao-card {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 2rem 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 1.5rem;
    width: 100%;
    max-width: 300px;
    transition: box-shadow 0.3s ease;
}

.agro-aplicacao-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.agro-aplicacao-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.agro-aplicacao-icon img.icon-ap {
    width: 55px;
    height: 55px;
    object-fit: contain;
    filter: brightness(0);
}

.agro-aplicacao-text {
    font-size: 1rem;
    font-weight: 400;
    color: #333333;
    margin: 0;
    line-height: 1.5;
}

/* Grid layout: 3 cards top, 2 cards bottom centered */
.agro-aplicacao-card:nth-child(1) {
    grid-column: 1 / 3;
}

.agro-aplicacao-card:nth-child(2) {
    grid-column: 3 / 5;
}

.agro-aplicacao-card:nth-child(3) {
    grid-column: 5 / 7;
}

.agro-aplicacao-card:nth-child(4) {
    grid-column: 2 / 4;
    grid-row: 2;
    margin-right: -1rem;
}

.agro-aplicacao-card:nth-child(5) {
    grid-column: 4 / 6;
    grid-row: 2;
    margin-left: -1rem;
}

/* Responsive - Agro Aplicação Section */
@media (max-width: 968px) {
    .agro-aplicacao-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .agro-aplicacao-card:nth-child(1),
    .agro-aplicacao-card:nth-child(2),
    .agro-aplicacao-card:nth-child(3),
    .agro-aplicacao-card:nth-child(4),
    .agro-aplicacao-card:nth-child(5) {
        grid-column: auto;
        grid-row: auto;
    }
}

@media (max-width: 768px) {
    .agro-aplicacao {
        padding: 3rem 1.5rem;
    }

    .agro-aplicacao-title {
        font-size: 1.75rem;
        margin-bottom: 2rem;
    }

    .agro-aplicacao-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        justify-items: center;
        align-items: center;
        place-items: center;
    }

    .agro-aplicacao-card {
        max-width: 100%;
        margin: 0 auto;
    }

    .agro-aplicacao-card:nth-child(5) {
        grid-column: 1;
    }

    .agro-aplicacao-text {
        font-size: 0.95rem;
    }
}

@media (max-width: 480px) {
    .agro-aplicacao {
        padding: 2.5rem 1rem;
    }

    .agro-aplicacao-title {
        font-size: 1.5rem;
    }

    .agro-aplicacao-grid {
        justify-items: center;
        align-items: center;
        place-items: center;
    }

    .agro-aplicacao-card {
        padding: 1.5rem 1rem;
        gap: 1.25rem;
        margin: 0 auto;
        width: 100%;
        max-width: 100%;
    }

    .agro-aplicacao-icon img.icon-ap {
        width: 55px;
        height: 55px;
    }
}

/* Agro Benefícios Section - Página Agro */
.agro-beneficios {
    background-color: #f5f5f5;
    padding: 4rem 1.5rem;
}

.agro-beneficios-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.agro-beneficios-content {
    display: flex;
    align-items: flex-start;
    gap: 3rem;
}

.agro-beneficios-image {
    flex: 1;
    max-width: 500px;
    border-radius: 16px;
    overflow: hidden;
}

.agro-beneficios-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.agro-beneficios-right {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.agro-beneficios-title {
    font-size: 2rem;
    font-weight: 700;
    color: #000000;
    margin: 0 0 2.5rem 0;
    line-height: 1.2;
    text-align: center;
}

.agro-beneficios-list {
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
}

.agro-beneficio-item {
    background-color: #e8f5e9;
    border-radius: 30px;
    padding: 0.875rem 1.25rem;
    display: flex;
    align-items: center;
    gap: 0.875rem;
    width: 100%;
}

.agro-beneficio-check {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1.5px solid #2e7d32;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
}

.agro-beneficio-check svg {
    width: 16px;
    height: 16px;
}

.agro-beneficio-check svg path {
    stroke: #2e7d32;
    stroke-width: 2;
}

.agro-beneficio-text {
    font-size: 0.95rem;
    font-weight: 500;
    color: #2e7d32;
    margin: 0;
    line-height: 1.4;
    flex: 1;
}

/* Responsive - Agro Benefícios Section */
@media (max-width: 968px) {
    .agro-beneficios-content {
        flex-direction: column;
        gap: 2.5rem;
    }

    .agro-beneficios-image {
        max-width: 100%;
        width: 100%;
    }

    .agro-beneficios-right {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .agro-beneficios {
        padding: 3rem 1.5rem;
    }

    .agro-beneficios-title {
        font-size: 1.75rem;
    }

    .agro-beneficios-content {
        gap: 2rem;
    }

    .agro-beneficio-item {
        padding: 1rem 1.25rem;
    }

    .agro-beneficio-text {
        font-size: 0.95rem;
    }
}

@media (max-width: 480px) {
    .agro-beneficios {
        padding: 2.5rem 1rem;
    }

    .agro-beneficios-title {
        font-size: 1.5rem;
    }

    .agro-beneficios-list {
        gap: 0.875rem;
    }

    .agro-beneficio-item {
        padding: 0.875rem 1rem;
        gap: 0.875rem;
    }

    .agro-beneficio-check {
        width: 28px;
        height: 28px;
    }

    .agro-beneficio-check svg {
        width: 16px;
        height: 16px;
    }

    .agro-beneficio-text {
        font-size: 0.9rem;
    }
}

/* Agro CTA Section - Página Agro */
.agro-cta {
    background-image: url('../../img/fundo-compromisso.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #1a1a1a;
    padding: 5rem 1.5rem;
    position: relative;
}

.agro-cta-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 3rem;
}

.agro-cta-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.agro-cta-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.agro-cta-title span {
    display: block;
}

.agro-cta .btn-cta-primary {
    background-color: #FFA500;
    color: #ffffff;
    border: none;
    padding: 1.2rem 3rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: none;
    letter-spacing: 0.3px;
    display: inline-block;
    align-self: flex-start;
    box-shadow: 0 2px 8px rgba(255, 165, 0, 0.3);
}

.agro-cta .btn-cta-primary:hover {
    background-color: #FF8C00;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 165, 0, 0.4);
}

.agro-cta .btn-cta-primary:active {
    transform: translateY(0);
}

.agro-cta-image {
    flex: 1;
    max-width: 500px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.agro-cta-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 20px;
}


/* Responsive - Agro CTA Section */
@media (max-width: 968px) {
    .agro-cta-container {
        flex-direction: column;
        gap: 2.5rem;
    }

    .agro-cta-image {
        max-width: 100%;
        width: 100%;
    }

    .agro-cta-content {
        align-items: center;
        text-align: center;
    }

    .agro-cta-title {
        text-align: center;
    }

    .agro-cta .btn-cta-primary {
        align-self: center;
    }
}

@media (max-width: 768px) {
    .agro-cta {
        padding: 4rem 1.5rem;
    }

    .agro-cta-title {
        font-size: 2rem;
    }

    .agro-cta-container {
        gap: 2rem;
    }

    .agro-cta .btn-cta-primary {
        padding: 1rem 2.5rem;
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .agro-cta {
        padding: 3rem 1rem;
    }

    .agro-cta-title {
        font-size: 1.75rem;
    }

    .agro-cta-content {
        gap: 1.5rem;
    }

    .agro-cta .btn-cta-primary {
        padding: 0.9rem 2rem;
        font-size: 0.95rem;
    }

    .agro-cta-decorative {
        width: 30px;
        height: 150px;
    }

    .agro-cta-dots-yellow {
        top: 10px;
        left: -15px;
    }

    .agro-cta-dots-white {
        bottom: 10px;
        right: -15px;
    }
}
