/* =============================================================================
   AUTO BUMP — landing page
   ========================================================================== */

/* ------------------------------------------------------------------- header */

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  transition: background 0.25s ease, border-color 0.25s ease, backdrop-filter 0.25s ease;
  border-bottom: 1px solid transparent;
}

.site-header.stuck {
  background: rgba(4, 7, 14, 0.82);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom-color: var(--line);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  height: 68px;
}

.logo { display: flex; align-items: center; gap: 0.7rem; color: var(--ink); }

.logo-mark {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  background: var(--grad);
  display: grid;
  place-items: center;
  box-shadow: var(--glow-cyan);
  flex: 0 0 auto;
}
.logo-mark svg { width: 20px; height: 20px; color: #04060c; }

.logo-text { display: flex; flex-direction: column; line-height: 1.05; }
.logo-name { font-weight: 800; letter-spacing: 0.14em; font-size: 0.95rem; }
.logo-tag {
  font-family: var(--mono);
  font-size: 0.56rem;
  letter-spacing: 0.26em;
  color: var(--ink-faint);
}

.site-nav { display: flex; align-items: center; gap: 0.3rem; }

.site-nav a.nav-link {
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  color: var(--ink-dim);
  font-size: 0.9rem;
  font-weight: 500;
  transition: color 0.15s ease, background 0.15s ease;
}
.site-nav a.nav-link:hover { color: var(--ink); background: rgba(255, 255, 255, 0.05); }

.header-actions { display: flex; align-items: center; gap: 0.5rem; }

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border-radius: var(--r-sm);
  border: 1px solid var(--line);
  background: transparent;
  color: var(--ink);
  cursor: pointer;
}

@media (max-width: 900px) {
  .site-nav { display: none; }
  .nav-toggle { display: grid; place-items: center; }
  .site-nav.open {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    position: absolute;
    top: 68px;
    left: 0;
    right: 0;
    padding: 1rem;
    gap: 0.2rem;
    background: rgba(6, 10, 20, 0.98);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(16px);
  }
  .site-nav.open a.nav-link { padding: 0.7rem 0.9rem; }
}

/* --------------------------------------------------------------------- hero */

.hero { position: relative; padding: clamp(3rem, 7vw, 5.5rem) 0 clamp(3rem, 6vw, 5rem); }

#hero-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.5;
  mask-image: radial-gradient(70% 70% at 50% 40%, #000, transparent);
  -webkit-mask-image: radial-gradient(70% 70% at 50% 40%, #000, transparent);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}

@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-console { order: 2; }
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.4rem 0.9rem 0.4rem 0.5rem;
  border-radius: 999px;
  border: 1px solid var(--line-strong);
  background: var(--grad-soft);
  font-family: var(--mono);
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  margin-bottom: 1.5rem;
  color: var(--ink);
}

.hero-badge .pip {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--grad);
  display: grid;
  place-items: center;
  font-size: 0.6rem;
  color: #04060c;
  font-weight: 800;
}

.hero h1 {
  font-size: clamp(2.5rem, 7.2vw, 4.7rem);
  letter-spacing: -0.035em;
  margin-bottom: 1.1rem;
  white-space: pre-line;
}

.hero-sub {
  font-size: clamp(1rem, 1.6vw, 1.16rem);
  color: var(--ink-dim);
  max-width: 54ch;
  margin-bottom: 2rem;
}

.hero-cta { display: flex; gap: 0.8rem; flex-wrap: wrap; margin-bottom: 2.6rem; }

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
}

.hero-stat { padding: 1rem 1.1rem; background: rgba(6, 10, 20, 0.7); }
.hero-stat .v {
  font-size: clamp(1.3rem, 2.6vw, 1.8rem);
  font-weight: 800;
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 1.1;
}
.hero-stat .l {
  font-family: var(--mono);
  font-size: 0.62rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-faint);
}

/* Terminal readout panel */
.hero-console {
  padding: 0;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
}

.console-bar {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.7rem 1rem;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.02);
}

.console-bar .lamp { width: 8px; height: 8px; border-radius: 50%; }
.console-bar .lamp:nth-child(1) { background: var(--red); }
.console-bar .lamp:nth-child(2) { background: var(--amber); }
.console-bar .lamp:nth-child(3) { background: var(--lime); }
.console-bar .title {
  margin-left: auto;
  font-family: var(--mono);
  font-size: 0.62rem;
  letter-spacing: 0.24em;
  color: var(--ink-faint);
}

.console-body {
  padding: 1.1rem 1.2rem;
  font-family: var(--mono);
  font-size: 0.8rem;
  line-height: 1.85;
  min-height: 13rem;
  color: var(--ink-dim);
}

.console-body .line { display: block; white-space: pre-wrap; word-break: break-word; }
.console-body .line b { color: var(--cyan); font-weight: 500; }
.console-body .caret {
  display: inline-block;
  width: 7px;
  height: 0.95em;
  background: var(--cyan);
  vertical-align: -0.15em;
  animation: blink 1.05s step-end infinite;
}
@keyframes blink { 50% { opacity: 0; } }

.console-foot {
  padding: 0.65rem 1.2rem;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--mono);
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  color: var(--lime);
  background: rgba(125, 255, 155, 0.04);
}

/* ----------------------------------------------------------------- marquee */

.marquee {
  border-block: 1px solid var(--line);
  background: rgba(6, 10, 20, 0.6);
  overflow: hidden;
  padding: 0.85rem 0;
  display: flex;
  gap: 0;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.marquee-track {
  display: flex;
  gap: 3rem;
  padding-right: 3rem;
  flex: 0 0 auto;
  animation: slide 32s linear infinite;
}

.marquee:hover .marquee-track { animation-play-state: paused; }

.marquee-item {
  font-family: var(--mono);
  font-size: 0.75rem;
  letter-spacing: 0.24em;
  color: var(--ink-dim);
  display: flex;
  align-items: center;
  gap: 0.8rem;
  white-space: nowrap;
}
.marquee-item::before { content: "◆"; color: var(--cyan); font-size: 0.55rem; }

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

/* ---------------------------------------------------------------- features */

.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(17rem, 1fr));
  gap: 1rem;
  margin-top: 2.8rem;
}

.feature {
  padding: 1.6rem;
  border-radius: var(--r);
  border: 1px solid var(--line);
  background: var(--panel);
  position: relative;
  overflow: hidden;
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.feature::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(20rem 12rem at var(--mx, 50%) var(--my, 0%), rgba(34, 224, 255, 0.1), transparent 70%);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.feature:hover {
  transform: translateY(-4px);
  border-color: var(--line-strong);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}
.feature:hover::before { opacity: 1; }

.feature-icon {
  width: 42px;
  height: 42px;
  border-radius: 11px;
  display: grid;
  place-items: center;
  background: var(--grad-soft);
  border: 1px solid var(--line-strong);
  margin-bottom: 1.1rem;
  color: var(--cyan);
}
.feature-icon svg { width: 21px; height: 21px; }

.feature h3 { font-size: 1.08rem; margin-bottom: 0.5rem; }
.feature p { color: var(--ink-dim); font-size: 0.92rem; margin: 0; }

/* ------------------------------------------------------------------- steps */

.steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
  gap: 1rem;
  margin-top: 2.8rem;
  counter-reset: step;
}

.step {
  position: relative;
  padding: 1.5rem 1.4rem 1.4rem;
  border-radius: var(--r);
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent);
  counter-increment: step;
}

.step::before {
  content: "0" counter(step);
  font-family: var(--mono);
  font-size: 2.1rem;
  font-weight: 700;
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: block;
  margin-bottom: 0.5rem;
  opacity: 0.85;
}

.step h3 { font-size: 1rem; margin-bottom: 0.35rem; }
.step p { color: var(--ink-dim); font-size: 0.88rem; margin: 0; }

/* ------------------------------------------------------------------ safety */

.safety-layout {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: clamp(1.5rem, 4vw, 3rem);
  margin-top: 2.6rem;
  align-items: start;
}

@media (max-width: 900px) { .safety-layout { grid-template-columns: 1fr; } }

.safety-list { display: grid; gap: 0.9rem; }

.safety-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  padding: 1.1rem 1.2rem;
  border-radius: var(--r);
  border: 1px solid var(--line);
  background: rgba(6, 10, 20, 0.5);
  transition: border-color 0.2s ease, background 0.2s ease;
}
.safety-item:hover { border-color: var(--line-strong); background: rgba(10, 16, 32, 0.7); }

.safety-check {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(125, 255, 155, 0.12);
  border: 1px solid rgba(125, 255, 155, 0.4);
  color: var(--lime);
  flex: 0 0 auto;
}
.safety-check svg { width: 14px; height: 14px; }

.safety-item h4 { font-size: 0.98rem; margin-bottom: 0.25rem; }
.safety-item p { color: var(--ink-dim); font-size: 0.88rem; margin: 0; }

.guarantee {
  padding: 1.8rem;
  border-radius: var(--r-lg);
  border: 1px solid rgba(34, 224, 255, 0.3);
  background:
    radial-gradient(24rem 18rem at 100% 0%, rgba(139, 92, 246, 0.18), transparent 65%),
    linear-gradient(160deg, rgba(14, 22, 40, 0.9), rgba(6, 10, 20, 0.9));
  position: sticky;
  top: 6rem;
}

.guarantee-seal {
  width: 54px;
  height: 54px;
  border-radius: 15px;
  background: var(--grad);
  display: grid;
  place-items: center;
  color: #04060c;
  margin-bottom: 1.1rem;
  box-shadow: var(--glow-cyan);
}
.guarantee-seal svg { width: 27px; height: 27px; }

.guarantee h3 { font-size: 1.3rem; }
.guarantee p { color: var(--ink-dim); font-size: 0.95rem; }
.guarantee .note {
  font-family: var(--mono);
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  color: var(--ink-faint);
  margin: 0;
  padding-top: 0.9rem;
  border-top: 1px solid var(--line);
}

/* ----------------------------------------------------------------- pricing */

.price-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(17rem, 1fr));
  gap: 1.2rem;
  margin-top: 2.8rem;
  max-width: 54rem;
}

/* Three tiers need the full width; two look better held in. */
.price-grid.cols-3 { max-width: 100%; }

@media (min-width: 1100px) {
  .price-grid.cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

.price-card {
  padding: 1.8rem;
  border-radius: var(--r-lg);
  border: 1px solid var(--line);
  background: var(--panel);
  position: relative;
  display: flex;
  flex-direction: column;
}

.price-card.featured {
  border-color: rgba(34, 224, 255, 0.4);
  background:
    radial-gradient(22rem 16rem at 120% -10%, rgba(34, 224, 255, 0.16), transparent 65%),
    linear-gradient(170deg, rgba(16, 24, 44, 0.95), rgba(6, 10, 20, 0.95));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.45);
}

/* Priority tier: magenta edge instead of the standard cyan, so Ultra reads as a
   different thing rather than just a bigger number. */
.price-card.priority {
  border-color: rgba(255, 45, 146, 0.45);
  background:
    radial-gradient(22rem 16rem at 120% -10%, rgba(255, 45, 146, 0.14), transparent 65%),
    linear-gradient(170deg, rgba(26, 14, 34, 0.95), rgba(6, 10, 20, 0.95));
}
.price-card.priority .price-name { color: var(--magenta); }
.price-card.priority .price-features svg { color: var(--magenta); }
.price-card.priority .ribbon { background: var(--magenta); }
.price-card.priority .btn:hover { border-color: var(--magenta); }

.ribbon {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  background: var(--grad);
  color: #04060c;
  font-family: var(--mono);
  font-size: 0.58rem;
  letter-spacing: 0.18em;
  font-weight: 800;
}

.price-name {
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--cyan);
  margin-bottom: 0.9rem;
}

.price-amount { display: flex; align-items: baseline; gap: 0.4rem; margin-bottom: 0.4rem; }
.price-amount .n { font-size: clamp(2.4rem, 5vw, 3.2rem); font-weight: 800; letter-spacing: -0.04em; }
.price-amount .p { color: var(--ink-faint); font-size: 0.86rem; }

.price-blurb { color: var(--ink-dim); font-size: 0.9rem; margin-bottom: 1.3rem; }

.price-features { list-style: none; margin: 0 0 1.6rem; padding: 0; display: grid; gap: 0.6rem; }
.price-features li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.65rem;
  font-size: 0.9rem;
  color: var(--ink-dim);
  align-items: start;
}
.price-features svg { width: 15px; height: 15px; color: var(--cyan); margin-top: 0.28em; }

.price-card .btn { margin-top: auto; }

.price-foot {
  margin-top: 1.6rem;
  font-size: 0.82rem;
  color: var(--ink-faint);
  max-width: 52ch;
}

/* ------------------------------------------------------------------- about */

.about-layout {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: clamp(1.5rem, 4vw, 3rem);
  margin-top: 2.4rem;
  align-items: start;
}
@media (max-width: 900px) { .about-layout { grid-template-columns: 1fr; } }

.about-copy p { color: var(--ink-dim); font-size: 1rem; }

.about-facts { display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; }
.about-fact { padding: 1.1rem 1.2rem; background: rgba(6, 10, 20, 0.7); }
.about-fact .v { font-size: 1.5rem; font-weight: 800; }
.about-fact .l {
  font-family: var(--mono);
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-faint);
}

/* --------------------------------------------------------------------- faq */

.faq-list { margin-top: 2.4rem; display: grid; gap: 0.7rem; max-width: 52rem; }

.faq-item {
  border-radius: var(--r);
  border: 1px solid var(--line);
  background: rgba(6, 10, 20, 0.5);
  overflow: hidden;
}

.faq-q {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1.1rem 1.3rem;
  background: transparent;
  border: 0;
  color: var(--ink);
  font: inherit;
  font-weight: 600;
  font-size: 0.98rem;
  text-align: left;
  cursor: pointer;
}
.faq-q:hover { color: var(--cyan); }

.faq-q .mark {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid var(--line-strong);
  display: grid;
  place-items: center;
  font-family: var(--mono);
  font-size: 0.9rem;
  line-height: 1;
  transition: transform 0.25s ease, background 0.2s ease, color 0.2s ease;
}
.faq-item.open .faq-q .mark { transform: rotate(45deg); background: var(--grad); color: #04060c; border-color: transparent; }

.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.faq-a p { padding: 0 1.3rem 1.2rem; margin: 0; color: var(--ink-dim); font-size: 0.92rem; }

/* --------------------------------------------------------------------- cta */

.cta-block {
  margin: clamp(2rem, 5vw, 4rem) 0;
  padding: clamp(2.4rem, 6vw, 4.5rem) clamp(1.4rem, 4vw, 3rem);
  border-radius: var(--r-lg);
  border: 1px solid var(--line-strong);
  text-align: center;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(40rem 20rem at 50% 0%, rgba(34, 224, 255, 0.2), transparent 65%),
    radial-gradient(30rem 18rem at 80% 100%, rgba(255, 45, 146, 0.16), transparent 65%),
    linear-gradient(160deg, rgba(14, 22, 40, 0.9), rgba(6, 10, 20, 0.95));
}

.cta-block h2 { font-size: clamp(1.8rem, 5vw, 3rem); }
.cta-block p { color: var(--ink-dim); font-size: 1.05rem; margin-bottom: 1.8rem; }

/* ------------------------------------------------------------------ footer */

.site-footer { border-top: 1px solid var(--line); padding: 3rem 0 2rem; margin-top: 2rem; }

.footer-top {
  display: grid;
  grid-template-columns: 1.4fr repeat(auto-fit, minmax(9rem, 1fr));
  gap: 2rem;
  margin-bottom: 2.4rem;
}

.footer-blurb { color: var(--ink-dim); font-size: 0.9rem; max-width: 34ch; margin-top: 1rem; }

.footer-col h4 {
  font-family: var(--mono);
  font-size: 0.64rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink-faint);
  margin-bottom: 0.9rem;
}
.footer-col a { display: block; color: var(--ink-dim); font-size: 0.9rem; padding: 0.22rem 0; }
.footer-col a:hover { color: var(--cyan); }

.footer-bottom {
  padding-top: 1.4rem;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  font-size: 0.78rem;
  color: var(--ink-faint);
}
.footer-bottom p { margin: 0; max-width: 70ch; }

/* --------------------------------------------------------------- reveal fx */

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.6s cubic-bezier(0.2, 0.8, 0.3, 1), transform 0.6s cubic-bezier(0.2, 0.8, 0.3, 1);
}
.reveal.in { opacity: 1; transform: none; }

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