* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  box-sizing: border-box;
}

html { font-size: calc(0.625rem + 0.41666666666666663vw); }
@media screen and (max-width:1920px) { html { font-size: calc(0.625rem + 0.41666666666666674vw); } }
@media screen and (max-width:1440px) { html { font-size: calc(0.8126951092611863rem + 0.20811654526534862vw); } }
@media screen and (max-width:479px) { html { font-size: calc(0.7494769874476988rem + 0.8368200836820083vw); } }

.body { background: #000; }
.nav_logo { width: 2.4rem; height: 2.4rem; }
.footer_app_symbol { width: 5rem; height: auto; }
.footer_logo { height: auto; opacity: .96; }
.nav_menu_link { white-space: nowrap; }

.blog-page,
.article-page {
  background: #000;
  color: #fff;
  min-height: 100vh;
  overflow: hidden;
}

.blog-page .container-large,
.article-page .container-large {
  max-width: 96rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.glowing-wrapper-button:after {
  background: radial-gradient(85% 120% at 50% 120%, rgba(255,255,255,.24) 0%, rgba(255,255,255,0) 100%);
  border-radius: 999px;
  content: "";
  height: calc(100% + 4px);
  left: -2px;
  opacity: 0;
  position: absolute;
  top: -2px;
  transition: 1s all;
  width: calc(100% + 4px);
}
.glowing-wrapper-button:hover:after { opacity: .7; }
.glowing-wrapper-active .glowing-wrapper-animations,
.glowing-wrapper-active .glowing-wrapper-borders-masker { opacity: 1; }
.glowing-wrapper-animations:before,
.glowing-wrapper-borders:before { content: ""; float: left; padding-top: 100%; }
.glowing-wrapper-animations:after,
.glowing-wrapper-borders:after { clear: both; content: ""; display: block; }
.glowing-wrapper-animations { pointer-events: none; }
.glowing-wrapper-animations * { height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
.glowing-wrapper-borders,
.glowing-wrapper-glow,
.glowing-wrapper-mask {
  animation: borderTurn 2.5s infinite linear;
  background-image: conic-gradient(from 0 at 50% 50%, rgba(43,92,226,1) 0deg, rgba(43,92,226,0) 60deg, rgba(43,92,226,0) 310deg, rgba(43,92,226,1) 360deg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.glowing-wrapper-borders { animation-name: borderTurnWithTranslate; }
.glowing-wrapper-borders-masker {
  content: "";
  inset: 0;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
@keyframes borderTurn { to { transform: rotate(360deg); } }
@keyframes borderTurnWithTranslate { to { transform: translate(-50%, -50%) rotate(360deg); } }

.blog-hero,
.article-hero {
  isolation: isolate;
  padding-top: 7.5rem;
  padding-bottom: 4.8rem;
  position: relative;
  overflow: clip;
}

.blog-hero:before,
.article-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -5;
  background:
    radial-gradient(circle at 18% 20%, rgba(98,179,254,.18), rgba(0,0,0,0) 36%),
    radial-gradient(circle at 78% 48%, rgba(43,92,226,.25), rgba(0,0,0,0) 42%),
    radial-gradient(circle at 48% 92%, rgba(255,109,127,.12), rgba(0,0,0,0) 32%),
    #000;
}

.blog-hero-circles {
  position: absolute;
  z-index: -3;
  inset: auto auto -12rem 50%;
  transform: translateX(-50%);
  width: min(54rem, 150vw);
  opacity: .35;
  animation: blogRotate 48s linear infinite;
  pointer-events: none;
}
@keyframes blogRotate { to { transform: translateX(-50%) rotate(360deg); } }

.blog-hero-grid,
.article-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(18rem, .92fr);
  gap: 3.2rem;
  align-items: center;
}

.blog-hero-panel,
.article-hero-panel,
.blog-stat,
.blog-card,
.pillar-card,
.toc-panel,
.article-callout,
.article-source-list,
.faq-card,
.comparison-table-wrap {
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.025));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 2rem 5rem rgba(43,92,226,.12);
}

.blog-hero-panel,
.article-hero-panel {
  padding: 1.45rem;
}

.blog-hero-panel h2,
.article-hero-panel h2 {
  color: #fff;
  margin: 0 0 .9rem;
  font-family: Geist, sans-serif;
  font-size: 1.4rem;
  line-height: 1.15;
}

.blog-hero-panel p,
.article-hero-panel p,
.blog-card p,
.pillar-card p,
.article-content p,
.article-content li,
.article-source-list li,
.faq-card p {
  color: rgba(255,255,255,.72);
  font-family: Geist, sans-serif;
  font-size: 1rem;
  line-height: 1.72;
}

.blog-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .9rem;
  margin-top: 1rem;
}

.blog-stat {
  padding: 1rem;
}

.blog-stat strong {
  display: block;
  color: #fff;
  font-family: Geist, sans-serif;
  font-size: 1.45rem;
  line-height: 1;
}

.blog-stat span {
  color: rgba(255,255,255,.62);
  display: block;
  font-family: Geist, sans-serif;
  font-size: .84rem;
  line-height: 1.45;
  margin-top: .45rem;
}

.blog-section,
.article-section {
  background: #000;
  padding: 5.5rem 0;
  position: relative;
}

.blog-section:before,
.article-section:before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,.18), rgba(255,255,255,0));
}

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

.blog-card {
  min-height: 24rem;
  padding: 1.45rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.35rem;
  text-decoration: none;
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}

.blog-card:hover {
  transform: translateY(-4px);
  border-color: rgba(98,179,254,.48);
  background: linear-gradient(180deg, rgba(98,179,254,.12), rgba(255,255,255,.03));
}

.blog-card-kicker,
.article-meta,
.toc-title,
.article-eyebrow {
  color: #9fc7ff;
  font-family: Geist, sans-serif;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1.3;
  text-transform: uppercase;
}

.blog-card h2,
.pillar-card h2,
.article-content h2,
.article-content h3,
.faq-card h3 {
  color: #fff;
  font-family: Geist, sans-serif;
  letter-spacing: 0;
}

.blog-card h2 {
  margin: .8rem 0;
  font-size: 1.75rem;
  line-height: 1.08;
}

.blog-card-footer {
  color: rgba(255,255,255,.8);
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  font-family: Geist, sans-serif;
  font-size: .86rem;
}

.blog-tag {
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  color: rgba(255,255,255,.72);
  padding: .36rem .65rem;
}

.winner-pill {
  display: inline-flex;
  align-items: center;
  margin-left: .5rem;
  border: 1px solid rgba(98,179,254,.42);
  border-radius: 999px;
  color: #cfe9ff;
  background: rgba(98,179,254,.12);
  padding: .18rem .48rem;
  font-family: Geist, sans-serif;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .04em;
  line-height: 1;
  text-transform: uppercase;
  vertical-align: middle;
}

.pillar-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.pillar-card {
  padding: 1.35rem;
}

.pillar-card h2 {
  margin: 0 0 .75rem;
  font-size: 1.25rem;
  line-height: 1.15;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(14rem, .32fr) minmax(0, .68fr);
  gap: 2rem;
  align-items: start;
}

.toc-panel {
  padding: 1.25rem;
  position: sticky;
  top: 6rem;
}

.toc-panel ol {
  display: grid;
  gap: .65rem;
  list-style: none;
  margin: .9rem 0 0;
  padding: 0;
}

.toc-panel a {
  color: rgba(255,255,255,.74);
  font-family: Geist, sans-serif;
  font-size: .92rem;
  line-height: 1.35;
  text-decoration: none;
}

.toc-panel a:hover { color: #fff; }

.article-content {
  max-width: 54rem;
}

.article-content h2 {
  margin: 3rem 0 1rem;
  font-size: 2rem;
  line-height: 1.12;
}

.article-content h3 {
  margin: 2rem 0 .75rem;
  font-size: 1.3rem;
  line-height: 1.2;
}

.article-content p,
.article-content ul,
.article-content ol {
  margin-bottom: 1.1rem;
}

.article-content a,
.article-source-list a {
  color: #b9ddff;
  text-decoration: none;
}

.article-content a:hover,
.article-source-list a:hover { color: #fff; }

.article-content ul,
.article-content ol {
  padding-left: 1.25rem;
}

.article-callout {
  margin: 1.5rem 0;
  padding: 1.35rem;
}

.article-callout strong {
  color: #fff;
  display: block;
  font-family: Geist, sans-serif;
  font-size: 1.05rem;
  margin-bottom: .45rem;
}

.comparison-table-wrap {
  margin: 1.4rem 0;
  overflow-x: auto;
}

.comparison-table {
  border-collapse: collapse;
  min-width: 44rem;
  width: 100%;
}

.comparison-table th,
.comparison-table td {
  border-bottom: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.72);
  font-family: Geist, sans-serif;
  font-size: .9rem;
  line-height: 1.45;
  padding: .95rem;
  text-align: left;
  vertical-align: top;
}

.comparison-table th {
  color: #fff;
  font-weight: 700;
}

.comparison-table tr:last-child td { border-bottom: 0; }

.faq-grid {
  display: grid;
  gap: 1rem;
  margin-top: 1.2rem;
}

.faq-card {
  padding: 1.25rem;
}

.faq-card h3 {
  margin: 0 0 .55rem;
  font-size: 1.15rem;
}

.article-source-list {
  margin-top: 2rem;
  padding: 1.25rem;
}

.article-source-list ul {
  margin: .75rem 0 0;
  padding-left: 1.15rem;
}

.article-cta {
  margin-top: 3rem;
  padding: 2rem;
  text-align: center;
}

.article-cta .glowing-wrapper {
  margin: 1.2rem auto 0;
}

.blog-reveal {
  opacity: 0;
  transform: translateY(28px) scale(.99);
}

.blog-reveal.is-visible {
  opacity: 1;
  transform: none;
  transition: opacity .75s ease, transform .75s ease;
}

@media screen and (min-width:992px) {
  .nav_menu_link { font-size: .78rem; margin-left: .3rem; margin-right: .3rem; }
  .nav_container { max-width: 96rem; }
}

@media screen and (max-width:991px) {
  .blog-hero-grid,
  .article-hero-grid,
  .article-layout {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .article-page .container-large,
  .article-layout,
  .article-content,
  .toc-panel,
  .comparison-table-wrap,
  .article-cta {
    max-width: 100% !important;
    min-width: 0 !important;
    width: 100% !important;
  }

  .article-content,
  .toc-panel,
  .comparison-table-wrap,
  .article-cta {
    max-width: calc(100vw - 3rem) !important;
    width: calc(100vw - 3rem) !important;
  }

  .toc-panel {
    position: static;
    text-align: left;
  }

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

  .section_title.align-left,
  .section_subtitle.align-left {
    align-items: center;
    text-align: center;
  }

  .nav_menu .footer-block.contact.is_nav_menu { display: none !important; }
  .nav_menu { padding-bottom: 4rem; }
  .footer-block.main_navigation { width: 100%; }
}

@media screen and (max-width:479px) {
  .blog-hero,
  .article-hero {
    padding-top: 6.5rem;
    padding-bottom: 3.5rem;
  }

  .blog-section,
  .article-section {
    padding: 3.5rem 0;
  }

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

  .blog-card {
    min-height: auto;
  }

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

  .article-content h2 {
    font-size: 1.55rem;
  }

  .article-cta {
    padding: 1.35rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .blog-hero-circles { animation: none; }
  .blog-reveal {
    opacity: 1;
    transform: none;
  }
}
