/* =====================================================
   AREA-CLIENTE.CSS
   Padrão visual: fale-conosco.css — Paleta Dourado/Gold
   ===================================================== */

/* ── BASE ───────────────────────────────────────────── */
.ac-hero,
.ac-card,
.ac-btn {
    box-sizing: border-box;
}

/* ── HERO ─────────────────────────────────────────── */
.ac-hero {
    position: relative;
    min-height: auto;
    display: flex;
    align-items: center;
    padding: 60px 0;
    background: transparent;
    overflow: hidden;
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.ac-hero__inner {
    position: relative;
    z-index: 1;
    padding-top: 0;
    padding-bottom: 0;
}

/* ── PILL / KICKER ──────────────────────────────────── */
.ac-hero__pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(to left, #9e8149 5%, #ccba78 60%, #dfd69e 69%, #ccba78 75%, #9e8149 100%) !important;
    border: 1px solid rgba(158, 129, 73, 0.22);
    border-radius: 999px;
    padding: 8px 16px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .7px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 22px;
    backdrop-filter: blur(8px);
}

.ac-hero__pill i {
    color: #fff;
    font-size: 11px;
}

/* ── TÍTULOS ────────────────────────────────────────── */
.ac-hero__titulo {
    font-size: clamp(2.2rem, 4vw, 3.5rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.08;
    margin: 0 0 18px;
    letter-spacing: -0.02em;
}

.ac-hero__titulo-leve {
    font-weight: 300;
    color: rgba(255, 255, 255, 0.88);
    display: block;
}

.ac-hero__sub {
    font-size: 1.05rem;
    font-weight: 400;
    line-height: 1.75;
    margin: 0 0 32px;
    color: var(--cor-site-1);
    max-width: 600px;
}

/* ── GRID DE CARDS ──────────────────────────────────── */
.ac-hero__cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    width: 100%;
    margin-bottom: 28px;
}

/* ── CARD DE ACESSO ─────────────────────────────────── */
.ac-card {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 22px 20px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.74);
    border-radius: 18px;
    box-shadow: 0 12px 34px rgba(2, 8, 40, 0.05);
    backdrop-filter: blur(10px);
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
    position: relative;
    overflow: hidden;
}

/* brilho sutil dourado no hover */
.ac-card::before {
    content: "";
    position: absolute;
    top: -30%;
    right: -10%;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(204, 186, 120, 0.10) 0%, transparent 70%);
    pointer-events: none;
    opacity: 0;
    transition: opacity .2s ease;
}

.ac-card:hover::before {
    opacity: 1;
}

.ac-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 42px rgba(2, 8, 40, 0.08);
    border-color: rgba(204, 186, 120, 0.55);
    background: rgba(255, 255, 255, 0.04);
    text-decoration: none;
}

.ac-card__icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 12px;
    background: rgba(209, 186, 111, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d3bb70;
    font-size: 18px;
    flex-shrink: 0;
}

.ac-card__body strong {
    display: block;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 6px;
}

.ac-card__body span {
    display: block;
    color: rgba(255, 255, 255, 0.65);
    font-size: 13px;
    line-height: 1.5;
}

.ac-card__footer {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #d3bb70;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-top: auto;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.ac-card__footer i {
    font-size: 11px;
}

/* ── BOTÕES ─────────────────────────────────────────── */
.ac-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ac-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 13px 22px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    user-select: none;
    cursor: pointer;
    border: none;
    transition: transform .15s ease, box-shadow .15s ease, background .15s ease, color .15s ease;
    position: relative;
    overflow: hidden;
}

.ac-btn--primary {
    background: linear-gradient(135deg, #ccba78 20%, #e7e4d2 35%, #9e8149 70%, #ccba78 100%);
    color: #181818 !important;
    border: 1.5px solid #ccba78;
    box-shadow: 0 8px 22px rgba(204, 186, 120, 0.32);
}

.ac-btn--primary::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.15);
    transition: left 0.4s ease;
}

.ac-btn--primary:hover::after {
    left: 100%;
}

.ac-btn--primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(204, 186, 120, 0.45);
    color: #181818 !important;
    text-decoration: none;
}

.ac-btn--ghost {
    color: rgba(255, 255, 255, 0.85);
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.74);
}

.ac-btn--ghost:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(204, 186, 120, 0.34);
    box-shadow: 0 6px 18px rgba(204, 186, 120, 0.15);
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
}

/* ── RESPONSIVO ────────────────────────────────────── */
@media (max-width: 992px) {
    .ac-hero {
        padding: 82px 0 42px;
    }

    .ac-hero__cards {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .ac-hero__titulo {
        font-size: 2.2rem;
    }

    .ac-hero__sub {
        font-size: .98rem;
    }

    .ac-hero__cards {
        grid-template-columns: 1fr;
        max-width: 100%;
    }

    .ac-card {
        flex-direction: row;
        align-items: center;
        gap: 12px;
    }

    .ac-card__footer {
        display: none;
    }

    .ac-card__body {
        flex: 1;
    }
}

@media (max-width: 576px) {
    .ac-hero {
        padding: 74px 0 36px;
    }

    .ac-hero__cards {
        gap: 12px;
    }
}