/* =============================================================
 * enterprise-home.css
 * Homepage-only layouts and visual treatments for enterprise.html.
 * Shared foundations and composition helpers live in enterprise-base.css.
 * ============================================================= */

.hero {
  position: relative;
  overflow: hidden;
  min-height: 820px;
  padding: 164px 0 100px;
  background:
	radial-gradient(circle at 78% 26%, rgba(33, 139, 201, 0.14), transparent 26%),
	radial-gradient(circle at 10% 90%, rgba(69, 183, 232, 0.07), transparent 25%),
	linear-gradient(180deg, #071322 0%, #081827 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.2;
  pointer-events: none;
  background-image:
	linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
	linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(to bottom, black, transparent 82%);
}

.hero::after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  top: 190px;
  right: -310px;
  border: 1px solid rgba(91, 173, 218, 0.12);
  border-radius: 50%;
  box-shadow:
	0 0 0 70px rgba(91, 173, 218, 0.025),
	0 0 0 140px rgba(91, 173, 218, 0.018);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(440px, 0.88fr);
  align-items: center;
  gap: 80px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 26px;
  color: #c7d6cf;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 26px;
  height: 2px;
  background: var(--mint);
  box-shadow: 0 0 12px rgba(91, 173, 218, 0.6);
}

.hero h1 {
  max-width: 780px;
  margin-bottom: 28px;
  font-weight: 800;
  letter-spacing: -0.068em;
  line-height: 1.0;
}

.hero h1 span {
  color: var(--mint);
}

.hero-lede {
  max-width: 680px;
  margin-bottom: 34px;
  color: var(--text-soft);
  line-height: 1.55;
}

.hero-actions {
  gap: 14px;
}

.hero-note {
  gap: 10px 22px;
  margin: 22px 0 0;
  padding: 0;
  color: #8ea198;
  list-style: none;
}

.hero-note li {
  position: relative;
  padding-left: 16px;
}

.hero-note li::before {
  content: "";
  position: absolute;
  top: 0.58em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--mint);
}

.console-wrap {
  position: relative;
}

.shield-video-shell {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(167, 210, 233, 0.2);
  border-radius: 28px;
  background: #081625;
  box-shadow: 0 48px 110px rgba(0, 0, 0, 0.5);
  transform: perspective(1200px) rotateY(-4deg) rotateX(1.5deg);
}

.shield-video-shell::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background:
	linear-gradient(180deg, rgba(7, 19, 34, 0.02) 42%, rgba(7, 19, 34, 0.66) 100%),
	radial-gradient(circle at center, transparent 48%, rgba(7, 19, 34, 0.2) 100%);
}

.shield-video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.video-status {
  position: absolute;
  z-index: 2;
  top: 18px;
  right: 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 11px;
  border: 1px solid rgba(167, 210, 233, 0.18);
  border-radius: 999px;
  color: #cceafa;
  background: rgba(7, 19, 34, 0.64);
  backdrop-filter: blur(12px);
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.video-caption {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 22px;
  left: 24px;
  gap: 20px;
}

.video-caption strong,
.video-caption span {
  display: block;
}

.video-caption strong {
  margin-bottom: 4px;
  color: var(--white);
}

.video-caption span {
  color: #8fadc0;
}

.video-layers {
  gap: 6px;
}

.video-layers span {
  padding: 6px 8px;
  border: 1px solid rgba(167, 210, 233, 0.14);
  border-radius: 999px;
  color: #a7d2e9;
  background: rgba(7, 19, 34, 0.62);
  backdrop-filter: blur(10px);
  font-weight: 750;
}

.console-glow {
  position: absolute;
  inset: 8% -10% -10% 12%;
  border-radius: 50%;
  background: rgba(33, 139, 201, 0.13);
  filter: blur(70px);
  pointer-events: none;
}

.product-story {
  padding: 96px 0;
  color: var(--text-dark);
  border-bottom: 1px solid var(--line-dark);
  background: var(--paper);
}

.product-story-grid {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 68px;
  align-items: center;
}

.product-story-copy h2 {
  margin-bottom: 20px;
  font-weight: 780;
  letter-spacing: -0.055em;
  line-height: 1;
}

.product-story-copy p {
  margin-bottom: 0;
  color: var(--text-dark-soft);
}

.product-frame {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 9px;
  border: 1px solid rgba(33, 139, 201, 0.2);
  border-radius: 24px;
  background: #0a1929;
  box-shadow: 0 30px 74px rgba(11, 27, 48, 0.2);
}

.product-frame-bar {
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 12px;
  color: #8099aa;
  font-weight: 750;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.frame-dots {
  gap: 5px;
}

.frame-dots span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #31516a;
}

.frame-dots span:first-child {
  background: var(--mint-strong);
}

.product-frame img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  background: #081625;
}

.product-frame figcaption {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding: 15px 11px 8px;
  color: #8fa7b7;
}

.product-frame figcaption strong {
  color: #dcecf5;
}

.platform-product {
  margin-top: 28px;
}

.platform-product .product-frame-bar,
.platform-product figcaption {
  padding-inline: 16px;
}

.malware-showcase {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 48px;
  align-items: center;
  margin-top: 28px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.025);
}

.malware-copy h3 {
  margin: 12px 0 14px;
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.malware-copy p {
  margin-bottom: 0;
  color: var(--text-soft);
}

.malware-copy .feature-meta {
  margin-top: 22px;
}

.proof-strip {
  position: relative;
  z-index: 4;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #081827;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.proof-item {
  min-height: 145px;
  display: grid;
  align-content: center;
  padding: 28px 32px;
  border-left: 1px solid var(--line);
}

.proof-item:last-child {
  border-right: 1px solid var(--line);
}

.proof-number {
  color: var(--white);
  font-weight: 780;
  letter-spacing: -0.045em;
  line-height: 1;
}

.proof-number span {
  color: var(--mint);
}

.proof-label {
  margin-top: 10px;
  color: #83978d;
  line-height: 1.4;
}

.difference-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 72px;
  align-items: center;
}

.difference-copy p {
  color: var(--text-dark-soft);
}

.security-model {
  --stack-gap: 14px;
}

.model-card {
  position: relative;
  overflow: hidden;
  min-height: 210px;
  padding: 28px;
  border: 1px solid var(--line-dark);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.55);
}

.model-card.bitfire {
  color: var(--text);
  border-color: rgba(91, 173, 218, 0.22);
  background: var(--ink-soft);
  box-shadow: 0 28px 70px rgba(10, 34, 52, 0.2);
}

.model-top {
  gap: 20px;
  margin-bottom: 25px;
}

.model-name {
  font-weight: 800;
}

.model-tag {
  padding: 5px 9px;
  border-radius: 999px;
  color: #66716c;
  background: rgba(7, 19, 34, 0.06);
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bitfire .model-tag {
  color: var(--mint);
  background: rgba(91, 173, 218, 0.08);
}

.model-flow {
  display: grid;
  grid-template-columns: 1fr 28px 1fr 28px 1fr;
  align-items: center;
  text-align: center;
}

.flow-node {
  min-height: 70px;
  display: grid;
  place-items: center;
  padding: 10px;
  border: 1px solid var(--line-dark);
  border-radius: 12px;
  color: #304554;
  background: rgba(255, 255, 255, 0.55);
  font-weight: 750;
  line-height: 1.3;
}

.bitfire .flow-node {
  color: #dbe7e0;
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.035);
}

.bitfire .flow-node.active {
  color: var(--ink);
  border-color: var(--mint);
  background: var(--mint);
}

.flow-arrow {
  color: #87918c;
}

.bitfire .flow-arrow {
  color: var(--mint);
}

.model-caption {
  margin: 18px 0 0;
  color: #6b7671;
}

.bitfire .model-caption {
  color: #8da097;
}

.feature-bento {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
}

.feature-card {
  position: relative;
  overflow: hidden;
  min-height: 330px;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: linear-gradient(145deg, rgba(17, 41, 65, 0.92), rgba(9, 26, 42, 0.94));
}

.feature-card::after {
  content: "";
  position: absolute;
  width: 210px;
  height: 210px;
  right: -90px;
  bottom: -110px;
  border: 1px solid rgba(91, 173, 218, 0.08);
  border-radius: 50%;
  box-shadow: 0 0 0 30px rgba(91, 173, 218, 0.018), 0 0 0 60px rgba(91, 173, 218, 0.012);
}

.feature-card.large {
  grid-column: span 7;
}

.feature-card.medium {
  grid-column: span 5;
}

.feature-card.third {
  grid-column: span 4;
  min-height: 295px;
}

.feature-card.accent {
  color: var(--ink);
  border-color: transparent;
  background: var(--mint);
}

.feature-card.ember {
  background:
	radial-gradient(circle at 85% 15%, rgba(69, 183, 232, 0.19), transparent 30%),
	linear-gradient(145deg, rgba(17, 35, 52, 0.94), rgba(10, 27, 43, 0.98));
}

.feature-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 54px;
  border: 1px solid rgba(91, 173, 218, 0.16);
  border-radius: 14px;
  color: var(--mint);
  background: rgba(91, 173, 218, 0.06);
}

.accent .feature-icon {
  color: var(--ink);
  border-color: rgba(7, 19, 34, 0.14);
  background: rgba(255, 255, 255, 0.28);
}

.feature-card h3 {
  position: relative;
  z-index: 1;
  margin-bottom: 14px;
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.feature-card p {
  position: relative;
  z-index: 1;
  max-width: 540px;
  margin-bottom: 0;
  color: var(--text-soft);
}

.feature-card.accent p {
  color: #163f59;
}

.feature-meta {
  gap: 8px;
  margin-top: 24px;
}

.feature-meta span {
  position: relative;
  z-index: 1;
  padding: 6px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #96aaa0;
  font-weight: 700;
}

.accent .feature-meta span {
  color: #163f59;
  border-color: rgba(7, 19, 34, 0.14);
}

.proof-section {
  overflow: hidden;
  background:
	radial-gradient(circle at 90% 0%, rgba(69, 183, 232, 0.1), transparent 28%),
	#071322;
}

.proof-section .section-header {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 80px;
  align-items: end;
  max-width: none;
}

.proof-section .section-header h2 {
  margin-bottom: 0;
}

.proof-section .section-intro {
  padding-bottom: 4px;
}

.evidence-panel {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: #0b1d2e;
  box-shadow: var(--shadow);
}

.evidence-head {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 22px;
  padding: 24px 28px;
  border-bottom: 1px solid var(--line);
}

.evidence-title {
  gap: 14px;
}

.evidence-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: var(--mint);
  background: rgba(91, 173, 218, 0.08);
}

.evidence-title strong,
.evidence-title span {
  display: block;
}

.evidence-title span {
  color: #758b80;
}

.live-badge {
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--mint);
  background: rgba(91, 173, 218, 0.08);
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.evidence-highlight {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  border-bottom: 1px solid var(--line);
}

.evidence-statement {
  padding: 42px;
  border-right: 1px solid var(--line);
}

.evidence-statement strong {
  display: block;
  max-width: 680px;
  margin-bottom: 14px;
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.evidence-statement p {
  max-width: 650px;
  margin-bottom: 0;
  color: var(--text-soft);
}

.evidence-stat {
  display: grid;
  place-items: center;
  padding: 42px;
  text-align: center;
}

.evidence-stat strong {
  display: block;
  color: var(--mint);
  font-weight: 790;
  letter-spacing: -0.07em;
  line-height: 0.8;
}

.evidence-stat span {
  display: block;
  margin-top: 18px;
  color: #82968c;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.table-scroll {
  overflow-x: auto;
}

.evidence-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

.evidence-table th,
.evidence-table td {
  padding: 18px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.055);
  text-align: left;
}

.evidence-table th {
  color: #6e8379;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.evidence-table td {
  color: #b8c8c0;
}

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

.severity {
  display: inline-flex;
  padding: 4px 8px;
  border-radius: 999px;
  color: #ffc2aa;
  background: rgba(69, 183, 232, 0.1);
  font-weight: 800;
}

.cve-article-link {
  text-decoration: underline;
  text-decoration-color: rgba(91, 173, 218, 0.7);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.cve-article-link:hover {
  color: var(--mint);
  text-decoration-color: currentColor;
}

.affected-systems {
  white-space: nowrap;
  color: #d3e0da;
  font-variant-numeric: tabular-nums;
  font-weight: 750;
}

.protected {
  color: var(--mint);
  font-weight: 800;
}

.dynamic-evidence-note {
  padding: 15px 24px;
  border-top: 1px solid var(--line);
  color: #6f8479;
}

.how-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 80px;
  align-items: center;
}

.steps {
  display: grid;
  margin-top: 38px;
}

.step {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 18px;
  padding: 0 0 30px;
}

.step:not(:last-child) .step-number::after {
  content: "";
  position: absolute;
  top: 44px;
  bottom: -30px;
  left: 50%;
  width: 1px;
  background: var(--line-dark);
}

.step-number {
  position: relative;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line-dark);
  border-radius: 50%;
  color: #176f9e;
  background: rgba(255, 255, 255, 0.5);
  font-weight: 850;
}

.step h3 {
  margin: 3px 0 7px;
  letter-spacing: -0.02em;
}

.step p {
  margin: 0;
  color: var(--text-dark-soft);
}

.asset-placeholder {
  position: relative;
  overflow: hidden;
  min-height: 610px;
  display: grid;
  align-content: end;
  padding: 36px;
  border: 1px solid var(--line-dark);
  border-radius: 30px;
  color: var(--text);
  background:
	linear-gradient(180deg, transparent 35%, rgba(7, 19, 34, 0.92) 90%),
	radial-gradient(circle at 60% 25%, rgba(91, 173, 218, 0.2), transparent 29%),
	repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 14px),
	#0d2033;
  box-shadow: 0 34px 78px rgba(14, 39, 59, 0.16);
}

.asset-placeholder::before {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  top: 70px;
  left: 50%;
  border: 1px solid rgba(91, 173, 218, 0.22);
  border-radius: 50%;
  box-shadow:
	0 0 0 38px rgba(91, 173, 218, 0.035),
	0 0 0 76px rgba(91, 173, 218, 0.02);
  transform: translateX(-50%);
}

.asset-placeholder::after {
  content: "";
  position: absolute;
  top: 128px;
  left: 50%;
  width: 126px;
  height: 150px;
  border: 2px solid var(--mint);
  clip-path: polygon(50% 0, 94% 15%, 88% 72%, 50% 100%, 12% 72%, 6% 15%);
  transform: translateX(-50%);
}

.placeholder-copy {
  position: relative;
  z-index: 2;
}

.placeholder-tag {
  display: inline-flex;
  margin-bottom: 15px;
  padding: 6px 9px;
  border-radius: 999px;
  color: var(--mint);
  background: rgba(91, 173, 218, 0.09);
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.placeholder-copy h3 {
  margin-bottom: 10px;
  letter-spacing: -0.035em;
}

.placeholder-copy p {
  max-width: 510px;
  margin-bottom: 0;
  color: #9cb0a6;
}

.moat-figure {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--line-dark);
  border-radius: 30px;
  background: var(--panel);
  box-shadow: 0 34px 78px rgba(14, 39, 59, 0.16);
}

.moat-figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
}

.moat-figure figcaption {
  padding: 22px 26px 24px;
  border-top: 1px solid var(--line);
  color: var(--text-soft);
  line-height: 1.65;
}

.moat-figure figcaption em {
  color: var(--white);
  font-style: normal;
  font-weight: 800;
}

.bot-section {
  overflow: hidden;
  background:
	radial-gradient(circle at 13% 50%, rgba(91, 173, 218, 0.08), transparent 25%),
	#081827;
}

.bot-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 80px;
  align-items: center;
}

.bot-visual {
  position: relative;
  min-height: 500px;
  display: grid;
  place-items: center;
}

.network-ring {
  position: absolute;
  width: 400px;
  height: 400px;
  border: 1px solid rgba(91, 173, 218, 0.16);
  border-radius: 50%;
  box-shadow:
	0 0 0 62px rgba(91, 173, 218, 0.024),
	0 0 0 124px rgba(91, 173, 218, 0.012);
}

.network-core {
  position: relative;
  z-index: 2;
  width: 156px;
  height: 156px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(91, 173, 218, 0.3);
  border-radius: 50%;
  color: var(--mint);
  background: #0a2033;
  box-shadow: 0 0 65px rgba(33, 139, 201, 0.12);
}

.network-core .icon {
  width: 58px;
  height: 58px;
}

.bot-node {
  position: absolute;
  z-index: 3;
  min-width: 130px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 13px;
  color: #c3d1ca;
  background: #0d2236;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.28);
  font-weight: 750;
}

.bot-node span {
  display: block;
  margin-top: 2px;
  color: var(--mint);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.bot-node.one {
  top: 60px;
  left: 36px;
}

.bot-node.two {
  top: 104px;
  right: 18px;
}

.bot-node.three {
  bottom: 74px;
  right: 42px;
}

.bot-node.four {
  bottom: 44px;
  left: 24px;
}

.bot-copy .section-intro {
  max-width: 570px;
}

.bot-stat {
  align-items: baseline;
  gap: 14px;
  margin-top: 34px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

.bot-stat strong {
  color: var(--mint);
  letter-spacing: -0.06em;
  line-height: 1;
}

.bot-stat span {
  max-width: 260px;
  color: #84988e;
  line-height: 1.4;
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.audience-card {
  min-height: 390px;
  display: flex;
  flex-direction: column;
  padding: 32px;
  border: 1px solid var(--line-dark);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.55);
}

.audience-index {
  color: #738078;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.audience-card h3 {
  margin: 70px 0 16px;
  letter-spacing: -0.04em;
}

.audience-card p {
  color: var(--text-dark-soft);
}

.audience-list {
  --stack-gap: 9px;
  margin: auto 0 0;
  padding: 24px 0 0;
  border-top: 1px solid var(--line-dark);
  list-style: none;
}

.audience-list li {
  position: relative;
  padding-left: 20px;
  color: #304554;
  font-weight: 650;
}

.audience-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #176f9e;
  font-weight: 900;
}

.compare-wrap {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: #0b1d2e;
}

.compare-row {
  display: grid;
  grid-template-columns: minmax(240px, 1.1fr) repeat(2, minmax(180px, 0.8fr));
  border-bottom: 1px solid var(--line);
}

.compare-row:last-child {
  border-bottom: 0;
}

.compare-cell {
  min-height: 75px;
  display: flex;
  align-items: center;
  padding: 20px 26px;
  border-left: 1px solid var(--line);
  color: #98aaa1;
}

.compare-cell:first-child {
  border-left: 0;
  color: #dce7e1;
  font-weight: 700;
}

.compare-head .compare-cell {
  color: #72877c;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.compare-head .compare-cell.bitfire-cell {
  color: var(--mint);
}

.bitfire-cell {
  background: rgba(91, 173, 218, 0.035);
}

.yes {
  color: var(--mint);
  font-weight: 800;
}

.limited {
  color: #c3a98f;
}

.testimonial {
  margin-top: 22px;
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background:
	radial-gradient(circle at 20% 20%, rgba(69, 183, 232, 0.13), transparent 30%),
	#0c1f32;
}

.testimonial-meta {
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 34px;
  border-right: 1px solid var(--line);
}

.quote-mark {
  color: var(--ember);
  font-family: Georgia, serif;
  line-height: 0.7;
}

.testimonial-avatar {
  display: block;
  width: min(180px, 100%);
  height: auto;
  margin-inline: auto;
  aspect-ratio: 1;
  object-fit: cover;
  border: 3px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.24);
}

.testimonial-person {
  text-align: center;
}

.testimonial-person strong,
.testimonial-person span {
  display: block;
}

.testimonial-person span {
  margin-top: 4px;
  color: #758b80;
}

.testimonial blockquote {
  align-self: center;
  margin: 0;
  padding: 54px;
  color: #e7eee9;
  font-weight: 580;
  letter-spacing: -0.025em;
  line-height: 1.35;
}

.integrations-row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  margin-top: 22px;
}

.integration {
  min-height: 110px;
  display: grid;
  place-items: center;
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: 16px;
  color: #879b91;
  background: rgba(255, 255, 255, 0.024);
  font-weight: 800;
  letter-spacing: 0.03em;
  text-align: center;
}

.integration .icon {
  width: 27px;
  height: 27px;
  margin: 0 auto 8px;
  color: var(--mint);
}

.support-grid {
  display: grid;
  grid-template-columns: 1fr 0.92fr;
  gap: 80px;
  align-items: center;
}

.support-photo {
  width: 100%;
  height: 610px;
  object-fit: cover;
  object-position: right center;
  border-radius: 28px;
  box-shadow: 0 34px 78px rgba(14, 39, 59, 0.16);
}

.support-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 34px;
}

.support-item {
  min-height: 120px;
  padding: 20px;
  border: 1px solid var(--line-dark);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.42);
}

.support-item strong {
  display: block;
  margin-bottom: 6px;
}

.support-item span {
  color: var(--text-dark-soft);
  line-height: 1.45;
}

.faq-grid {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 80px;
  align-items: start;
}

.faq-grid .section-header {
  position: sticky;
  top: calc(var(--nav-height) + 40px);
  margin-bottom: 0;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-item {
  border-bottom: 1px solid var(--line);
}

.faq-item summary {
  position: relative;
  padding: 24px 54px 24px 0;
  color: #e4ece7;
  font-weight: 750;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::before,
.faq-item summary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 4px;
  width: 14px;
  height: 1px;
  background: var(--mint);
  transition: transform 160ms ease;
}

.faq-item summary::after {
  transform: rotate(90deg);
}

.faq-item[open] summary::after {
  transform: rotate(0);
}

.faq-answer {
  max-width: 680px;
  padding: 0 50px 26px 0;
  color: var(--text-soft);
}

.cta-section {
  padding: 38px 0 110px;
  background: var(--paper);
}

.cta-panel {
  position: relative;
  overflow: hidden;
  padding: 74px;
  border-radius: 34px;
  color: var(--text);
  background:
	radial-gradient(circle at 90% 15%, rgba(91, 173, 218, 0.16), transparent 25%),
	radial-gradient(circle at 8% 100%, rgba(69, 183, 232, 0.11), transparent 24%),
	var(--ink);
}

.cta-panel::after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  right: -150px;
  bottom: -220px;
  border: 1px solid rgba(91, 173, 218, 0.11);
  border-radius: 50%;
  box-shadow: 0 0 0 48px rgba(91, 173, 218, 0.024), 0 0 0 96px rgba(91, 173, 218, 0.016);
}

.cta-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 80px;
  align-items: center;
}

.cta-copy h2 {
  margin-bottom: 20px;
  letter-spacing: -0.06em;
  line-height: 0.98;
}

.cta-copy p {
  max-width: 520px;
  color: var(--text-soft);
}

.cta-options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 30px;
}

.cta-option {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
  color: #94a79d;
}

.cta-option strong {
  display: block;
  margin-bottom: 4px;
  color: #e4ece7;
}

.mobile-cta {
  display: none;
}

@media (max-width: 1050px) {
  .hero-grid,
  .difference-grid,
  .how-grid,
  .bot-grid,
  .support-grid {
	grid-template-columns: 1fr;
	gap: 58px;
  }

  .hero {
	padding-top: 150px;
  }

  .hero-grid {
	max-width: 820px;
  }

  .hero-copy {
	text-align: center;
  }

  .hero h1,
  .hero-lede {
	margin-inline: auto;
  }

  .hero-actions,
  .hero-note {
	justify-content: center;
  }

  .console-wrap {
	width: min(680px, 100%);
	margin-inline: auto;
  }

  .proof-section .section-header,
  .cta-grid {
	grid-template-columns: 1fr;
	gap: 36px;
  }

  .feature-card.large,
  .feature-card.medium {
	grid-column: span 6;
  }

  .feature-card.third {
	grid-column: span 4;
  }

  .audience-card h3 {
	margin-top: 44px;
  }

  .faq-grid {
	grid-template-columns: 1fr;
	gap: 38px;
  }

  .faq-grid .section-header {
	position: static;
  }

  .cta-panel {
	padding: 58px;
  }

  .demo-form {
	max-width: 680px;
  }

  .shield-video-shell {
    transform: none;
  }

  .product-story-grid,
  .malware-showcase {
    grid-template-columns: 1fr;
  }

  .product-story-copy {
    max-width: 720px;
  }
}

@media (max-width: 820px) {
  .hero {
	min-height: auto;
	padding: 132px 0 92px;
  }

.proof-grid {
	grid-template-columns: repeat(2, 1fr);
  }

  .proof-item:nth-child(3) {
	border-top: 1px solid var(--line);
  }

  .proof-item:nth-child(4) {
	border-top: 1px solid var(--line);
	border-right: 1px solid var(--line);
  }

  .feature-card.large,
  .feature-card.medium,
  .feature-card.third {
	grid-column: span 12;
  }

  .evidence-highlight {
	grid-template-columns: 1fr;
  }

  .evidence-statement {
	border-right: 0;
	border-bottom: 1px solid var(--line);
  }

  .audience-grid {
	grid-template-columns: 1fr;
  }

  .audience-card {
	min-height: 330px;
  }

  .compare-wrap {
	overflow-x: auto;
  }

  .compare-row {
	min-width: 760px;
  }

  .testimonial {
	grid-template-columns: 1fr;
  }

  .testimonial-meta {
	min-height: 200px;
	border-right: 0;
	border-bottom: 1px solid var(--line);
  }

  .integrations-row {
	grid-template-columns: repeat(3, 1fr);
  }

}

@media (max-width: 560px) {
  .hero-copy {
	text-align: left;
  }

  .hero h1,
  .hero-lede {
	margin-left: 0;
  }

  .hero-actions {
	align-items: stretch;
	justify-content: flex-start;
  }

  .hero-actions .button {
	width: 100%;
  }

  .hero-note {
	display: grid;
	justify-content: start;
  }

  .proof-item {
	min-height: 125px;
	padding: 24px 18px;
  }

  .model-card,
  .feature-card {
	padding: 24px;
  }

  .model-flow {
	grid-template-columns: 1fr;
	gap: 8px;
  }

  .flow-arrow {
	transform: rotate(90deg);
  }

  .feature-icon {
	margin-bottom: 40px;
  }

  .evidence-head,
  .evidence-statement,
  .evidence-stat {
	padding: 24px;
  }

  .evidence-head {
	grid-template-columns: 1fr;
  }

  .live-badge {
	justify-self: start;
  }

  .asset-placeholder {
	min-height: 480px;
	padding: 26px;
  }

  .support-photo {
	height: 480px;
  }

  .network-ring {
	width: 255px;
	height: 255px;
  }

  .network-core {
	width: 115px;
	height: 115px;
  }

  .bot-visual {
	min-height: 430px;
  }

  .bot-node {
	min-width: 108px;
	padding: 9px;
  }

  .bot-node.one {
	top: 36px;
	left: 0;
  }

  .bot-node.two {
	top: 72px;
	right: 0;
  }

  .bot-node.three {
	bottom: 58px;
	right: 0;
  }

  .bot-node.four {
	bottom: 30px;
	left: 0;
  }

  .bot-stat {
	align-items: flex-start;
	flex-direction: column;
  }

  .audience-card {
	padding: 26px;
  }

  .testimonial blockquote {
	padding: 32px 26px;
  }

  .integrations-row {
	grid-template-columns: repeat(2, 1fr);
  }

  .support-list {
	grid-template-columns: 1fr;
  }

  .cta-section {
	padding-bottom: 92px;
  }

  .cta-panel {
	padding: 42px 24px;
	border-radius: 24px;
  }

  .cta-options {
	grid-template-columns: 1fr;
  }

  .mobile-cta {
	position: fixed;
	right: 14px;
	bottom: 14px;
	left: 14px;
	z-index: 90;
	min-height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	color: var(--ink);
	background: var(--mint);
	box-shadow: 0 18px 46px rgba(0, 0, 0, 0.35);
	font-weight: 850;
  }

  .video-caption {
    right: 16px;
    bottom: 14px;
    left: 16px;
  }

  .video-layers {
    display: none;
  }

  .product-story {
    padding: 72px 0;
  }

  .product-story-grid {
    gap: 36px;
  }

  .product-frame {
    padding: 6px;
    border-radius: 18px;
  }

  .product-frame img {
    border-radius: 11px;
  }

  .product-frame figcaption {
    display: block;
  }

  .product-frame figcaption span {
    display: block;
    margin-top: 4px;
  }

  .malware-showcase {
    padding: 14px;
    gap: 28px;
  }
}
