body.blog-product-page {
  background: var(--rcs-bg-primary, #0b1220);
  color: var(--rcs-text-primary, #fff);
  font-family: Inter, Arial, sans-serif;
  position: relative;
  overflow-x: clip;
}

#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;
}

body.blog-product-page #header .wsmenu-list>li[aria-haspopup="true"]>.sub-menu {
  display: none;
}

@media (hover: hover) and (pointer: fine) {
  body.blog-product-page #header .wsmenu-list>li[aria-haspopup="true"]:hover>.sub-menu {
    display: block;
  }
}

body.blog-product-page #header .wsmenu-list>li.wsactive>.sub-menu,
body.blog-product-page #header .wsmenu-list>li.open>.sub-menu {
  display: block;
}

body.blog-product-page.blog-tech-bg {
  background:
    linear-gradient(180deg, rgba(29, 209, 161, 0.16) 0%, rgba(58, 198, 255, 0.14) 14%, rgba(11, 18, 32, 0) 38%),
    linear-gradient(180deg, #0b1220 0%, #0a1428 50%, #09111f 100%);
}

.sc-shell-header {
  max-width: 1100px;
  margin: 0 auto;
  padding: 14px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.sc-shell-logo {
  color: #fff;
  text-decoration: none;
  font-weight: 800;
}

.sc-shell-nav {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.sc-shell-nav a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 0.85rem;
}

.blog-product-wrap {
  max-width: 1080px;
  margin: 0 auto;
  padding: 112px 22px 70px;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.blog-product-wrap h1 {
  font-size: clamp(2rem, 4.2vw, 3.1rem);
  line-height: 1.14;
  background: linear-gradient(128deg, #a9f6ff 6%, #54d9ff 42%, #1dd1a1 92%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.blog-product-section-title {
  margin: 28px 0 12px;
  font-size: clamp(1.35rem, 2.8vw, 1.75rem);
  line-height: 1.2;
  background: linear-gradient(122deg, #b8fbff 2%, #7be6ff 45%, #57e7be 96%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.blog-product-lead {
  font-size: 1.06rem;
}

.blog-product-pillars {
  margin: 0 0 8px;
  padding-left: 1.25rem;
}

.blog-product-pillars li {
  margin-bottom: 10px;
}

.blog-product-grid-intro {
  margin: -4px 0 16px;
  max-width: 820px;
}

.blog-product-card h3 {
  margin: 0 0 8px;
  font-size: 1.05rem;
  font-weight: 700;
  color: #e8fbff;
  letter-spacing: 0.01em;
}

.blog-product-card p {
  margin: 0 0 12px;
}

.blog-product-card-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.9rem;
  font-weight: 700;
  color: #9fe7ff;
  text-decoration: none;
  border-bottom: 1px solid rgba(159, 231, 255, 0.45);
  padding-bottom: 2px;
  width: fit-content;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.blog-product-card-more:hover {
  color: #cff6ff;
  border-bottom-color: rgba(207, 246, 255, 0.75);
}

.blog-product-wrap p,
.blog-product-wrap li {
  color: rgba(255, 255, 255, 0.93);
  line-height: 1.82;
  font-size: 1.02rem;
}

.blog-product-wrap p a {
  color: #9fe7ff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.blog-product-wrap p a:hover {
  color: #cff6ff;
}

.blog-product-wrap img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.blog-product-wrap>a:first-child {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  border: 1px solid rgba(116, 230, 255, 0.42);
  background: rgba(8, 31, 56, 0.52);
  border-radius: 10px;
  padding: 9px 14px;
  font-weight: 700;
  font-size: 0.95rem;
  color: #e8fbff;
  margin-bottom: 14px;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.blog-product-wrap>a:first-child::before {
  content: none;
}

.blog-product-wrap>a:first-child::after {
  content: none;
}

.blog-product-wrap>a:first-child:hover {
  border-color: rgba(116, 230, 255, 0.72);
  background: rgba(9, 39, 68, 0.72);
  color: #ffffff;
}

.blog-product-wrap>a:first-child:hover::after {
  content: none;
}

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

.blog-product-card {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  border-radius: 14px;
  padding: 14px;
}

/* Ilustração SVG solta (hub SMS): animação de entrada no próprio arquivo + flutuar no wrapper */
@keyframes blog-product-visual-loose-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

.blog-product-visual-loose {
  margin: 20px auto 4px;
  max-width: min(820px, 100%);
  line-height: 0;
  background: transparent;
}

.blog-product-visual-loose-float {
  animation: blog-product-visual-loose-float 7s ease-in-out infinite;
  will-change: transform;
}

.blog-product-visual-object,
.blog-product-sms-hub-mount .blog-product-sms-hub-svg {
  display: block;
  width: 100%;
  height: auto;
  max-height: min(460px, 62vw);
  min-height: 200px;
  border: 0;
  outline: 0;
  pointer-events: none;
  background: transparent !important;
  vertical-align: top;
}

@media (prefers-reduced-motion: reduce) {
  .blog-product-visual-loose-float {
    animation: none !important;
  }
}

.blog-product-recap {
  margin: 12px 0 20px;
  padding: 14px 18px;
  border-radius: 14px;
  border: 1px solid rgba(58, 198, 255, 0.22);
  background: rgba(58, 198, 255, 0.06);
  font-size: 1.02rem;
  line-height: 1.68;
}

.blog-product-decor {
  margin: 14px auto 26px;
  max-width: min(540px, 100%);
  line-height: 0;
  background: transparent;
}

.blog-product-decor svg,
.blog-product-decor .blog-decor-svg {
  display: block;
  width: 100%;
  height: auto;
  max-height: min(220px, 44vw);
  pointer-events: none;
  filter: drop-shadow(0 14px 30px rgba(58, 198, 255, 0.15));
}

.blog-product-tech {
  margin-top: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(58, 198, 255, 0.05));
  padding: 16px;
}

.blog-product-tech h2 {
  margin: 0 0 8px;
  background: linear-gradient(122deg, #b8fbff 2%, #7be6ff 45%, #57e7be 96%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.blog-product-tech p {
  margin: 0 0 12px;
}

.blog-product-tech-flow {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  padding: 12px;
  background: rgba(8, 16, 34, 0.65);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.blog-product-tech-step {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.03);
}

.blog-product-tech-step strong {
  display: block;
  font-size: 0.95rem;
  margin-bottom: 6px;
}

.blog-product-tech-step span {
  display: block;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.84rem;
}

.blog-product-details {
  margin-top: 22px;
}


.blog-product-cta {
  margin-top: 24px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  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));
  text-align: center;
  padding: 30px 22px;
}

.blog-product-cta h3 {
  margin: 0 0 8px;
  font-size: clamp(1.25rem, 3vw, 1.9rem);
}

.blog-product-cta p {
  margin: 0 0 14px;
}

.blog-product-cta-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  border-radius: 10px;
  background: linear-gradient(135deg, #1dd1a1, #3ac6ff);
  color: #052033;
  font-weight: 700;
  text-decoration: none;
}

.sc-shell-footer {
  max-width: 1100px;
  margin: 14px auto 0;
  padding: 20px;
  color: rgba(255, 255, 255, 0.76);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.sc-shell-footer-links {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.sc-shell-footer a {
  color: #9fe7ff;
}

:root:not([data-theme="dark"]) body.blog-product-page {
  background: #f7fbff;
  color: #0f172a;
}

:root:not([data-theme="dark"]) body.blog-product-page.blog-tech-bg {
  background:
    linear-gradient(180deg, rgba(29, 209, 161, 0.12) 0%, rgba(58, 198, 255, 0.1) 16%, rgba(255, 255, 255, 0) 40%),
    linear-gradient(180deg, #f7fbff 0%, #eef6ff 52%, #eaf3ff 100%);
}

:root:not([data-theme="dark"]) .blog-product-wrap,
:root:not([data-theme="dark"]) .blog-product-card,
:root:not([data-theme="dark"]) .blog-product-cta,
:root:not([data-theme="dark"]) .blog-product-tech,
:root:not([data-theme="dark"]) .blog-product-tech-flow,
:root:not([data-theme="dark"]) .blog-product-tech-step {
  border-color: rgba(15, 23, 42, 0.12);
}

:root:not([data-theme="dark"]) .blog-product-wrap {
  background: transparent;
  border: 0;
}

:root:not([data-theme="dark"]) .blog-product-wrap p,
:root:not([data-theme="dark"]) .blog-product-wrap li {
  color: rgba(15, 23, 42, 0.82);
}
:root:not([data-theme="dark"]) .blog-product-wrap h1 {
  background: linear-gradient(128deg, #0e7490 8%, #0ea5e9 44%, #059669 92%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

:root:not([data-theme="dark"]) .blog-product-section-title {
  background: linear-gradient(120deg, #0f766e 2%, #0284c7 45%, #0f766e 96%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

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

:root:not([data-theme="dark"]) .blog-product-card-more {
  color: #0369a1;
  border-bottom-color: rgba(3, 105, 161, 0.45);
}

:root:not([data-theme="dark"]) .blog-product-card-more:hover {
  color: #0c4a6e;
  border-bottom-color: rgba(12, 74, 110, 0.65);
}

:root:not([data-theme="dark"]) .blog-product-tech h2 {
  background: linear-gradient(120deg, #0f766e 2%, #0284c7 45%, #0f766e 96%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

:root:not([data-theme="dark"]) .blog-product-tech-flow {
  background: rgba(255, 255, 255, 0.85);
}

:root:not([data-theme="dark"]) .blog-product-tech-step {
  background: rgba(15, 23, 42, 0.03);
}

:root:not([data-theme="dark"]) .blog-product-tech-step span {
  color: rgba(15, 23, 42, 0.74);
}

:root:not([data-theme="dark"]) .blog-product-wrap>a:first-child {
  border-color: rgba(11, 110, 168, 0.3);
  background: rgba(233, 247, 255, 0.9);
  color: #0b3f5b;
}

@media (max-width: 760px) {
  .blog-product-grid {
    grid-template-columns: 1fr;
  }
  .blog-product-tech-flow {
    grid-template-columns: 1fr 1fr;
  }
}