/* Hero final — carregado após o tema principal para manter a composição estável. */
.hero {
    min-height: 100svh;
    padding: 132px 24px 72px;
    isolation: isolate;
}
.hero::before {
    display: none;
}
.hero-glow {
    display: none;
}
.hero-glow::before {
    display: none;
}
.hero-content {
    width: min(1040px, 100%);
    max-width: 1040px;
}
.hero-kicker {
    margin-bottom: 22px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.8);
    opacity: 0;
    transform: translateY(18px);
    animation: sectionReveal 0.7s 0.1s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}
.hero-title-wrapper {
    margin-bottom: 18px;
    opacity: 0;
    transform: translateY(24px);
    animation: sectionReveal 0.8s 0.22s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}
.hero-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.18em;
    max-width: none;
    margin: 0 auto;
    padding: 0.05em 0 0.12em;
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: clamp(56px, 8.7vw, 112px);
    font-weight: 800;
    line-height: 0.94;
    letter-spacing: 0.018em;
    text-transform: uppercase;
    color: rgba(4, 11, 24, 0.38);
    -webkit-text-fill-color: rgba(4, 11, 24, 0.38);
    -webkit-text-stroke: 0;
    text-rendering: geometricPrecision;
    font-kerning: normal;
    filter: none;
}
.hero-title span {
    color: rgba(5, 20, 46, 0.36);
    -webkit-text-fill-color: rgba(5, 20, 46, 0.36);
    -webkit-text-stroke: 0;
    text-shadow:
        -1px -1px 0 #72a8ff,
        0 -1px 0 #72a8ff,
        1px -1px 0 #72a8ff,
        1px 0 0 #72a8ff,
        1px 1px 0 #72a8ff,
        0 1px 0 #72a8ff,
        -1px 1px 0 #72a8ff,
        -1px 0 0 #72a8ff,
        0 8px 20px rgba(0, 0, 0, 0.5);
}
.hero-title span:last-child {
    color: rgba(22, 26, 34, 0.32);
    -webkit-text-fill-color: rgba(22, 26, 34, 0.32);
    -webkit-text-stroke: 0;
    text-shadow:
        -1px -1px 0 #b8bec8,
        0 -1px 0 #b8bec8,
        1px -1px 0 #b8bec8,
        1px 0 0 #b8bec8,
        1px 1px 0 #b8bec8,
        0 1px 0 #b8bec8,
        -1px 1px 0 #b8bec8,
        -1px 0 0 #b8bec8,
        0 8px 20px rgba(0, 0, 0, 0.5);
}
.hero-slogan {
    max-width: 560px;
    margin: 0 auto 28px;
    color: rgba(255, 255, 255, 0.74);
    font-size: clamp(13px, 1.35vw, 16px);
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.025em;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.9);
    opacity: 0;
    transform: translateY(20px);
    animation: sectionReveal 0.7s 0.45s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}
.hero-actions {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    width: auto;
    margin: 0 auto;
    opacity: 0;
    transform: translateY(20px);
    animation: sectionReveal 0.7s 0.58s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}
.hero-details {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin-top: 20px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    opacity: 0;
    transform: translateY(14px);
    animation: sectionReveal 0.65s 0.72s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}
.hero-details > span {
    display: inline-flex;
    align-items: center;
    min-height: 18px;
    padding: 0 14px;
    white-space: nowrap;
}
.hero-details > span + span {
    border-left: 1px solid rgba(255, 255, 255, 0.16);
}
.hero-details strong {
    color: rgba(255, 255, 255, 0.72);
    font: inherit;
}
.hero-details i {
    width: 6px;
    height: 6px;
    margin-right: 8px;
    border-radius: 50%;
    background: #6fd6a0;
    box-shadow: 0 0 10px rgba(111, 214, 160, 0.56);
}
.hero-download-btn {
    justify-content: center;
    width: min(390px, 100%);
    min-height: 62px;
    padding: 17px 28px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 4px;
    outline: 3px solid rgba(0, 0, 0, 0.58);
    outline-offset: 3px;
    background: rgba(8, 12, 19, 0.76);
    color: #fff;
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.35), inset 0 0 0 1px rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.hero-download-btn::before {
    border-radius: 0;
    background: linear-gradient(135deg, #2563eb, #3b82f6);
}
.hero-download-btn:hover {
    transform: translateY(-2px);
    border-color: rgba(130, 177, 255, 0.8);
    box-shadow: 0 19px 46px rgba(0, 0, 0, 0.4), 0 0 28px rgba(59, 130, 246, 0.2);
}
.hero-learn-btn {
    justify-content: center;
    width: min(210px, 100%);
    min-height: 42px;
    padding: 8px 18px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.72);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}
.hero-learn-btn:hover {
    background: transparent;
    color: #fff;
}
.hero-learn-btn svg {
    width: 15px;
    height: 15px;
}
.hero-learn-btn:hover svg {
    transform: translateY(3px);
}
@media (max-width: 768px) {
    .hero {
        padding: 124px 20px 64px;
    }
    .hero-kicker {
        margin-bottom: 18px;
        font-size: 9px;
        letter-spacing: 0.24em;
    }
    .hero-title {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 0.14em;
        font-size: clamp(48px, 14vw, 68px);
        line-height: 0.94;
        letter-spacing: 0.012em;
    }
    .hero-title-wrapper {
        margin-bottom: 25px;
    }
    .hero-slogan {
        max-width: 330px;
        margin-bottom: 28px;
        font-size: 13px;
    }
    .hero-actions {
        width: min(340px, 100%);
        margin-bottom: 0;
    }
    .hero-download-btn {
        min-height: 58px;
        padding-inline: 18px;
        font-size: 12px;
    }
    .hero-details {
        flex-wrap: wrap;
        gap: 8px 0;
        margin-top: 18px;
        font-size: 9px;
        letter-spacing: 0.06em;
    }
    .hero-details > span {
        padding: 0 9px;
    }
}

/* Fundo suave: bastante blur, contraste preservado e sem escurecer demais. */
.home-page::before {
    opacity: 0.78 !important;
    filter: blur(10px) brightness(0.88) saturate(1.08) !important;
    transform: scale(1.045);
}
.home-page::after {
    display: block !important;
    background:
        radial-gradient(circle at 50% 42%, rgba(4, 10, 22, 0.02), rgba(3, 8, 18, 0.15) 78%),
        linear-gradient(180deg, rgba(2, 6, 14, 0.04), rgba(2, 6, 14, 0.14)) !important;
}
