@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');

:root {
    /* Title Hero Variables */
    --title-hero-weight: 700;
    --title-hero-size: 3.5rem;

    /* Title Page Variables */
    --title-page-weight: 700;
    --title-page-size: 2.5rem;

    /* Body Variables */
    --body-weight-regular: 400;
    --body-weight-strong: 600;
    --body-weight-small: 400;
    --body-size-medium: 1.1rem;
    --body-size-small: 0.875rem;

    /* Brand Colors */
    --Text-Brand-Default: #014D18;
    --Text-Light: #F3F3F3;
}

/* Reset e estilos base */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
}

/* Menu */
.menu {
    background-color: #ffffff;
    padding: 0;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    height: 80px;
}

.menu-container {
    width: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 5em;
}

.logo {
    height: 100%;
    display: flex;
    align-items: center;
}

.logo img {
    height: 100%;
    width: auto;
    object-fit: contain;
}

.menu nav {
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.menu nav ul {
    display: flex;
    justify-content: center;
    list-style: none;
    gap: 3rem;
    height: 100%;
    align-items: center;
    margin: 0;
    padding: 0;
}

.menu nav a {
    color: #333;
    text-decoration: none;
    font-size: 1.1rem;
    transition: color 0.3s;
    font-weight: 500;
}

.menu nav a:hover {
    color: #666;
}

/* Seções */
main {
    margin-top: 80px;
    /* Ajustado para a altura do menu */
}

.section {
    padding: 4rem 2rem;
    text-align: left;
    position: relative;
}

.section-70 {
    height: 70vh;
    background-color: #f0f0f0;
    background-image: url('../images/section_one.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.section-40 {
    height: 40vh;
    min-height: 40vh;
    background-color: #434343;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 4rem 2rem;
}

.section-60 {
    background-color: #ffffff;
    min-height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4rem 2rem;
}

.section-title {
    font-family: 'Inter', sans-serif;
    font-weight: var(--title-page-weight, 700);
    font-size: var(--title-page-size, 2.5rem);
    line-height: 120%;
    letter-spacing: -2%;
    text-align: center;
    color: var(--Text-Light, #F3F3F3);
    margin-bottom: 2rem;
}

.section-text {
    font-family: 'Inter', sans-serif;
    font-weight: var(--body-weight-regular, 400);
    font-size: var(--body-size-medium, 1.1rem);
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    color: var(--Text-Light, #F3F3F3);
    margin-bottom: 2rem;
}

.hero {
    max-width: 600px;
    padding: 0 5em;
    color: #333;
}

.hero-title {
    font-family: 'Inter', sans-serif;
    font-weight: var(--title-hero-weight, 700);
    font-size: var(--title-hero-size, 3.5rem);
    line-height: 120%;
    letter-spacing: -3%;
    margin-bottom: 1.5rem;
}

.hero-text {
    font-family: 'Inter', sans-serif;
    font-weight: var(--body-weight-regular, 400);
    font-size: var(--body-size-medium, 1.1rem);
    line-height: 140%;
    letter-spacing: 0%;
    margin-bottom: 2rem;
}

.hero-button {
    font-family: 'Inter', sans-serif;
    font-weight: var(--body-weight-strong, 600);
    font-size: var(--body-size-medium, 1.1rem);
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    background: linear-gradient(98.51deg, #BBEF39 -32.1%, #62EE17 89.77%);
    border: none;
    cursor: pointer;
    color: var(--Text-Brand-Default, #014D18);
    padding: 0.75rem 1.5rem;
    border-radius: 9999px;
    transition: transform 0.2s ease;
}

.hero-button:hover {
    transform: scale(1.05);
}

/* Rodapé */
.footer {
    background-color: #FFFFFF;
    padding: 1.5rem 5rem;
    height: auto;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.copyright {
    font-family: 'Inter', sans-serif;
    font-size: var(--body-size-small, 0.875rem);
    color: #5A5A5A;
}

.footer-links {
    display: flex;
    gap: 2rem;
}

.footer-links a {
    font-family: 'Inter', sans-serif;
    font-size: var(--body-size-small, 0.875rem);
    color: #5A5A5A;
    text-decoration: none;
}

.footer-links a:hover {
    color: #303030;
}

/* Responsividade */
@media (max-width: 1140px) {
    .section-70 {
        background-image: none;
        background-color: #ffffff;
    }

    #section3 {
        flex-direction: column;
    }

    .section3-left {
        display: none;
    }

    .section3-right {
        width: 100% !important;
        background-size: cover !important;
        background-image: none !important;
    }

    .hero {
        max-width: 100%;
        padding: 0 2em;
        text-align: center;
    }

    .steps-container {
        max-width: 100%;
        padding: 0 2rem;
    }

    .steps-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }

    .step {
        min-width: 250px;
    }

    .outside-container {
        height: auto !important;
    }

    .outside-container .left-hand,
    .outside-container .right-hand {
        display: none;
    }

    .outside-container .content {
        width: 100% !important;
    }
}

@media (max-width: 768px) {
    .menu-container {
        padding: 0 2rem;
    }

    .hero-title {
        font-size: 2.5rem;
    }

    .hero-text {
        font-size: 1rem;
    }

    .hero-button {
        font-size: 1rem;
    }

    .steps-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
        justify-content: center !important;
    }

    .step {
        padding: 1.5rem;
        min-width: 100%;
    }

    .step-number {
        width: 40px;
        height: 40px;
        font-size: 1.25rem;
    }

    .steps-title {
        font-size: 2rem;
    }

    .steps-subtitle {
        font-size: 1rem;
        margin-bottom: 2rem;
    }

    .step-title {
        font-size: 1.25rem;
    }

    .step-description {
        font-size: 0.875rem;
    }
}

@media (max-width: 650px) {
    .menu nav {
        display: none;
    }
}

.command-input {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 16px;
    gap: 16px;
    width: fit-content;
    min-width: 245px;
    height: 56px;
    background: #E3E3E3;
    border: 1px solid #DEE2E6;
    border-radius: 8px;
    white-space: nowrap;
    overflow: hidden;
}

.command-text {
    font-family: 'Inter', monospace;
    font-size: 0.9rem;
    color: #5A5A5A;
    flex: 1;
}

.copy-button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.copy-button img {
    width: 23px;
    height: 24px;
}

.copy-button:hover {
    opacity: 0.8;
}

.steps-container {
    width: 100%;
    text-align: left;
    padding: 0 5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.steps-badge {
    display: inline-block;
    background-color: #F3F3F3;
    color: #434343;
    font-family: 'Inter', sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    padding: 0.5rem 1rem;
    border-radius: 9999px;
    margin-bottom: 1.5rem;
    text-transform: lowercase;
}

.steps-title {
    font-family: 'Inter', sans-serif;
    font-size: 3rem;
    font-weight: 700;
    color: #212529;
    margin-bottom: 1rem;
    line-height: 1.2;
    text-align: left;
    max-width: 100%;
    word-wrap: break-word;
}

.steps-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    color: #6C757D;
    margin-bottom: 4rem;
    max-width: 600px;
    text-align: left;
    word-wrap: break-word;
}

.steps-grid {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    align-items: flex-start;
    flex-wrap: wrap;
}

.step {
    flex: 1;
    text-align: left;
    max-width: 320px;
    display: flex;
    flex-direction: column;
    min-width: 280px;
}

.step-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
    font-family: 'Inter', sans-serif;
    font-weight: var(--body-weight-strong, 600);
    font-size: var(--body-size-medium, 1.1rem);
}

.step-number {
    width: 32px;
    height: 32px;
    background: linear-gradient(98.51deg, #BBEF39 -32.1%, #62EE17 89.77%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #014D18;
    flex-shrink: 0;
}

.step-title {
    font-family: 'Inter', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #212529;
    margin-bottom: 0;
    word-wrap: break-word;
}

.step-description {
    font-family: 'Inter', sans-serif;
    font-weight: var(--body-weight-small, 400);
    font-size: var(--body-size-small, 0.875rem);
    color: #6C757D;
    margin-bottom: 1.5rem;
    line-height: 1.6;
    word-wrap: break-word;
}

.step-command {
    font-family: 'Inter', monospace;
    font-size: 0.875rem;
    background-color: #F8F9FA;
    color: #212529;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    display: inline-block;
}

#section3 {
    background-color: #f8f9fa;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding: 0;
    width: 100%;
}

.section3-left {
    width: 50%;
    background-image: url('../images/section_three_left.png');
    background-size: 70%;
    background-position: center top;
    background-repeat: no-repeat;
    min-height: 60vh;
    padding-top: 2rem;
}

.section3-right {
    width: 70%;
    background-image: url('../images/section_three_right.svg');
    background-size: 80%;
    background-position: center bottom;
    background-repeat: no-repeat;
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-right {
    margin: 0;
    max-width: 80%;
    padding: 2rem;
    text-align: left;
}

.hero-right .hero-title {
    color: #303030;
    text-align: left;
}

.hero-right .hero-text {
    color: #5A5A5A;
    text-align: left;
}

.hero-right .steps-badge {
    margin-bottom: 1rem;
    display: inline-block;
}

.outside-container {
    height: 50vh;
    min-height: 40vh;
    background-color: #434343;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 4rem 2rem;
}

#section4 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

#section4 .section4-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0 auto;
}

#section4 .left-hand {
    width: 20%;
    height: 100%;
    background-image: url('../images/section_final_hand_left.svg');
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
}

#section4 .content {
    width: 40%;
    padding: 2rem;
    text-align: center;
}

#section4 .right-hand {
    width: 20%;
    height: 60vh;
    background-image: url('../images/section_final_hand_right.svg');
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
}

.max-content-text-800 {
    max-width: 800px;
}