@media (min-width: 769px) and (max-width: 1200px) {
    .nav-links {
        gap: 1.5rem;
    }
    
    .nav-links a {
        font-size: 0.9rem;
        padding: 0.5rem 0.9rem;
    }
    
    .hero-title {
        font-size: 4rem;
    }
    
    .container {
        max-width: 95%;
        padding: 0 1rem;
    }
    
    .about-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .contact-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .timeline-container {
        padding-left: 1.5rem;
    }
}

@media (max-width: 768px) {
    header {
        padding: 1rem 1.5rem;
        position: fixed;
    }
    
    .nav-links {
        gap: 0.5rem;
        flex-wrap: wrap;
        justify-content: center;
        padding: 0.5rem 0;
    }
    
    .nav-links a {
        font-size: 0.7rem;
        padding: 0.4rem 0.8rem;
    }
    
    .hero {
        padding: 1rem;
        min-height: 90vh;
    }
    
    .hero-title {
        font-size: 3rem;
    }
    
    .tagline {
        font-size: 1.5rem;
    }
    
    .hero-description p {
        font-size: 1rem;
    }
    
    .hero-status {
        gap: 1rem;
        margin-bottom: 1.5rem;
    }
    
    .status-badge {
        padding: 0.7rem 1.5rem;
    }
    
    .status-badge span {
        font-size: 0.9rem;
    }
    
    .hero-social-links {
        gap: 0.8rem;
    }
    
    .hero-social-btn {
        width: 45px;
        height: 45px;
        font-size: 1.2rem;
    }
    
    section {
        padding: 3rem 1rem !important;
        min-height: auto !important;
    }
    
    .container {
        padding: 0 1rem;
    }
    
    h2 {
        font-size: 2rem !important;
    }
    
    .section-intro {
        font-size: 1rem;
        margin-bottom: 2rem !important;
    }
    
    .about-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .timeline {
        padding: 0 1rem;
    }
    
    .timeline-container {
        padding-left: 1.5rem;
    }
    
    .achievement-badges {
        grid-template-columns: 1fr;
    }
    
    .stats-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 1.5rem;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .filter-buttons {
        gap: 0.5rem;
    }
    
    .filter-btn {
        padding: 0.6rem 1rem;
        font-size: 0.85rem;
    }
    
    .blog-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .carousel-prev {
        left: -40px;
    }
    
    .carousel-next {
        right: -40px;
    }
    
    .contact-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .stat-card {
        padding: 2rem 1.5rem;
    }
    
    .stat-number {
        font-size: 3rem;
    }
    
    .projects-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .project-card {
        padding: 1.5rem;
    }
    
    .project-card h3 {
        font-size: 1.3rem;
    }
    
    .project-card p {
        font-size: 0.95rem;
    }
    
    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .testimonial-card {
        padding: 1.5rem;
    }
    
    .testimonial-text {
        font-size: 0.95rem;
    }
    
    .servers-container {
        flex-direction: column;
        gap: 1.5rem;
    }
    
    .server-item {
        max-width: 100%;
        width: 100%;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
    }
    
    .footer-links {
        text-align: center;
    }
    
    .footer-social {
        justify-content: center;
    }
    
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .contact-card {
        padding: 2rem 1.5rem;
    }
    
    .cta-button {
        padding: 1rem 2rem;
        font-size: 1rem;
    }
    
    .hero-stats-mini {
        gap: 2rem;
    }
    
    .stat-mini-number {
        font-size: 1.7rem;
    }
    
    .code-line {
        font-size: 0.75rem;
        opacity: 0.5;
    }
    
    .scroll-indicator {
        bottom: 1.5rem;
    }
    
    .hero-title {
        font-size: 3rem;
        letter-spacing: 2px;
    }
    
    .profile-image {
        width: 180px;
        height: 180px;
    }
    
    .hero-buttons {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }
    
    .btn {
        width: 200px;
        padding: 0.8rem 1.5rem;
        font-size: 1rem;
    }
    
    .about-text p {
        font-size: 1rem;
    }
    
    .skill-tags {
        justify-content: center;
    }
    
    .skills-list {
        gap: 1rem;
    }
    
    .timeline {
        margin-top: 2rem;
    }
    
    .timeline-container {
        padding-left: 1rem;
    }
    
    .timeline-item {
        padding-left: 1.5rem;
        margin-bottom: 2rem;
    }
    
    .timeline-content {
        padding: 1rem;
    }
    
    .timeline-content h4 {
        font-size: 1.1rem;
    }
    
    .achievement-badges {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .achievement-badge {
        padding: 0.75rem;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .service-card {
        padding: 1.5rem;
    }
    
    .filter-buttons {
        gap: 0.5rem;
        padding: 0 0.5rem;
    }
    
    .filter-btn {
        padding: 0.6rem 1rem;
        font-size: 0.85rem;
    }
    
    .blog-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .blog-icon {
        width: 60px;
        height: 60px;
        font-size: 1.75rem;
    }
    
    .blog-icon-header {
        padding: 1.5rem 1.5rem 0.75rem;
    }
    
    .carousel-btn {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
    
    .carousel-prev {
        left: 5px;
    }
    
    .carousel-next {
        right: 5px;
    }
    
    .contact-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .contact-form-container {
        padding: 1.5rem;
    }
    
    .contact-form-container h3 {
        font-size: 1.5rem;
    }
    
    .form-group input,
    .form-group select,
    .form-group textarea {
        font-size: 0.95rem;
        padding: 0.75rem;
    }
    
    .contact-faq {
        margin-top: 2rem;
    }
    
    .faq-question {
        font-size: 0.95rem;
        padding: 1rem;
    }
    
    .servers-container {
        flex-direction: column;
        align-items: center;
        gap: 2rem;
    }
    
    .server-item {
        flex: none;
        max-width: 100%;
        width: 100%;
        padding: 2rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .server-item .server-btn {
        margin: 0 auto;
    }
    
    .server-buttons {
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 1rem;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    
    .server-btn {
        width: auto;
        max-width: 200px;
        justify-content: center;
        align-items: center;
        padding: 1rem 1.5rem;
        font-size: 1rem;
        min-height: 60px;
        display: flex;
        flex-direction: column;
        text-align: center;
        margin: 0;
    }
}

@media (max-width: 480px) {
    body {
        background: #000000;
        font-size: 14px;
    }
    
    header {
        padding: 0.5rem 0.5rem;
        position: relative;
    }
    
    .nav-links {
        gap: 0.3rem;
        flex-wrap: wrap;
        justify-content: center;
        padding: 0.3rem 0;
    }
    
    .nav-links a {
        font-size: 0.65rem;
        padding: 0.3rem 0.5rem;
    }
    
    .hero {
        padding: 0.5rem;
        min-height: 85vh;
    }
    
    .profile-image {
        width: 140px;
        height: 140px;
    }
    
    .hero-title {
        font-size: 2.2rem;
        letter-spacing: 0;
        margin-bottom: 0.5rem;
    }
    
    .tagline {
        font-size: 1.2rem;
        margin-bottom: 0.8rem;
    }
    
    .hero-description p {
        font-size: 0.9rem;
    }
    
    .hero-status {
        gap: 0.8rem;
        margin-bottom: 1.2rem;
    }
    
    .status-badge {
        padding: 0.6rem 1.2rem;
    }
    
    .status-badge span {
        font-size: 0.85rem;
    }
    
    .hero-social-links {
        gap: 0.6rem;
    }
    
    .hero-social-btn {
        width: 42px;
        height: 42px;
        font-size: 1.1rem;
    }
    
    .hero-buttons {
        flex-direction: column;
        align-items: center;
        gap: 0.8rem;
    }
    
    .btn {
        width: 100%;
        max-width: 280px;
        padding: 0.8rem 1.5rem;
        font-size: 0.95rem;
    }
    
    section {
        padding: 2.5rem 0.75rem !important;
        min-height: auto !important;
    }
    
    .container {
        padding: 0 0.75rem;
    }
    
    h2 {
        font-size: 1.8rem !important;
        margin-bottom: 1.5rem !important;
    }
    
    .section-intro {
        font-size: 0.95rem;
        margin-bottom: 1.5rem !important;
        padding: 0 0.5rem;
    }
    
    .stats-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .stat-card {
        padding: 1.5rem 1rem;
    }
    
    .stat-icon {
        font-size: 2.5rem;
    }
    
    .stat-number {
        font-size: 2.5rem;
    }
    
    .stat-label {
        font-size: 1rem;
    }
    
    .projects-grid {
        grid-template-columns: 1fr;
        gap: 1.2rem;
    }
    
    .project-card {
        padding: 1.3rem;
    }
    
    .project-icon {
        font-size: 2rem;
    }
    
    .project-card h3 {
        font-size: 1.2rem;
    }
    
    .project-card p {
        font-size: 0.9rem;
    }
    
    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 1.2rem;
    }
    
    .testimonial-card {
        padding: 1.3rem;
    }
    
    .testimonial-avatar {
        width: 45px;
        height: 45px;
    }
    
    .testimonial-info h4 {
        font-size: 1rem;
    }
    
    .testimonial-role {
        font-size: 0.85rem;
    }
    
    .testimonial-text {
        font-size: 0.9rem;
    }
    
    .servers-info {
        padding: 1.5rem;
    }
    
    .servers-info p {
        font-size: 0.95rem;
    }
    
    .server-item {
        padding: 1.5rem;
    }
    
    .server-item h3 {
        font-size: 1.3rem;
    }
    
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 1.2rem;
    }
    
    .contact-card {
        padding: 1.8rem 1.3rem;
    }
    
    .contact-card-icon {
        width: 60px;
        height: 60px;
        font-size: 1.7rem;
    }
    
    .cta-button {
        padding: 1rem 2rem;
        font-size: 1rem;
        width: 100%;
        max-width: 300px;
    }
    
    .hero-stats-mini {
        gap: 1.5rem;
    }
    
    .stat-mini-number {
        font-size: 1.5rem;
    }
    
    .stat-mini-label {
        font-size: 0.75rem;
    }
    
    .code-line {
        font-size: 0.7rem;
        opacity: 0.4;
    }
    
    .scroll-indicator {
        bottom: 1rem;
        display: none;
    }
    
    .profile-image {
        width: 160px;
        height: 160px;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
    }
    
    .footer-section h3 {
        font-size: 1.1rem;
    }
    
    .footer-section p {
        font-size: 0.9rem;
    }
    
    .footer-social {
        justify-content: center;
    }
    
    .footer-links {
        text-align: center;
    }
    
    .footer-links a {
        font-size: 0.9rem;
    }
    
    .footer-bottom p {
        font-size: 0.85rem;
    }
    
    .timeline {
        margin-top: 2rem;
        padding: 0 0.5rem;
    }
    
    .timeline h3 {
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
    }
    
    .timeline-container {
        padding-left: 0.75rem;
    }
    
    .timeline-item {
        padding-left: 1.25rem;
        margin-bottom: 1.5rem;
    }
    
    .timeline-content {
        padding: 1rem;
    }
    
    .timeline-content h4 {
        font-size: 1rem;
    }
    
    .timeline-date {
        font-size: 0.75rem;
        padding: 0.2rem 0.6rem;
    }
    
    .skills-list {
        gap: 1rem;
    }
    
    .skill-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.25rem;
    }
    
    .skill-name {
        font-size: 0.9rem;
    }
    
    .skill-level {
        font-size: 0.75rem;
    }
    
    .achievement-badges {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .achievement-badge {
        padding: 0.75rem;
        font-size: 0.85rem;
    }
    
    .achievement-badge i {
        font-size: 1.2rem;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }
    
    .service-card {
        padding: 1.5rem;
    }
    
    .service-icon {
        font-size: 2.5rem;
    }
    
    .service-card h3 {
        font-size: 1.3rem;
    }
    
    .service-price {
        font-size: 1.3rem;
    }
    
    .filter-buttons {
        gap: 0.4rem;
        padding: 0;
    }
    
    .filter-btn {
        padding: 0.5rem 0.85rem;
        font-size: 0.8rem;
    }
    
    .blog-grid {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }
    
    .blog-icon {
        width: 50px;
        height: 50px;
        font-size: 1.5rem;
    }
    
    .blog-icon-header {
        padding: 1.25rem 1.25rem 0.5rem;
    }
    
    .blog-content {
        padding: 0.75rem 1.25rem 1.5rem;
    }
    
    .blog-content h3 {
        font-size: 1.15rem;
    }
    
    .blog-meta {
        font-size: 0.8rem;
        gap: 1rem;
    }
    
    .testimonial-carousel {
        padding: 1rem 0;
    }
    
    .carousel-btn {
        width: 35px;
        height: 35px;
        font-size: 0.9rem;
    }
    
    .carousel-prev {
        left: 0;
    }
    
    .carousel-next {
        right: 0;
    }
    
    .testimonial-slide {
        padding: 0 0.5rem;
    }
    
    .contact-content {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .contact-info {
        gap: 1rem;
    }
    
    .contact-card {
        padding: 1.5rem 1rem;
    }
    
    .contact-card h3 {
        font-size: 1.1rem;
    }
    
    .contact-form-container {
        padding: 1.25rem;
    }
    
    .contact-form-container h3 {
        font-size: 1.3rem;
        margin-bottom: 1rem;
    }
    
    .form-group {
        gap: 0.4rem;
    }
    
    .form-group label {
        font-size: 0.9rem;
    }
    
    .form-group input,
    .form-group select,
    .form-group textarea {
        font-size: 0.9rem;
        padding: 0.7rem 0.85rem;
    }
    
    .form-submit-btn {
        padding: 0.9rem 1.5rem;
        font-size: 0.95rem;
    }
    
    .contact-faq {
        margin-top: 1.5rem;
    }
    
    .contact-faq h3 {
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
    }
    
    .faq-question {
        font-size: 0.9rem;
        padding: 0.9rem 1rem;
    }
    
    .faq-answer {
        font-size: 0.85rem;
    }
    
    .faq-item.active .faq-answer {
        padding: 0 1rem 1rem;
    }
    
    .server-btn {
        padding: 1rem 1.5rem;
        font-size: 0.95rem;
        min-height: 60px;
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin: 0 auto;
    }
    
    .server-buttons {
        gap: 0.8rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    
    .servers-info {
        padding: 1.5rem;
        margin-bottom: 2rem;
    }
    
    .servers-info p {
        font-size: 1rem;
    }
    
    .hero-stats-mini {
        flex-wrap: wrap;
        gap: 1rem;
    }
    
    .stat-mini {
        min-width: calc(50% - 0.5rem);
    }
}

