:root {
  --bg: #0b0c0a;
  --surface: #11120f;
  --surface-2: #171914;
  --text: #f4f5ef;
  --muted: #92978d;
  --line: rgba(239, 243, 231, .12);
  --accent: #efff3d;
  --accent-soft: rgba(239, 255, 61, .1);
  --danger: #ff7777;
  --content: min(1180px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body { margin: 0; color: var(--text); background: var(--bg); font-family: "Manrope", sans-serif; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { cursor: pointer; }
::selection { color: #0b0c0a; background: var(--accent); }
.cursor-light { width: 440px; height: 440px; pointer-events: none; opacity: .35; background: radial-gradient(circle, rgba(239,255,61,.08), transparent 68%); position: fixed; z-index: 0; left: var(--mouse-x, 70%); top: var(--mouse-y, 20%); transform: translate(-50%, -50%); transition: opacity .3s; }

.site-header { width: var(--content); height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; margin: auto; position: absolute; z-index: 20; left: 50%; transform: translateX(-50%); border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 18px; font-weight: 800; letter-spacing: -.04em; }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; position: relative; background: #20221d; border: 1px solid rgba(239,255,61,.22); border-radius: 10px; overflow: hidden; }
.brand-mark img { width: 100%; height: 100%; display: block; object-fit: cover; }
.site-header nav { display: flex; align-items: center; gap: 30px; color: var(--muted); font-size: 12px; }
.site-header nav a, .header-cta { transition: color .2s; }.site-header nav a:hover { color: var(--text); }
.header-cta { display: inline-flex; align-items: center; gap: 9px; font-size: 12px; font-weight: 700; }.header-cta span { color: var(--accent); }

.hero { min-height: 800px; height: 100svh; max-height: 940px; position: relative; overflow: hidden; border-bottom: 1px solid var(--line); }
.hero-grid, .waitlist-grid { position: absolute; inset: 0; opacity: .34; background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, #000, transparent 85%); }
.hero::after { content: ""; width: 650px; height: 650px; position: absolute; top: -360px; right: 5%; background: radial-gradient(circle, rgba(239,255,61,.13), transparent 68%); }
.hero-copy { width: min(650px, 48vw); position: absolute; z-index: 3; top: 24%; left: max(24px, calc((100vw - 1180px) / 2)); }
.status-label { width: fit-content; display: inline-flex; align-items: center; gap: 8px; padding: 7px 10px; color: #cbd3bf; background: rgba(255,255,255,.035); border: 1px solid var(--line); border-radius: 999px; font: 500 9px "DM Mono", monospace; letter-spacing: .08em; text-transform: uppercase; }
.status-label i, .live i { width: 6px; height: 6px; display: inline-block; background: var(--accent); border-radius: 50%; box-shadow: 0 0 12px var(--accent); animation: pulse 1.8s ease-in-out infinite; }
.hero h1 { margin: 28px 0 22px; font-size: clamp(49px, 5.6vw, 78px); line-height: .98; letter-spacing: -.067em; }
h1 em, h2 em { color: var(--accent); font-style: normal; }
.hero-copy > p { max-width: 590px; color: #a8ada3; font-size: 15px; line-height: 1.8; }
.hero-actions { display: flex; align-items: center; gap: 11px; margin-top: 31px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; padding: 0 19px; border: 1px solid transparent; border-radius: 9px; font-size: 11px; font-weight: 800; transition: transform .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }.button.primary { color: #0b0c0a; background: var(--accent); box-shadow: 0 14px 45px rgba(239,255,61,.1); }.button.primary:hover { background: #f4ff70; }.button.secondary { color: #dfe3d9; background: rgba(255,255,255,.035); border-color: var(--line); }.play { color: var(--accent); font-size: 8px; }
.early-proof { display: flex; align-items: center; gap: 13px; margin-top: 42px; }.avatar-stack { display: flex; padding-left: 8px; }.avatar-stack img { width: 32px; height: 32px; display: block; margin-left: -8px; object-fit: cover; border: 2px solid var(--bg); border-radius: 50%; }.early-proof p { margin: 0; color: var(--muted); font-size: 9px; line-height: 1.6; }.early-proof strong { color: #dfe3d9; }

.product-scene { width: min(620px, 48vw); height: 610px; position: absolute; z-index: 2; top: 17%; right: max(0px, calc((100vw - 1280px) / 2)); }.scene-glow { position: absolute; inset: 5% 0 0; background: radial-gradient(circle, rgba(239,255,61,.16), transparent 60%); filter: blur(30px); }
.hero-agent { width: 315px; height: 472px; position: absolute; top: -20px; right: -55px; object-fit: cover; object-position: top center; opacity: .48; filter: saturate(.9); mask-image: linear-gradient(to bottom, #000 60%, transparent 96%); }
.system-window { width: 560px; position: absolute; z-index: 2; top: 92px; right: 55px; background: rgba(14,15,13,.94); border: 1px solid rgba(239,243,231,.16); border-radius: 15px; transform: perspective(1100px) rotateY(-8deg) rotateX(3deg); box-shadow: -35px 55px 100px rgba(0,0,0,.48); overflow: hidden; }
.system-window > header { height: 54px; display: flex; align-items: center; justify-content: space-between; padding: 0 17px; border-bottom: 1px solid var(--line); }.window-brand { display: flex; align-items: center; gap: 8px; font-size: 10px; }.mini-mark { width: 23px; height: 23px; display: grid; place-items: center; border: 1px solid rgba(239,255,61,.22); border-radius: 6px; overflow: hidden; }.mini-mark img { width: 100%; height: 100%; object-fit: cover; }.live { display: flex; align-items: center; gap: 7px; color: var(--muted); font: 400 7px "DM Mono"; text-transform: uppercase; }
.window-body { min-height: 385px; display: grid; grid-template-columns: 52px 1fr; }.window-body aside { display: grid; align-content: start; justify-items: center; gap: 18px; padding-top: 23px; border-right: 1px solid var(--line); }.nav-dot { width: 14px; height: 14px; border: 1px solid #3f443c; border-radius: 4px; }.nav-dot.active { background: var(--accent-soft); border-color: rgba(239,255,61,.45); }
.workspace-preview { padding: 25px 26px; }.preview-title small { color: var(--accent); font: 500 7px "DM Mono"; letter-spacing: .1em; }.preview-title h2 { margin: 7px 0 4px; font-size: 20px; letter-spacing: -.04em; }.preview-title p { margin: 0 0 20px; color: var(--muted); font-size: 8px; }
.task-row { display: grid; grid-template-columns: 34px 1fr auto; align-items: center; gap: 11px; min-height: 63px; border-top: 1px solid var(--line); }.employee { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 9px; overflow: hidden; }.employee img { width: 100%; height: 100%; display: block; object-fit: cover; }
.task-row > div { display: grid; gap: 4px; }.task-row strong { font-size: 8px; }.task-row small { color: var(--muted); font-size: 7px; }.task-row div > i { width: 100%; height: 2px; margin-top: 2px; background: #292c27; border-radius: 3px; overflow: hidden; }.task-row b { height: 100%; display: block; background: var(--accent); }.task-row em { color: var(--muted); font: normal 7px "DM Mono"; }
.approval { display: grid; grid-template-columns: 28px 1fr auto; align-items: center; gap: 10px; margin-top: 12px; padding: 12px; background: var(--accent-soft); border: 1px solid rgba(239,255,61,.18); border-radius: 9px; }.approval > span { width: 28px; height: 28px; display: grid; place-items: center; color: #0b0c0a; background: var(--accent); border-radius: 8px; font-size: 10px; }.approval div { display: grid; gap: 4px; }.approval small { color: #aeb774; font: 500 6px "DM Mono"; }.approval strong { font-size: 8px; }.approval button { color: var(--accent); background: transparent; border: 0; font-size: 7px; }
.floating-note { max-width: 235px; display: flex; align-items: center; gap: 11px; position: absolute; z-index: 4; padding: 13px; background: rgba(18,20,16,.96); border: 1px solid var(--line); border-radius: 11px; box-shadow: 0 20px 50px rgba(0,0,0,.34); animation: float 5s ease-in-out infinite; }.floating-note > span { width: 30px; height: 30px; display: grid; place-items: center; color: var(--accent); background: var(--accent-soft); border-radius: 8px; font: 500 8px "DM Mono"; }.floating-note p { display: grid; gap: 3px; margin: 0; }.floating-note strong { font-size: 8px; }.floating-note small { color: var(--muted); font-size: 7px; line-height: 1.5; }.note-one { left: 1px; top: 7px; }.note-two { right: -12px; bottom: 68px; animation-delay: -2.4s; }
.hero-scroll { display: grid; justify-items: center; gap: 10px; position: absolute; z-index: 3; bottom: 24px; left: 50%; transform: translateX(-50%); color: #666b62; font: 400 7px "DM Mono"; text-transform: uppercase; letter-spacing: .14em; }.hero-scroll i { width: 1px; height: 28px; background: linear-gradient(var(--accent), transparent); }

.signal-strip { width: var(--content); min-height: 78px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; margin: auto; border-bottom: 1px solid var(--line); }.signal-strip span { min-height: 38px; display: flex; align-items: center; gap: 11px; padding: 0 21px; color: #b6bbb0; border-right: 1px solid var(--line); font-size: 9px; }.signal-strip span:first-child { padding-left: 0; }.signal-strip span:last-child { border: 0; }.signal-strip i { color: var(--accent); font: normal 7px "DM Mono"; }
.section { width: var(--content); margin: auto; padding: 130px 0; }.section-index { display: block; margin-bottom: 20px; color: var(--accent); font: 500 8px "DM Mono"; letter-spacing: .14em; }.section-heading { max-width: 830px; }.section-heading h2, .build-copy h2, .waitlist-copy h2 { margin: 0; font-size: clamp(38px, 5vw, 61px); line-height: 1.06; letter-spacing: -.06em; }.section-heading > p, .horizontal > p, .build-copy > p, .waitlist-copy > p { color: var(--muted); font-size: 12px; line-height: 1.8; }.section-heading > p { max-width: 670px; margin: 22px 0 0; }
.difference-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 70px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }.feature { min-height: 285px; display: grid; grid-template-rows: auto auto auto 1fr; gap: 15px; padding: 28px; border-right: 1px solid var(--line); }.feature:first-child { padding-left: 0; }.feature:last-child { border: 0; }.feature > span { color: #555a52; font: 400 7px "DM Mono"; }.feature-icon { width: 42px; height: 42px; display: grid; place-items: center; margin-top: 17px; color: var(--accent); background: var(--accent-soft); border-radius: 11px; font-size: 18px; }.feature h3 { margin: 6px 0 0; font-size: 15px; }.feature p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.7; }
.crew-section { padding-top: 85px; }.horizontal { max-width: none; display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 90px; }.horizontal > p { margin: 0; }.crew-rail { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 65px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }.crew-card { min-height: 495px; padding: 24px; border-right: 1px solid var(--line); transition: background .25s; }.crew-card:first-child { padding-left: 0; }.crew-card:last-child { border: 0; }.crew-card:hover { background: rgba(255,255,255,.018); }.crew-card figure { height: 175px; margin: 0 0 20px; background: var(--surface); border: 1px solid var(--line); border-radius: 12px; overflow: hidden; }.crew-card figure img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center 22%; transition: transform .35s ease; }.crew-card:hover figure img { transform: scale(1.025); }.crew-card header { display: flex; align-items: center; justify-content: space-between; }.crew-card header span { color: var(--accent); font: 500 7px "DM Mono"; letter-spacing: .11em; text-transform: uppercase; }.crew-card header i { color: #86efac; font: normal 7px "DM Mono"; }.crew-card h3 { margin: 10px 0; font-size: 24px; }.crew-card p { min-height: 54px; margin: 0; color: var(--muted); font-size: 9px; line-height: 1.7; }.crew-card ul { display: grid; gap: 9px; margin: 20px 0 0; padding: 17px 0 0; border-top: 1px solid var(--line); list-style: none; }.crew-card li { display: flex; align-items: center; gap: 8px; color: #b2b7ad; font-size: 8px; }.crew-card li::before { content: ""; width: 4px; height: 4px; background: var(--accent); border-radius: 50%; }
.build-section { display: grid; grid-template-columns: .88fr 1.12fr; gap: 90px; align-items: center; }.build-copy > p { max-width: 480px; margin: 22px 0 0; }.build-stats { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 45px; border-top: 1px solid var(--line); }.build-stats div { min-height: 100px; display: flex; align-items: center; gap: 10px; border-right: 1px solid var(--line); }.build-stats div:last-child { border: 0; }.build-stats strong { font-size: 25px; letter-spacing: -.05em; }.build-stats div:last-child strong::after { content: "%"; }.build-stats span { color: var(--muted); font-size: 7px; line-height: 1.5; }
.roadmap { background: var(--surface); border: 1px solid var(--line); border-radius: 14px; }.roadmap > header { min-height: 58px; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; border-bottom: 1px solid var(--line); }.roadmap header span { font-size: 10px; font-weight: 700; }.roadmap header small { color: var(--muted); font: 400 7px "DM Mono"; }.roadmap ol { margin: 0; padding: 0 20px; list-style: none; }.roadmap li { min-height: 105px; display: grid; grid-template-columns: 31px 1fr; align-items: center; gap: 13px; border-bottom: 1px solid var(--line); }.roadmap li:last-child { border: 0; }.roadmap li > i { width: 25px; height: 25px; display: grid; place-items: center; color: #0b0c0a; border: 1px solid #3f443c; border-radius: 50%; font-size: 9px; font-style: normal; }.roadmap li.done > i { background: var(--accent); border-color: var(--accent); }.roadmap li.active > i { border-color: var(--accent); }.roadmap li.active > i::after { content: ""; width: 7px; height: 7px; background: var(--accent); border-radius: 50%; animation: pulse 1.6s infinite; }.roadmap li > div { display: grid; gap: 5px; }.roadmap li small { color: #62675e; font: 500 6px "DM Mono"; letter-spacing: .1em; }.roadmap li.done small { color: #94a075; }.roadmap li.active small { color: var(--accent); }.roadmap li strong { font-size: 10px; }.roadmap li p { margin: 0; color: var(--muted); font-size: 8px; }
.waitlist-section { min-height: 690px; display: grid; grid-template-columns: 1fr 490px; align-items: center; gap: 100px; position: relative; padding: 100px max(24px, calc((100vw - 1180px) / 2)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: radial-gradient(circle at 15% 50%, rgba(239,255,61,.08), transparent 32%), var(--surface); overflow: hidden; }.waitlist-copy, .waitlist-form { position: relative; z-index: 2; }.waitlist-copy .status-label { margin-bottom: 25px; }.waitlist-copy > p { max-width: 560px; margin: 22px 0 0; }.waitlist-form { padding: 28px; background: rgba(11,12,10,.9); border: 1px solid rgba(239,255,61,.2); border-radius: 15px; box-shadow: 0 30px 90px rgba(0,0,0,.35); }.form-row { display: grid; gap: 8px; margin-bottom: 15px; }.form-row label { color: #cbd0c6; font-size: 9px; font-weight: 700; }.form-row label span { color: #656a62; font-weight: 500; }.form-row input, .form-row select { width: 100%; height: 47px; padding: 0 13px; color: var(--text); background: #11130f; border: 1px solid var(--line); border-radius: 8px; outline: 0; font-size: 10px; transition: border-color .2s, box-shadow .2s; }.form-row input:focus, .form-row select:focus { border-color: rgba(239,255,61,.5); box-shadow: 0 0 0 3px rgba(239,255,61,.06); }.form-row input::placeholder { color: #555a52; }.form-row select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, #7c8277 50%), linear-gradient(135deg, #7c8277 50%, transparent 50%); background-position: calc(100% - 17px) 20px, calc(100% - 13px) 20px; background-size: 4px 4px; background-repeat: no-repeat; }.form-split { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }.field-error { min-height: 0; color: var(--danger); font-size: 7px; }.form-row.invalid input { border-color: rgba(255,119,119,.6); }.consent { display: grid; grid-template-columns: 15px 1fr; align-items: start; gap: 8px; margin: 2px 0 18px; color: #747a70; font-size: 8px; line-height: 1.5; }.consent input { accent-color: var(--accent); }.submit-button { width: 100%; border: 0; }.submit-button b { margin-left: auto; font-size: 15px; }.submit-button:disabled { opacity: .55; cursor: wait; transform: none; }.form-note { margin: 11px 0 0; color: #5d625a; text-align: center; font-size: 7px; }.form-status { display: none; margin-top: 14px; padding: 11px; color: #b8c37c; background: var(--accent-soft); border-radius: 8px; font-size: 8px; line-height: 1.5; }.form-status.visible { display: block; }.form-status.error { color: #ffaaaa; background: rgba(239,68,68,.1); }
.mobile-form-intro { display: none; }
.website-field { width: 1px; height: 1px; position: absolute; left: -10000px; overflow: hidden; opacity: 0; pointer-events: none; }
.site-footer { width: var(--content); min-height: 170px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; margin: auto; }.site-footer > p { color: var(--muted); font-size: 9px; }.site-footer > a:not(.brand) { color: var(--accent); font-size: 9px; }.site-footer small { grid-column: 1 / -1; align-self: start; padding-top: 20px; color: #545950; border-top: 1px solid var(--line); font-size: 7px; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }.reveal.visible { opacity: 1; transform: translateY(0); }.delay-1 { transition-delay: .12s; }.delay-2 { transition-delay: .22s; }.delay-3 { transition-delay: .32s; }
@keyframes pulse { 50% { opacity: .35; box-shadow: 0 0 4px var(--accent); } } @keyframes float { 50% { transform: translateY(-7px); } }

@media (max-width: 1050px) {
  .product-scene { opacity: .68; right: -180px; }.hero-copy { width: 62vw; }.horizontal, .build-section { grid-template-columns: 1fr; gap: 45px; }.crew-rail { grid-template-columns: repeat(2, 1fr); }.crew-card:nth-child(2) { border-right: 0; }.crew-card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }.waitlist-section { grid-template-columns: 1fr 430px; gap: 50px; }
}
@media (max-width: 760px) {
  :root { --content: min(100% - 32px, 1180px); }
  .cursor-light, .site-header nav, .header-cta, .hero, .signal-strip, .product-section, .build-section, .waitlist-copy { display: none; }
  .site-header { width: calc(100% - 32px); height: 66px; }
  .site-header::after { content: "LISTA DE ESPERA"; color: var(--accent); font: 500 8px "DM Mono"; letter-spacing: .12em; }
  main { display: flex; flex-direction: column; }
  .waitlist-section { min-height: auto; display: block; order: -2; padding: 88px 16px 38px; background: radial-gradient(circle at 50% 0, rgba(239,255,61,.1), transparent 38%), var(--bg); border-top: 0; }
  .waitlist-grid { opacity: .2; background-size: 46px 46px; mask-image: linear-gradient(to bottom, #000, transparent 48%); }
  .waitlist-form { width: 100%; max-width: 520px; margin: 0 auto; padding: 22px; background: rgba(17,18,15,.96); border-color: rgba(239,255,61,.25); border-radius: 18px; box-shadow: 0 24px 70px rgba(0,0,0,.42); }
  .mobile-form-intro { display: block; margin-bottom: 24px; }
  .mobile-kicker { display: block; margin-bottom: 12px; color: var(--accent); font: 500 8px "DM Mono"; letter-spacing: .12em; }
  .mobile-form-intro h1 { margin: 0; font-size: clamp(34px, 10vw, 46px); line-height: 1.02; letter-spacing: -.06em; }
  .mobile-form-intro h1 em { color: var(--accent); font-style: normal; }
  .mobile-form-intro > p { margin: 14px 0 17px; color: #9ca197; font-size: 12px; line-height: 1.6; }
  .mobile-crew { display: flex; align-items: center; padding-left: 7px; }
  .mobile-crew img { width: 31px; height: 31px; display: block; margin-left: -7px; object-fit: cover; border: 2px solid var(--surface); border-radius: 50%; }
  .mobile-crew span { margin-left: 10px; color: #c8ccc3; font-size: 9px; }
  .form-row label { font-size: 10px; }.form-row input, .form-row select { height: 50px; font-size: 12px; }.consent { font-size: 9px; }.form-note { font-size: 8px; }
  .crew-section { width: 100%; order: -1; padding: 42px 0 55px; overflow: hidden; }
  .crew-section .section-heading { width: calc(100% - 32px); margin: 0 auto; }
  .crew-section .section-heading > p { display: none; }
  .crew-section .section-heading h2 { font-size: 32px; }
  .horizontal { display: block; }
  .crew-rail { display: flex; gap: 12px; margin-top: 27px; padding: 0 16px 10px; border: 0; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .crew-rail::-webkit-scrollbar { display: none; }
  .crew-card, .crew-card:first-child { min-width: 215px; min-height: 284px; padding: 10px; background: var(--surface); border: 1px solid var(--line); border-radius: 14px; scroll-snap-align: start; }
  .crew-card figure { height: 132px; margin-bottom: 13px; }
  .crew-card h3 { margin: 7px 0; font-size: 20px; }
  .crew-card p { min-height: 0; font-size: 9px; }
  .crew-card ul { display: none; }
  .crew-card header span, .crew-card header i { font-size: 6px; }
  .site-footer { min-height: 135px; grid-template-columns: 1fr auto; }.site-footer > p { display: none; }
}
@media (max-width: 480px) {
  .form-split { grid-template-columns: 1fr; gap: 0; }
  .waitlist-form { padding: 20px 17px; }
  .site-footer { min-height: 130px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition-duration: .01ms !important; } .reveal { opacity: 1; transform: none; } }
