.blog-page {
  background:
    linear-gradient(180deg, rgba(29, 209, 161, 0.18) 0%, rgba(58, 198, 255, 0.16) 14%, rgba(11, 18, 32, 0) 38%),
    linear-gradient(180deg, #0b1220 0%, #0a1428 50%, #09111f 100%);
  color: var(--rcs-text-primary, #fff);
}

#header.tra-menu.navbar-dark.white-scroll .wsmainfull:not(.scroll) {
  background-color: transparent !important;
  box-shadow: none !important;
  transition: background-color 0.35s ease, box-shadow 0.35s ease;
}

[data-theme="dark"] #header.tra-menu.white-scroll .wsmainfull.scroll {
  background-color: rgba(7, 16, 31, 0.9) !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.34) !important;
}

:root:not([data-theme="dark"]) #header.tra-menu.white-scroll .wsmainfull.scroll {
  background-color: rgba(255, 255, 255, 0.92) !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08) !important;
}

body.blog-scrolled[data-theme="dark"] #header.tra-menu.white-scroll .wsmainfull,
html[data-theme="dark"] body.blog-scrolled #header.tra-menu.white-scroll .wsmainfull {
  background-color: rgba(7, 16, 31, 0.9) !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.34) !important;
}

body.blog-scrolled:not([data-theme="dark"]) #header.tra-menu.white-scroll .wsmainfull,
html:not([data-theme="dark"]) body.blog-scrolled #header.tra-menu.white-scroll .wsmainfull {
  background-color: rgba(255, 255, 255, 0.92) !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08) !important;
}

#header .header-wrapper.blog-header {
  transition: background-color 0.35s ease, box-shadow 0.35s ease;
}

body.blog-scrolled[data-theme="dark"] #header .header-wrapper.blog-header,
html[data-theme="dark"] body.blog-scrolled #header .header-wrapper.blog-header {
  background-color: rgba(0, 0, 0, 0.78);
}

body.blog-scrolled:not([data-theme="dark"]) #header .header-wrapper.blog-header,
html:not([data-theme="dark"]) body.blog-scrolled #header .header-wrapper.blog-header {
  background-color: rgba(255, 255, 255, 0.86);
}

/* Tema claro: logo e menu já pretos antes do scroll. */
:root:not([data-theme="dark"]) #header.tra-menu.navbar-dark .logo-white {
  display: none !important;
}

:root:not([data-theme="dark"]) #header.tra-menu.navbar-dark .logo-black {
  display: block !important;
}

:root:not([data-theme="dark"]) #header.tra-menu.navbar-dark .wsmenu-list>li>a.h-link,
:root:not([data-theme="dark"]) #header.tra-menu.navbar-dark .wsmenu-list>li>a,
:root:not([data-theme="dark"]) #header.tra-menu.navbar-dark #sms-theme-toggle-nav,
:root:not([data-theme="dark"]) #header.tra-menu.navbar-dark .rcs-theme-toggle-nav {
  color: #0f172a !important;
}

:root:not([data-theme="dark"]) #header.tra-menu.navbar-dark .wsmenu-list>li>a.h-link {
  color: #0f172a !important;
}

.blog-hero {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 118px 0 40px;
  background: transparent;
  border-bottom: 0;
}

.blog-hero-bg-grid {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  color: rgba(255, 255, 255, 0.18);
}

.blog-hero-bg-grid-svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-hero .container {
  position: relative;
  z-index: 1;
  width: 100%;
}

[data-theme="dark"] .blog-hero-bg-grid {
  color: rgba(255, 255, 255, 0.2);
}

.blog-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 620px;
  gap: 18px;
  align-items: center;
}

.blog-hero-icon-wrap {
  justify-self: end;
  width: 100%;
  max-width: 620px;
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
}

.blog-hero-icon {
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 16px 32px rgba(0, 0, 0, 0.28));
}

.blog-hero-icon .ring {
  transform-origin: 250px 250px;
}

.blog-hero-icon .ring-1 {
  animation: ringSpin 16s linear infinite;
}

.blog-hero-icon .ring-2 {
  animation: ringSpinReverse 18s linear infinite;
}

.blog-hero-icon .ring-3 {
  animation: ringPulse 3.5s ease-in-out infinite;
}

.blog-hero-icon .dot {
  animation: dotFloat 4s ease-in-out infinite;
}

.blog-hero-icon .dot-2 {
  animation-delay: .4s;
}

.blog-hero-icon .dot-3 {
  animation-delay: .8s;
}

.blog-hero-icon .dot-4 {
  animation-delay: 1.2s;
}

.blog-hero-icon .dot-5 {
  animation-delay: 1.6s;
}

.blog-hero-icon .center-solid {
  transform-origin: 250px 250px;
  opacity: 0.25;
  animation: centerFloat 4.5s ease-in-out infinite, centerReveal 5.2s ease-in-out infinite;
}

.blog-hero-icon .center-draw path {
  fill: none;
  stroke: rgba(255, 255, 255, 0.82);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1250;
  stroke-dashoffset: 1250;
  opacity: 0;
  animation: drawCenter 6.2s cubic-bezier(0.65, 0.02, 0.35, 1) infinite;
}

.blog-hero-icon .center-draw path:first-child {
  animation-delay: 0s;
}

.blog-hero-icon .center-draw path:last-child {
  stroke-dasharray: 1180;
  stroke-dashoffset: 1180;
  animation-delay: .7s;
}

.blog-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 16px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: linear-gradient(135deg, rgba(58, 198, 255, 0.12), rgba(29, 209, 161, 0.12));
  margin-bottom: 14px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}

.blog-brand img {
  width: 162px;
  height: auto;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.28));
}

.blog-brand span {
  font-size: 0.84rem;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
}

.blog-kicker {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  border: 1px solid var(--rcs-border-color, rgba(255, 255, 255, 0.16));
  background: rgba(255, 255, 255, 0.05);
  color: var(--rcs-text-secondary, rgba(255, 255, 255, 0.88));
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-weight: 700;
  margin-bottom: 14px;
}

.blog-kicker::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #1dd1a1;
}

.blog-hero h1,
.blog-hero-title {
  margin: 0 0 12px;
  max-width: 840px;
  font-size: clamp(2.1rem, 4.8vw, 3.5rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
  font-weight: 800;
}

.blog-hero-title span {
  background: linear-gradient(318deg, #1dd1a1 25%, #54a0ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.blog-hero p {
  margin: 0;
  max-width: 780px;
  color: var(--rcs-text-secondary, rgba(255, 255, 255, 0.82));
  line-height: 1.7;
  font-size: 1.06rem;
}

.blog-hero-mini {
  margin-top: 14px;
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.74);
}

.blog-hero-carousel-section {
  padding: 12px 0 8px;
}

.blog-linear-word,
.blog-title-accent {
  background: linear-gradient(318deg, #1dd1a1 25%, #54a0ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.blog-search {
  margin-top: 22px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.blog-hero-actions {
  margin-top: 22px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.blog-search input {
  min-width: 290px;
  max-width: 420px;
  width: 100%;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid var(--rcs-border-color, rgba(255, 255, 255, 0.15));
  color: #fff;
  border-radius: 12px;
  padding: 12px 14px;
  outline: none;
}

.blog-search input::placeholder {
  color: rgba(255, 255, 255, 0.56);
}

.blog-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.blog-chip-row a {
  color: var(--rcs-text-secondary, rgba(255, 255, 255, 0.92));
  border: 1px solid var(--rcs-border-color, rgba(255, 255, 255, 0.15));
  background: rgba(255, 255, 255, 0.04);
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 600;
}

.blog-chip-row a:hover {
  color: #fff;
  border-color: rgba(58, 198, 255, 0.44);
}

[data-theme="dark"] .blog-chip-row a:hover {
  color: #fff;
  border-color: rgba(58, 198, 255, 0.44);
}

.blog-hero-carousel {
  margin-top: 18px;
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) 36px;
  gap: 10px;
  align-items: center;
}

.blog-hero-carousel-wrap {
  margin-top: 0;
}

.blog-hero-carousel-title {
  margin: 0 0 8px;
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.72);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.blog-hero-carousel-track {
  min-height: 250px;
}

.blog-hero-slide {
  display: grid;
  grid-template-columns: 48% minmax(0, 1fr);
  gap: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.03), rgba(58, 198, 255, 0.06));
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.22);
}

.blog-hero-slide img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.blog-hero-slide .body {
  padding: 18px 18px 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

[data-theme="dark"] .blog-hero-slide .body {
  background: linear-gradient(180deg, rgba(3, 12, 26, 0.18), rgba(3, 12, 26, 0.72));
}

.blog-hero-slide .body h3 {
  margin: 6px 0 8px;
  font-size: clamp(1.2rem, 2.2vw, 1.9rem);
  line-height: 1.2;
}

.blog-hero-slide .body p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.6;
  font-size: 0.92rem;
}


.blog-hero-carousel-btn {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  font-weight: 700;
  transition: all 0.2s ease;
}

.blog-hero-carousel-btn:hover {
  border-color: rgba(58, 198, 255, 0.68);
  background: rgba(58, 198, 255, 0.2);
}

.blog-hero-dots {
  margin-top: 10px;
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
}

.blog-hero-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.38);
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.blog-hero-dot.is-active {
  width: 18px;
  background: rgba(58, 198, 255, 0.95);
  border-color: rgba(58, 198, 255, 1);
}

.blog-authority {
  position: relative;
  padding: 58px 0 64px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(58, 198, 255, 0.05) 90%);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.blog-authority-head h2 {
  margin: 0;
  font-size: clamp(1.9rem, 4vw, 3rem);
  letter-spacing: -0.02em;
}

.blog-authority-head p {
  margin: 10px 0 0;
  max-width: 820px;
  color: rgba(255, 255, 255, 0.8);
}

.blog-authority-metrics {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.blog-authority-metrics article {
  padding: 10px 0 10px 18px;
  border-left: 2px solid rgba(58, 198, 255, 0.48);
}

.blog-authority-metrics strong {
  display: block;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  background: linear-gradient(318deg, #1dd1a1 25%, #54a0ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.blog-authority-metrics span {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
  line-height: 1.45;
}

.blog-authority-wave {
  margin-top: 20px;
}

.blog-authority-wave svg {
  width: 100%;
  height: 52px;
}

.blog-authority-wave path {
  fill: none;
  stroke: rgba(58, 198, 255, 0.85);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 8 8;
  animation: waveMove 18s linear infinite;
}

.blog-section {
  padding: 64px 0 78px;
  background: #fff;
}

:root[data-theme="dark"] .blog-section {
  background: transparent;
}

.blog-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 22px;
  align-items: start;
}

.blog-main-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.blog-featured-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.blog-featured-side {
  display: grid;
  gap: 14px;
}

.blog-card-main {
  min-height: 0;
  align-self: start;
}

.blog-featured-layout #blogFeaturedMain .blog-card {
  height: auto;
}

.blog-featured-main-stack {
  display: grid;
  gap: 14px;
}

.blog-featured-lottie {
  min-height: 666px;
  border-radius: 14px;
  border: 1px solid var(--rcs-border-color, rgba(255, 255, 255, 0.1));
  background: linear-gradient(140deg, rgba(5, 15, 35, 0.78), rgba(16, 39, 70, 0.58));
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
  display: grid;
  place-items: center;
  overflow: hidden;
  position: relative;
  animation: blogLottieFloat 8s ease-in-out infinite;
}

.blog-featured-lottie dotlottie-player,
.blog-featured-lottie .blog-featured-decor {
  width: min(92%, 560px);
  height: min(92%, 560px);
  filter: drop-shadow(0 16px 28px rgba(0, 0, 0, 0.2));
  transform-origin: center;
  animation: blogLottiePulse 6s ease-in-out infinite;
}

.blog-featured-lottie .blog-featured-decor {
  object-fit: contain;
}

.blog-featured-lottie::after {
  content: "";
  position: absolute;
  inset: -20% auto auto -25%;
  width: 60%;
  height: 180%;
  background: linear-gradient(90deg, transparent, rgba(81, 207, 255, 0.16), transparent);
  transform: rotate(15deg) translateX(-120%);
  animation: blogLottieShine 7s linear infinite;
  pointer-events: none;
}

:root:not([data-theme="dark"]) .blog-featured-lottie {
  background: linear-gradient(145deg, rgba(236, 248, 255, 0.95), rgba(205, 235, 255, 0.82));
  box-shadow: 0 10px 22px rgba(17, 43, 70, 0.12);
}

@keyframes blogLottieFloat {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-6px);
  }
}

@keyframes blogLottiePulse {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.02);
  }
}

@keyframes blogLottieShine {
  0% {
    transform: rotate(15deg) translateX(-120%);
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  100% {
    transform: rotate(15deg) translateX(220%);
    opacity: 0;
  }
}

.blog-card-mini h4 {
  margin: 8px 0 6px;
  font-size: 1.02rem;
  line-height: 1.35;
}

.blog-card {
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.03), rgba(58, 198, 255, 0.04));
  border: 1px solid var(--rcs-border-color, rgba(255, 255, 255, 0.1));
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.14);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.blog-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.blog-card-body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.blog-tag {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #1dd1a1;
  letter-spacing: 0.02em;
}

.blog-card h2,
.blog-card h3 {
  margin: 0;
  color: #fff;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.blog-card h2 {
  font-size: 1.23rem;
}

.blog-card h3 {
  font-size: 1.05rem;
}

.blog-card p {
  margin: 0;
  color: var(--rcs-text-secondary, rgba(255, 255, 255, 0.8));
  line-height: 1.6;
  font-size: 0.94rem;
}

.blog-meta {
  margin-top: auto;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
}

.blog-link {
  color: #7bd9ff;
  font-size: 14px;
  font-weight: 700;
}

.blog-feed {
  margin-top: 14px;
}

.blog-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.blog-filter-group {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.blog-filter-btn {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.92);
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 0.8rem;
  font-weight: 600;
}

.blog-filter-btn.is-active {
  border-color: rgba(58, 198, 255, 0.6);
  background: rgba(58, 198, 255, 0.18);
}

.blog-sort-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgb(0 0 0 / 90%);
  font-size: 0.85rem;
}

[data-theme="dark"] .blog-sort-label {
  color: rgba(255, 255, 255, 0.9);

}

.blog-sort-label select {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  border-radius: 8px;
  padding: 6px 8px;
}

.blog-sort-label select option {
  color: #0f172a;
  background: #ffffff;
}

.blog-list-extended {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.blog-latest-card {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  min-height: 320px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.blog-latest-card img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  transform: scale(1.01);
}

.blog-latest-overlay {
  position: absolute;
  inset: 0;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 8px;
  background: linear-gradient(180deg, rgba(1, 10, 24, 0.04) 20%, rgba(2, 9, 22, 0.82) 78%);
}

.blog-latest-overlay .blog-latest-card h4 {
  margin: 0;
  color: #fff;
  line-height: 1.22;
  font-size: clamp(1.05rem, 2vw, 1.6rem);
}

.blog-latest-overlay .meta {
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.9rem;
}

.blog-latest-overlay .blog-link {
  color: #c9f5ff;
}

.blog-no-results {
  border: 1px dashed rgba(255, 255, 255, 0.22);
  border-radius: 12px;
  padding: 18px;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.03);
  font-size: 0.94rem;
}

.blog-pagination {
  margin-top: 10px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.blog-page-btn {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  border-radius: 8px;
  padding: 6px 10px;
  font-size: 0.82rem;
}

.blog-page-btn.is-active {
  border-color: rgba(58, 198, 255, 0.65);
  background: rgba(58, 198, 255, 0.2);
}

@media (max-width: 980px) {
  .blog-featured-layout {
    grid-template-columns: 1fr;
  }
}

.blog-segment-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.blog-segment-card {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  border-radius: 12px;
  overflow: hidden;
}

.blog-segment-card img {
  width: 100%;
  height: 130px;
  object-fit: cover;
}

.blog-segment-card .body {
  padding: 10px;
}

.blog-segment-card .body h4 {
  margin: 0 0 6px;
  font-size: 0.96rem;
}

.blog-segment-card .body p {
  margin: 0;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.5;
}

.blog-segment-card-media {
  display: block;
  line-height: 0;
  text-decoration: none;
  color: inherit;
}

.blog-segment-card-media:focus-visible {
  outline: 2px solid rgba(58, 198, 255, 0.95);
  outline-offset: 2px;
}

.blog-segment-card-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  background: linear-gradient(135deg, #1dd1a1, #3ac6ff);
  color: #052033;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(29, 209, 161, 0.28);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.blog-segment-card-cta:hover {
  color: #021a2e;
  transform: translateY(-1px);
  box-shadow: 0 8px 22px rgba(58, 198, 255, 0.38);
}

.blog-subtitle-title {
  margin: 30px 0 14px;
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  letter-spacing: -0.01em;
}

.product-pages {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.blog-product-hub {
  margin-top: 16px;
  padding-top: 8px;
  border-top: 1px dashed rgba(255, 255, 255, 0.18);
}

.product-link {
  border-radius: 14px;
  border: 1px solid var(--rcs-border-color, rgba(255, 255, 255, 0.14));
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.04), rgba(58, 198, 255, 0.04));
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  min-height: 118px;
  position: relative;
}

.product-link::before {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  top: 0;
  height: 2px;
  background: linear-gradient(90deg, #1dd1a1, #54a0ff);
  opacity: 0.7;
}

.product-link strong {
  color: #fff;
  font-size: 0.98rem;
}

.product-link span {
  color: var(--rcs-text-secondary, rgba(255, 255, 255, 0.8));
  font-size: 0.86rem;
  line-height: 1.5;
}

.blog-news {
  margin-top: 20px;
  border-radius: 0;
  border: 0;
  background: transparent;
  padding: 0;
}

.blog-news h3 {
  margin: 0 0 8px;
}

.blog-news ul {
  margin: 0;
  padding-left: 20px;
}

.blog-news li {
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.6;
}

.blog-guides {
  margin-top: 30px;
  padding: 16px 16px 4px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background:
    radial-gradient(circle at 0% 0%, rgba(58, 198, 255, 0.14), transparent 45%),
    rgba(255, 255, 255, 0.03);
}

.blog-guides-intro {
  margin: -4px 0 8px;
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.65;
}

.blog-guide-row {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.blog-guide-row h4 {
  margin: 0 0 6px;
  font-size: 1.1rem;
}

.blog-guide-row p {
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.6;
}

.blog-guide-icon {
  width: 72px;
  height: 72px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(58, 198, 255, 0.08);
  border: 1px solid rgba(58, 198, 255, 0.22);
}

.blog-guide-icon svg {
  width: 46px;
  height: 46px;
}

.blog-guide-icon circle {
  fill: none;
  stroke: rgba(58, 198, 255, 0.88);
  stroke-width: 1.6;
  animation: ringSpin 18s linear infinite;
  transform-origin: 32px 32px;
}

.blog-guide-icon path {
  fill: none;
  stroke: rgba(29, 209, 161, 0.92);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.blog-sidebar {
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: sticky;
  top: 92px;
}

.blog-panel {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
}

.blog-panel p {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  font-size: 0.9rem;
}

.blog-panel h4 {
  margin: 0 0 10px;
  font-size: 1.08rem;
  letter-spacing: -0.01em;
}

.blog-panel ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.blog-panel a {
  font-size: 0.92rem;
  color: #d8f4ff;
  line-height: 1.45;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  padding: 8px 10px;
  background: rgba(255, 255, 255, 0.03);
}

.blog-panel a::before {
  content: "→";
  color: rgba(58, 198, 255, 0.95);
  font-size: 0.8rem;
}

.blog-panel a:hover {
  color: #ffffff;
  border-color: rgba(58, 198, 255, 0.58);
  background: rgba(58, 198, 255, 0.12);
}

.blog-cta {
  margin-top: 20px;
  border-radius: 18px;
  border: 1px solid var(--rcs-border-color, rgba(255, 255, 255, 0.14));
  background: radial-gradient(circle at 10% 10%, rgba(58, 198, 255, 0.18), transparent 50%), rgba(255, 255, 255, 0.04);
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.blog-cta-premium {
  margin-top: 36px;
  justify-content: center;
  text-align: center;
  padding: 36px 26px;
  background:
    radial-gradient(circle at 50% 0%, rgba(58, 198, 255, 0.2), transparent 55%),
    linear-gradient(140deg, rgba(255, 255, 255, 0.04), rgba(58, 198, 255, 0.06));
}

.blog-cta-premium h3 {
  margin: 0 0 8px;
  font-size: clamp(1.35rem, 3vw, 2rem);
}

.blog-cta-content {
  max-width: 760px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.blog-cta p {
  margin: 0;
  color: var(--rcs-text-secondary, rgba(255, 255, 255, 0.9));
  max-width: 700px;
}

.blog-btn {
  background: linear-gradient(135deg, #1dd1a1 0%, #3ac6ff 100%);
  color: #fff;
  border-radius: 12px;
  padding: 12px 18px;
  font-weight: 700;
  font-size: 0.93rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.blog-btn-ghost {
  background: rgba(255, 255, 255, 0.08);
  color: #e6f7ff;
}

.blog-editorial {
  margin-top: 20px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
  padding: 16px;
}

.blog-editorial h3 {
  margin: 0 0 10px;
}

.blog-editorial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.blog-editorial-item {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.03);
  padding: 12px;
}

.blog-editorial-item strong {
  display: block;
  color: #fff;
  margin-bottom: 6px;
}

.blog-editorial-item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.88rem;
  line-height: 1.5;
}

.blog-mobile-showcase {
  margin-top: 20px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
  padding: 16px;
}

.blog-mobile-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.blog-mobile-card {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.03);
  padding: 12px;
}

.blog-mobile-card h4 {
  margin: 0 0 6px;
  font-size: 0.98rem;
}

.blog-mobile-card ul {
  margin: 0;
  padding-left: 18px;
}

.blog-mobile-card li {
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.88rem;
  line-height: 1.5;
}

.blog-timeline {
  margin-top: 20px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
  padding: 16px;
}

.blog-timeline ol {
  margin: 0;
  padding-left: 20px;
}

.blog-timeline li {
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.65;
  margin-bottom: 8px;
}

@media (max-width: 1100px) {
  .blog-authority-metrics {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .blog-layout {
    grid-template-columns: 1fr;
  }

  .blog-sidebar {
    position: static;
  }

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

@media (max-width: 740px) {
  .blog-hero-grid {
    grid-template-columns: 1fr;
  }

  .blog-hero-icon-wrap {
    justify-self: stretch;
    max-width: 100%;
    aspect-ratio: 1/1;
    margin-top: 8px;
  }

  .blog-hero-carousel {
    grid-template-columns: 1fr;
  }

  .blog-hero-carousel-btn {
    width: auto;
    height: 38px;
  }

  .blog-hero-slide {
    grid-template-columns: 1fr;
  }

  .blog-hero-slide img {
    height: 220px;
  }

  .blog-main-cards {
    grid-template-columns: 1fr;
  }

  .product-pages {
    grid-template-columns: 1fr;
  }

  .blog-editorial-grid,
  .blog-mobile-grid,
  .blog-segment-grid {
    grid-template-columns: 1fr;
  }

  .blog-list-extended {
    grid-template-columns: 1fr;
  }

  .blog-latest-card img {
    min-height: 260px;
  }

  .blog-guide-row {
    grid-template-columns: 1fr;
  }

  .blog-guide-icon {
    width: 58px;
    height: 58px;
  }
}

@keyframes ringSpin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes ringSpinReverse {
  from {
    transform: rotate(360deg);
  }

  to {
    transform: rotate(0deg);
  }
}

@keyframes ringPulse {

  0%,
  100% {
    stroke-opacity: 0.12;
  }

  50% {
    stroke-opacity: 0.4;
  }
}

@keyframes dotFloat {

  0%,
  100% {
    transform: translateY(0);
    opacity: 0.5;
  }

  50% {
    transform: translateY(-4px);
    opacity: 0.95;
  }
}

@keyframes centerFloat {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-3px);
  }
}

@keyframes centerReveal {

  0%,
  18% {
    opacity: 0.2;
  }

  45%,
  100% {
    opacity: 1;
  }
}

@keyframes drawCenter {
  0% {
    stroke-dashoffset: 1250;
    opacity: 0;
  }

  6% {
    opacity: 0.95;
  }

  62% {
    stroke-dashoffset: 0;
    opacity: 1;
  }

  82% {
    stroke-dashoffset: 0;
    opacity: 0.55;
  }

  100% {
    stroke-dashoffset: 0;
    opacity: 0;
  }
}

@keyframes liveBadgeFloat {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-3px);
  }
}

@keyframes waveMove {
  from {
    stroke-dashoffset: 0;
  }

  to {
    stroke-dashoffset: -320;
  }
}

@keyframes drawLine {
  0% {
    stroke-dashoffset: 120;
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  65% {
    stroke-dashoffset: 0;
    opacity: 1;
  }

  100% {
    stroke-dashoffset: 0;
    opacity: 0.4;
  }
}

.blog-scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  z-index: 1200;
}

.blog-scroll-progress-bar {
  display: block;
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, #1dd1a1, #3ac6ff, #7c3aed);
  box-shadow: 0 0 16px rgba(58, 198, 255, 0.55);
  transition: width 0.12s linear;
}

.blog-scroll-top-btn {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #1dd1a1, #3ac6ff);
  color: #052033;
  font-weight: 900;
  font-size: 1.2rem;
  line-height: 1;
  box-shadow: 0 16px 34px rgba(4, 10, 26, 0.4);
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 1200;
}

.blog-scroll-top-btn.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* Ajustes para tema claro */
:root:not([data-theme="dark"]) .blog-page {
  color: #0f172a;
  background:
    linear-gradient(180deg, rgba(29, 209, 161, 0.13) 0%, rgba(58, 198, 255, 0.11) 16%, rgba(255, 255, 255, 0) 40%),
    linear-gradient(180deg, #f8fcff 0%, #eef7ff 78%, #eaf3ff 100%);
}



:root:not([data-theme="dark"]) .blog-hero {
  background: transparent;
  border-bottom-color: transparent;
}

:root:not([data-theme="dark"]) .blog-hero-bg-grid {
  color: rgba(15, 23, 42, 0.18);
}

:root:not([data-theme="dark"]) .blog-hero-icon {
  filter: drop-shadow(0 18px 28px rgba(22, 56, 92, 0.36)) saturate(1.08) contrast(1.06);
}

:root:not([data-theme="dark"]) .blog-hero-icon .ring-1,
:root:not([data-theme="dark"]) .blog-hero-icon .ring-2,
:root:not([data-theme="dark"]) .blog-hero-icon .ring-3 {
  stroke: rgba(14, 116, 144, 0.54);
  stroke-opacity: 0.8;
}

:root:not([data-theme="dark"]) .blog-hero-icon .dot {
  opacity: 1;
}

:root:not([data-theme="dark"]) .blog-hero-icon .center-solid {
  opacity: 0.76;
}

:root:not([data-theme="dark"]) .blog-hero-icon .center-draw path {
  stroke: rgba(8, 45, 74, 0.98);
  stroke-width: 2.2;
}

:root:not([data-theme="dark"]) .blog-authority {
  background: linear-gradient(180deg, #f8fcff, #eef7ff 85%);
  border-color: rgba(15, 23, 42, 0.1);
}

:root:not([data-theme="dark"]) .blog-hero-mini,
:root:not([data-theme="dark"]) .blog-hero-carousel-title {
  color: rgba(15, 23, 42, 0.68);
}

:root:not([data-theme="dark"]) .blog-hero-carousel-section {
  background: #ffff;
}

:root:not([data-theme="dark"]) .blog-hero-carousel-title {
  color: rgba(9, 57, 88, 0.86);
}

:root:not([data-theme="dark"]) .blog-hero-slide {
  border-color: rgba(12, 76, 120, 0.18);
  background: linear-gradient(145deg, #ffffff, #eaf6ff);
  box-shadow: 0 14px 30px rgba(14, 45, 75, 0.12);
}

:root:not([data-theme="dark"]) .blog-hero-slide .body {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(236, 248, 255, 0.96));
}

:root:not([data-theme="dark"]) .blog-hero-slide .body h3 {
  color: #0f172a;
}

:root:not([data-theme="dark"]) .blog-hero-slide .body p {
  color: rgba(15, 23, 42, 0.8);
}

:root:not([data-theme="dark"]) .blog-product-hub {
  border-top-color: rgba(15, 23, 42, 0.18);
}

:root:not([data-theme="dark"]) .blog-authority-head p,
:root:not([data-theme="dark"]) .blog-authority-metrics span {
  color: rgba(15, 23, 42, 0.78);
}

:root:not([data-theme="dark"]) .blog-authority-wave path {
  stroke: rgba(11, 110, 168, 0.75);
}



:root:not([data-theme="dark"]) .blog-latest-overlay .meta,
:root:not([data-theme="dark"]) .blog-panel a,
:root:not([data-theme="dark"]) .blog-editorial-item p,
:root:not([data-theme="dark"]) .blog-mobile-card li,
:root:not([data-theme="dark"]) .blog-timeline li {
  color: rgba(255, 255, 255, 0.78);
}

:root:not([data-theme="dark"]) .blog-cta p {
  color: rgba(0, 0, 0, 0.78);
}

:root:not([data-theme="dark"]) .blog-meta,
:root:not([data-theme="dark"]) .blog-hero p {
  color: rgba(0, 0, 0, 0.78);
}

:root:not([data-theme="dark"]) .blog-news li,
:root:not([data-theme="dark"]) .product-link span {
  color: rgba(0, 0, 0, 0.78);
}

:root:not([data-theme="dark"]) .blog-card h2,
:root:not([data-theme="dark"]) .blog-latest-card h4,
:root:not([data-theme="dark"]) .blog-editorial-item strong,
:root:not([data-theme="dark"]) .blog-mobile-card h4 {
  color: #efefef;
}

:root:not([data-theme="dark"]) .blog-news h3 {
  color: #252525;
}

:root:not([data-theme="dark"]) .product-link strong,
:root:not([data-theme="dark"]) .blog-card h3,
:root:not([data-theme="dark"]) .blog-panel h4 {
  color: #1b1b1b;
}

:root:not([data-theme="dark"]) .blog-subtitle-title {
  color: #1b1b1b;
}

:root:not([data-theme="dark"]) .blog-no-results {
  color: rgba(15, 23, 42, 0.82);
  border-color: rgba(15, 23, 42, 0.24);
  background: #ffffff;
}


:root:not([data-theme="dark"]) .blog-card,
:root:not([data-theme="dark"]) .blog-latest-card,
:root:not([data-theme="dark"]) .blog-segment-card,
:root:not([data-theme="dark"]) .blog-news,

:root:not([data-theme="dark"]) .product-link,
:root:not([data-theme="dark"]) .blog-editorial,
:root:not([data-theme="dark"]) .blog-editorial-item,
:root:not([data-theme="dark"]) .blog-mobile-showcase,
:root:not([data-theme="dark"]) .blog-mobile-card,
:root:not([data-theme="dark"]) .blog-timeline {
  background: #ffffff;
  border-color: rgba(15, 23, 42, 0.12);
  box-shadow: 0 10px 24px rgba(2, 6, 23, 0.06);
}

:root:not([data-theme="dark"]) .blog-panel {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
}

:root:not([data-theme="dark"]) .blog-search input,
:root:not([data-theme="dark"]) .blog-sort-label select {
  color: #0f172a;
  background: #ffffff;
  border-color: rgba(15, 23, 42, 0.2);
}

:root:not([data-theme="dark"]) .blog-search input::placeholder {
  color: rgba(15, 23, 42, 0.55);
}

:root:not([data-theme="dark"]) .blog-hero-carousel-btn,
:root:not([data-theme="dark"]) .blog-page-btn,
:root:not([data-theme="dark"]) .blog-filter-btn {
  color: #0f172a;
  background: #ffffff;
  border-color: rgba(15, 23, 42, 0.22);
}

:root:not([data-theme="dark"]) .blog-guides {
  border-color: rgba(15, 23, 42, 0.16);
  background:
    radial-gradient(circle at 0% 0%, rgb(0 161 255 / 8%), transparent 45%),
    #ffffff;
}



:root:not([data-theme="dark"]) .blog-segment-card .body p {
  color: rgba(15, 23, 42, 0.78);
}

:root:not([data-theme="dark"]) .blog-segment-card-cta {
  color: #052033;
}

:root:not([data-theme="dark"]) .blog-segment-card-cta:hover {
  color: #021a2e;
}

:root:not([data-theme="dark"]) .blog-guide-row p {
  color: rgba(15, 23, 42, 0.8);
}

:root:not([data-theme="dark"]) .blog-guides-intro {
  color: rgba(15, 23, 42, 0.78);
}

:root:not([data-theme="dark"]) .blog-guide-icon {
  background: rgba(11, 110, 168, 0.08);
  border-color: rgba(11, 110, 168, 0.24);
}

:root:not([data-theme="dark"]) .blog-panel a {
  color: #0b6ea8;
  border-color: rgba(15, 23, 42, 0.14);
  background: rgba(15, 23, 42, 0.03);
}

:root:not([data-theme="dark"]) .blog-panel p {
  color: rgba(15, 23, 42, 0.78);
}