/* =========================================================
   AGENTIC AI PAGE — CLEAN RESPONSIVE CSS
   Colors preserved from the supplied stylesheet.
========================================================= */

:root {
  --navy-950: #0a0505;
  --navy-900: #120808;
  --navy-850: #180b0b;
  --navy-800: #210e0e;
  --navy-700: #2c1212;
  --line: #3c1717;
  --cyan-300: #ff8a83;
  --cyan-400: #eb333b;
  --cyan-500: #c21e26;
  --gold-400: #d61f29;
  --gold-300: #ff6f66;
  --ink-050: #f8f2f1;
  --ink-200: #fff;
  --ink-400: #ab8886;
  --ink-600: #cf7874;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  padding-top: 80px;
  background: var(--navy-950);
  color: var(--ink-050);
  font-family: 'Inter', sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img,
svg,
video {
  max-width: 100%;
}

img {
  height: auto;
}

button,
input,
textarea,
select {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

::selection {
  background: var(--cyan-400);
  color: var(--navy-950);
}

h1,
h2,
h3 {
  font-weight: 600;
  letter-spacing: -.01em;
}

.icon {
  background: none !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px 40px;
}

.grad-text {
  background: #ff0000;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.redcolor-agentic {
  color: #f3303c;
  font-weight: 800;
}

.bizLine-AI {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ff6f66;
  box-shadow: 0 0 0 4px rgba(214, 31, 41, .15);
}

/* =========================================================
   SHARED WRAPPER / SECTIONS
========================================================= */

.wrap {
  width: min(1320px, calc(100% - 48px));
  max-width: 1320px;
  margin: 0 auto;
}

section {
  position: relative;
  padding: 110px 0;
}

.section-head {
  max-width: 740px;
  margin: 0 auto 56px;
  text-align: center;
}

.section-head h2 {
  margin-top: 16px;
  font-size: clamp(28px, 4vw, 40px);
}

.section-head p {
  margin-top: 14px;
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
}

.divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--line), transparent);
}

/* =========================================================
   HERO
========================================================= */

.hero {
  position: relative;
  width: 100%;
  min-height: calc(100vh - 80px);
  display: flex;
  align-items: center;
  padding: clamp(70px, 8vw, 110px) 0;
  background: url(/assets/hero/product-bg.svg) center center / cover no-repeat;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  inset: -20% -10% auto -10%;
  height: 640px;
  background:
    radial-gradient(
      480px 320px at 30% 20%,
      rgba(235, 51, 59, .16),
      transparent 70%
    ),
    radial-gradient(
      420px 300px at 75% 10%,
      rgba(214, 31, 41, .10),
      transparent 70%
    );
  pointer-events: none;
}

.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(
    ellipse 70% 60% at 50% 20%,
    black 40%,
    transparent 100%
  );
  pointer-events: none;
}

.hero .wrap {
  position: relative;
  z-index: 2;
  width: min(100%, 1450px);
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  align-items: center;
  gap: clamp(30px, 4vw, 70px);
  text-align: left;
}

.hero-content,
.hero-left {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 650px;
  min-width: 0;
  margin: 0;
  padding: 0;
  text-align: left;
}

.hero h1,
.hero-left h1 {
  width: 100%;
  max-width: 650px;
  margin: 0 0 26px;
  padding: 0;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1.05;
  text-align: left;
}

.hero p.lead,
.hero-left p.lead {
  width: 100%;
  max-width: 620px;
  margin: 0 0 36px;
  padding: 0;
  color: var(--ink-200);
  font-size: clamp(16px, 1.3vw, 17.5px);
  line-height: 1.65;
  text-align: left;
}

.hero .eyebrow {
  justify-content: flex-start;
}

.hero-actions {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  margin: 0;
}

.btn-lg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 28px;
  background: #d60000;
  color: #fff;
  border-radius: 40px;
  text-decoration: none;
  font-weight: 700;
  transition: .25s;
}

.hero-right {
  position: relative;
  width: 100%;
  max-width: 760px;
  min-width: 0;
  min-height: 600px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-visual {
  position: relative;
  width: 100%;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-right .console {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
}

.hero-right .orbit-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(760px, 65vw);
  height: min(760px, 65vw);
  transform: translate(-50%, -50%);
  z-index: 0;
  pointer-events: none;
}

/* =========================================================
   ORBIT
========================================================= */

.orbit-wrap {
  position: absolute;
  top: 120px;
  left: 50%;
  width: 760px;
  height: 760px;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 0;
  mask-image: radial-gradient(
    circle at 50% 30%,
    black 45%,
    transparent 72%
  );
}

.orbit {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.orbit-ring circle:not(.orbit-node) {
  fill: none;
  stroke: var(--line);
  stroke-width: 1;
}

.orbit-node {
  fill: var(--cyan-400);
  filter: drop-shadow(0 0 6px rgba(235, 51, 59, .7));
}

.orbit-node--gold {
  fill: var(--gold-400);
  filter: drop-shadow(0 0 6px rgba(214, 31, 41, .7));
}

.orbit-ring {
  transform-origin: 380px 380px;
  animation: spin linear infinite;
}

.orbit-ring--1 { animation-duration: 38s; }
.orbit-ring--2 {
  animation-duration: 26s;
  animation-direction: reverse;
}
.orbit-ring--3 { animation-duration: 18s; }

@keyframes spin {
  to { transform: rotate(360deg); }
}

@media (prefers-reduced-motion: reduce) {
  .orbit-ring {
    animation: none;
  }
}

/* =========================================================
   CONSOLE
========================================================= */

.console {
  position: relative;

  width: min(100%, 760px);
  margin: 0 auto;

  background: linear-gradient(
    180deg,
    var(--navy-850),
    var(--navy-900)
  );

  border: 1px solid var(--line);
  border-radius: 18px;

  box-shadow:
    0 35px 90px -30px rgba(0, 0, 0, .75),
    0 0 0 1px rgba(255, 255, 255, .02) inset;

  text-align: left;
  overflow: hidden;
}

.console-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  border-bottom: 1px solid var(--line);
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  color: var(--ink-400);
}

.console-bar .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ink-600);
}

.console-bar .status {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--cyan-300);
}
.featurelist{
  font-size: 18px;
    font-weight: 700;
    color: #fff;
}
.console-bar .status .pulse {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--cyan-400);
  animation: pulse 1.6s infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: .25; }
}

.console-body {
  padding: 22px;
}

.console-prompt {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px dashed var(--line);
  color: var(--ink-050);
  font-size: 15.5px;
  line-height: 1.55;
}

.console-prompt::before,
.console-prompt::after {
  color: var(--gold-300);
}

.console-prompt::before { content: '"'; }
.console-prompt::after { content: '"'; }

.trace {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12.5px;
}

.trace-row {
  margin-bottom: 2%;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  color: #fafafa;
  opacity: .45;
  transition: opacity .4s ease, color .4s ease;
}

.trace-row.active {
  opacity: 1;
  color: var(--ink-200);
}

.trace-row .tag {
  flex: 0 0 86px;
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}
.trace-row .font-size {
  font-size: 15px;
}
.trace-row.active .tag {
  color: #ff4b4b;
}

.trace-row .glyph {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  border-radius: 4px;
  border: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: var(--ink-600);
}

.trace-row.active .glyph {
  border-color: var(--cyan-400);
  color: var(--cyan-300);
  background: rgba(235, 51, 59, .08);
}

.trace-row.done .glyph {
  border-color: var(--gold-400);
  color: var(--gold-300);
  background: rgba(214, 31, 41, .08);
}

.suggested {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 16px 22px 20px;
  border-top: 1px solid var(--line);
}

.suggested span.label {
  align-self: center;
  margin-right: 2px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 15px;
  color: var(--ink-600);
}

.chip {
  font-size: 12.5px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  padding: 7px 14px;
  border-radius: 20px;
  border: 1px solid var(--line);
  color: var(--ink-200);
}




/* =========================================================
   WHY IT MATTERS
========================================================= */

.whySection {
  width: 100%;
  background: #f7f2e9;
  padding: 75px 6%;
}

.whyContainer {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.whyHeader {
  max-width: 100%;
  margin-bottom: 40px;
}

.whyHeader .bizImpactTag {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .28em;
  color: #d44b2b;
  text-transform: uppercase;
}

.whyHeader .bizLine {
  width: 28px;
  height: 1px;
  flex-shrink: 0;
  background: #d44b2b;
}

.whyHeader h2 {
  margin: 0;
  font-size: clamp(34px, 4vw, 42px);
  line-height: 1.1;
  font-weight: 700;
  color: #111;
  text-align: left;
}

.whyHeader h2 span {
  color: #d73c2c;
}

.whyHeader p {
  width: 100%;
  max-width: 100%;
  margin: 24px 0 0;
  color: #555;
  font-size: 18px;
  line-height: 1.7;
  text-align: left;
}

.whyHeader p + p {
  margin-top: 12px;
}

.whyCards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 13px;
  overflow: hidden;
}

.whyCard {
  min-height: 260px;
  padding: 32px clamp(25px, 3vw, 48px);
  display: flex;
  flex-direction: column;
  background: #fff;
  transition: .35s;
}

.whyCard:not(:last-child) {
  border-right: 1px solid #e7e7e7;
}

.whyIcon {
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  border-radius: 16px;
  background: #fdeceb;
  color: #d54b2d;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  transition: .35s;
}

.whyIcon .icon {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.whyCard h3 {
  margin: 0 0 15px;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 700;
  color: #111;
}

.whyCard p {
  width: 100%;
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #666;
}

.whyCard:hover .whyIcon {
  transform: translateY(-4px);
}

/* =========================================================
   AGENTIC OUTCOMES
========================================================= */

.agenticOutcomesSection {
  position: relative;
  width: 100%;
  padding: 90px 6%;
  background: #000;
  font-family: 'Manrope', sans-serif;
  overflow: hidden;
}

.agenticOutcomesContainer {
  width: 100%;
  max-width: 1450px;
  margin: 0 auto;
}

.agenticOutcomesTop {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 60px;
  margin-bottom: 55px;
}

.agenticOutcomesTitle,
.agenticOutcomesTitlew {
  flex: 1 1 55%;
  width: 100%;
  max-width: 850px;
  min-width: 0;
}

.agenticOutcomesTag,
.agenticOutcomesTagW {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.agenticOutcomesTag { color: #111; }
.agenticOutcomesTagW { color: #fff; }

.agenticOutcomesLine,
.agenticOutcomesLineW {
  flex-shrink: 0;
  width: 50px;
  height: 2px;
}

.agenticOutcomesLine { background: #111; }
.agenticOutcomesLineW { background: #fff; }

.agenticOutcomesTitle h2,
.agenticOutcomesTitlew h2 {
  margin: 0;
  font-size: clamp(32px, 4vw, 42px);
  line-height: 1.1;
  font-weight: 800;
}

.agenticOutcomesTitle h2 { color: #111; }
.agenticOutcomesTitlew h2 { color: #fff; }

.agenticOutcomesTitle h2 span,
.agenticOutcomesTitlew h2 span {
  color: #e30613;
}

.agenticOutcomesIntro,
.agenticOutcomesIntroW {
  flex: 1 1 45%;
  width: 100%;
  max-width: 600px;
  font-size: 18px;
  line-height: 1.6;
}

.agenticOutcomesIntro { color: #333; }
.agenticOutcomesIntroW { color: #fff; }

.agenticOutcomesTitlew p {
  max-width: 650px;
  margin: 18px 0 0;
  color: #fff;
  line-height: 1.6;
}

.agenticOutcomesGrid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #555;
  border-left: 1px solid #555;
}

.agenticOutcomeCard {
  position: relative;
  width: 100%;
  min-width: 0;
  min-height: 340px;
  padding: 32px 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-right: 1px solid #555;
  border-bottom: 1px solid #555;
  overflow: hidden;
  background: transparent;
  transition: all .4s ease;
  z-index: 1;
}

.agenticOutcomeCard::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  right: -280px;
  bottom: -280px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(255, 0, 0, .95) 0%,
    rgba(185, 0, 0, .75) 35%,
    rgba(120, 0, 0, .45) 55%,
    rgba(0, 0, 0, 0) 75%
  );
  opacity: 0;
  transform: scale(.6);
  transition: all .6s ease;
  z-index: -1;
}

.agenticOutcomeCard::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
  opacity: 0;
  transition: opacity .45s ease;
  z-index: -2;
}

.agenticOutcomeCard:hover::after {
  opacity: 1;
}

.agenticOutcomeCard:hover::before {
  opacity: 1;
  transform: scale(1);
}

.agenticOutcomeCard:hover h3,
.agenticOutcomeCard:hover p {
  color: #fff;
}

.agenticOutcomeCard:hover .agenticOutcomeNo {
  color: #ff3030;
}

.agenticOutcomeCard:hover .agenticOutcomeIcon {
  color: #fff;
}

.agenticOutcomeNo {
  display: block;
  margin-bottom: 28px;
  color: #e30613;
  font-family: monospace;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .05em;
  text-transform: uppercase;
  transition: .3s;
}

.agenticOutcomeIcon {
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  border: 1px solid #747474;
  border-radius: 10px;
  color: #d80d0d;
  transition: .35s;
}

.agenticOutcomeIcon .icon {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.agenticOutcomeCard h3 {
  width: 100%;
  margin: 0 0 13px;
  color: #fff;
  font-size: 21px;
  line-height: 1.3;
  font-weight: 700;
  transition: .35s;
}

.agenticOutcomeCard p {
  width: 100%;
  max-width: 450px;
  margin: 0;
  color: #cccccc;
  font-size: 15.5px;
  line-height: 1.6;
  transition: .35s;
}

/* =========================================================
   ACCELTREE AGENTIC AI / HOW IT WORKS
========================================================= */

.acceltreeAgenticSection {
  width: 100%;
  padding: 90px 6%;
  background: #FAF7F1;
  font-family: 'Manrope', sans-serif;
}

.acceltreeAgenticSection .bizEcoHeading {
  width: 100%;
  max-width: 850px;
  margin-bottom: 60px;
}

.acceltreeAgenticSection .bizEcoTag {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 25px;
}

.acceltreeAgenticSection .bizEcoTag p {
  margin: 0;
  color: #111;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2px;
}

.acceltreeAgenticSection .bizEcoHeading h2 {
  margin: 0;
  color: #111;
  font-size: clamp(32px, 4vw, 42px);
  line-height: 1.1;
  font-weight: 800;
}

.acceltreeAgenticSection .bizEcoHeading h2 span {
  color: #E31B1B;
}

.acceltreeAgenticSection .bizEcoCard {
  min-height: 230px;
}

.acceltreeAgenticSection .bizEcoIcon {
  margin-bottom: 22px;
  color: #E31B1B;
  font-size: 28px;
}

.acceltreeAgenticSection .bizEcoCard h3 {
  margin-bottom: 14px;
  font-size: 19px;
  line-height: 1.35;
  font-weight: 700;
}

.acceltreeAgenticSection .bizEcoCard p {
  margin: 0;
  color: #666;
  font-size: 15px;
  line-height: 1.6; 
}

/* Existing card hover colors preserved */
.bizEcoCard {
  position: relative;
  overflow: hidden;
  background: #faf7f1;
  transition: all .45s ease;
  z-index: 1;
}

.bizEcoCard::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  right: -260px;
  bottom: -260px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(255,0,0,.95) 0%,
    rgba(185,0,0,.75) 35%,
    rgba(120,0,0,.45) 55%,
    rgba(0,0,0,0) 75%
  );
  opacity: 0;
  transform: scale(.6);
  transition: all .6s ease;
  z-index: -1;
}

.bizEcoCard:hover::before {
  opacity: 1;
  transform: scale(1);
}

.bizEcoCard:hover {
  background: #000;
}

.bizEcoCard:hover h3,
.bizEcoCard:hover p {
  color: #fff;
}

.bizEcoCard:hover .bizEcoIcon {
  color: #fff;
}

/* =========================================================
   AGENTIC AI ECOSYSTEM
========================================================= */

.agenticEcosystemSection {
  width: 100%;
  padding: 90px 6%;
  background: var(--navy-900);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-family: 'Manrope', sans-serif;
}

.agenticEcosystemContainer {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}

.agenticEcosystemTop {
  width: 100%;
  margin-bottom: 55px;
}

.agenticEcosystemTitle {
  width: 100%;
  max-width: 800px;
}

.agenticEcosystemTag {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.agenticEcosystemLine {
  width: 34px;
  height: 1px;
  display: inline-block;
  background: #ffffff;
}

.agenticEcosystemTitle h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(32px, 4vw, 42px);
  line-height: 1.1;
  font-weight: 800;
}

.agenticEcosystemTitle h2 span {
  color: #e1262d;
}

.agenticEcosystemTitle p {
  max-width: 650px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 18px;
  line-height: 1.7;
  font-weight: 400;
}

.agenticEcosystemGrid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.agenticEcosystemCard {
  position: relative;
  min-width: 0;
  min-height: 300px;
  padding: 28px 28px 32px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: transparent;
  transition: background .35s ease, transform .35s ease;
}

.agenticEcosystemNo {
  display: block;
  margin-bottom: 70px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1.5px;
  transition: color .3s ease;
}

.agenticEcosystemIcon {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  transition: border-color .3s ease, background .3s ease;
}

.agenticEcosystemIcon .icon {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  color: #ffffff;
  transition: color .3s ease;
}

.agenticEcosystemCard h3 {
  margin: 0 0 15px;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -.4px;
}

.agenticEcosystemCard p {
  max-width: 300px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.75;
}

.agenticEcosystemCard:hover {
  background: rgba(255, 255, 255, 0.035);
}

.agenticEcosystemCard:hover .agenticEcosystemNo {
  color: #e1262d;
}

.agenticEcosystemCard:hover .agenticEcosystemIcon {
  border-color: #e1262d;
  background: rgba(225, 38, 45, 0.08);
}

.agenticEcosystemCard:hover .agenticEcosystemIcon .icon {
  color: #e1262d;
}

/* =========================================================
   FLOW
========================================================= */

.flow {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 8px;
  padding-top: 8px;
}

.flow::before {
  content: '';
  position: absolute;
  top: 29px;
  left: 6%;
  right: 6%;
  height: 1px;
  background: repeating-linear-gradient(
    90deg,
    var(--line) 0 8px,
    transparent 8px 14px
  );
}

.flow-step {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  text-align: center;
}

.flow-node {
  width: 58px;
  height: 58px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: var(--navy-850);
  border: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Fraunces', serif;
  font-weight: 600;
  color: var(--cyan-300);
  font-size: 18px;
  position: relative;
  z-index: 2;
  transition: transform .3s ease, background .3s ease, border-color .3s ease, color .3s ease, box-shadow .3s ease;
}

.flow-step:nth-child(2n) .flow-node {
  border-color: rgba(214, 31, 41, .5);
  color: var(--gold-300);
}

.flow-step:hover .flow-node {
  transform: translateY(-6px) scale(1.12);
  background: var(--red-600);
  border-color: var(--red-500);
  color: #fff;
  box-shadow:
    0 0 0 6px rgba(214, 31, 41, 0.12),
    0 12px 28px rgba(214, 31, 41, 0.35);
}

.flow-step:hover .flow-node .icon {
  transform: rotate(10deg) scale(1.10);
}

.flow-node .icon {
  transition: transform .3s ease;
}

.flow-step h3 {
  margin-bottom: 6px;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.flow-step p {
  padding: 0 6px;
  color: #dbdbdb;
  font-size: 13px;
  line-height: 1.5;
}

/* =========================================================
   VERTICALS / PILLS
========================================================= */

.verticals {
  text-align: center;
}

.pill-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 36px;
  border-radius: 24px;
}

.pill {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 10px 20px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--navy-850);
  color: var(--ink-200);
  font-size: 14px;
  font-weight: 500;
  transition: transform .35s ease, box-shadow .35s ease, color .35s ease, border-color .35s ease;
}

.pill::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #eb333b, #ff6f66);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .35s ease;
  z-index: -1;
  border-radius: 24px;
}

.pill:hover::before {
  transform: scaleX(1);
}

.pill:hover {
  color: #fff;
  border-color: #ff6f66;
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(235, 51, 59, .35);
}

/* =========================================================
   CTA
========================================================= */

.cta-wrap {
  background:
    radial-gradient(600px 260px at 50% 0%, rgba(235, 51, 59, .14), transparent 70%),
    radial-gradient(500px 220px at 80% 100%, rgba(214, 31, 41, .10), transparent 70%),
    var(--navy-850);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 70px 40px;
  text-align: center;
}

.cta-wrap h2 {
  margin-bottom: 18px;
  font-size: clamp(28px, 4vw, 40px);
}

.cta-wrap p {
  max-width: 520px;
  margin: 0 auto 34px;
  color: var(--ink-200);
  font-size: 16px;
  line-height: 1.6;
}

/* =========================================================
   FOOTER
========================================================= */

footer {
  border-top: 1px solid var(--line);
  padding: 36px 0;
}

.foot-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}

.foot-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.foot-links a {
  color: var(--ink-400);
}

.foot-copy {
  color: var(--ink-600);
  font-size: 13px;
}

/* =========================================================
   LARGE LAPTOP — 1200px
========================================================= */

@media (max-width: 1200px) {

  .hero .wrap {
    gap: 35px;
  }

  .hero-right {
    min-height: 520px;
  }

  .hero-visual {
    min-height: 520px;
  }

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

  .agenticEcosystemCard {
    min-height: 300px;
  }

  .whyCard {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* =========================================================
   TABLET — 991px
========================================================= */

@media (max-width: 991px) {

  .hero {
    min-height: auto;
  }

  .hero .wrap {
    grid-template-columns: 1fr;
    gap: 55px;
    text-align: center;
  }

  .hero-content,
  .hero-left {
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
            padding-top: 23%;
  }

  .hero h1,
  .hero-left h1 {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    text-align: center !important;
  }

  .hero p.lead,
  .hero-left p.lead {
    max-width: 700px;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }

  .hero .eyebrow {
    justify-content: center;
  }

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

  .hero-right {
    max-width: 800px;
    min-height: auto;
  }

  .hero-visual {
    min-height: auto;
  }

  .hero-right .orbit-wrap {
    display: none;
  }

  .hero-right .console {
    margin: 0 auto !important;
  }

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

  .whyCard {
    min-height: auto;
    padding: 38px 34px;
  }

  .whyCard:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #ececec;
  }

  .agenticOutcomesTop {
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
  }

  .agenticOutcomesTitle,
  .agenticOutcomesTitlew,
  .agenticOutcomesIntro,
  .agenticOutcomesIntroW {
    max-width: 800px;
  }

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

  .agenticOutcomeCard:nth-child(3) {
    grid-column: 1 / -1;
  }

  .flow {
    flex-wrap: wrap;
  }

  .flow-step {
    flex: 0 0 50%;
  }

  .flow::before {
    display: none;
  }
}

/* =========================================================
   TABLET / MOBILE — 768px
========================================================= */

@media (max-width: 768px) {

  body {
    padding-top: 70px;
  }

  .wrap {
    width: min(100% - 32px, 100%);
    padding: 0;
  }

  section {
    padding: 75px 0;
  }

  .hero {
    padding: 75px 0 65px;
  }

  .hero .wrap {
    padding: 0 20px;
    gap: 45px;
    margin-top: 10%;
  }

  .hero h1,
  .hero-left h1 {
    font-size: clamp(36px, 7vw, 48px);
  }

  .hero p.lead,
  .hero-left p.lead {
    font-size: 16px;
  }

  .console {
    width: 100%;
  }

  .console-body {
    padding: 20px;
  }

  .trace-row {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .trace-row .tag {
    flex-basis: auto;
  }

  .suggested {
    padding: 15px 18px 18px;
  }

  .chip {
    max-width: 100%;
  }

  .whySection,
  .agenticOutcomesSection,
  .acceltreeAgenticSection,
  .agenticEcosystemSection {
    padding-left: 5%;
    padding-right: 5%;
  }

  .whyHeader h2 {
    font-size: 38px;
  }

  .agenticOutcomesSection {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .agenticOutcomesTitle h2,
  .agenticOutcomesTitlew h2 {
    font-size: 36px;
  }

  .agenticOutcomesIntro,
  .agenticOutcomesIntroW {
    font-size: 17px;
  }

  .agenticOutcomeCard {
    min-height: 310px;
    padding: 28px 25px;
  }

  .acceltreeAgenticSection .bizEcoHeading {
    margin-bottom: 45px;
  }

  .acceltreeAgenticSection .bizEcoHeading h2 {
    font-size: 34px;
  }

  .agenticEcosystemSection {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .agenticEcosystemTitle h2 {
    font-size: 34px;
  }

  .agenticEcosystemTitle p {
    font-size: 15px;
  }

  .agenticEcosystemCard {
    min-height: 330px;
    padding: 25px;
  }

  .agenticEcosystemNo {
    margin-bottom: 55px;
  }

  .cta-wrap {
    padding: 55px 28px;
  }
}

/* =========================================================
   MOBILE — 600px
========================================================= */

@media (max-width: 600px) {

  section {
    padding: 65px 0;
  }

  .hero {
    padding: 65px 0 55px;
  }

  .hero .wrap {
    padding: 0 18px;
    gap: 38px;
    margin-top: 20%;
  }

  .hero h1,
  .hero-left h1 {
    font-size: 34px;
    line-height: 1.08;
  }

  .hero p.lead,
  .hero-left p.lead {
    font-size: 15.5px;
    line-height: 1.6;
  }

  .hero-actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .btn-lg {
    width: 100%;
  }

  .console-bar {
    padding: 11px 14px;
  }

  .console-body {
    padding: 18px;
  }

  .console-prompt {
    font-size: 14px;
  }

  .trace {
    gap: 12px;
    font-size: 11.5px;
  }

  .trace-row {
    gap: 7px;
  }

  .trace-row .tag {
    width: auto;
    flex: 0 0 auto;
  }

  .suggested {
    padding: 15px;
  }

  .chip {
    width: 100%;
    text-align: center;
  }

  .whySection,
  .agenticOutcomesSection,
  .acceltreeAgenticSection,
  .agenticEcosystemSection {
    padding-left: 20px;
    padding-right: 20px;
  }

  .whySection {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .whyHeader {
    margin-bottom: 32px;
  }

  .whyHeader h2 {
    font-size: 34px;
  }

  .whyHeader p {
    font-size: 17px;
  }

  .whyCard {
    padding: 34px 26px;
  }

  .whyIcon {
    width: 52px;
    height: 52px;
    flex-basis: 52px;
    margin-bottom: 24px;
  }

  .whyIcon .icon {
    width: 25px;
    height: 25px;
  }

  .whyCard h3 {
    font-size: 18px;
  }

  .whyCard p {
    font-size: 14px;
  }

  .agenticOutcomesTop {
    margin-bottom: 35px;
  }

  .agenticOutcomesTag,
  .agenticOutcomesTagW {
    gap: 10px;
    font-size: 12px;
  }

  .agenticOutcomesLine,
  .agenticOutcomesLineW {
    width: 32px;
  }

  .agenticOutcomesTitle h2,
  .agenticOutcomesTitlew h2 {
    font-size: 30px;
  }

  .agenticOutcomesIntro,
  .agenticOutcomesIntroW {
    font-size: 16px;
  }

  .agenticOutcomesGrid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .agenticOutcomeCard,
  .agenticOutcomeCard:nth-child(3) {
    grid-column: auto;
    min-height: auto;
    padding: 32px 25px;
  }

  .agenticOutcomeCard:nth-child(2),
  .agenticOutcomeCard:nth-child(3) {
    border-right: 1px solid #555;
  }

  .agenticOutcomeIcon {
    width: 52px;
    height: 52px;
    flex-basis: 52px;
    margin-bottom: 22px;
  }

  .agenticOutcomeIcon .icon {
    width: 24px;
    height: 24px;
  }

  .agenticOutcomeCard h3 {
    font-size: 20px;
  }

  .agenticOutcomeCard p {
    font-size: 15.5px;
  }

  .acceltreeAgenticSection {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .acceltreeAgenticSection .bizEcoHeading h2 {
    font-size: 28px;
  }

  .acceltreeAgenticSection .bizEcoTag {
    gap: 12px;
  }

  .acceltreeAgenticSection .bizEcoTag p {
    font-size: 13px;
  }

  .acceltreeAgenticSection .bizEcoCard {
    min-height: auto;
    padding: 32px 25px;
  }

  .acceltreeAgenticSection .bizEcoCard h3 {
    font-size: 18px;
  }

  .acceltreeAgenticSection .bizEcoCard p {
    font-size: 14px;
  }

  .agenticEcosystemSection {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .agenticEcosystemTitle h2 {
    font-size: 28px;
  }

  .agenticEcosystemCard {
    min-height: auto;
    padding: 28px 24px 32px;
  }

  .agenticEcosystemNo {
    margin-bottom: 45px;
  }

  .agenticEcosystemIcon {
    margin-bottom: 22px;
  }

  .flow-step {
    flex: 0 0 100%;
    width: 100%;
  }

  .pill-row {
    gap: 10px;
  }

  .pill {
    max-width: 100%;
    padding: 9px 17px;
    font-size: 13px;
  }

  .cta-wrap {
    padding: 45px 22px;
    border-radius: 18px;
  }

  .foot-row {
    flex-direction: column;
    text-align: center;
  }

  .foot-links {
    justify-content: center;
  }
}

/* =========================================================
   SMALL MOBILE — 480px
========================================================= */

@media (max-width: 480px) {

  body {
    padding-top: 65px;
  }

  .hero .wrap {
    padding : 0 15px;
    margin-top: 40%;
  }

  .hero h1,
  .hero-left h1 {
    font-size: 31px;
  }

  .hero p.lead,
  .hero-left p.lead {
    font-size: 15px;
  }

  .console-bar {
    font-size: 10.5px;
  }

  .trace-row {
    font-size: 10.5px;
  }

  .trace-row .tag {
    font-size: 10px;
  }

  .whyHeader h2 {
    font-size: 30px;
  }

  .whyHeader p {
    font-size: 14px;
  }

  .whyCard {
    padding: 30px 22px;
  }

  .agenticOutcomesSection {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .agenticOutcomesTitlew h2,
  .agenticOutcomesTitle h2 {
    font-size: 28px;
  }

  .agenticOutcomeCard {
    padding: 25px 20px;
  }

  .agenticOutcomeNo {
    margin-bottom: 20px;
  }

  .agenticOutcomeIcon {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
    margin-bottom: 18px;
  }

  .agenticOutcomeIcon .icon {
    width: 23px;
    height: 23px;
  }

  .agenticOutcomeCard h3 {
    margin-bottom: 10px;
  }

  .agenticOutcomeCard p {
    line-height: 1.6;
  }

  .agenticEcosystemTitle h2 {
    font-size: 25px;
  }

  .agenticEcosystemCard {
    padding: 24px 20px 28px;
  }

  .cta-wrap {
    padding: 40px 18px;
  }
}

/* =========================================================
   VERY SMALL MOBILE — 360px
========================================================= */

@media (max-width: 360px) {
      .console-prompt {
        font-size: 12px;
    }
.trace-row .font-size {
  font-size: 10px;
}
  .hero h1,
  .hero-left h1 {
    font-size: 28px;
  }

  .hero .wrap {
    padding: 0 12px;
  }

  .whySection,
  .agenticOutcomesSection,
  .acceltreeAgenticSection,
  .agenticEcosystemSection {
    padding-left: 15px;
    padding-right: 15px;
  }

  .whyHeader h2 {
    font-size: 28px;
  }

  .agenticOutcomesTitlew h2,
  .agenticOutcomesTitle h2 {
    font-size: 26px;
  }

  .agenticOutcomeCard {
    padding: 22px 18px;
  }

  .agenticOutcomeIcon {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
  }

  .agenticEcosystemCard {
    padding: 22px 18px 26px;
  }
}

/* =========================================================
   ACCESSIBILITY / MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

@media (max-width: 991px) {

    .navbar-toggler {
        display: flex !important;
        width: 44px;
        height: 44px;
        align-items: center;
        justify-content: center;
        padding: 0 !important;
        border: 1px solid rgba(255,255,255,.25) !important;
        background: transparent !important;
        color: #fff !important;
        opacity: 1 !important;
        visibility: visible !important;
        position: relative;
        z-index: 99999 !important;
    }

    .navbar-toggler-icon {
        width: 24px !important;
        height: 18px !important;
        display: block !important;
        position: relative;
        background: none !important;
    }

    .navbar-toggler-icon::before,
    .navbar-toggler-icon::after,
    .navbar-toggler-icon {
        border-top: 2px solid #fff;
    }

    .navbar-toggler-icon::before,
    .navbar-toggler-icon::after {
        content: "";
        position: absolute;
        left: 0;
        width: 24px;
        height: 2px;
        background: #fff;
    }

    .navbar-toggler-icon::before {
        top: 4px;
    }

    .navbar-toggler-icon::after {
        top: 12px;
    }
}

/* =========================================================
   FINAL HERO RESPONSIVE OVERRIDES
   Keeps the existing design intact and fixes only the
   Agentic AI hero layout across desktop, tablet and mobile.
========================================================= */

/* ---------------------------------------------------------
   DESKTOP — 992px and above
--------------------------------------------------------- */
@media (min-width: 992px) {
  .hero {
    min-height: calc(100vh - 80px);
    overflow: hidden;
  }

  .hero .wrap {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
    align-items: center;
    gap: clamp(32px, 4vw, 70px);
    margin-top: 0;
  }

  .hero-left {
    order: 1;
    padding-top: 0 !important;
    text-align: left;
  }

  .hero-left h1,
  .hero-left p.lead {
    text-align: left !important;
  }

  .hero .eyebrow {
    justify-content: flex-start;
  }

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

  .hero-right {
    order: 2;
    width: 100%;
    max-width: 760px;
    min-width: 0;
    min-height: clamp(520px, 42vw, 600px);
    height: auto;
    margin: 0 auto;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .hero-right .console {
    width: min(100%, 680px);
    margin: 0 auto;
  }

  .hero-right .orbit-wrap {
    display: block;
    width: min(760px, 65vw);
    height: min(760px, 65vw);
  }
}

/* ---------------------------------------------------------
   TABLET — 769px to 991px
   LEFT CONTENT FIRST, RIGHT VISUAL SECOND
--------------------------------------------------------- */
@media (min-width: 769px) and (max-width: 991px) {
  .hero {
    min-height: auto !important;
    height: auto;
    padding: 80px 0 85px;
    overflow: visible;
  }

  .hero .wrap {
    display: flex !important;
    flex-direction: column !important;
    align-items: center;
    width: min(100%, 900px);
    padding: 0 30px;
    gap: 55px;
    margin: 0 auto !important;
    text-align: center;
  }

  .hero-left {
    order: 1;
    width: 100%;
    max-width: 760px;
    margin: 0 auto !important;
    padding: 0 !important;
    text-align: center !important;
  }

  .hero-left h1 {
    max-width: 760px;
    margin: 0 auto 24px;
    text-align: center !important;
    font-size: clamp(42px, 7vw, 60px);
    line-height: 1.05;
  }

  .hero-left p.lead {
    max-width: 720px;
    margin: 0 auto !important;
    text-align: center !important;
    font-size: 16px;
  }

  .hero .eyebrow {
    justify-content: center;
  }

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

  .hero-right {
    order: 2;
    width: 100%;
    max-width: 820px;
    min-width: 0;
    min-height: 0 !important;
    height: auto !important;
    margin: 0 auto !important;
    padding: 20px 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: visible;
  }

  .hero-right .console {
    position: relative;
    z-index: 5;
    width: min(100%, 780px);
    max-width: 780px;
    margin: 0 auto !important;
  }

  .hero-right .orbit-wrap {
    display: block !important;
    width: min(680px, 78vw);
    height: min(680px, 78vw);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
  }
}

/* ---------------------------------------------------------
   MOBILE — up to 768px
   LEFT CONTENT FIRST, RIGHT VISUAL SECOND
--------------------------------------------------------- */
@media (max-width: 768px) {
  .hero {
    min-height: auto !important;
    height: auto;
    padding: 65px 0 60px;
    overflow: visible;
  }

  .hero .wrap {
    display: flex !important;
    flex-direction: column !important;
    align-items: center;
    width: 100%;
    padding: 0 20px !important;
    gap: 40px;
    margin: 0 auto !important;
    text-align: center;
  }

  .hero-left {
    order: 1;
    width: 100%;
    max-width: 680px;
    margin: 0 auto !important;
    padding: 0 !important;
    text-align: center !important;
  }

  .hero-left h1 {
    width: 100%;
    max-width: 680px;
    margin: 0 auto 20px;
    text-align: center !important;
    font-size: clamp(36px, 7.5vw, 52px);
    line-height: 1.06;
  }

  .hero-left p.lead {
    width: 100%;
    max-width: 650px;
    margin: 0 auto !important;
    text-align: center !important;
    font-size: 15.5px;
    line-height: 1.6;
  }

  .hero .eyebrow {
    justify-content: center;
  }

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

  .hero-right {
    order: 2;
    width: 100%;
    max-width: 760px;
    min-width: 0;
    min-height: 0 !important;
    height: auto !important;
    margin: 0 auto !important;
    padding: 5px 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: visible;
  }

  .hero-right .console {
    position: relative;
    z-index: 5;
    width: 100%;
    max-width: 760px;
    margin: 0 auto !important;
  }

  .hero-right .orbit-wrap {
    display: block !important;
    width: min(560px, 105vw);
    height: min(560px, 105vw);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    opacity: .9;
  }

  .console-body {
    padding: 20px;
  }

  .console-prompt {
    font-size: 14px;
    line-height: 1.55;
  }

  .trace-row {
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 8px;
  }

  .trace-row .glyph {
    flex: 0 0 16px;
    margin-top: 2px;
  }

  .trace-row .tag {
    flex: 0 0 88px;
    min-width: 0;
    line-height: 1.35;
  }

  .trace-row .font-size {
    flex: 1 1 auto;
    min-width: 0;
    font-size: 13px;
    line-height: 1.45;
  }
}

/* ---------------------------------------------------------
   MOBILE — 600px
--------------------------------------------------------- */
@media (max-width: 600px) {
  .hero {
    padding: 55px 0 50px;
  }

  .hero .wrap {
    padding: 0 18px !important;
    gap: 34px;
  }

  .hero-left h1 {
    font-size: clamp(32px, 8.5vw, 42px);
    line-height: 1.08;
    margin-bottom: 18px;
  }

  .hero-left p.lead {
    font-size: 15px;
    line-height: 1.6;
  }

  .hero-right {
    padding: 0 0 10px;
  }

  .hero-right .orbit-wrap {
    width: min(500px, 115vw);
    height: min(500px, 115vw);
  }

  .console-bar {
    padding: 11px 14px;
  }

  .console-body {
    padding: 18px 16px;
  }

  .console-prompt {
    font-size: 13.5px;
  }

  .trace {
    gap: 11px;
  }

  .trace-row {
    gap: 7px;
  }

  .trace-row .tag {
    flex: 0 0 78px;
    font-size: 11px;
  }

  .trace-row .font-size {
    font-size: 11.5px;
  }

  .suggested {
    padding: 14px 15px 16px;
  }

  .chip {
    width: 100%;
    text-align: center;
  }
}

/* ---------------------------------------------------------
   SMALL MOBILE — 480px
--------------------------------------------------------- */
@media (max-width: 480px) {
  .hero {
    padding: 48px 0 45px;
  }

  .hero .wrap {
    padding: 0 15px !important;
    gap: 30px;
  }

  .hero-left h1 {
    font-size: clamp(29px, 9vw, 36px);
    line-height: 1.08;
  }

  .hero-left p.lead {
    font-size: 14.5px;
  }

  .hero-right .orbit-wrap {
    width: 125vw;
    height: 125vw;
    opacity: .75;
  }

  .console {
    border-radius: 14px;
  }

  .console-bar {
    padding: 10px 12px;
    font-size: 10px;
  }
.featurelist{
  font-size: 14px;
    font-weight: 700;
    color: #fff;
}
  .console-body {
    padding: 16px 13px;
  }

  .console-prompt {
    font-size: 12.5px;
    line-height: 1.5;
    padding-bottom: 14px;
    margin-bottom: 14px;
  }

  .trace {
    gap: 10px;
    font-size: 10.5px;
  }

  .trace-row {
    gap: 6px;
  }

  .trace-row .glyph {
    flex-basis: 15px;
    width: 15px;
    height: 15px;
  }

  .trace-row .tag {
    flex: 0 0 68px;
    font-size: 9.5px;
    letter-spacing: .04em;
  }

  .trace-row .font-size {
    font-size: 10px;
    line-height: 1.4;
  }
}

/* ---------------------------------------------------------
   VERY SMALL — 360px
--------------------------------------------------------- */
@media (max-width: 360px) {
  .hero .wrap {
    padding: 0 12px !important;
    gap: 28px;
  }

  .hero-left h1 {
    font-size: 27px;
  }

  .hero-left p.lead {
    font-size: 14px;
  }

  .hero-right .orbit-wrap {
    width: 135vw;
    height: 135vw;
  }

  .console-body {
    padding: 14px 11px;
  }

  .console-prompt {
    font-size: 12px;
  }

  .trace-row .tag {
    flex-basis: 62px;
    font-size: 9px;
  }

  .trace-row .font-size {
    font-size: 9.5px;
  }
}
