/*
Theme Name: FarIA Reviews
Theme URI: https://fariareviews.local/
Author: C3PO
Description: Tema custom premium para FarIA Reviews, orientado a comparativas, análisis y contenidos editoriales con estética futurista premium.
Version: 1.2.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 8.1
Text Domain: faria-reviews
*/

:root {
  --fr-bg: #07111f;
  --fr-bg-soft: #0d1830;
  --fr-bg-card: rgba(12, 25, 48, 0.72);
  --fr-surface: rgba(255,255,255,0.05);
  --fr-border: rgba(120, 200, 255, 0.18);
  --fr-text: #e7f3ff;
  --fr-text-soft: #9db3cf;
  --fr-white: #ffffff;
  --fr-cyan: #65e8ff;
  --fr-blue: #4da3ff;
  --fr-violet: #8b7cff;
  --fr-success: #7bffb8;
  --fr-shadow: 0 18px 60px rgba(0, 0, 0, 0.34);
  --fr-shadow-glow: 0 0 0 1px rgba(101,232,255,0.12), 0 10px 40px rgba(77,163,255,0.12), 0 0 48px rgba(101,232,255,0.08);
  --fr-radius: 24px;
  --fr-radius-sm: 16px;
  --fr-content: 1240px;
  --fr-reading: 840px;
  --fr-gap: clamp(20px, 2vw, 32px);
  --fr-section: clamp(72px, 10vw, 120px);
  --fr-font-display: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --fr-font-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Deep analysis article template */
.fr-deep-shell {
  position: relative;
  isolation: isolate;
  padding-bottom: 76px;
  background:
    radial-gradient(circle at 70% 12%, rgba(6, 223, 255, .12), transparent 28%),
    radial-gradient(circle at 88% 32%, rgba(139, 69, 255, .12), transparent 28%),
    linear-gradient(180deg, rgba(0, 4, 10, .1), rgba(0, 4, 10, .72) 58%, #01050a 100%);
}

.fr-deep-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .34;
  background-image:
    radial-gradient(circle at 12% 18%, rgba(6,223,255,.5) 0 1px, transparent 2px),
    radial-gradient(circle at 82% 30%, rgba(77,163,255,.38) 0 1px, transparent 2px),
    linear-gradient(rgba(120,200,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(120,200,255,.028) 1px, transparent 1px);
  background-size: 280px 190px, 220px 180px, 44px 44px, 44px 44px;
  mask-image: linear-gradient(180deg, black, transparent 82%);
}

.fr-deep-hero--article {
  padding: clamp(34px, 5vw, 72px) 0 22px;
  border-bottom: 1px solid rgba(6, 223, 255, .08);
}

.fr-deep-hero--article .fr-deep-hero__grid {
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: clamp(28px, 4vw, 48px);
}

.fr-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.fr-single-breadcrumbs {
  padding-top: 24px;
}

.fr-breadcrumbs a,
.fr-breadcrumbs span {
  color: rgba(231, 243, 255, .58);
  font-size: .87rem;
}

.fr-breadcrumbs a + a::before,
.fr-breadcrumbs a + span::before,
.fr-breadcrumbs span + span::before {
  content: ">";
  margin-right: 10px;
  color: rgba(6, 223, 255, .42);
}

.fr-deep-kicker {
  display: inline-block;
  margin: 22px 0 12px;
  color: var(--fr-cyan);
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: .08em;
  font-size: .86rem;
}

.fr-deep-hero--article h1 {
  max-width: 860px;
  font-size: clamp(2.55rem, 5.6vw, 5.25rem);
}

.fr-deep-hero--article h1 strong,
.fr-deep-hero--article h1 em {
  color: var(--fr-cyan);
  font-style: normal;
}

.fr-author-row--deep {
  gap: 16px;
  color: rgba(231, 243, 255, .74);
}

.fr-author-row--deep img {
  width: 58px;
  height: 58px;
  box-shadow: 0 0 24px rgba(6, 223, 255, .22);
}

.fr-author-row--deep > div {
  min-width: 190px;
}

.fr-meta-chip {
  position: relative;
  padding-left: 22px;
  color: rgba(231, 243, 255, .72);
  font-size: .94rem;
}

.fr-meta-chip::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 28px;
  transform: translateY(-50%);
  background: rgba(120, 200, 255, .24);
}

.fr-deep-product-hero--premium {
  position: relative;
  grid-template-columns: .72fr 1fr;
  min-height: 560px;
  margin-top: 34px;
  padding: clamp(28px, 4vw, 54px);
  border: 1px solid rgba(6, 223, 255, .18);
  border-radius: 26px;
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 52%, rgba(6, 223, 255, .22), transparent 28%),
    radial-gradient(circle at 82% 52%, rgba(139, 69, 255, .22), transparent 32%),
    linear-gradient(135deg, rgba(3, 10, 18, .96), rgba(2, 7, 14, .78));
  box-shadow: var(--fr-shadow), 0 0 48px rgba(6, 223, 255, .12);
}

.fr-deep-product-hero--premium::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 24%, rgba(6,223,255,.45) 0 1px, transparent 2px),
    radial-gradient(circle at 32% 34%, rgba(77,163,255,.38) 0 1px, transparent 2px),
    linear-gradient(90deg, rgba(6,223,255,.12), transparent 42%);
  background-size: 150px 120px, 220px 160px, 100% 100%;
  opacity: .52;
}

.fr-deep-product-hero--premium::after {
  content: "";
  position: absolute;
  right: 6%;
  top: 8%;
  width: min(48%, 520px);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 3px solid rgba(6, 223, 255, .65);
  box-shadow: 0 0 30px rgba(6, 223, 255, .32), inset 0 0 24px rgba(139, 69, 255, .2);
  filter: drop-shadow(0 0 24px rgba(139, 69, 255, .32));
}

.fr-deep-product-hero__copy,
.fr-deep-product-hero__media {
  position: relative;
  z-index: 1;
}

.fr-deep-product-hero__copy h2 {
  font-size: clamp(2rem, 4vw, 3.7rem);
}

.fr-deep-product-hero__copy p {
  max-width: 310px;
  color: var(--fr-cyan);
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 800;
}

.fr-deep-product-hero__copy ul {
  display: grid;
  gap: 18px;
  padding: 0;
  margin: 44px 0 0;
  list-style: none;
}

.fr-deep-product-hero__copy li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  color: rgba(231, 243, 255, .82);
  font-size: .98rem;
}

.fr-deep-product-hero__copy li img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  filter: drop-shadow(0 0 16px rgba(6, 223, 255, .4));
}

.fr-deep-product-hero__media {
  align-self: end;
  display: grid;
  place-items: center;
}

.fr-deep-product-hero__media::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 4%;
  width: min(86%, 440px);
  height: 72px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(11, 22, 39, .95), rgba(1, 5, 11, .96));
  border: 1px solid rgba(101, 232, 255, .42);
  box-shadow: 0 0 28px rgba(6, 223, 255, .44), inset 0 0 22px rgba(6, 223, 255, .18);
  z-index: -1;
}

.fr-deep-product-hero__media img,
.fr-deep-product-hero__media .fr-product-placeholder {
  max-height: 455px;
  width: auto;
  margin-inline: auto;
  object-fit: contain;
  filter: drop-shadow(0 22px 34px rgba(0,0,0,.54)) drop-shadow(0 0 26px rgba(6,223,255,.22));
}

.fr-deep-sidebar-top {
  position: sticky;
  top: 106px;
}

.fr-deep-side-card {
  padding: 24px;
  border: 1px solid rgba(6, 223, 255, .22);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(5, 14, 25, .9), rgba(3, 8, 16, .82));
  box-shadow: var(--fr-shadow), 0 0 38px rgba(6, 223, 255, .08);
}

.fr-deep-side-card + .fr-deep-side-card {
  margin-top: 28px;
}

.fr-deep-side-title {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
  text-transform: uppercase;
  line-height: 1.2;
}

.fr-deep-side-title strong {
  max-width: 170px;
  color: var(--fr-white);
  font-size: 1.08rem;
}

.fr-deep-side-title span {
  color: var(--fr-violet);
  font-size: 1.7rem;
  text-shadow: 0 0 16px rgba(139, 69, 255, .75);
}

.fr-mini-product-list--visual {
  gap: 16px;
}

.fr-mini-product-list--visual .fr-mini-product {
  grid-template-columns: 98px minmax(0, 1fr);
  align-items: center;
  min-height: 118px;
  padding: 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, .025);
  border-color: rgba(120, 200, 255, .12);
}

.fr-mini-product-list--visual .fr-mini-product--featured {
  grid-template-columns: 112px minmax(0, 1fr);
  min-height: 236px;
  border-color: rgba(6, 223, 255, .28);
}

.fr-mini-product__media {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 12px;
  background: radial-gradient(circle at 50% 32%, rgba(255,255,255,.18), transparent 28%), linear-gradient(180deg, rgba(11, 24, 42, .9), rgba(3, 8, 15, .96));
  box-shadow: inset 0 0 24px rgba(6, 223, 255, .12), 0 10px 22px rgba(0,0,0,.28);
  position: relative;
  overflow: hidden;
}

.fr-mini-product__media::before,
.fr-mini-product__media::after {
  content: "";
  position: absolute;
}

.fr-mini-product__media--translator::before {
  inset: 8% 28% 6%;
  border-radius: 18px;
  background: linear-gradient(90deg, #e8edf4, #8793a2 48%, #f8fbff);
}

.fr-mini-product__media--translator::after {
  inset: 17% 36% 23%;
  border-radius: 999px;
  background: radial-gradient(circle at 50% 78%, #f5a400, #1b1320 38%, #05070a 70%);
}

.fr-mini-product__media--audio::before {
  left: 17%;
  right: 17%;
  bottom: 12%;
  height: 34%;
  border-radius: 10px;
  background: linear-gradient(180deg, #202b38, #05080d);
  border: 1px solid rgba(255,255,255,.1);
}

.fr-mini-product__media--audio::after {
  inset: 14% 22% auto;
  height: 44%;
  border-radius: 999px 999px 28px 28px;
  border: 8px solid #222c38;
  border-bottom: 0;
}

.fr-mini-product__media--compact::before {
  inset: 10% 30% 8%;
  border-radius: 16px;
  background: linear-gradient(90deg, #dfe5ec, #8e99a7);
}

.fr-mini-product__media--compact::after {
  top: 25%;
  left: 50%;
  width: 28px;
  height: 28px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: #0b0d12;
  box-shadow: 0 54px 0 -4px rgba(11, 13, 18, .9);
}

.fr-mini-product-list--visual .fr-mini-product strong {
  display: block;
  color: var(--fr-white);
  line-height: 1.16;
  font-size: 1rem;
}

.fr-mini-product-list--visual .fr-mini-product--featured strong {
  font-size: 1.45rem;
}

.fr-stars {
  color: var(--fr-cyan);
}

.fr-mini-product-list--visual a,
.fr-deep-compare-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  color: var(--fr-cyan);
  text-transform: uppercase;
  font-weight: 900;
  font-size: .78rem;
}

.fr-deep-newsletter {
  text-align: center;
}

.fr-newsletter-icon {
  width: 74px;
  height: 74px;
  margin: 0 auto 18px;
  border-radius: 50%;
  border: 1px solid rgba(139, 69, 255, .56);
  background:
    linear-gradient(45deg, transparent 43%, rgba(139,69,255,.5) 44% 56%, transparent 57%),
    radial-gradient(circle, rgba(6, 223, 255, .18), rgba(139, 69, 255, .14));
  box-shadow: 0 0 26px rgba(139, 69, 255, .4);
}

.fr-deep-newsletter h3 {
  color: var(--fr-cyan);
  text-transform: uppercase;
  font-size: 1.25rem;
}

.fr-newsletter-form {
  display: grid;
  gap: 12px;
  margin: 22px 0 10px;
}

.fr-newsletter-form input {
  width: 100%;
  min-height: 54px;
  padding: 0 18px;
  border-radius: 12px;
  border: 1px solid rgba(231, 243, 255, .22);
  color: var(--fr-white);
  background: rgba(0, 0, 0, .18);
}

.fr-newsletter-form input::placeholder {
  color: rgba(231, 243, 255, .48);
}

.fr-post__layout--deep {
  display: block;
}

.fr-post__layout--deep .fr-reading {
  width: 100%;
  max-width: none;
}

.fr-deep-intro {
  max-width: 860px;
  color: rgba(231, 243, 255, .76);
  font-size: 1.08rem;
}

.fr-key-points--deep {
  position: relative;
  padding: 28px;
  border-radius: 18px;
  border-color: rgba(139, 69, 255, .58);
  box-shadow: 0 0 0 1px rgba(6,223,255,.16), 0 0 38px rgba(139, 69, 255, .18);
  overflow: hidden;
}

.fr-key-points--deep::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(6,223,255,.09), transparent 48%, rgba(139,69,255,.12));
  pointer-events: none;
}

.fr-key-points--deep .fr-grid {
  position: relative;
}

.fr-key-points--deep .fr-spec {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  grid-template-rows: auto auto;
  gap: 3px 16px;
  align-items: center;
  padding: 10px 18px 10px 0;
  border-right: 1px solid rgba(120, 200, 255, .18);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.fr-key-points--deep .fr-spec:last-child {
  border-right: 0;
}

.fr-key-points--deep .fr-spec img {
  grid-row: 1 / span 2;
  width: 48px;
  height: 48px;
  object-fit: contain;
  box-shadow: none;
  filter: drop-shadow(0 0 16px rgba(6, 223, 255, .34));
}

.fr-key-points--deep .fr-spec strong {
  color: var(--fr-white);
}

.fr-key-points--deep .fr-spec span {
  color: rgba(231, 243, 255, .68);
  font-size: .95rem;
}

.fr-deep-section-feature {
  display: grid;
  grid-template-columns: .45fr .55fr;
  gap: clamp(24px, 4vw, 48px);
  align-items: stretch;
  margin: 44px 0;
}

.fr-deep-section-number {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--fr-cyan);
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 900;
  line-height: 1;
  text-shadow: 0 0 18px rgba(6, 223, 255, .42);
}

.fr-deep-section-feature__copy p {
  color: rgba(231, 243, 255, .72);
}

.fr-check-list {
  display: grid;
  gap: 10px;
  margin: 26px 0;
  padding: 0;
  list-style: none;
}

.fr-check-list li {
  position: relative;
  padding-left: 28px;
  color: rgba(231, 243, 255, .82);
}

.fr-check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .36em;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid var(--fr-cyan);
  box-shadow: 0 0 12px rgba(6, 223, 255, .35);
}

.fr-outline-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 28px;
  border: 1px solid rgba(6, 223, 255, .72);
  border-radius: 4px;
  color: var(--fr-cyan);
  text-transform: uppercase;
  font-size: .82rem;
  font-weight: 900;
  box-shadow: 0 0 20px rgba(6, 223, 255, .12);
}

.fr-deep-section-feature__media {
  position: relative;
  min-height: 380px;
  margin: 0;
  display: grid;
  place-items: center;
  border-radius: 18px;
  border: 1px solid rgba(6, 223, 255, .16);
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(45, 76, 255, .42), transparent 30%),
    linear-gradient(315deg, rgba(139, 69, 255, .46), transparent 28%),
    linear-gradient(180deg, rgba(5, 14, 24, .96), rgba(2, 6, 11, .96));
  box-shadow: var(--fr-shadow);
}

.fr-deep-section-feature__media::before,
.fr-deep-section-feature__media::after {
  content: "";
  position: absolute;
  height: 28px;
  width: 120%;
  left: -10%;
  background: linear-gradient(90deg, transparent, rgba(6, 223, 255, .82), rgba(139, 69, 255, .72), transparent);
  filter: blur(4px);
}

.fr-deep-section-feature__media::before {
  top: 18%;
  transform: rotate(-14deg);
}

.fr-deep-section-feature__media::after {
  bottom: 16%;
  transform: rotate(-14deg);
}

.fr-deep-section-feature__media .fr-product-placeholder {
  position: relative;
  z-index: 1;
  width: min(78%, 520px);
}

.fr-reading-dock {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 44;
  border-top: 1px solid rgba(6, 223, 255, .18);
  background: rgba(1, 5, 10, .84);
  backdrop-filter: blur(16px);
}

.fr-reading-dock__inner {
  min-height: 54px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px 54px auto;
  gap: 22px;
  align-items: center;
  color: rgba(231, 243, 255, .58);
  font-size: .86rem;
}

.fr-reading-dock strong {
  color: rgba(231, 243, 255, .88);
  font-weight: 700;
}

.fr-reading-dock__inner > span:first-child {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fr-reading-dock__track {
  height: 4px;
  border-radius: 999px;
  background: rgba(120, 200, 255, .14);
  overflow: hidden;
}

.fr-reading-dock__bar {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--fr-cyan), var(--fr-violet));
  box-shadow: 0 0 18px rgba(6, 223, 255, .45);
}

.fr-reading-dock__value {
  color: var(--fr-white);
}

.fr-reading-dock__share {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.fr-reading-dock__share a {
  color: rgba(120, 200, 255, .72);
  font-weight: 900;
}

@media (max-width: 1180px) {
  .fr-deep-hero--article .fr-deep-hero__grid,
  .fr-deep-product-hero--premium,
  .fr-deep-section-feature {
    grid-template-columns: 1fr;
  }

  .fr-deep-sidebar-top {
    position: relative;
    top: 0;
  }

  .fr-reading-dock__inner {
    grid-template-columns: minmax(0, 1fr) 180px 48px;
  }

  .fr-reading-dock__share {
    display: none;
  }
}

@media (max-width: 760px) {
  .fr-deep-hero--article h1 {
    font-size: clamp(2.25rem, 11vw, 3.35rem);
  }

  .fr-deep-product-hero--premium {
    min-height: 0;
    padding: 24px;
  }

  .fr-deep-product-hero--premium::after {
    width: 82%;
    right: 9%;
    top: 31%;
  }

  .fr-mini-product-list--visual .fr-mini-product,
  .fr-mini-product-list--visual .fr-mini-product--featured {
    grid-template-columns: 88px minmax(0, 1fr);
    min-height: 128px;
  }

  .fr-key-points--deep .fr-spec {
    border-right: 0;
    border-bottom: 1px solid rgba(120, 200, 255, .14);
    padding: 12px 0;
  }

  .fr-key-points--deep .fr-spec:last-child {
    border-bottom: 0;
  }

  .fr-deep-section-feature__media {
    min-height: 300px;
  }

  .fr-reading-dock__inner {
    grid-template-columns: minmax(0, 1fr) 74px;
    gap: 14px;
    min-height: 48px;
  }

  .fr-reading-dock__track {
    display: none;
  }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--fr-text);
  font-family: var(--fr-font-body);
  background:
    radial-gradient(circle at top left, rgba(77,163,255,0.18), transparent 28%),
    radial-gradient(circle at top right, rgba(139,124,255,0.14), transparent 24%),
    linear-gradient(180deg, #050c16 0%, #091423 52%, #07111f 100%);
  line-height: 1.65;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,0.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.018) 1px, transparent 1px);
  background-size: 38px 38px;
  mask-image: radial-gradient(circle at center, black 35%, transparent 100%);
  opacity: .4;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--fr-cyan); text-decoration: none; }
a:hover { color: var(--fr-white); }
p { margin: 0 0 1.15rem; }
h1, h2, h3, h4 {
  font-family: var(--fr-font-display);
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin: 0 0 1rem;
}
h1 { font-size: clamp(2.6rem, 6vw, 5rem); }
h2 { font-size: clamp(1.8rem, 3vw, 3rem); }
h3 { font-size: clamp(1.35rem, 2vw, 1.9rem); }
.site {
  position: relative;
  overflow-x: clip;
}
.fr-container {
  width: min(calc(100% - 32px), var(--fr-content));
  margin-inline: auto;
}
.fr-reading {
  width: min(calc(100% - 32px), var(--fr-reading));
  margin-inline: auto;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(16px);
  background: rgba(5, 12, 22, 0.72);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 82px;
}
.site-branding a {
  color: var(--fr-white);
  font-weight: 800;
  letter-spacing: -0.04em;
  font-size: 1.2rem;
}
.site-branding small {
  display: block;
  color: var(--fr-text-soft);
  margin-top: 4px;
}
.site-nav ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 18px;
  flex-wrap: wrap;
}
.site-nav a {
  color: var(--fr-text-soft);
  font-weight: 600;
}
.site-nav a:hover,
.site-nav .current-menu-item > a { color: var(--fr-white); }
.fr-hero {
  padding: clamp(56px, 8vw, 104px) 0 44px;
}
.fr-hero__grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 32px;
  align-items: center;
}
.fr-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--fr-white);
  background: rgba(101,232,255,0.08);
  border: 1px solid rgba(101,232,255,0.18);
  box-shadow: var(--fr-shadow-glow);
  text-transform: uppercase;
  font-size: .78rem;
  letter-spacing: .14em;
  margin-bottom: 20px;
}
.fr-lead {
  color: var(--fr-text-soft);
  font-size: clamp(1.05rem, 1.4vw, 1.2rem);
  max-width: 64ch;
}
.fr-panel,
.fr-card,
.wp-block-table,
.wp-block-group.is-style-fr-panel {
  background: var(--fr-bg-card);
  border: 1px solid var(--fr-border);
  border-radius: var(--fr-radius);
  box-shadow: var(--fr-shadow);
  backdrop-filter: blur(18px);
}
.fr-panel { padding: clamp(22px, 3vw, 36px); }
.fr-hero-card {
  padding: 26px;
  position: relative;
  overflow: hidden;
}
.fr-hero-card::after {
  content: "";
  position: absolute;
  inset: auto -15% -25% auto;
  width: 240px;
  height: 240px;
  background: radial-gradient(circle, rgba(101,232,255,0.26), transparent 68%);
}
.fr-hero--cinematic {
  position: relative;
  overflow: hidden;
}
.fr-hero--cinematic::before {
  content: "";
  position: absolute;
  inset: -20% auto auto 45%;
  width: 620px;
  height: 620px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(77,163,255,0.16), transparent 62%);
  filter: blur(14px);
  pointer-events: none;
}
.fr-orbit-card {
  min-height: 320px;
  box-shadow: var(--fr-shadow-glow);
}
.fr-orbit-card__glow {
  position: absolute;
  inset: 12% 12% auto auto;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(139,124,255,0.28), transparent 68%);
  filter: blur(10px);
}
.fr-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 22px;
}
.fr-stat {
  padding: 16px;
  border-radius: var(--fr-radius-sm);
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.06);
}
.fr-stat strong {
  display: block;
  font-size: 1.4rem;
  color: var(--fr-white);
}
.fr-grid {
  display: grid;
  gap: var(--fr-gap);
}
.fr-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.fr-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.fr-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.fr-grid--5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.fr-grid--6 { grid-template-columns: repeat(6, minmax(0, 1fr)); }
.fr-section { padding: var(--fr-section) 0; }
.fr-section--tight { padding-top: 24px; }
.fr-section__heading {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: end;
  margin-bottom: 28px;
}
.fr-product-card {
  position: relative;
  padding: 24px;
}
.fr-post-tile {
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.fr-post-tile:hover {
  transform: translateY(-6px);
  border-color: rgba(101,232,255,0.28);
  box-shadow: var(--fr-shadow-glow);
}
.fr-post-tile img {
  border-radius: 18px;
  margin-bottom: 18px;
}
.fr-product-card::before {
  content: attr(data-rank);
  position: absolute;
  top: 18px;
  right: 18px;
  font-size: .8rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--fr-cyan);
}
.fr-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 16px 0 18px;
}
.fr-chip {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  font-size: .88rem;
  color: var(--fr-text-soft);
}
.fr-score-ring {
  width: 92px;
  aspect-ratio: 1;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 1.45rem;
  color: var(--fr-white);
  background: conic-gradient(from 180deg, var(--fr-cyan), var(--fr-violet), rgba(255,255,255,0.08));
  box-shadow: var(--fr-shadow-glow);
}
.fr-score-ring span {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #08111f;
}
.fr-agent-showcase {
  position: relative;
}
.fr-agent-card {
  padding: 22px;
  min-height: 170px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 14px;
  box-shadow: var(--fr-shadow-glow);
}
.fr-agent-card strong {
  font-size: 1.15rem;
  color: var(--fr-white);
}
.fr-agent-card span,
.fr-section-copy {
  color: var(--fr-text-soft);
}
.fr-pros-cons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.fr-box {
  padding: 20px;
  border-radius: var(--fr-radius-sm);
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.06);
}
.fr-box ul { margin: 0; padding-left: 18px; }
.fr-verdict {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 22px;
  align-items: center;
  padding: 26px;
  background: linear-gradient(135deg, rgba(101,232,255,0.08), rgba(139,124,255,0.09));
  border: 1px solid rgba(101,232,255,0.16);
  border-radius: var(--fr-radius);
  box-shadow: var(--fr-shadow-glow);
}
.fr-buy-box {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 24px;
  border-radius: var(--fr-radius);
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
}
.fr-buy-box__price {
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--fr-white);
}
.fr-spec-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.fr-spec {
  padding: 16px;
  border-radius: 18px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.06);
}
.fr-spec strong {
  display: block;
  color: var(--fr-white);
  margin-bottom: 6px;
}
.fr-compare-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.fr-highlight-list {
  display: grid;
  gap: 12px;
}
.fr-highlight {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255,255,255,0.035);
  border: 1px solid rgba(255,255,255,0.06);
}
.fr-highlight__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--fr-cyan), var(--fr-violet));
  margin-top: 8px;
  flex: 0 0 auto;
}
.fr-table-wrap {
  overflow: auto;
  border-radius: var(--fr-radius);
}
table {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px;
}
th, td {
  padding: 16px 18px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  text-align: left;
}
th {
  color: var(--fr-white);
  font-size: .9rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  background: rgba(255,255,255,0.03);
}
blockquote {
  margin: 2rem 0;
  padding: 22px 24px;
  border-left: 3px solid var(--fr-cyan);
  background: rgba(255,255,255,0.03);
  border-radius: 0 var(--fr-radius-sm) var(--fr-radius-sm) 0;
}
.fr-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 20px;
  border-radius: 999px;
  color: #03111c;
  background: linear-gradient(135deg, var(--fr-cyan), var(--fr-blue));
  font-weight: 800;
  box-shadow: 0 12px 34px rgba(77,163,255,0.22);
}
.fr-cta:hover { color: #03111c; transform: translateY(-1px); }
.fr-faq details {
  background: rgba(255,255,255,0.035);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 18px;
  padding: 18px 20px;
}
.fr-faq details + details { margin-top: 14px; }
.fr-faq summary {
  cursor: pointer;
  font-weight: 700;
  color: var(--fr-white);
}
.fr-post {
  padding: 32px 0 var(--fr-section);
}
.fr-comparison-page {
  position: relative;
}
.fr-comparison-hero {
  padding: 44px 0 28px;
}
.fr-comparison-hero__grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 28px;
  align-items: center;
}
.fr-comparison-hero__visual {
  min-height: 440px;
  position: relative;
  overflow: hidden;
}
.fr-comparison-products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: end;
  height: 100%;
}
.fr-comparison-product {
  text-align: center;
  position: relative;
}
.fr-comparison-product__device {
  width: 72%;
  margin: 0 auto 16px;
  height: 220px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,.16), rgba(77,163,255,.12) 18%, rgba(19,37,68,.98) 62%, rgba(8,14,24,1) 100%);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: var(--fr-shadow-glow);
}
.fr-comparison-product__pedestal {
  width: 90%;
  height: 14px;
  margin: 0 auto 14px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(101,232,255,0.55), rgba(77,163,255,0.22) 45%, rgba(77,163,255,0.03) 75%);
}
.fr-comparison-product--winner .fr-comparison-product__device {
  height: 260px;
  box-shadow: 0 0 0 1px rgba(101,232,255,0.18), 0 0 34px rgba(77,163,255,0.24);
}
.fr-comparison-summary__featured {
  margin-bottom: 22px;
}
.fr-score-hero {
  padding: 38px 0 20px;
}
.fr-score-hero__grid {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 26px;
  align-items: center;
}
.fr-score-hero__visual {
  min-height: 360px;
  display: grid;
  place-items: center;
}
.fr-score-hero__image img,
.fr-score-hero__image {
  max-height: 320px;
  margin: 0 auto;
}
.fr-score-headline {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 18px;
  margin-top: 24px;
}
.fr-score-headline__label {
  display: block;
  color: var(--fr-text-soft);
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .8rem;
  margin-bottom: 8px;
}
.fr-score-headline strong {
  font-size: 4rem;
  line-height: .9;
  color: var(--fr-blue);
}
.fr-score-headline small {
  color: var(--fr-text-soft);
  font-size: 1.1rem;
}
.fr-score-badge {
  padding: 16px 18px;
  border-radius: 999px;
  border: 1px solid rgba(101,232,255,0.18);
  box-shadow: var(--fr-shadow-glow);
  color: var(--fr-white);
  text-transform: uppercase;
  font-size: .78rem;
  letter-spacing: .12em;
}
.fr-mini-score {
  padding: 18px;
  text-align: center;
}
.fr-mini-score strong {
  display: block;
  margin-bottom: 8px;
  color: var(--fr-white);
}
.fr-mini-score span {
  color: var(--fr-blue);
  font-size: 2rem;
  font-weight: 800;
}
.fr-score-card {
  padding: 22px;
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 18px;
  align-items: center;
}
.fr-score-card--winner,
.fr-box--winner {
  border-color: rgba(101,232,255,0.24);
  box-shadow: var(--fr-shadow-glow);
}
.fr-feature-card {
  padding: 22px;
  min-height: 160px;
}
.fr-feature-card strong {
  display: block;
  color: var(--fr-white);
  margin-bottom: 10px;
}
.fr-post__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 290px;
  gap: 32px;
}
.fr-deep-hero {
  padding: 34px 0 24px;
}
.fr-deep-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 28px;
  align-items: start;
}
.fr-author-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 24px;
}
.fr-author-badge {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 30%, rgba(255,255,255,0.2), rgba(77,163,255,0.18) 35%, rgba(9,20,37,1) 100%);
  box-shadow: var(--fr-shadow-glow);
}
.fr-deep-sidebar-top,
.fr-deep-sidebar {
  display: grid;
  gap: 18px;
}
.fr-mini-product-list {
  display: grid;
  gap: 14px;
  margin-top: 14px;
}
.fr-mini-product {
  padding: 14px;
  border-radius: 16px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
}
.fr-mini-product span {
  display: block;
  color: var(--fr-blue);
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 4px;
}
.fr-key-points {
  margin: 1.4rem 0 1.8rem;
}
.fr-post__content > * + * { margin-top: 1.4rem; }
.fr-post__content figure { margin: 2rem 0; }
.fr-post__content img {
  border-radius: 22px;
  box-shadow: var(--fr-shadow);
}
.fr-post__content h2,
.fr-post__content h3 {
  scroll-margin-top: 110px;
}
.fr-post__content .wp-block-group,
.fr-post__content .wp-block-columns,
.fr-post__content .wp-block-cover,
.fr-post__content .wp-block-table,
.fr-post__content .wp-block-image,
.fr-post__content .fr-panel,
.fr-post__content .fr-verdict,
.fr-post__content .fr-buy-box {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}
.fr-toc {
  position: sticky;
  top: 108px;
  align-self: start;
  padding: 18px;
}
.fr-toc ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.fr-toc li + li { margin-top: 10px; }
.fr-toc a { color: var(--fr-text-soft); font-size: .94rem; }
.fr-toc a:hover { color: var(--fr-white); }
.fr-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  width: 0;
  z-index: 99;
  background: linear-gradient(90deg, var(--fr-cyan), var(--fr-violet));
  box-shadow: 0 0 24px rgba(101,232,255,0.4);
}
.site-footer {
  padding: 30px 0 50px;
  color: var(--fr-text-soft);
}
[data-fr-reveal] {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .7s ease, transform .7s ease;
}
[data-fr-reveal].is-visible {
  opacity: 1;
  transform: none;
}
.fr-home-hero {
  position: relative;
  padding: clamp(44px, 6vw, 84px) 0 22px;
  overflow: hidden;
}
.fr-home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 72% 26%, rgba(77,163,255,0.18), transparent 26%), radial-gradient(circle at 75% 32%, rgba(139,124,255,0.14), transparent 30%);
  pointer-events: none;
}
.fr-home-hero__grid {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 28px;
  align-items: center;
}
.fr-home-logo-lockup {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 20px;
}
.fr-home-logo-main {
  font-size: clamp(3.2rem, 8vw, 6rem);
  line-height: .9;
  font-weight: 800;
  letter-spacing: -.08em;
  color: var(--fr-white);
}
.fr-home-logo-main span { color: var(--fr-blue); }
.fr-home-logo-sub {
  letter-spacing: .45em;
  font-size: .95rem;
  color: var(--fr-text-soft);
}
.fr-home-hero h1 {
  font-size: clamp(2.2rem, 4.8vw, 4.4rem);
  line-height: .98;
  margin-bottom: 18px;
}
.fr-home-hero h1 span { color: var(--fr-blue); }
.fr-home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 26px 0;
}
.fr-cta--ghost {
  color: var(--fr-white);
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  box-shadow: none;
}
.fr-home-pillars {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}
.fr-home-pillar {
  padding: 16px 14px;
  border-radius: 18px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(101,232,255,0.12);
}
.fr-home-pillar strong {
  display: block;
  color: var(--fr-white);
  font-size: .92rem;
  margin-bottom: 4px;
}
.fr-home-pillar span {
  color: var(--fr-text-soft);
  font-size: .82rem;
}
.fr-home-hero__visual {
  position: relative;
  min-height: 620px;
}
.fr-home-orbit {
  position: absolute;
  inset: 4% 8% 4% 18%;
  border-radius: 50%;
  border: 2px solid rgba(77,163,255,0.32);
  box-shadow: 0 0 40px rgba(77,163,255,0.16), inset 0 0 40px rgba(77,163,255,0.08);
}
.fr-home-agent-stage {
  position: absolute;
  inset: 10% 4% 10% 14%;
  background: linear-gradient(180deg, rgba(8,18,36,0.3), rgba(8,18,36,0.05));
  overflow: hidden;
}
.fr-home-silhouette {
  position: absolute;
  bottom: 0;
  width: 28%;
  aspect-ratio: .7;
  border-radius: 999px 999px 18px 18px;
  background: radial-gradient(circle at 50% 22%, rgba(255,255,255,0.20), rgba(77,163,255,0.12) 18%, rgba(19,37,68,0.98) 58%, rgba(8,14,24,1) 100%);
  box-shadow: inset 0 0 0 1px rgba(101,232,255,0.12), 0 0 36px rgba(77,163,255,0.12);
}
.fr-home-silhouette::before {
  content: "";
  position: absolute;
  inset: 10% 18% auto 18%;
  height: 23%;
  border-radius: 999px;
  background: radial-gradient(circle at 50% 28%, rgba(255,255,255,.22), rgba(101,232,255,.1) 40%, rgba(12,18,28,.9) 100%);
}
.fr-home-silhouette--one { left: 6%; height: 74%; }
.fr-home-silhouette--two { left: 31%; height: 92%; }
.fr-home-silhouette--three { left: 52%; height: 72%; }
.fr-home-silhouette--four { right: 0; height: 86%; }
.fr-home-agent {
  position: absolute;
  padding: 10px 14px;
  border-radius: 16px;
  background: rgba(10,18,34,0.82);
  border: 1px solid rgba(101,232,255,0.18);
  box-shadow: var(--fr-shadow-glow);
  min-width: 178px;
}
.fr-home-agent span {
  display: block;
  color: var(--fr-cyan);
  font-size: .72rem;
  letter-spacing: .12em;
}
.fr-home-agent small {
  color: var(--fr-white);
  font-size: .88rem;
}
.fr-home-agent--tech { top: 18%; left: 24%; }
.fr-home-agent--hogar { top: 26%; right: 2%; }
.fr-home-agent--estilo { bottom: 23%; left: 26%; }
.fr-home-agent--decor { bottom: 16%; right: 4%; }
.fr-home-scrollcue {
  width: 44px;
  height: 72px;
  margin: 18px auto 0;
  border-radius: 999px;
  border: 1px solid rgba(101,232,255,0.22);
  display: grid;
  place-items: center;
  box-shadow: var(--fr-shadow-glow);
}
.fr-home-scrollcue span {
  width: 8px;
  height: 18px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--fr-cyan), transparent);
}
.fr-home-featured-row,
.fr-category-grid,
.fr-home-stats-strip {
  align-items: stretch;
}
.fr-home-product-card {
  padding: 18px;
  min-height: 280px;
}
.fr-home-product-thumb {
  height: 120px;
  border-radius: 18px;
  margin-bottom: 16px;
  background: radial-gradient(circle at 50% 30%, rgba(255,255,255,0.16), rgba(77,163,255,0.12) 26%, rgba(15,28,52,0.96) 66%, rgba(7,12,20,1) 100%);
  border: 1px solid rgba(255,255,255,0.06);
}
.fr-home-product-card small,
.fr-link-more {
  color: var(--fr-blue);
  text-transform: uppercase;
  letter-spacing: .08em;
}
.fr-home-rating {
  margin-top: auto;
  color: #ffcf67;
  font-weight: 700;
}
.fr-home-rating span { color: var(--fr-text-soft); font-weight: 500; }
.fr-category-card {
  min-height: 88px;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 16px;
  box-shadow: var(--fr-shadow-glow);
}
.fr-home-agents-band {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 22px;
}
.fr-home-agents-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.fr-home-stats-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
@media (max-width: 1180px) {
  .fr-home-hero__grid,
  .fr-home-agents-band,
  .fr-grid--5,
  .fr-grid--6,
  .fr-home-pillars,
  .fr-home-stats-strip,
  .fr-hero__grid,
  .fr-post__layout,
  .fr-grid--3,
  .fr-grid--2,
  .fr-pros-cons,
  .fr-verdict,
  .fr-compare-split,
  .fr-buy-box,
  .fr-spec-grid,
  .fr-comparison-hero__grid,
  .fr-comparison-products,
  .fr-score-card,
  .fr-deep-hero__grid,
  .fr-score-hero__grid,
  .fr-score-headline {
    grid-template-columns: 1fr;
  }
  .fr-home-hero__visual { min-height: 480px; }
  .fr-toc { position: relative; top: 0; }
}
@media (max-width: 720px) {
  .site-header__inner { min-height: 72px; }
  .site-nav ul { gap: 12px; }
  .fr-panel,
  .fr-hero-card,
  .fr-product-card { padding: 20px; }
  .fr-stats { grid-template-columns: 1fr; }
  th, td { padding: 14px; }
  body { font-size: 15px; }
}

/* FarIA Reviews visual system V2 */
:root {
  --fr-bg: #02070d;
  --fr-bg-soft: #06111f;
  --fr-bg-card: rgba(4, 13, 25, 0.78);
  --fr-border: rgba(42, 181, 255, 0.26);
  --fr-cyan: #06dfff;
  --fr-blue: #2388ff;
  --fr-violet: #8b45ff;
  --fr-magenta: #b64dff;
  --fr-radius: 18px;
  --fr-radius-sm: 10px;
  --fr-shadow: 0 18px 70px rgba(0, 0, 0, 0.48);
  --fr-shadow-glow: 0 0 0 1px rgba(6,223,255,0.18), 0 18px 48px rgba(35,136,255,0.16), 0 0 56px rgba(139,69,255,0.14);
}

h1, h2, h3, h4,
.fr-home-logo-main,
.fr-home-logo-sub,
.fr-eyebrow,
.site-nav a {
  letter-spacing: 0;
}

body {
  background:
    radial-gradient(circle at 72% 10%, rgba(35, 136, 255, .2), transparent 24%),
    radial-gradient(circle at 90% 28%, rgba(139, 69, 255, .14), transparent 26%),
    linear-gradient(180deg, #01040a 0%, #03101d 46%, #02070d 100%);
}

body::before {
  background-image:
    linear-gradient(rgba(6,223,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(6,223,255,0.025) 1px, transparent 1px);
  background-size: 48px 48px;
  opacity: .55;
}

.site-header {
  background: rgba(1, 6, 12, 0.76);
  border-bottom-color: rgba(6, 223, 255, .12);
}

.site-header__inner {
  min-height: 112px;
  gap: 28px;
}

.site-logo {
  display: block;
  width: 132px;
  height: 98px;
  overflow: hidden;
}

.site-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transform: none;
}

.site-nav a {
  color: rgba(231, 243, 255, .82);
  font-size: .86rem;
  font-weight: 800;
  text-transform: uppercase;
}

.site-nav a:hover,
.site-nav .current-menu-item > a {
  color: var(--fr-cyan);
  text-shadow: 0 0 18px rgba(6,223,255,.55);
}

.site-header__tools {
  display: flex;
  align-items: center;
  gap: 14px;
}

.fr-icon-button {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(120, 200, 255, .24);
  border-radius: 50%;
  background: rgba(4, 13, 25, .42);
  color: var(--fr-white);
  position: relative;
  cursor: pointer;
}

.fr-icon-button span,
.fr-icon-button::after {
  position: absolute;
  content: "";
  display: block;
}

.fr-icon-button span {
  width: 14px;
  height: 14px;
  border: 2px solid currentColor;
  border-radius: 50%;
  inset: 11px auto auto 11px;
}

.fr-icon-button::after {
  width: 8px;
  height: 2px;
  background: currentColor;
  transform: rotate(45deg);
  inset: 26px auto auto 25px;
}

.fr-header-subscribe {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid rgba(139,69,255,.65);
  border-radius: 999px;
  color: var(--fr-white);
  box-shadow: 0 0 22px rgba(139,69,255,.32);
  font-weight: 800;
  font-size: .86rem;
}

.fr-home-hero--v2 {
  min-height: calc(100vh - 112px);
  padding-top: clamp(34px, 4vw, 58px);
  border-bottom: 1px solid rgba(6, 223, 255, .1);
}

.fr-home-brandmark,
.fr-page-logo {
  width: min(520px, 86vw);
  max-height: 150px;
  object-fit: contain;
  object-position: center;
  margin-bottom: 28px;
  filter: drop-shadow(0 0 30px rgba(6,223,255,.2));
}

.fr-home-brandmark {
  transform: none;
}

.fr-home-hero h1,
.fr-comparison-hero h1,
.fr-score-hero h1,
.fr-deep-hero h1 {
  text-transform: none;
  color: var(--fr-white);
  text-shadow: 0 0 36px rgba(255,255,255,.08);
  overflow-wrap: anywhere;
}

.fr-home-hero h1 span,
.fr-comparison-hero h1 span,
.fr-deep-hero h1 span {
  color: var(--fr-cyan);
  background: linear-gradient(90deg, var(--fr-cyan), var(--fr-blue), var(--fr-violet));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.fr-cta {
  border: 1px solid rgba(6,223,255,.42);
  border-radius: 8px;
  color: var(--fr-white);
  background: linear-gradient(135deg, #06dfff, #246fff 54%, #8b45ff);
  box-shadow: 0 0 24px rgba(6,223,255,.24), inset 0 0 0 1px rgba(255,255,255,.22);
}

.fr-cta:hover {
  color: var(--fr-white);
}

.fr-cta--ghost {
  background: rgba(4, 13, 25, .5);
  border-color: rgba(255,255,255,.2);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.04);
}

.fr-home-pillars {
  gap: 18px;
  align-items: start;
}

.fr-home-pillar {
  background: transparent;
  border: 0;
  padding: 0;
}

.fr-home-pillar i {
  display: block;
  width: 34px;
  height: 34px;
  margin-bottom: 10px;
  border: 1px solid rgba(6,223,255,.36);
  border-radius: 50%;
  color: var(--fr-cyan);
  font-style: normal;
  font-size: .72rem;
  line-height: 32px;
  text-align: center;
}

.fr-home-pillar strong {
  font-size: .82rem;
  line-height: 1.25;
  color: rgba(231,243,255,.9);
}

.fr-home-hero__visual {
  min-height: min(700px, 74vh);
}

.fr-home-orbit {
  inset: 2% 0 4% 8%;
  border-color: rgba(6,223,255,.44);
  box-shadow: 0 0 58px rgba(35,136,255,.28), inset 0 0 52px rgba(139,69,255,.1);
}

.fr-agent-cluster {
  position: absolute;
  inset: 0;
  margin: 0;
}

.fr-agent-cluster__img {
  position: absolute;
  object-fit: cover;
  border: 1px solid rgba(6,223,255,.22);
  border-radius: 18px;
  box-shadow: 0 28px 80px rgba(0,0,0,.58);
  filter: saturate(1.05) contrast(1.08);
}

.fr-agent-cluster__img--tech {
  width: 38%;
  top: 3%;
  left: 33%;
  z-index: 3;
}

.fr-agent-cluster__img--home {
  width: 34%;
  top: 14%;
  right: 0;
  z-index: 2;
}

.fr-agent-cluster__img--style {
  width: 32%;
  left: 20%;
  bottom: 2%;
  z-index: 4;
}

.fr-agent-cluster__img--decor {
  width: 35%;
  right: 10%;
  bottom: 0;
  z-index: 5;
}

.fr-home-agent {
  z-index: 8;
  border-radius: 8px;
  background: rgba(4, 13, 25, .72);
}

.fr-home-agent--tech { top: 23%; left: 45%; }
.fr-home-agent--hogar { top: 36%; right: -1%; }
.fr-home-agent--estilo { bottom: 18%; left: 23%; }
.fr-home-agent--decor { bottom: 10%; right: 0; }

.fr-home-scrollcue {
  border-radius: 50px;
  width: 36px;
  height: 58px;
}

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

.fr-card,
.fr-panel,
.wp-block-table,
.wp-block-group.is-style-fr-panel {
  background: linear-gradient(180deg, rgba(7, 18, 33, .84), rgba(2, 8, 15, .74));
  border-color: rgba(42, 181, 255, .24);
}

.fr-home-product-card {
  min-height: 318px;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
}

.fr-home-product-thumb,
.fr-score-feature__media {
  position: relative;
  height: 154px;
  border-radius: 8px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 82%, rgba(6,223,255,.42), transparent 20%),
    radial-gradient(circle at 50% 32%, rgba(255,255,255,.22), rgba(35,136,255,.14) 28%, rgba(4,13,25,1) 72%);
}

.fr-home-product-thumb::before,
.fr-score-feature__media::before,
.fr-product-placeholder::before {
  content: "";
  position: absolute;
  inset: 16% 35% 12%;
  border-radius: 18px;
  background: linear-gradient(180deg, #f8fbff 0%, #aeb7c4 48%, #eef4ff 100%);
  box-shadow: 0 20px 44px rgba(0,0,0,.45), inset 0 0 0 1px rgba(255,255,255,.5);
}

.fr-home-product-thumb::after,
.fr-score-feature__media::after,
.fr-product-placeholder::after {
  content: "";
  position: absolute;
  inset: 24% 39% 26%;
  border-radius: 999px;
  background: radial-gradient(circle at 50% 72%, #c78009 0 18%, #0a0c12 19% 100%);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.12);
}

.fr-category-card {
  min-height: 106px;
  gap: 9px;
  border-radius: 10px;
  color: var(--fr-white);
  font-weight: 800;
  transition: transform .2s ease, border-color .2s ease;
}

.fr-category-card:hover {
  transform: translateY(-3px);
  border-color: rgba(139,69,255,.62);
}

.fr-cat-icon {
  width: 31px;
  height: 31px;
  display: block;
  border: 2px solid currentColor;
  border-radius: 7px;
  box-shadow: 0 0 16px rgba(6,223,255,.28);
}

.fr-cat-icon--audio { border-radius: 50% 50% 8px 8px; }
.fr-cat-icon--home { transform: rotate(45deg); }
.fr-cat-icon--style { border-radius: 50% 50% 8px 8px; }
.fr-cat-icon--sport { border-radius: 999px; width: 38px; }
.fr-cat-icon--gaming { border-radius: 12px; }
.fr-cat-icon--bag { border-radius: 4px 4px 9px 9px; }
.fr-cat-icon--all { box-shadow: inset 11px 0 0 transparent, 0 0 16px rgba(6,223,255,.28); }

.fr-home-agents-band {
  align-items: center;
}

.fr-home-agents-copy {
  padding-right: clamp(20px, 4vw, 60px);
}

.fr-agent-card {
  min-height: 310px;
  padding: 12px;
  border-radius: 10px;
  overflow: hidden;
}

.fr-agent-card img {
  width: 100%;
  aspect-ratio: 1 / 1.18;
  object-fit: cover;
  object-position: center top;
  border-radius: 8px;
  margin-bottom: 14px;
}

.fr-home-stats-strip {
  border-top: 1px solid rgba(6,223,255,.14);
  border-bottom: 1px solid rgba(6,223,255,.14);
  padding: 20px 0;
}

.fr-stat {
  background: transparent;
  border: 0;
  border-radius: 0;
  border-right: 1px solid rgba(6,223,255,.15);
}

.fr-stat:last-child {
  border-right: 0;
}

.fr-comparison-hero--v2 {
  padding-top: 28px;
  background:
    radial-gradient(circle at 74% 30%, rgba(6,223,255,.16), transparent 30%),
    linear-gradient(180deg, rgba(2,7,13,.4), transparent);
}

.fr-comparison-hero--v2 .fr-comparison-hero__grid {
  grid-template-columns: .78fr 1.22fr;
  min-height: 560px;
}

.fr-comparison-hero--v2 .fr-comparison-hero__visual {
  min-height: 520px;
  overflow: visible;
}

.fr-comparison-kicker {
  width: min(520px, 100%);
  margin: 0 auto 24px;
  padding: 12px 18px;
  border: 1px solid rgba(6,223,255,.18);
  color: var(--fr-white);
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
}

.fr-product-placeholder {
  position: relative;
  width: 100%;
  height: 260px;
  min-width: 94px;
}

.fr-product-placeholder--translator-dark::before {
  background: linear-gradient(180deg, #1b1e24, #474e58 42%, #12161d 100%);
}

.fr-product-placeholder--compact::before {
  inset: 18% 30% 18%;
  border-radius: 9px;
}

.fr-comparison-product--winner .fr-product-placeholder {
  height: 310px;
}

.fr-comparison-product__pedestal {
  height: 46px;
  margin-top: -18px;
  border: 1px solid rgba(6,223,255,.34);
  background: radial-gradient(circle at center, rgba(6,223,255,.42), rgba(35,136,255,.16) 52%, rgba(2,7,13,.82) 76%);
}

.fr-comparison-product strong {
  display: block;
  color: var(--fr-white);
  text-transform: uppercase;
  line-height: 1.1;
  margin-top: -36px;
  position: relative;
  z-index: 2;
}

.fr-section-title-line {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.fr-section-title-line span {
  width: 32px;
  height: 4px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--fr-cyan), var(--fr-blue));
  box-shadow: 0 0 18px rgba(6,223,255,.55);
}

.fr-section-title-line h2 {
  margin: 0;
  font-size: 1.1rem;
  text-transform: uppercase;
}

.fr-table-wrap {
  border: 1px solid rgba(42, 181, 255, .18);
  border-radius: 10px;
}

td.is-best {
  color: var(--fr-white);
  background: rgba(6,223,255,.09);
  box-shadow: inset 1px 0 0 rgba(6,223,255,.45), inset -1px 0 0 rgba(6,223,255,.45);
}

.fr-comparison-winner,
.fr-final-recommendation,
.fr-expert-strip,
.fr-score-verdict-grid {
  display: grid;
  gap: 24px;
  align-items: center;
}

.fr-comparison-winner {
  grid-template-columns: 220px minmax(0, 1fr) minmax(240px, .8fr);
}

.fr-comparison-winner ul,
.fr-box ul {
  list-style: none;
  padding-left: 0;
}

.fr-comparison-winner li,
.fr-box li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
}

.fr-comparison-winner li::before,
.fr-box--pros li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--fr-cyan);
}

.fr-box--cons li::before {
  content: "×";
  position: absolute;
  left: 0;
  color: #ff5d74;
}

.fr-score-hero--v2 {
  padding-top: 28px;
}

.fr-score-hero--v2 .fr-score-hero__grid {
  grid-template-columns: 1.06fr .94fr;
  min-height: 560px;
}

.fr-product-stage {
  position: relative;
  min-height: 500px;
  display: grid;
  place-items: center;
}

.fr-product-stage::before {
  content: "";
  position: absolute;
  width: 430px;
  max-width: 86%;
  aspect-ratio: 1;
  border: 3px solid rgba(6,223,255,.42);
  border-radius: 50%;
  box-shadow: 0 0 56px rgba(35,136,255,.28);
}

.fr-product-stage::after {
  content: "";
  position: absolute;
  width: 420px;
  max-width: 84%;
  height: 54px;
  bottom: 70px;
  border-radius: 50%;
  border: 1px solid rgba(6,223,255,.42);
  background: radial-gradient(circle, rgba(6,223,255,.38), rgba(2,7,13,.9) 62%);
  box-shadow: 0 0 44px rgba(6,223,255,.3);
}

.fr-product-stage .fr-product-placeholder,
.fr-score-hero__image {
  z-index: 2;
}

.fr-score-headline {
  border-radius: 10px;
}

.fr-score-headline strong {
  color: var(--fr-cyan);
  font-size: clamp(4rem, 8vw, 6.4rem);
}

.fr-stars {
  color: var(--fr-cyan);
  font-size: 1.7rem;
  letter-spacing: .08em;
}

.fr-score-badge {
  width: 148px;
  aspect-ratio: 1;
  border-radius: 50%;
  display: grid;
  place-items: center;
  text-align: center;
  line-height: 1.3;
  background: radial-gradient(circle, rgba(35,136,255,.16), rgba(2,7,13,.95) 64%);
}

.fr-score-verdict-grid {
  grid-template-columns: .9fr 1.5fr;
}

.fr-verdict-mini {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 18px;
  align-items: center;
}

.fr-category-score-row,
.fr-score-feature-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.fr-mini-score {
  background: transparent;
  border: 0;
}

.fr-mini-score span {
  color: var(--fr-cyan);
}

.fr-score-feature {
  padding: 12px;
  border-radius: 10px;
}

.fr-score-feature h3 {
  color: var(--fr-cyan);
  font-size: 1.05rem;
  text-transform: uppercase;
  margin-top: 14px;
}

.fr-score-feature strong {
  display: block;
  color: var(--fr-cyan);
  font-size: 2rem;
  margin-top: 16px;
}

.fr-score-feature strong span {
  color: var(--fr-text-soft);
  font-size: 1rem;
}

.fr-box--pros,
.fr-box--cons {
  min-height: 230px;
  border-color: rgba(42, 181, 255, .24);
}

.fr-box--pros h3 { color: var(--fr-cyan); }
.fr-box--cons h3 { color: #ff5d74; }

.fr-final-recommendation {
  grid-template-columns: minmax(0, 1fr) 300px;
}

.fr-product-placeholder--wide {
  height: 180px;
}

.fr-product-placeholder--wide::before {
  inset: 22% 10% 18%;
  border-radius: 36px;
  transform: rotate(-6deg);
}

.fr-product-placeholder--wide::after {
  inset: 34% 26% 32%;
  transform: rotate(-6deg);
}

.fr-expert-strip {
  grid-template-columns: 160px minmax(0, 1fr);
}

.fr-expert-strip img {
  width: 160px;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center top;
  border-radius: 50%;
  border: 2px solid rgba(6,223,255,.42);
  box-shadow: var(--fr-shadow-glow);
}

.fr-breadcrumbs {
  color: var(--fr-text-soft);
  font-size: .88rem;
  margin-bottom: 28px;
}

.fr-deep-hero--v2 .fr-deep-hero__grid {
  grid-template-columns: minmax(0, 1fr) 340px;
}

.fr-author-row {
  flex-wrap: wrap;
}

.fr-author-row img {
  width: 46px;
  height: 46px;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid rgba(6,223,255,.36);
}

.fr-author-row small {
  display: block;
  color: var(--fr-text-soft);
}

.fr-deep-product-hero {
  min-height: 420px;
  margin-top: 28px;
  display: grid;
  grid-template-columns: .75fr 1fr;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 48%, rgba(6,223,255,.16), transparent 28%),
    linear-gradient(135deg, rgba(4,13,25,.9), rgba(2,7,13,.72));
}

.fr-deep-product-hero h2 {
  font-size: clamp(2rem, 3.8vw, 3.7rem);
}

.fr-mini-product {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4px 14px;
  border-radius: 10px;
}

.fr-mini-product--featured {
  border-color: rgba(6,223,255,.42);
  box-shadow: var(--fr-shadow-glow);
}

.fr-key-points {
  border-radius: 10px;
  border-color: rgba(139,69,255,.55);
}

.fr-toc {
  position: relative;
  top: 0;
  border-radius: 10px;
}

.fr-toc strong {
  display: block;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.fr-toc ul {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px 24px;
}

.fr-toc li + li {
  margin-top: 0;
}

.fr-toc li {
  display: flex;
  gap: 9px;
  align-items: baseline;
}

.fr-toc__num {
  color: var(--fr-cyan);
  font-weight: 900;
  flex: 0 0 auto;
}

@media (max-width: 1180px) {
  .site-header__tools {
    display: none;
  }

  .fr-grid--8,
  .fr-category-score-row,
  .fr-score-feature-grid,
  .fr-toc ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fr-comparison-winner,
  .fr-score-verdict-grid,
  .fr-final-recommendation,
  .fr-expert-strip,
  .fr-deep-product-hero {
    grid-template-columns: 1fr;
  }

  .fr-comparison-hero--v2 .fr-comparison-hero__grid,
  .fr-score-hero--v2 .fr-score-hero__grid,
  .fr-deep-hero--v2 .fr-deep-hero__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .site-header__inner {
    align-items: flex-start;
    padding: 14px 0;
  }

  .site-logo {
    width: 78px;
    height: 68px;
  }

  .site-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: none;
  }

  .site-nav ul {
    justify-content: flex-end;
  }

  .site-nav a {
    font-size: .73rem;
  }

  .fr-home-hero__visual {
    min-height: 520px;
  }

  .fr-agent-cluster__img--tech { width: 54%; left: 8%; top: 2%; }
  .fr-agent-cluster__img--home { width: 52%; right: 4%; top: 18%; }
  .fr-agent-cluster__img--style { width: 48%; left: 2%; bottom: 4%; }
  .fr-agent-cluster__img--decor { width: 50%; right: 2%; bottom: 0; }

  .fr-home-agent {
    display: none;
  }

  .fr-grid--8,
  .fr-grid--4,
  .fr-category-score-row,
  .fr-score-feature-grid,
  .fr-toc ul {
    grid-template-columns: 1fr 1fr;
  }

  .fr-comparison-products {
    position: relative;
    grid-template-columns: repeat(3, 210px);
    overflow-x: auto;
    padding-bottom: 14px;
  }

  .fr-comparison-products::after {
    content: "Desliza para ver todos";
    position: absolute;
    right: 0;
    bottom: -20px;
    color: var(--fr-cyan);
    font-size: .8rem;
  }

  .fr-comparison-hero h1,
  .fr-score-hero h1,
  .fr-deep-hero h1 {
    font-size: clamp(2.25rem, 11vw, 3rem);
  }

  .fr-product-stage {
    min-height: 420px;
  }

  .fr-deep-product-hero {
    min-height: 360px;
  }
}

/* Comparison laboratory template */
.fr-comparison-shell {
  position: relative;
  isolation: isolate;
  padding-bottom: 36px;
}

.fr-comparison-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 72% 10%, rgba(6, 223, 255, .18), transparent 26%),
    radial-gradient(circle at 78% 22%, rgba(139, 69, 255, .13), transparent 30%),
    linear-gradient(180deg, rgba(1, 4, 10, .08), rgba(2, 7, 13, .94) 54%, #01050a 100%);
}

.fr-comparison-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .46;
  background-image:
    radial-gradient(circle at 12% 22%, rgba(6,223,255,.46) 0 1px, transparent 2px),
    radial-gradient(circle at 55% 18%, rgba(35,136,255,.36) 0 1px, transparent 2px),
    radial-gradient(circle at 82% 16%, rgba(6,223,255,.4) 0 1px, transparent 2px),
    linear-gradient(90deg, transparent 0 48%, rgba(6,223,255,.16) 49%, transparent 50% 100%);
  background-size: 220px 120px, 180px 100px, 260px 150px, 100% 1px;
  mask-image: linear-gradient(180deg, black 0, black 34%, transparent 62%);
}

.fr-comparison-hero--lab {
  padding: 30px 0 18px;
}

.fr-comparison-hero--lab .fr-container,
.fr-comparison-shell .fr-container {
  width: min(calc(100% - 56px), 1360px);
}

.fr-comparison-hero--lab .fr-comparison-hero__grid {
  grid-template-columns: .56fr 1.24fr;
  gap: clamp(28px, 4vw, 64px);
  min-height: 520px;
  align-items: center;
}

.fr-comparison-hero--lab h1 {
  font-size: clamp(2.15rem, 3.45vw, 3.1rem);
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 22px;
}

.fr-comparison-shell .fr-section {
  padding: 16px 0;
}

.fr-comparison-shell .fr-section--tight {
  padding-top: 12px;
}

.fr-comparison-hero--lab .fr-lead {
  max-width: 38ch;
  color: rgba(231, 243, 255, .92);
}

.fr-comparison-proof-list {
  display: grid;
  gap: 17px;
  margin-top: 30px;
}

.fr-comparison-proof {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 15px;
  align-items: center;
}

.fr-comparison-proof strong,
.fr-feature-icon-grid strong {
  display: block;
  color: var(--fr-white);
  font-size: .9rem;
  line-height: 1.25;
  text-transform: uppercase;
}

.fr-comparison-proof span:not(.fr-lab-icon),
.fr-feature-icon-grid p {
  color: var(--fr-text-soft);
  font-size: .86rem;
  line-height: 1.35;
  margin: 3px 0 0;
}

.fr-lab-icon {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(6,223,255,.42);
  border-radius: 50%;
  color: var(--fr-cyan);
  box-shadow: 0 0 22px rgba(6,223,255,.22), inset 0 0 18px rgba(6,223,255,.06);
}

.fr-lab-icon::before,
.fr-lab-icon::after {
  content: "";
  position: absolute;
}

.fr-lab-icon--image::before,
.fr-lab-icon--image::after {
  display: none;
}

.fr-lab-icon--image img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  filter: drop-shadow(0 0 9px rgba(6,223,255,.88)) drop-shadow(0 0 18px rgba(139,69,255,.35));
}

.fr-lab-icon--shield::before {
  width: 18px;
  height: 21px;
  border: 2px solid currentColor;
  border-radius: 9px 9px 12px 12px;
  clip-path: polygon(50% 0, 100% 18%, 88% 78%, 50% 100%, 12% 78%, 0 18%);
}

.fr-lab-icon--target::before {
  width: 24px;
  height: 24px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.fr-lab-icon--target::after {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
}

.fr-lab-icon--globe::before {
  width: 24px;
  height: 24px;
  border: 2px solid currentColor;
  border-radius: 50%;
  box-shadow: inset 8px 0 0 rgba(6,223,255,.08), inset -8px 0 0 rgba(6,223,255,.08);
}

.fr-lab-icon--chat::before {
  width: 24px;
  height: 18px;
  border: 2px solid currentColor;
  border-radius: 7px;
}

.fr-lab-icon--chat::after {
  width: 8px;
  height: 8px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-20deg);
  bottom: 12px;
  left: 14px;
}

.fr-lab-icon--wifi::before {
  width: 26px;
  height: 26px;
  border: 3px solid currentColor;
  border-color: currentColor transparent transparent transparent;
  border-radius: 50%;
  transform: translateY(8px);
}

.fr-lab-icon--wifi::after {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
  bottom: 13px;
}

.fr-lab-icon--camera::before {
  width: 25px;
  height: 18px;
  border: 2px solid currentColor;
  border-radius: 5px;
}

.fr-lab-icon--camera::after {
  width: 9px;
  height: 9px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.fr-lab-icon--bag::before {
  width: 22px;
  height: 24px;
  border: 2px solid currentColor;
  border-radius: 5px;
  bottom: 9px;
}

.fr-lab-icon--bag::after {
  width: 10px;
  height: 7px;
  border: 2px solid currentColor;
  border-bottom: 0;
  border-radius: 7px 7px 0 0;
  top: 9px;
}

.fr-comparison-kicker {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: min(560px, 80%);
  margin: 0 auto 24px;
  background: rgba(1, 8, 17, .46);
  box-shadow: inset 0 0 26px rgba(6,223,255,.05);
}

.fr-comparison-kicker span {
  width: 80px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(6,223,255,.58));
}

.fr-comparison-kicker span:last-child {
  transform: scaleX(-1);
}

.fr-comparison-hero-art {
  position: relative;
  min-height: 390px;
  margin: 0;
}

.fr-comparison-hero-art > img {
  width: 100%;
  min-height: 390px;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 38px 70px rgba(6,223,255,.18));
}

.fr-comparison-hero-art::after {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: 10px;
  height: 72px;
  z-index: -1;
  background: radial-gradient(ellipse at center, rgba(6,223,255,.34), rgba(35,136,255,.12) 42%, transparent 74%);
  filter: blur(6px);
}

.fr-lab-panel {
  position: relative;
  overflow: hidden;
  padding: 18px 24px 22px;
  background: linear-gradient(180deg, rgba(4, 13, 25, .82), rgba(1, 7, 14, .74));
  border: 1px solid rgba(42,181,255,.22);
  border-radius: 9px;
  box-shadow: 0 0 0 1px rgba(6,223,255,.04), 0 0 34px rgba(6,223,255,.09), inset 0 0 42px rgba(35,136,255,.035);
}

.fr-lab-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(6,223,255,.06), transparent);
  opacity: .42;
}

.fr-lab-heading {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.fr-lab-heading span {
  width: 32px;
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--fr-cyan), var(--fr-blue));
  box-shadow: 0 0 18px rgba(6,223,255,.62);
}

.fr-lab-heading h2 {
  margin: 0;
  color: var(--fr-white);
  font-size: 1.05rem;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.fr-comparison-table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(42,181,255,.18);
  border-radius: 4px;
}

.fr-comparison-table {
  min-width: 920px;
  border-collapse: collapse;
  background: rgba(2, 8, 16, .55);
}

.fr-comparison-table th,
.fr-comparison-table td {
  padding: 10px 20px;
  border: 1px solid rgba(112,184,255,.13);
  color: rgba(231,243,255,.94);
  text-align: center;
  font-size: .94rem;
}

.fr-comparison-table th {
  width: 28%;
  color: var(--fr-white);
  text-align: left;
  background: rgba(255,255,255,.02);
  text-transform: none;
  letter-spacing: 0;
}

.fr-comparison-table tr:first-child td {
  color: var(--fr-white);
  font-weight: 900;
  text-transform: uppercase;
}

.fr-comparison-table .is-best {
  position: relative;
  color: var(--fr-white);
  background: linear-gradient(180deg, rgba(6,223,255,.13), rgba(6,223,255,.045));
  box-shadow: inset 1px 0 0 rgba(6,223,255,.72), inset -1px 0 0 rgba(6,223,255,.72);
}

.fr-comparison-table tr:first-child .is-best {
  background: linear-gradient(180deg, rgba(6,223,255,.36), rgba(35,136,255,.16));
  color: var(--fr-cyan);
  box-shadow: inset 1px 1px 0 rgba(6,223,255,.95), inset -1px 0 0 rgba(6,223,255,.95);
}

.fr-comparison-table tr:last-child .is-best {
  box-shadow: inset 1px 0 0 rgba(6,223,255,.72), inset -1px 0 0 rgba(6,223,255,.72), inset 0 -1px 0 rgba(6,223,255,.72);
}

.fr-yes {
  color: var(--fr-cyan) !important;
  font-size: 1.2rem !important;
  font-weight: 900;
}

.fr-no {
  color: rgba(157,179,207,.7) !important;
  font-size: 1.2rem !important;
}

.fr-comparison-score-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.fr-comparison-score-card {
  display: grid;
  grid-template-columns: 116px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-height: 148px;
  padding: 16px;
  border: 1px solid rgba(42,181,255,.17);
  border-radius: 8px;
  background: rgba(2, 8, 16, .58);
}

.fr-comparison-score-card--best {
  border-color: rgba(6,223,255,.5);
  box-shadow: 0 0 34px rgba(6,223,255,.12);
}

.fr-score-ring--lab {
  --score: 80;
  width: 104px;
  font-size: 1.8rem;
  background: conic-gradient(from 180deg, var(--fr-cyan) calc(var(--score) * 1%), rgba(139,69,255,.9) calc(var(--score) * 1%), rgba(54, 65, 91, .9) 0);
}

.fr-score-ring--lab span {
  width: 78px;
  height: 78px;
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.fr-score-ring--lab small {
  color: var(--fr-text-soft);
  font-size: .7rem;
  line-height: 1;
}

.fr-score-detail h3 {
  margin-bottom: 10px;
  color: var(--fr-white);
  font-size: .95rem;
  text-transform: uppercase;
}

.fr-score-bar {
  display: grid;
  grid-template-columns: 82px 1fr 32px;
  gap: 8px;
  align-items: center;
  margin-top: 7px;
  color: var(--fr-text-soft);
  font-size: .78rem;
}

.fr-score-bar i {
  position: relative;
  height: 6px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
}

.fr-score-bar i::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--value);
  border-radius: inherit;
  background: linear-gradient(90deg, var(--fr-cyan), var(--fr-blue), var(--fr-violet));
  box-shadow: 0 0 12px rgba(6,223,255,.5);
}

.fr-score-bar b {
  color: var(--fr-white);
  font-size: .78rem;
  text-align: right;
}

.fr-feature-icon-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.fr-feature-icon-grid article {
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 6px 22px;
  border-right: 1px solid rgba(42,181,255,.18);
}

.fr-feature-icon-grid article:last-child {
  border-right: 0;
}

.fr-pros-cons-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.fr-pros-cons-grid article {
  padding: 18px 20px;
  border: 1px solid rgba(42,181,255,.18);
  border-radius: 8px;
  background: rgba(6, 17, 31, .68);
}

.fr-pros-cons-grid h3 {
  color: var(--fr-white);
  font-size: 1rem;
  text-transform: uppercase;
}

.fr-pros-cons-grid ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.fr-pros-cons-grid li {
  position: relative;
  padding-left: 25px;
  margin-top: 9px;
  color: rgba(231,243,255,.9);
  font-size: .92rem;
}

.fr-pros-cons-grid li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #61ff7f;
  font-weight: 900;
}

.fr-pros-cons-grid li.is-negative::before {
  content: "×";
  color: #ff4b62;
}

.fr-winner-panel .fr-comparison-winner {
  grid-template-columns: 190px minmax(0, 1fr) minmax(220px, .8fr) minmax(250px, .75fr);
  gap: 22px;
}

.fr-winner-device {
  position: relative;
  min-height: 190px;
  display: grid;
  place-items: center;
  border-right: 1px solid rgba(42,181,255,.18);
}

.fr-winner-device::before {
  content: "";
  position: absolute;
  inset: 8% 0 8% auto;
  width: 60%;
  background: radial-gradient(circle, rgba(6,223,255,.26), transparent 70%);
  filter: blur(8px);
}

.fr-winner-device .fr-product-placeholder {
  width: 110px;
  height: 170px;
}

.fr-winner-panel .fr-eyebrow {
  padding: 0;
  margin-bottom: 7px;
  background: none;
  border: 0;
  box-shadow: none;
  color: var(--fr-cyan);
}

.fr-winner-panel h2 {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
}

.fr-winner-panel ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fr-winner-panel li {
  position: relative;
  padding-left: 30px;
  margin: 12px 0;
  color: rgba(231,243,255,.94);
}

.fr-winner-panel li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--fr-cyan);
  font-weight: 900;
}

.fr-audience-box {
  align-self: stretch;
  padding: 24px;
  border: 1px solid rgba(6,223,255,.48);
  border-radius: 7px;
  background: linear-gradient(180deg, rgba(6,223,255,.08), rgba(2,8,16,.58));
}

.fr-audience-box h3 {
  font-size: 1.35rem;
  text-transform: uppercase;
}

.fr-comparison-experts {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.fr-comparison-experts article,
.fr-comparison-experts aside {
  display: flex;
  min-height: 210px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 12px;
  border: 1px solid rgba(42,181,255,.18);
  border-radius: 8px;
  background: rgba(2, 8, 16, .58);
}

.fr-comparison-experts img {
  width: 100%;
  height: 128px;
  object-fit: cover;
  object-position: center top;
  border-radius: 6px;
  margin-bottom: 12px;
}

.fr-comparison-experts aside img {
  height: 92px;
  object-fit: contain;
}

.fr-comparison-experts strong {
  color: var(--fr-white);
  font-size: 1.05rem;
}

.fr-comparison-experts span,
.fr-comparison-experts p {
  color: var(--fr-text-soft);
  font-size: .84rem;
  line-height: 1.35;
}

@media (max-width: 1180px) {
  .fr-comparison-hero--lab .fr-comparison-hero__grid,
  .fr-comparison-score-grid,
  .fr-feature-icon-grid,
  .fr-pros-cons-grid,
  .fr-winner-panel .fr-comparison-winner,
  .fr-comparison-experts {
    grid-template-columns: 1fr;
  }

  .fr-feature-icon-grid article,
  .fr-winner-device {
    border-right: 0;
    border-bottom: 1px solid rgba(42,181,255,.18);
  }

  .fr-comparison-hero-art {
    min-height: 320px;
  }
}

@media (max-width: 720px) {
  .fr-comparison-hero--lab .fr-container,
  .fr-comparison-shell .fr-container {
    width: min(calc(100% - 32px), 1360px);
  }

  .fr-comparison-hero--lab {
    padding-top: 12px;
  }

  .fr-comparison-hero--lab h1 {
    font-size: clamp(2rem, 10vw, 2.75rem);
  }

  .fr-comparison-proof {
    grid-template-columns: 46px 1fr;
  }

  .fr-comparison-kicker {
    width: 100%;
    gap: 10px;
    font-size: .75rem;
  }

  .fr-comparison-hero-art {
    overflow: hidden;
    min-height: 276px;
  }

  .fr-comparison-products {
    min-width: 0;
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    overflow: visible;
    padding-bottom: 0;
  }

  .fr-comparison-products::after {
    display: none;
  }

  .fr-comparison-product .fr-product-placeholder {
    height: 190px;
    min-width: 0;
  }

  .fr-comparison-product--winner .fr-product-placeholder {
    height: 228px;
  }

  .fr-comparison-product__pedestal {
    width: 96%;
    height: 38px;
  }

  .fr-comparison-product strong {
    font-size: .72rem;
  }

  .fr-lab-panel {
    padding: 16px;
  }

  .fr-comparison-score-card {
    grid-template-columns: 90px 1fr;
    padding: 14px;
  }

  .fr-score-ring--lab {
    width: 84px;
  }

  .fr-score-ring--lab span {
    width: 62px;
    height: 62px;
    font-size: 1.25rem;
  }

  .fr-score-bar {
    grid-template-columns: 68px 1fr 28px;
  }
}

/* Home V3 - dynamic WordPress portal foundation */
.fr-home-hero--v3 {
  position: relative;
  min-height: calc(100vh - 112px);
  padding: clamp(34px, 5vw, 62px) 0 24px;
  border-bottom: 1px solid rgba(6, 223, 255, .12);
  background:
    radial-gradient(circle at 74% 23%, rgba(35, 136, 255, .22), transparent 24%),
    radial-gradient(circle at 92% 42%, rgba(139, 69, 255, .17), transparent 28%),
    linear-gradient(180deg, rgba(0, 6, 12, .24), rgba(1, 8, 16, .66));
  overflow: hidden;
}

.fr-home-hero--v3::before,
.fr-home-hero--v3::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.fr-home-hero--v3::before {
  inset: 8% 0 auto auto;
  width: 58%;
  height: 82%;
  background:
    linear-gradient(90deg, transparent, rgba(6, 223, 255, .09), transparent),
    repeating-linear-gradient(180deg, rgba(6, 223, 255, .12) 0 1px, transparent 1px 9px);
  opacity: .28;
  mask-image: radial-gradient(circle at 58% 42%, black 0 46%, transparent 78%);
}

.fr-home-hero--v3::after {
  left: 50%;
  bottom: 0;
  width: 48%;
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(6, 223, 255, .55), transparent);
  box-shadow: 0 0 30px rgba(6, 223, 255, .36);
}

.fr-home-hero--v3 .fr-home-hero__grid {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: clamp(28px, 4vw, 70px);
  align-items: center;
  min-height: calc(100vh - 196px);
}

.fr-home-hero--v3 .fr-home-brandmark {
  width: min(510px, 86vw);
  margin-bottom: clamp(24px, 4vw, 44px);
  filter: drop-shadow(0 0 26px rgba(6, 223, 255, .28));
}

.fr-home-hero--v3 h1 {
  max-width: 720px;
  margin-bottom: 24px;
  font-size: clamp(2.65rem, 5.3vw, 5.2rem);
  line-height: 1.04;
  letter-spacing: 0;
  text-transform: uppercase;
}

.fr-home-hero--v3 .fr-lead {
  max-width: 580px;
  margin-bottom: 34px;
  color: rgba(231, 243, 255, .82);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.65;
}

.fr-home-hero--v3 .fr-home-hero__actions {
  margin-bottom: clamp(34px, 5vw, 70px);
}

.fr-home-hero--v3 .fr-cta {
  min-height: 56px;
  padding-inline: 28px;
  font-size: 1rem;
  border-radius: 10px;
}

.fr-home-hero--v3 .fr-home-pillars {
  display: grid;
  grid-template-columns: repeat(4, minmax(88px, 1fr));
  max-width: 620px;
}

.fr-home-hero--v3 .fr-home-pillar i {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  margin: 0 auto 10px;
  border-radius: 50%;
  background: rgba(4, 13, 25, .44);
  box-shadow: 0 0 20px rgba(6, 223, 255, .22);
}

.fr-home-hero--v3 .fr-home-pillar i img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}

.fr-home-hero--v3 .fr-home-pillar strong {
  display: block;
  max-width: 112px;
  margin: 0 auto;
  color: rgba(231, 243, 255, .86);
  font-size: .82rem;
  line-height: 1.22;
  text-align: center;
}

.fr-home-hero--v3 .fr-home-hero__visual {
  min-height: min(760px, 76vh);
  position: relative;
}

.fr-home-hero--v3 .fr-home-orbit {
  position: absolute;
  border: 2px solid rgba(6, 223, 255, .42);
  border-radius: 50%;
  transform: rotate(-8deg);
  box-shadow:
    0 0 34px rgba(6, 223, 255, .24),
    0 0 90px rgba(35, 136, 255, .22),
    inset 0 0 48px rgba(139, 69, 255, .14);
}

.fr-home-orbit--outer {
  inset: 2% 0 2% 3%;
}

.fr-home-orbit--inner {
  inset: 17% 7% 10% 15%;
  border-color: rgba(139, 69, 255, .3);
  transform: rotate(15deg);
}

.fr-home-hero--v3 .fr-agent-cluster {
  position: absolute;
  inset: 0;
  margin: 0;
}

.fr-home-hero--v3 .fr-agent-cluster__img {
  position: absolute;
  border: 0;
  border-radius: 0;
  background: transparent;
  object-fit: cover;
  object-position: center 24%;
  -webkit-mask-image: radial-gradient(ellipse at center, black 0 56%, rgba(0,0,0,.92) 61%, transparent 78%);
  mask-image: radial-gradient(ellipse at center, black 0 56%, rgba(0,0,0,.92) 61%, transparent 78%);
  filter:
    saturate(1.08)
    contrast(1.06)
    drop-shadow(0 34px 54px rgba(0, 0, 0, .62))
    drop-shadow(0 0 18px rgba(6, 223, 255, .18));
  box-shadow: none;
}

.fr-home-hero--v3 .fr-agent-cluster__img--tech {
  width: 47%;
  aspect-ratio: 1 / 1.12;
  left: 24%;
  top: 0;
  z-index: 4;
}

.fr-home-hero--v3 .fr-agent-cluster__img--home {
  width: 42%;
  aspect-ratio: 1 / 1.12;
  right: 0;
  top: 15%;
  z-index: 3;
}

.fr-home-hero--v3 .fr-agent-cluster__img--style {
  width: 42%;
  aspect-ratio: 1 / 1.12;
  left: 12%;
  bottom: 2%;
  z-index: 5;
}

.fr-home-hero--v3 .fr-agent-cluster__img--decor {
  width: 44%;
  aspect-ratio: 1 / 1.12;
  right: 11%;
  bottom: 0;
  z-index: 6;
}

.fr-home-hero--v3 .fr-home-agent {
  position: absolute;
  z-index: 8;
  min-width: 168px;
  padding: 12px 16px;
  border: 1px solid rgba(42, 181, 255, .35);
  border-radius: 10px;
  background: rgba(3, 13, 25, .76);
  box-shadow: var(--fr-shadow-glow);
  backdrop-filter: blur(12px);
}

.fr-home-hero--v3 .fr-home-agent span {
  display: block;
  color: var(--fr-cyan);
  font-size: .8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.fr-home-hero--v3 .fr-home-agent small {
  color: rgba(231, 243, 255, .84);
}

.fr-home-hero--v3 .fr-home-agent--tech { top: 29%; left: 39%; }
.fr-home-hero--v3 .fr-home-agent--hogar { top: 43%; right: -2%; }
.fr-home-hero--v3 .fr-home-agent--estilo { bottom: 17%; left: 15%; }
.fr-home-hero--v3 .fr-home-agent--decor { bottom: 12%; right: 4%; }

.fr-home-product-link {
  display: flex;
  height: 100%;
  color: inherit;
  flex-direction: column;
}

.fr-home-product-link:hover {
  color: inherit;
}

.fr-home-hero--v3 + .fr-section .fr-eyebrow,
.fr-home-hero--v3 ~ .fr-section .fr-eyebrow {
  display: inline-block;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--fr-cyan);
  letter-spacing: .08em;
}

.fr-home-product-card {
  min-height: 368px;
  padding: 16px;
  border-radius: 10px;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.fr-home-product-card:hover {
  transform: translateY(-4px);
  border-color: rgba(6, 223, 255, .48);
  box-shadow: 0 18px 55px rgba(0, 0, 0, .36), 0 0 28px rgba(6, 223, 255, .12);
}

.fr-home-product-thumb {
  height: 188px;
  margin-bottom: 18px;
  background:
    radial-gradient(circle at 50% 88%, rgba(6, 223, 255, .38), transparent 24%),
    radial-gradient(circle at 50% 32%, rgba(255, 255, 255, .18), rgba(35, 136, 255, .12) 30%, rgba(4, 13, 25, 1) 72%);
}

.fr-home-product-thumb--image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.fr-home-product-thumb--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fr-home-product-thumb--image::before,
.fr-home-product-thumb--image::after {
  display: none;
}

.fr-home-product-thumb--audio::before {
  inset: 33% 18% 25%;
  border-radius: 20px 20px 8px 8px;
  background: linear-gradient(180deg, #2b3441, #05090f);
}

.fr-home-product-thumb--audio::after {
  inset: 24% 30% 32%;
  border-radius: 999px 999px 28px 28px;
  background: radial-gradient(circle at 32% 42%, #6f7b8b, #05090f 62%);
}

.fr-home-product-thumb--watch::before {
  inset: 17% 27% 15%;
  border-radius: 50%;
  background: radial-gradient(circle, #151b24 0 48%, #8895a5 50% 55%, #05090f 57% 100%);
}

.fr-home-product-thumb--watch::after {
  inset: 25% 35%;
  border-radius: 50%;
  background: radial-gradient(circle, #0d1421, #02050a);
}

.fr-home-product-thumb--coffee::before {
  inset: 18% 27% 11%;
  border-radius: 16px;
  background: linear-gradient(180deg, #1c222b, #05080d);
}

.fr-home-product-thumb--coffee::after {
  inset: 58% 38% 22%;
  border-radius: 0 0 50% 50%;
  background: linear-gradient(180deg, #f4d4a4 0 18%, #5a2f15 19% 100%);
}

.fr-home-product-thumb--bag::before {
  inset: 18% 28% 12%;
  border-radius: 18px 18px 8px 8px;
  background: linear-gradient(180deg, #1a2028, #05080d);
}

.fr-home-product-thumb--bag::after {
  inset: 13% 40% 70%;
  border: 2px solid rgba(230, 242, 255, .45);
  border-bottom: 0;
  border-radius: 999px 999px 0 0;
  background: transparent;
}

.fr-home-product-card small {
  color: var(--fr-cyan);
  font-size: .76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.fr-home-product-card h3 {
  margin: 7px 0 8px;
  color: var(--fr-white);
  font-size: 1.25rem;
  letter-spacing: 0;
}

.fr-home-product-card p {
  color: rgba(231, 243, 255, .66);
  font-size: .92rem;
  line-height: 1.45;
}

.fr-home-rating {
  margin-top: auto;
  color: #ffc451;
  font-weight: 900;
}

.fr-home-rating span {
  color: rgba(231, 243, 255, .5);
  font-weight: 600;
}

.fr-category-card {
  min-height: 118px;
  padding: 17px 12px;
  justify-content: center;
  text-align: center;
  box-shadow: 0 0 0 1px rgba(6, 223, 255, .05), inset 0 0 28px rgba(35, 136, 255, .05);
}

.fr-cat-icon--image {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(6, 223, 255, .55);
  border-radius: 10px;
}

.fr-cat-icon--image img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.fr-home-agents-band {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: clamp(28px, 4vw, 58px);
}

.fr-home-agents-copy h2 {
  max-width: 420px;
}

.fr-home-agents-copy p {
  max-width: 520px;
  color: rgba(231, 243, 255, .72);
}

.fr-agent-card {
  padding: 13px;
}

.fr-agent-card strong {
  display: block;
  color: var(--fr-cyan);
  font-size: .9rem;
  text-transform: uppercase;
}

.fr-home-stats-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}

.fr-stat {
  display: grid;
  grid-template-columns: 42px auto;
  align-items: center;
  column-gap: 18px;
  padding: 4px clamp(14px, 3vw, 34px);
}

.fr-stat i {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(6, 223, 255, .34);
  border-radius: 9px;
}

.fr-stat i img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.fr-stat strong {
  margin: 0;
  grid-column: 2;
  color: var(--fr-cyan);
  font-size: 1.8rem;
}

.fr-stat span {
  grid-column: 2;
  color: rgba(231, 243, 255, .68);
  font-size: .75rem;
  font-weight: 900;
  text-transform: uppercase;
}

.fr-icon-button--bell span,
.fr-icon-button--bell::after {
  display: none;
}

.fr-icon-button--bell::before {
  content: "";
  position: absolute;
  inset: 11px 13px 13px;
  border: 2px solid currentColor;
  border-bottom: 0;
  border-radius: 12px 12px 4px 4px;
}

.fr-icon-button--bell::after {
  content: "";
  display: block;
  position: absolute;
  left: 18px;
  bottom: 10px;
  width: 6px;
  height: 3px;
  border-radius: 999px;
  background: currentColor;
  transform: none;
}

@media (max-width: 1180px) {
  .fr-home-hero--v3 .fr-home-hero__grid,
  .fr-home-agents-band {
    grid-template-columns: 1fr;
  }

  .fr-home-hero--v3 .fr-home-hero__visual {
    min-height: 620px;
  }

  .fr-home-hero--v3 .fr-home-hero__copy {
    text-align: left;
  }

  .fr-grid--5,
  .fr-grid--8 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .fr-home-stats-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 22px;
  }
}

@media (max-width: 760px) {
  .fr-home-hero--v3 {
    min-height: 0;
  }

  .fr-home-hero--v3 .fr-home-hero__grid {
    min-height: 0;
  }

  .fr-home-hero--v3 .fr-home-brandmark {
    width: min(360px, 92vw);
  }

  .fr-home-hero--v3 h1 {
    font-size: clamp(2.15rem, 11vw, 3.25rem);
  }

  .fr-home-hero--v3 .fr-home-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .fr-home-hero--v3 .fr-home-pillars,
  .fr-grid--5,
  .fr-grid--8,
  .fr-grid--4,
  .fr-home-stats-strip {
    grid-template-columns: 1fr;
  }

  .fr-home-hero--v3 .fr-home-hero__visual {
    min-height: 520px;
    margin-top: 10px;
  }

  .fr-home-hero--v3 .fr-home-agent {
    min-width: 140px;
    padding: 9px 11px;
  }

  .fr-home-hero--v3 .fr-home-agent--tech { top: 18%; left: 26%; }
  .fr-home-hero--v3 .fr-home-agent--hogar { top: 38%; right: 0; }
  .fr-home-hero--v3 .fr-home-agent--estilo { bottom: 18%; left: 1%; }
  .fr-home-hero--v3 .fr-home-agent--decor { bottom: 7%; right: 0; }

  .fr-stat {
    border-right: 0;
    border-bottom: 1px solid rgba(6, 223, 255, .15);
    padding: 16px 4px;
  }

  .fr-stat:last-child {
    border-bottom: 0;
  }
}

/* Score review template */
.fr-score-shell {
  position: relative;
  isolation: isolate;
  padding-bottom: 34px;
  background:
    radial-gradient(circle at 22% 10%, rgba(0, 111, 255, .18), transparent 30%),
    radial-gradient(circle at 76% 28%, rgba(139, 69, 255, .1), transparent 28%),
    linear-gradient(180deg, rgba(1, 5, 10, .18), #01050a 58%, #01050a 100%);
}

.fr-score-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(120, 200, 255, .025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(120, 200, 255, .025) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: radial-gradient(circle at 38% 12%, black, transparent 70%);
  opacity: .7;
}

.fr-score-hero--review {
  padding: clamp(44px, 6vw, 86px) 0 clamp(24px, 4vw, 42px);
}

.fr-score-hero--review .fr-score-hero__grid {
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: clamp(36px, 5vw, 72px);
}

.fr-score-product-stage {
  position: relative;
  min-height: 640px;
  display: grid;
  place-items: center;
}

.fr-score-product-stage::before,
.fr-score-product-stage::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.fr-score-product-stage::before {
  width: min(76%, 560px);
  aspect-ratio: 1;
  top: 4%;
  border: 3px solid rgba(28, 137, 255, .68);
  box-shadow: 0 0 42px rgba(28, 137, 255, .35), inset 0 0 28px rgba(139, 69, 255, .18);
}

.fr-score-product-stage::after {
  bottom: 8%;
  width: min(78%, 620px);
  height: 86px;
  background: linear-gradient(180deg, rgba(11, 24, 42, .98), rgba(2, 7, 13, .98));
  border: 1px solid rgba(6, 223, 255, .58);
  box-shadow: 0 0 34px rgba(6, 223, 255, .48), inset 0 0 22px rgba(6, 223, 255, .22);
}

.fr-score-product-media {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin: 0;
}

.fr-score-product-media img,
.fr-score-product-media .fr-product-placeholder {
  max-height: 600px;
  filter: drop-shadow(0 28px 40px rgba(0, 0, 0, .62)) drop-shadow(0 0 26px rgba(6, 223, 255, .16));
}

.fr-score-product-media .fr-product-placeholder {
  width: 340px;
  height: 600px;
  max-width: min(58vw, 340px);
}

.fr-score-kicker {
  display: inline-block;
  color: var(--fr-cyan);
  text-transform: uppercase;
  font-size: .9rem;
  font-weight: 900;
  letter-spacing: .09em;
  margin-bottom: 14px;
}

.fr-score-hero--review h1 {
  font-size: clamp(3rem, 5.3vw, 5.7rem);
  margin-bottom: 10px;
}

.fr-score-hero--review h2 {
  color: var(--fr-cyan);
  font-size: clamp(1.35rem, 2.1vw, 2rem);
  font-weight: 600;
  margin-bottom: 24px;
}

.fr-score-headline--review {
  display: grid;
  grid-template-columns: 1fr 170px;
  align-items: center;
  gap: 24px;
  max-width: 540px;
  margin-top: 30px;
  padding: 24px 28px;
  border: 1px solid rgba(6, 223, 255, .28);
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(5, 14, 25, .84), rgba(2, 8, 15, .74));
  box-shadow: 0 0 34px rgba(6, 223, 255, .08);
}

.fr-score-headline--review strong {
  color: var(--fr-cyan);
  font-size: clamp(4rem, 7vw, 6.4rem);
  line-height: .9;
}

.fr-score-headline--review small {
  color: var(--fr-white);
  font-size: 1.6rem;
}

.fr-score-headline--review .fr-stars {
  color: #22bfff;
  font-size: 1.5rem;
  letter-spacing: 3px;
  margin-top: 10px;
}

.fr-score-badge--ring {
  width: 148px;
  height: 148px;
  display: grid;
  place-items: center;
  text-align: center;
  border-radius: 50%;
  color: var(--fr-white);
  text-transform: uppercase;
  font-size: .78rem;
  font-weight: 900;
  line-height: 1.35;
  background:
    radial-gradient(circle, rgba(7, 16, 29, .98) 58%, transparent 60%),
    conic-gradient(var(--fr-cyan) 0 82%, rgba(139, 69, 255, .78) 82% 100%);
  box-shadow: 0 0 28px rgba(6, 223, 255, .3), inset 0 0 26px rgba(77, 163, 255, .18);
}

.fr-score-badge--ring span {
  display: block;
  color: var(--fr-cyan);
  font-size: .68rem;
}

.fr-score-verdict-grid--review {
  display: grid;
  grid-template-columns: .42fr .58fr;
  gap: 34px;
  padding: 34px;
  border: 1px solid rgba(139, 69, 255, .46);
  border-radius: 10px;
  background: linear-gradient(90deg, rgba(4, 12, 22, .92), rgba(11, 14, 29, .78));
  box-shadow: var(--fr-shadow), 0 0 34px rgba(139, 69, 255, .08);
}

.fr-verdict-mini--review {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 26px;
  align-items: center;
  padding-right: 32px;
  border-right: 1px solid rgba(120, 200, 255, .2);
}

.fr-verdict-mini--review h2,
.fr-score-verdict-grid--review h2 {
  color: var(--fr-cyan);
  text-transform: uppercase;
  font-size: 1.1rem;
  letter-spacing: .08em;
}

.fr-verdict-mini--review p {
  color: rgba(231, 243, 255, .74);
}

.fr-score-shield {
  width: 104px;
  height: 104px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(4, 16, 31, .96) 50%, transparent 52%),
    conic-gradient(var(--fr-violet) 0 12%, transparent 12% 30%, var(--fr-blue) 30% 82%, rgba(120, 200, 255, .18) 82% 100%);
  box-shadow: 0 0 24px rgba(77, 163, 255, .3), inset 0 0 22px rgba(77, 163, 255, .12);
  position: relative;
}

.fr-score-shield::before {
  content: "";
  position: absolute;
  inset: 29px 31px;
  clip-path: polygon(50% 0, 88% 16%, 78% 76%, 50% 100%, 22% 76%, 12% 16%);
  background: linear-gradient(135deg, var(--fr-blue), var(--fr-violet));
  box-shadow: 0 0 18px rgba(77, 163, 255, .44);
}

.fr-category-score-row--review {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
}

.fr-category-score-row--review .fr-mini-score {
  padding: 0;
  background: transparent;
  border: 0;
}

.fr-category-score-row--review .fr-mini-score strong {
  color: rgba(231, 243, 255, .82);
  text-transform: uppercase;
  font-size: .82rem;
  letter-spacing: .08em;
}

.fr-score-ring--mini {
  width: 92px;
  height: 92px;
  margin: 12px auto 0;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--fr-cyan);
  font-size: 1.45rem;
  font-weight: 900;
  background:
    radial-gradient(circle, rgba(5, 14, 25, .96) 58%, transparent 60%),
    conic-gradient(var(--fr-cyan) 0 calc(var(--score) * 1%), rgba(139, 69, 255, .42) calc(var(--score) * 1%) 100%);
  box-shadow: 0 0 22px rgba(6, 223, 255, .22);
}

.fr-score-feature-grid--review {
  align-items: stretch;
}

.fr-score-feature--review {
  display: flex;
  flex-direction: column;
  min-height: 520px;
  padding: 0 0 22px;
  overflow: hidden;
  border: 1px solid rgba(6, 223, 255, .18);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(5, 14, 25, .9), rgba(2, 7, 13, .92));
  box-shadow: var(--fr-shadow);
}

.fr-score-feature--review h3 {
  min-height: 64px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 20px;
  margin: 0;
  color: var(--fr-cyan);
  text-transform: uppercase;
  font-size: 1.05rem;
  letter-spacing: .06em;
  border-bottom: 1px solid rgba(120, 200, 255, .12);
}

.fr-score-feature--review h3 img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  filter: drop-shadow(0 0 12px rgba(6, 223, 255, .35));
}

.fr-score-feature--review p {
  padding: 18px 20px 0;
  color: rgba(231, 243, 255, .76);
  font-size: .96rem;
}

.fr-score-feature--review strong {
  margin-top: auto;
  padding: 12px 20px 0;
  color: var(--fr-cyan);
  font-size: 2.2rem;
  line-height: 1;
}

.fr-score-feature--review strong span {
  color: rgba(231, 243, 255, .48);
  font-size: 1.1rem;
  font-weight: 500;
}

.fr-score-feature--review .fr-score-feature__media {
  position: relative;
  height: 255px;
  border-radius: 0;
  margin: 0;
  background:
    radial-gradient(circle at 55% 35%, rgba(6, 223, 255, .16), transparent 32%),
    linear-gradient(180deg, rgba(10, 21, 36, .96), rgba(2, 7, 13, .95));
  overflow: hidden;
}

.fr-score-feature--review .fr-score-feature__media::before,
.fr-score-feature--review .fr-score-feature__media::after {
  content: "";
  position: absolute;
}

.fr-score-feature__media--design::before,
.fr-score-feature__media--battery::before {
  inset: 8% 20% -18% 45%;
  border-radius: 32px;
  background: linear-gradient(90deg, #dce4ee, #8b98a7 48%, #f8fbff);
  transform: rotate(-8deg);
}

.fr-score-feature__media--design::after,
.fr-score-feature__media--battery::after {
  inset: 18% 28% 4% 54%;
  border-radius: 999px;
  background: radial-gradient(circle at 50% 78%, #f2a100, #1a1320 38%, #05070a 70%);
  transform: rotate(-8deg);
}

.fr-score-feature__media--performance::before {
  inset: 10% 18%;
  border-radius: 30px;
  background: linear-gradient(160deg, #e9edf4, #1a2735 42%, #05080d 70%);
  transform: rotate(-18deg);
}

.fr-score-feature__media--performance::after {
  inset: 0;
  background-image: linear-gradient(130deg, transparent, rgba(6,223,255,.56), transparent);
  filter: blur(5px);
  transform: translateX(-20%) rotate(-12deg);
}

.fr-score-feature__media--functions::before {
  inset: 8% 34% 0 22%;
  border-radius: 28px;
  background: linear-gradient(90deg, #f0f4fa, #7f8c9b);
}

.fr-score-feature__media--functions::after {
  inset: 24% 39% 16% 29%;
  border-radius: 16px;
  background:
    linear-gradient(#ff9f2b 0 12%, transparent 12% 24%, #00dfff 24% 36%, transparent 36% 48%, #64ff9d 48% 60%, transparent 60% 72%, #9a72ff 72% 84%, transparent 84%),
    #05070a;
}

.fr-score-feature__media--languages::before {
  inset: 16% 14%;
  border-radius: 18px;
  background:
    radial-gradient(circle at 18% 22%, #1e7dff 0 13%, transparent 14%),
    radial-gradient(circle at 50% 22%, #ffcc25 0 13%, transparent 14%),
    radial-gradient(circle at 82% 22%, #dd2e44 0 13%, transparent 14%),
    radial-gradient(circle at 18% 55%, #f2f2f2 0 13%, transparent 14%),
    radial-gradient(circle at 50% 55%, #f2f2f2 0 13%, transparent 14%),
    radial-gradient(circle at 82% 55%, #345dff 0 13%, transparent 14%),
    radial-gradient(circle at 32% 84%, #111 0 13%, transparent 14%),
    radial-gradient(circle at 64% 84%, #00a85a 0 13%, transparent 14%);
}

.fr-score-feature__media--languages::after {
  right: 12%;
  bottom: 10%;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  content: "+100";
  color: var(--fr-white);
  background: rgba(5, 14, 25, .9);
  border: 1px solid rgba(231, 243, 255, .2);
  font-weight: 900;
}

.fr-score-feature__media--battery::after {
  background:
    radial-gradient(circle at 50% 45%, rgba(65, 255, 123, .85), transparent 18%),
    linear-gradient(180deg, transparent 0 48%, #41ff7b 49% 62%, transparent 63%);
}

.fr-score-pros-cons {
  align-items: stretch;
}

.fr-score-list-box {
  position: relative;
  min-height: 280px;
  padding: 28px 280px 28px 34px;
  border: 1px solid rgba(6, 223, 255, .18);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(5, 14, 25, .94), rgba(2, 7, 13, .92));
  overflow: hidden;
}

.fr-score-list-box h3 {
  margin-bottom: 16px;
  color: var(--fr-cyan);
  text-transform: uppercase;
  font-size: 1.35rem;
  letter-spacing: .06em;
}

.fr-score-list-box--cons h3 {
  color: #ff5b6d;
}

.fr-score-list-box ul {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.fr-score-list-box li {
  position: relative;
  padding-left: 28px;
  color: rgba(231, 243, 255, .78);
}

.fr-score-list-box li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .34em;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid currentColor;
  color: var(--fr-cyan);
  box-shadow: 0 0 12px rgba(6, 223, 255, .3);
}

.fr-score-list-box--cons li::before {
  color: #ff5b6d;
  box-shadow: 0 0 12px rgba(255, 91, 109, .25);
}

.fr-score-big-mark {
  position: absolute;
  right: 60px;
  top: 50%;
  width: 154px;
  height: 154px;
  transform: translateY(-50%);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(4, 12, 22, .96) 54%, transparent 56%),
    conic-gradient(var(--fr-cyan), var(--fr-violet));
  box-shadow: 0 0 30px rgba(6, 223, 255, .28);
}

.fr-score-big-mark::before,
.fr-score-big-mark::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 99px;
}

.fr-score-big-mark--check {
  color: var(--fr-cyan);
}

.fr-score-big-mark--check::before {
  width: 56px;
  height: 10px;
  left: 47px;
  top: 79px;
  transform: rotate(45deg);
}

.fr-score-big-mark--check::after {
  width: 82px;
  height: 10px;
  left: 72px;
  top: 69px;
  transform: rotate(-48deg);
}

.fr-score-big-mark--cross {
  color: #ff5b6d;
  background:
    radial-gradient(circle, rgba(4, 12, 22, .96) 54%, transparent 56%),
    conic-gradient(#ff5b6d, rgba(139, 69, 255, .5), #ff5b6d);
  box-shadow: 0 0 30px rgba(255, 91, 109, .24);
}

.fr-score-big-mark--cross::before,
.fr-score-big-mark--cross::after {
  width: 86px;
  height: 10px;
  left: 34px;
  top: 72px;
}

.fr-score-big-mark--cross::before { transform: rotate(45deg); }
.fr-score-big-mark--cross::after { transform: rotate(-45deg); }

.fr-final-recommendation--score {
  display: grid;
  grid-template-columns: 1fr .42fr;
  gap: 30px;
  align-items: center;
  padding: 34px;
  border: 1px solid rgba(6, 223, 255, .18);
  border-radius: 6px;
  background:
    radial-gradient(circle at 78% 50%, rgba(6, 223, 255, .12), transparent 32%),
    linear-gradient(90deg, rgba(5, 14, 25, .94), rgba(2, 7, 13, .9));
  box-shadow: var(--fr-shadow);
}

.fr-final-recommendation--score h2 {
  color: var(--fr-cyan);
  font-size: clamp(1.8rem, 3vw, 2.8rem);
}

.fr-final-recommendation--score figure {
  margin: 0;
}

.fr-expert-strip--score {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr) .52fr;
  gap: 30px;
  align-items: center;
  padding: 28px;
  border: 1px solid rgba(6, 223, 255, .18);
  border-radius: 8px;
  background: linear-gradient(90deg, rgba(5, 14, 25, .94), rgba(2, 7, 13, .9));
  box-shadow: var(--fr-shadow);
}

.fr-expert-strip--score > img {
  width: 210px;
  height: 210px;
  object-fit: cover;
  object-position: center top;
  border-radius: 50%;
  border: 2px solid rgba(28, 137, 255, .72);
  box-shadow: 0 0 34px rgba(28, 137, 255, .42);
}

.fr-expert-strip--score h2 {
  margin-bottom: 4px;
}

.fr-expert-strip--score strong {
  color: var(--fr-cyan);
}

.fr-expert-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding: 26px;
  border: 1px solid rgba(120, 200, 255, .14);
  border-radius: 8px;
}

.fr-expert-metrics span {
  color: rgba(231, 243, 255, .66);
  font-size: .9rem;
}

.fr-expert-metrics strong {
  display: block;
  color: var(--fr-cyan);
  font-size: 1.55rem;
  margin-bottom: 6px;
}

@media (max-width: 1180px) {
  .fr-score-hero--review .fr-score-hero__grid,
  .fr-score-verdict-grid--review,
  .fr-final-recommendation--score,
  .fr-expert-strip--score {
    grid-template-columns: 1fr;
  }

  .fr-verdict-mini--review {
    border-right: 0;
    border-bottom: 1px solid rgba(120, 200, 255, .2);
    padding-right: 0;
    padding-bottom: 26px;
  }

  .fr-category-score-row--review {
    grid-template-columns: repeat(5, 120px);
    overflow-x: auto;
    padding-bottom: 10px;
  }

  .fr-score-list-box {
    padding-right: 220px;
  }
}

@media (max-width: 760px) {
  .fr-score-product-stage {
    min-height: 500px;
  }

  .fr-score-product-media img,
  .fr-score-product-media .fr-product-placeholder {
    max-height: 440px;
  }

  .fr-score-product-media .fr-product-placeholder {
    width: 220px;
    height: 430px;
  }

  .fr-score-headline--review {
    grid-template-columns: 1fr;
  }

  .fr-score-badge--ring {
    width: 124px;
    height: 124px;
  }

  .fr-score-verdict-grid--review,
  .fr-final-recommendation--score,
  .fr-expert-strip--score {
    padding: 22px;
  }

  .fr-verdict-mini--review {
    grid-template-columns: 1fr;
  }

  .fr-category-score-row--review {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: visible;
  }

  .fr-score-feature--review {
    min-height: auto;
  }

  .fr-score-list-box {
    min-height: 0;
    padding: 24px;
  }

  .fr-score-big-mark {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    width: 104px;
    height: 104px;
    margin: 24px 0 0 auto;
  }

  .fr-score-big-mark--check::before {
    width: 38px;
    height: 8px;
    left: 31px;
    top: 55px;
  }

  .fr-score-big-mark--check::after {
    width: 56px;
    height: 8px;
    left: 48px;
    top: 49px;
  }

  .fr-score-big-mark--cross::before,
  .fr-score-big-mark--cross::after {
    width: 58px;
    height: 8px;
    left: 23px;
    top: 48px;
  }

  .fr-expert-strip--score > img {
    width: 160px;
    height: 160px;
  }

  .fr-expert-metrics {
    grid-template-columns: 1fr;
  }
}
