@media (max-width: 1100px) {
  .projects-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .cards {
    max-width: 680px;
    gap: 14px;
  }
  .hero,
  .why {
    grid-template-columns: 1fr;
  }
  .pricing {
    grid-template-columns: 1fr;
  }
  .price-card.featured {
    transform: none;
  }
}

@media (max-width: 900px) {
  header {
    padding: 16px 5%;
    flex-wrap: wrap;
    gap: 14px;
  }
  nav {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 180px;
    text-align: center;
  }
  .hero p {
    margin-left: auto;
    margin-right: auto;
  }
  .hero-actions {
    justify-content: center;
  }
  .hero h1 {
    font-size: clamp(30px, 8vw, 46px);
    line-height: 1.3;
    word-break: normal;
  }
  .mw-logo-wrap {
    margin-top: 20px;
  }
  .benefits-showcase {
    padding-top: 12px;
    gap: 12px;
  }
  .benefit-badge {
    padding: 12px 20px;
  }
  .logo-watermark {
    background-size: 30vmin;
    opacity: 0.04;
  }
}

@media (max-width: 768px) {
  .logo-watermark {
    background-size: 75vmin;
    opacity: 0.035;
  }
  .benefits-showcase {
    gap: 12px;
    padding-top: 16px;
  }
  .benefit-badge {
    padding: 12px 20px;
    gap: 10px;
  }
  .badge-icon {
    font-size: 18px;
  }
  .badge-text {
    font-size: 13px;
  }
  .badge-dot {
    width: 6px;
    height: 6px;
  }
  .cta {
    min-height: 60vh !important;
    padding: 80px 5% !important;
  }
  .cta-heading {
    font-size: clamp(28px, 7vw, 40px) !important;
  }
  .cta-desc {
    font-size: 15px !important;
  }
  .mw-logo-wrap {
    min-height: 200px;
  }
  #logoStage {
    width: 80%;
  }
  .cta-action {
    padding: 16px 32px !important;
    font-size: 15px !important;
  }
  .cta-ring {
    width: 350px !important;
    height: 350px !important;
  }
  .cta-glow--1 {
    width: 350px !important;
    height: 350px !important;
  }
  .cta-glow--2 {
    width: 300px !important;
    height: 300px !important;
  }
}

@media (max-width: 720px) {
  header {
    padding: 14px 5%;
  }
  .logo {
    height: 70px !important;
    margin: -12px 0 !important;
  }
  section {
    padding: 70px 5%;
  }
  .hero {
    padding-top: 140px;
    gap: 12px;
  }
  .hero h1 {
    font-size: clamp(26px, 7vw, 36px);
  }
  .hero p {
    font-size: clamp(14px, 3.5vw, 16px);
  }
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  .hero-actions .btn,
  .hero-actions .btn-outline {
    text-align: center;
    justify-content: center;
  }
  .cards {
    gap: 12px;
  }
  .card {
    padding: 16px 18px;
    gap: 14px;
  }
  .card-step {
    display: none;
  }
  .card-icon {
    width: 42px;
    height: 42px;
    font-size: 18px;
    border-radius: 12px;
  }
  .card h3 {
    font-size: 15px;
  }
  .card p {
    font-size: 13px;
  }
  .card-arrow {
    display: none;
  }
  .stats {
    grid-template-columns: 1fr;
  }
  .hero h1 {
    letter-spacing: 0px;
  }
  body {
    cursor: default;
  }
  #custom-cursor {
    display: none !important;
  }
  #particle-canvas {
    opacity: 0.3;
  }
  #mouse-glow {
    display: none;
  }
  .logo-watermark {
    background-size: 25vmin;
    opacity: 0.03;
  }
  .projects-grid {
    grid-template-columns: 1fr;
    max-width: 450px;
  }
  .project-filters {
    gap: 8px;
    margin-bottom: 32px;
  }
  .project-filter {
    font-size: 12px;
    padding: 6px 16px;
  }
  .project-info {
    padding: 16px 18px 18px;
  }
  .pricing {
    gap: 16px;
  }
  .price-card {
    padding: 24px 20px;
  }
  .price-card h3 {
    font-size: 20px;
  }
  .price {
    font-size: 28px;
  }
  .section-title h2 {
    font-size: clamp(24px, 6vw, 30px);
  }
}

@media (max-width: 700px) {
  .modal-content {
    padding: 24px 18px 20px;
    border-radius: 20px;
    max-width: 100%;
  }
  .tabs {
    flex-direction: column;
    gap: 4px;
    background: transparent;
    border: none;
    padding: 0;
  }
  .tab {
    justify-content: center;
    padding: 12px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 10px;
  }
  .tab.active {
    background: rgba(0, 255, 170, 0.08);
  }
  .modal-content h2 {
    font-size: 22px;
  }
  .input-group input,
  .input-group textarea {
    font-size: 14px;
  }
  .btn-submit {
    font-size: 14px;
    padding: 14px 20px;
    min-height: 50px;
  }
  .modal-particles span {
    display: none;
  }
}

@media (max-width: 520px) {
  header {
    padding: 12px 4%;
  }
  .logo {
    height: 60px !important;
    margin: -8px 0 !important;
  }
  section {
    padding: 60px 4%;
  }
  .hero {
    padding-top: 120px;
  }
  .benefits-showcase {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  .benefit-badge {
    width: 100%;
    justify-content: center;
    padding: 14px 20px;
  }
  .section-title h2 {
    font-size: 26px;
  }
  .cta {
    min-height: 50vh !important;
    padding: 60px 5% !important;
  }
  .cta-heading {
    font-size: 26px !important;
  }
  .cta-desc {
    font-size: 14px !important;
    margin-bottom: 28px !important;
  }
  .cta-tag {
    font-size: 12px !important;
    padding: 6px 16px !important;
  }
  .cta-action {
    padding: 14px 28px !important;
    font-size: 14px !important;
    width: 100% !important;
    justify-content: center !important;
  }
  .cta-ring {
    width: 250px !important;
    height: 250px !important;
  }
  .cta-glow--1,
  .cta-glow--2 {
    display: none !important;
  }
  .price-card {
    padding: 20px 16px;
  }
  .price-card ul li {
    font-size: 13px;
  }
  .project-thumb-content {
    font-size: 44px;
  }
  .project-info h3 {
    font-size: 15px;
  }
}

@media (max-width: 380px) {
  .hero h1 {
    font-size: 22px;
  }
  .hero p {
    font-size: 13px;
  }
  .badge {
    font-size: 11px;
    padding: 6px 14px;
  }
  .section-title h2 {
    font-size: 22px;
  }
  .price-card h3 {
    font-size: 17px;
  }
  .price {
    font-size: 24px;
  }
  .cookie-icon {
    font-size: 28px !important;
  }
  .cookie-title {
    font-size: 14px !important;
  }
  .cookie-subtitle {
    font-size: 11px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .logo-watermark {
    animation: none;
    opacity: 0.06;
    filter: brightness(1.1) blur(0.5px) drop-shadow(0 0 60px rgba(0, 255, 170, 0.06));
  }
}