.home-shell {
    font-family: "Poppins", Arial, sans-serif;
    color: #374151;
    background: #ffffff;
}

.home-shell h1,
.home-shell h2,
.home-shell h3 {
    font-family: "Plus Jakarta Sans", Arial, sans-serif;
}

.home-shell .container {
    width: min(1180px, calc(100% - 48px));
}

.home-shell .site-header {
    background: rgba(255, 255, 255, 0.98);
    border-bottom: 1px solid #e5e7eb;
}

.home-shell .header-inner {
    min-height: 82px;
}

.home-shell .header-logo-link {
    width: 190px;
    height: 58px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.home-shell .header-logo {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left center;
}

.home-shell .site-nav {
    margin-left: auto;
    gap: 26px;
}

.home-shell .site-nav a {
    min-height: 82px;
    color: #374151;
    font-size: 13px;
}

.home-shell .site-nav a::after {
    bottom: 12px;
    background: #2563eb;
}

.home-shell .header-action {
    flex: 0 0 auto;
    min-height: 44px;
    padding-inline: 20px;
}

.home-shell .button {
    min-height: 44px;
    padding: 12px 22px;
    font-size: 12px;
}

.home-shell .button-primary {
    background: #2563eb;
}

.home-shell .button-primary:hover {
    background: #1e40af;
}

.home-shell .button-white {
    color: #2563eb;
    background: #ffffff;
}

.home-shell .button-white:hover {
    color: #1e40af;
    background: #f3f4f6;
}

.home-shell .button-outline {
    width: 100%;
    color: #2563eb;
    background: transparent;
    border: 2px solid #2563eb;
}

.home-shell .button-outline:hover {
    color: #ffffff;
    background: #2563eb;
}

.home-shell .hero {
    min-height: 500px;
    height: min(620px, calc(100svh - 165px));
    max-height: 620px;
}

.home-shell .hero-media {
    background-image: url("assets/images/hero-suv.webp");
    background-position: center;
}

.home-shell .hero-overlay {
    background: linear-gradient(90deg, rgba(3, 12, 32, 0.76) 0%, rgba(3, 12, 32, 0.48) 48%, rgba(3, 12, 32, 0.13) 82%);
}

.home-shell .hero-content {
    width: min(760px, 100%);
}

.home-shell .hero-kicker {
    font-size: 13px;
    letter-spacing: 1.2px;
}

.home-shell .hero h1 {
    margin-top: 10px;
    font-size: 52px;
    line-height: 1.12;
    text-transform: none;
}

.home-shell .hero-content > p:not(.hero-kicker) {
    max-width: 680px;
    margin-top: 23px;
    font-size: 17px;
}

.home-shell .hero-button {
    margin-top: 28px;
}

.quick-actions {
    padding: 46px 0;
    background: #f9fafb;
    border-bottom: 1px solid #e5e7eb;
}

.quick-actions-grid {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 40px;
    align-items: center;
}

.quick-actions h2 {
    color: #111827;
    font-size: 25px;
    line-height: 1.3;
}

.quick-actions p {
    margin-top: 7px;
    color: #4b5563;
    font-size: 14px;
}

.home-shell .solutions {
    padding: 94px 0 102px;
    background: #f9fafb;
}

.home-shell .section-heading {
    margin-bottom: 48px;
}

.home-shell .section-heading h2 {
    color: #111827;
    font-size: 36px;
}

.home-shell .section-heading h2 span,
.attendance-content h2 span,
.about-reference-copy h2 span {
    color: #2563eb;
}

.home-shell .section-heading p {
    color: #6b7280;
    font-size: 11px;
}

.home-shell .solutions-grid {
    gap: 24px;
}

.home-shell .solution-card {
    min-height: 330px;
    padding: 34px 30px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    box-shadow: none;
}

.home-shell .solution-card:hover {
    border-color: rgba(37, 99, 235, 0.45);
    box-shadow: 0 12px 28px rgba(31, 41, 55, 0.08);
}

.solution-number {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    color: #2563eb;
    background: #eaf0ff;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 800;
}

.home-shell .solution-card h3 {
    margin-top: 25px;
    color: #111827;
    font-size: 21px;
}

.home-shell .solution-card p {
    margin: 14px 0 26px;
    color: #4b5563;
    font-size: 14px;
}

.attendance-center {
    padding: 92px 0;
    color: #ffffff;
    background: #06b6d4;
}

.attendance-center-grid {
    max-width: 860px;
    display: block;
}

.attendance-content .section-kicker {
    color: rgba(255, 255, 255, 0.9);
}

.attendance-content h2 {
    max-width: 660px;
    margin-top: 10px;
    color: #ffffff;
    font-size: 34px;
    line-height: 1.2;
}

.attendance-content h2 span {
    color: #111827;
}

.attendance-content > p:not(.section-kicker) {
    max-width: 760px;
    margin-top: 20px;
    color: rgba(255, 255, 255, 0.95);
    font-size: 15px;
}

.attendance-content .button {
    margin-top: 28px;
}

.about-reference {
    padding: 94px 0;
    background: #f9fafb;
}

.about-reference-grid {
    max-width: 860px;
    display: block;
}

.about-reference-copy .section-kicker {
    color: #2563eb;
}

.about-reference-copy h2 {
    max-width: 700px;
    margin-top: 10px;
    color: #111827;
    font-size: 34px;
    line-height: 1.2;
}

.about-reference-copy > p:not(.section-kicker) {
    max-width: 790px;
    margin-top: 20px;
    color: #4b5563;
    font-size: 15px;
}

.about-reference-copy .button {
    margin-top: 28px;
}

.cta-reference {
    padding: 72px 0;
    color: #ffffff;
    background: #2563eb;
    text-align: center;
}

.cta-reference h2 {
    color: #ffffff;
    font-size: 32px;
}

.cta-reference p {
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.94);
    font-size: 15px;
}

.cta-reference .button {
    margin-top: 26px;
}

.home-shell .site-footer {
    padding: 68px 0 28px;
    background: #1a202c;
}

.home-shell .reference-footer-grid {
    grid-template-columns: minmax(0, 1.35fr) minmax(180px, 0.65fr);
    gap: 70px;
}

.home-shell .site-footer h3 {
    font-size: 16px;
}

.home-shell .site-footer p,
.home-shell .site-footer li,
.home-shell .site-footer a {
    color: #aeb7c5;
    font-size: 12px;
}

.home-shell .footer-grid > div > p + p {
    margin-top: 10px;
}

.home-shell .footer-bottom {
    margin-top: 56px;
}

.whatsapp-logo-button {
    left: auto;
    right: 22px;
    bottom: 22px;
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    color: #ffffff;
    background: #22c55e;
    border: 3px solid #ffffff;
    border-radius: 50%;
    box-shadow: 0 8px 22px rgba(10, 94, 45, 0.28);
}

.whatsapp-logo-button svg {
    width: 30px;
    height: 30px;
    fill: currentColor;
}

.whatsapp-logo-button:hover {
    background: #16a34a;
}

@media (max-width: 1050px) {
    .home-shell .header-action {
        display: none;
    }

    .home-shell .site-nav {
        margin-left: auto;
    }

}

@media (max-width: 760px) {
    .home-shell .container {
        width: min(100% - 32px, 1180px);
    }

    .home-shell .header-inner,
    .home-shell .site-nav a {
        min-height: 68px;
    }

    .home-shell .header-logo-link {
        width: 150px;
        height: 48px;
    }

    .home-shell .site-nav {
        top: 68px;
    }

    .home-shell .hero {
        min-height: 510px;
        height: calc(100svh - 115px);
        max-height: 620px;
    }

    .home-shell .hero-media {
        background-position: 58% center;
    }

    .home-shell .hero-overlay {
        background: rgba(3, 12, 32, 0.62);
    }

    .home-shell .hero h1 {
        font-size: 40px;
    }

    .quick-actions-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .quick-actions .button {
        width: fit-content;
    }

    .home-shell .solutions {
        padding: 72px 0 80px;
    }

    .home-shell .solutions-grid {
        grid-template-columns: 1fr;
    }

    .home-shell .solution-card {
        min-height: 300px;
    }

    .attendance-center {
        padding: 72px 0;
    }

    .about-reference {
        padding: 72px 0;
    }

    .home-shell .reference-footer-grid {
        grid-template-columns: minmax(0, 1.2fr) minmax(160px, 0.8fr);
        gap: 38px 32px;
    }
}

@media (max-width: 520px) {
    .home-shell .container {
        width: min(100% - 24px, 1180px);
    }

    .home-shell .hero h1 {
        font-size: 34px;
    }

    .home-shell .hero-content > p:not(.hero-kicker) {
        font-size: 15px;
    }

    .quick-actions .button,
    .cta-reference .button {
        width: 100%;
    }

    .home-shell .section-heading h2,
    .attendance-content h2,
    .about-reference-copy h2,
    .cta-reference h2 {
        font-size: 28px;
    }

    .home-shell .solution-card {
        min-height: 280px;
        padding: 28px 24px;
    }

    .home-shell .reference-footer-grid {
        grid-template-columns: 1fr;
    }

    .whatsapp-logo-button {
        right: 14px;
        bottom: 14px;
        width: 52px;
        height: 52px;
    }

    .whatsapp-logo-button svg {
        width: 27px;
        height: 27px;
    }
}

/* Mantem a imagem da marca dentro da altura do cabecalho. */
.home-shell .header-logo-link {
    flex: 0 0 64px;
    width: 64px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
}

.home-shell .header-logo {
    display: block;
    width: 52px;
    height: 52px;
    max-width: 52px;
    max-height: 52px;
    object-fit: contain;
    object-position: center;
}

@media (max-width: 760px) {
    .home-shell .header-logo-link {
        flex-basis: 52px;
        width: 52px;
        height: 52px;
    }

    .home-shell .header-logo {
        width: 44px;
        height: 44px;
        max-width: 44px;
        max-height: 44px;
    }
}
