

/* ========================
   RESPONSIVE
   ======================== */
@media (max-width: 1200px) {
    .container {
        padding: 0 30px;
    }
    
    h1 { font-size: 64px; }
    h2 { font-size: 42px; }
    
    .hero-title {
        font-size: 68px;
    }
    
    .section-title {
        font-size: 48px;
    }
}

@media (max-width: 992px) {

    .hamburger {
        display: flex;
    }
    
    .nav-menu {
        position: fixed;
        top: 0;
        right: -100%;
        width: 300px;
        height: 100vh;
        background: var(--white);
        flex-direction: column;
        padding: 100px 40px;
        box-shadow: var(--shadow-xl);
        transition: var(--transition);
        gap: 30px;
    }
    
    .nav-menu.active {
        right: 0;
    }
    
    .nav-link {
        color: var(--primary) !important;
    }
    
    .hero-content {
        grid-template-columns: 1fr;
        gap: 60px;
    }
    
    .hero-visual {
        height: 400px;
    }
    
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }
    
    .problem-grid,
    .benefits-grid,
    .services-grid {
        grid-template-columns: 1fr;
    }
    
    .case-study-wrapper {
        grid-template-columns: 1fr;
    }
    
    .footer-content {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }

    /* Hero */
    .hero-title {
        font-size: 2.5rem;
    }
    
    .hero-subtitle {
        font-size: 1.125rem;
    }
    
    .stats-bar {
        grid-template-columns: repeat(2, 1fr);
    }
    
    /* Pricing Grid */
    .pricing-grid {
        grid-template-columns: 1fr;
    }
    
    .pricing-card.featured {
        transform: scale(1);
    }

    .fact-container {
        padding-top: 40px;
        padding-bottom: 0px;
    }
        .section-header {
            text-align: center;
            max-width: 800px;
            margin: 0 auto 40px;
        }
       .services-preview .service-card {
       margin-bottom: 40px;
    }
    .services-preview .services-cta{
    margin-top: 10px;
}
}

@media (max-width: 768px) {
    /*h1 { font-size: 48px; }
    h2 { font-size: 36px; }
    
    .hero-title {
        font-size: 52px;
    }
    
    .section-title {
        font-size: 38px;
    }
    
    .hero-subtitle {
        font-size: 18px;
    }*/

     /* Typography */
    h1 { font-size: 2.5rem; }
    h2 { font-size: 2rem; }
    h3 { font-size: 1.5rem; }
    
    /* Container */
    .container {
        padding: 0 1.5rem;
    }
    
    /* Sections */
    section {
        padding: var(--spacing-lg) 0;
    }
    
    /* Hero */
    .hero {
        padding: 3rem 0 3rem;
    }
    
    .hero-title {
        font-size: 2rem;
    }
    
    .hero-cta {
        flex-direction: column;
    }
    
    .btn-large {
        width: 100%;
        justify-content: center;
    }
   
    .stats-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .case-study-stats {
        flex-direction: column;
        gap: 20px;
    }
    
    .case-arrow {
        transform: rotate(90deg);
    }
    
    .cta-buttons {
        flex-direction: column;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
    }
    
    .footer-bottom {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
    .site-2026 .home .fact .counter { 
        font-size: 40px;
    }
    .site-2026 .home .fact .lead {
    font-size: 14px;
}
 
.case-visual-card,
 .benefit-card,
    .problem-card{
        padding: 30px;

    }

    .visual-icon,
    .benefit-icon,
    .problem-icon {
        width: 65px;
        height: 65px; 
        border-radius: 14px; 
        font-size: 26px; 
    }
    .benefit-card h3,
    .problem-card h3 {
        font-size: 24px;
        margin-bottom: 12px;
    }
    #portfolio {
        padding: 60px 0;
    }
    .section-subtitle {
        font-size: 18px; 
        line-height: 1.4em;
    }
    .cta-content h2{
            font-size: 36px;
    }
    .cta-content p{
        font-size: 18px;
    }
    blockquote{
            font-size: 16px;
            padding: 22px;
    }

    
    .visual-list li { 
        gap: 12px;
        font-size: 14px;  
        margin-bottom: 11px;
    }
.case-study-stats{
    padding: 30px;
    gap: 10px;
}
.stat-big{
   font-size: 18px;  
}
    .stat-value { 
        font-size: 26px; 
    }
    .case-study-wrapper{
            gap: 40px;
    }
    .footer{
        padding-top: 60px;
    }
    .header-gap {
    height: 94px;
}
}

@media (max-width: 480px) {
    .container {
        padding: 0 20px;
    }
    
    .hero-title {
        font-size: 42px;
    }
    
    .section-title {
        font-size: 32px;
    }
    
    .floating-card {
        padding: 16px;
        gap: 12px;
    }
    
    .floating-card .card-icon {
        width: 48px;
        height: 48px;
        font-size: 20px;
    }
    
    .floating-card .card-content h4 {
        font-size: 28px;
    }
}

/* Responsive */
@media (max-width: 1200px) {
    .pricing-grid {
        gap: 30px;
    }
    
    .pricing-card {
        padding: 40px;
    }
}

@media (max-width: 992px) {
    .page-hero h1 {
        font-size: 56px;
    }
    
    .pricing-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .pricing-card.featured {
        transform: scale(1);
    }
    
    .pricing-card.featured:hover {
        transform: translateY(-12px);
    }
    
    .workflow-grid,
    .testimonials-grid,
    .roi-savings {
        grid-template-columns: 1fr;
    }
    
    .hourly-cta {
        flex-direction: column;
        text-align: center;
    }
    
    .hourly-buttons {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .page-hero h1 {
        font-size: 42px;
    }
    
    .page-hero p {
        font-size: 18px;
    }
    
    .pricing-amount .price {
        font-size: 56px;
    }
    
    .hourly-table-wrapper,
    .roi-table-wrapper {
        border-radius: 12px;
    }
    
    .hourly-table th,
    .hourly-table td,
    .roi-table th,
    .roi-table td {
        padding: 12px 16px;
        font-size: 14px;
    }
}