/* Auditoría visual de ejecución con IA */

.frogmi-avia-page-wrap {
  --avia-bg: #0a0a0a;
  --avia-surface: #131921;
  --avia-accent: #51ba5c;
  --avia-divider: #5d6167;
  background: var(--avia-bg);
  color: #fff;
}

.frogmi-avia-page p,
.frogmi-avia-page li {
  color: #fff;
}

/* Header over a dark hero: the shared nav ships light-on-white by default. */
.frogmi-avia-page-wrap .frogmi-header {
  --frogmi-header-bg: transparent;
  --frogmi-header-blur: none;
  --frogmi-header-shadow: none;
  background: transparent;
  border-bottom: none;
  box-shadow: none;
  backdrop-filter: none;
  transition: background-color 0.35s ease, box-shadow 0.35s ease, backdrop-filter 0.35s ease;
}

.frogmi-avia-page-wrap .frogmi-header.is-scrolled {
  --frogmi-header-bg: #0a0a0a;
  background: #0a0a0a;
}

.frogmi-avia-page-wrap .frogmi-header__menu,
.frogmi-avia-page-wrap .frogmi-header__dropdown-trigger {
  color: #e8e8e8;
}

.frogmi-avia-page-wrap .frogmi-header__menu > a:hover,
.frogmi-avia-page-wrap .frogmi-header__menu > a.is-active,
.frogmi-avia-page-wrap .frogmi-header__dropdown-trigger:hover,
.frogmi-avia-page-wrap .frogmi-header__dropdown-trigger.is-active {
  color: var(--avia-accent);
}

@media (max-width: 1024px) {
  .frogmi-avia-page-wrap .frogmi-header__inner,
  .frogmi-avia-page-wrap .frogmi-header.is-menu-open .frogmi-header__inner {
    background: transparent;
    box-shadow: none;
  }

  .frogmi-avia-page-wrap .frogmi-header__toggle-line {
    background: #e8e8e8;
  }

  .frogmi-avia-page-wrap .frogmi-header__panel {
    background: #0f0f0f;
    box-shadow: -10px 0 36px rgba(0, 0, 0, 0.55);
  }

  .frogmi-avia-page-wrap .frogmi-header__panel-close {
    background: rgba(255, 255, 255, 0.08);
    color: #e8e8e8;
  }

  .frogmi-avia-page-wrap .frogmi-header__menu > a,
  .frogmi-avia-page-wrap .frogmi-header__menu > .frogmi-header__dropdown {
    border-bottom-color: rgba(255, 255, 255, 0.12);
  }

  .frogmi-avia-page-wrap .frogmi-header__panel .frogmi-header__dropdown-menu {
    background: transparent;
  }

  .frogmi-avia-page-wrap .frogmi-header__mega-title {
    color: #fff;
  }

  .frogmi-avia-page-wrap .frogmi-header__panel .frogmi-header__dropdown-menu a {
    color: #bdbdbd;
  }

  .frogmi-avia-page-wrap .frogmi-header__panel .frogmi-header__dropdown-menu a:hover,
  .frogmi-avia-page-wrap .frogmi-header__panel .frogmi-header__dropdown-menu a:focus {
    color: var(--avia-accent);
    background: rgba(255, 255, 255, 0.06);
  }
}

.frogmi-avia-page-wrap.frogmi-landing h3.frogmi-footer__col-title {
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #1a1a1a;
}

.frogmi-avia-page h1,
.frogmi-avia-page h2,
.frogmi-avia-page h3 {
  font-weight: 600;
  text-transform: none;
  color: #fff;
}

.frogmi-avia-eyebrow {
  margin: 0 0 12px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--avia-accent);
  text-transform: uppercase;
}

.frogmi-avia-page .frogmi-avia-eyebrow {
  color: var(--avia-accent);
}

.frogmi-avia-eyebrow--left {
  text-align: left;
}

.frogmi-avia-section-title {
  margin: 0 auto 20px;
  max-width: 920px;
  text-align: center;
  font-size: 33px;
  line-height: 1.15;
}

.frogmi-avia-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 28px;
  border: none;
  border-radius: 999px;
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.frogmi-avia-btn:hover {
  transform: translateY(-2px);
  opacity: 0.95;
}

.frogmi-avia-btn--primary {
  background: var(--avia-accent);
  color: #fff !important;
}

/* Waiting for the final artwork. */
.frogmi-avia-media-placeholder {
  min-height: 300px;
  border-radius: 18px;
  border: 1px dashed rgba(255, 255, 255, 0.18);
  background: linear-gradient(135deg, rgba(81, 186, 92, 0.14), rgba(7, 102, 181, 0.14));
}

/* Hero */
.frogmi-avia-hero {
  padding: 42px 0 96px;
}

.frogmi-avia-hero__grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 40px;
  align-items: center;
}

.frogmi-avia-hero__title {
  margin: 0 0 20px;
  max-width: 520px;
  font-size: 43px;
  line-height: 1.08;
}

.frogmi-avia-hero__text {
  margin: 0 0 30px;
  max-width: 520px;
  font-size: 16px;
  line-height: 1.6;
}

.frogmi-avia-hero__media {
  display: flex;
  justify-content: flex-end;
}

.frogmi-avia-hero__visual {
  position: relative;
  width: 100%;
  max-width: 640px;
}

.frogmi-avia-hero__banner {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
}

.frogmi-avia-hero__visual .frogmi-floating-stars {
  position: absolute;
  z-index: 3;
  display: block;
  width: clamp(38px, 9%, 58px);
  height: auto;
  overflow: visible;
  pointer-events: none;
}

.frogmi-avia-hero__visual .frogmi-floating-stars--1 {
  top: -9%;
  left: 5%;
}

.frogmi-avia-hero__visual .frogmi-floating-stars--2 {
  top: 12%;
  right: -2%;
}

.frogmi-avia-hero__visual .frogmi-floating-stars__shape {
  --star-x: 0;
  --star-y: -3px;
  --star-rotate: 12deg;
  transform-box: fill-box;
  transform-origin: center;
  opacity: 0.82;
  animation: frogmi-floating-star-breathe 3.2s ease-in-out infinite;
  will-change: transform, opacity;
}

.frogmi-avia-hero__visual .frogmi-floating-stars__shape--1 {
  --star-x: -2.5px;
  --star-y: -3.5px;
  --star-rotate: -14deg;
  animation-delay: -0.9s;
}

.frogmi-avia-hero__visual .frogmi-floating-stars__shape--2 {
  --star-x: 3px;
  --star-y: -2px;
  --star-rotate: 18deg;
  animation-delay: -2.1s;
  animation-duration: 3.8s;
}

.frogmi-avia-hero__visual .frogmi-floating-stars__shape--3 {
  --star-x: -3.5px;
  --star-y: 3px;
  --star-rotate: 10deg;
  animation-delay: -1.5s;
  animation-duration: 4.4s;
}

@keyframes frogmi-floating-star-breathe {
  0%,
  100% {
    opacity: 0.4;
    transform: translate3d(0, 0, 0) rotate(0deg) scale(0.72);
  }

  50% {
    opacity: 1;
    transform:
      translate3d(var(--star-x), var(--star-y), 0)
      rotate(var(--star-rotate))
      scale(1.22);
  }
}

@media (prefers-reduced-motion: reduce) {
  .frogmi-avia-hero__visual .frogmi-floating-stars__shape {
    animation: none !important;
    opacity: 0.9;
  }
}

/* Evidence */
.frogmi-avia-evidence {
  padding: 0 0 110px;
}

.frogmi-avia-evidence__header {
  margin-bottom: 48px;
}

.frogmi-avia-evidence__intro {
  margin: 0 auto;
  max-width: 760px;
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
}

.frogmi-avia-evidence__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.frogmi-avia-evidence__card {
  padding: 34px 32px 30px;
  border-radius: 18px;
  background: var(--avia-surface);
  transition: transform 0.35s ease;
}

.frogmi-avia-evidence__card:hover {
  transform: translateY(-5px);
}

.frogmi-avia-evidence__icon {
  display: block;
  width: 65px;
  height: 65px;
  margin-bottom: 22px;
  object-fit: contain;
}

.frogmi-avia-evidence__card-title {
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 1.3;
}

.frogmi-avia-evidence__card-text {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
}

/* Benefits box */
.frogmi-avia-benefits {
  padding: 0 0 110px;
}

.frogmi-avia-benefits__box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 56px;
  align-items: center;
  padding: 48px 64px;
  border-radius: 30px;
  background: #000;
  box-shadow: 0 0 99px rgba(7, 102, 181, 0.35);
}

.frogmi-avia-benefits__title {
  margin: 0 0 18px;
  font-size: 30px;
  line-height: 1.2;
}

.frogmi-avia-benefits__text {
  margin: 0 0 28px;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
}

.frogmi-avia-benefits__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 26px;
}

.frogmi-avia-benefits__item {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.frogmi-avia-benefits__bullet {
  width: 22px;
  height: 22px;
  margin-top: 3px;
  object-fit: contain;
}

.frogmi-avia-benefits__item-title {
  margin: 0 0 6px;
  font-size: 18px;
  line-height: 1.3;
}

.frogmi-avia-benefits__item-text {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.8);
}

/* From photo to report */
.frogmi-avia-flow {
  padding: 0 0 110px;
}

.frogmi-avia-flow__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.frogmi-avia-flow__title {
  margin: 0 0 36px;
  font-size: 33px;
  line-height: 1.15;
}

.frogmi-avia-flow__steps {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 30px;
}

.frogmi-avia-flow__step {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}

.frogmi-avia-flow__icon {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.frogmi-avia-flow__step-title {
  margin: 0 0 8px;
  font-size: 20px;
  line-height: 1.3;
}

.frogmi-avia-flow__step-text {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
}

.frogmi-avia-flow__step-text a {
  color: var(--avia-accent);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.frogmi-avia-flow__image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
}

/* Scoring */
.frogmi-avia-scoring {
  padding: 0 0 110px;
}

.frogmi-avia-scoring__head {
  margin: 0 auto 44px;
  max-width: 920px;
  text-align: center;
}

.frogmi-avia-scoring__title {
  margin: 0 auto 16px;
  max-width: 920px;
  font-size: 33px;
  line-height: 1.18;
}

.frogmi-avia-scoring__intro {
  margin: 0 auto;
  max-width: 760px;
  font-size: 16px;
  line-height: 1.6;
}

.frogmi-avia-scoring__box {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-radius: 20px;
  background: var(--avia-surface);
}

/* Hairlines between the three columns, centred and 80% tall. */
.frogmi-avia-scoring__box::before,
.frogmi-avia-scoring__box::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 80%;
  background: var(--avia-divider);
  pointer-events: none;
}

.frogmi-avia-scoring__box::before {
  left: 33.333%;
}

.frogmi-avia-scoring__box::after {
  left: 66.666%;
}

.frogmi-avia-scoring__col {
  padding: 44px 40px;
}

.frogmi-avia-page .frogmi-avia-scoring__label {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--avia-accent);
}

.frogmi-avia-scoring__col-title {
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 1.3;
}

.frogmi-avia-scoring__col-text {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
}

/* Use cases — tabs */
.frogmi-avia-cases {
  padding: 0 0 110px;
}

.frogmi-avia-cases__header {
  margin-bottom: 8px;
}

.frogmi-avia-tabs-wrap {
  margin: 0 auto 52px;
  max-width: 1024px;
}

.frogmi-avia-tabs {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 40px;
  border-bottom: 2px solid #242424;
}

.frogmi-avia-tab-indicator {
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 3px;
  width: 0;
  border-radius: 99px;
  background: linear-gradient(135deg, #0054a3, #51ba5c);
  transition: left 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}

.frogmi-avia-tab {
  border: 0;
  background: none;
  padding: 12px 8px;
  cursor: pointer;
  font-family: inherit;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
}

.frogmi-avia-tab.is-active {
  color: #fff;
}

.frogmi-avia-tabs-hint {
  display: none;
  margin: 12px 0 0;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
}

.frogmi-avia-panel[hidden] {
  display: none;
}

.frogmi-avia-panel__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.frogmi-avia-page .frogmi-avia-panel__title {
  margin: 0 0 18px;
  font-size: 36px;
  line-height: 1.15;
}

.frogmi-avia-panel__text {
  margin: 0 0 28px;
  font-size: 16px;
  line-height: 1.6;
}

.frogmi-avia-panel__image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
}

/* FAQ */
.frogmi-avia-faq {
  padding: 0 0 110px;
}

.frogmi-avia-faq__header {
  margin-bottom: 40px;
}

.frogmi-avia-faq__list {
  max-width: 800px;
  margin: 0 auto;
  display: grid;
  gap: 14px;
}

.frogmi-avia-faq .frogmi-faq-page__item {
  border: 1px solid #fff;
  border-radius: 20px;
  background: transparent;
  overflow: hidden;
}

.frogmi-avia-faq .frogmi-faq-page__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 26px;
  cursor: pointer;
  list-style: none;
}

.frogmi-avia-faq .frogmi-faq-page__question-text {
  font-size: 15px;
  line-height: 1.45;
  font-weight: 500;
  color: #fff;
}

.frogmi-avia-faq .frogmi-faq-page__toggle {
  position: relative;
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(93, 208, 101, 0.14);
}

.frogmi-avia-faq .frogmi-faq-page__toggle::before,
.frogmi-avia-faq .frogmi-faq-page__toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  border-radius: 999px;
  background: #5dd065;
  transform: translate(-50%, -50%);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.frogmi-avia-faq .frogmi-faq-page__toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.frogmi-avia-faq .frogmi-faq-page__item[open] .frogmi-faq-page__toggle::after {
  transform: translate(-50%, -50%) rotate(0deg);
  opacity: 0;
}

.frogmi-avia-faq .frogmi-faq-page__answer {
  padding: 0 26px 22px;
}

.frogmi-avia-faq .frogmi-faq-page__answer p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
}

.frogmi-avia-faq .frogmi-faq-page__answer-link {
  color: var(--avia-accent);
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 1024px) {
  .frogmi-avia-hero__grid,
  .frogmi-avia-benefits__box,
  .frogmi-avia-flow__grid,
  .frogmi-avia-panel__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .frogmi-avia-benefits__box {
    padding: 36px 28px;
  }

  .frogmi-avia-evidence__grid,
  .frogmi-avia-scoring__box {
    grid-template-columns: 1fr;
  }

  .frogmi-avia-scoring__box::before,
  .frogmi-avia-scoring__box::after {
    top: auto;
    left: 8%;
    transform: none;
    width: 84%;
    height: 1px;
  }

  .frogmi-avia-scoring__box::before {
    top: 33.333%;
  }

  .frogmi-avia-scoring__box::after {
    top: 66.666%;
  }

  .frogmi-avia-hero__media {
    justify-content: center;
  }

  .frogmi-avia-hero__title {
    font-size: 34px;
  }

  .frogmi-avia-section-title,
  .frogmi-avia-flow__title,
  .frogmi-avia-scoring__title,
  .frogmi-avia-page .frogmi-avia-panel__title {
    font-size: 27px;
  }

  .frogmi-avia-tabs {
    display: flex;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .frogmi-avia-tabs::-webkit-scrollbar {
    display: none;
  }

  .frogmi-avia-tab {
    flex: 0 0 auto;
    font-size: 16px;
    white-space: nowrap;
  }

  .frogmi-avia-tabs-hint {
    display: block;
  }
}

@media (prefers-reduced-motion: reduce) {
  .frogmi-avia-btn,
  .frogmi-avia-tab-indicator,
  .frogmi-avia-evidence__card {
    transition: none;
  }

  .fam-sp,
  .fam-orbit circle {
    animation: none !important;
  }
}

/* Audit flow diagram (phone → AI → dashboard) */
.frogmi-avia-flow__grid {
  align-items: start;
}

.frogmi-avia-flow__media {
  min-width: 0;
}

.fam-scene {
  position: relative;
  max-width: 100%;
  font-family: inherit;
}

.fam-top {
  position: relative;
  height: 340px;
  margin-bottom: -72px;
  overflow: visible;
}

.fam-phone-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 260px;
  height: 100%;
}

.fam-phone-scr {
  height: 100%;
  width: auto;
  overflow: visible;
  background: transparent;
}

.fam-phone-scr img {
  display: block;
  height: 100%;
  width: auto;
  max-width: none;
  object-fit: contain;
  filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.35));
}

.fam-ai-wrap {
  position: absolute;
  top: 42%;
  right: 8px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  transform: translateY(-50%);
}

.fam-orbit {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 136px;
  height: 136px;
}

.fam-orbit svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fam-ai-box {
  position: relative;
  z-index: 2;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 16px;
  background: #e6f1ee;
}

.fam-ai-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fam-sp {
  position: absolute;
  z-index: 3;
  color: #51ba5c;
  font-weight: 900;
  user-select: none;
  pointer-events: none;
  animation: fam-tw 2.2s ease-in-out infinite;
}

.fam-sp1 {
  top: 2px;
  right: 7px;
  font-size: 24px;
}

.fam-sp2 {
  top: 14px;
  right: -5px;
  font-size: 16px;
  animation-delay: 0.75s;
}

.fam-sp3 {
  right: 2px;
  bottom: 7px;
  font-size: 11px;
  animation-delay: 1.5s;
}

@keyframes fam-tw {
  0%,
  100% {
    opacity: 0.15;
    transform: scale(0.6);
  }
  50% {
    opacity: 1;
    transform: scale(1.15);
  }
}

.frogmi-avia-page .fam-aila {
  margin: 0;
  color: #d7f0db;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.55;
  text-align: center;
}

.fam-aila strong {
  color: #fff;
  font-weight: 700;
}

#fam-arrows {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}

.fam-dash {
  position: relative;
  z-index: 2;
  overflow: hidden;
  color: #111;
  background: #fff;
  border: 0.5px solid #e8e8e8;
  border-radius: 14px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
}

.fam-dhead {
  display: flex;
  align-items: center;
  padding: 8px 14px;
  border-bottom: 0.5px solid #f0f0f0;
}

.fam-logo-box {
  display: flex;
  align-items: center;
  height: 24px;
}

.fam-logo-box img {
  display: block;
  max-width: 90px;
  max-height: 22px;
  object-fit: contain;
}

.fam-report {
  padding: 10px 12px 12px;
  color: #111;
  font-size: 8px;
  line-height: 1.45;
}

.fam-report__main {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.15fr) minmax(0, 1fr);
  gap: 10px;
  margin-bottom: 10px;
}

.fam-report__heading {
  margin: 0 0 6px;
  color: #111;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.25;
}

.fam-report__heading--icon {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #51ba5c;
}

.fam-report__heading--icon svg {
  flex-shrink: 0;
}

.fam-report__score {
  padding-right: 8px;
  border-right: 0.5px solid #ececec;
}

.fam-report__pct {
  margin: 0;
  color: #51ba5c;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
}

.fam-report__pct-label {
  margin: 4px 0 8px;
  color: #666;
  font-size: 7.5px;
}

.fam-report__badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  color: #c2410c;
  font-size: 7px;
  font-weight: 600;
  background: #fff7ed;
  border: 0.5px solid #fdba74;
  border-radius: 999px;
}

.fam-report__desc {
  padding-right: 8px;
  border-right: 0.5px solid #ececec;
}

.fam-report__text {
  margin: 0 0 8px;
  color: #444;
  font-size: 7.5px;
}

.fam-report__text--muted {
  margin-bottom: 6px;
  color: #777;
}

.fam-report__subheading {
  margin: 0 0 5px;
  color: #111;
  font-size: 7.5px;
  font-weight: 700;
}

.fam-report__findings {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 4px;
}

.fam-report__finding {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  color: #444;
  font-size: 7px;
  line-height: 1.35;
}

.fam-report__finding svg {
  flex-shrink: 0;
  margin-top: 1px;
}

.fam-report__photos {
  min-width: 0;
}

.fam-report__photo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px;
  margin-bottom: 6px;
}

.fam-report__photo-grid img {
  display: block;
  width: 100%;
  height: 52px;
  object-fit: cover;
  border-radius: 4px;
  border: 0.5px solid #e5e5e5;
}

.fam-report__note {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0;
  padding: 5px 7px;
  color: #166534;
  font-size: 6.5px;
  font-weight: 500;
  background: #f0fdf4;
  border-radius: 6px;
}

.fam-report__criteria {
  margin-bottom: 8px;
}

.fam-report__criteria-title {
  margin: 0 0 6px;
  color: #111;
  font-size: 8.5px;
  font-weight: 700;
}

.fam-report__criteria-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 6px;
}

.fam-report__criterion {
  padding: 6px 7px;
  background: #fff;
  border: 0.5px solid #ececec;
  border-radius: 8px;
}

.fam-report__criterion-head {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 5px;
}

.fam-report__criterion-icon {
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  background: #51ba5c;
  mask: no-repeat center / contain;
  -webkit-mask: no-repeat center / contain;
}

.fam-report__criterion-icon--iluminacion {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M9 21h6v-1H9v1zm3-19a7 7 0 0 0-4 12.7V17h8v-2.3A7 7 0 0 0 12 2z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M9 21h6v-1H9v1zm3-19a7 7 0 0 0-4 12.7V17h8v-2.3A7 7 0 0 0 12 2z'/%3E%3C/svg%3E");
}

.fam-report__criterion-icon--orden-y-limpieza {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M4 8h16v10H4V8zm2 2v6h12v-6H6zm-2-4h16v2H4V6z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M4 8h16v10H4V8zm2 2v6h12v-6H6zm-2-4h16v2H4V6z'/%3E%3C/svg%3E");
}

.fam-report__criterion-icon--carteleria-y-senaletica {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M3 7h2l2 12h10l2-12h2L18 5H6L3 7zm4.1 2h9.8L15 17H9L7.1 9z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M3 7h2l2 12h10l2-12h2L18 5H6L3 7zm4.1 2h9.8L15 17H9L7.1 9z'/%3E%3C/svg%3E");
}

.fam-report__criterion-icon--coherencia-promocional {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M3 10v4h3l4 4V6L6 10H3zm13.5 2a4.5 4.5 0 0 0-2.1-3.8v7.6a4.5 4.5 0 0 0 2.1-3.8z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M3 10v4h3l4 4V6L6 10H3zm13.5 2a4.5 4.5 0 0 0-2.1-3.8v7.6a4.5 4.5 0 0 0 2.1-3.8z'/%3E%3C/svg%3E");
}

.fam-report__criterion-icon--branding-de-campana {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M5 3h14v18l-7-4-7 4V3z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M5 3h14v18l-7-4-7 4V3z'/%3E%3C/svg%3E");
}

.fam-report__criterion-label {
  flex: 1;
  min-width: 0;
  color: #333;
  font-size: 6.5px;
  font-weight: 600;
  line-height: 1.25;
}

.fam-report__criterion-score {
  flex-shrink: 0;
  color: #111;
  font-size: 7px;
  font-weight: 700;
}

.fam-report__criterion-bar {
  height: 4px;
  overflow: hidden;
  background: #f0f0f0;
  border-radius: 999px;
}

.fam-report__criterion-fill {
  display: block;
  height: 100%;
  border-radius: inherit;
}

.fam-report__criterion-fill--good {
  background: #51ba5c;
}

.fam-report__criterion-fill--mid {
  background: #f59e0b;
}

.fam-report__criterion-fill--low {
  background: #ef4444;
}

.fam-report__rec {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  margin: 0;
  padding: 7px 9px;
  color: #166534;
  font-size: 7px;
  line-height: 1.4;
  background: #f0fdf4;
  border-radius: 8px;
}

.fam-report__rec strong {
  font-weight: 700;
}

.fam-report__rec svg {
  flex-shrink: 0;
  margin-top: 1px;
}

/* Isolate dashboard mockup from dark-page typography (.frogmi-avia-page h3/p, .frogmi-landing h3). */
.frogmi-avia-page-wrap .fam-dash h3 {
  margin: 0 0 6px;
  color: #111;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: none;
}

.frogmi-avia-page-wrap .fam-dash .fam-report__heading--icon {
  color: #51ba5c;
}

.frogmi-avia-page-wrap .fam-dash .fam-report__criteria-title {
  font-size: 8.5px;
}

.frogmi-avia-page-wrap .fam-dash p {
  color: #444;
}

.frogmi-avia-page-wrap .fam-dash .fam-report__pct {
  color: #51ba5c;
  font-size: 34px;
  font-weight: 700;
}

.frogmi-avia-page-wrap .fam-dash .fam-report__pct-label {
  color: #666;
  font-size: 7.5px;
}

.frogmi-avia-page-wrap .fam-dash .fam-report__text--muted {
  color: #777;
}

.frogmi-avia-page-wrap .fam-dash .fam-report__subheading {
  color: #111;
  font-size: 7.5px;
  font-weight: 700;
}

.frogmi-avia-page-wrap .fam-dash li {
  color: #444;
}

.frogmi-avia-page-wrap .fam-dash .fam-report__finding {
  font-size: 7px;
}

.frogmi-avia-page-wrap .fam-dash .fam-report__note,
.frogmi-avia-page-wrap .fam-dash .fam-report__rec {
  color: #166534;
}

.frogmi-avia-page-wrap .fam-dash .fam-report__criterion-label {
  color: #333;
}

.frogmi-avia-page-wrap .fam-dash .fam-report__criterion-score {
  color: #111;
}

@media (max-width: 480px) {
  .fam-top {
    height: 240px;
    margin-bottom: -36px;
  }

  .fam-phone-wrap {
    left: 0;
    width: 70%;
  }

  .fam-phone-scr,
  .fam-phone-scr img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .fam-orbit {
    width: 100px;
    height: 100px;
  }

  .fam-ai-box {
    width: 50px;
    height: 50px;
  }

  .fam-aila {
    font-size: 10px;
  }

  .fam-sp1 {
    font-size: 18px;
  }

  .fam-sp2 {
    font-size: 12px;
  }

  .fam-sp3 {
    font-size: 8px;
  }

  .fam-report__main {
    grid-template-columns: 1fr;
  }

  .fam-report__score,
  .fam-report__desc {
    padding-right: 0;
    border-right: none;
    border-bottom: 0.5px solid #ececec;
    padding-bottom: 8px;
  }

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

  .frogmi-avia-page-wrap .fam-dash .fam-report__pct {
    font-size: 28px;
  }
}

