@import url(../generic/_reset.css);
@import url(../generic/_animations.css);
@import url(../settings/_colors.css);
@import url(../settings/_fonts.css);
@import url(../components/_navbar.css);
@import url(../elements/_headings.css);
@import url(../elements/_main.css);
@import url(../elements/_buttons.css);

:root {
    --home-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    --home-soft: rgba(111, 0, 255, 0.08);
    --home-soft-strong: rgba(111, 0, 255, 0.18);
    --home-border: 1px solid var(--alabaster-gray);
}

body {
    font-family: var(--montserrat);
    color: var(--black);
    background: var(--lavender-mist);
    min-height: 100vh;
    position: relative;
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
}

.navbar--home .navbar__link-page {
    border-color: var(--black);
}

.navbar__cta {
    background: var(--eletric-indigo);
    color: var(--white);
    border-color: transparent;
    box-shadow: 0 12px 24px rgba(111, 0, 255, 0.25);
}

.navbar__cta:hover {
    background: var(--indigo);
    color: var(--white);
}

.home-main {
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    position: relative;
    z-index: 1;
}

.home-hero {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 4vw;
    padding: 6vw 6vw 4vw;
    align-items: center;
}

.home-eyebrow {
    font-family: var(--poppins);
    text-transform: uppercase;
    letter-spacing: 0.3em;
    font-size: 0.7rem;
    color: var(--gray);
}

.home-hero__title {
    font-family: var(--poppins);
    font-weight: 700;
    font-size: clamp(2.6rem, 4.6vw, 4.6rem);
    line-height: 1.05;
    padding-top: 0;
    width: auto;
    margin-top: 1rem;
}

.home-hero__subtitle {
    font-size: clamp(1rem, 1.6vw, 1.35rem);
    width: 100%;
    padding-bottom: 0;
    opacity: 0.8;
    margin: 1.2rem 0 1.6rem;
}

.home-hero__actions {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.home-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.9rem 2.2rem;
    border-radius: 999px;
    background: var(--eletric-indigo);
    color: var(--white);
    text-decoration: none;
    font-family: var(--poppins);
    font-weight: 600;
    box-shadow: 0 16px 30px rgba(111, 0, 255, 0.25);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.home-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 40px rgba(111, 0, 255, 0.3);
}

.home-hero__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 1.8rem;
}

.home-pill {
    display: inline-flex;
    align-items: center;
    padding: 0.4rem 1rem;
    border-radius: 999px;
    border: var(--home-border);
    background: var(--white);
    font-size: 0.9rem;
    font-weight: 600;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.home-hero__card {
    background: var(--white);
    border-radius: 1.8rem;
    padding: 2.4rem;
    border: var(--home-border);
    box-shadow: var(--home-shadow);
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
    position: relative;
    overflow: hidden;
}


.home-card__label {
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.3em;
    color: var(--gray);
}

.home-card__title {
    font-family: var(--poppins);
    font-size: 1.6rem;
    line-height: 1.2;
    color: var(--black);
}

.home-card__list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    z-index: 1;
}

.home-card__list li {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-weight: 600;
    color: var(--black);
}

.home-card__list img {
    width: 1.2rem;
    height: 1.2rem;
}

.home-card__cta {
    align-self: flex-start;
    padding: 0.7rem 1.6rem;
    border-radius: 999px;
    border: none;
    background: var(--indigo);
    color: var(--white);
    text-decoration: none;
    font-weight: 600;
    z-index: 1;
}

.home-section {
    padding: 4vw 6vw;
    display: flex;
    flex-direction: column;
    gap: 2.6rem;
}

.home-section__header {
    max-width: 60vw;
}

.home-section__title {
    font-family: var(--poppins);
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    line-height: 1.2;
    margin-bottom: 1rem;
}

.home-section__subtitle {
    font-size: 1.1rem;
    opacity: 0.8;
}

.home-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.6rem;
}

.home-feature {
    background: var(--white);
    border-radius: 1.4rem;
    padding: 1.8rem;
    border: var(--home-border);
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.home-feature h3 {
    font-family: var(--poppins);
    font-size: 1.3rem;
}

.home-feature p {
    font-size: 1rem;
    opacity: 0.8;
    padding-bottom: 0;
}

.home-feature__icon {
    width: 2.4rem;
    height: 2.4rem;
    background: var(--lavander-veil);
    padding: 0.5rem;
    border-radius: 0.8rem;
}

.home-why {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    align-items: center;
    gap: 3vw;
}

.home-why__content {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
}

.home-why__points {
    display: grid;
    gap: 1.2rem;
}

.home-why__point {
    background: var(--white);
    border-radius: 1rem;
    padding: 1rem 1.2rem;
    border: var(--home-border);
}

.home-why__badge {
    display: inline-flex;
    align-items: center;
    padding: 0.2rem 0.7rem;
    border-radius: 999px;
    background: var(--lavander-veil);
    color: var(--black);
    font-weight: 700;
    font-size: 0.85rem;
}

.home-why__panel {
    background: var(--white);
    border-radius: 1.8rem;
    padding: 2rem;
    border: var(--home-border);
    box-shadow: var(--home-shadow);
}

.home-why__panel-header {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    font-family: var(--poppins);
}

.home-why__stats {
    display: grid;
    gap: 1rem;
    margin: 1.6rem 0;
}

.home-stat {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.8rem 1rem;
    background: var(--white);
    border-radius: 1rem;
    border: var(--home-border);
}

.home-stat__label {
    font-weight: 600;
    color: var(--gray);
}

.home-stat__value {
    font-weight: 700;
}

.home-why__list {
    display: grid;
    gap: 0.6rem;
}

.home-why__list span {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    font-weight: 600;
}

.home-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.6rem;
}

.home-step {
    background: var(--white);
    border-radius: 1.6rem;
    padding: 1.8rem;
    border: var(--home-border);
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.06);
    display: grid;
    gap: 0.8rem;
}

.home-step__number {
    font-family: var(--poppins);
    font-weight: 700;
    font-size: 1.4rem;
    color: var(--eletric-indigo);
}

.home-cta-final {
    padding: 5vw 6vw 7vw;
}

.home-cta-final__content {
    background: var(--lavender-mist);
    border-radius: 2rem;
    padding: 3rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    box-shadow: var(--home-shadow);
}

.home-cta-final__content h2 {
    font-family: var(--poppins);
    font-size: clamp(1.8rem, 2.8vw, 2.6rem);
}

.home-cta-final__content p {
    font-size: 1.1rem;
    opacity: 0.85;
    padding-bottom: 0;
}

@media (max-width: 1000px) {
    .home-hero,
    .home-why {
        grid-template-columns: 1fr;
    }

    .home-hero {
        padding: 18vw 6vw 8vw;
    }

    .home-section {
        padding: 10vw 6vw;
    }

    .home-section__header {
        max-width: 100%;
    }

    .home-grid,
    .home-steps {
        grid-template-columns: 1fr;
    }

    .home-hero__card,
    .home-why__panel,
    .home-cta-final__content {
        padding: 1.8rem;
        margin-top: 14vw;
    }

    .home-cta-final__content {
        margin-top: 0;
    }

    .home-cta {
        width: 100%;
    }

    .home-hero__actions {
        width: 100%;
    }

    .home-pill {
        font-size: 0.85rem;
    }
}
