:root {
    --primary-blue: #0033A0;
    --secondary-blue: #0066FF;
    --accent-orange: #FF6600;
    --light-bg: #F5F7FA;
}

body {
    font-family: 'Ubuntu Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* Barra colorida reutilizável */
.color-bar {
    width: 100%;
    height: 8px;
    display: flex;
}

.color-bar-segment {
    flex: 1;
    height: 100%;
}

.color-bar-segment:nth-child(1) {
    background: #f44d15;
}

.color-bar-segment:nth-child(2) {
    background: #eef503;
}

.color-bar-segment:nth-child(3) {
    background: #fcfffe;
}

.color-bar-segment:nth-child(4) {
    background: #04215b;
}

.color-bar-top {
    margin-bottom: 0;
}

.color-bar-bottom {
    margin-top: 0;
}

/* Swiper Destaque - Remove espaços entre o swiper e o color bar */
.swiperDestaque {
    margin: 0 !important;
    padding: 0 !important;
    display: block;
    line-height: 0;
}

.swiperDestaque .swiper-wrapper {
    margin: 0;
    padding: 0;
}

.swiperDestaque .swiper-slide {
    line-height: 0;
    margin: 0;
    padding: 0;
}

.swiperDestaque .swiper-slide img,
.swiperDestaque .swiper-slide video {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    vertical-align: bottom;
}

/* Top Bar */
.top-bar {
    background: #F5F5F5;
    padding: 12px 0;
    font-size: 0.875rem;
}

.btn-top-link {
    background: #E8E8E8;
    color: #0033A0;
    border: none;
    border-radius: 20px;
    padding: 6px 20px;
    font-size: 0.875rem;
    font-weight: 500;
}

.btn-top-link:hover {
    background: #D8D8D8;
    color: #0033A0;
}

.btn-whatsapp {
    background: #25D366;
    color: white;
    border: none;
    border-radius: 20px;
    padding: 6px 16px;
    font-size: 0.875rem;
    font-weight: 500;
}

.btn-whatsapp:hover {
    background: #1EBE54;
    color: white;
}

.btn-boleto {
    background: #00A8E8;
    color: white;
    border: none;
    border-radius: 20px;
    padding: 6px 16px;
    font-size: 0.875rem;
    font-weight: 500;
}

.btn-boleto:hover {
    background: #0090CC;
    color: white;
}

.social-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    font-size: 1rem;
}

.social-facebook {
    background: #1877F2;
}

.social-instagram {
    background: #E4405F;
}

.social-whatsapp-circle {
    background: #128C7E;
}

.social-icon:hover {
    opacity: 0.85;
    color: white;
}

/* Navigation */
.navbar {
    background: var(--primary-blue);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.navbar-brand img {
    height: 60px;
}

.nav-link {
    color: white !important;
    font-weight: 600;
    padding: 0.2rem 0.7rem !important;
    font-size: 0.80rem;
    
}

.nav-link:hover {
    color: #FFD700 !important;
}

.btn-login {
    background: transparent;
    color: white;
    border: 2px solid white;
    border-radius: 20px;
    padding: 8px 24px;
    font-weight: 600;
}

.btn-login:hover {
    background: white;
    color: var(--primary-blue);
}

/* Hero Section */
.hero-section {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.hero-banner {
    width: 100%;
    height: auto;
    display: block;
}

/* Plans Section */
.plans-section {
    padding: 80px 0;
    background: linear-gradient(135deg, var(--primary-blue) 0%, var(--secondary-blue) 100%);
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
    color: white;
}

.section-underline {
    width: 120px;
    height: 4px;
    background: #00D9FF;
    margin: 0 auto 50px;
}
 
.nav-pills .nav-link { 
   
    color:#000000 !important;
    border: none;
    border-radius: 25px;
    padding: 12px 30px;
    font-weight: 600;
    font-size: 1rem;
}

.nav-pills .nav-link.active {
    background: #00D9FF;
    color: var(--primary-blue);
}

.plan-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    padding: 40px 30px;
    text-align: center;
    transition: transform 0.3s;
    color: white;
    height: 100%;
    position: relative;
    border: 2px solid rgba(255, 255, 255, 0.1);
}

.plan-card:hover {
    transform: translateY(-10px);
    border-color: #00D9FF;
}

.featured-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #FF4444;
    color: white;
    padding: 6px 20px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
}

.plan-speed {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 30px;
    color: white;
}

.plan-features {
    list-style: none;
    padding: 0;
    margin: 10px 0;
    text-align: center;
}

.plan-features li {
    padding: 10px 0;
    font-size: 0.95rem;
    color: white;
}

.app-icons {
    display: flex;
    justify-content: center;
    gap: 10px; 
    min-height: 60px;
    align-items: center;
}

.app-icon {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    overflow: hidden;
}

.app-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.app-label {
    font-size: 0.8rem;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.8);
}

.plan-price-container {
    margin: 25px 0;
}

.plan-price-label {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 5px;
}

.plan-price {
    font-size: 3.5rem;
    font-weight: 700;
    color: white;
    line-height: 1;
}

.plan-price .currency {
    font-size: 1.5rem;
    vertical-align: super;
}

.plan-price .cents {
    font-size: 2rem;
}

.plan-price .period {
    font-size: 1rem;
    font-weight: 500;
}

.btn-plan {
    background: linear-gradient(135deg, var(--primary-blue) 0%, var(--secondary-blue) 100%);
    color: #fff;
    border: none;
    padding: 14px 50px;
    border-radius: 30px;
    font-weight: 700; 
    transition: all 0.3s;
    text-transform: uppercase;
}

.btn-plan:hover {
    background: #00BBDD;
    transform: scale(1.05);
    color: var(--primary-blue);
}

.fundo-section {
    background: url('../img/fundo.jpg') center center;
    background-size: cover;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}



/* Apps Section */
.apps-section {
    padding: 60px 0 0 0;

}

.apps-section::before {
   
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.apps-section .container {
    position: relative;
    z-index: 1;
}

.app-card {
    background: linear-gradient(135deg, var(--primary-blue) 0%, var(--secondary-blue) 100%);
    border-radius: 20px;
    padding: 30px;
    color: white;
    text-align: center;
    height: 100%;
}

.app-card img {
    height: 80px;
    margin-bottom: 20px;
}

.app-card h5 {
    font-weight: 700;
    margin-bottom: 15px;
}

/* Self Service Section */
.self-service-section {
    padding: 80px 0 0 0;
    background: linear-gradient(to bottom, rgba(0, 41, 141, 1) 0%, rgba(0, 176, 240, 0) 100%);
}

.service-card {
    background: white;
    border-radius: 20px;
    padding: 40px 30px;
    transition: all 0.4s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    text-decoration: none;
    display: block;
    color: inherit;
    position: relative;
    overflow: hidden;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0, 102, 255, 0.1), transparent);
    transition: left 0.5s ease;
}

.service-card:hover::before {
    left: 100%;
}

.service-card:hover {
    transform: translateY(-10px) scale(1.03);
    box-shadow: 0 15px 40px rgba(0, 51, 160, 0.3);
    background: linear-gradient(135deg, #e3f2fd 0%, #ffffff 100%);
}

.service-card:hover .service-icon-inline {
    transform: rotate(360deg) scale(1.2);
    color: var(--primary-blue);
}

.service-card:hover .service-content h5 {
    color: var(--primary-blue);
}

.service-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.service-icon-inline {
    font-size: 2.5rem;
    color: var(--secondary-blue);
    flex-shrink: 0;
    transition: all 0.5s ease;
}

.service-content h5 {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
    text-align: left;
    transition: all 0.3s ease;
}

.service-icon {
    font-size: 3rem;
    color: var(--secondary-blue);
    margin-bottom: 20px;
}

/* Movel Section */
.movel-section {
    padding: 80px 0;
}

.movel-card {
    background: linear-gradient(135deg, var(--primary-blue) 0%, var(--secondary-blue) 100%);
    border-radius: 20px;
    padding: 40px;
    color: white;
}

/* Institutional Section */
.institutional-section {
    padding: 80px 0;
    background: url('../img/fundo-caxias.jpg') center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    color: white;
}

.video-thumbnail {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    transition: transform 0.3s;
}

.video-thumbnail:hover {
    transform: scale(1.05);
}

.play-button-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 5rem;
    color: white;
    opacity: 0.9;
    transition: opacity 0.3s;
}

.video-thumbnail:hover .play-button-overlay {
    opacity: 1;
}

/* App Download Section */
.app-download-section {
    padding: 80px 0; 
}

.app-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-blue);
    margin-bottom: 10px;
}

.app-subtitle {
    font-size: 0.875rem;
    color: #6c757d;
    margin-bottom: 0;
}

.app-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-download {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 18px;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 600;
    font-size: 0.875rem;
}

.btn-download i {
    font-size: 1.5rem;
}

.btn-apple {
    background: #000000;
    color: white;
}

.btn-apple:hover {
    background: #333333;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.btn-google {
    background: #34A853;
    color: white;
}

.btn-google:hover {
    background: #2d9048;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(52, 168, 83, 0.3);
}

/* Certifications */
.certifications-section {
    padding: 60px 0 0 0; 
}

.cert-badge {
    padding: 20px;
    text-align: center;
}

.cert-badge img {
    height: 80px;
}

/* Instagram Section */
.instagram-section {
    padding: 60px    0; 
}

.instagram-post {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.instagram-post img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

/* Map Section */
.map-section {
    height: 400px;
    background: #e0e0e0;
}
.app-download-section{
 
    padding: 60px 0 20px;
}
/* Footer */
.footer {
    background: linear-gradient(135deg, var(--primary-blue) 0%, var(--secondary-blue) 100%);
    color: white;
    padding: 60px 0 20px;
}

.footer h5 {
    font-weight: 700;
    margin-bottom: 20px;
}

.footer ul {
    list-style: none;
    padding: 0;
}

.footer ul li {
    margin-bottom: 10px;
}

.footer a {
    color: white;
    text-decoration: none;
 
}

 
.social-icons a {
    color: white;
    font-size: 1.5rem;
    margin-right: 15px;
}

.anatel-badge {
    background: white;
    padding: 15px;
    border-radius: 10px;
    margin-top: 20px;
}

/* ============================================
   PAGE HEADER (Cabeçalho de Páginas Internas)
   ============================================ */
.page-header {
    background: linear-gradient(135deg, var(--primary-blue) 0%, var(--secondary-blue) 100%);
    position: relative;
    overflow: hidden;
}

.page-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120"><path d="M0,0 L1200,0 L1200,60 Q600,90 0,60 Z" fill="rgba(255,255,255,0.05)"/></svg>') no-repeat center bottom;
    background-size: cover;
    opacity: 0.1;
}

.page-header h1 {
    position: relative;
    z-index: 1;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

.page-header .breadcrumb {
    background: transparent;
    padding: 0;
}

.page-header .breadcrumb-item + .breadcrumb-item::before {
    content: '›';
    color: rgba(255,255,255,0.6);
    font-size: 1.2rem;
}

/* ============================================
   CONTACT PAGE (Página de Contato)
   ============================================ */

/* Contact Form Styles */
.form-control:focus {
    border-color: var(--primary-blue);
    box-shadow: 0 0 0 0.25rem rgba(0, 51, 160, 0.15);
}

.form-floating > label {
    color: #6c757d;
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label {
    color: var(--primary-blue);
}

/* Contact Icon Circle */
.contact-icon-circle {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-shrink: 0;
}

/* Hover Lift Effect */
.hover-lift {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.hover-lift:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 24px rgba(0,0,0,0.12) !important;
}

/* Hover Color Effects */
.hover-primary:hover {
    color: var(--primary-blue) !important;
}

.hover-success:hover {
    color: #198754 !important;
}

.hover-info:hover {
    color: #0dcaf0 !important;
}

/* Alert Improvements */
.alert {
    border: none;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.alert-danger {
    background: linear-gradient(135deg, #fff5f5 0%, #ffe5e5 100%);
    color: #842029;
}

/* Button Improvements */
.btn-primary {
    background: linear-gradient(135deg, var(--primary-blue) 0%, var(--secondary-blue) 100%);
    border: none;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 51, 160, 0.3);
    background: linear-gradient(135deg, var(--secondary-blue) 0%, var(--primary-blue) 100%);
}

.btn-primary:disabled {
    background: #6c757d;
    transform: none;
    box-shadow: none;
    cursor: not-allowed;
}

/* Responsiveness */
@media (max-width: 992px) {
    .page-header h1 {
        font-size: 2rem !important;
    }

    .contact-icon-circle {
        width: 50px;
        height: 50px;
    }

    .contact-icon-circle i {
        font-size: 1.25rem !important;
    }
}

/* ============================================
   404 ERROR PAGE
   ============================================ */
.error-404 h1 {
    position: relative;
    animation: fadeInScale 0.6s ease-out;
}

.error-404 .emoji-container {
    animation: bounce 2s infinite;
    transform-origin: center center;
}

@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.btn-outline-primary {
    border: 2px solid var(--primary-blue);
    color: var(--primary-blue);
    transition: all 0.3s ease;
}

.btn-outline-primary:hover {
    background: var(--primary-blue);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 51, 160, 0.2);
}

/* 404 Page - Links Úteis */
.btn-light {
    transition: all 0.3s ease;
}

.btn-light:hover {
    background: var(--primary-blue);
    color: white;
    transform: translateY(-2px);
}

/* Responsive 404 */
@media (max-width: 768px) {
    .error-404 h1 {
        font-size: 5rem !important;
    }

    .error-404 .emoji-container i {
        font-size: 4rem !important;
    }

    .btn-lg {
        font-size: 1rem;
        padding: 0.75rem 1.5rem;
    }
}

/* ============================================
   ABOUT PAGE (Página Sobre Nós)
   ============================================ */

/* Stats Cards */
.stats-card {
    transition: transform 0.3s ease;
}

.stats-card:hover {
    transform: translateY(-10px);
}

.stats-card .stats-icon {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.05);
    }
}

/* Icon Circle */
.icon-circle {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

/* Feature Cards */
.feature-card {
    transition: all 0.3s ease;
    border-radius: 1rem;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.feature-icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: transform 0.3s ease;
}

.feature-card:hover .feature-icon {
    transform: scale(1.1) rotate(5deg);
}

/* Purple color utility */
.bg-purple {
    background-color: #6f42c1;
}

.text-purple {
    color: #6f42c1;
}

/* Outline button light */
.btn-outline-light {
    border: 2px solid white;
    color: white;
    transition: all 0.3s ease;
}

.btn-outline-light:hover {
    background: white;
    color: var(--primary-blue);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255,255,255,0.3);
}

/* Responsive About Page */
@media (max-width: 768px) {
    .stats-card h3 {
        font-size: 2.5rem;
    }

    .icon-circle {
        width: 60px;
        height: 60px;
    }

    .feature-icon {
        width: 60px;
        height: 60px;
    }
}

/* ============================================
   FAQ PAGE (Página de Dúvidas Frequentes)
   ============================================ */

/* Search Box */
.search-box .input-group-text {
    border-color: #dee2e6;
}

.search-box .form-control {
    border-color: #dee2e6;
    font-size: 1.1rem;
}

.search-box .form-control:focus {
    border-color: var(--primary-blue);
    box-shadow: 0 0 0 0.25rem rgba(0, 51, 160, 0.1);
}

/* FAQ Items */
.faq-item {
    transition: all 0.3s ease;
}

.faq-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.12) !important;
}

/* FAQ Number Badge */
.faq-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: var(--primary-blue);
    color: white;
    border-radius: 50%;
    font-weight: bold;
    font-size: 0.875rem;
    flex-shrink: 0;
}

/* Accordion Button */
.accordion-button {
    background: white;
    color: #333;
    padding: 1.25rem 1.5rem;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.accordion-button:not(.collapsed) {
    background: linear-gradient(135deg, var(--primary-blue) 0%, var(--secondary-blue) 100%);
    color: white;
    box-shadow: 0 4px 12px rgba(0, 51, 160, 0.2);
}

.accordion-button:not(.collapsed) .faq-number {
    background: white;
    color: var(--primary-blue);
}

.accordion-button:focus {
    box-shadow: 0 0 0 0.25rem rgba(0, 51, 160, 0.15);
    border-color: var(--primary-blue);
}

.accordion-button::after {
    background-size: 1.25rem;
    transition: transform 0.3s ease;
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
}

/* Accordion Body */
.accordion-body {
    padding: 1.5rem;
    font-size: 1rem;
    line-height: 1.7;
    color: #555;
}

.faq-content {
    color: #444;
}

.faq-content p:last-child {
    margin-bottom: 0;
}

.faq-content ul,
.faq-content ol {
    padding-left: 1.5rem;
}

.faq-content li {
    margin-bottom: 0.5rem;
}

/* FAQ Feedback Buttons */
.faq-feedback .btn {
    transition: all 0.3s ease;
}

.faq-feedback .btn:hover {
    transform: scale(1.05);
}

/* Alert Styles */
.alert-info {
    background: linear-gradient(135deg, #cfe2ff 0%, #e7f1ff 100%);
    color: #084298;
}

/* Responsive FAQ */
@media (max-width: 768px) {
    .faq-number {
        width: 32px;
        height: 32px;
        font-size: 0.75rem;
    }

    .accordion-button {
        padding: 1rem;
        font-size: 1rem;
    }

    .accordion-body {
        padding: 1rem;
        font-size: 0.95rem;
    }

    .search-box .form-control {
        font-size: 1rem;
    }
}