.hero-description-mobile {
  display: none;
}

@media (max-width: 900px) {
  body,
  .site-page {
    overflow-x: hidden;
  }

  .site-nav {
    grid-template-columns: auto minmax(0, 1fr) auto auto;
    width: 100%;
  }

  .site-nav-links {
    gap: 16px;
    min-width: 0;
  }

  .site-nav-links a {
    font-size: 13px;
  }

  .hero {
    min-height: auto;
    padding: 164px 16px 104px;
  }

  .hero::after {
    height: 120px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    width: 100%;
    min-height: auto;
  }

  .hero-copy {
    grid-column: 1;
    grid-row: 1;
    width: min(100%, 720px);
    max-width: 100%;
    padding-top: 0;
  }

  .hero-copy h1 {
    max-width: 100%;
    font-size: clamp(32px, 8.2vw, 46px);
    line-height: 1.08;
    white-space: nowrap;
  }

  .hero-description-desktop {
    display: none;
  }

  .hero-copy .hero-description-mobile {
    display: block;
    max-width: 680px;
    margin-top: 28px;
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 1.5;
  }

  .hero-media {
    display: none;
  }

  .hero-float-image {
    width: min(38vw, 180px);
    max-height: 220px;
    opacity: 0.58;
  }

  .hero-float-left,
  .hero-float-right {
    top: 92px;
  }

  .gold-ribbon {
    height: 36px;
    font-size: 10px;
    letter-spacing: 0.24em;
  }

  .portfolio-section,
  .mobile-section,
  .exclusive-section,
  .agency-section,
  .services-section,
  .development-section,
  .comparison-section,
  .budget-section,
  .trust-strip,
  .faq {
    min-height: auto;
  }

  .portfolio-section {
    padding: 56px 0 58px;
  }

  .portfolio-section h2,
  .services-section > .services-title,
  .development-title,
  .comparison-title {
    max-width: calc(100% - 32px);
    margin-right: auto;
    margin-left: auto;
    font-size: clamp(32px, 10vw, 42px);
    line-height: 1;
  }

  .portfolio-track {
    gap: 12px;
  }

  .wide-card {
    width: min(86vw, 360px);
    min-width: min(86vw, 360px);
    height: auto;
    aspect-ratio: 16 / 9;
    background-size: cover;
  }

  .phone-card {
    width: min(72vw, 260px);
    height: auto;
    aspect-ratio: 330 / 690;
    border-radius: 22px;
    background-size: contain;
  }

  .exclusive-section,
  .agency-section,
  .services-section,
  .development-section,
  .comparison-section,
  .budget-section,
  .faq {
    padding-right: 16px;
    padding-left: 16px;
  }

  .exclusive-browser,
  .exclusive-content {
    min-height: auto;
  }

  .exclusive-browser {
    width: 100%;
  }

  .exclusive-content {
    padding: 54px 18px 36px;
  }

  .browser-bar,
  .comparison-bar {
    min-width: 0;
    overflow: hidden;
  }

  .browser-url,
  .comparison-url {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .agency-steps,
  .services-shell,
  .development-cards,
  .comparison-browser,
  .comparison-choice,
  .budget-content,
  .faq-list {
    width: min(100%, 390px);
  }

  .agency-subtitle,
  .comparison-copy,
  .budget-copy p {
    max-width: 100%;
  }

  .service-card,
  .development-card {
    min-height: auto;
  }

  .service-card p {
    min-height: auto;
    font-size: 16px;
  }

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

  .comparison-browser::before,
  .comparison-browser::after {
    display: none;
  }

  .comparison-stage {
    min-height: auto;
  }

  .comparison-card li {
    font-size: 14px;
  }

  .comparison-button,
  .budget-glass a {
    min-width: 0;
    width: 100%;
  }

  .budget-content {
    gap: 22px;
  }

  .budget-copy {
    max-width: 100%;
    text-align: center;
  }

  .budget-copy h2 {
    font-size: clamp(40px, 12vw, 56px);
  }

  .budget-glass {
    width: 100%;
    padding: 22px;
    text-align: center;
  }

  .budget-shape {
    right: 50%;
    top: 360px;
    width: min(82vw, 320px);
    height: 250px;
    transform: translateX(50%);
  }

  .budget-person {
    width: min(92vw, 360px);
    max-height: 440px;
  }

  .trust-pill {
    max-width: 390px;
  }
}

@media (max-width: 520px) {
  .site-nav {
    gap: 8px;
    padding: 0 8px;
  }

  .site-nav-links {
    gap: 14px;
  }

  .site-nav-links a {
    font-size: 12px;
  }

  .nav-whatsapp {
    min-width: 80px;
    padding: 0 10px;
    font-size: 11px;
  }

  .hero-copy h1 {
    font-size: clamp(22px, 6.6vw, 30px);
  }

  .hero-copy .hero-description-mobile {
    max-width: 100%;
    margin-top: 26px;
    margin-bottom: 38px;
    font-size: 15px;
  }

  .hero-float-image {
    width: min(34vw, 132px);
    opacity: 0.42;
  }

  .hero-float-left,
  .hero-float-right {
    top: 88px;
  }

  .portfolio-section h2,
  .services-section > .services-title,
  .development-title,
  .comparison-title {
    font-size: 34px;
  }

  .agency-title,
  .exclusive-title {
    font-size: 34px;
  }

  .trust-pill {
    width: min(100%, 340px);
  }
}
