/* Site Hosting Conversion Optimization Styles */

/* Hero Section Enhancements */
.stunning-header-bg3 {
    background: linear-gradient(135deg, #6f42c1 0%, #e83e8c 100%) !important;
    position: relative;
    overflow: hidden;
    z-index: 5;
}

.hero-section-enhanced {
    padding: 80px 0;
    position: relative;
    min-height: 70vh;
    background: linear-gradient(135deg, #6f42c1 0%, #e83e8c 100%);
}

.hero-section-enhanced::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 100 100"><defs><pattern id="hero-grid" width="20" height="20" patternUnits="userSpaceOnUse"><path d="M 20 0 L 0 0 0 20" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23hero-grid)"/></svg>');
    opacity: 0.5;
}

.hero-content {
    position: relative;
    z-index: 2;
    padding-right: 20px;
    max-width: 600px;
    margin-top: 10px;
}

.hero-content .page-category {
    margin-bottom: 20px;
}

.hero-content .security-badge {
    margin-bottom: 25px;
}

.hero-content .page-title {
    font-size: 2.8rem;
    line-height: 1.3;
    margin-bottom: 20px;
    font-weight: 800;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.hero-content .fs-18 {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.95);
    font-weight: 500;
}

.hero-features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin: 30px 0;
    max-width: 450px;
}

.feature-card {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    padding: 15px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 70px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.feature-card:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.feature-card .feature-icon {
    font-size: 24px;
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.feature-content h6 {
    color: white;
    font-weight: 700;
    margin-bottom: 4px;
    font-size: 15px;
    line-height: 1.3;
    text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

.feature-content p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 13px;
    margin: 0;
    font-weight: 500;
    line-height: 1.4;
}

.hero-ctas {
    margin-top: 35px;
}

.hero-ctas .crumina-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 15px 28px;
    font-weight: 700;
    border-radius: 10px;
    transition: all 0.3s ease;
    text-decoration: none;
    font-size: 15px;
    margin-right: 12px;
    margin-bottom: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.hero-ctas .crumina-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    text-decoration: none;
}

.button-icon {
    font-size: 18px;
}

/* Hero Illustration */
.hero-image-container {
    position: relative;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 20px;
}

.hero-illustration {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.server-stack {
    display: none;
    position: relative;
    width: 250px;
    height: 350px;
    background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.05) 100%);
    border-radius: 20px;
    padding: 20px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.2);
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    z-index: 10;
}

.server {
    position: absolute;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    border: 1px solid rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2c3e50;
    font-weight: 600;
    font-size: 14px;
    z-index: 15;
}

.server-1 {
    width: 200px;
    height: 70px;
    bottom: 20px;
    left: 25px;
    background: linear-gradient(135deg, #6f42c1 0%, #8e44ad 100%);
    animation: float 3s ease-in-out infinite;
    color: white;
}

.server-1::before {
    content: "🌐 Web Server";
    font-size: 13px;
    font-weight: 700;
}

.server-2 {
    width: 180px;
    height: 70px;
    bottom: 100px;
    left: 35px;
    background: linear-gradient(135deg, #e83e8c 0%, #f06292 100%);
    animation: float 3s ease-in-out infinite 0.5s;
    color: white;
}

.server-2::before {
    content: "💾 Database";
    font-size: 13px;
    font-weight: 700;
}

.server-3 {
    width: 160px;
    height: 70px;
    bottom: 180px;
    left: 45px;
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    animation: float 3s ease-in-out infinite 1s;
    color: white;
}

.server-3::before {
    content: "⚡ Cache Layer";
    font-size: 13px;
    font-weight: 700;
}

.monitor {
    position: absolute;
    width: 140px;
    height: 90px;
    bottom: 260px;
    left: 55px;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
    animation: float 3s ease-in-out infinite 1.5s;
    border: 2px solid rgba(111, 66, 193, 0.3);
    z-index: 20;
}

.screen {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #6f42c1 0%, #e83e8c 100%);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.screen-content {
    text-align: center;
    color: white;
}

.security-icon {
    font-size: 24px;
    margin-bottom: 5px;
}

.status-text {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
}

.floating-elements {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

.floating-badge {
    position: absolute;
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    color: #ffffff !important;
    padding: 10px 18px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 700;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    gap: 8px;
    animation: float 4s ease-in-out infinite;
    border: 2px solid #6f42c1;
    backdrop-filter: blur(10px);
    z-index: 5;
}

.badge-1 {
    top: 20%;
    right: 10%;
    animation-delay: 0s;
}

.badge-2 {
    top: 40%;
    left: 5%;
    animation-delay: 1s;
}

.badge-3 {
    bottom: 30%;
    right: 5%;
    animation-delay: 2s;
}

.badge-4 {
    bottom: 10%;
    left: 20%;
    animation-delay: 3s;
}

.badge-icon {
    font-size: 16px;
}

.badge-text {
    font-weight: 700;
    color: #ffffff !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.floating-badge .badge-text {
    color: #ffffff !important;
}

.floating-badge {
    color: #ffffff !important;
}

.floating-badge * {
    color: #ffffff !important;
}

/* Força cor branca em todos os elementos dos badges */
.hero-illustration .floating-badge,
.hero-illustration .floating-badge span,
.hero-illustration .floating-badge .badge-text,
.hero-illustration .floating-badge .badge-icon {
    color: #ffffff !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) !important;
}

/* Garante que o texto seja sempre branco */
.hero-illustration .floating-badge {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%) !important;
    color: #ffffff !important;
}

/* Regra mais específica para garantir legibilidade */
.hero-image-container .floating-badge,
.hero-image-container .floating-badge span,
.hero-image-container .floating-badge .badge-text {
    color: #ffffff !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) !important;
    font-weight: 700 !important;
}

/* Força cor branca em todos os textos dos badges */
.floating-badge span,
.floating-badge .badge-text,
.floating-badge .badge-icon {
    color: #ffffff !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) !important;
}

/* Regra específica para os spans dos badges */
.floating-elements .floating-badge span {
    color: #ffffff !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) !important;
}

/* Garante que todos os elementos dos badges sejam escuros */
.floating-elements .floating-badge,
.floating-elements .floating-badge * {
    color: #2c3e50 !important;
    text-shadow: none !important;
}

/* Large screens optimization */
@media (min-width: 1400px) {
    .hero-section-enhanced {
        padding: 100px 0;
    }
    
    .hero-content .page-title {
        font-size: 3.2rem;
    }
    
    .hero-content .fs-18 {
        font-size: 1.2rem;
    }
    
    .hero-features-grid {
        max-width: 500px;
        gap: 20px;
    }
    
    .feature-card {
        padding: 18px;
        min-height: 75px;
    }
    
    .hero-image-container {
        height: 550px;
        padding-left: 30px;
    }
}

/* Responsive Hero */
@media (max-width: 768px) {
    .hero-section-enhanced {
        padding: 60px 0;
    }
    
    .hero-content {
        padding-right: 0;
    }
    
    .hero-features-grid {
        grid-template-columns: 1fr;
        gap: 15px;
        max-width: 100%;
    }
    
    .feature-card {
        padding: 15px;
        min-height: 70px;
    }
    
    .hero-ctas {
        flex-direction: column;
        gap: 15px;
        margin-top: 30px;
    }
    
    .hero-ctas .crumina-button {
        width: 100%;
        justify-content: center;
        margin-right: 0;
    }
    
    .hero-image-container {
        height: 300px;
        margin-top: 40px;
        padding-left: 0;
    }
    
    .server-stack {
        width: 150px;
        height: 200px;
    }
    
    .server-1 {
        width: 130px;
        height: 40px;
    }
    
    .server-2 {
        width: 110px;
        height: 40px;
        bottom: 50px;
    }
    
    .server-3 {
        width: 90px;
        height: 40px;
        bottom: 100px;
    }
    
    .monitor {
        width: 80px;
        height: 50px;
        bottom: 150px;
    }
    
    .floating-badge {
        font-size: 10px;
        padding: 6px 10px;
    }
}

.stunning-header-bg3::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 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    opacity: 0.3;
}

.page-title {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.page-category-item {
    background: rgba(255, 255, 255, 0.2);
    padding: 8px 20px;
    border-radius: 25px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

/* Security Badge */
.security-badge {
    display: inline-block;
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    color: white;
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 15px rgba(40, 167, 69, 0.3);
    animation: pulse 2s infinite;
    margin-bottom: 20px;
}

/* Pricing Section Enhancements */
.pricing-badges {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.pricing-badge {
    background: linear-gradient(135deg, #6f42c1 0%, #e83e8c 100%);
    color: white;
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 700;
    box-shadow: 0 5px 15px rgba(111, 66, 193, 0.3);
    transition: all 0.3s ease;
}

.pricing-badge:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(111, 66, 193, 0.4);
}

/* Pricing Table Enhancements */
.pricing-tables-item {
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}

.pricing-tables-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.pricing--best-value {
    border: 3px solid #6f42c1;
    transform: scale(1.05);
    z-index: 2;
}

.pricing--best-value::before {
    content: '🔥 MAIS POPULAR';
    position: absolute;
    bottom: 0;
    top: inherit;
    right: 0;
    left: 0;
    background: linear-gradient(135deg, #ff8c00 0%, #ff6b35 100%);
    color: white;
    padding: 8px 20px;
    border-radius: 0 15px 0 20px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 3;
}

.best-value {
    background: linear-gradient(135deg, #6f42c1 0%, #e83e8c 100%);
    color: white;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(111, 66, 193, 0.3);
}

.pricing-title {
    color: #6f42c1;
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.rate {
    color: #6f42c1;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.price {
    color: #6f42c1;
}

.pricing-tables-position {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.position-item {
    padding: 12px 0;
    border-bottom: 1px solid #f8f9fa;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #495057;
}

.position-item:last-child {
    border-bottom: none;
}

.position-item .font-weight-bold {
    color: #6f42c1;
    font-weight: 700;
    margin-right: 10px;
    min-width: 60px;
}

/* Additional Resources Section */
.additional-resources-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 80px 0;
    position: relative;
}

.premium-highlights {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.highlight-item {
    display: flex;
    align-items: center;
    gap: 10px;
    background: white;
    padding: 15px 25px;
    border-radius: 25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.highlight-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(111, 66, 193, 0.2);
    border-color: #6f42c1;
}

.highlight-icon {
    font-size: 24px;
}

.highlight-text {
    color: #2c3e50;
    font-weight: 700;
    font-size: 14px;
}

.additional-resources-section::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 100 100"><defs><pattern id="security-grid" width="20" height="20" patternUnits="userSpaceOnUse"><path d="M 20 0 L 0 0 0 20" fill="none" stroke="rgba(111,66,193,0.1)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23security-grid)"/></svg>');
    opacity: 0.5;
}

.resource-card {
    background: white;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 2px solid transparent;
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.resource-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #6f42c1 0%, #e83e8c 100%);
}

.resource-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(111, 66, 193, 0.2);
    border-color: #6f42c1;
}
.resource-card span.feature-text {
    color: black;
}

.resource-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.resource-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #6f42c1 0%, #e83e8c 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: white;
    box-shadow: 0 5px 15px rgba(111, 66, 193, 0.3);
}

.resource-title {
    flex: 1;
}

.resource-title h5 {
    color: #2c3e50;
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 1.1rem;
}

.resource-badge {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    color: white;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 3px 10px rgba(40, 167, 69, 0.3);
}

.resource-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    background: #f8f9fa;
    border-radius: 8px;
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
}

.feature-item:hover {
    background: rgba(111, 66, 193, 0.1);
    border-color: #6f42c1;
    transform: translateX(5px);
}

.feature-icon {
    font-size: 16px;
    width: 20px;
    text-align: center;
}

.feature-text {
    color: #495057;
    font-size: 13px;
    font-weight: 500;
}

/* Cards específicos */
.imunify-card {
    border-left: 4px solid #6f42c1;
}

.sitejet-card {
    border-left: 4px solid #e83e8c;
}

.monitoring-card {
    border-left: 4px solid #28a745;
}

.socialbee-card {
    border-left: 4px solid #ffc107;
}

.installatron-card {
    border-left: 4px solid #17a2b8;
}

.installatron-card .resource-features {
    grid-template-columns: repeat(2, 1fr);
}

/* Site Calculator Styles */
.site-calculator-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 80px 0;
    position: relative;
}

.site-calculator-widget {
    background: white;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    border: 3px solid #6f42c1;
    position: relative;
    overflow: hidden;
}

.site-calculator-widget::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(135deg, #6f42c1 0%, #e83e8c 100%);
}

.calculator-header {
    text-align: center;
    margin-bottom: 40px;
}

.calculator-header h3 {
    color: #2c3e50;
    font-weight: 700;
    margin-bottom: 10px;
}

.calculator-header p {
    color: #6c757d;
    font-size: 16px;
}

.calculator-steps {
    margin-bottom: 30px;
}

.step {
    display: none;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 10px;
    margin-bottom: 20px;
}

.step.active {
    display: block;
}

.step h5 {
    color: #2c3e50;
    font-weight: 700;
    margin-bottom: 20px;
}

.option-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    margin-bottom: 20px;
}

.option-card {
    background: white;
    border: 2px solid #e9ecef;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.option-card:hover {
    border-color: #6f42c1;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(111, 66, 193, 0.2);
}

.option-card.selected {
    border-color: #6f42c1;
    background: rgba(111, 66, 193, 0.1);
}

/* Opção de desenvolvimento destacada */
.development-option {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%) !important;
    color: white !important;
    border: 2px solid #28a745 !important;
}

.development-option h6,
.development-option p {
    color: white !important;
}

.development-option:hover {
    background: linear-gradient(135deg, #218838 0%, #1e7e34 100%) !important;
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(40, 167, 69, 0.3);
}

.whatsapp-indicator {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 10px;
    padding: 8px 12px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.whatsapp-icon {
    font-size: 14px;
}

.whatsapp-text {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.option-icon {
    font-size: 32px;
    margin-bottom: 10px;
    display: block;
}

.option-card h6 {
    color: #2c3e50;
    font-weight: 700;
    margin-bottom: 10px;
}

.option-card p {
    color: #6c757d;
    font-size: 14px;
    margin: 0;
}

.calculator-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 10px;
}

.calculator-navigation .btn {
    min-width: 140px;
    padding: 12px 20px;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.calculator-navigation .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.calculator-result {
    background: white;
    border-radius: 15px;
    padding: 30px;
    margin-top: 30px;
    border: 2px solid #6f42c1;
    display: none;
}

.result-header {
    text-align: center;
    margin-bottom: 30px;
}

.plan-badge {
    background: linear-gradient(135deg, #6f42c1 0%, #e83e8c 100%);
    color: white;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 15px;
}

.recommended-plan-name {
    color: #2c3e50;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 10px;
}
.pricing-tables-item-solid .pricing-recommended {
    margin-bottom: 0;
}

.plan-price {
    margin-bottom: 20px;
}

.old-price {
    color: #adb5bd;
    text-decoration: line-through;
    font-size: 18px;
    margin-right: 10px;
}

.new-price {
    color: #6f42c1;
    font-size: 2.5rem;
    font-weight: 700;
}

.specs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.spec-item {
    text-align: center;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 10px;
    border: 1px solid #e9ecef;
}

.spec-label {
    color: #6c757d;
    font-size: 14px;
    margin-bottom: 5px;
}

.spec-value {
    color: #6f42c1;
    font-size: 18px;
    font-weight: 700;
}

.plan-benefits {
    margin-bottom: 30px;
}

.plan-benefits h5 {
    color: #2c3e50;
    font-weight: 700;
    margin-bottom: 15px;
}

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

.plan-benefits li {
    color: #495057;
    padding: 8px 0;
    border-bottom: 1px solid #f8f9fa;
}

.plan-benefits li:last-child {
    border-bottom: none;
}

.result-actions {
    text-align: center;
}

.result-actions .btn {
    min-width: 200px;
    padding: 15px 30px;
    font-weight: 700;
    border-radius: 8px;
    margin: 5px;
}

/* Social Proof Section */
.social-proof-section {
    background: white;
    padding: 80px 0;
}

.testimonial-card {
    background: white;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
    position: relative;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.testimonial-card::before {
    content: '"';
    position: absolute;
    top: 20px;
    left: 30px;
    font-size: 60px;
    color: #6f42c1;
    opacity: 0.2;
    font-family: serif;
}

.testimonial-rating {
    color: #ffc107;
    font-size: 18px;
    margin-bottom: 15px;
}

.testimonial-text {
    color: #495057;
    font-style: italic;
    margin-bottom: 20px;
    line-height: 1.6;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 15px;
}

.testimonial-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #6f42c1 0%, #e83e8c 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 700;
    font-size: 18px;
}

.testimonial-info h6 {
    color: #2c3e50;
    font-weight: 700;
    margin: 0;
}

.testimonial-info p {
    color: #6c757d;
    font-size: 14px;
    margin: 0;
}

/* CTA Sections */
.cta-section {
    background: linear-gradient(135deg, #6f42c1 0%, #e83e8c 100%);
    color: white;
    padding: 60px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    animation: float 6s ease-in-out infinite;
}

.cta-section h2 {
    color: white;
    font-weight: 700;
    margin-bottom: 20px;
}

.cta-section p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    margin-bottom: 30px;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.cta-buttons .btn {
    min-width: 200px;
    padding: 15px 30px;
    font-weight: 700;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.cta-buttons .btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-title {
        font-size: 2rem;
    }
    
    .pricing--best-value {
        transform: none;
        margin-bottom: 30px;
    }
    
    .option-cards {
        grid-template-columns: 1fr;
    }
    
    .calculator-navigation {
        flex-direction: column;
        gap: 15px;
    }
    
    .calculator-navigation .btn {
        width: 100%;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .cta-buttons .btn {
        width: 100%;
        max-width: 300px;
    }
    
    .specs-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .resource-features {
        grid-template-columns: 1fr;
    }
    
    .installatron-card .resource-features {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .resource-header {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
    
    .resource-icon {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
    
    .premium-highlights {
        gap: 15px;
    }
    
    .highlight-item {
        padding: 12px 20px;
        font-size: 13px;
    }
    
    .pricing-badges {
        gap: 10px;
    }
    
    .pricing-badge {
        padding: 6px 15px;
        font-size: 12px;
    }
}

/* Technical Specifications Enhancements */
.bg-light {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
}

/* Modern Tech Specifications */
.tech-category {
    background: white;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    height: 100%;
    border: 2px solid #d1d5db;
    transition: all 0.3s ease;
}

.tech-category:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    border-color: #6f42c1;
}

.tech-category-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #e9ecef;
}

.tech-icon {
    font-size: 32px;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #6f42c1 0%, #e83e8c 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.tech-category-header h5 {
    color: #1a1a1a;
    font-weight: 700;
    margin: 0;
    font-size: 18px;
}

.tech-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tech-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #d1d5db;
    transition: none;
}

.tech-item:hover {
    background: #f8f9fa;
    padding-left: 5px;
    border-radius: 8px;
}

.tech-item:last-child {
    border-bottom: none;
}

.tech-name {
    font-weight: 700;
    color: #1a1a1a;
    font-size: 15px;
}

.tech-version {
    background: linear-gradient(135deg, #6f42c1 0%, #e83e8c 100%);
    color: white;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 11px;
    font-weight: 700;
}

/* Tech Illustration */
.tech-illustration {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    position: static;
}

.server-stack-modern {
    position: static;
    width: 200px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    padding: 20px 0;
}

.server-modern {
    background: linear-gradient(135deg, #6f42c1 0%, #e83e8c 100%);
    color: white;
    padding: 15px 25px;
    border-radius: 10px;
    position: static;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 5px 15px rgba(111, 66, 193, 0.3);
    width: 100%;
    max-width: 180px;
    margin: 0 auto;
    transition: none;
    transform: none !important;
}

.server-modern:hover {
    transform: none !important;
    transition: none !important;
}

.server-1 {
    /* Static positioning */
}

.server-2 {
    /* Static positioning */
}

.server-3 {
    /* Static positioning */
}

.server-indicator {
    width: 8px;
    height: 8px;
    background: #28a745;
    border-radius: 50%;
    animation: none;
}

.server-label {
    font-weight: 600;
    font-size: 14px;
    color: white;
}

/* Network lines removed for cleaner layout */

.tech-badges {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.tech-badge {
    background: #6f42c1;
    color: white;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    border: 2px solid #6f42c1;
    transition: none;
}

.tech-badge:hover {
    background: #5a359a;
    border-color: #5a359a;
}

/* Additional Tech Section */
.additional-tech-section {
    background: white;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    margin-top: 30px;
}

.tech-feature-card {
    background: white;
    border-radius: 15px;
    padding: 25px;
    text-align: center;
    transition: none;
    border: 2px solid #d1d5db;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.tech-feature-card:hover {
    border-color: #6f42c1;
    box-shadow: 0 8px 20px rgba(111, 66, 193, 0.15);
}

.tech-feature-card .feature-icon {
    font-size: 32px;
    margin: 0 auto 10px auto;
    display: block;
    width: 25px;
}

.tech-feature-card h6 {
    color: #1a1a1a;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 16px;
}

.tech-feature-card p {
    color: #333333;
    font-size: 14px;
    margin: 0;
    line-height: 1.4;
    font-weight: 600;
}

/* Removed animations for better user experience */

/* Responsive Design for Tech Specs */
@media (max-width: 768px) {
    .tech-category {
        padding: 20px;
        margin-bottom: 20px;
    }
    
    .tech-category-header {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
    
    .tech-icon {
        width: 40px;
        height: 40px;
        font-size: 24px;
    }
    
    .server-stack-modern {
        width: 100%;
        max-width: 200px;
        height: auto;
    }
    
    .server-modern {
        padding: 12px 20px;
        font-size: 13px;
        max-width: 160px;
    }
    
    .tech-badges {
        gap: 5px;
    }
    
    .tech-badge {
        padding: 6px 10px;
        font-size: 10px;
    }
    
    .additional-tech-section {
        padding: 20px;
    }
    
    .tech-feature-card {
        padding: 15px;
        margin-bottom: 15px;
    }
    
    /* Force cards to stack vertically on mobile */
    .additional-tech-section .row .col-lg-3 {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

/* Force Cache Layer cards to stack vertically */
@media (max-width: 992px) {
    .additional-tech-section .row .col-lg-3 {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

.tech-highlights {
    margin-bottom: 40px;
}

.tech-card {
    background: white;
    border-radius: 15px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 2px solid transparent;
    transition: all 0.3s ease;
    height: 100%;
}

.tech-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(111, 66, 193, 0.2);
    border-color: #6f42c1;
}

.tech-icon {
    font-size: 48px;
    margin-bottom: 15px;
    display: block;
}

.tech-card h5 {
    color: #2c3e50;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 1.2rem;
}

.tech-card p {
    color: #6c757d;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

.spec-category {
    background: white;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 2px solid transparent;
    transition: all 0.3s ease;
    height: 100%;
}

.spec-category:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(111, 66, 193, 0.15);
    border-color: #6f42c1;
}

.spec-category h4 {
    color: #2c3e50;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 1.1rem;
    border-bottom: 2px solid #6f42c1;
    padding-bottom: 10px;
}

.spec-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.spec-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    color: #495057;
    font-size: 14px;
    border-bottom: 1px solid #f8f9fa;
    transition: all 0.3s ease;
}

.spec-list li:last-child {
    border-bottom: none;
}

.spec-list li:hover {
    color: #6f42c1;
    transform: translateX(5px);
}

.spec-icon {
    font-size: 16px;
    width: 20px;
    text-align: center;
}

/* Final CTA Section */
.final-cta-section {
    background: linear-gradient(135deg, #6f42c1 0%, #e83e8c 100%);
    color: white;
    padding: 60px 40px;
    border-radius: 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(111, 66, 193, 0.3);
}

.final-cta-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    animation: float 6s ease-in-out infinite;
}

.final-cta-section h3 {
    color: white;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 2.5rem;
    position: relative;
    z-index: 2;
}

.final-cta-section p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}

.cta-buttons .crumina-button {
    min-width: 200px;
    padding: 15px 30px;
    font-weight: 700;
    border-radius: 8px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.cta-buttons .crumina-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    text-decoration: none;
}

.cta-features {
    position: relative;
    z-index: 2;
}

.cta-feature {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.cta-feature:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

.feature-icon {
    font-size: 24px;
}

.feature-text {
    color: white;
    font-weight: 600;
    font-size: 14px;
}

/* CORREÇÃO FINAL PARA BADGES LEGÍVEIS */
.floating-badge,
.floating-badge span,
.floating-badge .badge-text,
.floating-badge .badge-icon,
.floating-elements .floating-badge,
.floating-elements .floating-badge span,
.floating-elements .floating-badge .badge-text,
.floating-elements .floating-badge .badge-icon {
    color: #2c3e50 !important;
    text-shadow: none !important;
    font-weight: 700 !important;
}



.stunning-header-bg3 {
    position: relative !important;
    z-index: 0 !important;
}

.hero-section-enhanced {
    position: relative !important;
    z-index: 0 !important;
}

/* GARANTIR QUE NÃO HAJA SOBREPOSIÇÃO */
.stunning-header-bg3,
.hero-section-enhanced,
.hero-content,
.hero-image-container {
    position: relative !important;
    z-index: 0 !important;
}


/* FORÇAR BANNER A NÃO SER FIXO */
.stunning-header-bg3,
.hero-section-enhanced {
    position: relative !important;
    z-index: 0 !important;
    transform: none !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
}



/* HEADER WORDPRESS SEM SOBREPOSIÇÃO */
.stunning-header-bg2 {
    position: relative !important;
    z-index: 0 !important;
    transform: none !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
}



/* SCROLL INDICATOR */
.scroll-indicator {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 25;
    animation: bounce 2s infinite;
}

.scroll-indicator:hover {
    color: white;
    transform: translateX(-50%) translateY(-5px);
}

.scroll-arrow {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.scroll-indicator:hover .scroll-arrow {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.1);
}

.scroll-text {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateX(-50%) translateY(0);
    }
    40% {
        transform: translateX(-50%) translateY(-10px);
    }
    60% {
        transform: translateX(-50%) translateY(-5px);
    }
}

/* Responsive Scroll Indicator */
@media (max-width: 768px) {
    .scroll-indicator {
        bottom: 20px;
    }
    
    .scroll-arrow {
        width: 35px;
        height: 35px;
    }
    
    .scroll-text {
        font-size: 11px;
    }
}

/* Responsive CTA */
@media (max-width: 768px) {
    .final-cta-section {
        padding: 40px 20px;
    }
    
    .final-cta-section h3 {
        font-size: 2rem;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .cta-buttons .crumina-button {
        width: 100%;
        max-width: 300px;
    }
    
    .cta-feature {
        flex-direction: column;
        text-align: center;
        gap: 5px;
    }
}

/* Animations */
@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

@keyframes float {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-20px) rotate(5deg); }
}

/* Loading States */
.loading {
    opacity: 0.6;
    pointer-events: none;
}

/* Success States */
.success-notification {
    background: #28a745;
    color: white;
    padding: 15px 25px;
    border-radius: 8px;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
    box-shadow: 0 5px 15px rgba(40, 167, 69, 0.3);
    animation: slideInRight 0.5s ease;
}

@keyframes slideInRight {
    from { transform: translateX(100%); }
    to { transform: translateX(0); }
}

/* SERVICE CARDS */
.service-card {
    background: #ffffff;
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    border-color: #6f42c1;
}

.service-icon {
    font-size: 48px;
    margin-bottom: 20px;
    display: block;
}

.service-card h4 {
    color: #2c3e50;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 1.5rem;
}

.service-card p {
    color: #6c757d;
    margin-bottom: 20px;
    line-height: 1.6;
    flex-grow: 1;
}

.service-features {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
    justify-content: center;
}

.feature-tag {
    background: linear-gradient(135deg, #6f42c1 0%, #e83e8c 100%);
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.service-price {
    color: #28a745;
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 20px;
}

.service-card .crumina-button {
    margin-top: auto;
}

/* Responsive Service Cards */
@media (max-width: 768px) {
    .service-card {
        padding: 20px;
    }
    
    .service-icon {
        font-size: 40px;
    }
    
    .service-card h4 {
        font-size: 1.3rem;
    }
}

/* ABOUT SECTION */
.about-content h2 {
    color: #2c3e50;
    font-weight: 700;
    font-size: 2.5rem;
}

.about-content h3 {
    color: #6f42c1;
    font-weight: 600;
    font-size: 1.5rem;
}

.about-features {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
}
.hero-features .feature-item {
    padding: 10px;
}

.feature-icon {
    font-size: 24px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #6f42c1 0%, #e83e8c 100%);
    border-radius: 50%;
    color: white;
}

.feature-text {
    font-weight: 600;
    color: #2c3e50;
}

.about-illustration {
    position: relative;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.server-rack {
    width: 200px;
    height: 300px;
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    border-radius: 10px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.rack-unit {
    height: 60px;
    background: #34495e;
    margin: 5px;
    border-radius: 5px;
    position: relative;
}

.rack-unit::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 10px;
    right: 10px;
    height: 2px;
    background: #6f42c1;
    transform: translateY(-50%);
}

.floating-icons {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.icon-item {
    position: absolute;
    width: 50px;
    height: 50px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    animation: float 3s ease-in-out infinite;
}

.icon-1 { top: 20%; right: -20px; animation-delay: 0s; }
.icon-2 { top: 40%; left: -20px; animation-delay: 0.5s; }
.icon-3 { bottom: 40%; right: -20px; animation-delay: 1s; }
.icon-4 { bottom: 20%; left: -20px; animation-delay: 1.5s; }

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

/* SOLUTION CARDS */
.solution-card {
    background: #ffffff;
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.solution-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.solution-card.featured {
    border: 2px solid #28a745;
    background: linear-gradient(135deg, #ffffff 0%, #f8fff9 100%);
}

.solution-icon {
    font-size: 48px;
    margin-bottom: 20px;
    display: block;
}

.solution-card h4 {
    color: #2c3e50;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 1.5rem;
}

.solution-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    text-align: left;
}

.solution-list li {
    padding: 8px 0;
    color: #6c757d;
    position: relative;
    padding-left: 25px;
}

.solution-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #28a745;
    font-weight: bold;
}

.solution-highlight {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    color: white;
    padding: 10px 15px;
    border-radius: 25px;
    font-size: 14px;
    margin-bottom: 20px;
}

.solution-card .crumina-button {
    margin-top: auto;
}

/* STATS SECTION */
.stats-icon {
    font-size: 48px;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    margin: 0 auto 20px;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

/* Melhorar legibilidade da seção de estatísticas */
.stunning-header-bg10 .info-box-text {
    color: #ffffff !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5) !important;
    font-weight: 600 !important;
}

.stunning-header-bg10 .info-box-title {
    color: #ffffff !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5) !important;
    font-weight: 700 !important;
}

/* HOSTING ICONS */
.hosting-icon {
    font-size: 48px;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #6f42c1 0%, #e83e8c 100%);
    border-radius: 50%;
    margin: 0 auto 20px;
    color: white;
}

/* OPTIMIZATION SECTION */
.optimization-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    position: relative;
}

.optimization-illustration {
    position: relative;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.magnifying-glass {
    position: relative;
    width: 200px;
    height: 200px;
}

.glass-circle {
    width: 150px;
    height: 150px;
    border: 8px solid #6f42c1;
    border-radius: 50%;
    position: relative;
    background: rgba(111, 66, 193, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.server-inside {
    font-size: 48px;
}

.glass-handle {
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 60px;
    height: 8px;
    background: #6f42c1;
    border-radius: 4px;
    transform: rotate(45deg);
}

.optimization-icons {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.opt-icon {
    position: absolute;
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    animation: pulse 2s ease-in-out infinite;
}

.opt-icon.icon-1 { top: 10%; right: 10%; animation-delay: 0s; }
.opt-icon.icon-2 { top: 30%; left: 10%; animation-delay: 0.5s; }
.opt-icon.icon-3 { bottom: 30%; right: 10%; animation-delay: 1s; }
.opt-icon.icon-4 { bottom: 10%; left: 10%; animation-delay: 1.5s; }

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

.optimization-benefits {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.benefit-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 0;
}

.benefit-icon {
    font-size: 20px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #6f42c1 0%, #e83e8c 100%);
    border-radius: 50%;
    color: white;
}

.benefit-text {
    font-weight: 600;
    color: #2c3e50;
}

.tech-stack {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.tech-item {
    background: linear-gradient(135deg, #6f42c1 0%, #e83e8c 100%);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* HOSTING PLANS SECTION */
.hosting-plans-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    position: relative;
    overflow: hidden;
}

.hosting-plans-section::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 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="%23e9ecef" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    opacity: 0.3;
    z-index: 0;
}

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

.section-title {
    color: #2c3e50;
    font-weight: 700;
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.section-subtitle {
    color: #6c757d;
    font-size: 1.2rem;
    margin-bottom: 30px;
    line-height: 1.6;
}

.hosting-benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

.benefit-tag {
    background: linear-gradient(135deg, #6f42c1 0%, #e83e8c 100%);
    color: white;
    padding: 8px 16px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.hosting-stats {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
    z-index: 1;
}

.stat-item {
    text-align: center;
    padding: 20px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
}

.stat-number {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    color: #6f42c1;
    margin-bottom: 5px;
}

.stat-label {
    font-size: 14px;
    color: #6c757d;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* HOSTING CARDS */
.hosting-cards-container {
    position: relative;
    z-index: 1;
}

/* Corrigir layout dos cards */
.hosting-plans-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.hosting-plans-section .row {
    margin: 0 -15px;
}

.hosting-plans-section .col-lg-4 {
    padding: 0 15px;
}

.hosting-card {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
}

.hosting-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.card-header {
    position: relative;
    padding: 30px 30px 20px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.card-icon {
    margin-bottom: 15px;
}

.icon-wrapper {
    width: 80px;
    height: 80px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    margin: 0 auto;
}

.wordpress-icon {
    background: linear-gradient(135deg, #6f42c1 0%, #e83e8c 100%);
    color: white;
}

.sites-icon {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    color: white;
}

.vps-icon {
    background: linear-gradient(135deg, #ffc107 0%, #fd7e14 100%);
    color: white;
}

.card-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
    color: white;
    padding: 6px 12px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.card-content {
    padding: 0 30px 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.card-title {
    color: #2c3e50;
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.card-description {
    color: #6c757d;
    margin-bottom: 25px;
    line-height: 1.6;
}

.card-features {
    margin-bottom: 25px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
}

.feature-icon {
    font-size: 16px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-text {
    color: #2c3e50;
    font-weight: 600;
    font-size: 14px;
}

.card-price {
    text-align: center;
    margin-bottom: 25px;
}

.price-label {
    display: block;
    color: #6c757d;
    font-size: 14px;
    margin-bottom: 5px;
}

.price-value {
    color: #6f42c1;
    font-size: 2.5rem;
    font-weight: 700;
}

.price-period {
    color: #6c757d;
    font-size: 1rem;
    margin-left: 5px;
}

.card-footer {
    padding: 0 30px 30px;
}

.hosting-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 15px 20px;
    border-radius: 12px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 14px;
}

.hosting-btn--primary {
    background: linear-gradient(135deg, #6f42c1 0%, #e83e8c 100%);
    color: white;
}

.hosting-btn--primary:hover {
    background: linear-gradient(135deg, #5a359a 0%, #d63384 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(111, 66, 193, 0.3);
}

.hosting-btn--secondary {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    color: white;
}

.hosting-btn--secondary:hover {
    background: linear-gradient(135deg, #218838 0%, #1e7e34 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(40, 167, 69, 0.3);
}

.hosting-btn--tertiary {
    background: linear-gradient(135deg, #ffc107 0%, #fd7e14 100%);
    color: white;
}

.hosting-btn--tertiary:hover {
    background: linear-gradient(135deg, #e0a800 0%, #e55a00 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255, 193, 7, 0.3);
}

.btn-icon {
    transition: transform 0.3s ease;
}

.hosting-btn:hover .btn-icon {
    transform: translateX(3px);
}

/* Responsive */
@media (max-width: 768px) {
    .about-illustration,
    .optimization-illustration {
        height: 300px;
    }
    
    .server-rack {
        width: 150px;
        height: 200px;
    }
    
    .magnifying-glass {
        width: 150px;
        height: 150px;
    }
    
    .glass-circle {
        width: 120px;
        height: 120px;
    }
    
    .server-inside {
        font-size: 36px;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .hosting-stats {
        flex-direction: row;
        justify-content: center;
        margin-top: 30px;
    }
    
    .stat-item {
        flex: 1;
        max-width: 120px;
    }
    
    .hosting-card {
        margin-bottom: 30px;
    }
}

/* REVIEWS SECTION */
.reviews-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    position: relative;
}

.google-rating {
    margin-top: 20px;
    text-align: center;
}

.stars {
    font-size: 24px;
    margin-bottom: 10px;
}

.rating-text {
    color: #6c757d;
    font-weight: 600;
    font-size: 16px;
}

.review-card {
    background: #ffffff;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid #e9ecef;
}

.review-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.review-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}

.reviewer-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.reviewer-avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: linear-gradient(135deg, #6f42c1 0%, #e83e8c 100%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
}

.reviewer-details h6 {
    color: #2c3e50;
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 16px;
}

.review-stars {
    font-size: 14px;
}

.google-logo {
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.review-card:hover .google-logo {
    opacity: 1;
}

.review-content {
    flex-grow: 1;
    margin-bottom: 15px;
}

.review-content p {
    color: #2c3e50;
    line-height: 1.6;
    font-style: italic;
    margin: 0;
    font-size: 15px;
}

.review-date {
    color: #6c757d;
    font-size: 13px;
    font-weight: 500;
    text-align: right;
}

/* Responsive Reviews */
@media (max-width: 768px) {
    .review-card {
        padding: 20px;
    }
    
    .reviewer-avatar {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    
    .reviewer-details h6 {
        font-size: 15px;
    }
    
    .review-content p {
        font-size: 14px;
    }
}
