@import url("../css2");

:root {
  --hc-bg: #030829;
  --hc-bg-deep: #01051f;
  --hc-panel: #111846;
  --hc-panel-soft: #0b123b;
  --hc-border: #25327f;
  --hc-blue: #2e8cff;
  --hc-cyan: #23cff7;
  --hc-white: #ffffff;
  --hc-muted: rgba(255, 255, 255, 0.68);
  --hc-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--hc-white);
  background: var(--hc-bg);
  font-family: "Urbanist", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.75;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 12% 18%, rgba(40, 84, 220, 0.12), transparent 28%),
    radial-gradient(circle at 86% 42%, rgba(25, 207, 247, 0.07), transparent 26%),
    linear-gradient(180deg, #070d38 0, var(--hc-bg) 34%, var(--hc-bg-deep) 100%);
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
.container { width: min(1340px, calc(100% - 40px)); margin-inline: auto; }
.bg-orb { display: none; }

.site-header {
  position: relative;
  z-index: 20;
  padding: 20px;
  background: #0c123d;
}
.header-inner {
  display: flex;
  min-height: 86px;
  align-items: center;
  gap: 28px;
  padding: 10px 20px 10px 28px;
  border: 1px solid var(--hc-border);
  border-radius: 999px;
  background: linear-gradient(90deg, #111847, #03082c);
}
.brand { display: flex; flex: 0 0 auto; align-items: center; margin-right: auto; }
.brand-logo { width: 72px; height: auto; }
.site-nav { display: flex; align-items: center; gap: clamp(18px, 2.2vw, 36px); }
.site-nav a {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  transition: color .2s ease;
}
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--hc-cyan); }
.site-nav .client-area {
  margin-left: 8px;
  padding: 18px 30px;
  border-radius: 999px;
  background: var(--hc-blue);
  box-shadow: 0 10px 28px rgba(46, 140, 255, .2);
}
.site-nav .client-area:hover { color: #fff; background: #197cf1; }
.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 11px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 12px;
  background: transparent;
}
.nav-toggle-line { display: block; width: 100%; height: 2px; margin: 5px 0; background: #fff; }

.hero { position: relative; padding: 120px 0 72px; text-align: center; }
.hero::after {
  content: "";
  position: absolute;
  top: 30px;
  left: 50%;
  z-index: -1;
  width: min(720px, 80vw);
  height: 360px;
  border-radius: 50%;
  background: rgba(31, 108, 255, .11);
  filter: blur(100px);
  transform: translateX(-50%);
}
.hero-inner { display: block; max-width: 1000px; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 22px;
  padding: 9px 16px;
  border: 1px solid rgba(74, 105, 255, .4);
  border-radius: 999px;
  background: rgba(35, 58, 160, .14);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}
.eyebrow::before { content: ""; width: 8px; height: 8px; border: 2px solid var(--hc-blue); border-radius: 50%; background: var(--hc-cyan); }
h1, h2, h3 { margin-top: 0; color: #fff; font-weight: 700; }
h1 { max-width: 920px; margin: 0 auto 22px; font-size: clamp(42px, 5.8vw, 76px); line-height: 1.05; letter-spacing: -.035em; }
.hero-subtitle { max-width: 720px; margin: 0 auto; color: var(--hc-muted); font-size: clamp(17px, 1.8vw, 21px); line-height: 1.65; }
.hero-meta { display: flex; margin-top: 26px; flex-wrap: wrap; align-items: center; justify-content: center; gap: 12px; color: rgba(255,255,255,.54); font-size: 14px; }
.dot { width: 4px; height: 4px; border-radius: 50%; background: var(--hc-cyan); }
.hero-card { display: none; }

.article { padding: 0 0 120px; }
.article > .container { max-width: 1180px; }
.article-hero {
  margin: 0 0 54px;
  padding: 14px;
  overflow: hidden;
  border: 1px solid rgba(72, 98, 205, .32);
  border-radius: 30px;
  background: var(--hc-panel);
  box-shadow: var(--hc-shadow);
}
.article-hero img { width: 100%; max-height: 560px; border-radius: 20px; object-fit: cover; }
.article-hero--product {
  display: grid;
  min-height: 460px;
  place-items: center;
  background:
    radial-gradient(circle at 50% 48%, rgba(28, 206, 247, .17), transparent 24%),
    linear-gradient(rgba(60, 92, 200, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(60, 92, 200, .08) 1px, transparent 1px),
    #0b123b;
  background-size: auto, 34px 34px, 34px 34px, auto;
}
.article-hero--product img { width: 220px; height: 220px; object-fit: contain; filter: drop-shadow(0 24px 42px rgba(30, 130, 255, .32)); }
.article-hero--code img { width: min(88%, 980px); height: auto; border: 1px solid rgba(255,255,255,.13); border-radius: 14px; box-shadow: 0 24px 48px rgba(0,0,0,.36); filter: none; }
.article-hero--product figcaption { align-self: end; justify-self: stretch; }
.article-hero figcaption { padding: 14px 8px 4px; color: rgba(255,255,255,.52); font-size: 14px; }
.article-grid { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 54px; align-items: start; }
.article-body { min-width: 0; }
.article-body > * + * { margin-top: 22px; }
.article-body p, .article-body li, .article-aside p, .article-aside li { color: var(--hc-muted); }
.article-body .lead { color: rgba(255,255,255,.86); font-size: 21px; line-height: 1.7; }
.article-body h2 { margin: 58px 0 18px; font-size: clamp(29px, 3vw, 40px); line-height: 1.2; letter-spacing: -.02em; }
.article-body h3 { margin-bottom: 10px; font-size: 22px; }
.article-body ul, .article-body ol { padding-left: 24px; }
.article-body li + li { margin-top: 10px; }
.article-body strong { color: #fff; }
.article-body a:not(.cta-link) { color: var(--hc-cyan); text-decoration: underline; }
.arrow-list, .feature-list { display: grid; gap: 12px; padding: 0 !important; list-style: none; counter-reset: hc-list; }
.arrow-list li, .feature-list li {
  position: relative;
  margin: 0 !important;
  padding: 18px 20px 18px 52px;
  border: 1px solid rgba(65, 88, 180, .26);
  border-radius: 16px;
  background: var(--hc-panel-soft);
}
.arrow-list li::before, .feature-list li::before {
  position: absolute;
  top: 18px;
  left: 20px;
  color: var(--hc-cyan);
  font-weight: 800;
}
.arrow-list li::before { content: "→"; }
.feature-list li { counter-increment: hc-list; }
.feature-list li::before { content: counter(hc-list, decimal-leading-zero); font-size: 12px; }
.callout, .mini-card, .faq details, .table-wrap {
  padding: 26px;
  border: 1px solid rgba(49, 190, 244, .25);
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(25, 48, 120, .62), rgba(10, 17, 58, .94));
}
.callout { border-left: 3px solid var(--hc-cyan); }
.grid-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.table-wrap { padding: 0; overflow-x: auto; }
.comparison-table { width: 100%; border-collapse: collapse; min-width: 620px; }
.comparison-table th, .comparison-table td { padding: 16px 18px; border-bottom: 1px solid rgba(255,255,255,.08); text-align: left; }
.comparison-table thead { background: rgba(46,140,255,.16); }
.comparison-table tbody tr:nth-child(even) { background: rgba(255,255,255,.025); }
.faq details + details { margin-top: 12px; }
.faq summary { color: #fff; font-weight: 700; cursor: pointer; }
.cta-link {
  display: inline-flex;
  margin-top: 34px !important;
  padding: 15px 25px;
  border-radius: 999px;
  background: var(--hc-blue);
  color: #fff;
  font-weight: 800;
  box-shadow: 0 14px 32px rgba(46,140,255,.25);
}
.article-aside { position: sticky; top: 24px; display: grid; gap: 18px; }
.aside-card { padding: 24px; border: 1px solid rgba(65,88,180,.3); border-radius: 22px; background: var(--hc-panel); }
.aside-card h3 { margin-bottom: 14px; }
.aside-card ul { margin: 0; padding: 0; list-style: none; }
.aside-card li { position: relative; padding-left: 20px; }
.aside-card li + li { margin-top: 8px; }
.aside-card li::before { content: ""; position: absolute; top: .72em; left: 0; width: 7px; height: 7px; border-radius: 50%; background: var(--hc-cyan); }
.aside-card.accent { background: linear-gradient(145deg, #173b96, #0d1a58); }

.site-footer {
  position: relative;
  margin: 0 20px 20px;
  overflow: hidden;
  border: 1px solid var(--hc-border);
  border-radius: 38px;
  background: #0d143f;
}
.footer-inner { display: grid; grid-template-columns: 1.3fr .7fr .7fr; gap: 44px; padding: 56px 32px 38px; }
.footer-brand img { width: 86px; margin-bottom: 16px; }
.footer-brand p { max-width: 330px; margin: 0; color: var(--hc-muted); }
.footer-column h3 { margin-bottom: 14px; font-size: 18px; }
.footer-column a { display: block; padding: 4px 0; color: var(--hc-muted); }
.footer-column a:hover { color: var(--hc-cyan); }
.footer-bottom { display: flex; margin: 0 32px; padding: 22px 0 28px; border-top: 1px solid rgba(255,255,255,.09); justify-content: space-between; gap: 20px; color: rgba(255,255,255,.5); font-size: 14px; }

@media (max-width: 1020px) {
  .site-header { padding: 0; background: #080808; }
  .header-inner { width: 100%; min-height: 90px; padding: 10px 24px; border: 0; border-radius: 0; background: transparent; }
  .nav-toggle { display: block; }
  .site-nav { position: absolute; top: 90px; right: 18px; display: grid; width: min(320px, calc(100vw - 36px)); padding: 18px; border: 1px solid var(--hc-border); border-radius: 18px; background: #0c123d; box-shadow: var(--hc-shadow); opacity: 0; pointer-events: none; transform: translateY(-10px); transition: .2s ease; }
  .site-nav.open { opacity: 1; pointer-events: auto; transform: none; }
  .site-nav a { padding: 10px 12px; }
  .site-nav .client-area { margin: 4px 0 0; text-align: center; }
  .article-grid { grid-template-columns: 1fr; }
  .article-aside { position: static; grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 680px) {
  body { font-size: 16px; }
  .container { width: min(100% - 30px, 1340px); }
  .brand-logo { width: 62px; }
  .hero { padding: 78px 0 50px; text-align: left; }
  .hero-inner { max-width: none; }
  h1 { margin-inline: 0; font-size: clamp(38px, 11vw, 54px); }
  .hero-subtitle { margin-inline: 0; }
  .hero-meta { justify-content: flex-start; }
  .article { padding-bottom: 80px; }
  .article-hero { margin-bottom: 38px; padding: 9px; border-radius: 22px; }
  .article-hero img { min-height: 230px; border-radius: 15px; }
  .article-hero--product { min-height: 340px; }
  .article-hero--product img { width: 160px; height: 160px; min-height: 0; }
  .article-grid { gap: 38px; }
  .article-body .lead { font-size: 18px; }
  .article-body h2 { margin-top: 46px; }
  .grid-cards, .article-aside { grid-template-columns: 1fr; }
  .site-footer { margin: 0; border-right: 0; border-bottom: 0; border-left: 0; border-radius: 30px 30px 0 0; }
  .footer-inner { grid-template-columns: 1fr; gap: 28px; padding: 42px 24px 28px; }
  .footer-bottom { margin: 0 24px; flex-direction: column; }
}

/* Alternative product-editorial article layout */
.hero {
  padding: 104px 0 74px;
  text-align: left;
}
.hero-inner {
  display: grid;
  max-width: 1180px;
  grid-template-columns: minmax(0, 1.55fr) minmax(290px, .65fr);
  align-items: end;
  gap: clamp(48px, 7vw, 100px);
}
.article-breadcrumb {
  grid-column: 1 / -1;
  margin-bottom: -50px;
}
.article-breadcrumb ol {
  display: flex;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  list-style: none;
}
.article-breadcrumb li {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255,255,255,.48);
  font-size: 14px;
  font-weight: 600;
}
.article-breadcrumb li:not(:last-child)::after {
  content: "›";
  color: var(--hc-cyan);
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}
.article-breadcrumb a {
  color: rgba(255,255,255,.72);
  transition: color .2s ease;
}
.article-breadcrumb a:hover { color: var(--hc-cyan); }
.article-breadcrumb li[aria-current="page"] {
  max-width: min(460px, 60vw);
  overflow: hidden;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hero h1 {
  max-width: 820px;
  margin: 0 0 24px;
  font-size: clamp(46px, 5.4vw, 72px);
}
.hero-subtitle {
  max-width: 680px;
  margin: 0;
}
.hero-meta {
  justify-content: flex-start;
}
.hero-card {
  display: grid;
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(65, 93, 203, .38);
  border-radius: 26px;
  background: linear-gradient(150deg, #131d59, #09103b);
  box-shadow: var(--hc-shadow);
}
.hero-card::before {
  content: "Article snapshot";
  padding: 16px 22px;
  border-bottom: 1px solid rgba(255,255,255,.09);
  color: var(--hc-cyan);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.hero-card .stat {
  display: flex;
  padding: 18px 22px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.hero-card .stat + .stat { border-top: 1px solid rgba(255,255,255,.07); }
.stat-label { color: rgba(255,255,255,.5); font-size: 13px; }
.stat-value { color: #fff; font-size: 15px; font-weight: 800; text-align: right; }

.article > .container {
  display: grid;
  max-width: 1180px;
  grid-template-columns: 1fr;
}
.article-hero {
  min-height: 360px;
  margin: 0 0 68px;
  border-radius: 28px;
}
.article-hero--product { min-height: 360px; }
.article-hero--product img { width: 180px; height: 180px; }
.article-hero--code img { width: min(82%, 900px); height: auto; }
.fraud-hero-visual {
  display: grid;
  min-height: 270px;
  margin-bottom: 68px;
  align-content: center;
  gap: 26px;
  padding: 42px clamp(22px, 5vw, 72px);
  border: 1px solid rgba(35, 207, 247, .18);
  border-radius: 20px;
  background: linear-gradient(135deg, #111a54, #07102f 72%);
  color: #fff;
  text-align: center;
}
.fraud-hero-title {
  color: var(--hc-cyan);
  font-size: clamp(25px, 3.5vw, 42px);
  font-weight: 800;
  letter-spacing: -.02em;
}
.fraud-flow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  color: rgba(255, 255, 255, .88);
  font-size: clamp(14px, 1.8vw, 19px);
  font-weight: 700;
}
.fraud-flow span {
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 10px;
  background: rgba(255, 255, 255, .06);
}
.fraud-flow b { color: var(--hc-cyan); font-size: 22px; }
.fraud-flow--secondary { color: rgba(255, 255, 255, .65); }
.fraud-flow--secondary span { background: rgba(35, 207, 247, .06); }
.article-grid {
  display: grid;
  grid-template-columns: 270px minmax(0, 1fr);
  gap: clamp(42px, 6vw, 78px);
}
.article-aside {
  order: -1;
  top: 28px;
}
.aside-card {
  border-radius: 18px;
  background: rgba(13, 20, 63, .9);
  box-shadow: none;
}
.aside-card.accent {
  border-color: rgba(35,207,247,.28);
  background: rgba(10, 26, 75, .92);
}
.article-body {
  position: relative;
  padding-left: clamp(30px, 4vw, 58px);
  border-left: 1px solid rgba(55, 83, 185, .28);
}
.article-body::before {
  content: "";
  position: absolute;
  top: 0;
  left: -2px;
  width: 3px;
  height: 92px;
  border-radius: 3px;
  background: linear-gradient(var(--hc-cyan), var(--hc-blue));
}
.article-body .lead {
  margin-top: 0;
  font-size: clamp(21px, 2.2vw, 26px);
  line-height: 1.55;
}
.article-body h2 {
  position: relative;
  margin-top: 72px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.1);
}
.article-body h2::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 62px;
  height: 2px;
  background: var(--hc-cyan);
}
.arrow-list, .feature-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.arrow-list li, .feature-list li {
  min-height: 112px;
}

@media (max-width: 1020px) {
  .hero-inner { grid-template-columns: 1fr; align-items: start; }
  .article-breadcrumb { margin-bottom: -24px; }
  .hero-card { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .hero-card::before { grid-column: 1 / -1; }
  .hero-card .stat { display: grid; align-content: start; justify-content: start; }
  .hero-card .stat + .stat { border-top: 0; border-left: 1px solid rgba(255,255,255,.07); }
  .stat-value { text-align: left; }
  .article-grid { grid-template-columns: 1fr; }
  .article-aside { order: 0; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .article-body { padding-left: 34px; }
}

@media (max-width: 680px) {
  .hero { padding: 64px 0 52px; }
  .article-breadcrumb { margin-bottom: -12px; }
  .article-breadcrumb li { font-size: 13px; }
  .article-breadcrumb li[aria-current="page"] { max-width: 48vw; }
  .hero h1 { font-size: clamp(39px, 11vw, 54px); }
  .hero-card { grid-template-columns: 1fr; }
  .hero-card .stat { display: flex; justify-content: space-between; }
  .hero-card .stat + .stat { border-top: 1px solid rgba(255,255,255,.07); border-left: 0; }
  .stat-value { text-align: right; }
  .article-hero, .article-hero--product { min-height: 290px; margin-bottom: 46px; }
  .article-hero--product img { width: 145px; height: 145px; }
  .article-hero--code img { width: 92%; height: auto; min-height: 0; }
  .article-body { padding-left: 0; border-left: 0; }
  .article-body::before { display: none; }
  .article-body .lead { font-size: 20px; }
  .arrow-list, .feature-list { grid-template-columns: 1fr; }
  .arrow-list li, .feature-list li { min-height: 0; }
  .article-aside { grid-template-columns: 1fr; }
}
