/* ==========================================
   SUBPÁGINA "CHIP NICE" — ESTILOS
   Identidade visual herdada do projeto principal
   ========================================== */

/* ==================== */
/* Hero da NICE          */
/* ==================== */
.nice-hero {
    width: 100%;
    min-height: 520px;
    background: linear-gradient(to right, #f5a0d0 0%, #e87abf 50%, #d25ba3 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 160px 5% 90px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.nice-hero::before {
    content: '';
    position: absolute;
    top: -60%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(255,255,255,0.06) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.nice-hero::after {
    content: '';
    position: absolute;
    bottom: -40%;
    left: -15%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(255,255,255,0.04) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.nice-hero-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
    position: relative;
    z-index: 2;
    max-width: 750px;
}

.nice-hero-tag {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: rgba(255,255,255,0.7);
}

.nice-hero-titulo {
    font-family: 'ClashDisplay', sans-serif;
    font-size: 3.2rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.15;
    letter-spacing: -1px;
}

.nice-hero-titulo span {
    font-weight: 400;
    display: block;
}

.nice-hero-titulo em {
    font-style: normal;
    font-weight: 700;
    opacity: 0.92;
}

.nice-hero-subtitulo {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    color: rgba(255,255,255,0.9);
    line-height: 1.7;
    max-width: 600px;
}

/* ==================== */
/* Seção: Sobre a NICE   */
/* ==================== */
.nice-sobre {
    width: 100%;
    padding: 100px 5%;
    background: linear-gradient(90deg, var(--color-pink) 0%, var(--color-white) 45%);
}

.nice-sobre-inner {
    max-width: 780px;
    margin: 0 auto;
}

.nice-citacao {
    font-family: 'ClashDisplay', sans-serif;
    font-size: 2rem;
    font-weight: 600;
    color: var(--color-text);
    line-height: 1.35;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
    position: relative;
    padding: 0 30px;
}

.nice-citacao::before {
    content: '\201C';
    font-size: 5rem;
    color: var(--color-text);
    opacity: 0.1;
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    font-family: Georgia, serif;
    line-height: 1;
}

.nice-citacao-autor {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--color-text);
    opacity: 0.6;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 50px;
}

.nice-divisor {
    width: 60px;
    height: 3px;
    background: #e51010;
    border-radius: 3px;
    margin: 0 auto 55px;
    border: none;
}

.nice-texto p {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    line-height: 1.85;
    color: var(--color-text);
    opacity: 0.88;
    margin-bottom: 28px;
    font-weight: 400;
}

.nice-texto p strong {
    font-weight: 700;
    opacity: 1;
}

/* ==================== */
/* Imagem editorial      */
/* ==================== */
.nice-foto-editorial {
    width: 100%;
    margin: 45px 0 50px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 35px rgba(120, 28, 43, 0.12);
    position: relative;
}

.nice-foto-editorial img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.nice-foto-editorial figcaption {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.78rem;
    color: var(--color-text);
    opacity: 0.5;
    padding: 12px 18px;
    text-align: center;
    background: rgba(255,255,255,0.6);
    font-weight: 500;
}

/* ==================== */
/* Destaque / blockquote */
/* ==================== */
.nice-destaque {
    font-family: 'ClashDisplay', sans-serif;
    font-size: 1.55rem;
    font-weight: 600;
    color: var(--color-text);
    line-height: 1.4;
    padding: 30px 0;
    margin: 20px 0 30px;
    border-left: 4px solid #e51010;
    padding-left: 30px;
    letter-spacing: -0.3px;
}

/* ==================== */
/* Seção: Como Funciona  */
/* ==================== */
.nice-funciona {
    width: 100%;
    padding: 100px 5%;
    background: linear-gradient(135deg, #f5a0d0 0%, #e87abf 50%, #d25ba3 100%);
    position: relative;
}

.nice-funciona-inner {
    max-width: 1100px;
    margin: 0 auto;
}

.nice-funciona-header {
    text-align: center;
    margin-bottom: 65px;
}

.nice-funciona-tag {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: rgba(255,255,255,0.7);
    margin-bottom: 12px;
    display: block;
}

.nice-funciona-titulo {
    font-family: 'ClashDisplay', sans-serif;
    font-size: 2.6rem;
    font-weight: 500;
    color: #fff;
    letter-spacing: -1px;
    line-height: 1.2;
}

.nice-funciona-titulo span {
    font-weight: 400;
}

.nice-funciona-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.nice-passo-card {
    background: #fff;
    border-radius: 24px;
    padding: 45px 30px 40px;
    border: none;
    box-shadow: 0 10px 35px rgba(204, 78, 143, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}

.nice-passo-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(204, 78, 143, 0.15);
}

.nice-passo-numero {
    font-family: 'ClashDisplay', sans-serif;
    font-size: 3.5rem;
    font-weight: 700;
    color: #cc4e8f;
    opacity: 0.18;
    line-height: 1;
    margin-bottom: 18px;
    letter-spacing: -2px;
}

.nice-passo-titulo {
    font-family: 'ClashDisplay', sans-serif;
    font-size: 1.35rem;
    font-weight: 600;
    color: #781c2b;
    margin-bottom: 12px;
    letter-spacing: -0.3px;
}

.nice-passo-desc {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.92rem;
    line-height: 1.7;
    color: rgba(120, 28, 43, 0.7);
    font-weight: 400;
}

.nice-passo-desc strong {
    font-weight: 700;
    color: #cc4e8f;
    opacity: 1;
}

/* ==================== */
/* Seção: Parceria       */
/* ==================== */
.nice-parceria {
    width: 100%;
    padding: 100px 5%;
    background: linear-gradient(90deg, var(--color-pink) 0%, var(--color-white) 45%);
}

.nice-parceria-inner {
    max-width: 780px;
    margin: 0 auto;
}

/* ==================== */
/* Seção: Download App   */
/* ==================== */
.nice-download {
    width: 100%;
    padding: 80px 5%;
    background: linear-gradient(90deg, var(--color-pink) 0%, var(--color-white) 45%);
}

.nice-download-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 60px;
    background: #fff;
    border-radius: 32px;
    padding: 60px;
    box-shadow: 0 20px 60px rgba(120, 28, 43, 0.08);
    border: 1px solid rgba(120, 28, 43, 0.06);
}

.nice-download-content {
    flex: 1;
}

.nice-download-tag {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: var(--color-text);
    opacity: 0.4;
    margin-bottom: 12px;
    display: block;
}

.nice-download-titulo {
    font-family: 'ClashDisplay', sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--color-text);
    letter-spacing: -0.5px;
    line-height: 1.2;
    margin-bottom: 18px;
}

.nice-download-titulo span {
    font-weight: 400;
    display: block;
}

.nice-download-desc {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    line-height: 1.7;
    color: var(--color-text);
    opacity: 0.75;
    margin-bottom: 32px;
    font-weight: 400;
}

.nice-download-desc strong {
    font-weight: 700;
    opacity: 1;
}

.nice-download-botoes {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.nice-btn-loja {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background-color: var(--color-text);
    color: #fff;
    text-decoration: none;
    padding: 14px 28px;
    border-radius: 14px;
    transition: all 0.3s ease;
    min-width: 180px;
}

.nice-btn-loja:hover {
    background-color: #5c1420;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(112, 30, 46, 0.25);
}

.nice-btn-loja span {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    white-space: nowrap;
}

.nice-btn-loja small {
    font-size: 0.7rem;
    font-weight: 500;
    opacity: 0.8;
}

.nice-btn-loja strong {
    font-size: 1rem;
    font-weight: 700;
}

/* Visual do chip na seção download */
.nice-download-visual {
    flex-shrink: 0;
    width: 280px;
}

.nice-download-chip-img {
    width: 280px;
    height: 280px;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(204, 78, 143, 0.12);
    border: 1px solid rgba(204, 78, 143, 0.15);
    background: #fff;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nice-download-chip-img img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

/* ==================== */
/* Responsivo            */
/* ==================== */
@media (max-width: 900px) {
    .nice-hero {
        min-height: 400px;
        padding: 140px 5% 70px;
    }

    .nice-hero-titulo {
        font-size: 2.4rem;
    }

    .nice-citacao {
        font-size: 1.6rem;
    }

    .nice-funciona-titulo {
        font-size: 2rem;
    }

    .nice-funciona-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        max-width: 420px;
        margin: 0 auto;
    }

    .nice-destaque {
        font-size: 1.3rem;
    }

    .nice-download-inner {
        flex-direction: column;
        padding: 40px 30px;
        text-align: center;
    }

    .nice-download-visual {
        width: 200px;
        order: -1;
    }

    .nice-download-chip-img {
        width: 200px;
        height: 200px;
    }

    .nice-download-botoes {
        justify-content: center;
    }

    .nice-download-titulo {
        font-size: 1.8rem;
    }
}

@media (max-width: 640px) {
    .nice-hero-titulo {
        font-size: 1.9rem;
    }

    .nice-hero-titulo em {
        font-weight: 600;
    }

    .nice-hero-subtitulo {
        font-size: 0.95rem;
    }

    .nice-citacao {
        font-size: 1.35rem;
    }

    .nice-texto p {
        font-size: 1rem;
    }

    .nice-funciona-titulo {
        font-size: 1.7rem;
    }

    .nice-download-botoes {
        flex-direction: column;
        align-items: center;
    }

    .nice-btn-loja {
        width: 100%;
        max-width: 280px;
    }

    .nice-passo-numero {
        font-size: 2.5rem;
    }
}
