/* Estilos para as Páginas de Soluções (PDV e Link Pro) */

/* SUGESTÃO 2: Novo Estilo para Títulos de Seção */
.section-header {
    text-align: center;
    margin-bottom: 50px;
}
.section-tagline-content {
    color: #00BCD4; /* Cor secundária */
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.section-title-content {
    font-size: 2.2rem;
    font-weight: 700;
    margin-top: 0;
    background: linear-gradient(90deg, #00BCD4, #1A237E);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* SUGESTÃO 1: Melhora nos Cards */
.feature-card, .info-card {
    border-top: 4px solid transparent;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-top-color 0.35s ease;
}
.feature-card:hover, .info-card:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
    border-top-color: #00BCD4;
}

/* SUGESTÃO 3: Melhora no Botão CTA (Efeito Shine) */
.cta-button {
    position: relative;
    overflow: hidden;
}
.cta-button::after {
    content: "";
    position: absolute;
    top: 0; left: -100%;
    width: 100%; height: 100%;
    background: rgba(255,255,255,0.2);
    transition: left 0.4s ease;
}
.cta-button:hover::after {
    left: 100%;
}
.cta-button i {
    margin-left: 8px;
    transition: transform 0.3s ease;
}
.cta-button:hover i {
    transform: translateX(5px);
}


/* --- ESTILOS GERAIS DA PÁGINA --- */

.page-hero-interactive { 
    position: relative;
    background: linear-gradient(rgba(26,35,126,0.9), rgba(0,188,212,0.8)),
                url('https://images.unsplash.com/photo-1555396273-367ea4eb4db5?q=80&w=1587&auto-format&fit=crop') 
                no-repeat center center; 
    background-size: cover; 
    padding: 140px 20px; 
    color: #fff; 
    text-align: center; 
}
.page-hero-interactive::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.35);
}
.page-hero-interactive .section-tagline, 
.page-hero-interactive .section-title,
.page-hero-interactive .title-underline {
    position: relative;
    z-index: 1;
}
.page-hero-interactive .section-tagline { 
    color: #fff; 
    letter-spacing: 2px; 
    font-weight: 600; 
    text-transform: uppercase; 
}
.page-hero-interactive .section-title { 
    font-size: 2.8rem; 
    font-weight: 700; 
    color: #fff; 
    margin: 10px 0; 
}
.title-underline { 
    width: 80px; 
    height: 4px; 
    background-color: #00BCD4; 
    margin: 20px auto 0; 
    border-radius: 2px; 
}

.section-fullwidth { padding: 80px 0; }
.section-fullwidth.bg-light { background-color: #F8F9FA; }
.container-pdv { max-width: 1140px; margin: 0 auto; padding: 0 15px; }

.section-title-centered { 
    text-align: center; 
    margin-bottom: 50px; 
    font-size: 2.2rem; 
    font-weight: 700; 
    position: relative; 
    background: linear-gradient(90deg, #00BCD4, #1A237E);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.section-subtitle-centered { 
    text-align: center; 
    max-width: 700px; 
    margin: -30px auto 50px auto; 
    color: #546E7A; 
    font-size: 1.1rem; 
}

.features-grid { 
    display: grid; 
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); 
    gap: 30px; 
}
.feature-card { 
    background-color: #fff; 
    padding: 30px; 
    border-radius: 12px; 
    text-align: center; 
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08); 
}
.feature-card img { height: 65px; width: auto; margin-bottom: 20px; }

.info-card-grid { 
    display: grid; 
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); 
    gap: 30px; 
}
.info-card { 
    background-color: #fff; 
    padding: 30px; 
    border-radius: 12px; 
    text-align: center; 
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08); 
}
.info-card img { 
    max-width: 100%; 
    height: 150px; 
    object-fit: contain; 
    margin-bottom: 20px; 
}
.info-card h4 { font-size: 1.3rem; margin-bottom: 10px; color: #263238; }
.info-card .feature-list { text-align: left; }

.image-showcase-container { text-align: center; }
.img-fluid-styled { 
    max-width: 100%; 
    height: auto; 
    border-radius: 12px; 
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08); 
}

.container-duas-colunas { display: flex; align-items: center; gap: 50px; flex-wrap: wrap; }
.coluna-texto {
    flex: 1.5; 
    min-width: 300px;
    padding-right: 20px;
}
.coluna-video {
    flex: 1;
    min-width: 300px;
}
.coluna-video video { width: 100%; height: auto; border-radius: 12px; box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08); }
.coluna-texto h2 { font-size: 2rem; color: #263238; font-weight: 700; margin-bottom: 20px; }
.coluna-texto p { color: #546E7A; line-height: 1.7; }
.coluna-texto h3 { margin-top: 30px; }

.feature-list { list-style: none; padding: 0; margin: 0; }
.feature-list li { display: flex; align-items: center; margin-bottom: 12px; font-size: 1rem; }
.feature-icon { flex-shrink: 0; width: 20px; height: 20px; background-color: #e0f2f1; border-radius: 50%; margin-right: 12px; position: relative; display: inline-block; }
.feature-icon::after { content: ''; position: absolute; left: 7px; top: 4px; width: 5px; height: 9px; border: solid #00796b; border-width: 0 2px 2px 0; transform: rotate(45deg); }

.video-container { position: relative; width: 100%; max-width: 900px; margin: 40px auto 0 auto; overflow: hidden; padding-top: 56.25%; border-radius: 12px; box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08); }
.video-container iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; }

.cta-container { text-align: center; }
.cta-button { display: inline-block; background: linear-gradient(45deg, #00BCD4, #00acc1); color: white !important; padding: 15px 35px; text-decoration: none; border-radius: 50px; font-weight: 600; transition: transform 0.3s ease, box-shadow 0.3s ease; box-shadow: 0 4px 15px rgba(0, 188, 212, 0.4); border: none; margin: 5px; }
.secondary-button { background: #1A237E; box-shadow: 0 4px 15px rgba(26, 35, 126, 0.4); }
.botao-chamada { display: inline-block; margin-top: 15px; background: #1A237E; color: #fff !important; padding: 12px 24px; text-decoration: none; border-radius: 50px; font-weight: 600; transition: all 0.3s ease; }