@media (max-width: 1200px) {
  .section {
    padding: 84px 0;
  }
  .engine-grid {
    gap: 28px;
  }
  .engine-card {
    border-radius: 64px;
    padding: 40px;
  }
  .cta-band {
    border-radius: 64px;
  }
  .persona {
    border-radius: 60px;
  }
  .footer-top {
    gap: 40px;
  }
  .feat-grid--3 {
    gap: 20px;
  }
  .about-story-grid,
  .about-why-grid,
  .mv-row {
    gap: 48px;
  }
}

@media (max-width: 1024px) {
  .section {
    padding: 76px 0;
  }
  .feat-grid--3,
  .feat-bracket-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .feat-bracket-grid {
    gap: 40px 20px;
  }
  .stats-grid,
  .audience-grid,
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .pt-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .why-pain .fcard {
    border-radius: 70px;
  }
  .fcard {
    padding: 50px 32px;
  }
  .fcard h3 {
    font-size: 24px;
  }
  .fcard p {
    font-size: 18px;
  }
  .fcard .ic {
    width: 65px;
    height: 65px;
  }
  .eyebrow {
    font-size: 16px;
  }
  .feat-bracket-body {
    height: 350px;
  }
  .feat-bracket-icon {
    width: 100px;
    height: 100px;
    margin-bottom: -52px;
  }
  .feat-bracket-icon img {
    width: 52px;
    height: 52px;
  }
  .feat-card--numbered h3,
  .feat-card--ribbon h3,
  .feat-card--viewer h3,
  .feat-card--accent h3 {
    font-size: 20px;
  }
  .feat-card--numbered p {
    font-size: 17px;
  }
}

@media (max-width: 991px) {
  .nav-inner {
    display: flex;
    justify-content: space-between;
  }
  .nav-links,
  .nav-actions .toggle-pill,
  .nav-actions .nav-contact,
  .nav-actions .nav-login,
  .nav-actions > .btn-primary.btn-sm {
    display: none;
  }
  .brand {
    height: 80px;
  }
  .burger {
    display: block;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .hero-visual {
    max-width: 440px;
    margin: 0 auto;
  }
  .board-grid,
  .contact-grid,
  .price-group,
  .engine-grid,
  .features-show-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .features-show-copy {
    order: -1;
    text-align: center;
  }
  .features-show-copy .hero-cta {
    justify-content: center;
  }
  .pg-cards-2,
  .pg-cards-3 {
    grid-template-columns: 1fr;
  }
  .article-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .article-sidebar {
    position: static;
    top: auto;
  }
  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 36px;
  }
  .footer-news {
    grid-column: 1 / -1;
  }
  .feat-hero {
    padding: 150px 0 44px;
  }
  .feat-hero h1 {
    max-width: none;
  }
  .feat-filter .wrap {
    justify-content: flex-start;
    padding: 18px 24px;
  }
  .feat-section {
    padding: 64px 0;
  }
  .feat-card--accent {
    border-radius: 32px;
    padding: 32px 28px 32px 38px;
  }
  .feat-card--ribbon,
  .feat-card--viewer {
    border-radius: 40px;
  }
  .feat-bracket-body {
    height: 250px;
  }
  .feat-grid.public--dashboard {
    gap: 52px 64px;
  }
  .board {
    border-radius: 50px;
  }
  .engine-card {
    border-radius: 60px;
    padding: 32px;
  }
  .engine-card p {
    font-size: 17px;
  }
  .persona {
    border-radius: 55px;
  }
  .persona p {
    font-size: 17px;
  }
  .cta-band {
    padding: 44px 30px;
    border-radius: 56px;
  }
  .cta-photo p {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .section {
    padding: 64px 0;
  }
  .hero {
    padding: 126px 0 60px;
  }
  .page-hero {
    padding: 150px 0 44px;
  }
  .grid-3,
  .stats-grid,
  .feat-grid--3,
  .feat-grid--2,
  .feat-bracket-grid,
  .features-cards,
  .field-row {
    grid-template-columns: 1fr;
  }
  .feat-bracket-grid {
    gap: 36px;
  }
  .footer-top {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-bottom: 32px;
  }
  .footer-cols {
    grid-template-columns: 1fr 1fr;
  }
  .stats-grid {
    gap: 24px;
  }
  .stat-card {
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 32px 18px;
    border-radius: 28px;
  }
  .stat-card .stat-text {
    min-width: 0;
    text-align: center;
  }
  .eyebrow {
    font-size: 15px;
  }
  .fcard {
    padding: 42px 26px;
  }
  .fcard h3 {
    font-size: 22px;
  }
  .fcard p {
    font-size: 16px;
  }
  .fcard .ic {
    width: 60px;
    height: 60px;
  }
  .why-pain .fcard {
    border-radius: 40px;
  }
  .features-cards .fcard {
    border-radius: 24px;
  }
  .price-groups {
    margin-top: 56px;
    gap: 48px;
  }
  .pcard-price {
    font-size: 38px;
  }
  .cta-band {
    padding: 40px 26px;
    border-radius: 40px;
  }
  .cta-band h2 {
    width: 80%;
  }
  .cta-photo p {
    font-size: 16px;
  }
  .board {
    border-radius: 32px;
  }
  .engine-card {
    border-radius: 35px;
    padding: 24px;
  }
  .engine-card p {
    font-size: 16px;
  }
  .engine-list li {
    font-size: 15px;
  }
  .persona {
    border-radius: 40px;
  }
  .persona .pb {
    padding: 24px 24px 30px;
  }
  .persona p {
    font-size: 16px;
  }
  .footer-news {
    border-radius: 20px;
    padding: 20px 20px;
  }
  .footer-brand-col p,
  .footer-news p {
    font-size: 16px;
  }
  .feat-card--accent {
    border-radius: 28px;
  }
  .feat-card--accent p {
    font-size: 16px;
  }
  .feat-card--ribbon,
  .feat-card--viewer {
    border-radius: 32px;
    padding: 64px 22px 30px;
  }
  .feat-card--numbered {
    padding: 28px 22px 28px 64px;
  }
  .feat-card--numbered::before {
    width: 44px;
    height: 60px;
    font-size: 22px;
  }
  .feat-card--numbered p,
  .feat-card--ribbon p,
  .feat-card--viewer p {
    font-size: 15px;
  }
  .feat-ribbon {
    margin: -64px auto 18px;
  }
  .feat-bracket-body {
    height: 220px;
    padding: 48px 20px 28px;
    border-radius: 0 0 40px 40px;
  }
  .feat-bracket-icon {
    width: 80px;
    height: 80px;
    margin-bottom: -38px;
  }
  .feat-bracket-icon img {
    width: 42px;
    height: 42px;
  }
  .feat-card--viewer::after {
    bottom: -24px;
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
  }
  .feat-sec-head p {
    font-size: 16px;
  }
  .feat-grid.public--dashboard {
    gap: 40px;
  }
  .chip-btn {
    font-size: 14px;
    padding: 12px 18px;
  }
  .field label {
    font-size: 18px;
  }
  .article-share {
    flex-direction: column;
    align-items: flex-start;
  }
  .article-share-links {
    flex-wrap: wrap;
    align-items: center;
  }
  .article-share-links a,
  .article-share-links .btn-share-more {
    width: 42px;
  }
  .article-share-more {
    order: 1;
    width: 100%;
    max-width: none;
    max-height: 0;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: 0;
    transform: none;
    transition:
      max-height 0.45s var(--ease),
      opacity 0.35s var(--ease),
      margin-top 0.4s var(--ease);
  }
  .article-share-links.is-open .article-share-more {
    max-width: none;
    max-height: 240px;
    margin-top: 10px;
    margin-left: 0;
    transform: none;
  }
  .article-share-more a {
    width: 42px;
    height: 42px;
  }
}

@media (max-width: 576px) {
  .section {
    padding: 54px 0;
  }
  .audience-grid,
  .blog-grid,
  .pt-grid {
    grid-template-columns: 1fr;
  }
  .footer-bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 12px;
  }
  .footer-legal {
    order: 1;
    justify-content: center;
    flex-wrap: wrap;
  }
  .footer-copy {
    order: 2;
  }
  .comment.is-reply {
    margin-left: 24px;
  }
  .cta-band {
    padding: 34px 22px;
    border-radius: 32px;
  }
  .form-card {
    padding: 28px 22px;
  }
  .fcard {
    padding: 34px 22px;
  }
  .feat-card--accent p {
    font-size: 15px;
  }
  .to-top {
    right: 16px;
    bottom: 16px;
    width: 46px;
    height: 46px;
  }
  .wa-float {
    left: 16px;
    bottom: 16px;
    width: 50px;
    height: 50px;
    font-size: 1.5rem;
  }
}

@media (max-width: 420px) {
  .wrap {
    padding: 0 16px;
  }
  .nav-inner {
    padding: 14px 16px;
  }
  .brand {
    height: 66px;
  }
  .section {
    padding: 46px 0;
  }
  .hero {
    padding: 116px 0 48px;
  }
  .page-hero {
    padding: 132px 0 40px;
  }
  .hero-cta {
    flex-direction: column;
    gap: 10px;
  }
  .hero-cta .btn {
    width: 100%;
    justify-content: center;
  }
  .btn {
    padding: 13px 20px;
    font-size: 0.92rem;
  }
  .hero-mini {
    gap: 18px;
  }
  .float-card,
  .float-card.fc-1,
  .float-card.fc-2 {
    display: none;
  }
  .footer-cols {
    grid-template-columns: 1fr;
  }
  .cta-band {
    padding: 30px 18px;
  }
  .cta-band h2 {
    width: 100%;
  }
  .field label {
    font-size: 16px;
  }
  .chip-btn {
    font-size: 13px;
    padding: 10px 15px;
  }
  .pcard-price {
    font-size: 34px;
  }
  .engine-card,
  .persona {
    border-radius: 28px;
  }
  .article-share-links,
  .article-share-more {
    gap: 8px;
  }
  .to-top {
    width: 44px;
    height: 44px;
  }
  .wa-float {
    width: 48px;
    height: 48px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .article-share-more,
  .article-share-more a,
  .btn-share-more i {
    transition: none;
  }
  .blog-card--in {
    animation: none;
  }
  .wa-ring {
    animation: none;
    opacity: 0;
  }
  * {
    scroll-behavior: auto !important;
  }
}
