/* ========================================
   HOME - HERO PREMIUM MOBILE FIRST
   ======================================== */

:root {
    --home-green: #2e7d32;
    --home-green-dark: #1f5d24;
    --home-gray-100: #f4f6f5;
    --home-gray-200: #e6ece8;
    --home-gray-700: #3f4b44;
    --home-white: #ffffff;
}

.home-main-content {
    padding: 0;
    min-height: auto;
}

.home-main-content > .container-fluid {
    padding: 0;
}

.home-hero {
    position: relative;
    min-height: 88vh;
    overflow: hidden;
    background-color: var(--home-gray-100);
}

.home-hero-media {
    position: absolute;
    inset: 0;
    will-change: transform;
}

.home-hero-video,
.home-hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-hero-video {
    filter: saturate(1.05) contrast(1.03);
}

.home-hero-image {
    filter: saturate(1.03) contrast(1.02);
}

.home-media-caption {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 18%;
    width: min(46vw, 620px);
    background-color: rgba(255, 255, 255, 0.96);
    color: #1f2f26;
    border-radius: 0.9rem;
    padding: 1.2rem 1.3rem;
    font-size: 1.48rem;
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: 0.01em;
    box-shadow: 0 14px 30px rgba(35, 50, 40, 0.2);
    z-index: 2;
}

.home-caption-text {
    font-weight: 400;
    color: #2a3a31;
}

.home-caption-highlight {
    font-weight: 700;
    color: #2e7d32;
}

.home-hero-indicators {
    display: flex;
    gap: 0.45rem;
    margin-top: 1rem;
}

.home-hero-indicator {
    width: 11px;
    height: 11px;
    border: 0;
    border-radius: 50%;
    background-color: rgba(63, 75, 68, 0.38);
    transition: all 0.2s ease;
}

.home-hero-indicator.active {
    width: 28px;
    border-radius: 999px;
    background-color: rgba(46, 125, 50, 0.95);
}

.home-hero-content {
    position: relative;
    z-index: 2;
    min-height: 88vh;
    display: flex;
    align-items: center;
    padding: 1rem;
}

.home-hero-panel {
    width: 100%;
    max-width: 680px;
    background-color: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.85);
    border-radius: 1rem;
    padding: 1.25rem;
    box-shadow: 0 18px 42px rgba(35, 50, 40, 0.16);
    backdrop-filter: blur(5px);
}

.home-kicker {
    color: var(--home-green);
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.home-title {
    margin: 0 0 0.75rem 0;
    font-size: 2rem;
    line-height: 1.15;
    color: #1f2f26;
    font-weight: 800;
}

.home-subtitle {
    margin: 0 0 1rem 0;
    color: var(--home-gray-700);
    font-size: 1.1rem;
    line-height: 1.5;
}

.home-assembly-details {
    margin: 1.2rem 0 1.5rem 0;
    color: var(--home-gray-700);
    font-size: 1rem;
    line-height: 1.6;
}

.home-assembly-details p {
    margin: 0.5rem 0;
}

.home-assembly-details strong {
    font-weight: 700;
    color: #1f2f26;
}

.home-registration-notice {
    font-style: italic;
    color: var(--home-green);
    font-weight: 500;
}

.home-register-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 56px;
    background-color: rgba(46, 125, 50, 0.98);
    color: var(--home-white);
    border: 0;
    border-radius: 0.8rem;
    font-size: 1.18rem;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 10px 22px rgba(31, 93, 36, 0.26);
}

.home-register-cta:hover,
.home-register-cta:focus {
    color: var(--home-white);
    background-color: rgba(31, 93, 36, 0.98);
}

.home-register-cta:disabled {
    background-color: rgba(158, 158, 158, 0.6);
    color: var(--home-white);
    cursor: not-allowed;
    box-shadow: 0 10px 22px rgba(100, 100, 100, 0.15);
}

.home-register-cta:disabled:hover,
.home-register-cta:disabled:focus {
    background-color: rgba(158, 158, 158, 0.6);
    color: var(--home-white);
}

.home-floating-cta {
    position: fixed;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    min-height: 56px;
    background-color: rgba(46, 125, 50, 0.98);
    color: var(--home-white);
    border-radius: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.12rem;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 14px 28px rgba(35, 50, 40, 0.28);
    z-index: 1050;
}

.home-floating-cta:hover,
.home-floating-cta:focus {
    color: var(--home-white);
    background-color: rgba(31, 93, 36, 0.98);
}

/* Sprite de cactus para uso discrecional */
.dashboard-icon {
    width: 60px;
    height: 60px;
    background-color: transparent;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('/images/cactus-icons-set-simple-style-vector.png');
    background-size: 400% auto;
    background-repeat: no-repeat;
    position: absolute;
    top: -20px;
    right: -20px;
    filter: invert(41%) sepia(96%) saturate(365%) hue-rotate(78deg) brightness(92%) contrast(87%);
}

.dashboard-icon-1 { background-position: 0% 0%; }
.dashboard-icon-2 { background-position: 35% 0%; }
.dashboard-icon-3 { background-position: 70% 0%; }
.dashboard-icon-4 { background-position: 105% 0%; }
.dashboard-icon-5 { background-position: 0% 35%; }
.dashboard-icon-6 { background-position: 35% 35%; }
.dashboard-icon-7 { background-position: 70% 35%; }
.dashboard-icon-8 { background-position: 105% 35%; }
.dashboard-icon-9 { background-position: 0% 70%; }
.dashboard-icon-10 { background-position: 35% 70%; }
.dashboard-icon-11 { background-position: 70% 70%; }
.dashboard-icon-12 { background-position: 105% 70%; }
.dashboard-icon-13 { background-position: 0% 105%; }
.dashboard-icon-14 { background-position: 35% 105%; }
.dashboard-icon-15 { background-position: 70% 105%; }
.dashboard-icon-16 { background-position: 105% 105%; }

@media (min-width: 768px) {
    .home-hero {
        min-height: 92vh;
    }

    .home-hero-content {
        min-height: 92vh;
        padding: 2rem;
    }

    .home-hero-panel {
        padding: 2rem;
        border-radius: 1.2rem;
    }

    .home-title {
        font-size: 2.7rem;
    }

    .home-subtitle {
        font-size: 1.2rem;
    }

    .home-media-caption {
        left: auto;
        right: 2rem;
        transform: none;
        top: 20%;
        width: min(44vw, 640px);
        font-size: 1.55rem;
        padding: 1.35rem 1.5rem;
        line-height: 1.34;
    }

    .home-caption-highlight {
        font-size: 1.08em;
    }
}

@media (max-width: 767.98px) {
    .home-media-caption {
        left: 1rem;
        right: 1rem;
        top: auto;
        bottom: 6.5rem;
        transform: none;
        width: auto;
        font-size: 1.12rem;
        padding: 1rem 1.05rem;
        line-height: 1.35;
    }

    .home-caption-highlight {
        font-size: 1.06em;
    }
}

@media (min-width: 1200px) {
    .home-floating-cta {
        display: none;
    }
}
