/* AbsenJeh UI build: v8-20260807 */
:root { --absenjeh-ui-build: "v8-20260807"; }
[hidden]{display:none!important;} svg{max-width:100%;} .aj-svg{width:20px;height:20px;display:block;flex:0 0 auto;} .aj-input-icon{width:18px!important;height:18px!important;} .aj-auth-benefit-icon .aj-svg{width:18px;height:18px;} .aj-menu-button .aj-svg{width:22px;height:22px;}
:root {
  --aj-primary: #2563eb;
  --aj-primary-dark: #1d4ed8;
  --aj-primary-soft: #eff6ff;
  --aj-navy: #0f172a;
  --aj-navy-2: #172554;
  --aj-emerald: #18d96f;
  --aj-emerald-dark: #0ea85a;
  --aj-amber: #f59e0b;
  --aj-danger: #dc2626;
  --aj-bg: #f8fafc;
  --aj-surface: #ffffff;
  --aj-surface-2: #f1f5f9;
  --aj-text: #0f172a;
  --aj-muted: #64748b;
  --aj-border: #e2e8f0;
  --aj-border-strong: #cbd5e1;
  --aj-radius-sm: 10px;
  --aj-radius-md: 14px;
  --aj-radius-lg: 20px;
  --aj-radius-xl: 28px;
  --aj-shadow-sm: 0 1px 2px rgba(15, 23, 42, .04), 0 1px 3px rgba(15, 23, 42, .05);
  --aj-shadow-md: 0 14px 35px rgba(15, 23, 42, .08);
  --aj-shadow-lg: 0 30px 70px rgba(15, 23, 42, .12);
  --aj-container: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.aj-page {
  margin: 0;
  color: var(--aj-text);
  background: var(--aj-bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.aj-page.menu-open { overflow: hidden; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
img { max-width: 100%; }
.aj-sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.aj-container { width: min(var(--aj-container), calc(100% - 40px)); margin: 0 auto; }
.aj-section { padding: 96px 0; }
.aj-section-soft { background: #fff; }
.aj-section-alt { background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%); }
.aj-section-dark { background: var(--aj-navy); color: #fff; }

/* Brand — official AbsenJeh.id artwork */
.aj-brand { display: inline-flex; align-items: center; text-decoration: none; line-height: 1; min-width: 0; }
.aj-brand-logo { display: block; width: auto; max-width: 100%; object-fit: contain; object-position: left center; }
.aj-brand-logo-header { height: 36px; }
.aj-brand-logo-auth { height: 40px; }
.aj-brand-logo-footer { height: 35px; }

/* Shared buttons */
.aj-btn { min-height: 48px; border-radius: 12px; border: 1px solid transparent; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-weight: 700; font-size: 14px; line-height: 1; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease, color .18s ease; }
.aj-btn:hover { transform: translateY(-1px); }
.aj-btn:focus-visible { outline: 3px solid rgba(37,99,235,.2); outline-offset: 2px; }
.aj-btn-primary { background: var(--aj-primary); color: #fff; box-shadow: 0 10px 22px rgba(37,99,235,.18); }
.aj-btn-primary:hover { background: var(--aj-primary-dark); box-shadow: 0 14px 28px rgba(37,99,235,.24); }
.aj-btn-secondary { background: #fff; color: var(--aj-text); border-color: var(--aj-border); box-shadow: var(--aj-shadow-sm); }
.aj-btn-secondary:hover { border-color: var(--aj-border-strong); background: #f8fafc; }
.aj-btn-ghost { background: transparent; color: var(--aj-text); }
.aj-btn-block { width: 100%; }
.aj-btn[disabled], .aj-btn.is-loading { opacity: .72; cursor: wait; transform: none; }
.aj-btn-icon { width: 18px; height: 18px; }

/* Header — bright, professional and sticky */
.aj-header { position: sticky; top: 0; z-index: 60; height: 76px; background: rgba(255,255,255,.92); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); border-bottom: 1px solid rgba(226,232,240,.92); box-shadow: 0 4px 18px rgba(15,23,42,.035); transition: background .2s ease, box-shadow .2s ease, border-color .2s ease; }
.aj-header.is-scrolled { background: rgba(255,255,255,.985); border-bottom-color: #e2e8f0; box-shadow: 0 8px 28px rgba(15,23,42,.07); }
.aj-header-inner { height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.aj-header .aj-brand { padding: 8px 12px; border-radius: 12px; background: #0f172a; box-shadow: 0 6px 18px rgba(15,23,42,.10); }
.aj-header .aj-brand-logo-header { height: 30px; }
.aj-nav { display: flex; align-items: center; gap: 30px; }
.aj-nav a { position: relative; color: #475569; text-decoration: none; font-size: 14px; font-weight: 700; transition: color .18s ease; }
.aj-nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: -11px; height: 2px; border-radius: 999px; background: var(--aj-primary); transform: scaleX(0); transform-origin: center; transition: transform .18s ease; }
.aj-nav a:hover { color: var(--aj-primary); }
.aj-nav a:hover::after, .aj-nav a:focus-visible::after { transform: scaleX(1); }
.aj-header-actions { display: flex; align-items: center; gap: 8px; }
.aj-header .aj-btn-ghost { color: #334155; }
.aj-header .aj-btn-ghost:hover { color: var(--aj-primary); background: #eff6ff; }
.aj-header .aj-btn-secondary { color: #334155; background: #fff; border-color: var(--aj-border); box-shadow: var(--aj-shadow-sm); }
.aj-header .aj-btn-secondary:hover { color: var(--aj-primary); background: #f8fbff; border-color: #bfdbfe; }
.aj-menu-button { display: none; width: 44px; height: 44px; border: 1px solid var(--aj-border); border-radius: 12px; background: #fff; color: #334155; box-shadow: var(--aj-shadow-sm); align-items: center; justify-content: center; }
.aj-menu-button:hover { color: var(--aj-primary); border-color: #bfdbfe; background: #eff6ff; }
.aj-mobile-nav { display: none; position: fixed; inset: 76px 0 auto 0; background: rgba(255,255,255,.985); backdrop-filter: blur(18px); border-bottom: 1px solid var(--aj-border); padding: 18px 20px 22px; box-shadow: 0 20px 40px rgba(15,23,42,.10); }
.aj-mobile-nav.is-open { display: block; }
.aj-mobile-nav a, .aj-mobile-nav button { display: flex; width: 100%; min-height: 46px; align-items: center; padding: 0 8px; text-decoration: none; color: #334155; font-weight: 650; border: 0; background: transparent; }
.aj-mobile-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding-top: 12px; border-top: 1px solid var(--aj-border); margin-top: 8px; }

/* Hero */
.aj-hero { position: relative; overflow: hidden; padding: 88px 0 92px; background: linear-gradient(180deg, #fff 0%, #f8fbff 62%, #f8fafc 100%); }
.aj-hero::before { content: ""; position: absolute; width: 660px; height: 660px; border-radius: 50%; background: radial-gradient(circle, rgba(37,99,235,.10) 0%, rgba(37,99,235,0) 66%); top: -310px; right: -190px; pointer-events: none; }
.aj-hero::after { content: ""; position: absolute; width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(circle, rgba(16,185,129,.08) 0%, rgba(16,185,129,0) 68%); left: -220px; bottom: -220px; pointer-events: none; }
.aj-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1.03fr) minmax(480px,.97fr); gap: 74px; align-items: center; }
.aj-kicker { display: inline-flex; align-items: center; gap: 9px; padding: 8px 12px; border: 1px solid #dbeafe; background: #eff6ff; color: #1d4ed8; border-radius: 999px; font-size: 12px; font-weight: 800; letter-spacing: .03em; text-transform: uppercase; }
.aj-kicker-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--aj-emerald); box-shadow: 0 0 0 4px rgba(16,185,129,.12); }
.aj-hero h1 { margin: 23px 0 20px; max-width: 700px; font-size: clamp(44px, 5.2vw, 68px); line-height: 1.02; letter-spacing: -.052em; font-weight: 850; }
.aj-hero h1 span { color: var(--aj-primary); }
.aj-hero-lead { max-width: 660px; margin: 0; font-size: 18px; line-height: 1.75; color: #526078; }
.aj-hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 30px; }
.aj-capabilities { margin: 25px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 9px 20px; list-style: none; color: #475569; font-size: 13px; font-weight: 650; }
.aj-capabilities li { display: flex; align-items: center; gap: 7px; }
.aj-check-mini { width: 18px; height: 18px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; background: #ecfdf5; color: var(--aj-emerald-dark); }

/* Dashboard mock */
.aj-product-visual { position: relative; padding: 24px 5px 30px 24px; }
.aj-dashboard { position: relative; background: #fff; border: 1px solid var(--aj-border); border-radius: 22px; box-shadow: var(--aj-shadow-lg); overflow: hidden; transform: perspective(1000px) rotateY(-2deg) rotateX(1deg); }
.aj-dashboard-top { height: 55px; padding: 0 18px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #eef2f7; }
.aj-dashboard-title { display: flex; align-items: center; gap: 9px; font-size: 12px; font-weight: 800; color: #334155; }
.aj-dashboard-title .aj-product-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--aj-emerald); box-shadow: 0 0 0 5px rgba(16,185,129,.12); flex: 0 0 10px; }
.aj-dashboard-status { display: flex; align-items: center; gap: 6px; font-size: 10px; color: #64748b; }
.aj-dashboard-status i { width: 7px; height: 7px; border-radius: 50%; background: var(--aj-emerald); }
.aj-dashboard-body { padding: 18px; background: #fbfdff; }
.aj-dashboard-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-bottom: 14px; }
.aj-dashboard-heading h3 { margin: 0; font-size: 15px; letter-spacing: -.02em; }
.aj-dashboard-heading p { margin: 4px 0 0; color: #94a3b8; font-size: 10px; }
.aj-rate { min-width: 72px; text-align: right; }
.aj-rate strong { display: block; color: var(--aj-emerald-dark); font-size: 19px; letter-spacing: -.04em; }
.aj-rate span { font-size: 9px; color: #94a3b8; }
.aj-kpi-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 9px; margin-bottom: 14px; }
.aj-kpi { background: #fff; border: 1px solid #edf1f7; border-radius: 12px; padding: 11px; }
.aj-kpi span { display: block; font-size: 9px; color: #94a3b8; margin-bottom: 5px; }
.aj-kpi strong { display: block; font-size: 18px; letter-spacing: -.04em; }
.aj-kpi small { display: block; margin-top: 4px; color: #64748b; font-size: 8px; }
.aj-chart-box { background: #fff; border: 1px solid #edf1f7; border-radius: 14px; padding: 13px 13px 7px; }
.aj-chart-head { display: flex; align-items: center; justify-content: space-between; font-size: 10px; font-weight: 800; color: #475569; }
.aj-chart { height: 88px; display: flex; align-items: end; gap: 9px; padding: 15px 4px 0; border-bottom: 1px solid #eef2f7; }
.aj-bar { flex: 1; min-width: 8px; border-radius: 5px 5px 2px 2px; background: linear-gradient(180deg, #60a5fa, #2563eb); opacity: .88; }
.aj-chart-labels { display: flex; gap: 9px; padding: 6px 4px 0; color: #94a3b8; font-size: 7px; text-align: center; }
.aj-chart-labels span { flex: 1; }
.aj-scan-card { position: absolute; left: -20px; bottom: 0; width: 220px; background: #fff; border: 1px solid var(--aj-border); border-radius: 15px; box-shadow: 0 18px 45px rgba(15,23,42,.14); padding: 14px; transform: rotate(-1.5deg); }
.aj-scan-head { display: flex; align-items: center; justify-content: space-between; color: #64748b; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.aj-scan-online { display: flex; align-items: center; gap: 5px; color: var(--aj-emerald-dark); }
.aj-scan-online i { width: 6px; height: 6px; border-radius: 50%; background: var(--aj-emerald); }
.aj-scan-person { display: flex; align-items: center; gap: 10px; margin-top: 12px; }
.aj-avatar { width: 37px; height: 37px; border-radius: 50%; background: linear-gradient(135deg, #dbeafe, #bfdbfe); color: var(--aj-primary-dark); display: grid; place-items: center; font-size: 11px; font-weight: 850; }
.aj-scan-person strong { display: block; font-size: 11px; }
.aj-scan-person small { display: block; color: #94a3b8; font-size: 8px; margin-top: 2px; }
.aj-scan-badge { margin-left: auto; background: #ecfdf5; color: var(--aj-emerald-dark); border-radius: 999px; padding: 5px 7px; font-size: 8px; font-weight: 800; }

/* Section headings */
.aj-section-head { max-width: 700px; margin: 0 auto 52px; text-align: center; }
.aj-section-eyebrow { color: var(--aj-primary); font-size: 12px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.aj-section-head h2 { margin: 12px 0 14px; font-size: clamp(32px, 3.6vw, 44px); line-height: 1.12; letter-spacing: -.04em; }
.aj-section-head p { margin: 0; color: var(--aj-muted); font-size: 16px; line-height: 1.75; }
.aj-section-dark .aj-section-head p { color: #aebdd1; }

/* Trust strip */
.aj-trust { padding: 24px 0; background: #fff; border-top: 1px solid #eef2f7; border-bottom: 1px solid #eef2f7; }
.aj-trust-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.aj-trust-item { min-height: 66px; display: flex; align-items: center; justify-content: center; gap: 10px; color: #475569; font-size: 13px; font-weight: 750; border-right: 1px solid #eef2f7; }
.aj-trust-item:last-child { border-right: 0; }
.aj-trust-icon { width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; color: var(--aj-primary); background: var(--aj-primary-soft); }

/* Problem/solution */
.aj-problem-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 64px; align-items: center; }
.aj-copy-block h2 { margin: 11px 0 16px; font-size: clamp(34px,4vw,46px); line-height: 1.12; letter-spacing: -.045em; }
.aj-copy-block > p { color: var(--aj-muted); line-height: 1.75; font-size: 16px; }
.aj-note { margin-top: 24px; padding: 14px 16px; border-left: 3px solid var(--aj-primary); background: #eff6ff; color: #475569; font-size: 13px; line-height: 1.6; border-radius: 0 10px 10px 0; }
.aj-solution-list { display: grid; gap: 12px; }
.aj-solution-row { display: grid; grid-template-columns: 46px 1fr; gap: 14px; background: #fff; border: 1px solid var(--aj-border); border-radius: 16px; padding: 18px; box-shadow: var(--aj-shadow-sm); }
.aj-solution-number { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; color: var(--aj-primary); background: var(--aj-primary-soft); font-weight: 850; font-size: 12px; }
.aj-solution-row strong { display: block; font-size: 14px; margin-bottom: 4px; }
.aj-solution-row p { margin: 0; color: var(--aj-muted); font-size: 13px; line-height: 1.6; }

/* Feature cards */
.aj-feature-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.aj-feature-card { background: #fff; border: 1px solid var(--aj-border); border-radius: 18px; padding: 24px; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.aj-feature-card:hover { transform: translateY(-3px); border-color: #c7d8fa; box-shadow: var(--aj-shadow-md); }
.aj-feature-icon { width: 46px; height: 46px; border-radius: 13px; display: grid; place-items: center; background: var(--aj-primary-soft); color: var(--aj-primary); margin-bottom: 20px; }
.aj-feature-icon.green { color: var(--aj-emerald-dark); background: #ecfdf5; }
.aj-feature-icon.amber { color: #b45309; background: #fffbeb; }
.aj-feature-card h3 { margin: 0 0 8px; font-size: 17px; letter-spacing: -.02em; }
.aj-feature-card p { margin: 0; color: var(--aj-muted); font-size: 13px; line-height: 1.7; }

/* RFID workflow */
.aj-rfid-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 72px; }
.aj-device { position: relative; max-width: 500px; margin: auto; background: #fff; border: 1px solid var(--aj-border); border-radius: 24px; box-shadow: var(--aj-shadow-lg); overflow: hidden; }
.aj-device-head { padding: 20px 22px; display: flex; align-items: center; justify-content: space-between; background: var(--aj-navy); color: #fff; }
.aj-device-name strong { display: block; font-size: 14px; }
.aj-device-name span { display: block; margin-top: 3px; color: #94a3b8; font-size: 10px; }
.aj-device-live { display: inline-flex; align-items: center; gap: 7px; padding: 7px 9px; border-radius: 999px; background: rgba(16,185,129,.12); color: #6ee7b7; font-size: 10px; font-weight: 800; }
.aj-device-live i { width: 7px; height: 7px; border-radius: 50%; background: #34d399; }
.aj-device-body { padding: 25px; }
.aj-rfid-card-visual { height: 120px; border-radius: 18px; background: linear-gradient(135deg, #eff6ff, #dbeafe); border: 1px solid #bfdbfe; display: flex; align-items: center; padding: 24px; gap: 20px; }
.aj-rfid-symbol { width: 60px; height: 60px; border-radius: 17px; background: var(--aj-primary); color: #fff; display: grid; place-items: center; }
.aj-rfid-data strong { font-size: 16px; display: block; }
.aj-rfid-data span { display: block; margin-top: 5px; color: #64748b; font-size: 12px; letter-spacing: .07em; }
.aj-device-result { margin-top: 13px; display: flex; align-items: center; gap: 12px; padding: 14px; border: 1px solid #d1fae5; background: #f0fdf4; border-radius: 14px; }
.aj-device-result .check { width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; color: #fff; background: var(--aj-emerald); font-weight: 900; }
.aj-device-result strong { display: block; font-size: 12px; }
.aj-device-result small { display: block; margin-top: 3px; color: #64748b; font-size: 10px; }
.aj-workflow { display: grid; gap: 14px; margin-top: 30px; }
.aj-workflow-step { display: grid; grid-template-columns: 38px 1fr; gap: 12px; align-items: start; }
.aj-workflow-step span { width: 36px; height: 36px; border-radius: 11px; display: grid; place-items: center; background: #fff; border: 1px solid var(--aj-border); color: var(--aj-primary); font-weight: 850; font-size: 11px; }
.aj-workflow-step strong { display: block; font-size: 13px; margin: 2px 0 3px; }
.aj-workflow-step p { margin: 0; color: var(--aj-muted); font-size: 12px; line-height: 1.55; }

/* Roles */
.aj-role-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.aj-role { padding: 22px; border: 1px solid var(--aj-border); border-radius: 16px; background: #fff; }
.aj-role strong { display: block; margin-bottom: 7px; font-size: 14px; }
.aj-role p { margin: 0; color: var(--aj-muted); font-size: 12px; line-height: 1.65; }

/* Pricing */
.aj-pricing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 18px; align-items: stretch; }
.aj-price-card { position: relative; display: flex; flex-direction: column; padding: 26px; background: #fff; border: 1px solid var(--aj-border); border-radius: 20px; box-shadow: var(--aj-shadow-sm); }
.aj-price-card.featured { border-color: #93c5fd; box-shadow: 0 18px 45px rgba(37,99,235,.12); }
.aj-price-badge { position: absolute; right: 18px; top: 18px; background: var(--aj-primary-soft); color: var(--aj-primary); padding: 6px 8px; border-radius: 999px; font-size: 9px; font-weight: 850; text-transform: uppercase; letter-spacing: .05em; }
.aj-price-card h3 { margin: 0; font-size: 20px; }
.aj-price-card > p { min-height: 42px; color: var(--aj-muted); font-size: 12px; line-height: 1.6; }
.aj-price { margin: 16px 0 20px; font-size: 31px; font-weight: 850; letter-spacing: -.04em; }
.aj-price small { font-size: 11px; color: var(--aj-muted); font-weight: 600; letter-spacing: 0; }
.aj-feature-list { margin: 0 0 24px; padding: 0; list-style: none; display: grid; gap: 10px; color: #475569; font-size: 12px; }
.aj-feature-list li { display: flex; gap: 8px; align-items: flex-start; }
.aj-feature-list i { margin-top: 2px; width: 16px; height: 16px; border-radius: 50%; flex: 0 0 16px; display: grid; place-items: center; background: #ecfdf5; color: var(--aj-emerald-dark); font-style: normal; font-size: 9px; font-weight: 900; }
.aj-price-card .aj-btn { margin-top: auto; }
.aj-empty-card { padding: 30px; text-align: center; border: 1px dashed var(--aj-border-strong); background: #fff; border-radius: 20px; color: var(--aj-muted); }

/* FAQ */
.aj-faq { max-width: 820px; margin: 0 auto; display: grid; gap: 10px; }
.aj-faq details { background: #fff; border: 1px solid var(--aj-border); border-radius: 14px; overflow: hidden; }
.aj-faq summary { position: relative; cursor: pointer; padding: 18px 54px 18px 20px; font-weight: 750; font-size: 14px; list-style: none; }
.aj-faq summary::-webkit-details-marker { display: none; }
.aj-faq summary::after { content: "+"; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); color: var(--aj-primary); font-size: 22px; font-weight: 400; }
.aj-faq details[open] summary::after { content: "−"; }
.aj-faq-answer { padding: 0 20px 19px; color: var(--aj-muted); line-height: 1.7; font-size: 13px; }

/* CTA/contact/footer — bright page ending */
.aj-cta { position: relative; overflow: hidden; border-radius: 26px; background: linear-gradient(135deg, #1d4ed8 0%, #2563eb 58%, #3b82f6 100%); color: #fff; padding: 54px; box-shadow: 0 22px 50px rgba(37,99,235,.16); }
.aj-cta::before { content: ""; position: absolute; width: 220px; height: 220px; border-radius: 50%; left: -90px; bottom: -130px; background: rgba(255,255,255,.06); }
.aj-cta::after { content: ""; position: absolute; width: 360px; height: 360px; border-radius: 50%; right: -180px; top: -210px; border: 70px solid rgba(255,255,255,.08); }
.aj-cta-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 30px; }
.aj-cta h2 { margin: 0 0 10px; font-size: clamp(30px, 3vw, 40px); letter-spacing: -.04em; }
.aj-cta p { margin: 0; max-width: 690px; color: #dbeafe; line-height: 1.7; }
.aj-cta .aj-btn-primary { background: #fff; color: #1d4ed8; box-shadow: 0 10px 24px rgba(15,23,42,.12); }
.aj-cta .aj-btn-primary:hover { background: #f8fbff; color: #1e40af; box-shadow: 0 14px 30px rgba(15,23,42,.16); }
.aj-contact-row { margin-top: 22px; display: flex; flex-wrap: wrap; gap: 16px; color: #dbeafe; font-size: 12px; }
.aj-contact-row a { color: #eff6ff; text-decoration: none; }
.aj-contact-row a:hover { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.aj-footer { background: #f8fafc; color: #0f172a; border-top: 1px solid #e2e8f0; padding: 50px 0 24px; }
.aj-footer-grid { display: grid; grid-template-columns: minmax(260px,1.55fr) .62fr .62fr .72fr; gap: 48px; align-items: start; }
.aj-footer .aj-brand { padding: 8px 12px; border-radius: 12px; background: #0f172a; box-shadow: 0 6px 16px rgba(15,23,42,.08); }
.aj-footer .aj-brand-logo-footer { height: 30px; }
.aj-footer-brand p { max-width: 390px; margin: 17px 0 0; color: #64748b; font-size: 12px; line-height: 1.75; }
.aj-footer-note { display: inline-flex; align-items: center; gap: 7px; margin-top: 15px; color: #475569; font-size: 11px; font-weight: 700; }
.aj-footer-note::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--aj-emerald); box-shadow: 0 0 0 4px rgba(24,217,111,.10); }
.aj-footer h4 { margin: 2px 0 13px; color: #0f172a; font-size: 11px; text-transform: uppercase; letter-spacing: .09em; }
.aj-footer-links { display: grid; gap: 10px; }
.aj-footer-links a { color: #64748b; text-decoration: none; font-size: 12px; transition: color .18s ease, transform .18s ease; }
.aj-footer-links a:hover { color: var(--aj-primary); transform: translateX(2px); }
.aj-footer-bottom { margin-top: 34px; padding-top: 19px; border-top: 1px solid #e2e8f0; display: flex; justify-content: space-between; gap: 20px; color: #94a3b8; font-size: 11px; }

/* Auth shared */
.aj-auth-shell { min-height: 100vh; display: grid; grid-template-columns: minmax(390px, 44%) minmax(0, 56%); background: #fff; }
.aj-auth-panel { position: relative; overflow: hidden; min-height: 100vh; color: #fff; background: linear-gradient(145deg, #0f2a5f 0%, #1646a8 54%, #2563eb 100%); padding: 48px clamp(38px,5vw,74px); display: flex; flex-direction: column; }
.aj-auth-panel::before { content: ""; position: absolute; inset: 0; opacity: .14; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(180deg,#000 0%,transparent 82%); }
.aj-auth-panel::after { content: ""; position: absolute; width: 460px; height: 460px; border-radius: 50%; border: 80px solid rgba(255,255,255,.05); right: -260px; bottom: -230px; }
.aj-auth-panel > * { position: relative; z-index: 1; }
.aj-auth-panel > .aj-brand { align-self: flex-start; }
.aj-auth-panel .aj-brand-logo-auth { filter: drop-shadow(0 6px 16px rgba(2,6,23,.12)); }
.aj-auth-panel-main { margin: auto 0; max-width: 560px; }
.aj-auth-panel h1 { margin: 0 0 16px; font-size: clamp(38px,4.2vw,56px); line-height: 1.08; letter-spacing: -.048em; }
.aj-auth-panel .lead { margin: 0; max-width: 520px; color: #dbeafe; font-size: 16px; line-height: 1.75; }
.aj-auth-benefits { display: grid; gap: 12px; margin-top: 30px; }
.aj-auth-benefit { display: grid; grid-template-columns: 36px 1fr; align-items: start; gap: 12px; }
.aj-auth-benefit-icon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; background: rgba(255,255,255,.11); color: #bfdbfe; }
.aj-auth-benefit strong { display: block; font-size: 13px; margin: 1px 0 3px; }
.aj-auth-benefit span { color: #bfdbfe; font-size: 11px; line-height: 1.55; }
.aj-auth-mini { margin-top: 30px; width: min(100%,460px); border: 1px solid rgba(255,255,255,.15); border-radius: 18px; background: rgba(255,255,255,.08); backdrop-filter: blur(12px); padding: 16px; }
.aj-auth-mini-head { display: flex; justify-content: space-between; align-items: center; font-size: 10px; color: #bfdbfe; }
.aj-auth-mini-head strong { color: #fff; }
.aj-auth-mini-kpis { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-top: 12px; }
.aj-auth-mini-kpi { padding: 10px; border-radius: 10px; background: rgba(255,255,255,.08); }
.aj-auth-mini-kpi span { display: block; color: #bfdbfe; font-size: 8px; }
.aj-auth-mini-kpi strong { display: block; color: #fff; margin-top: 4px; font-size: 15px; }
.aj-auth-meta { color: #93c5fd; font-size: 11px; margin-top: auto; }

.aj-auth-content { min-height: 100vh; background: #f8fafc; display: flex; flex-direction: column; }
.aj-auth-top { height: 78px; padding: 0 clamp(24px,5vw,68px); display: flex; align-items: center; justify-content: flex-end; gap: 8px; color: var(--aj-muted); font-size: 12px; }
.aj-auth-top a { color: var(--aj-primary); text-decoration: none; font-weight: 750; padding: 9px 11px; border-radius: 9px; }
.aj-auth-top a:hover { background: var(--aj-primary-soft); }
.aj-auth-center { flex: 1; display: grid; place-items: center; padding: 30px clamp(24px,6vw,80px) 70px; }
.aj-auth-box { width: 100%; max-width: 470px; }
.aj-auth-back { display: inline-flex; align-items: center; gap: 6px; margin-bottom: 30px; color: var(--aj-muted); text-decoration: none; font-size: 12px; font-weight: 700; }
.aj-auth-back:hover { color: var(--aj-primary); }
.aj-auth-heading { margin-bottom: 28px; }
.aj-auth-heading h2 { margin: 0; font-size: 32px; letter-spacing: -.04em; }
.aj-auth-heading p { margin: 8px 0 0; color: var(--aj-muted); line-height: 1.65; font-size: 13px; }
.aj-auth-form { display: grid; gap: 18px; }
.aj-field { display: grid; gap: 7px; }
.aj-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.aj-label { font-size: 12px; font-weight: 750; color: #334155; }
.aj-required { color: var(--aj-danger); }
.aj-input-wrap { position: relative; }
.aj-input-icon { position: absolute; left: 14px; top: 50%; transform: translateY(-50%); width: 18px; height: 18px; color: #94a3b8; pointer-events: none; }
.aj-input, .aj-textarea, .aj-select { width: 100%; border: 1px solid var(--aj-border-strong); background: #fff; color: var(--aj-text); border-radius: 12px; font-size: 13px; transition: border-color .18s ease, box-shadow .18s ease, background .18s ease; }
.aj-input { height: 50px; padding: 0 14px; }
.aj-input.has-icon { padding-left: 44px; }
.aj-input.has-action { padding-right: 44px; }
.aj-textarea { min-height: 92px; resize: vertical; padding: 13px 14px; line-height: 1.5; }
.aj-input:focus, .aj-textarea:focus, .aj-select:focus { outline: 0; border-color: #60a5fa; box-shadow: 0 0 0 4px rgba(37,99,235,.10); }
.aj-input::placeholder, .aj-textarea::placeholder { color: #a1aec0; }
.aj-input.is-valid { border-color: #6ee7b7; background: #fbfffd; }
.aj-input.is-invalid, .aj-textarea.is-invalid { border-color: #fca5a5; background: #fffafa; }
.aj-field-hint { margin: 0; color: #94a3b8; font-size: 10px; line-height: 1.5; }
.aj-field-hint.is-success { color: var(--aj-emerald-dark); }
.aj-field-hint.is-error { color: var(--aj-danger); }
.aj-field-error { color: var(--aj-danger); font-size: 10px; line-height: 1.45; }
.aj-input-action { position: absolute; right: 8px; top: 50%; transform: translateY(-50%); width: 34px; height: 34px; border: 0; border-radius: 9px; background: transparent; color: #94a3b8; display: grid; place-items: center; }
.aj-input-action:hover { color: #475569; background: #f1f5f9; }
.aj-auth-options { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.aj-check-label { display: inline-flex; align-items: center; gap: 8px; color: #475569; font-size: 11px; cursor: pointer; }
.aj-check-label input { width: 16px; height: 16px; border-radius: 5px; border: 1px solid #cbd5e1; color: var(--aj-primary); }
.aj-text-link { color: var(--aj-primary); font-size: 11px; font-weight: 750; text-decoration: none; }
.aj-text-link:hover { text-decoration: underline; }
.aj-auth-divider { display: flex; align-items: center; gap: 12px; color: #94a3b8; font-size: 10px; margin: 4px 0; }
.aj-auth-divider::before, .aj-auth-divider::after { content: ""; height: 1px; background: var(--aj-border); flex: 1; }
.aj-alert { border-radius: 12px; padding: 12px 14px; font-size: 11px; line-height: 1.55; }
.aj-alert-success { background: #ecfdf5; border: 1px solid #a7f3d0; color: #047857; }
.aj-alert-error { background: #fef2f2; border: 1px solid #fecaca; color: #b91c1c; }
.aj-alert-error ul { margin: 6px 0 0; padding-left: 17px; }

/* Registration */
.aj-register-shell { grid-template-columns: minmax(340px, 35%) minmax(0, 65%); }
.aj-register-content .aj-auth-top { justify-content: flex-end; }
.aj-register-center { width: 100%; max-width: 780px; margin: 0 auto; padding: 12px 0 60px; }
.aj-steps { display: grid; grid-template-columns: repeat(3,1fr); margin-bottom: 38px; }
.aj-step { position: relative; min-width: 0; text-align: center; color: #94a3b8; font-size: 10px; font-weight: 700; }
.aj-step:not(:last-child)::after { content: ""; position: absolute; height: 2px; top: 15px; left: calc(50% + 18px); right: calc(-50% + 18px); background: var(--aj-border); }
.aj-step.done:not(:last-child)::after, .aj-step.active:not(:last-child)::after { background: #93c5fd; }
.aj-step-circle { position: relative; z-index: 1; margin: 0 auto 8px; width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; border: 1px solid var(--aj-border-strong); background: #fff; font-size: 11px; font-weight: 850; color: #64748b; }
.aj-step.active { color: var(--aj-primary); }
.aj-step.active .aj-step-circle { border-color: var(--aj-primary); color: var(--aj-primary); box-shadow: 0 0 0 4px rgba(37,99,235,.08); }
.aj-step.done { color: var(--aj-emerald-dark); }
.aj-step.done .aj-step-circle { border-color: var(--aj-emerald); color: #fff; background: var(--aj-emerald); }
.aj-step-panel[hidden] { display: none !important; }
.aj-register-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.aj-register-heading h2 { margin: 0; font-size: 26px; letter-spacing: -.035em; }
.aj-register-heading p { margin: 7px 0 0; color: var(--aj-muted); font-size: 12px; line-height: 1.6; }
.aj-register-card { background: #fff; border: 1px solid var(--aj-border); border-radius: 18px; padding: 26px; box-shadow: var(--aj-shadow-sm); }
.aj-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 16px; }
.aj-col-full { grid-column: 1 / -1; }
.aj-workspace-input { display: grid; grid-template-columns: auto 1fr; border: 1px solid var(--aj-border-strong); border-radius: 12px; overflow: hidden; background: #fff; }
.aj-workspace-prefix { display: flex; align-items: center; padding: 0 12px; background: #f8fafc; border-right: 1px solid var(--aj-border); color: #64748b; font-size: 11px; }
.aj-workspace-input .aj-input { border: 0; border-radius: 0; box-shadow: none !important; }
.aj-file-drop { position: relative; min-height: 102px; border: 1.5px dashed #cbd5e1; border-radius: 13px; display: flex; align-items: center; justify-content: center; background: #fbfdff; transition: border-color .18s ease, background .18s ease; overflow: hidden; }
.aj-file-drop:hover { border-color: #93c5fd; background: #f8fbff; }
.aj-file-drop input { position: absolute; inset: 0; opacity: 0; cursor: pointer; }
.aj-file-empty { text-align: center; pointer-events: none; }
.aj-file-empty strong { display: block; color: var(--aj-primary); font-size: 11px; }
.aj-file-empty span { display: block; color: #94a3b8; font-size: 9px; margin-top: 4px; }
.aj-file-preview { display: none; width: 100%; align-items: center; gap: 12px; padding: 13px; pointer-events: none; }
.aj-file-preview.is-visible { display: flex; }
.aj-file-preview img { width: 54px; height: 54px; object-fit: contain; border-radius: 11px; border: 1px solid var(--aj-border); background: #fff; }
.aj-file-preview strong { display: block; max-width: 250px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 11px; }
.aj-file-preview span { color: #94a3b8; font-size: 9px; }
.aj-password-meter { display: grid; gap: 6px; margin-top: 2px; }
.aj-meter-bars { display: grid; grid-template-columns: repeat(4,1fr); gap: 4px; }
.aj-meter-bars i { height: 3px; border-radius: 99px; background: #e2e8f0; }
.aj-meter-bars[data-strength="1"] i:nth-child(1) { background: #ef4444; }
.aj-meter-bars[data-strength="2"] i:nth-child(-n+2) { background: #f59e0b; }
.aj-meter-bars[data-strength="3"] i:nth-child(-n+3) { background: #3b82f6; }
.aj-meter-bars[data-strength="4"] i { background: #10b981; }
.aj-meter-label { color: #94a3b8; font-size: 9px; }
.aj-form-actions { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 22px; }
.aj-form-actions-right { margin-left: auto; display: flex; gap: 10px; }
.aj-summary { display: grid; gap: 14px; }
.aj-summary-section { padding: 17px; border: 1px solid var(--aj-border); border-radius: 13px; background: #fbfdff; }
.aj-summary-head { display: flex; justify-content: space-between; gap: 16px; margin-bottom: 12px; }
.aj-summary-head strong { font-size: 12px; }
.aj-summary-edit { border: 0; background: transparent; color: var(--aj-primary); font-size: 10px; font-weight: 800; }
.aj-summary-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 20px; }
.aj-summary-item span { display: block; color: #94a3b8; font-size: 9px; margin-bottom: 3px; }
.aj-summary-item strong { display: block; font-size: 11px; font-weight: 700; word-break: break-word; }
.aj-terms-box { padding: 16px; border-radius: 13px; background: #eff6ff; border: 1px solid #dbeafe; }
.aj-terms-box .aj-check-label { align-items: flex-start; line-height: 1.55; }
.aj-terms-box a { color: var(--aj-primary); font-weight: 750; }

/* Utility icons */
.aj-svg { width: 20px; height: 20px; display: block; }

/* Responsive */
@media (max-width: 1080px) {
  .aj-nav { gap: 20px; }
  .aj-hero-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .aj-feature-grid { grid-template-columns: repeat(2,1fr); }
  .aj-role-grid { grid-template-columns: repeat(2,1fr); }
  .aj-problem-grid, .aj-rfid-grid { gap: 40px; }
  .aj-auth-shell { grid-template-columns: 42% 58%; }
  .aj-register-shell { grid-template-columns: 31% 69%; }
  .aj-register-shell .aj-auth-panel { padding-left: 34px; padding-right: 34px; }
}

@media (max-width: 900px) {
  .aj-nav, .aj-header-actions .aj-desktop-only { display: none; }
  .aj-menu-button { display: inline-flex; }
  .aj-hero { padding-top: 64px; }
  .aj-hero-grid { grid-template-columns: 1fr; }
  .aj-hero-copy { max-width: 740px; }
  .aj-product-visual { max-width: 650px; margin: 0 auto; width: 100%; }
  .aj-problem-grid, .aj-rfid-grid { grid-template-columns: 1fr; }
  .aj-rfid-grid .aj-copy-block { order: -1; }
  .aj-trust-grid { grid-template-columns: repeat(2,1fr); }
  .aj-trust-item:nth-child(2) { border-right: 0; }
  .aj-cta-grid { grid-template-columns: 1fr; }
  .aj-footer-grid { grid-template-columns: 1.25fr 1fr 1fr; }
  .aj-footer-brand { grid-column: 1 / -1; }
  .aj-auth-shell, .aj-register-shell { display: block; background: #f8fafc; }
  .aj-auth-panel { min-height: auto; padding: 27px 26px 30px; }
  .aj-auth-panel-main { margin: 32px 0 0; max-width: 700px; }
  .aj-auth-panel h1 { font-size: 31px; max-width: 620px; }
  .aj-auth-panel .lead { font-size: 13px; }
  .aj-auth-benefits, .aj-auth-mini, .aj-auth-meta { display: none; }
  .aj-auth-content { min-height: calc(100vh - 230px); }
  .aj-auth-top { height: 60px; padding: 0 22px; }
  .aj-auth-center { padding: 12px 22px 55px; }
  .aj-register-center { max-width: 780px; }
  .aj-register-shell .aj-auth-panel-main { margin-top: 22px; }
}

@media (max-width: 640px) {
  .aj-container { width: min(100% - 30px, var(--aj-container)); }
  .aj-section { padding: 70px 0; }
  .aj-header, .aj-header-inner { height: 68px; }
  .aj-mobile-nav { top: 68px; }
  .aj-brand-logo-header { height: 31px; }
  .aj-brand-logo-auth { height: 34px; }
  .aj-header-actions > .aj-btn-ghost { display: none; }
  .aj-hero { padding: 54px 0 62px; }
  .aj-hero h1 { font-size: clamp(38px,11vw,50px); margin-top: 18px; }
  .aj-hero-lead { font-size: 15px; line-height: 1.7; }
  .aj-hero-actions { display: grid; grid-template-columns: 1fr; }
  .aj-hero-actions .aj-btn { width: 100%; }
  .aj-capabilities { display: grid; gap: 9px; }
  .aj-product-visual { padding: 12px 0 34px 10px; }
  .aj-dashboard { transform: none; }
  .aj-dashboard-body { padding: 12px; }
  .aj-kpi-grid { grid-template-columns: repeat(2,1fr); }
  .aj-scan-card { width: 188px; left: -5px; }
  .aj-trust-grid { grid-template-columns: 1fr 1fr; }
  .aj-trust-item { padding: 10px; font-size: 11px; justify-content: flex-start; border-right: 0; border-bottom: 1px solid #eef2f7; }
  .aj-trust-item:nth-last-child(-n+2) { border-bottom: 0; }
  .aj-feature-grid, .aj-role-grid { grid-template-columns: 1fr; }
  .aj-section-head { margin-bottom: 36px; }
  .aj-section-head h2 { font-size: 31px; }
  .aj-copy-block h2 { font-size: 32px; }
  .aj-cta { padding: 34px 24px; border-radius: 20px; }
  .aj-cta .aj-btn { width: 100%; }
  .aj-footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .aj-footer-brand { grid-column: auto; }
  .aj-footer-bottom { flex-direction: column; }
  .aj-auth-panel { padding: 23px 20px 25px; }
  .aj-auth-panel-main { margin-top: 26px; }
  .aj-auth-panel h1 { font-size: 27px; }
  .aj-auth-content { min-height: calc(100vh - 195px); }
  .aj-auth-top { height: 54px; padding: 0 17px; font-size: 10px; }
  .aj-auth-center { padding: 8px 17px 42px; }
  .aj-auth-back { margin-bottom: 24px; }
  .aj-auth-heading h2 { font-size: 28px; }
  .aj-field-row, .aj-form-grid, .aj-summary-grid { grid-template-columns: 1fr; }
  .aj-register-card { padding: 18px; }
  .aj-register-center { padding-bottom: 36px; }
  .aj-steps { margin-bottom: 28px; }
  .aj-step { font-size: 9px; }
  .aj-register-heading h2 { font-size: 23px; }
  .aj-form-actions { align-items: stretch; flex-direction: column; }
  .aj-form-actions-right { width: 100%; margin-left: 0; }
  .aj-form-actions-right .aj-btn { flex: 1; }
  .aj-workspace-input { grid-template-columns: 1fr; }
  .aj-workspace-prefix { min-height: 36px; border-right: 0; border-bottom: 1px solid var(--aj-border); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
