.landing-page {
  --landing-max: 1200px;
  --landing-line: color-mix(in srgb, var(--border) 78%, transparent);
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
  background:
    radial-gradient(circle at 6% 8%, color-mix(in srgb, var(--accent) 15%, transparent), transparent 30rem),
    radial-gradient(circle at 92% 24%, rgba(14, 165, 233, .08), transparent 28rem),
    var(--bg);
}

.landing-page a { color: inherit; text-decoration: none; }
.landing-page main { width: 100%; }

.landing-header {
  position: sticky;
  top: 0;
  z-index: 100;
  width: 100%;
  min-height: 72px;
  padding: 12px max(24px, calc((100vw - var(--landing-max)) / 2));
  display: flex;
  align-items: center;
  gap: 34px;
  border-bottom: 1px solid var(--landing-line);
  background: color-mix(in srgb, var(--bg) 88%, transparent);
  backdrop-filter: blur(18px);
}

.landing-brand { display: inline-flex; align-items: center; gap: 11px; flex-shrink: 0; }
.landing-brand img { border-radius: 10px; }
.landing-brand span { display: grid; gap: 1px; }
.landing-brand strong { font-size: 14px; line-height: 1; letter-spacing: .25em; }
.landing-brand small { color: var(--text2); font-size: 9px; letter-spacing: .09em; }
.landing-nav { margin-left: auto; display: flex; align-items: center; gap: 28px; }
.landing-nav a { color: var(--text2); font-size: 13px; font-weight: 600; transition: color .2s; }
.landing-nav a:hover { color: var(--text); }
.landing-login-link {
  min-height: 42px;
  padding: 0 17px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid color-mix(in srgb, var(--accent) 55%, var(--border));
  border-radius: 10px;
  color: #fff !important;
  background: color-mix(in srgb, var(--accent) 87%, #141421);
  font-size: 12px;
  font-weight: 700;
  box-shadow: 0 9px 28px rgba(108, 99, 255, .18);
  white-space: nowrap;
}

.landing-hero {
  width: min(var(--landing-max), calc(100% - 48px));
  min-height: 650px;
  margin: 0 auto;
  padding: 84px 0 68px;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 68px;
}
.landing-hero-copy { max-width: 920px; }

.landing-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: color-mix(in srgb, var(--accent) 84%, #fff);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.landing-eyebrow i { width: 8px; height: 8px; border-radius: 50%; background: var(--accent3); box-shadow: 0 0 0 5px rgba(67, 233, 123, .1); }
.landing-hero h1 { max-width: 900px; margin-top: 22px; font-size: clamp(44px, 6vw, 76px); line-height: .99; letter-spacing: -.065em; }
.landing-hero h1 em { display: block; color: color-mix(in srgb, var(--accent) 82%, #fff); font-style: normal; }
.landing-hero-copy > p { max-width: 720px; margin-top: 25px; color: var(--text2); font-size: 17px; line-height: 1.65; }
.landing-hero-actions { margin-top: 31px; display: flex; flex-wrap: wrap; align-items: center; gap: 11px; }
.landing-primary, .landing-secondary {
  min-height: 48px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 11px;
  font-size: 13px;
  font-weight: 750;
}
.landing-primary { color: #fff !important; background: var(--accent); box-shadow: 0 12px 34px rgba(108, 99, 255, .24); }
.landing-secondary { border: 1px solid var(--landing-line); background: color-mix(in srgb, var(--surface) 74%, transparent); }
.landing-trust-row { margin-top: 31px; display: flex; flex-wrap: wrap; gap: 9px 18px; color: var(--text2); font-size: 11px; }
.landing-trust-row span::first-letter { color: var(--accent3); }

.company-access-card {
  position: relative;
  isolation: isolate;
  padding: 32px;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--accent) 50%, var(--border));
  border-radius: 22px;
  background: linear-gradient(145deg, color-mix(in srgb, var(--surface) 92%, var(--accent) 8%), var(--surface));
  box-shadow: 0 30px 90px rgba(0, 0, 0, .26), 0 0 55px rgba(108, 99, 255, .09);
}
.company-page {
  --landing-max: 1200px;
  --landing-line: color-mix(in srgb, var(--border) 78%, transparent);
  min-height: 100vh;
  flex-direction: column;
  background:
    radial-gradient(circle at 22% 35%, color-mix(in srgb, var(--accent) 19%, transparent), transparent 28rem),
    radial-gradient(circle at 82% 18%, rgba(14,165,233,.09), transparent 24rem),
    var(--bg);
}
.company-gate-header {
  width: 100%;
  min-height: 72px;
  padding: 12px max(24px, calc((100vw - var(--landing-max)) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--landing-line);
  background: color-mix(in srgb, var(--bg) 88%, transparent);
}
.company-back-button { min-height: 40px; padding: 0 15px; border: 1px solid var(--landing-line); border-radius: 10px; color: var(--text2); background: var(--surface); font-size: 11px; font-weight: 700; }
.company-back-button:hover { color: var(--text); background: var(--surface2); }
.company-gate-main { width: 100%; min-height: calc(100vh - 72px); padding: 42px 18px; display: grid; place-items: center; }
.company-gate-card { width: min(100%, 560px); padding: 42px; }
.company-gate-card h1 { margin-top: 25px; max-width: 440px; font-size: 38px; line-height: 1.05; letter-spacing: -.045em; }
.company-gate-card > p { margin-top: 13px; max-width: 470px; color: var(--text2); font-size: 14px; line-height: 1.6; }
.company-access-card::after { content: ''; position: absolute; z-index: -1; width: 190px; height: 190px; top: -95px; right: -60px; border-radius: 50%; background: var(--accent); opacity: .11; filter: blur(4px); }
.company-access-topline { display: flex; align-items: center; gap: 10px; color: color-mix(in srgb, var(--accent) 72%, #fff); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.company-access-icon { width: 28px; height: 28px; display: inline-grid; place-items: center; border-radius: 9px; color: #fff; background: var(--accent); }
.company-access-card h2 { margin-top: 24px; max-width: 360px; font-size: 30px; line-height: 1.1; letter-spacing: -.035em; }
.company-access-card > p { margin-top: 11px; color: var(--text2); font-size: 13px; line-height: 1.55; }
.company-access-card #empresa-screen { margin-top: 24px; }
.company-key-field > label { display: block; margin-bottom: 7px; color: var(--text2); font-size: 11px; font-weight: 700; }
.company-key-control { display: grid; grid-template-columns: 1fr auto; gap: 8px; }
.company-key-control input {
  min-width: 0;
  min-height: 50px;
  padding: 0 15px;
  border: 1px solid var(--border);
  border-radius: 10px;
  outline: none;
  color: var(--text);
  background: var(--surface2);
  font-size: 15px;
  letter-spacing: .04em;
}
.company-key-control input:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(108, 99, 255, .13); }
.company-key-control button {
  min-height: 50px;
  padding: 0 17px;
  border-radius: 10px;
  color: #fff;
  background: var(--accent);
  font-size: 12px;
  font-weight: 750;
}
.company-access-card .auth-error { margin: 0 0 12px; }
.company-access-help { margin-top: 17px; padding-top: 17px; display: flex; align-items: flex-start; gap: 9px; border-top: 1px solid var(--landing-line); color: var(--text3); font-size: 10px; line-height: 1.5; }
.company-access-help > span { width: 18px; height: 18px; flex: 0 0 18px; display: grid; place-items: center; border-radius: 50%; background: var(--surface3); color: var(--text2); font-weight: 800; }

.landing-proof {
  width: min(var(--landing-max), calc(100% - 48px));
  margin: 0 auto;
  padding: 25px 28px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--landing-line);
  border-radius: 16px;
  background: color-mix(in srgb, var(--surface) 74%, transparent);
}
.landing-proof div { display: grid; gap: 3px; text-align: center; border-right: 1px solid var(--landing-line); }
.landing-proof div:last-child { border-right: 0; }
.landing-proof strong { font-size: 24px; color: var(--text); }
.landing-proof span { color: var(--text2); font-size: 10px; letter-spacing: .03em; }

.landing-section { width: min(var(--landing-max), calc(100% - 48px)); margin: 0 auto; padding: 116px 0; }
.landing-section-heading { max-width: 710px; margin: 0 auto 72px; text-align: center; }
.landing-section-heading h2 { margin-top: 16px; font-size: clamp(34px, 4vw, 50px); line-height: 1.04; letter-spacing: -.05em; }
.landing-section-heading > p { margin-top: 18px; color: var(--text2); font-size: 15px; line-height: 1.65; }
.landing-section-heading.compact { max-width: 670px; margin-bottom: 45px; }

.solution-showcase { padding: 66px 0; display: grid; grid-template-columns: minmax(0, .8fr) minmax(480px, 1.2fr); gap: 66px; align-items: center; border-top: 1px solid var(--landing-line); }
.solution-showcase.solution-reverse .solution-copy { order: 2; }
.solution-showcase.solution-reverse .product-shot { order: 1; }
.solution-number { color: var(--accent); font: 700 10px 'DM Mono', monospace; letter-spacing: .12em; }
.solution-number.orange { color: var(--accent4); }
.solution-number.blue { color: #38bdf8; }
.solution-number.green { color: var(--accent3); }
.solution-copy h3 { margin-top: 16px; font-size: clamp(27px, 3vw, 38px); line-height: 1.08; letter-spacing: -.045em; }
.solution-copy > p { margin-top: 17px; color: var(--text2); font-size: 14px; line-height: 1.7; }
.solution-copy ul { margin-top: 22px; display: grid; gap: 10px; list-style: none; }
.solution-copy li { position: relative; padding-left: 25px; color: color-mix(in srgb, var(--text) 84%, var(--text2)); font-size: 12px; line-height: 1.5; }
.solution-copy li::before { content: '✓'; position: absolute; left: 0; top: -1px; width: 17px; height: 17px; display: grid; place-items: center; border-radius: 5px; color: var(--accent3); background: rgba(67, 233, 123, .1); font-size: 10px; font-weight: 900; }

.product-shot { overflow: hidden; border: 1px solid color-mix(in srgb, var(--border) 88%, #fff 12%); border-radius: 17px; background: #111119; box-shadow: 0 26px 70px rgba(0, 0, 0, .28); }
.shot-bar { height: 35px; padding: 0 13px; display: flex; align-items: center; gap: 6px; border-bottom: 1px solid #2e2e3e; color: #85859a; background: #1b1b24; font: 500 9px 'DM Mono', monospace; }
.shot-bar i { width: 7px; height: 7px; border-radius: 50%; background: #56566b; }
.shot-bar i:first-child { background: #ff6b6b; }
.shot-bar i:nth-child(2) { background: #f7971e; }
.shot-bar i:nth-child(3) { background: #43e97b; }
.shot-bar span { margin-left: 6px; }
.shot-viewport { position: relative; height: 340px; overflow: hidden; background: #0f0f13; }
.shot-viewport img { width: 100%; height: 100%; display: block; object-fit: cover; }
.shot-inventory img { padding: 62px 10px; object-fit: contain; background: linear-gradient(150deg, #0e1017, #171721); }
.shot-overview img { object-position: center 18%; }
.shot-reports { display: grid; place-items: center; padding: 25px; background: linear-gradient(150deg, #0e1017, #171721); }
.shot-reports img { object-fit: contain; }
.shot-qr { height: 410px; }
.shot-qr img { width: 100%; height: 100%; object-fit: contain; background: linear-gradient(150deg, #0e1017, #171721); }
.product-shot figcaption { min-height: 47px; padding: 13px 16px; color: #9292a8; background: #191922; font-size: 10px; line-height: 1.45; }

.custom-solution {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto 116px;
  padding: 78px clamp(35px, 6vw, 82px);
  display: grid;
  grid-template-columns: minmax(330px, .8fr) minmax(0, 1fr);
  gap: 82px;
  align-items: center;
  border: 1px solid color-mix(in srgb, var(--accent) 35%, var(--border));
  border-radius: 28px;
  background:
    radial-gradient(circle at 18% 50%, rgba(108, 99, 255, .16), transparent 34%),
    color-mix(in srgb, var(--surface) 90%, var(--accent) 10%);
}
.custom-visual { position: relative; min-height: 390px; display: grid; place-items: center; }
.custom-center { position: relative; z-index: 3; width: 126px; height: 126px; display: grid; place-items: center; border: 1px solid color-mix(in srgb, var(--accent) 55%, var(--border)); border-radius: 30px; background: var(--surface); box-shadow: 0 18px 65px rgba(108, 99, 255, .22); }
.custom-center img { width: 62px; height: 62px; border-radius: 15px; }
.custom-center strong { font-size: 11px; }
.custom-orbit { position: absolute; border: 1px dashed color-mix(in srgb, var(--accent) 42%, transparent); border-radius: 50%; }
.custom-orbit span { position: absolute; padding: 7px 10px; border: 1px solid var(--border); border-radius: 9px; color: var(--text2); background: var(--surface2); font-size: 9px; }
.orbit-one { width: 245px; height: 245px; }
.orbit-one span { right: -21px; top: 42%; }
.orbit-two { width: 350px; height: 350px; }
.orbit-two span { left: 15px; bottom: 40px; }
.custom-chip { position: absolute; z-index: 4; padding: 8px 11px; border: 1px solid color-mix(in srgb, var(--accent) 35%, var(--border)); border-radius: 10px; color: var(--text); background: color-mix(in srgb, var(--surface) 90%, transparent); font-size: 9px; box-shadow: 0 10px 30px rgba(0,0,0,.2); }
.chip-one { left: 5px; top: 52px; }
.chip-two { right: 5px; top: 74px; }
.chip-three { right: 20px; bottom: 28px; }
.custom-copy h2 { margin-top: 16px; max-width: 650px; font-size: clamp(35px, 4vw, 50px); line-height: 1.02; letter-spacing: -.055em; }
.custom-copy .custom-lead { margin-top: 22px; color: var(--text); font-size: 18px; line-height: 1.45; }
.custom-copy > p:not(.custom-lead) { margin-top: 13px; max-width: 650px; color: var(--text2); font-size: 14px; line-height: 1.7; }
.custom-points { margin: 25px 0; display: grid; gap: 9px; }
.custom-points span { display: flex; align-items: center; gap: 11px; color: var(--text2); font-size: 12px; }
.custom-points b { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 8px; color: var(--accent); background: color-mix(in srgb, var(--accent) 12%, var(--surface)); font: 700 9px 'DM Mono', monospace; }

.landing-process { width: min(var(--landing-max), calc(100% - 48px)); margin: 0 auto; padding: 0 0 116px; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--landing-line); border-radius: 18px; overflow: hidden; }
.process-grid article { min-height: 215px; padding: 27px; border-right: 1px solid var(--landing-line); background: color-mix(in srgb, var(--surface) 68%, transparent); }
.process-grid article:last-child { border-right: 0; }
.process-grid article > span { color: var(--accent); font: 700 10px 'DM Mono', monospace; }
.process-grid h3 { margin-top: 36px; font-size: 19px; }
.process-grid p { margin-top: 10px; color: var(--text2); font-size: 11px; line-height: 1.6; }

.contact-section {
  width: min(var(--landing-max), calc(100% - 48px));
  margin: 0 auto 80px;
  padding: clamp(34px, 6vw, 70px);
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(440px, 1.18fr);
  gap: 72px;
  border: 1px solid var(--landing-line);
  border-radius: 26px;
  background: linear-gradient(145deg, color-mix(in srgb, var(--surface) 96%, var(--accent) 4%), var(--surface));
}
.contact-copy h2 { margin-top: 16px; font-size: clamp(37px, 4vw, 52px); line-height: 1.02; letter-spacing: -.055em; }
.contact-copy > p { margin-top: 19px; color: var(--text2); font-size: 14px; line-height: 1.65; }
.contact-note { margin-top: 31px; padding: 16px; display: flex; gap: 12px; border: 1px solid color-mix(in srgb, var(--accent) 28%, var(--border)); border-radius: 13px; background: color-mix(in srgb, var(--accent) 7%, var(--surface2)); }
.contact-note > span { color: var(--accent); }
.contact-note div { display: grid; gap: 4px; }
.contact-note strong { font-size: 11px; }
.contact-note small { color: var(--text2); font-size: 10px; line-height: 1.45; }
.contact-form { padding: 26px; border: 1px solid var(--landing-line); border-radius: 17px; background: var(--surface2); }
.contact-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.contact-form label { display: grid; gap: 6px; }
.contact-form label > span { color: var(--text2); font-size: 10px; font-weight: 700; }
.contact-form input, .contact-form textarea { width: 100%; min-height: 45px; padding: 11px 13px; resize: vertical; border: 1px solid var(--border); border-radius: 9px; outline: none; color: var(--text); background: var(--surface); font-size: 13px; }
.contact-form textarea { min-height: 120px; line-height: 1.5; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(108, 99, 255, .12); }
.contact-full { grid-column: 1 / -1; }
.contact-submit { width: 100%; min-height: 49px; margin-top: 16px; border-radius: 10px; color: #fff; background: var(--accent); font-size: 13px; font-weight: 750; }
.contact-status { margin-top: 9px; color: var(--text3); font-size: 9px; line-height: 1.45; text-align: center; }
.contact-status.success { color: var(--accent3); }

.landing-footer { width: min(var(--landing-max), calc(100% - 48px)); margin: auto auto 0; padding: 27px 0 34px; display: flex; align-items: center; gap: 28px; border-top: 1px solid var(--landing-line); }
.landing-footer > p { margin-left: auto; color: var(--text3); font-size: 10px; }
.landing-footer > div { display: flex; gap: 18px; color: var(--text2); font-size: 10px; }

.auth-back-home { margin: -20px 0 22px; padding: 7px 0; color: var(--text2); background: transparent; font-size: 11px; font-weight: 700; }
.auth-back-home:hover { color: var(--text); }

@media (max-width: 980px) {
  .landing-header { padding-left: 22px; padding-right: 22px; }
  .landing-nav { display: none; }
  .landing-login-link { margin-left: auto; }
  .landing-hero { min-height: 0; padding-top: 60px; grid-template-columns: 1fr; gap: 48px; }
  .landing-hero-copy { max-width: 760px; }
  .landing-proof { grid-template-columns: 1fr 1fr; gap: 22px 0; }
  .landing-proof div:nth-child(2) { border-right: 0; }
  .solution-showcase, .solution-showcase.solution-reverse { grid-template-columns: 1fr; gap: 34px; }
  .solution-showcase.solution-reverse .solution-copy, .solution-showcase.solution-reverse .product-shot { order: initial; }
  .solution-copy { max-width: 720px; }
  .custom-solution { grid-template-columns: 1fr; gap: 42px; }
  .custom-visual { min-height: 330px; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .process-grid article:nth-child(2) { border-right: 0; }
  .process-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--landing-line); }
  .contact-section { grid-template-columns: 1fr; gap: 42px; }
  .contact-copy { max-width: 680px; }
}

@media (max-width: 650px) {
  .landing-page { --landing-mobile-gap: 28px; }
  .landing-header { min-height: 64px; padding: 10px 14px; }
  .landing-brand small { display: none; }
  .landing-login-link { min-height: 40px; padding: 0 11px; font-size: 9px; }
  .landing-hero, .landing-proof, .landing-section, .custom-solution, .landing-process, .contact-section, .landing-footer { width: calc(100% - var(--landing-mobile-gap)); }
  .landing-hero { padding: 50px 0; gap: 37px; }
  .landing-hero h1 { font-size: clamp(39px, 13vw, 55px); }
  .landing-hero-copy > p { font-size: 15px; }
  .landing-hero-actions { align-items: stretch; flex-direction: column; }
  .landing-primary, .landing-secondary { width: 100%; }
  .landing-trust-row { display: grid; }
  .company-gate-header { min-height: 64px; padding: 10px 14px; }
  .company-back-button { padding: 0 10px; font-size: 10px; }
  .company-gate-main { min-height: calc(100vh - 64px); padding: 28px 14px; }
  .company-gate-card { padding: 28px 20px; border-radius: 18px; }
  .company-gate-card h1 { font-size: 31px; }
  .company-key-control { grid-template-columns: 1fr; }
  .company-key-control input, .company-key-control button { min-height: 48px; font-size: 16px; }
  .company-key-control button { font-size: 12px; }
  .landing-proof { padding: 21px 12px; }
  .landing-proof strong { font-size: 21px; }
  .landing-proof span { font-size: 9px; }
  .landing-section { padding: 88px 0; }
  .landing-section-heading { margin-bottom: 40px; text-align: left; }
  .landing-section-heading h2 { font-size: 35px; }
  .solution-showcase { padding: 48px 0; gap: 27px; }
  .solution-copy h3 { font-size: 30px; }
  .shot-viewport { height: 245px; }
  .shot-inventory img { padding: 42px 6px; }
  .shot-qr { height: 300px; }
  .product-shot figcaption { min-height: 0; }
  .custom-solution { margin-bottom: 88px; padding: 45px 20px; gap: 24px; border-radius: 21px; }
  .custom-visual { min-height: 275px; transform: scale(.9); }
  .orbit-two { width: 300px; height: 300px; }
  .orbit-one { width: 205px; height: 205px; }
  .custom-copy h2 { font-size: 35px; }
  .custom-copy .custom-lead { font-size: 16px; }
  .custom-points span { align-items: flex-start; }
  .landing-process { padding-bottom: 88px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid article { min-height: 170px; border-right: 0; border-bottom: 1px solid var(--landing-line); }
  .process-grid article:nth-child(3) { border-bottom: 1px solid var(--landing-line); }
  .process-grid article:last-child { border-bottom: 0; }
  .process-grid h3 { margin-top: 23px; }
  .contact-section { margin-bottom: 56px; padding: 31px 18px; gap: 30px; border-radius: 20px; }
  .contact-copy h2 { font-size: 38px; }
  .contact-form { padding: 18px 14px; }
  .contact-form-grid { grid-template-columns: 1fr; }
  .contact-full { grid-column: auto; }
  .contact-form input, .contact-form textarea { font-size: 16px; }
  .landing-footer { align-items: flex-start; flex-wrap: wrap; }
  .landing-footer > p { width: 100%; margin: 0; order: 3; }
  .landing-footer > div { margin-left: auto; }
  .auth-back-home { margin-top: -10px; }
}

@media (max-width: 390px) {
  .landing-brand strong { font-size: 12px; }
  .landing-login-link { max-width: 155px; padding: 0 9px; white-space: normal; line-height: 1.2; }
  .landing-hero h1 { font-size: 39px; }
  .landing-proof { grid-template-columns: 1fr; gap: 14px; }
  .landing-proof div { padding-bottom: 14px; border-right: 0; border-bottom: 1px solid var(--landing-line); }
  .landing-proof div:last-child { padding-bottom: 0; border-bottom: 0; }
  .custom-visual { margin: -15px; transform: scale(.78); }
  .landing-footer > div { width: 100%; margin: 0; justify-content: space-between; }
}

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