@media (max-width: 1120px) {
  .header-cta {
    display: none;
  }

  .site-nav {
    gap: 14px;
  }

  .hero-grid,
  .two-col,
  .diagnostic-grid,
  .faq-grid,
  .ceo-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-grid {
    min-height: auto;
  }

  .hero-panel {
    max-width: 620px;
  }

  .method-grid,
  .timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feature-grid,
  .testimonial-grid,
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 840px) {
  .site-header {
    min-height: 70px;
  }

  .menu-toggle {
    display: block;
  }

  .menu-open .menu-toggle span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .menu-open .menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .menu-open .menu-toggle span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .site-nav {
    position: fixed;
    top: 70px;
    right: 0;
    left: 0;
    display: grid;
    gap: 0;
    padding: 10px 20px 24px;
    background: var(--white);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 22px 45px rgba(7, 27, 51, 0.12);
    transform: translateY(-120%);
    transition: transform 220ms ease;
  }

  .menu-open .site-nav {
    transform: translateY(0);
  }

  .site-nav a {
    padding: 14px 4px;
    border-bottom: 1px solid var(--line);
  }

  .hero-bg {
    background:
      linear-gradient(180deg, rgba(7, 27, 51, 0.98), rgba(7, 27, 51, 0.84)),
      url("../images/assets/finance-workspace.svg") center / cover no-repeat;
  }

  .hero-metrics,
  .pain-grid,
  .feature-grid,
  .solution-grid,
  .method-grid,
  .testimonial-grid,
  .timeline,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-content,
  .hero-panel,
  .hero-actions,
  .hero-metrics {
    width: min(100%, calc(100vw - 72px));
    max-width: calc(100vw - 72px);
  }

  .hero-content .hero-copy {
    max-width: 24ch;
  }

  .panel-top {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .highlight-strip,
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .container {
    width: calc(100% - 48px);
    max-width: var(--container);
  }

  .section-pad {
    padding: 62px 0;
  }

  .brand img {
    width: 58px;
    height: auto;
  }

  h1 {
    font-size: clamp(1.9rem, 8.7vw, 2.25rem);
    line-height: 1.12;
    text-wrap: auto;
  }

  .hero-content h1 {
    max-width: 12.2ch;
  }

  h2 {
    font-size: clamp(1.75rem, 8vw, 2.35rem);
  }

  .hero .eyebrow {
    max-width: 100%;
    font-size: 0.68rem;
    overflow-wrap: anywhere;
  }

  .hero-actions,
  .diagnostic-actions {
    flex-direction: column;
    width: 100%;
    max-width: 100%;
  }

  .hero-actions .btn,
  .diagnostic-actions .btn {
    width: 100%;
    max-width: 100%;
  }

  .hero-panel {
    width: 100%;
    max-width: 100%;
  }

  .hero-panel,
  .feature-card,
  .method-card,
  .solution-card,
  .testimonial-card,
  .diagnostic-app,
  .timeline li {
    padding: 22px;
  }

  .bars {
    height: 120px;
  }

  .bars span {
    min-width: 20px;
  }

  .audience-grid span,
  .values-list span {
    width: 100%;
  }

  .ceo-photo {
    width: min(100%, 420px);
    min-height: auto;
    margin-inline: auto;
  }

  .whatsapp-float,
  .back-to-top {
    right: 16px;
  }
}
