/* Estilos da página principal */

/* Classes originais dos planos */
.pricing-plane-area {
    padding: 80px 0;
    background: #f8fafc;
}

.single-price-plan {
    background: #fff;
    border-radius: 22px;
    box-shadow: 0 4px 32px rgba(40,81,106,0.08);
    padding: 2.5rem 2rem 2rem 2rem;
    position: relative;
    transition: box-shadow 0.2s, transform 0.2s;
    border: 1px solid #e9ecef;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 600px;
}

.single-price-plan:hover {
    box-shadow: 0 8px 40px rgba(40,81,106,0.16);
    transform: translateY(-6px);
}

.single-price-plan.active {
    border: 2.5px solid #F3921B;
    box-shadow: 0 8px 32px rgba(243,146,27,0.10);
    transform: scale(1.05);
}

.package-plan {
    text-align: center;
    margin-bottom: 2rem;
}

.package-plan h5 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 1rem;
}

.ca-price {
    margin-bottom: 0.5rem;
}

.promo-price {
    display: flex;
    justify-content: center;
    align-items: baseline;
    margin-bottom: 1rem;
}

.promo-price span {
    font-size: 1.2rem;
    font-weight: 600;
}

.promo-price h4 {
    font-size: 2.5rem;
    font-weight: 800;
    margin: 0 0 0 0.5rem;
}

.package-description {
    margin-bottom: 2rem;
    flex: 1;
}

.package-description ul {
    list-style: none;
    padding: 0;
    text-align: left;
}

.package-description li {
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    font-size: 1rem;
    color: #444;
}

.package-description li i {
    margin-right: 0.5rem;
    font-size: 1rem;
}

.plan-button {
    margin-top: auto;
    margin-bottom: 1rem;
    width: 100%;
}

.plan-button a {
    display: block;
    width: 100%;
    padding: 1rem 2rem;
    border-radius: 30px;
    font-weight: 700;
    font-size: 1.1rem;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s ease;
}

.plan-button a:hover {
    opacity: 0.9;
    transform: scale(1.02);
}

.line-shape {
    width: 50px;
    height: 3px;
    background: linear-gradient(90deg, #F3921B, #004085);
    margin: 0 auto 20px;
    border-radius: 2px;
}

.pricing-cards-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
}

.pricing-card {
    background: #fff;
    border-radius: 22px;
    box-shadow: 0 4px 32px rgba(40,81,106,0.08);
    padding: 2.5rem 2rem 2rem 2rem;
    max-width: 350px;
    min-width: 270px;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: box-shadow 0.2s, transform 0.2s;
}

.pricing-card:hover {
    box-shadow: 0 8px 40px rgba(40,81,106,0.16);
    transform: translateY(-6px) scale(1.03);
}

.pricing-card .plan-title {
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--azul-srpedidos);
    margin-bottom: 0.5rem;
}

.pricing-card .plan-price {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--laranja-srpedidos);
    margin-bottom: 0.2rem;
}

.pricing-card .plan-sub {
    font-size: 1rem;
    color: #888;
    margin-bottom: 1.2rem;
}

.pricing-card .plan-benefits {
    width: 100%;
    margin-bottom: 1.5rem;
}

.pricing-card .plan-benefits li {
    display: flex;
    align-items: center;
    font-size: 1.05rem;
    color: #444;
    margin-bottom: 0.7rem;
}

.pricing-card .plan-benefits i {
    color: var(--laranja-srpedidos);
    margin-right: 0.7rem;
    font-size: 1.1rem;
}

.pricing-card .plan-action {
    width: 100%;
}

.pricing-card .plan-action .btn {
    width: 100%;
    font-size: 1.1rem;
    padding: 0.9rem 0;
    border-radius: 30px;
    font-weight: 700;
    background: var(--laranja-srpedidos);
    color: #fff;
    border: none;
    box-shadow: 0 2px 8px rgba(243,146,27,0.10);
    transition: background 0.2s, color 0.2s, transform 0.2s;
}

.pricing-card .plan-action .btn:hover {
    background: var(--azul-srpedidos);
    color: #fff;
    transform: scale(1.04);
}

.badge-mais-vendido {
    position: absolute;
    top: -18px;
    right: 18px;
    background: var(--laranja-srpedidos);
    color: #fff;
    padding: 7px 20px 7px 16px;
    border-radius: 20px;
    font-size: 1rem;
    font-weight: 700;
    box-shadow: 0 2px 8px rgba(243,146,27,0.12);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    z-index: 10;
}

/* Responsividade original dos planos */
@media (max-width: 991px) {
    .pricing-cards-row {
        flex-direction: column;
        align-items: center;
        gap: 2rem;
    }
}

/* Última seção - alinhamento perfeito */
#ultima-secao {
    padding: 4rem 0;
}

/* Container usa largura padrão do Bootstrap */

#ultima-secao .flex {
    display: flex !important;
    align-items: center !important;
}

#ultima-secao .justify-between {
    justify-content: space-between !important;
}

#ultima-secao h2 {
    color: #333 !important;
    font-weight: 700 !important;
    margin-bottom: 1rem !important;
}

#ultima-secao p {
    color: #666 !important;
    font-size: 1.1rem !important;
    line-height: 1.6 !important;
}

/* Botão da última seção */
#ultima-secao a {
    background: #007bff !important;
    color: white !important;
    padding: 12px 24px !important;
    border-radius: 8px !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    font-size: 1rem !important;
    transition: all 0.3s ease !important;
    white-space: nowrap !important;
}

#ultima-secao a:hover {
    background: #0056b3 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(0,123,255,0.3) !important;
}

/* Responsividade */
@media (max-width: 768px) {
    #ultima-secao .flex {
        flex-direction: column !important;
        text-align: center !important;
    }
    
    #ultima-secao .w-full:first-child {
        margin-bottom: 2rem !important;
    }
    
    #ultima-secao a {
        display: inline-block !important;
        margin: 0 auto !important;
    }
}

.implementacao-alert-modern {
    background: #fff;
    color: #a15c00;
    border-left: 4px solid #F3921B;
    border-radius: 10px;
    padding: 1.2rem;
    margin: 1.2rem auto 2.2rem auto;
    max-width: 800px;
    box-shadow: 0 2px 12px rgba(243,146,27,0.07);
}

.implementacao-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
    margin-bottom: 1rem;
    font-size: 1.04rem;
    font-weight: 600;
}

.implementacao-header i {
    font-size: 1.1rem;
    color: #F3921B;
}

.feature-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 16px rgba(40,81,106,0.07);
    padding: 2rem 1.2rem 1.5rem 1.2rem;
    text-align: center;
    transition: box-shadow 0.2s, transform 0.2s;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.feature-card:hover {
    box-shadow: 0 8px 32px rgba(40,81,106,0.13);
    transform: translateY(-4px) scale(1.03);
}

.feature-card i {
    font-size: 2.2rem;
    color: #00c853 !important;
    margin-bottom: 1rem;
}

.feature-card h5 {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--azul-srpedidos);
    margin-bottom: 0.5rem;
}

.feature-card p {
    color: #444;
    font-size: 1rem;
    font-weight: 600;
}

.why-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(40,81,106,0.08);
    padding: 2rem 1.2rem 1.5rem 1.2rem;
    text-align: center;
    transition: box-shadow 0.2s, transform 0.2s;
    min-height: 220px;
}

.why-card:hover {
    box-shadow: 0 8px 32px rgba(40,81,106,0.16);
    transform: translateY(-6px) scale(1.03);
}

.why-card i {
    font-size: 2.2rem;
    color: #F3921B;
    margin-bottom: 1rem;
}

.why-card h5 {
    font-weight: 700;
    color: #28516A;
    margin-bottom: 0.5rem;
}

.why-card p {
    color: #444;
    font-size: 1.05rem;
}

.btn-whatsapp {
    background: #fff !important;
    color: #25D366 !important;
    border-radius: 30px !important;
    border: none;
    font-weight: 700;
    padding: 10px 32px;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.1rem;
    box-shadow: 0 2px 8px rgba(40,81,106,0.08);
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}

.btn-whatsapp:hover {
    background: #e8f5e9 !important;
    color: #128C7E !important;
    box-shadow: 0 4px 16px rgba(40,81,106,0.12);
}

.btn-demo {
    background: var(--acao-cor-botao, #F3921B) !important;
    color: var(--acao-cor-texto, #ffffff) !important;
    border-radius: 30px;
    font-weight: 700;
    font-size: 1.15rem;
    padding: 12px 36px;
    border: none;
    box-shadow: 0 2px 8px rgba(40,81,106,0.08);
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
    display: inline-block;
}

.btn-demo:hover {
    background: var(--acao-cor-hover, #E67E22) !important;
    color: var(--acao-cor-texto, #ffffff) !important;
    box-shadow: 0 4px 16px rgba(40,81,106,0.12);
}

/* FAQ Styles */
.faq-area .card {
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
}

.faq-area .card-header button i {
    margin-right: 10px;
}

.faq-area .section-heading h2 {
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.faq-area p {
    font-size: 1.1rem;
    color: #666;
}

/* Footer Styles */
footer.footer-social-icon {
    position: relative;
    width: 100%;
    padding: 60px 0 30px 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    padding: 0;
}

.footer-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.footer-section h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 100%;
}

.footer-logo img {
    max-width: 180px;
    height: auto;
    filter: brightness(0) invert(1);
}

.contato-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding: 8px 0;
}

.contato-item i {
    font-size: 18px;
    margin-right: 15px;
    width: 20px;
    text-align: center;
    opacity: 0.8;
}

.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.1) !important;
    border-radius: 50%;
    text-decoration: none;
    transition: transform 0.3s ease, opacity 0.3s ease, background 0.3s ease;
}

.social-icon:hover {
    transform: scale(1.1);
    background: rgba(255, 255, 255, 0.2) !important;
}

.social-icon i {
    font-size: 20px;
}

.copyright-text {
    margin-top: 40px;
    padding-top: 30px;
    font-size: 12px;
    text-align: center;
}

/* Logo do desenvolvedor */
.dev-logo-hover {
    max-width: 80px;
    max-height: 40px;
    object-fit: contain;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.dev-logo-hover:hover {
    opacity: 1;
}

.dev-nome, .dev-slogan, .dev-descricao {
    margin-bottom: 8px;
}

.dev-info {
    margin-top: 20px;
}

.dev-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 15px;
}

/* Responsividade */
@media (max-width: 991px) {
    .pricing-cards-row {
        flex-direction: column;
        align-items: center;
        gap: 2rem;
    }
}

@media (max-width: 1200px) {
    .footer-content {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }
}

@media (max-width: 768px) {
    .footer-content {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 0 20px;
    }
    
    .footer-section {
        align-items: center;
        text-align: center;
    }
    
    .faq-area .section-heading h2 {
        font-size: 2rem;
    }
}

@media (max-width: 600px) {
    .implementacao-alert-modern {
        max-width: 98vw;
        font-size: 0.97rem;
        padding: 0.6rem 0.5rem;
    }
}

@media (max-width: 480px) {
    footer.footer-social-icon {
        padding: 40px 0 20px 0;
    }
    
    .footer-content {
        gap: 25px;
        padding: 0 15px;
    }
    
    .social-icon {
        width: 40px;
        height: 40px;
    }
    
    .footer-logo img {
        max-width: 150px;
    }
}

/* Estilos para vídeos das FAQs */
.faq-video-container {
    margin-top: 1rem;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    background: #000;
}

.faq-video-container iframe {
    width: 100%;
    height: 315px;
    border: none;
    border-radius: 8px;
    transition: transform 0.2s ease;
}

.faq-video-container:hover iframe {
    transform: scale(1.02);
}

/* Responsividade para vídeos das FAQs */
@media (max-width: 768px) {
    .faq-video-container iframe {
        height: 200px;
    }
}

@media (max-width: 480px) {
    .faq-video-container iframe {
        height: 180px;
    }
}
