.hero-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: var(--foreground);
    height: 60vh;
    min-height: 26.25rem;
}

.hero-video {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.hero-content {
    position: relative;
    z-index: 10;
    display: flex;
    height: 100%;
    align-items: flex-start;
    padding-top: 4rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.hero-title {
    color: white;
    text-transform: uppercase;
    line-height: 1.25;
    font-size: 2.625rem;
    max-width: 46rem;
}

.hero-title-light {
    white-space: nowrap;
    font-weight: 300;
}

.hero-title-semibold {
    font-weight: 600;
}

.hero-title-bold {
    font-weight: 700;
}

/* Products Section */
.products-section {
    width: 100%;
    padding-top: 4.875rem;
    padding-bottom: 4.875rem;
}

.products-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.products-title {
    color: #0B314C;
    font-size: 2.25rem;
    line-height: 2.75rem;
    font-weight: 800;
    text-align: left;
    letter-spacing: 0;
    opacity: 1;
    margin-bottom: 2.5rem;
    font-family: 'Outfit', sans-serif;
}

.products-grid {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 1.5rem;
}

.product-card {
    flex: 1;
    display: block;
    text-decoration: none;
    cursor: pointer;
    transition: opacity 0.2s;
}

.product-card:hover {
    opacity: 0.9;
}

.product-image {
    position: relative;
    aspect-ratio: 813.25 / 678;
    width: 100%;
    overflow: hidden;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.product-info {
    border: 1px solid var(--border);
    display: flex;
    align-items: stretch;
}

.product-description {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 1rem 1.5rem;
}

.product-description span {
    color: var(--foreground);
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.4;
}

.product-arrow {
    display: flex;
    aspect-ratio: 1 / 1;
    width: 4rem;
    align-items: center;
    justify-content: center;
    border-left: 1px solid var(--border);
    color: var(--brand-primary);
}

.product-arrow img {
    height: 2rem;
    width: 2rem;
    object-fit: contain;
}

/* Image + Text Layout (Sobre section) */
.agro-nature-section {
    border-top: 1px solid var(--border);
}

.image-text-layout {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.image-text-image-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: var(--background);
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 4 / 3;
}

.image-text-image {
    position: relative;
    z-index: 10;
    display: block;
    height: 100%;
    width: 100%;
    object-position: center;
    object-fit: cover;
}

.image-text-content-section {
    flex: 1;
    padding: 3rem 1.5rem;
}

.section-title {
    color: #0B314C;
    font-size: 2.25rem;
    line-height: 2.8125rem;
    font-weight: 600;
    text-align: left;
    letter-spacing: 0;
    opacity: 1;
    padding-bottom: 1.25rem;
    font-family: 'Outfit', sans-serif;
}

.section-content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    font-size: 1.5rem;
}

.section-content p {
    color: #0B314C;
    text-align: left;
    letter-spacing: 0;
    opacity: 1;
}

/* Logo + Text Layout (Scan & Spray / Vision Scan sections) */
.scan-spray-section {
    background: var(--neutral-200);
}

.vision-scan-section {
    background: var(--background);
}

.logo-text-layout {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    padding: 3.5rem 1.5rem;
}

.logo-text-layout-reverse {
    flex-direction: column;
}

.logo-text-image {
    margin: 0 auto;
    width: 100%;
    max-width: 13.75rem;
    object-fit: contain;
    aspect-ratio: 1.31 / 1;
}

.vision-scan-logo {
    clip-path: inset(0 2px 0 0);
    -webkit-clip-path: inset(0 2px 0 0);
}

.logo-text-content {
    flex: 1;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.logo-text-title {
    color: #0B314C;
    font-size: 2.25rem;
    line-height: 2.8125rem;
    font-weight: 600;
    text-align: left;
    letter-spacing: 0;
    opacity: 1;
    padding-bottom: 1.25rem;
    font-family: 'Outfit', sans-serif;
}

.logo-text-description {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    font-size: 1rem;
}

.logo-text-description p {
    color: #0B314C;
    font-size: 1.5rem;
    text-align: left;
    letter-spacing: 0;
    opacity: 1;
}

.logo-text-btn {
    width: fit-content;
    display: flex;
    align-items: center;
    user-select: none;
    cursor: pointer;
    text-transform: uppercase;
    height: 3rem;
    font-weight: 700;
    border: 1px solid var(--border);
    color: var(--foreground);
    font-size: 1.5rem;
    text-decoration: none;
    transition: opacity 0.2s;
}

.logo-text-btn:hover {
    opacity: 0.7;
}

.logo-text-btn-text {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.logo-text-btn-icon {
    display: flex;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
    border-left: 1px solid var(--border);
    align-self: stretch;
    color: var(--brand-primary);
}

.em-breve-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16.625rem;
    height: 4rem;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 700;
    border: 1px solid #9D9D9C;
    color: var(--foreground);
    opacity: 1;
}

/* Work With Us Section */
.work-with-us-section {
    border-top: 1px solid var(--border);
}

.work-with-us-layout {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.work-with-us-title-mobile {
    padding: 3rem 1.5rem 1.5rem;
}

.work-with-us-title-mobile h3 {
    color: #0B314C;
    font-size: 2.25rem;
    line-height: 2.75rem;
    font-weight: 800;
    text-align: left;
    letter-spacing: 0;
    opacity: 1;
    font-family: 'Outfit', sans-serif;
}

.work-with-us-title-desktop {
    display: none;
}

.work-with-us-image {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: var(--background);
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 4 / 3;
    order: 2;
}

.work-with-us-image img {
    position: relative;
    z-index: 10;
    display: block;
    height: 100%;
    width: 100%;
    object-position: center;
    object-fit: cover;
}

.work-with-us-content {
    flex: 1;
    padding: 3rem 1.5rem;
    order: 3;
}

.work-with-us-linkedin {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #A1C85C;
    border: 3px solid white;
    color: #0B314C;
    font-size: 2.25rem;
    line-height: 2.8125rem;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0;
    text-transform: uppercase;
    user-select: none;
    cursor: pointer;
    transition: opacity 0.2s;
    text-decoration: none;
    font-family: 'Outfit', sans-serif;
}

.work-with-us-linkedin:hover {
    opacity: 0.7;
}

.work-with-us-linkedin-mobile {
    height: 8.875rem;
    margin-bottom: 1.5rem;
}

.work-with-us-linkedin-desktop {
    display: none;
}

.work-with-us-positions {
    display: flex;
    flex-direction: column;
}

.position-link {
    text-decoration: underline;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 2.75rem;
    color: #0B314C;
    cursor: pointer;
    transition: opacity 0.2s;
    font-family: 'Outfit', sans-serif;
    letter-spacing: 0;
}

.position-link:hover {
    opacity: 0.7;
}

/* Responsive - Mobile */
@media (min-width: 640px) {
    .hero-title {
        font-size: 3.2rem;
    }

    .product-arrow {
        width: 5rem;
    }

    .product-arrow img {
        height: 2.5rem;
        width: 2.5rem;
    }

    .product-description span {
        line-height: 1.5;
    }

    .image-text-image-section {
        aspect-ratio: 16 / 9;
    }

    .image-text-content-section {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .logo-text-btn {
        height: 3.5rem;
    }

    .logo-text-btn-text {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .logo-text-btn-icon {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .logo-text-description {
        font-size: 1.125rem;
    }

    .work-with-us-image {
        aspect-ratio: 16 / 9;
    }

    .work-with-us-content {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
}

/* Responsive - Tablets */
@media (min-width: 768px) {
    .hero-section {
        height: 46rem;
        aspect-ratio: 2.6 / 1;
    }

    .hero-content {
        align-items: center;
        padding-top: 0;
    }

    .hero-title {
        font-size: 4.5rem;
        line-height: 6rem;
    }

    .products-title {
        margin-bottom: 4.625rem;
    }
}

/* Responsive - Desktop */
@media (max-width: 1360px) {
    .image-text-layout {
        flex-direction: column !important;
    }

    .image-text-layout-reverse {
        flex-direction: column !important;
    }

    .image-text-content-section {
        order: 2 !important;
    }

    .image-text-content-section-reverse {
        order: 2 !important;
    }

    .image-text-image-section {
        order: 1 !important;
        width: 100% !important;
        max-width: 100% !important;
        height: 25rem !important;
        max-height: 25rem !important;
        aspect-ratio: unset !important;
    }

    .image-text-image-section-reverse {
        order: 1 !important;
        width: 100% !important;
        max-width: 100% !important;
        height: 25rem !important;
        max-height: 25rem !important;
        aspect-ratio: unset !important;
    }
}

@media (min-width: 1024px) {
    .hero-title {
        font-size: 6.18rem;
    }

    .products-title {
        font-size: 4.125rem;
        line-height: 5rem;
    }

    .products-grid {
        flex-direction: row;
        gap: 0.8125rem;
    }

    .product-arrow {
        width: 7.6875rem;
    }

    .product-arrow img {
        height: 3.5rem;
        width: 3.5rem;
    }

    .logo-text-layout {
        flex-direction: row;
        gap: 5.875rem;
        padding-top: 7rem;
        padding-bottom: 7rem;
    }

    .logo-text-layout-reverse {
        flex-direction: row-reverse;
    }

    .logo-text-image {
        margin: 0;
        max-width: 24%;
    }

    .logo-text-content {
        padding-top: 3.375rem;
        padding-bottom: 3.375rem;
    }

    .logo-text-title {
        padding-bottom: 1.75rem;
    }

    .logo-text-description {
        gap: 1.75rem;
        font-size: 1.5rem;
    }

    .logo-text-btn {
        height: 4.25rem;
    }

    .logo-text-btn-text {
        padding-left: 3.25rem;
        padding-right: 3.25rem;
    }

    .work-with-us-layout {
        flex-direction: row;
        flex-direction: row-reverse;
    }

    .work-with-us-title-mobile {
        display: none;
    }

    .work-with-us-title-desktop {
        display: block;
        color: #0B314C;
        font-size: 2.25rem;
        line-height: 2.75rem;
        font-weight: 800;
        text-align: left;
        letter-spacing: 0;
        opacity: 1;
        padding-bottom: 2rem;
        font-family: 'Outfit', sans-serif;
    }

    .work-with-us-image {
        flex: 1;
        max-width: 50%;
        aspect-ratio: auto;
        align-self: stretch;
        order: unset;
    }

    .work-with-us-content {
        padding-top: 8.25rem;
        padding-bottom: 8.25rem;
        order: unset;
    }

    .work-with-us-linkedin-mobile {
        display: none;
    }

    .work-with-us-linkedin-desktop {
        display: flex;
        max-width: 42.125rem;
        white-space: nowrap;
        height: 7rem;
        padding-left: 2rem;
        padding-right: 2rem;
        margin-bottom: 2rem;
    }

    .work-with-us-title-desktop {
        font-size: 4.125rem;
        line-height: 3.5rem;
        padding-bottom: 3.3125rem;
    }

    .work-with-us-positions {
        gap: 1.75rem;
    }

    .position-link {
        font-size: 2.25rem;
    }
}

@media (min-width: 1361px) {
    .image-text-layout {
        flex-direction: row !important;
    }

    .image-text-layout-reverse {
        flex-direction: row-reverse !important;
    }

    .image-text-image-section {
        flex: 1 1 50% !important;
        flex-shrink: 0 !important;
        aspect-ratio: auto !important;
        align-self: stretch !important;
        order: unset !important;
    }

    .image-text-image-section-reverse {
        flex: 1 1 50% !important;
        flex-shrink: 0 !important;
        aspect-ratio: auto !important;
        align-self: stretch !important;
        order: unset !important;
    }

    .image-text-content-section-reverse {
        flex: 1 1 50% !important;
        flex-shrink: 0 !important;
        padding-top: 8.25rem !important;
        padding-bottom: 8.25rem !important;
        order: unset !important;
    }

    .image-text-content-section {
        flex: 1 1 50% !important;
        flex-shrink: 0 !important;
        padding-top: 8.25rem !important;
        padding-bottom: 8.25rem !important;
        order: unset !important;
    }

    .section-content {
        gap: 1.75rem;
    }

    .section-title {
        padding-bottom: 1.75rem;
    }
}
