/* Pegasus: white typography, graphite surfaces and lime accents. */
:root {
  --bg: #0e1216;
  --bg-2: #11171a;
  --surface: #171e21;
  --surface-2: #202a2c;
  --ink: #ffffff;
  --muted: #d5dbd8;
  --faint: #b4beb8;
  --accent: #a3ed29;
  --accent-2: #c5ff6c;
  --accent-ink: #102004;
  --blue: #91d91c;
  --blue-2: #6daa0c;
  --ok: #a3ed29;
  --line: rgba(221, 238, 215, .10);
  --line-2: rgba(221, 238, 215, .19);
  --glow: 0 7px 30px -12px rgba(163, 237, 41, .5);
}

header.nav { background: rgba(14, 18, 22, .94) !important; }
.brand__product { color: #fff; }
.brand__product > span { color: #d1d9d4; }
.nav__links a.lnk { color: #e1e6e3; }
.nav__links a.lnk:hover { color: var(--accent); }
.btn--primary { background: var(--accent); color: #112003; }
.btn--primary:hover { background: #beff55; box-shadow: 0 8px 32px -10px #a3ed2966; }
.status-dot { background: var(--accent); box-shadow: 0 0 12px #a3ed2938; }

.hero {
  padding-top: 88px;
  background: radial-gradient(ellipse at 72% 48%, #93ce1910, transparent 53%), var(--bg);
}
.hero::before {
  background-image: linear-gradient(#dcf4dd05 1px, transparent 1px), linear-gradient(90deg, #dcf4dd05 1px, transparent 1px);
}
.hero__grid { grid-template-columns: 1fr 1.12fr; gap: 30px; }
.hero__badge { color: #ebf3e4; border-color: #a3ed2933; background: #a3ed2908; }
.hero h1 { color: #fff; }
.hero h1 .hl { background: none; color: var(--accent); text-shadow: 0 0 42px #a3ed2918; }
.hero__sub { color: #e0e5e2; }
.hero__sub b { color: #fff; font-weight: 700; }
.hero__secondary { color: #f0f3f1; }
.hero__secondary:hover { color: var(--accent); }
.hero__reassurance, .hero__benefits { color: #d9e0da; }
.hero__bottom { margin-top: 60px; color: #e2e7e3; }
.hero__bottom > span:first-child { color: #bdc9bf; }
.hero__bottom i { color: #6e836e; }

.workstation-scene { position: relative; min-width: 0; margin: 0; }
.workstation-scene::before {
  content: "";
  position: absolute;
  inset: 8% 10% 12%;
  border-radius: 50%;
  background: radial-gradient(ellipse, #a3ed2915, transparent 70%);
  pointer-events: none;
}
.workstation-image {
  display: block;
  width: 112%;
  max-width: none;
  height: auto;
  margin-left: -6%;
  mix-blend-mode: lighten;
  -webkit-mask-image: linear-gradient(transparent, #000 5%, #000 92%, transparent);
  mask-image: linear-gradient(transparent, #000 5%, #000 92%, transparent);
}
.workstation-caption { position: relative; text-align: center; margin-top: 10px; }
.workstation-caption > span {
  display: block;
  font-family: "JetBrains Mono", monospace;
  color: #f4f7ef;
  font-size: 9px;
  letter-spacing: 1.7px;
}
.workstation-capabilities {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 11px 20px;
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
}
.workstation-capabilities li { color: #e0e8db; font-size: 10px; }
.workstation-capabilities li::before { content: "✓"; color: var(--accent); margin-right: 6px; }

.logoband { background: #11161a; }
.logoband__lbl { color: #c7d2c7; }
.lg { color: #f3f5f2; opacity: .94; }
.trust span { color: #e2e7e2; }
.band { background: #11161a; }
.sec-head p, .feat p, .aud__card li, .col li, .stat p { color: #dce2dd; }
.col.bad { background: linear-gradient(140deg, #271c2133, transparent); }
.col.bad h3 { color: #ffcfcb; }
.col.good { background: linear-gradient(140deg, #a3ed2910, transparent); border-color: #a3ed295c; }
.feat { background: linear-gradient(135deg, #1b2325, #141a1e); }
.feat:hover { border-color: #a3ed295c; }
.feat__ico { background: #a3ed2910; border-color: #a3ed2933; }
.aud__card { background: #171e21; }
.quote .nm span { color: #c6d0c9; }
.section-cta a { color: var(--accent); }
.lead { background: linear-gradient(145deg, #20292a, #151b1e); border-color: #a3ed2947; }
.field label { color: #f0f4ef; }
.field input, .field select { background-color: #11171a; border-color: #3b4840; color: #fff; }
.field input::placeholder { color: #b9c3bc; }
.field--optional summary, .lead__note { color: #cdd6cf; }
.field input:focus, .field select:focus { border-color: var(--accent); }
.demo__whatsapp { color: #dce4dd; }
.demo__whatsapp a { color: var(--accent); }
.faq details { background: #171e21; }
.closing-cta { background: radial-gradient(ellipse at 50% 100%, #a3ed2913, transparent 70%); }
.wapop { background: #17201c; border-color: #a3ed2938; }
.wapop__body p, .wapop__body label { color: #e2e9e2; }
.wapop__body input { color: #fff; border-color: #3b4840; }
.wapop__body input::placeholder { color: #becac0; }
.foot__in, .foot__in a { color: #cbd4cd; }
.foot__in a:hover { color: var(--accent); }
.lead-recovery { margin-top: 15px; padding: 15px; border: 1px solid #a3ed293d; border-radius: 8px; background: #a3ed2909; }
.lead-recovery p { font-size: 12px; color: #e1eadc; margin-bottom: 12px; }
.lead-recovery .btn { font-size: 12px; padding: 12px 10px; }
.field input:-webkit-autofill { -webkit-text-fill-color: #fff; -webkit-box-shadow: 0 0 0 1000px #17201c inset; caret-color: #fff; }

.trial-redirect {
  width: min(460px, calc(100% - 32px));
  max-height: calc(100dvh - 32px);
  margin: auto;
  padding: 38px 30px 24px;
  color: #fff;
  text-align: center;
  background: radial-gradient(ellipse at 50% 0%, #a3ed2917, transparent 65%), #151c1d;
  border: 1px solid #a3ed2955;
  border-radius: 22px;
  box-shadow: 0 25px 100px #0009;
}
.trial-redirect::backdrop { background: #050a0dcc; backdrop-filter: blur(9px); }
.trial-redirect[open] { position: fixed; inset: 0; z-index: 100; animation: trial-appear .35s ease-out both; }
.trial-redirect__mark {
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  margin: 0 auto 24px;
  background: #a3ed2917;
  border: 1px solid #a3ed2966;
  border-radius: 50%;
}
.trial-redirect__mark span {
  display: block;
  width: 17px;
  height: 31px;
  margin-top: -7px;
  border-right: 3px solid var(--accent);
  border-bottom: 3px solid var(--accent);
  transform: rotate(45deg);
}
.trial-redirect[open] .trial-redirect__mark { animation: trial-pulse 1s ease-out both; }
.trial-redirect h2 { margin: 14px 0; font-size: clamp(27px, 7vw, 34px); line-height: 1.25; }
.trial-redirect #trialDescription { color: #dbe4d9; font-size: 14px; line-height: 1.7; }
.trial-redirect__countdown { margin: 24px 0 12px; color: #cfdbcc; font-size: 12px; }
.trial-redirect__countdown span { color: var(--accent); font-weight: 700; }
.trial-redirect__progress { height: 4px; overflow: hidden; border-radius: 4px; background: #a3ed291a; margin-bottom: 25px; }
.trial-redirect__progress span { display: block; height: 100%; background: var(--accent); transform-origin: left; }
.trial-redirect[open] .trial-redirect__progress span { animation: trial-progress 3s linear both; }
.trial-redirect__stay { border: 0; background: none; color: #d6e0d2; cursor: pointer; padding: 13px 8px; margin-top: 7px; font-size: 12px; }
.trial-redirect__stay:hover { color: #fff; text-decoration: underline; }
@keyframes trial-appear { from { opacity: 0; transform: translateY(16px) scale(.97); } to { opacity: 1; transform: none; } }
@keyframes trial-pulse { 0% { transform: scale(.8); box-shadow: 0 0 0 0 #a3ed2940; } 60% { transform: scale(1.06); } 100% { transform: scale(1); box-shadow: 0 0 0 22px #a3ed2900; } }
@keyframes trial-progress { from { transform: scaleX(0); } to { transform: scaleX(1); } }
@media (prefers-reduced-motion: reduce) {
  .trial-redirect[open], .trial-redirect[open] .trial-redirect__mark, .trial-redirect[open] .trial-redirect__progress span { animation: none; }
}

@media (min-width:1600px) { .hero { padding-top: 108px; } }
@media (max-width:1100px) { .hero__grid { gap: 24px; } }
@media (max-width:900px) {
  .hero { padding-top: 58px; }
  .hero__grid { grid-template-columns: 1fr; gap: 32px; }
  .workstation-scene { width: min(100%, 620px); margin: auto; }
  .workstation-image { width: 100%; max-width: 100%; margin-left: 0; }
  .hero__bottom { margin-top: 42px; }
}
@media (max-width:640px) {
  .hero { padding-top: 40px; }
  .hero__grid { gap: 28px; }
  .workstation-caption { margin-top: 7px; }
  .workstation-caption > span { font-size: 8px; letter-spacing: 1px; }
  .workstation-capabilities { gap: 8px 15px; margin-top: 10px; }
  .workstation-capabilities li { font-size: 9px; }
  .hero__bottom { margin-top: 30px; }
  .mobile-cta { background: #11171af5; border-color: #a3ed2933; }
  .mobile-cta small { color: #d1dbce; }
}

/* Keep small screens usable without relying on horizontal clipping. */
.nav__in { gap: 12px; }
.nav__links { flex-shrink: 0; }
.demo__grid > *, .compare > *, .feats > *, .aud > *, .two > * { min-width: 0; }
.lead, .okmsg, .form-error, .quote .nm { overflow-wrap: anywhere; }
.wapop { max-height: calc(100dvh - 110px); overflow-y: auto; overscroll-behavior: contain; }
.wapop__x { min-width: 44px; min-height: 44px; }
.hero__secondary { min-height: 44px; }

@media (max-width:960px) {
  .demo__grid { grid-template-columns: minmax(0, 1fr); gap: 32px; }
  .lead { width: 100%; max-width: 640px; justify-self: center; }
}
@media (max-width:640px) {
  .hero__copy { width: 100%; }
  .hero h1 { font-size: clamp(28px, 8vw, 47px); letter-spacing: -1.2px; }
  .hero h1 .hl { max-width: 100%; }
  .nav__links .btn--primary { min-height: 44px; font-size: 11px; }
  .field input, .field select, .wapop__body input { font-size: 16px; min-height: 48px; }
  .field--optional summary { min-height: 48px; }
  .field select { padding-right: 32px; }
  .mobile-cta { padding-left: max(16px, env(safe-area-inset-left)); padding-right: max(16px, env(safe-area-inset-right)); backdrop-filter: none; background: #11171a; }
  .mobile-cta .btn { min-height: 44px; flex-shrink: 0; }
  header.nav { backdrop-filter: none; background: #0e1216 !important; }
  .wafab { bottom: calc(89px + env(safe-area-inset-bottom)); }
  .wapop { bottom: calc(145px + env(safe-area-inset-bottom)); max-height: calc(100dvh - 165px - env(safe-area-inset-bottom)); }
  footer { padding-bottom: calc(110px + env(safe-area-inset-bottom)); }
}
@media (max-width:380px) {
  .brand__logo { display: none; }
  .brand__product { border-left: 0; padding-left: 0; font-size: 20px; }
  .lead { padding: 20px 16px; }
  .mobile-cta { gap: 8px; }
  .mobile-cta .btn { padding: 11px 12px; }
}
@media (max-height:560px) and (max-width:960px) {
  .wapop { top: 12px; bottom: auto; max-height: calc(100dvh - 24px); }
}
