@font-face {
  font-family: "Google Sans";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("https://seoinformatica.com/wp-content/uploads/2026/03/GoogleSans-VariableFont_GRADopszwght.ttf") format("truetype");
}

body.seoi-insights-post-template {
  --seoi-font: "Google Sans", Arial, sans-serif;
  --seoi-ink: #202124;
  --seoi-body: #5f6368;
  --seoi-muted: #6f7378;
  --seoi-line: #dadce0;
  --seoi-blue: #356bd9;
  --seoi-green: #63d889;
  --seoi-gold: #d9bd5f;
  --seoi-page: 1260px;
  --seoi-article: 726px;
  margin: 0;
  background: #fff;
  color: var(--seoi-ink);
  font-family: var(--seoi-font);
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}

body.seoi-insights-post-template * {
  box-sizing: border-box;
}

body.seoi-insights-post-template a {
  color: inherit;
  text-decoration: none;
}

body.seoi-insights-post-template h1,
body.seoi-insights-post-template h2,
body.seoi-insights-post-template h3,
body.seoi-insights-post-template p {
  margin: 0;
}

body.seoi-insights-post-template h1,
body.seoi-insights-post-template h2,
body.seoi-insights-post-template h3 {
  font-weight: 400;
  letter-spacing: 0;
}

.seoi-insights-topbar {
  min-height: 84px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 34px;
  padding: 0 42px;
  border-bottom: 1px solid var(--seoi-line);
  background: #fff;
  position: relative;
  z-index: 10;
  box-shadow: 0 2px 14px rgba(60, 64, 67, .08);
}

.seoi-insights-brand {
  color: #111;
  font-size: 22px;
  line-height: 1;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
}

.seoi-insights-main-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  min-width: 0;
}

.seoi-insights-nav-group {
  position: relative;
}

.seoi-insights-nav-link,
.seoi-insights-nav-trigger {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 42px;
  border: 0;
  padding: 0;
  background: transparent;
  color: #505357;
  font: inherit;
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  cursor: pointer;
  transition: color .18s ease;
  white-space: nowrap;
}

.seoi-insights-nav-link:hover,
.seoi-insights-nav-link:focus,
.seoi-insights-nav-trigger:hover,
.seoi-insights-nav-trigger:focus {
  color: #202124;
}

.seoi-insights-nav-menu {
  position: absolute;
  left: 50%;
  top: calc(100% + 12px);
  width: 248px;
  transform: translateX(-50%) translateY(8px);
  opacity: 0;
  visibility: hidden;
  display: grid;
  gap: 2px;
  padding: 12px;
  border: 1px solid #e3e5e8;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 60px rgba(60,64,67,.16);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

.seoi-insights-nav-group:hover .seoi-insights-nav-menu,
.seoi-insights-nav-group:focus-within .seoi-insights-nav-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.seoi-insights-nav-menu a {
  display: flex;
  align-items: center;
  min-height: 40px;
  padding: 0 12px;
  border-radius: 10px;
  color: #4d5156;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
}

.seoi-insights-nav-menu a:hover,
.seoi-insights-nav-menu a:focus {
  background: #f5f8f2;
  color: #202124;
}

body.seoi-insights-post-template .seoi-insights-header-cta,
body.seoi-insights-post-template .seoi-insights-header-cta:visited {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 24px;
  border: 1px solid #1f1f1f;
  border-radius: 999px;
  background: #111;
  color: #fff !important;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

body.seoi-insights-post-template .seoi-insights-header-cta:hover,
body.seoi-insights-post-template .seoi-insights-header-cta:focus {
  color: #fff !important;
  border-color: rgba(99,216,137,.9);
  box-shadow: 0 0 0 1px rgba(99,216,137,.4), 0 0 22px rgba(99,216,137,.18);
  transform: translateY(-1px);
}

.seoi-insights-page {
  width: min(var(--seoi-page), calc(100% - 64px));
  margin: 0 auto;
  padding: 37px 0 120px;
}

.seoi-insights-breadcrumbs {
  display: flex;
  align-items: center;
  min-height: 52px;
  gap: 22px;
  color: var(--seoi-blue);
  font-size: 14px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 auto 16px;
  width: 83%;
}

.seoi-insights-home {
  color: var(--seoi-green);
  font-size: 16px;
}

.seoi-insights-chev {
  color: #80868b;
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
}

.seoi-insights-title {
  width: 83%;
  margin: 0 auto;
  color: #202124;
  font-size: clamp(50px, 5.2vw, 60px);
  line-height: 1.14;
  font-weight: 400;
  letter-spacing: -0.5px;
}

.seoi-insights-intro-row {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  gap: 0;
  align-items: start;
  min-height: 90px;
  margin: 48px auto 0;
  width: 83%;
}

.seoi-insights-date {
  color: #6f7378;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.seoi-insights-dek {
  border-left: 1px solid var(--seoi-line);
  padding-left: 24px;
  color: #6a6e73;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  max-width: none;
}

.seoi-insights-byline-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  min-height: 78px;
  margin: 36px auto 0;
  width: 83%;
}

.seoi-insights-author {
  display: flex;
  align-items: center;
  gap: 14px;
}

.seoi-insights-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #eef3e9;
  border: 1px solid #d8ddcf;
  color: #1f2421;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
}

.seoi-insights-author strong {
  display: block;
  color: #2f5eb8;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
}

.seoi-insights-author span {
  display: block;
  color: #5f6368;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 500;
  margin-top: 3px;
}

.seoi-insights-tools {
  display: flex;
  align-items: center;
  gap: 24px;
}

.seoi-insights-summary {
  position: relative;
}

.seoi-insights-summary summary {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 22px;
  border-radius: 999px;
  background: #eaf1ff;
  color: #2f5eb8;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
  white-space: nowrap;
}

.seoi-insights-summary summary::-webkit-details-marker {
  display: none;
}

.seoi-insights-summary summary::before {
  content: "✦";
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border: 2px solid #2f5eb8;
  border-radius: 5px;
  font-size: 11px;
}

.seoi-insights-summary summary::after {
  content: "⌄";
  font-size: 22px;
  transform: translateY(-2px);
}

.seoi-insights-summary-card {
  position: absolute;
  right: 0;
  top: calc(100% + 12px);
  z-index: 5;
  width: min(500px, calc(100vw - 48px));
  padding: 22px;
  border: 1px solid #d8e2f8;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 70px rgba(60,64,67,.22);
}

.seoi-insights-summary-card ul {
  margin: 0;
  padding-left: 20px;
}

.seoi-insights-summary-card li {
  color: #5f6368;
  font-size: 15px;
  line-height: 1.55;
}

.seoi-insights-summary-card li + li {
  margin-top: 8px;
}

.seoi-insights-share {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #202124;
  font-size: 17px;
  line-height: 1;
  font-weight: 500;
  white-space: nowrap;
}

.seoi-insights-share svg {
  width: 22px;
  height: 22px;
  stroke: #202124;
  stroke-width: 2.25;
  fill: none;
}

.seoi-insights-hero-media {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: min(100%, calc(100vw - 174px));
  max-width: 1260px;
  aspect-ratio: 16 / 9;
  border-radius: 6px;
  background: #000;
}

.seoi-insights-hero-media::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 76% 38%, rgba(99,216,137,.12), transparent 28%),
    radial-gradient(circle at 24% 74%, rgba(217,189,95,.1), transparent 32%),
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: auto, auto, 76px 76px, 76px 76px;
  opacity: .9;
}

.seoi-insights-featured-image {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.seoi-insights-traffic-map {
  position: absolute;
  inset: 11% 8%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  align-items: center;
}

.seoi-insights-traffic-stack {
  position: relative;
  min-height: 78%;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 26px;
  background: rgba(255,255,255,.035);
  overflow: hidden;
}

.seoi-insights-traffic-stack::before {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  top: 22%;
  height: 3px;
  background: linear-gradient(90deg, #7ea6ff, rgba(126,166,255,.12));
  box-shadow: 0 0 24px rgba(126,166,255,.34);
}

.seoi-insights-traffic-stack::after {
  content: "";
  position: absolute;
  left: 18%;
  right: 20%;
  bottom: 24%;
  height: 3px;
  background: linear-gradient(90deg, rgba(217,189,95,.18), #d9bd5f, rgba(217,189,95,.1));
  box-shadow: 0 0 24px rgba(217,189,95,.25);
}

.seoi-insights-traffic-sheet {
  position: absolute;
  left: 14%;
  right: 11%;
  top: 35%;
  height: 30%;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 18px;
  background: rgba(255,255,255,.82);
  box-shadow: 0 24px 70px rgba(0,0,0,.45);
}

.seoi-insights-traffic-sheet span {
  position: absolute;
  left: 12%;
  height: 10px;
  border-radius: 999px;
  background: rgba(32,33,36,.16);
}

.seoi-insights-traffic-sheet span:nth-child(1) {
  top: 30%;
  width: 54%;
  background: rgba(99,216,137,.2);
}

.seoi-insights-traffic-sheet span:nth-child(2) {
  top: 50%;
  width: 72%;
}

.seoi-insights-traffic-sheet span:nth-child(3) {
  top: 70%;
  width: 44%;
}

.seoi-insights-traffic-leak {
  position: absolute;
  right: 13%;
  top: 28%;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  border: 2px solid rgba(217,189,95,.42);
  display: grid;
  place-items: center;
  color: #d9bd5f;
  font-size: 42px;
  line-height: 1;
  background: rgba(217,189,95,.08);
  box-shadow: 0 0 40px rgba(217,189,95,.16);
}

.seoi-insights-traffic-copy {
  min-height: 78%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  padding: 48px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 26px;
  background: rgba(255,255,255,.035);
}

.seoi-insights-traffic-label {
  color: rgba(255,255,255,.56);
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.seoi-insights-traffic-copy strong {
  color: #fff;
  font-size: clamp(32px, 4vw, 64px);
  line-height: .98;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.seoi-insights-traffic-copy p {
  max-width: 460px;
  color: rgba(255,255,255,.7);
  font-size: clamp(15px, 1.4vw, 22px);
  line-height: 1.45;
}

.seoi-insights-post-content {
  width: min(var(--seoi-article), calc(100vw - 392px));
  margin: 74px auto 0;
}

.seoi-insights-post-content p,
.seoi-insights-post-content li {
  color: #5f6368;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.seoi-insights-post-content a:not(.wp-block-button__link) {
  color: #2457d6;
  font-weight: 500;
  text-decoration-line: underline;
  text-decoration-color: rgba(99, 216, 137, .92);
  text-decoration-thickness: 2px;
  text-underline-offset: .18em;
  transition: color .18s ease, background-size .18s ease, text-decoration-color .18s ease;
}

.seoi-insights-post-content a:not(.wp-block-button__link):visited {
  color: #2457d6;
}

.seoi-insights-post-content a:not(.wp-block-button__link):hover,
.seoi-insights-post-content a:not(.wp-block-button__link):focus {
  color: #202124;
  text-decoration-color: #63d889;
  background:
    linear-gradient(
      transparent 62%,
      rgba(99, 216, 137, .24) 0
    )
    left bottom / 100% 100% no-repeat;
}

.seoi-insights-post-content p {
  margin-top: 16px;
}

.seoi-insights-post-content p:first-child {
  margin-top: 0;
}

.seoi-insights-post-content h2 {
  color: #202124;
  font-size: 36px;
  line-height: 44px;
  font-weight: 400;
  letter-spacing: -0.25px;
  margin-top: 0;
  padding: 24px 0;
}

.seoi-insights-post-content h3 {
  color: #202124;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  margin-top: 0;
  padding: 22px 0 12px;
}

.seoi-insights-post-content ul,
.seoi-insights-post-content ol {
  margin: 16px 0 0;
  padding-left: 26px;
}

.seoi-insights-post-content table {
  display: block;
  overflow-x: auto;
  width: 100%;
  margin: 28px 0 0;
  border-collapse: collapse;
  border-top: 1px solid var(--seoi-line);
  border-bottom: 1px solid var(--seoi-line);
  color: #5f6368;
  font-size: 14px;
  line-height: 21px;
}

.seoi-insights-post-content th,
.seoi-insights-post-content td {
  vertical-align: top;
  text-align: left;
  padding: 14px 14px 14px 0;
  border-bottom: 1px solid #eceff1;
}

.seoi-insights-post-content th {
  color: #202124;
  font-weight: 700;
}

.seoi-insights-post-content tr:last-child td {
  border-bottom: 0;
}

.seoi-insights-post-content strong {
  color: #202124;
  font-weight: 700;
}

.seoi-insights-post-content li + li {
  margin-top: 8px;
}

.seoi-insights-post-content figure {
  margin: 36px 0 0;
}

.seoi-insights-post-content .wp-block-image,
.seoi-insights-post-content .seoi-insights-inline-figure {
  width: 100%;
  margin: 38px 0 0;
}

.seoi-insights-post-content img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}

.seoi-insights-post-content figcaption {
  margin-top: 10px;
  color: #80868b;
  font-size: 13px;
  line-height: 1.45;
}

@media (max-width: 900px) {
  .seoi-insights-topbar {
    grid-template-columns: 1fr auto;
    gap: 18px;
  }

  .seoi-insights-main-nav {
    display: none;
  }
}

@media (max-width: 820px) {
  .seoi-insights-topbar {
    min-height: 72px;
    padding: 0 18px;
  }

  .seoi-insights-brand {
    font-size: 19px;
  }

  .seoi-insights-header-cta {
    min-height: 42px;
    padding: 0 16px;
    font-size: 13px;
  }

  .seoi-insights-page {
    width: min(100% - 32px, var(--seoi-page));
    padding-top: 38px;
  }

  .seoi-insights-breadcrumbs {
    gap: 12px;
    margin-bottom: 34px;
    font-size: 12px;
    width: 100%;
  }

  .seoi-insights-title {
    width: 100%;
    font-size: clamp(38px, 11vw, 50px);
    line-height: 1.12;
  }

  .seoi-insights-intro-row {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 40px;
    width: 100%;
  }

  .seoi-insights-dek {
    border-left: 0;
    padding-left: 0;
    font-size: 21px;
  }

  .seoi-insights-byline-row {
    grid-template-columns: 1fr;
    gap: 26px;
    width: 100%;
  }

  .seoi-insights-tools {
    align-items: flex-start;
    flex-direction: column;
  }

  .seoi-insights-summary summary {
    width: 100%;
    justify-content: center;
  }

  .seoi-insights-hero-media {
    width: 100%;
    aspect-ratio: 1 / .82;
  }

  .seoi-insights-traffic-map {
    inset: 18px;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .seoi-insights-traffic-stack {
    min-height: 190px;
  }

  .seoi-insights-traffic-copy {
    min-height: 0;
    padding: 24px;
  }

  .seoi-insights-traffic-copy strong {
    font-size: 34px;
  }

  .seoi-insights-traffic-copy p {
    font-size: 15px;
  }

  .seoi-insights-post-content {
    width: 100%;
  }

  .seoi-insights-post-content p,
  .seoi-insights-post-content li {
    font-size: 16px;
    line-height: 26px;
  }

  .seoi-insights-post-content h2 {
    font-size: 34px;
    line-height: 42px;
  }
}
