
/* ===== BREAKPOINTS CUSTOMIZADOS ===== */
@media (max-width: 1200px) {
    .container {
        max-width: 960px;
        padding: 0 16px;
    }
     h1 {
        font-size: 2.5rem;
    }
    
    h2 {
        font-size: 2rem;
    }
    
    .plans-grid {
        max-width: 900px;
    }
    
    .hero h1, .hosting-hero h1, .domain-hero h1, .services-hero h1, .about-hero h1, .contact-hero h1, .payment-hero h1, .confirmation-hero h1, .privacy-hero h1, .terms-hero h1 {
        font-size: 2.75rem;
    }
    .hero, .hosting-hero, .domain-hero, .services-hero, .about-hero, .contact-hero, .payment-hero, .confirmation-hero, .privacy-hero, .terms-hero {
        padding: 100px 0 60px;
    }
    
    .plans-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }
    
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .payment-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .story-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    
}

@media (max-width: 992px) {
    .container {
        max-width: 720px;
    }
    
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .plans-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .team-members {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .process-steps {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .numbers-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .container {
        max-width: 540px;
        padding: 0 15px;
    }
    
    /* Header Mobile */
    .header {
        padding: 0.75rem 0;
    }
    
    .header .container {
        padding: 0 15px;
    }
    
    .menu-toggle.active span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }
    
    .menu-toggle.active span:nth-child(2) {
        opacity: 0;
    }
    
    .menu-toggle.active span:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -6px);
    }
    
    /* Seções principais mobile */
    .features, .hosting-features, .plans, .hosting-plans, .domain-services, .services-main, .about-story, .about-mission, .about-team, .contact-section, .payment-section, .confirmation-section, .privacy-content, .terms-content {
        padding: 60px 0;
    }
    
    .domain-search, .domain-pricing, .domain-process, .hosting-faq, .domain-faq, .services-process, .services-testimonials, .about-numbers {
        padding: 50px 0;
    }
    
    /* Grids mobile */
    .features-grid, .services-grid, .service-cards {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .plans-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .mission-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .team-members {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 1.5rem;
    }
    
    .testimonials {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .process-steps {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .numbers-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
    
    /* Planos mobile */
    .plan.recommended {
        transform: none;
        border-color: #667eea;
    }
    
    .recommended-badge {
        position: relative;
        top: 0;
        transform: none;
        margin-bottom: 1rem;
        display: inline-block;
    }
    
    /* Formulários mobile */
    .search-box form {
        flex-direction: column;
        gap: 1rem;
    }
    
    .search-box input, .search-box select {
        min-width: 100%;
        width: 100%;
    }
    
    .form-row {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    /* Tabs mobile */
    .plans-tabs {
        /* flex-direction: column; */
        align-items: stretch;
        gap: 0.5rem;
    }
    
    .tab-btn {
        /* width: 100%; */
        text-align: justify;
    }
    
    /* FAQ mobile */
    .faq-question {
        padding: 1rem;
        font-size: 0.95rem;
    }
    
    .faq-answer p {
        padding: 0 1rem 1rem;
        font-size: 0.9rem;
    }
    
    /* Tabela de preços mobile */
    .pricing-table {
        
        font-size: 0.875rem;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    .pricing-table table {
        min-width: 600px;
    }
    
    .pricing-table th, .pricing-table td {
        padding: 0.75rem 0.5rem;
        font-size: 0.85rem;
    }
    
    /* Security badge mobile */
    .security-badge {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
    
    .security-icon {
        font-size: 2.5rem;
    }
    
    /* Footer mobile */
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
    }
    
    .social-links {
        justify-content: center;
    }
    .pay-links{
        justify-content: center;
    }

    .nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: white;
        border-top: 1px solid #e2e8f0;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    }
    
    .nav.active {
        display: block;
    }
    
    .nav ul {
        flex-direction: column;
        gap: 10px;
        padding: 1rem 0;
    }
    
    .nav a {
        gap: 10px;
        padding: 1rem 2rem;
        border-radius: none;
        border-bottom: 1px solid #f7fafc;
    }

    .nav a:hover {
    background:none;
    }
    
    .menu-toggle {
        display: flex;
    }
    
    h1 {
        font-size: 2rem;
    }
    
    h2 {
        font-size: 1.75rem;
    }
    
    .hero p, .hosting-hero p, .domain-hero p, .services-hero p, .about-hero p, .contact-hero p, .payment-hero p, .confirmation-hero p, .privacy-hero p, .terms-hero p {
        font-size: 1.1rem;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .btn {
        width: 100%;
        max-width: 300px;
    }
    
    .confirmation-actions {
        flex-direction: column;
        align-items: center;
    }
    
    .options-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .container {
        max-width: 100%;
        padding: 0 12px;
    }
    
    /* Typography small screens */
    h1 {
        font-size: 1.75rem !important;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem !important;
        line-height: 1.3;
    }
    
    h3 {
        font-size: 1.25rem;
    }
    
    /* Hero sections small */
    .hero, .hosting-hero, .domain-hero, .services-hero, .about-hero, .contact-hero, .payment-hero, .confirmation-hero, .privacy-hero, .terms-hero {
        padding: 80px 0 40px;
    }
    
    .hero p, .hosting-hero p, .domain-hero p, .services-hero p, .about-hero p, .contact-hero p, .payment-hero p, .confirmation-hero p, .privacy-hero p, .terms-hero p {
        font-size: 1rem;
    }
    
    /* Cards small */
    .feature, .service-card, .plan, .mission-card, .member, .testimonial {
        padding: 1.5rem;
    }
    
    .contact-form, .payment-form, .payment-summary, .confirmation-card {
        padding: 1.5rem;
    }
    
    /* Buttons small */
    .btn {
        padding: 12px 20px;
        font-size: 0.9rem;
    }
    
    .btn-payment {
        padding: 14px;
        font-size: 1rem;
    }
    
    /* Numbers grid small */
    .numbers-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .number {
        font-size: 2.5rem;
    }
    
    .number-label {
        font-size: 1rem;
    }
    
    /* Confirmation small */
    .confirmation-icon {
        width: 80px;
        height: 80px;
        font-size: 3rem;
    }
    
    .confirmation-actions {
        flex-direction: column;
        gap: 0.75rem;
    }
    
    /* Payment options small */
    .options-grid {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .payment-option {
        padding: 1rem;
    }
    
    /* Team members small */
    .member img {
        width: 100px;
        height: 100px;
    }
    
    /* Step numbers small */
    .step-number {
        width: 50px;
        height: 50px;
        font-size: 1.25rem;
    }
    
    /* Price display small */
    .price {
        font-size: 2rem;
    }
    
    .service-price {
        font-size: 1.1rem;
    }
    
    /* Security text small */
    .security-text h3 {
        font-size: 1.1rem;
    }
    
    .security-text p {
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 12px;
    }
    
    h1 {
        font-size: 1.75rem;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    .hero, .hosting-hero, .domain-hero, .services-hero, .about-hero, .contact-hero, .payment-hero, .confirmation-hero, .privacy-hero, .terms-hero {
        padding: 80px 0 40px;
    }
    
    .feature, .service-card, .plan {
        padding: 1.5rem;
    }
    
    .btn {
        padding: 12px 20px;
        font-size: 0.9rem;
    }
    
    .price {
        font-size: 2rem;
    }
    
    .confirmation-card {
        padding: 2rem 1.5rem;
    }
    
    .confirmation-icon {
        width: 80px;
        height: 80px;
        font-size: 3rem;
    }
    
    .payment-summary, .payment-form {
        padding: 1.5rem;
    }
    
    .security-badge {
        flex-direction: column;
        text-align: center;
        padding: 1.5rem;
    }
    
    .tabs-btn {
        padding: 10px 16px;
        font-size: 0.9rem;
    }
    
    .numbers-grid {
        grid-template-columns: 1fr;
    }
    
    .number {
        font-size: 2.5rem;
    }
    
    .mission-grid {
        grid-template-columns: 1fr;
    }
}

/* ===== LANDSCAPE MOBILE ===== */
@media (max-width: 767px) and (orientation: landscape) {
    .hero, .hosting-hero, .domain-hero, .services-hero, .about-hero, .contact-hero, .payment-hero, .confirmation-hero, .privacy-hero, .terms-hero {
        padding: 60px 0 30px;
    }
    
    .features, .hosting-features, .plans, .hosting-plans {
        padding: 40px 0;
    }
    
    .nav {
        max-height: 200px;
        overflow-y: auto;
    }
}

/* ===== EXTRA SMALL DEVICES ===== */
@media (max-width: 375px) {
    .container {
        padding: 0 10px;
    }
    
    h1 {
        font-size: 1.5rem !important;
    }
    
    h2 {
        font-size: 1.35rem !important;
    }
    
    .feature, .service-card, .plan {
        padding: 1.25rem;
    }
    
    .btn {
        padding: 10px 16px;
        font-size: 0.85rem;
    }
    
    .form-group input, .form-group select, .form-group textarea {
        padding: 10px 12px;
        font-size: 0.9rem;
    }
    
    .faq-question {
        padding: 0.75rem;
    }
    
    .pricing-table th, .pricing-table td {
        padding: 0.5rem 0.25rem;
        font-size: 0.8rem;
    }
    
    .confirmation-card {
        padding: 1.5rem 1rem;
    }
    
    .payment-summary, .payment-form {
        padding: 1.25rem;
    }
}

/* ===== HOVER EFFECTS (ONLY ON NON-TOUCH DEVICES) ===== */
@media (hover: hover) and (pointer: fine) {
    .feature:hover, .service-card:hover, .member:hover, .testimonial:hover {
        transform: translateY(-5px);
    }
    
    .plan:hover {
        transform: translateY(-3px);
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
    }
    
    .plan.recommended:hover {
        transform: scale(1.05) translateY(-3px);
    }
    
    .payment-option:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    }
    
    .faq-item:hover {
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    }
}

/* ===== TOUCH DEVICE OPTIMIZATIONS ===== */
@media (hover: none) and (pointer: coarse) {
    .btn {
        padding: 14px 28px;
        min-height: 44px;
    }
    
    .faq-question, .tab-btn, .payment-option {
        min-height: 44px;
    }
    
    .nav a {
        min-height: 44px;
        display: flex;
        align-items: center;
    }
    
    .form-group input, .form-group select, .form-group textarea {
        min-height: 44px;
    }
    
    /* Remove hover effects on touch devices */
    .feature:hover, .service-card:hover, .plan:hover, .member:hover, .testimonial:hover, .payment-option:hover {
        transform: none;
        box-shadow: inherit;
    }
}

/* ===== HIGH DPI DISPLAYS ===== */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .logo img {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
    
    .card-icons img, .payment-option img {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* ===== LOADING STATES RESPONSIVOS ===== */
@media (max-width: 768px) {
    .loading::after {
        animation-duration: 1s;
    }
}

/* ===== GRID FALLBACKS PARA BROWSERS ANTIGOS ===== */
@supports not (display: grid) {
    .features-grid, .plans-grid, .services-grid, .team-members, .testimonials, .process-steps, .numbers-grid, .mission-grid, .footer-grid {
        display: flex;
        flex-wrap: wrap;
    }
    
    .feature, .plan, .service-card, .member, .testimonial, .step, .number-item, .mission-card, .footer-col {
        flex: 1 1 300px;
        margin: 1rem;
    }
}

/* ===== PERFORMANCE OPTIMIZATIONS ===== */
@media (max-width: 768px) {
    .hero::before, .hosting-hero::before, .domain-hero::before, .services-hero::before, .about-hero::before, .contact-hero::before, .payment-hero::before, .confirmation-hero::before, .privacy-hero::before, .terms-hero::before {
        display: none;
    }
    
    .feature, .service-card, .plan, .testimonial {
        will-change: transform;
    }
}

/* ===== CONTAINER QUERIES (MODERN BROWSERS) ===== */
@supports (container-type: inline-size) {
    .plans {
        container-type: inline-size;
    }
    
    @container (max-width: 768px) {
        .plan.recommended {
            transform: none;
        }
    }
}

/* ===== COMPONENTES ESPECÍFICOS RESPONSIVOS ===== */

/* Navegação Sticky Mobile */
@media (max-width: 768px) {
    .header.scrolled {
        background: rgba(255, 255, 255, 0.98);
        box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    }
    
    .nav.active {
        animation: slideDown 0.3s ease;
    }
    
    @keyframes slideDown {
        from {
            opacity: 0;
            transform: translateY(-10px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
}

/* Busca de Domínio Responsiva */
@media (max-width: 768px) {
    .search-box {
        padding: 0 1rem;
    }
    
    .search-box h2 {
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
    }
    
    .search-box form {
        background: white;
        padding: 1.5rem;
        border-radius: 12px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    }
    
    .result-box {
        margin: 1rem;
        padding: 1.5rem;
    }
}

/* Cards de Serviço Responsivos */
@media (max-width: 768px) {
    .service-card {
        text-align: center;
    }
    
    .service-card ul {
        text-align: left;
        max-width: 280px;
        margin: 1rem auto;
    }
    
    .service-icon {
        font-size: 2.5rem;
        margin-bottom: 1.5rem;
    }
}

/* Formulário de Contato Responsivo */
@media (max-width: 768px) {
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .contact-info {
        order: 2;
    }
    
    .contact-form {
        order: 1;
    }
    
    .info-item {
        text-align: center;
        margin-bottom: 1.5rem;
    }
}

/* Página de Pagamento Responsiva */
@media (max-width: 768px) {
    .payment-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .payment-summary {
        order: 2;
    }
    
    .payment-form {
        order: 1;
    }
    
    .card-icons {
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    
    .card-icons img {
        height: 25px;
    }
}

/* Seção de Números Animados */
@media (max-width: 768px) {
    .about-numbers {
        padding: 60px 0;
    }
    
    .number-item {
        padding: 1rem;
    }
    
    .number {
        font-size: 2.5rem;
        margin-bottom: 0.5rem;
    }
    
    .number-label {
        font-size: 0.95rem;
    }
}

/* Testimonials Responsivos */
@media (max-width: 768px) {
    .testimonial {
        padding: 1.5rem;
        margin-bottom: 1rem;
    }
    
    .testimonial-content p {
        font-size: 0.95rem;
        line-height: 1.6;
    }
    
    .author-name {
        font-size: 0.95rem;
    }
    
    .author-company {
        font-size: 0.8rem;
    }
}

/* FAQ Responsivo Avançado */
@media (max-width: 768px) {
    .faq-list {
        padding: 0 1rem;
    }
    
    .faq-item {
        margin-bottom: 0.75rem;
    }
    
    .faq-question {
        padding: 1rem;
        font-size: 0.9rem;
        line-height: 1.4;
    }
    
    .faq-question::after {
        font-size: 1.25rem;
        min-width: 20px;
    }
    
    .faq-answer {
        transition: max-height 0.4s ease, padding 0.4s ease;
    }
    
    .faq-answer.active {
        max-height: 300px;
    }
    
    .faq-answer p {
        padding: 0 1rem 1rem;
        font-size: 0.85rem;
        line-height: 1.5;
    }
}

/* Planos com Melhor UX Mobile */
@media (max-width: 768px) {
    .plans-tabs {
        padding: 0 1rem;
        margin-bottom: 2rem;
    }
    
    .tab-btn {
        padding: 0.75rem 1rem;
        font-size: 0.85rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    .plan {
        margin-bottom: 1rem;
        position: relative;
    }
    
    
    .recommended-badge {
        left: 0;
        top: -40px;
        /* width: 50%; */
        /* height: 10%; */
        /* font-size: large; */
    }
    
    .plan ul {
        margin-bottom: 1.5rem;
    }
    
}

/* Otimizações para Telas Pequenas */
@media (max-width: 480px) {
    .hero, .hosting-hero, .domain-hero, .services-hero, .about-hero, .contact-hero, .payment-hero, .confirmation-hero, .privacy-hero, .terms-hero {
        padding: 70px 0 30px;
    }
    
    .hero h1, .hosting-hero h1, .domain-hero h1, .services-hero h1, .about-hero h1, .contact-hero h1, .payment-hero h1, .confirmation-hero h1, .privacy-hero h1, .terms-hero h1 {
        font-size: 1.5rem !important;
        margin-bottom: 1rem;
    }
    
    .hero p, .hosting-hero p, .domain-hero p, .services-hero p, .about-hero p, .contact-hero p, .payment-hero p, .confirmation-hero p, .privacy-hero p, .terms-hero p {
        font-size: 0.95rem;
        margin-bottom: 1.5rem;
    }
    
    .cta-buttons {
        gap: 0.75rem;
    }
    
    .btn {
        padding: 10px 20px;
        font-size: 0.85rem;
        min-height: 42px;
    }
}

/* Melhorias para Dispositivos com Pouco Espaço */
@media (max-width: 360px) {
    .container {
        padding: 0 8px;
    }
    
    .feature, .service-card, .plan, .mission-card {
        padding: 1rem;
    }
    
    .feature-icon, .service-icon {
        font-size: 2rem;
        margin-bottom: 1rem;
    }
    
    .step-number {
        width: 45px;
        height: 45px;
        font-size: 1.1rem;
    }
    
    .confirmation-icon {
        width: 70px;
        height: 70px;
        font-size: 2.5rem;
    }
    
    .member img {
        width: 90px;
        height: 90px;
    }
    
    .price {
        font-size: 1.75rem;
    }
    
    .service-price {
        font-size: 1rem;
    }
}

/* ===== STATES E FEEDBACK VISUAL ===== */
@media (max-width: 768px) {
    /* Loading states */
    .btn.loading {
        position: relative;
        color: transparent;
    }
    
    .btn.loading::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 20px;
        height: 20px;
        margin: -10px 0 0 -10px;
        border: 2px solid transparent;
        border-top: 2px solid currentColor;
        border-radius: 50%;
        animation: spin 1s linear infinite;
    }
    
    @keyframes spin {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
    }
    
    /* Form validation mobile */
    .form-group.error input,
    .form-group.error select,
    .form-group.error textarea {
        border-color: #e53e3e;
        background-color: #fed7d7;
    }
    
    .form-group.success input,
    .form-group.success select,
    .form-group.success textarea {
        border-color: #38a169;
        background-color: #c6f6d5;
    }
    
    .error-message {
        display: block;
        color: #e53e3e;
        font-size: 0.8rem;
        margin-top: 0.25rem;
    }
}

/* ===== ACESSIBILIDADE MOBILE ===== */
@media (max-width: 768px) {
    /* Maior área de toque */
    .btn, .faq-question, .tab-btn, .payment-option {
        min-height: 44px;
        min-width: 44px;
    }
    
    /* Melhor contraste em telas pequenas */
    .hero p, .hosting-hero p, .domain-hero p, .services-hero p, .about-hero p, .contact-hero p, .payment-hero p, .confirmation-hero p, .privacy-hero p, .terms-hero p {
        color: rgba(255, 255, 255, 0.95);
    }
    
    /* Focus mais visível em mobile */
    *:focus {
        outline: 3px solid #667eea;
        outline-offset: 2px;
    }
    
    /* Skip links para navegação mobile */
    .skip-link {
        position: absolute;
        top: -40px;
        left: 6px;
        background: #667eea;
        color: white;
        padding: 8px;
        text-decoration: none;
        border-radius: 4px;
        z-index: 9999;
    }
    
    .skip-link:focus {
        top: 6px;
    }
}

/* ===== OTIMIZAÇÕES DE PERFORMANCE MOBILE ===== */
@media (max-width: 768px) {
    /* Reduzir animações em dispositivos móveis */
    .fade-in-up, .fade-in-scale {
        animation-duration: 0.3s;
    }
    
    /* Otimizar transformações */
    .hover-lift, .hover-scale, .hover-glow {
        will-change: transform;
    }
    
    /* Simplificar sombras em dispositivos menos potentes */
    @media (max-resolution: 150dpi) {
        .feature, .service-card, .plan, .testimonial, .contact-form, .payment-form {
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        }
        
        .feature:hover, .service-card:hover, .plan:hover, .testimonial:hover {
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
        }
    }
}

/* ===== FALLBACKS PARA BROWSERS ANTIGOS ===== */
/* Flexbox fallback */
@supports not (display: grid) {
    @media (max-width: 768px) {
        .features-grid, .plans-grid, .services-grid, .team-members, .testimonials, .process-steps, .numbers-grid, .mission-grid {
            display: flex;
            flex-direction: column;
            gap: 1rem;
        }
        
        .feature, .plan, .service-card, .member, .testimonial, .step, .number-item, .mission-card {
            flex: none;
            width: 100%;
            margin: 0 0 1rem 0;
        }
    }
}

/* CSS Variables fallback */
@supports not (color: var(--primary)) {
    .btn-primary {
        background: #667eea;
    }
    
    .text-primary {
        color: #667eea;
    }
    
    .border-primary {
        border-color: #667eea;
    }
}

/* ===== IMPRESSÃO RESPONSIVA ===== */
@media print {
    @page {
        margin: 2cm;
    }
    
    .container {
        max-width: none;
        padding: 0;
    }
    
    .feature, .service-card, .plan {
        break-inside: avoid;
        page-break-inside: avoid;
    }
    
    .hero, .hosting-hero, .domain-hero, .services-hero, .about-hero, .contact-hero, .payment-hero, .confirmation-hero, .privacy-hero, .terms-hero {
        background: none !important;
        color: black !important;
        padding: 1rem 0;
    }
    
    .btn {
        display: none;
    }
    
    .faq-answer {
        max-height: none !important;
        display: block !important;
    }
    
    .tab-content {
        display: block !important;
    }
}