@media (max-width: 1366px) {
  .pricing-hero-img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  .section {
    padding: 50px 0;
  }
  .sd-feature-item {
    gap: 10px;
  }
  .sd-feature-item h4 {
    white-space: pre-wrap;
    font-size: 13px;
  }
  .sd-feature-ico {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 1199px) {
  .tech-head-ico,
  .tech-ico {
    width: 35px;
  }
  .tech-connector {
    width: 30px;
    height: 30px;
  }
  .tech-grid {
    grid-template-columns: minmax(0, 1fr) 35px minmax(0, 1fr) 35px minmax(0, 1fr);
    gap: 0;
  }
}
@media (max-width: 991px) {
  .main-nav a {
    font-size: 14px;
  }
  .plan-head h3 {
    font-size: 24px;
  }
  .plan-ico {
    width: 50px;
    height: 50px;
  }
  .plan-features li {
    font-size: 13px;
  }
  .hero {
    padding: 96px 0 0px;
  }
  .hero-copy {
    position: relative;
    z-index: 1;
  }
  .pricing-hero-visual {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    justify-content: flex-end;
  }
  .pricing-hero-img {
    max-width: 350px;
    margin: 0;
  }
  .section {
    padding: 50px 0;
  }
  .plan-card:not(.pro) .plan-cta,
  .plan-card.pro .plan-cta {
    font-size: 13px;
  }
  .tech-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .sd-stats-strip {
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
  }
}
@media (max-width: 575px) {
  .brand-mark-img {
    height: 36px;
  }
  .brand-name-suffix {
    font-size: 7px !important;
    margin-top: 1px !important;
  }
  .header-actions .btn-ghost {
    padding: 9px 15px;
    font-size: 12px;
    letter-spacing: 2px;
  }
  .hero p.lead {
    max-width: 350px;
  }
  .hero p.lead {
    font-size: 13px;
    line-height: 1.5;
  }
  .pricing-hero-img {
    opacity: 0.5;
  }
  .hero-ctas {
    max-width: 260px;
    margin: 0;
  }
  .sd-footer-ctas {
    margin: 0 auto 40px;
  }
  .hero-ctas .btn {
    font-size: 11px;
    padding: 10px 10px;
  }
  .plans-tag,
  .at-head .at-badge {
    font-size: 8px;
  }
  .section-head h2 {
    font-size: 20px;
  }
  .section-head p {
    font-size: 13px;
    line-height: 1.4;
  }
  .sd-footer-eyebrow,
  .cmp-row--head .cmp-cell {
    font-size: 11px;
  }
  .cmp-cell {
    font-size: 9px;
  }
  .cmp-check {
    width: 22px;
    height: 22px;
  }
  .tech-section .tag.tag-orn {
    font-size: 10px;
  }
  .tech-card-title h3 {
    font-size: 15px;
  }
  .sd-footer-hero-content h2 {
    font-size: 20px;
  }
  .sd-stats-strip {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 420px) {
  .header-actions .btn-ghost {
    padding: 0;
  }
}
@media (max-width: 450px) {
  .sd-stats-strip {
    grid-template-columns: 1fr;
  }
}
/* ---------- Products hero ---------- */
@media (max-width: 1199px) {
  .products-hero .hero-copy h1 {
    font-size: clamp(26px, 3.2vw, 34px);
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .banner-right-images {
    transform-origin: top right;
  }
}
@media (min-width: 1300px) and (max-width: 1399px) {
  .banner-right-images {
    transform: scale(0.78);
  }
}
@media (min-width: 1200px) and (max-width: 1299px) {
  .banner-right-images {
    transform: scale(0.68);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .banner-right-images {
    transform: scale(0.56);
  }
}
@media (min-width: 1400px) {
  .banner-right-images {
    right: calc((100vw - 1360px) / 2);
  }
  .products-hero .hero-copy h1 {
    font-size: 36px;
  }
  .products-hero .hero-copy p.lead {
    font-size: 15px;
  }
  .ph-feature-ico {
    height: 28px;
  }
  .ph-feature-item h4 {
    font-size: 12px;
  }
  .ph-feature-item p {
    font-size: 10.5px;
  }
  .ph-feature-row {
    margin-top: 125px;
  }
}
@media (max-width: 992px) {
  .products-hero {
    padding: 50px 0 40px;
  }
  .products-hero .hero-copy h1 {
    font-size: 25px;
    margin: 0 0 10px;
  }
  .hero p.lead {
    font-size: 12px;
    line-height: 1.5;
    margin: 0 0 10px;
  }
  .momo a.brand {
    padding: 0;
  }
  .momo a {
    font-weight: 400 !important;
    font-size: 12px;
  }
  .hero-ctas {
    gap: 10px;
    margin-bottom: 30px;
  }
  .banner-bottom-strip {
    max-width: 100%;
    gap: 10px;
  }
  .ph-feature-ico {
    height: 25px;
  }
  .ph-feature-item h4 {
    font-size: 12px;
    font-weight: normal;
  }
  .pd-section {
    padding-top: 2rem;
  }
  .ph-badge {
    font-size: 8px;
  }
  .pd-capabilities {
    margin-bottom: 25px;
  }
  .main-nav {
    gap: 20px;
  }
  .banner-right-images {
    top: 30px;
    opacity: 0.5;
  }
}
@media (max-width: 991px) {
  .products-hero {
    padding: 40px 0 20px;
  }
  .ph-feature-row {
    gap: 24px;
  }
  .banner-right-images .banner-right-img-1-wrap {
    width: 400px;
  }
  .banner-right-images .banner-right-img-2-wrap {
    width: 250px;
    top: 100px;
    right: 250px;
  }
  .banner-right-images .banner-right-img-3 {
    width: 300px;
    top: 150px;
  }
}
@media (max-width: 575px) {
  .ph-badge {
    font-size: 10px;
    padding: 7px 14px;
  }
  .products-hero .hero-copy h1 {
    font-size: 26px;
  }
  .ph-feature-row {
    flex-direction: row;
    gap: 18px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
  }
  .ph-feature-item {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 14px;
    align-items: start;
    flex: 0 0 auto;
    min-width: 0;
  }
  .ph-feature-ico {
    grid-row: 1/3;
    margin-bottom: 0;
    flex: 0 0 auto;
  }
  .ph-feature-item h4 {
    grid-column: 2;
    grid-row: 1;
  }
  .ph-feature-item p {
    grid-column: 2;
    grid-row: 2;
  }
  .banner-right-images {
    margin-top: 32px;
    gap: 10px;
  }
  .banner-right-images .signal-badge {
    font-size: 13px;
    padding: 8px 18px 8px 12px;
  }
}
/* ---------- Product detail sections (MOMO Chat / Signal / Radar) ---------- */
@media (max-width: 992px) {
  .pd-visual {
    margin-top: 40px;
  }
  .pd-frame-wrap {
    width: 100%;
  }
  .right_cards {
    position: static;
    margin-top: 20px;
    gap: 20px;
    right: 0;
    padding: 0 20px;
    display: flex;
    flex-direction: row;
  }
  .pd-callout {
    position: static;
    width: auto;
    margin: 10px 0 0;
  }
  .pd-tech-row {
    flex-wrap: wrap;
  }
  .pd-tech-item {
    flex: 1 1 30%;
  }
  .pd-tech-strip {
    flex-wrap: wrap;
  }
  .pd-tech-strip-item {
    flex: 1 1 45%;
    border-left: none;
    padding-left: 0;
    margin-bottom: 10px;
  }
  .pd-banner-stats-wide {
    flex-wrap: wrap;
    row-gap: 14px;
  }
  .pd-banner-stats-wide > div {
    flex: 1 1 45%;
    border-left: none;
    padding-left: 0;
  }
  .pd-banner {
    border-radius: var(--radius-lg);
  }
}
@media (max-width: 767px) {
  .pd-section {
    padding: 30px 0 60px;
  }
  .pd-capabilities {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
  .pd-tech-item {
    flex: 1 1 45%;
  }
  .pd-tech-row {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
    gap: 15px;
  }
  .footer-col a {
    padding: 0;
  }
  .pd-banner-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
  .pd-banner-stats > div {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    padding-left: 0;
    border-left: none;
    min-width: 0;
  }
  .pd-banner-stats b,
  .pd-banner-stats span {
    overflow-wrap: break-word;
  }
  .pd-banner-stat-ico {
    width: 26px;
    height: 26px;
  }
  .pd-banner-stats b {
    font-size: 11px;
  }
  .pd-banner-stats span {
    font-size: 9.5px;
  }
}
@media (max-width: 575px) {
  .pd-badge {
    font-size: 11px;
  }
  .pd-eyebrow-divider.hero-divider {
    max-width: 170px !important;
  }
  .pd-tech-row {
    justify-content: center;
  }
  .pd-tech-item {
    flex: 1 1 100%;
    flex-direction: row;
    text-align: left;
    gap: 10px;
  }
  .pd-banner {
    padding: 18px 20px;
  }
  .pd-banner-wide {
    padding: 18px 20px;
  }
  .pd-banner-stats {
    gap: 8px;
  }
  .pd-banner-stats-wide > div {
    flex: 1 1 100%;
    border-left: none;
    padding-left: 0;
  }
}
@media (max-width: 545px) {
  .right_cards {
    flex-direction: column;
  }
  .pd-callout {
    width: 100%;
    max-width: 100%;
  }
}
/* ---------- Final CTA ---------- */
@media (max-width: 767px) {
  .pd-cta-section {
    padding: 60px 0 50px;
  }
  .pd-cta-eyebrow {
    font-size: 11.5px;
  }
  .pd-cta-content h2 {
    font-size: clamp(24px, 7vw, 32px);
  }
  .pd-cta-content > p {
    font-size: 14px;
  }
  .pd-cta-tagline {
    font-size: 13.5px;
  }
}
@media (max-width: 575px) {
  .pd-cta-eyebrow {
    font-size: 11px;
  }
  .pd-cta-content h2 {
    font-size: 22px;
  }
  .pd-cta-content > p {
    font-size: 13px;
  }
  .pd-cta-tagline {
    font-size: 13px;
  }
  .pd-cta-pill {
    font-size: 11.5px;
    padding: 9px 14px;
    text-align: center;
  }
  .pd-cta-ctas {
    margin-left: auto;
    margin-right: auto;
  }
  .right_cards {
    flex-direction: column;
    gap: 0;
    padding: 0 20px 2.5rem;
  }
}
@media (max-width: 450px) {
  .ph-feature-row {
    grid-template-columns: 1fr;
  }
  .pd-banner-stats,
  .pd-capabilities {
    grid-template-columns: 1fr;
  }
  .pd-tech-row {
    grid-template-columns: 1fr 1fr;
  }
  .pd-banner-stats > div {
    align-items: center;
    text-align: center;
  }
  .footer-legal {
    gap: 10px;
    flex-direction: column;
    margin: 20px 0 0;
  }
  .pd-banner-stats {
    margin: 0 auto;
    gap: 20px;
  }
}
@media (max-width: 360px) {
  .pd-tech-strip {
    display: grid;
    grid-template-columns: 1fr;
  }
}
/* ---------- Advanced technology icons row (pricing page) ---------- */
@media (max-width: 600px) {
  #advanced-technology .at-icons-row {
    grid-template-columns: repeat(3, 1fr) !important;
    row-gap: 20px;
  }
}
@media (max-width: 480px) {
  #advanced-technology .at-icons-row {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

/*# sourceMappingURL=ann-res.css.map */
