@media (max-width: 1150px) {
  .nav {
    gap: 1rem;
  }

  .contact-grid,
  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    min-height: auto;
    padding: 3.5rem 0 8rem;
  }

  .hero-visual {
    height: 460px;
  }


  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .cards,
  .feature-grid,
  .feature-grid-reverse,
  .feature-columns {
    grid-template-columns: 1fr;
  }

  .services-overview .container {
    grid-template-columns: 1fr;
  }

  .services-intro {
    max-width: 760px;
    text-align: center;
    margin: 0 auto;
    padding-top: 0;
  }

  .service-grid,
  .pricing-grid,
  .testimonial-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-grid {
    grid-column: auto;
    margin-top: 3rem;
    padding-top: 0;
  }

  .service-card:nth-child(2),
  .service-card:nth-child(3) {
    transform: none;
  }

  .service-card-wide {
    grid-column: 1 / -1;
  }

  .feature-visual {
    order: -1;
  }

  .cta-content {
    min-height: 520px;
  }
}

@media (max-width: 900px) {
  .service-grid,
  .pricing-grid,
  .testimonial-grid,
  .blog-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    padding-bottom: 6rem;
  }

  .hero-copy,
  .feature-copy {
    max-width: none;
  }

  .service-card-wide {
    grid-column: auto;
  }

  .contact-grid {
    gap: 2rem;
  }
}

@media (max-width: 760px) {
  .domains,
  .services-overview,
  .feature,
  .pricing-block,
  .testimonials,
  .guarantee,
  .cta {
    overflow: hidden;
  }

  .topbar {
    position: static;
  }

  .nav-wrap {
    min-height: auto;
    align-items: center;
    flex-direction: column;
    gap: 0.75rem;
    padding: 0.9rem 0 1rem;
  }

  .brand {
    font-size: 1.2rem;
    line-height: 1.15;
    text-align: center;
    max-width: none;
    white-space: nowrap;
  }

  .nav {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem 1rem;
  }

  .nav a {
    font-size: 0.84rem;
    text-align: center;
    padding: 0.2rem 0;
  }

  .reveal-up,
  .reveal-right {
    animation: none;
    opacity: 1;
    transform: none;
  }

  .hero-grid {
    min-height: auto;
    padding: 2.6rem 0 1.2rem;
    gap: 1.4rem;
  }

  .hero-copy {
    text-align: center;
    margin: 0 auto;
  }

  .services-intro,
  .feature-copy,
  .pricing-heading,
  .testimonials-heading,
  .cta-content {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-copy h2 {
    font-size: 1.95rem;
    max-width: 11ch;
    margin-inline: auto;
  }

  .hero-copy p {
    max-width: 25rem;
    margin: 1.2rem auto 0;
    font-size: 0.98rem;
    line-height: 1.8;
  }

  .btn {
    width: min(100%, 230px);
    padding: 0.92rem 1rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .contact-form {
    padding: 1.4rem;
  }

  .contact-row h3 {
    font-size: 1.2rem;
  }

  .contact-row p {
    font-size: 1rem;
  }

  .hero-visual {
    height: 280px;
    width: min(100%, 340px);
    margin-inline: auto;
    overflow: hidden;
  }

  .rack {
    width: 210px;
    height: 56px;
  }

  .glass-card,
  .laptop,
  .download-arrow,
  .file-chip,
  .lock-card,
  .stack-slim,
  .device-panel,
  .desktop,
  .monitor,
  .monitor-glass {
    transform: scale(0.84);
    transform-origin: center bottom;
  }

  .hero-wave {
    height: 100px;
    margin-top: -18px;
  }

  .domain-list {
    grid-template-columns: 1fr;
  }

  .services-overview,
  .feature,
  .pricing-block,
  .testimonials,
  .guarantee {
    padding: 70px 0;
  }

  .feature-grid {
    gap: 2rem;
  }

  .services-intro h3 {
    font-size: 2rem;
  }

  .section-title {
    margin-bottom: 2.3rem;
  }

  .service-card,
  .price-card {
    padding: 1.5rem 1.25rem;
  }

  .contact-form .btn {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .service-card h4,
  .price-card h4 {
    font-size: 1.35rem;
  }

  .price-tag {
    font-size: 3rem;
  }

  .feature-copy h3 {
    font-size: 1.95rem;
  }

  .feature-visual {
    min-height: 280px;
    width: min(100%, 340px);
    margin-inline: auto;
    overflow: hidden;
  }

  .feature-lead,
  .feature-point p,
  .testimonial-card p {
    font-size: 1rem;
  }

  .tick-list li,
  .feature-ticks li,
  .compact-list li {
    font-size: 1rem;
    line-height: 1.5;
  }

  .tick-list li::before {
    width: 1.45rem;
    height: 1.45rem;
    font-size: 0.84rem;
  }

  .feature-point {
    grid-template-columns: 48px 1fr;
  }

  .point-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    font-size: 1.3rem;
  }

  .service-card,
  .price-card,
  .testimonial-card,
  .card {
    width: 100%;
    max-width: 100%;
  }

  .testimonial-card {
    padding: 5rem 1.5rem 2.2rem;
  }

  .card {
    min-height: 380px;
    border-radius: 24px;
    padding: 2rem 1.3rem;
  }

  .card p {
    max-width: 100%;
  }

  .cta-wave {
    top: -100px;
    height: 250px;
  }

  .cta-content {
    min-height: 500px;
  }

  .cta-content h3 {
    font-size: 2.6rem;
  }

  .cta-content p {
    font-size: 1.02rem;
    line-height: 1.85;
    max-width: 92%;
  }

  .price-card .btn {
    width: 100%;
    min-width: 0;
  }

  .footer-wrap {
    min-height: 120px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .footer-wrap p {
    font-size: 1rem;
  }

  .socials span {
    font-size: 1.5rem;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(100%, calc(100% - 28px));
  }

  .hero-visual,
  .feature-visual {
    width: min(100%, 300px);
  }

  .nav a {
    font-size: 0.8rem;
  }

  .brand {
    font-size: 1.05rem;
  }

  .hero-copy h2,
  .cta-content h3 {
    font-size: 1.75rem;
  }

  .hero-grid {
    padding-top: 2rem;
  }

  .services-intro h3,
  .feature-copy h3,
  .section-title,
  .blog-title h2,
  .contact-copy h2 {
    font-size: 1.95rem;
  }

  .hero-copy p,
  .feature-lead,
  .cta-content p {
    font-size: 0.96rem;
  }

  .hero-copy p {
    max-width: 22rem;
  }

  .price-tag {
    font-size: 2.45rem;
  }

  .service-card h4,
  .price-card h4,
  .feature-point h4 {
    font-size: 1.2rem;
  }

  .testimonial-card {
    border-radius: 22px;
  }
}
