body:is(.page-tecnologia, .page-template-page-tecnologia, .page-template-page-tecnologia-php) #content,
body:is(.page-tecnologia, .page-template-page-tecnologia, .page-template-page-tecnologia-php) .site-content,
body:is(.page-tecnologia, .page-template-page-tecnologia, .page-template-page-tecnologia-php) .site-main {
  background: transparent !important;
}

body:is(.page-tecnologia, .page-template-page-tecnologia, .page-template-page-tecnologia-php) .go-shell-header-spacer {
  display: none !important;
  min-height: 0 !important;
  height: 0 !important;
}

body:is(.page-tecnologia, .page-template-page-tecnologia, .page-template-page-tecnologia-php) .go-shell-header,
body:is(.page-tecnologia, .page-template-page-tecnologia, .page-template-page-tecnologia-php) .go-shell-topbar {
  background: transparent !important;
  box-shadow: none !important;
}

@media (max-width: 1199px) {
  body:is(.page-tecnologia, .page-template-page-tecnologia, .page-template-page-tecnologia-php) .go-shell-topbar::before,
  body:is(.page-tecnologia, .page-template-page-tecnologia, .page-template-page-tecnologia-php) .go-shell-topbar::after,
  body:is(.page-tecnologia, .page-template-page-tecnologia, .page-template-page-tecnologia-php) .go-shell-topbar-brand,
  body:is(.page-tecnologia, .page-template-page-tecnologia, .page-template-page-tecnologia-php) .go-shell-topbar-search,
  body:is(.page-tecnologia, .page-template-page-tecnologia, .page-template-page-tecnologia-php) .go-shell-topbar-group-end {
    display: none !important;
  }

  body:is(.page-tecnologia, .page-template-page-tecnologia, .page-template-page-tecnologia-php) .go-shell-topbar-inner {
    display: grid;
    grid-template-columns: auto;
    justify-content: start;
    width: min(100% - 20px, 1380px);
    padding: 14px 0 0;
  }

  body:is(.page-tecnologia, .page-template-page-tecnologia, .page-template-page-tecnologia-php) .go-shell-topbar-group-start {
    width: auto;
  }

  body:is(.page-tecnologia, .page-template-page-tecnologia, .page-template-page-tecnologia-php) .go-shell-topbar .newsx-offcanvas-btn {
    position: fixed;
    top: calc(var(--go-shell-admin-offset, 0px) + 14px);
    left: 14px;
    z-index: 100001;
    border-radius: 16px;
    border-color: rgba(125, 211, 252, 0.24) !important;
    background: rgba(7, 14, 24, 0.9) !important;
    box-shadow: 0 18px 40px rgba(2, 8, 23, 0.26);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
  }
}

.go-th-page {
  --go-th-bg: #eef4fb;
  --go-th-bg-2: #dbe7f4;
  --go-th-surface: #ffffff;
  --go-th-surface-2: #f4f8fc;
  --go-th-panel: #07111d;
  --go-th-panel-2: #0f1b2c;
  --go-th-text: #0c1726;
  --go-th-text-invert: #f3f8ff;
  --go-th-soft: #64748b;
  --go-th-soft-invert: #9cb0c7;
  --go-th-line: rgba(12, 23, 38, 0.08);
  --go-th-line-strong: rgba(12, 23, 38, 0.14);
  --go-th-accent: #11b9ff;
  --go-th-accent-2: #295dff;
  --go-th-accent-soft: rgba(17, 185, 255, 0.14);
  --go-th-shadow: 0 26px 70px rgba(15, 23, 42, 0.08);
  position: relative;
  isolation: isolate;
  overflow: clip;
  background:
    radial-gradient(circle at top left, rgba(17, 185, 255, 0.16), transparent 24%),
    radial-gradient(circle at top right, rgba(41, 93, 255, 0.12), transparent 26%),
    linear-gradient(180deg, #f9fcff 0%, var(--go-th-bg) 100%);
  color: var(--go-th-text);
}

.go-th-page::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(12, 23, 38, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(12, 23, 38, 0.03) 1px, transparent 1px);
  background-size: 84px 84px;
  opacity: 0.7;
  pointer-events: none;
}

html.dark .go-th-page,
body.dark .go-th-page,
body.dark-mode .go-th-page,
body.is-dark-theme .go-th-page,
body.newsx-dark-mode .go-th-page,
[data-theme="dark"] .go-th-page {
  --go-th-bg: #050b14;
  --go-th-bg-2: #0d1726;
  --go-th-surface: #0c1523;
  --go-th-surface-2: #101b2d;
  --go-th-panel: #040a12;
  --go-th-panel-2: #0a1422;
  --go-th-text: #edf4ff;
  --go-th-text-invert: #edf4ff;
  --go-th-soft: #94a8c0;
  --go-th-soft-invert: #94a8c0;
  --go-th-line: rgba(255, 255, 255, 0.08);
  --go-th-line-strong: rgba(255, 255, 255, 0.14);
  --go-th-shadow: 0 30px 74px rgba(0, 0, 0, 0.34);
  background:
    radial-gradient(circle at top left, rgba(17, 185, 255, 0.12), transparent 22%),
    radial-gradient(circle at top right, rgba(41, 93, 255, 0.12), transparent 24%),
    linear-gradient(180deg, #04080f 0%, var(--go-th-bg) 100%);
}

.go-th-page *,
.go-th-page *::before,
.go-th-page *::after {
  box-sizing: border-box;
}

.go-th-page a {
  color: inherit;
  text-decoration: none;
}

.go-th-page img {
  display: block;
  width: 100%;
  max-width: 100%;
}

.go-th-shell {
  position: relative;
  z-index: 1;
  width: min(100% - 28px, 1360px);
  margin: 0 auto;
  padding: 88px 0 72px;
}

.go-th-section {
  margin-top: 26px;
}

.go-th-hero,
.go-th-lead,
.go-th-module-card,
.go-th-archive-card,
.go-th-video-section {
  border: 1px solid var(--go-th-line);
  box-shadow: var(--go-th-shadow);
}

.go-th-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 24px;
  overflow: hidden;
  padding: clamp(24px, 4vw, 38px);
  border-radius: 32px;
  background:
    linear-gradient(135deg, rgba(17, 185, 255, 0.12), transparent 36%),
    linear-gradient(180deg, var(--go-th-panel) 0%, var(--go-th-panel-2) 100%);
  color: var(--go-th-text-invert);
}

.go-th-hero::after {
  content: "";
  position: absolute;
  right: -40px;
  bottom: -46px;
  width: 240px;
  height: 240px;
  border-radius: 32px;
  background:
    linear-gradient(135deg, rgba(17, 185, 255, 0.22), rgba(41, 93, 255, 0.08)),
    linear-gradient(135deg, transparent 0 42%, rgba(255, 255, 255, 0.08) 42% 44%, transparent 44% 100%);
  transform: rotate(14deg);
  opacity: 0.9;
  pointer-events: none;
}

.go-th-hero-main,
.go-th-wire,
.go-th-lead-copy,
.go-th-module-copy,
.go-th-archive-copy,
.go-th-video-copy {
  min-width: 0;
}

.go-th-label,
.go-th-tag,
.go-th-chip,
.go-th-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.go-th-label,
.go-th-nav a {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  color: var(--go-th-text-invert);
}

.go-th-label--soft {
  color: var(--go-th-soft-invert);
}

.go-th-tag,
.go-th-chip {
  background: var(--go-th-accent-soft);
  color: var(--go-th-text);
}

html.dark .go-th-tag,
html.dark .go-th-chip,
body.dark .go-th-tag,
body.dark .go-th-chip,
body.dark-mode .go-th-tag,
body.dark-mode .go-th-chip,
body.is-dark-theme .go-th-tag,
body.is-dark-theme .go-th-chip,
body.newsx-dark-mode .go-th-tag,
body.newsx-dark-mode .go-th-chip,
[data-theme="dark"] .go-th-tag,
[data-theme="dark"] .go-th-chip {
  color: var(--go-th-text-invert);
}

.go-th-hero-main {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.go-th-hero h1,
.go-th-lead h2,
.go-th-module-card h3,
.go-th-archive-card h3,
.go-th-video-copy h2,
.go-th-wire-item h3 {
  margin: 0;
  font-family: "Sora", sans-serif;
  letter-spacing: -0.06em;
}

.go-th-hero h1 {
  max-width: 8ch;
  font-size: clamp(3rem, 7vw, 5.4rem);
  line-height: 0.92;
  color: var(--go-th-text-invert);
}

.go-th-hero p,
.go-th-lead p,
.go-th-module-card p,
.go-th-archive-card p,
.go-th-video-copy p {
  margin: 0;
  line-height: 1.72;
}

.go-th-hero p {
  max-width: 54ch;
  color: rgba(243, 248, 255, 0.74);
}

.go-th-nav,
.go-th-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.go-th-wire {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.go-th-wire-list {
  display: grid;
  gap: 12px;
}

.go-th-wire-item {
  padding: 16px 18px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
}

.go-th-wire-topline,
.go-th-lead-topline,
.go-th-module-topline,
.go-th-archive-topline,
.go-th-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.go-th-wire-topline {
  color: var(--go-th-soft-invert);
}

.go-th-wire-item h3 {
  margin-top: 12px;
  font-size: 1.14rem;
  line-height: 1.06;
  color: var(--go-th-text-invert);
}

.go-th-lead {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
  overflow: hidden;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 248, 252, 0.98));
}

.go-th-lead.is-no-media {
  grid-template-columns: 1fr;
}

.go-th-lead-media {
  min-height: 500px;
  background: #0a1320;
}

.go-th-lead-media img,
.go-th-module-media img,
.go-th-archive-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.go-th-lead-copy {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: clamp(24px, 3vw, 36px);
}

.go-th-lead-topline,
.go-th-module-topline,
.go-th-archive-topline,
.go-th-meta {
  color: var(--go-th-soft);
}

.go-th-wire-topline .go-th-time,
.go-th-lead-topline .go-th-time,
.go-th-module-topline .go-th-time,
.go-th-archive-topline .go-th-time {
  color: inherit;
}

.go-th-lead h2 {
  font-size: clamp(2.5rem, 4.2vw, 4rem);
  line-height: 0.94;
}

.go-th-lead p,
.go-th-module-card p,
.go-th-archive-card p {
  color: var(--go-th-soft);
}

.go-th-meta a {
  color: inherit;
}

.go-th-module-grid,
.go-th-video-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.go-th-module-card {
  display: grid;
  overflow: hidden;
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 252, 0.98));
}

.go-th-module-card::before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--go-th-accent), var(--go-th-accent-2));
}

.go-th-module-card.is-no-media {
  padding-top: 0;
}

.go-th-module-media {
  display: block;
  aspect-ratio: 16 / 10;
  background: var(--go-th-bg-2);
}

.go-th-module-copy {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 18px 18px 20px;
}

.go-th-module-card h3 {
  font-size: clamp(1.3rem, 2vw, 1.74rem);
  line-height: 1.02;
}

.go-th-video-section {
  padding: clamp(22px, 3vw, 30px);
  border-radius: 30px;
  background:
    radial-gradient(circle at top left, rgba(17, 185, 255, 0.18), transparent 24%),
    linear-gradient(180deg, rgba(7, 17, 29, 0.98), rgba(8, 22, 38, 0.98));
  color: var(--go-th-text-invert);
}

.go-th-video-stage {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  gap: 22px;
}

.go-th-video-frame {
  overflow: hidden;
  border-radius: 24px;
  aspect-ratio: 16 / 9;
  background: #020817;
}

.go-th-video-frame :is(iframe, video, embed, object) {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.go-th-video-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}

.go-th-video-copy h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 0.94;
  color: var(--go-th-text-invert);
}

.go-th-video-copy p,
.go-th-video-copy .go-th-meta {
  color: rgba(243, 248, 255, 0.74);
}

.go-th-section-head {
  margin-bottom: 18px;
}

.go-th-archive-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.go-th-archive-card {
  display: grid;
  grid-template-columns: minmax(180px, 220px) minmax(0, 1fr);
  overflow: hidden;
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 252, 0.98));
}

.go-th-archive-card.is-no-media {
  grid-template-columns: 1fr;
}

.go-th-archive-media {
  display: block;
  background: var(--go-th-bg-2);
}

.go-th-archive-copy {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 20px;
}

.go-th-archive-card h3 {
  font-size: clamp(1.34rem, 2vw, 1.82rem);
  line-height: 1.02;
}

.go-th-empty {
  padding: 30px;
  border-radius: 24px;
  border: 1px dashed var(--go-th-line-strong);
  background: rgba(255, 255, 255, 0.4);
  text-align: center;
}

html.dark .go-th-empty,
body.dark .go-th-empty,
body.dark-mode .go-th-empty,
body.is-dark-theme .go-th-empty,
body.newsx-dark-mode .go-th-empty,
[data-theme="dark"] .go-th-empty {
  background: rgba(255, 255, 255, 0.02);
}

.go-th-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.go-th-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  height: 46px;
  padding: 0 14px;
  border-radius: 16px;
  border: 1px solid var(--go-th-line);
  background: rgba(255, 255, 255, 0.62);
  color: var(--go-th-text);
  font-weight: 800;
}

.go-th-pagination .page-numbers.current {
  border-color: transparent;
  background: linear-gradient(135deg, var(--go-th-accent), var(--go-th-accent-2));
  color: #fff;
}

@media (min-width: 1200px) {
  .go-th-shell {
    padding-top: 28px;
  }
}

@media (max-width: 1100px) {
  .go-th-hero,
  .go-th-lead,
  .go-th-video-stage,
  .go-th-archive-grid {
    grid-template-columns: 1fr;
  }

  .go-th-module-grid,
  .go-th-video-grid {
    grid-template-columns: 1fr;
  }

  .go-th-lead-media {
    min-height: 360px;
  }
}

@media (max-width: 760px) {
  .go-th-shell {
    width: min(100% - 22px, 1360px);
    padding: 82px 0 56px;
  }

  .go-th-hero,
  .go-th-video-section {
    border-radius: 26px;
  }

  .go-th-hero h1 {
    max-width: none;
  }
}

/* Flat Theme Reset */
.go-th-page {
  --go-th-bg: #eef3f7;
  --go-th-bg-2: #dde5ee;
  --go-th-surface: #ffffff;
  --go-th-surface-2: #f4f7fb;
  --go-th-panel: #ffffff;
  --go-th-panel-2: #f4f7fb;
  --go-th-text: #111827;
  --go-th-text-invert: #111827;
  --go-th-soft: #66768a;
  --go-th-soft-invert: #66768a;
  --go-th-line: rgba(17, 24, 39, 0.08);
  --go-th-line-strong: rgba(17, 24, 39, 0.14);
  --go-th-accent: #0f83d8;
  --go-th-accent-2: #0f83d8;
  --go-th-accent-soft: rgba(15, 131, 216, 0.12);
  --go-th-shadow: none;
  background: var(--go-th-bg);
}

.go-th-page::before,
.go-th-hero::after {
  display: none;
}

html.dark .go-th-page,
body.dark .go-th-page,
body.dark-mode .go-th-page,
body.is-dark-theme .go-th-page,
body.newsx-dark-mode .go-th-page,
[data-theme="dark"] .go-th-page {
  --go-th-bg: #0d1117;
  --go-th-bg-2: #151b24;
  --go-th-surface: #171d26;
  --go-th-surface-2: #1f2733;
  --go-th-panel: #101722;
  --go-th-panel-2: #1a2330;
  --go-th-text: #edf4ff;
  --go-th-text-invert: #edf4ff;
  --go-th-soft: #93a6bc;
  --go-th-soft-invert: #93a6bc;
  --go-th-line: rgba(255, 255, 255, 0.08);
  --go-th-line-strong: rgba(255, 255, 255, 0.14);
  --go-th-accent: #49a8ff;
  --go-th-accent-2: #49a8ff;
  --go-th-accent-soft: rgba(73, 168, 255, 0.16);
  background: var(--go-th-bg);
}

.go-th-hero,
.go-th-lead,
.go-th-module-card,
.go-th-archive-card,
.go-th-video-section,
.go-th-wire-item,
.go-th-empty,
.go-th-pagination .page-numbers {
  box-shadow: none !important;
  background-image: none !important;
}

.go-th-hero,
.go-th-video-section {
  background: var(--go-th-panel);
  border-color: var(--go-th-line);
}

.go-th-wire-item {
  background: var(--go-th-surface-2);
  border-color: var(--go-th-line);
}

.go-th-lead,
.go-th-module-card,
.go-th-archive-card {
  background: var(--go-th-surface);
  border-color: var(--go-th-line);
}

.go-th-label,
.go-th-nav a {
  background: var(--go-th-surface);
  border-color: var(--go-th-line);
  color: var(--go-th-text);
}

.go-th-hero .go-th-label,
.go-th-hero .go-th-nav a,
.go-th-video-section .go-th-label {
  background: var(--go-th-panel-2);
  border-color: var(--go-th-line);
  color: var(--go-th-text-invert);
}

.go-th-label--soft {
  color: var(--go-th-soft);
}

.go-th-hero .go-th-label--soft,
.go-th-video-section .go-th-label--soft {
  color: var(--go-th-soft-invert);
}

.go-th-tag,
.go-th-chip {
  background: var(--go-th-accent-soft);
  color: var(--go-th-accent);
}

.go-th-hero h1,
.go-th-wire-item h3,
.go-th-video-copy h2 {
  color: var(--go-th-text-invert);
}

.go-th-lead h2,
.go-th-module-card h3,
.go-th-archive-card h3 {
  color: var(--go-th-text);
}

.go-th-hero p,
.go-th-wire-topline,
.go-th-video-copy p,
.go-th-video-copy .go-th-meta {
  color: var(--go-th-soft-invert);
}

.go-th-lead p,
.go-th-module-card p,
.go-th-archive-card p,
.go-th-meta,
.go-th-lead-topline,
.go-th-module-topline,
.go-th-archive-topline,
.go-th-empty {
  color: var(--go-th-soft);
}

.go-th-module-card::before {
  background: var(--go-th-accent);
}

.go-th-lead-media,
.go-th-module-media,
.go-th-archive-media,
.go-th-video-frame {
  background: var(--go-th-bg-2);
}

.go-th-pagination .page-numbers {
  background: var(--go-th-surface);
  border-color: var(--go-th-line);
  color: var(--go-th-text);
}

.go-th-pagination .page-numbers.current {
  background: var(--go-th-accent);
  border-color: var(--go-th-accent);
  color: #ffffff;
}

body:is(.page-tecnologia, .page-template-page-tecnologia, .page-template-page-tecnologia-php) .go-shell-topbar .newsx-offcanvas-widgets-area,
body:is(.page-tecnologia, .page-template-page-tecnologia, .page-template-page-tecnologia-php) .go-shell-header .newsx-offcanvas-widgets-area,
body:is(.page-tecnologia, .page-template-page-tecnologia, .page-template-page-tecnologia-php) .go-shell-header .go-offcanvas-panel,
body:is(.page-tecnologia, .page-template-page-tecnologia, .page-template-page-tecnologia-php) .go-shell-header .go-offcanvas-search-form,
body:is(.page-tecnologia, .page-template-page-tecnologia, .page-template-page-tecnologia-php) .go-shell-header .go-offcanvas-theme-panel,
body:is(.page-tecnologia, .page-template-page-tecnologia, .page-template-page-tecnologia-php) .go-shell-header .go-offcanvas-follow,
body:is(.page-tecnologia, .page-template-page-tecnologia, .page-template-page-tecnologia-php) .go-shell-header .go-offcanvas-social-link,
body:is(.page-tecnologia, .page-template-page-tecnologia, .page-template-page-tecnologia-php) .go-shell-header .go-offcanvas-desktop-toggle,
body:is(.page-tecnologia, .page-template-page-tecnologia, .page-template-page-tecnologia-php) .go-shell-header .go-shell-dark-toggle {
  background-image: none !important;
  box-shadow: none !important;
}

body:is(.page-tecnologia, .page-template-page-tecnologia, .page-template-page-tecnologia-php) .go-shell-topbar .newsx-offcanvas-widgets-area,
body:is(.page-tecnologia, .page-template-page-tecnologia, .page-template-page-tecnologia-php) .go-shell-header .newsx-offcanvas-widgets-area {
  background: #ffffff !important;
}

body:is(.page-tecnologia, .page-template-page-tecnologia, .page-template-page-tecnologia-php) .go-shell-header .go-offcanvas-search-form,
body:is(.page-tecnologia, .page-template-page-tecnologia, .page-template-page-tecnologia-php) .go-shell-header .go-offcanvas-theme-panel,
body:is(.page-tecnologia, .page-template-page-tecnologia, .page-template-page-tecnologia-php) .go-shell-header .go-offcanvas-follow,
body:is(.page-tecnologia, .page-template-page-tecnologia, .page-template-page-tecnologia-php) .go-shell-header .go-offcanvas-social-link,
body:is(.page-tecnologia, .page-template-page-tecnologia, .page-template-page-tecnologia-php) .go-shell-header .go-offcanvas-desktop-toggle,
body:is(.page-tecnologia, .page-template-page-tecnologia, .page-template-page-tecnologia-php) .go-shell-header .go-shell-dark-toggle {
  background: #ffffff !important;
  border-color: rgba(17, 24, 39, 0.12) !important;
}

body:is(.page-tecnologia, .page-template-page-tecnologia, .page-template-page-tecnologia-php) .go-shell-header .go-offcanvas-theme-copy strong,
body:is(.page-tecnologia, .page-template-page-tecnologia, .page-template-page-tecnologia-php) .go-shell-header .go-offcanvas-nav > ul > li > a,
body:is(.page-tecnologia, .page-template-page-tecnologia, .page-template-page-tecnologia-php) .go-shell-header .go-offcanvas-nav ul ul a,
body:is(.page-tecnologia, .page-template-page-tecnologia, .page-template-page-tecnologia-php) .go-shell-header .go-offcanvas-search-field,
body:is(.page-tecnologia, .page-template-page-tecnologia, .page-template-page-tecnologia-php) .go-shell-header .go-offcanvas-search-submit {
  color: #111827 !important;
}

body:is(.page-tecnologia, .page-template-page-tecnologia, .page-template-page-tecnologia-php) .go-shell-header .go-offcanvas-theme-copy span,
body:is(.page-tecnologia, .page-template-page-tecnologia, .page-template-page-tecnologia-php) .go-shell-header .go-offcanvas-section-label,
body:is(.page-tecnologia, .page-template-page-tecnologia, .page-template-page-tecnologia-php) .go-shell-header .go-offcanvas-nav ul ul a {
  color: #66768a !important;
}

html.dark body:is(.page-tecnologia, .page-template-page-tecnologia, .page-template-page-tecnologia-php) .go-shell-topbar .newsx-offcanvas-widgets-area,
html.dark body:is(.page-tecnologia, .page-template-page-tecnologia, .page-template-page-tecnologia-php) .go-shell-header .newsx-offcanvas-widgets-area,
body.dark:is(.page-tecnologia, .page-template-page-tecnologia, .page-template-page-tecnologia-php) .go-shell-topbar .newsx-offcanvas-widgets-area,
body.dark:is(.page-tecnologia, .page-template-page-tecnologia, .page-template-page-tecnologia-php) .go-shell-header .newsx-offcanvas-widgets-area,
body.dark-mode:is(.page-tecnologia, .page-template-page-tecnologia, .page-template-page-tecnologia-php) .go-shell-topbar .newsx-offcanvas-widgets-area,
body.dark-mode:is(.page-tecnologia, .page-template-page-tecnologia, .page-template-page-tecnologia-php) .go-shell-header .newsx-offcanvas-widgets-area,
body.is-dark-theme:is(.page-tecnologia, .page-template-page-tecnologia, .page-template-page-tecnologia-php) .go-shell-topbar .newsx-offcanvas-widgets-area,
body.is-dark-theme:is(.page-tecnologia, .page-template-page-tecnologia, .page-template-page-tecnologia-php) .go-shell-header .newsx-offcanvas-widgets-area,
body.newsx-dark-mode:is(.page-tecnologia, .page-template-page-tecnologia, .page-template-page-tecnologia-php) .go-shell-topbar .newsx-offcanvas-widgets-area,
body.newsx-dark-mode:is(.page-tecnologia, .page-template-page-tecnologia, .page-template-page-tecnologia-php) .go-shell-header .newsx-offcanvas-widgets-area,
[data-theme="dark"] body:is(.page-tecnologia, .page-template-page-tecnologia, .page-template-page-tecnologia-php) .go-shell-topbar .newsx-offcanvas-widgets-area,
[data-theme="dark"] body:is(.page-tecnologia, .page-template-page-tecnologia, .page-template-page-tecnologia-php) .go-shell-header .newsx-offcanvas-widgets-area {
  background: #171d26 !important;
}

html.dark body:is(.page-tecnologia, .page-template-page-tecnologia, .page-template-page-tecnologia-php) .go-shell-header .go-offcanvas-search-form,
html.dark body:is(.page-tecnologia, .page-template-page-tecnologia, .page-template-page-tecnologia-php) .go-shell-header .go-offcanvas-theme-panel,
html.dark body:is(.page-tecnologia, .page-template-page-tecnologia, .page-template-page-tecnologia-php) .go-shell-header .go-offcanvas-follow,
html.dark body:is(.page-tecnologia, .page-template-page-tecnologia, .page-template-page-tecnologia-php) .go-shell-header .go-offcanvas-social-link,
html.dark body:is(.page-tecnologia, .page-template-page-tecnologia, .page-template-page-tecnologia-php) .go-shell-header .go-offcanvas-desktop-toggle,
html.dark body:is(.page-tecnologia, .page-template-page-tecnologia, .page-template-page-tecnologia-php) .go-shell-header .go-shell-dark-toggle,
body.dark:is(.page-tecnologia, .page-template-page-tecnologia, .page-template-page-tecnologia-php) .go-shell-header .go-offcanvas-search-form,
body.dark:is(.page-tecnologia, .page-template-page-tecnologia, .page-template-page-tecnologia-php) .go-shell-header .go-offcanvas-theme-panel,
body.dark:is(.page-tecnologia, .page-template-page-tecnologia, .page-template-page-tecnologia-php) .go-shell-header .go-offcanvas-follow,
body.dark:is(.page-tecnologia, .page-template-page-tecnologia, .page-template-page-tecnologia-php) .go-shell-header .go-offcanvas-social-link,
body.dark:is(.page-tecnologia, .page-template-page-tecnologia, .page-template-page-tecnologia-php) .go-shell-header .go-offcanvas-desktop-toggle,
body.dark:is(.page-tecnologia, .page-template-page-tecnologia, .page-template-page-tecnologia-php) .go-shell-header .go-shell-dark-toggle,
body.dark-mode:is(.page-tecnologia, .page-template-page-tecnologia, .page-template-page-tecnologia-php) .go-shell-header .go-offcanvas-search-form,
body.dark-mode:is(.page-tecnologia, .page-template-page-tecnologia, .page-template-page-tecnologia-php) .go-shell-header .go-offcanvas-theme-panel,
body.dark-mode:is(.page-tecnologia, .page-template-page-tecnologia, .page-template-page-tecnologia-php) .go-shell-header .go-offcanvas-follow,
body.dark-mode:is(.page-tecnologia, .page-template-page-tecnologia, .page-template-page-tecnologia-php) .go-shell-header .go-offcanvas-social-link,
body.dark-mode:is(.page-tecnologia, .page-template-page-tecnologia, .page-template-page-tecnologia-php) .go-shell-header .go-offcanvas-desktop-toggle,
body.dark-mode:is(.page-tecnologia, .page-template-page-tecnologia, .page-template-page-tecnologia-php) .go-shell-header .go-shell-dark-toggle,
body.is-dark-theme:is(.page-tecnologia, .page-template-page-tecnologia, .page-template-page-tecnologia-php) .go-shell-header .go-offcanvas-search-form,
body.is-dark-theme:is(.page-tecnologia, .page-template-page-tecnologia, .page-template-page-tecnologia-php) .go-shell-header .go-offcanvas-theme-panel,
body.is-dark-theme:is(.page-tecnologia, .page-template-page-tecnologia, .page-template-page-tecnologia-php) .go-shell-header .go-offcanvas-follow,
body.is-dark-theme:is(.page-tecnologia, .page-template-page-tecnologia, .page-template-page-tecnologia-php) .go-shell-header .go-offcanvas-social-link,
body.is-dark-theme:is(.page-tecnologia, .page-template-page-tecnologia, .page-template-page-tecnologia-php) .go-shell-header .go-offcanvas-desktop-toggle,
body.is-dark-theme:is(.page-tecnologia, .page-template-page-tecnologia, .page-template-page-tecnologia-php) .go-shell-header .go-shell-dark-toggle,
body.newsx-dark-mode:is(.page-tecnologia, .page-template-page-tecnologia, .page-template-page-tecnologia-php) .go-shell-header .go-offcanvas-search-form,
body.newsx-dark-mode:is(.page-tecnologia, .page-template-page-tecnologia, .page-template-page-tecnologia-php) .go-shell-header .go-offcanvas-theme-panel,
body.newsx-dark-mode:is(.page-tecnologia, .page-template-page-tecnologia, .page-template-page-tecnologia-php) .go-shell-header .go-offcanvas-follow,
body.newsx-dark-mode:is(.page-tecnologia, .page-template-page-tecnologia, .page-template-page-tecnologia-php) .go-shell-header .go-offcanvas-social-link,
body.newsx-dark-mode:is(.page-tecnologia, .page-template-page-tecnologia, .page-template-page-tecnologia-php) .go-shell-header .go-offcanvas-desktop-toggle,
body.newsx-dark-mode:is(.page-tecnologia, .page-template-page-tecnologia, .page-template-page-tecnologia-php) .go-shell-header .go-shell-dark-toggle,
[data-theme="dark"] body:is(.page-tecnologia, .page-template-page-tecnologia, .page-template-page-tecnologia-php) .go-shell-header .go-offcanvas-search-form,
[data-theme="dark"] body:is(.page-tecnologia, .page-template-page-tecnologia, .page-template-page-tecnologia-php) .go-shell-header .go-offcanvas-theme-panel,
[data-theme="dark"] body:is(.page-tecnologia, .page-template-page-tecnologia, .page-template-page-tecnologia-php) .go-shell-header .go-offcanvas-follow,
[data-theme="dark"] body:is(.page-tecnologia, .page-template-page-tecnologia, .page-template-page-tecnologia-php) .go-shell-header .go-offcanvas-social-link,
[data-theme="dark"] body:is(.page-tecnologia, .page-template-page-tecnologia, .page-template-page-tecnologia-php) .go-shell-header .go-offcanvas-desktop-toggle,
[data-theme="dark"] body:is(.page-tecnologia, .page-template-page-tecnologia, .page-template-page-tecnologia-php) .go-shell-header .go-shell-dark-toggle {
  background: #1f2733 !important;
  border-color: rgba(255, 255, 255, 0.08) !important;
}

@media (max-width: 1199px) {
  body:is(.page-tecnologia, .page-template-page-tecnologia, .page-template-page-tecnologia-php) .go-shell-topbar .newsx-offcanvas-btn {
    box-shadow: none !important;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background: #ffffff !important;
    border-color: rgba(17, 24, 39, 0.12) !important;
  }

  html.dark body:is(.page-tecnologia, .page-template-page-tecnologia, .page-template-page-tecnologia-php) .go-shell-topbar .newsx-offcanvas-btn,
  body.dark:is(.page-tecnologia, .page-template-page-tecnologia, .page-template-page-tecnologia-php) .go-shell-topbar .newsx-offcanvas-btn,
  body.dark-mode:is(.page-tecnologia, .page-template-page-tecnologia, .page-template-page-tecnologia-php) .go-shell-topbar .newsx-offcanvas-btn,
  body.is-dark-theme:is(.page-tecnologia, .page-template-page-tecnologia, .page-template-page-tecnologia-php) .go-shell-topbar .newsx-offcanvas-btn,
  body.newsx-dark-mode:is(.page-tecnologia, .page-template-page-tecnologia, .page-template-page-tecnologia-php) .go-shell-topbar .newsx-offcanvas-btn,
  [data-theme="dark"] body:is(.page-tecnologia, .page-template-page-tecnologia, .page-template-page-tecnologia-php) .go-shell-topbar .newsx-offcanvas-btn {
    background: #101722 !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
  }
}

/* Hero Rebuild */
.go-th-shell {
  padding-top: clamp(28px, 3.6vw, 54px);
}

.go-th-hero::after {
  display: none;
}

.go-th-hero.has-feature {
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  grid-template-areas:
    "feature main"
    "wire wire";
  align-items: stretch;
  gap: clamp(22px, 2.8vw, 34px);
  min-height: 0;
  padding: clamp(28px, 3.7vw, 42px);
  border-top: 8px solid var(--go-th-accent);
  border-radius: 34px;
}

.go-th-hero.has-feature .go-th-hero-main {
  grid-area: main;
  justify-content: space-between;
  gap: 30px;
  min-height: 100%;
}

.go-th-hero-intro {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 520px;
}

.go-th-hero h1 {
  max-width: 6.2ch;
  font-size: clamp(4rem, 7.4vw, 6.3rem);
  line-height: 0.84;
  letter-spacing: -0.08em;
  text-wrap: balance;
}

.go-th-hero p {
  max-width: 30ch;
  font-size: clamp(1.03rem, 1.3vw, 1.16rem);
  line-height: 1.48;
}

.go-th-hero-actions {
  display: grid;
  gap: 18px;
  padding-top: 20px;
  border-top: 1px solid var(--go-th-line);
}

.go-th-nav,
.go-th-chip-row {
  gap: 12px;
}

.go-th-hero-feature {
  grid-area: feature;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  min-height: 100%;
  overflow: hidden;
  border: 1px solid var(--go-th-line);
  border-radius: 30px;
  background: var(--go-th-panel-2);
}

.go-th-hero-feature-media {
  display: block;
  min-height: 100%;
  background: var(--go-th-bg-2);
}

.go-th-hero-feature-media img,
.go-th-wire-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.go-th-hero-feature-placeholder,
.go-th-wire-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--go-th-bg-2);
}

.go-th-hero-feature-copy {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 0;
  padding: 24px;
}

.go-th-hero-feature-topline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.go-th-hero-feature h2 {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 0.94;
  letter-spacing: -0.06em;
  color: var(--go-th-text-invert);
  text-wrap: balance;
}

.go-th-hero-feature p,
.go-th-hero-feature .go-th-meta {
  color: var(--go-th-soft-invert);
}

.go-th-hero-feature .go-th-meta {
  margin-top: auto;
}

.go-th-wire {
  grid-area: wire;
  display: grid;
  gap: 16px;
  padding-top: 10px;
  border-top: 1px solid var(--go-th-line);
}

.go-th-wire-list {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.go-th-wire-item {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  min-height: 118px;
  padding: 16px;
  border-radius: 24px;
}

.go-th-wire-item:first-child {
  grid-column: span 2;
  grid-template-columns: 112px minmax(0, 1fr);
}

.go-th-wire-media {
  display: block;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 18px;
  background: var(--go-th-bg-2);
}

.go-th-wire-copy {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.go-th-wire-item h3 {
  margin: 0;
  max-width: none;
  font-size: clamp(1.08rem, 1.5vw, 1.42rem);
  line-height: 1.04;
  text-wrap: balance;
}

.go-th-wire-topline {
  gap: 10px;
}

.go-th-wire-topline .go-th-time {
  color: var(--go-th-soft-invert);
}

.go-th-hero + .go-th-section {
  margin-top: 24px;
}

.go-th-section {
  margin-top: 36px;
}

.go-th-section-head {
  margin-bottom: 20px;
}

@media (max-width: 1200px) {
  .go-th-hero.has-feature {
    grid-template-columns: 1fr;
    grid-template-areas:
      "main"
      "feature"
      "wire";
  }

  .go-th-hero-feature {
    grid-template-columns: 1fr;
  }

  .go-th-wire-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .go-th-wire-item:first-child {
    grid-column: auto;
    grid-template-columns: 88px minmax(0, 1fr);
  }
}

@media (max-width: 760px) {
  .go-th-hero.has-feature {
    padding: 24px 20px 22px;
    border-top-width: 7px;
    border-radius: 28px;
  }

  .go-th-hero.has-feature .go-th-hero-main {
    gap: 24px;
  }

  .go-th-hero-feature {
    grid-template-columns: 1fr;
    border-radius: 26px;
  }

  .go-th-hero-feature-copy {
    padding: 20px;
  }

  .go-th-wire-list {
    grid-template-columns: 1fr;
  }

  .go-th-wire-item,
  .go-th-wire-item:first-child {
    grid-template-columns: 72px minmax(0, 1fr);
    min-height: auto;
    padding: 14px;
  }

  .go-th-wire-media {
    border-radius: 16px;
  }
}

/* Hero Stabilizer */
.go-th-hero.has-feature {
  grid-template-columns: minmax(0, 1.06fr) minmax(340px, 0.94fr);
  grid-template-areas:
    "feature main"
    "feature wire";
  align-items: start;
  gap: 24px 28px;
  padding: 32px;
}

.go-th-hero.has-feature .go-th-hero-main {
  grid-area: main;
  display: grid;
  align-content: start;
  gap: 22px;
}

.go-th-hero-intro {
  max-width: 460px;
}

.go-th-hero h1 {
  max-width: none;
  font-size: clamp(3.1rem, 5vw, 5rem);
  line-height: 0.88;
}

.go-th-hero p {
  max-width: 19ch;
  font-size: clamp(1rem, 1.1vw, 1.12rem);
  line-height: 1.5;
}

.go-th-hero-actions {
  gap: 16px;
  padding-top: 0;
  border-top: 0;
}

.go-th-nav,
.go-th-chip-row {
  gap: 10px;
}

.go-th-hero-feature {
  grid-area: feature;
  grid-template-columns: 1fr;
  grid-template-rows: clamp(330px, 25vw, 440px) auto;
  min-height: 100%;
}

.go-th-hero-feature-copy {
  padding: 24px;
}

.go-th-hero-feature h2 {
  font-size: clamp(1.9rem, 2.4vw, 2.8rem);
}

.go-th-wire {
  grid-area: wire;
  align-self: end;
  gap: 14px;
  padding-top: 0;
  border-top: 0;
}

.go-th-wire-list {
  grid-template-columns: 1fr;
  gap: 12px;
}

.go-th-wire-item,
.go-th-wire-item:first-child {
  grid-column: auto;
  grid-template-columns: 76px minmax(0, 1fr);
  min-height: 96px;
  padding: 14px;
}

.go-th-wire-item h3 {
  font-size: clamp(1rem, 1.05vw, 1.18rem);
  line-height: 1.08;
}

.go-th-hero + .go-th-section {
  margin-top: 20px;
}

@media (max-width: 1280px) {
  .go-th-hero.has-feature {
    grid-template-columns: 1fr;
    grid-template-areas:
      "main"
      "feature"
      "wire";
  }

  .go-th-wire-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .go-th-hero.has-feature {
    padding: 24px 20px 22px;
  }

  .go-th-hero h1 {
    font-size: clamp(2.9rem, 12vw, 4rem);
  }

  .go-th-hero-feature {
    grid-template-rows: 250px auto;
  }

  .go-th-wire-list {
    grid-template-columns: 1fr;
  }
}
