/* Cross-page mobile fixes */

/* Casos de uso: h3 a 20px en todas las soluciones (vence .frogmi-landing h3) */
.frogmi-landing [class*="-use-case__title"] {
  font-size: 20px;
}

/* Dual mobile/desktop button labels removed — single desktop copy everywhere. */

@media (max-width: 1024px) {
  /* Header full bleed — removes gray strip beside logo */
  .frogmi-header .frogmi-header__inner {
    width: 100%;
    max-width: none;
    margin: 0;
  }

  /*
   * Mobile menu: hover in green (same as desktop default). Active item keeps
   * its own accent from each page stylesheet — do not override .is-active.
   */
  .frogmi-header__menu > a:hover:not(.is-active),
  .frogmi-header__dropdown-trigger:hover:not(.is-active),
  [class*="-page-wrap"] .frogmi-header__menu > a:hover:not(.is-active),
  [class*="-page-wrap"] .frogmi-header__dropdown-trigger:hover:not(.is-active),
  .frogmi-header__dropdown-menu a:hover:not(.is-active),
  .frogmi-header__dropdown-menu--mega a:hover:not(.is-active),
  [class*="-page-wrap"] .frogmi-header__dropdown-menu a:hover:not(.is-active) {
    color: var(--green, #51ba5c) !important;
  }

  .frogmi-header__dropdown-menu a:hover:not(.is-active),
  .frogmi-header__dropdown-menu--mega a:hover:not(.is-active) {
    background: #f0faf2;
  }

  /*
   * Solution hero banners: photo + elements at full content width.
   * Critical: height:auto WITHOUT max-height. Capping height + object-fit:contain
   * letterboxes the photo and it looks smaller than 100% (known regression).
   */
  [class*="-page-wrap"] [class*="hero__banner"] {
    width: 100% !important;
    max-width: 100% !important;
  }

  [class*="-page-wrap"] [class*="hero__banner-img--photo"],
  [class*="-page-wrap"] [class*="hero__banner-img"]:not([class*="--hover"]):not([class*="elements"]) {
    left: 0 !important;
    right: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: none !important;
    object-fit: unset !important;
  }

  [class*="-page-wrap"] [class*="hero__banner-elements"] {
    left: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: none !important;
    object-fit: unset !important;
  }

  [class*="-page-wrap"] [class*="hero__banner-elements"] img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: none !important;
  }

  /*
   * Product pages animate .frogmi-header with transform for the hide/reveal
   * on scroll. A transformed ancestor becomes the containing block for
   * position: fixed, so the slide-in menu and its overlay stop being anchored
   * to the viewport. Keep the header untransformed while the menu is open, and
   * drop the transition as well: while it ran, the header still counted as
   * transformed and the panel opened misplaced for those first milliseconds.
   */
  [class*="-page-wrap"] .frogmi-header.is-menu-open {
    transform: none !important;
    transition: none !important;
    pointer-events: auto !important;
  }

  /* Left-aligned titles and title-related copy across every page (mobile) */
  .frogmi-landing [class*="hero__title"],
  .frogmi-landing [class*="-section-title"],
  .frogmi-landing [class*="problem__title"],
  .frogmi-landing [class*="obtendras__title"],
  .frogmi-landing [class*="contact__title"],
  .frogmi-landing [class*="__header"]:not(.frogmi-header),
  .frogmi-landing [class*="__title"],
  .frogmi-landing [class*="__topline"],
  .frogmi-landing [class*="__eyebrow"],
  .frogmi-landing [class*="__intro"],
  .frogmi-landing [class*="-section-topline"],
  .frogmi-hero__inner,
  .frogmi-hero__content,
  .frogmi-why__header,
  .frogmi-explora__header,
  .frogmi-clientes-page__section-title,
  .frogmi-clientes-page__implementation-title,
  .frogmi-cs__pillars .frogmi-cs__section-title {
    text-align: left !important;
  }

  .frogmi-landing [class*="__header"]:not(.frogmi-header),
  .frogmi-landing [class*="__intro"],
  .frogmi-hero__content,
  .frogmi-hero__banner,
  .frogmi-why__header,
  .frogmi-explora__header {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  [class*="-page-wrap"] [class*="hero__title-line"] {
    display: block;
  }

  /* Contact phones: title and columns share the left edge of the page */
  .frogmi-contact-page__phones,
  .frogmi-contact-page__phones-title {
    text-align: left;
  }

  .frogmi-contact-page__phone-grid {
    margin-left: 0;
  }

  /* Hero topline: icon must align with the first text line, not the
     vertical center of the whole (wrapped, multi-line) text block */
  .frogmi-hero__topline {
    align-items: flex-start;
  }

  .frogmi-hero__topline-icon {
    margin-top: 2px;
  }

  /* Use cases: vertical cards with text visible. The card clips its children
     so the photo on top follows the rounded corners. */
  [class*="-use-cases__grid"] [class*="-use-case"]:not(.frogmi-ria-use-case) {
    flex-direction: column;
    align-items: stretch;
    min-height: 0;
    height: auto;
    overflow: hidden;
  }

  [class*="-use-cases__grid"] [class*="-use-case__image"] {
    width: 100%;
    min-height: 0;
    height: 210px !important;
    flex-shrink: 0;
    border-radius: 16px 16px 0 0 !important;
  }

  [class*="-use-cases__grid"] [class*="-use-case__copy"] {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    padding: 26px 20px 26px;
  }

  [class*="-use-cases__grid"] {
    gap: 30px;
  }

  /* Solution contact forms — no clipping */
  [class*="-contact__card"] {
    height: auto !important;
    max-height: none !important;
    min-height: 0 !important;
    padding: 28px 20px 36px !important;
    overflow: visible !important;
    align-items: stretch !important;
  }

  [class*="-contact"] {
    overflow: visible !important;
  }

  [class*="-contact__grid"] {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  [class*="-contact__form-card"] {
    width: 100%;
    min-width: 0;
    overflow: visible !important;
  }

  /* Modals stay inside viewport */
  .frogmi-modal:not([hidden]) {
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 16px;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .frogmi-modal__panel {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: calc(100vw - 32px) !important;
    max-height: calc(100dvh - 32px) !important;
    margin: auto !important;
    left: auto !important;
    right: auto !important;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .frogmi-modal.is-open .frogmi-modal__panel {
    transform: none !important;
  }

  .frogmi-modal--newsletter .frogmi-modal__panel {
    width: 100% !important;
    max-width: calc(100vw - 32px) !important;
    padding: 28px 20px 24px !important;
  }

  .frogmi-blog-page__newsletter-title {
    font-size: 20px !important;
    max-width: 100%;
  }

  /* Culture tabs: horizontal scroll inside the section, not the page */
  .frogmi-about__tabs-wrap {
    position: relative;
    margin: 40px 0 52px;
    max-width: 100%;
    overflow: hidden;
  }

  .frogmi-about__tabs-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), #fff 88%);
  }

  .frogmi-about__tabs {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 0;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0 20px 0 0;
    border-bottom: 2px solid #e7e7e7;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .frogmi-about__tabs::-webkit-scrollbar {
    display: none;
  }

  .frogmi-about__tab {
    flex: 0 0 auto;
    white-space: nowrap;
    scroll-snap-align: start;
    border-bottom: 0;
    padding: 12px 16px;
    font-size: 16px;
  }

  .frogmi-about__tabs-hint {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 12px 0 0;
    padding: 8px 14px;
    font-size: 12px;
    font-weight: 500;
    color: #5a5a5a;
    background: #f3f5f4;
    border: 1px solid #e4e8e6;
    border-radius: 50px;
    line-height: 1.3;
  }

  .frogmi-about__tabs-hint::before {
    content: "";
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2351ba5c' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14M13 6l6 6-6 6'/%3E%3C/svg%3E") center / contain no-repeat;
  }

  /* Clientes testimonials carousel shell */
  .frogmi-clientes-page__testimonials-carousel {
    position: relative;
  }

  .frogmi-clientes-page__testimonials-track {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 4px;
  }

  .frogmi-clientes-page__testimonials-track::-webkit-scrollbar {
    display: none;
  }

  .frogmi-clientes-page__testimonials-track .frogmi-clientes-page__testimonial-card {
    flex: 0 0 100%;
    scroll-snap-align: center;
    min-width: 0;
  }

  .frogmi-clientes-page__testimonials-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 18px;
  }

  .frogmi-clientes-page__testimonials-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #d8d8d8;
    border-radius: 50%;
    background: #fff;
    color: #333;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    font-family: inherit;
  }

  .frogmi-clientes-page__testimonials-btn:disabled {
    opacity: 0.35;
    cursor: default;
  }

  .frogmi-clientes-page__testimonials-dots {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  /* Unified carousel dots (ejecprod shape; green outside ejecprod) */
  .frogmi-clientes-page__testimonials-dot,
  .frogmi-clientes-page__blog-pagination-line,
  .frogmi-ejecprod-tabs__dot {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: #c9d3dd;
    cursor: pointer;
    transform: none;
    transition: width 0.25s ease, background-color 0.25s ease;
  }

  .frogmi-clientes-page__testimonials-dot.is-active,
  .frogmi-clientes-page__blog-pagination-line.is-active {
    width: 22px;
    background: var(--green, #51ba5c);
    transform: none;
  }

  .frogmi-ejecprod-tabs__dot.is-active {
    width: 22px;
    background: var(--ep-accent, #e2314f);
  }

  .frogmi-clientes-page__blog-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }
}

@media (max-width: 768px) {
  /*
   * Same sticky top for every card (no cumulative offset). Compact the card
   * so the full content fits the viewport — no scroll inside the card.
   */
  [class*="-feature__stack"] {
    --hd-stack-offset: 0px;
    --sb-stack-offset: 0px;
    --ep-stack-offset: 0px;
    --tsm-stack-offset: 0px;
    --av-stack-offset: 0px;
    --cc-stack-offset: 0px;
    --gd-stack-offset: 0px;
    --co-stack-offset: 0px;
    --aia-stack-offset: 0px;
    --ria-stack-offset: 0px;
    --hd-sticky-top: 64px;
    --sb-sticky-top: 64px;
    --ep-sticky-top: 64px;
    --tsm-sticky-top: 64px;
    --av-sticky-top: 64px;
    --cc-sticky-top: 64px;
    --gd-sticky-top: 64px;
    --co-sticky-top: 64px;
    --aia-sticky-top: 64px;
    --ria-sticky-top: 64px;
  }

  /*
   * Only the sticky article (direct child of the stack) — never __card-inner,
   * which also matches [class*="-feature__card"] and would stretch the grid
   * between photo and text.
   */
  [class*="-feature__stack"] > [class*="-feature__card"] {
    top: 64px !important;
    margin-top: 0 !important;
    margin-bottom: 100px;
    overflow: hidden;
    /*
     * Shorter cards must still cover taller ones stuck behind them.
     * Fill the viewport below the sticky top so the previous card never peeks.
     */
    min-height: calc(100vh - 64px);
    min-height: calc(100dvh - 64px);
    box-sizing: border-box;
  }

  /*
   * Last card sits on top of the stack — size to content so short last cards
   * (e.g. gestor documental) don't leave a huge empty bottom.
   */
  [class*="-feature__stack"] > [class*="-feature__card"]:last-child {
    margin-bottom: 0;
    min-height: 0;
  }

  /*
   * Asistente IA: cards are shorter than the viewport — the forced min-height
   * left a huge empty band under the CTA. Size to content instead.
   */
  .frogmi-aia-feature__stack > .frogmi-aia-feature__card {
    min-height: 0 !important;
  }

  /*
   * Frogmi Intelligence (mobile only): do not sticky-stack. Cards flow
   * normally so long content stays fully readable without clipping.
   */
  .frogmi-ria-feature__stack > .frogmi-ria-feature__card,
  .frogmi-ria-architecture__stack > .frogmi-ria-architecture__card {
    position: relative !important;
    top: auto !important;
    z-index: auto !important;
    margin-top: 0 !important;
    margin-bottom: 24px;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
  }

  .frogmi-ria-feature__stack > .frogmi-ria-feature__card:last-child,
  .frogmi-ria-architecture__stack > .frogmi-ria-architecture__card:last-child {
    margin-bottom: 0;
  }

  .frogmi-ria-architecture__stack > .frogmi-ria-architecture__card {
    padding: 28px 18px 32px;
  }

  .frogmi-ria-feature__stack,
  .frogmi-ria-architecture__stack {
    padding-bottom: 0;
  }

  [class*="-feature__stack"] [class*="-feature__card-inner"] {
    gap: 12px !important;
    padding: 28px 18px 32px !important;
    align-items: start !important;
    align-content: start !important;
    min-height: 0 !important;
    height: auto !important;
  }

  [class*="-feature__stack"] [class*="-feature__media"] {
    min-height: 0 !important;
    max-height: none;
    margin: 0 !important;
    padding: 0 !important;
  }

  [class*="-feature__stack"] [class*="-feature__image"] {
    width: 100% !important;
    max-width: 100% !important;
    max-height: none !important;
    height: auto !important;
    object-fit: contain;
    object-position: center center;
    margin-left: auto;
    margin-right: auto;
  }

  [class*="-feature__stack"] [class*="-feature__eyebrow"] {
    margin-bottom: 6px;
    font-size: 12px;
  }

  [class*="-feature__stack"] [class*="-feature__title"] {
    font-size: 20px !important;
    line-height: 1.2 !important;
    margin-bottom: 8px !important;
  }

  [class*="-feature__stack"] [class*="-feature__text"] {
    font-size: 14px !important;
    line-height: 1.4 !important;
    margin-bottom: 12px !important;
  }

  [class*="-feature__stack"] .frogmi-feature-demo-cta {
    margin-top: 8px !important;
    min-height: 42px;
  }
}

@media (max-width: 640px) {
  .frogmi-blog__image-link {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 0;
  }

  /* Buttons: full width, centered label, 16px */
  .frogmi-landing .btn-contacto,
  .frogmi-landing .btn-mas-info,
  .frogmi-landing .frogmi-feature-demo-cta,
  .frogmi-landing [class*="-btn"]:not([class*="testimonials-btn"]):not([class*="blog-nav"]):not([class*="pagination"]),
  .frogmi-landing .frogmi-contact-page__submit,
  [class*="-page-wrap"] [class*="-btn"]:not([class*="testimonials-btn"]):not([class*="blog-nav"]):not([class*="pagination"]),
  [class*="-page-wrap"] .frogmi-feature-demo-cta,
  [class*="-page-wrap"] .frogmi-contact-page__submit {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    max-width: 100% !important;
    text-align: center;
    font-size: 16px !important;
    line-height: 1.25;
    white-space: normal;
    box-sizing: border-box;
  }

  .frogmi-hero__cta,
  .frogmi-landing [class*="hero__actions"],
  [class*="-page-wrap"] [class*="hero__actions"] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    width: 100%;
  }

  .frogmi-hero__cta .btn-mas-info {
    width: 100% !important;
  }

  /* Body copy consistently 16px on phones */
  .frogmi-landing p,
  .frogmi-landing ul,
  .frogmi-landing li,
  [class*="-page-wrap"] p,
  [class*="-page-wrap"] ul,
  [class*="-page-wrap"] li,
  .frogmi-blog-single__article p,
  .frogmi-blog-single__article ul,
  .frogmi-blog-single__article li {
    font-size: 16px;
  }

  /* First section step numbers on all solution pages */
  [class*="-page-wrap"] [class*="-transform__number"],
  [class*="-page"] [class*="-transform__number"] {
    font-size: 42px !important;
    line-height: 1 !important;
  }

  /* h1/h2/h3: consistent size + line-height */
  .frogmi-landing h1,
  [class*="-page-wrap"] h1 {
    font-size: 33px !important;
    line-height: 1.15 !important;
  }

  .frogmi-landing h2,
  [class*="-page-wrap"] h2,
  [class*="-page"] h2 {
    font-size: 27px !important;
    line-height: 1.2 !important;
  }

  .frogmi-landing h3,
  [class*="-page-wrap"] h3,
  [class*="-page"] h3 {
    line-height: 1.25 !important;
  }

  .frogmi-blog-single__article h2 {
    font-size: 27px !important;
    line-height: 1.25 !important;
  }

  .frogmi-ejecprod-tabs__copy h3 {
    font-size: 22px;
    line-height: 1.25;
  }

  .frogmi-hero {
    padding-top: 70px;
  }

  .frogmi-knowledge {
    padding-bottom: 0;
  }

  /* Images fill their containers on phones */
  .frogmi-landing img,
  [class*="-page-wrap"] img {
    max-width: 100%;
    height: auto;
  }

  /* Keep quote avatars circular — height:auto above would ovalize them */
  .frogmi-about__quote-photo,
  .frogmi-cs__quote-photo {
    width: 56px !important;
    height: 56px !important;
    max-width: 56px !important;
    object-fit: cover !important;
    border-radius: 50%;
  }

  [class*="-feature__image"],
  [class*="-use-case__image"],
  [class*="intelligence__image"],
  [class*="-type__image"] {
    width: 100% !important;
    max-width: 100% !important;
    max-height: 100%;
    height: auto !important;
  }

  /* Hero banner photos: full width, natural height (no max-height letterboxing) */
  [class*="-page-wrap"] [class*="hero__banner-img--photo"],
  [class*="-page-wrap"] [class*="hero__banner-img"]:not([class*="elements"]) {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: none !important;
    left: 0 !important;
    object-fit: unset;
  }

  /* "Por qué Frogmi" cards: image on top, copy below */
  .frogmi-why__card {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    text-align: left;
  }

  .frogmi-why__icon--image {
    width: auto !important;
    height: auto !important;
    max-width: 70%;
    align-self: center;
  }

  /* Home + clientes casos: same blog-card layout as /blog (1 column) */
  .frogmi-blog .frogmi-blog__grid,
  .frogmi-clientes-page__blog-track--carousel,
  .frogmi-clientes-page__blog .frogmi-blog__grid {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 24px;
    overflow: visible;
    flex-wrap: unset;
    padding: 0;
    margin: 0;
    scroll-snap-type: none;
  }

  .frogmi-blog .frogmi-blog__grid .frogmi-blog__card,
  .frogmi-clientes-page__blog-track--carousel .frogmi-blog__card,
  .frogmi-clientes-page__blog .frogmi-blog__card {
    flex: unset !important;
    max-width: none !important;
    width: 100% !important;
    scroll-snap-align: unset;
  }

  .frogmi-clientes-page__blog-shell.is-carousel {
    padding: 0 !important;
  }

  .frogmi-clientes-page__blog-nav,
  .frogmi-clientes-page__blog-pagination {
    display: none !important;
  }

  .frogmi-clientes-page__blog .frogmi-blog__excerpt {
    display: -webkit-box;
  }

  /* Prevent blog/recursos card text from overflowing the shape */
  .frogmi-blog .frogmi-blog__card,
  .frogmi-clientes-page__blog .frogmi-blog__card {
    overflow: hidden;
  }

  .frogmi-blog .frogmi-blog__card-main,
  .frogmi-clientes-page__blog .frogmi-blog__card-main {
    overflow: hidden;
  }

  .frogmi-blog .frogmi-blog__content,
  .frogmi-clientes-page__blog .frogmi-blog__content {
    max-width: 78%;
    width: 100%;
    padding: 12px 16px 14px;
    box-sizing: border-box;
    overflow: hidden;
  }

  .frogmi-blog .frogmi-blog__post-title,
  .frogmi-clientes-page__blog .frogmi-blog__post-title,
  .frogmi-landing h3.frogmi-blog__post-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 18px !important;
    line-height: 1.2 !important;
    max-width: 100%;
    word-break: break-word;
    margin-bottom: 6px;
  }

  .frogmi-blog .frogmi-blog__excerpt,
  .frogmi-clientes-page__blog .frogmi-blog__excerpt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-width: 100%;
    font-size: 16px !important;
    line-height: 1.35;
    margin: 0;
  }

  .frogmi-blog .frogmi-blog__tag,
  .frogmi-blog a.frogmi-blog__tag,
  .frogmi-landing .frogmi-blog a.frogmi-blog__tag {
    color: var(--green, #51ba5c) !important;
  }

  .frogmi-blog .frogmi-blog__tag,
  .frogmi-blog .frogmi-blog__date {
    margin-bottom: 6px !important;
  }

  .frogmi-blog .frogmi-blog__image-wrap,
  .frogmi-blog .frogmi-blog__image,
  .frogmi-clientes-page__blog .frogmi-blog__image-wrap,
  .frogmi-clientes-page__blog .frogmi-blog__image {
    border-radius: 15px 15px 0 0;
  }

  /* Solution pages — stacked feature cards (compact; sizes set at ≤768) */
  [class*="-feature__stack"] [class*="-feature__eyebrow"] {
    font-size: 12px;
  }

  [class*="-feature__stack"] [class*="-feature__title"] {
    font-size: 20px !important;
    line-height: 1.2 !important;
  }

  [class*="-feature__stack"] [class*="-feature__text"] {
    font-size: 14px !important;
    line-height: 1.4 !important;
  }

  /*
   * The submit button is sized as a percentage of the form (20% on the contact
   * page, 25% inside product pages), which on a phone is narrower than its own
   * label.
   */
  .frogmi-contact-page__form-actions,
  [class*="-page-wrap"] .frogmi-product-contact-form .frogmi-contact-page__form-actions {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .frogmi-contact-page__submit,
  [class*="-page-wrap"] .frogmi-product-contact-form .frogmi-contact-page__submit {
    width: 100% !important;
    max-width: 100%;
    white-space: normal;
  }

  /* Clientes: keep "confían su" together; enlarge Starbucks/Unimarc logos */
  .frogmi-clientes-page__title-line {
    white-space: normal;
  }

  .frogmi-clientes-page__testimonial-logo,
  .frogmi-clientes-page__testimonial-logo--lg,
  .frogmi-clientes-page__testimonial-logo--sm {
    max-width: 200px;
    max-height: 72px;
  }

  /* Newsletter popup title size on phones */
  .frogmi-blog-page__newsletter-title,
  .frogmi-modal--newsletter .frogmi-modal__title {
    font-size: 22px !important;
    line-height: 1.25 !important;
  }

  /* Footer Soluciones / Recursos */
  .frogmi-footer__col-title,
  .frogmi-landing h3.frogmi-footer__col-title,
  .frogmi-footer h3.frogmi-footer__col-title {
    font-weight: 600 !important;
  }
}

@media (max-width: 1024px) {
  .frogmi-blog-single__listen {
    font-size: 13px !important;
    font-weight: 500 !important;
    margin: 8px 0 10px !important;
  }

  /*
   * Product FAQs: two columns stack to one. Product CSS sets gap: 36px between
   * the former columns (reads as a jump). Keep gap at 10px.
   */
  [class*="-page-wrap"] [class*="-faq__list"],
  .frogmi-faq-page__list {
    gap: 10px !important;
  }
}

@media (min-width: 1025px) {
  .frogmi-about__tabs-wrap::after,
  .frogmi-about__tabs-hint,
  .frogmi-clientes-page__testimonials-nav {
    display: none;
  }

  .frogmi-clientes-page__testimonials-track {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    overflow: visible;
    gap: 20px;
  }

  .frogmi-clientes-page__testimonials-track .frogmi-clientes-page__testimonial-card {
    flex: none;
  }
}
