.hero {
  position: relative;
  min-height: 100vh;
  padding: 10rem 0 5rem;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero .container-xl {
  position: relative;
  z-index: 2;
}

.hero-title {
  font-size: clamp(3.55rem, 10.5vw, 9.2rem);
  line-height: .84;
  margin: 1.05rem 0 1.25rem;
  max-width: 1120px;
  text-shadow: 0 0 46px rgba(112, 163, 10, .14);
}

.hero-title .outline {
  color: transparent;
  -webkit-text-stroke: 1px rgba(245, 248, 241, .78);
  text-stroke: 1px rgba(245, 248, 241, .78);
}

.hero-copy {
  color: var(--muted);
  font-size: 1.12rem;
  line-height: 1.7;
  max-width: 620px;
  margin: 0;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .9rem;
  margin-top: 1.8rem;
}

.count.reveal-visible.done { font-size: 21px; }

.hero-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .85rem;
  max-width: 640px;
  margin-top: 2.2rem;
}

.meta-card {
  border-radius: 20px;
  padding: 1rem;
  background: rgba(255, 255, 255, .052);
  border: 1px solid rgba(112, 163, 10, .3);
}

.meta-card strong {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: -.055em;
}

.meta-card span {
  display: block;
  margin-top: .45rem;
  color: #a9b7a3;
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .1em;
  text-transform: uppercase;
}


.scroll-cue {
  position: absolute;
  bottom: 1.4rem;
  left: 50%;
  transform: translateX(-50%);
  color: #94a58e;
  font-size: .7rem;
  font-weight: 950;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.section-title {
  font-size: clamp(2.6rem, 5.6vw, 6rem);
  line-height: .9;
  letter-spacing: -.065em;
  font-weight: 500;
  margin: 1rem 0;
}

.section-title .outline {
  color: transparent;
  -webkit-text-stroke: 1px rgba(245, 248, 241, .72);
  text-stroke: 1px rgba(245, 248, 241, .72);
}




.feature-stage {
  border-radius: 42px;
  overflow: hidden;
  border: 1px solid rgba(112, 163, 10, .36);
  background:
    radial-gradient(circle at 20% 20%, rgba(112, 163, 10, .25), transparent 28rem),
    linear-gradient(135deg, #0b1708, #050a04);
}

.feature-menu {
  padding: 1rem;
  height: 100%;
  border-right: 1px solid rgba(112, 163, 10, .25);
}

.feature-tab {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 18px;
  border: 1px solid rgba(112, 163, 10, .22);
  background: rgba(255, 255, 255, .045);
  color: #dfead9;
  padding: 1rem;
  text-align: left;
  font-size: .9rem;
  font-weight: 950;
  letter-spacing: .02em;
  margin-bottom: .8rem;
  transition: .25s ease;
}

.feature-tab.active,
.feature-tab:hover {
  color: #fff;
  background: rgba(112, 163, 10, .18);
  border-color: rgba(155, 221, 34, .55);
}

.feature-content {
  padding: 2.2rem;
  min-height: 500px;
}

.pane { display: none; opacity: 0; transform: translateY(10px) }
.pane.active { display: block; animation: fadeUp .35s ease forwards }
@keyframes fadeUp { to { opacity: 1; transform: translateY(0) } }

.pane h3 {
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: .95;
  letter-spacing: -.065em;
  font-weight: 500;
  margin-bottom: .8rem;
}

.pane p {
  color: var(--muted);
  max-width: 620px;
  line-height: 1.7;
  margin: 0;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  margin-top: 1.5rem;
}

.tag-row span {
  border-radius: 999px;
  padding: .62rem .84rem;
  border: 1px solid rgba(155, 221, 34, .32);
  background: rgba(112, 163, 10, .11);
  color: #e8ffd5;
  font-weight: 850;
  font-size: .86rem;
}

.pane-shot {
  position: relative;
  min-height: 210px;
  margin-top: 2rem;
  border-radius: 28px;
  border: 1px solid rgba(112, 163, 10, .35);
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 12%, rgba(253, 197, 3, .15), transparent 24%),
    linear-gradient(135deg, rgba(112, 163, 10, .35), transparent 43%),
    #050b04;
}

.pane-shot:after {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 45%;
  height: 3px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--pixo), var(--pixo2), var(--yellow));
  transform: skewY(-5deg);
  box-shadow: 0 0 25px rgba(112, 163, 10, .62);
}

.ai-band {
  background:
    radial-gradient(circle at 82% 18%, rgba(155, 221, 34, .22), transparent 32rem),
    linear-gradient(180deg, #071007, #0e1d0a 48%, #071007);
  border-top: 1px solid rgba(112, 163, 10, .34);
  border-bottom: 1px solid rgba(112, 163, 10, .34);
}

.console {
  border-radius: 32px;
  overflow: hidden;
  border: 1px solid rgba(155, 221, 34, .45);
  background: #020502;
  box-shadow: 0 34px 110px rgba(0, 0, 0, .58);
}

.console-top {
  display: flex;
  align-items: center;
  gap: .45rem;
  background: rgba(112, 163, 10, .1);
  border-bottom: 1px solid rgba(112, 163, 10, .3);
  padding: .9rem 1rem;
}

.console-code {
  padding: 1.2rem;
  color: #cfffad;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: .84rem;
  line-height: 1.85;
  white-space: pre-wrap;
}

.console-code .dim { color: #75856f; }
.console-code .key { color: #9bdd22; }
.console-code .val { color: #f2ffcf; }

.ai-list {
  display: grid;
  gap: 1rem;
  margin-top: 1.6rem;
}

.ai-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem;
  border-radius: 22px;
  border: 1px solid rgba(112, 163, 10, .28);
  background: rgba(255, 255, 255, .045);
}

.ai-item b {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: var(--pixo);
  color: #071006;
  font-weight: 950;
}

.ai-item strong { display: block; margin-bottom: .2rem; }
.ai-item span { display: block; color: var(--muted); line-height: 1.55; }

.visual-strip {
  overflow: hidden;
  border-top: 1px solid rgba(112, 163, 10, .34);
  border-bottom: 1px solid rgba(112, 163, 10, .34);
  background: rgba(112, 163, 10, .07);
  padding: 4.5rem 0;
}

.strip-track {
  display: flex;
  gap: 1.2rem;
  width: max-content;
  animation: slide 42s linear infinite;
}

@keyframes slide { to { transform: translateX(-50%) } }

.mini-screen {
  width: 360px;
  height: 238px;
  flex: 0 0 auto;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(112, 163, 10, .35);
  background:
    linear-gradient(135deg, rgba(112, 163, 10, .28), rgba(255, 255, 255, .04)),
    #071007;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .34);
}

.mini-screen:nth-child(even) { transform: translateY(28px) }
.mini-top { height: 38px; background: rgba(0, 0, 0, .35); border-bottom: 1px solid rgba(112, 163, 10, .22) }
.mini-body { padding: 1rem; }
.line { height: 15px; border-radius: 99px; background: rgba(255, 255, 255, .16); margin-bottom: .65rem; }
.w80 { width: 80% }
.w60 { width: 60% }
.w40 { width: 40% }
.blocks { display: grid; grid-template-columns: 1fr 1fr; gap: .7rem; margin-top: 1rem; }
.blocks div { height: 82px; border-radius: 18px; background: rgba(255, 255, 255, .08); border: 1px solid rgba(112, 163, 10, .18); }

.work-card {
  height: 100%;
  min-height: 410px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  border-radius: 32px;
  border: 1px solid rgba(112, 163, 10, .32);
  background: linear-gradient(180deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .025));
  transition: .35s ease;
}

.work-card:hover {
  transform: translateY(-8px);
  border-color: rgba(155, 221, 34, .64);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .36);
}

.work-img {
  height: 190px;
  padding: 1rem;
  background:
    radial-gradient(circle at 80% 20%, rgba(155, 221, 34, .36), transparent 25%),
    linear-gradient(135deg, rgba(112, 163, 10, .32), rgba(255, 255, 255, .04)),
    #071007;
  border-bottom: 1px solid rgba(112, 163, 10, .26);
}

.work-browser {
  height: 100%;
  border-radius: 22px;
  background: rgba(0, 0, 0, .25);
  border: 1px solid rgba(255, 255, 255, .12);
  padding: 1rem;
}

.work-browser div {
  height: 14px;
  width: 70%;
  border-radius: 99px;
  background: rgba(255, 255, 255, .16);
  margin-bottom: .65rem;
}

.work-browser div:nth-child(2) { width: 48%; }
.work-browser div:nth-child(3) { height: 72px; width: 100%; border-radius: 16px; background: rgba(255, 255, 255, .08); margin-top: 1rem; }

.work-body { padding: 1.35rem; }
.work-tag {
  display: inline-flex;
  color: #e9ffd5;
  border: 1px solid rgba(155, 221, 34, .32);
  background: rgba(112, 163, 10, .12);
  border-radius: 999px;
  padding: .42rem .66rem;
  font-weight: 950;
  font-size: .68rem;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.work-body h3 {
  font-size: 1.55rem;
  letter-spacing: -.05em;
  font-weight: 500;
}

.work-body p {
  color: var(--muted);
  line-height: 1.65;
  margin: 0;
}

.cta-box {
  position: relative;
  overflow: hidden;
  border-radius: 42px;
  padding: 3.3rem;
  background:
    radial-gradient(circle at 12% 10%, rgba(155, 221, 34, .35), transparent 26rem),
    radial-gradient(circle at 86% 75%, rgba(112, 163, 10, .28), transparent 26rem),
    linear-gradient(135deg, #10220b, #061006);
  border: 1px solid rgba(155, 221, 34, .48);
  box-shadow: 0 36px 115px rgba(0, 0, 0, .46);
}

.cta-box:after {
  content: "";
  position: absolute;
  right: -4rem;
  bottom: -5rem;
  width: 20rem;
  height: 20rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(155, 221, 34, .28), transparent 65%);
}

footer {
  border-top: 1px solid rgba(112, 163, 10, .24);
  color: #9eac98;
  background: rgba(0, 0, 0, .22);
  padding: 2rem 0;
}

.reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity .65s ease, transform .65s ease;
}

.reveal.reveal-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  *, *:before, *:after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}

@media (max-width: 991px) {
  .nav-wrap { top: 0; }
  .navbar { border-radius: 0; }
  .hero { padding-top: 8.6rem; }
  .hero-meta { grid-template-columns: 1fr; }

  .feature-menu { border-right: 0; border-bottom: 1px solid rgba(112, 163, 10, .25); }
  .feature-content { min-height: auto; }
}

@media (max-width: 640px) {
  .hero-title { font-size: 3.75rem; }

  .section-title { font-size: 3rem; }
  .cta-box { padding: 2rem; }
  .mini-screen { width: 300px; }
}
