:root {
    --navy-950: #041525;
    --navy-900: #071d33;
    --navy-800: #0b2b49;
    --navy-700: #123d63;
    --blue: #1687f8;
    --blue-soft: #5caeff;
    --teal: #14c7a0;
    --ink: #10263d;
    --muted: #617489;
    --line: #dce6ef;
    --surface: #f4f8fb;
    --white: #fff;
    --shadow: 0 26px 70px rgba(9, 35, 58, .13);
    --radius: 22px;
    --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, "Segoe UI", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; padding: 10px 16px; color: var(--navy-900); background: white; border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: 82px; color: white; border-bottom: 1px solid rgba(255,255,255,.09); transition: background .25s, box-shadow .25s, height .25s; }
.site-header.is-scrolled { height: 70px; background: rgba(4,21,37,.94); box-shadow: 0 12px 30px rgba(0,0,0,.16); backdrop-filter: blur(16px); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 11px; color: white; }
.brand-mark { position: relative; display: block; flex: 0 0 auto; width: 52px; height: 52px; overflow: hidden; background: #071d33; border-radius: 11px; transition: width .25s ease, height .25s ease; }
.brand-mark img { position: absolute; top: -14px; left: -46px; width: 340px; max-width: none; }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { font-size: 27px; letter-spacing: -.035em; }
.brand-copy strong span { color: var(--blue); font-weight: 500; }
.brand-copy small { margin-top: 7px; color: rgba(255,255,255,.9); font-size: 10px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.site-header.is-scrolled .brand-mark { width: 44px; height: 44px; }
.site-header.is-scrolled .brand-mark img { top: -12px; left: -39px; width: 288px; }
.site-header.is-scrolled .brand-copy strong { font-size: 24px; }
.site-nav { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 600; }
.site-nav > a:not(.button) { position: relative; color: rgba(255,255,255,.78); }
.site-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--teal); transition: right .2s; }
.site-nav > a:not(.button):hover { color: white; }
.site-nav > a:not(.button):hover::after { right: 0; }
.nav-toggle { display: none; width: 42px; height: 42px; padding: 9px; color: white; background: transparent; border: 1px solid rgba(255,255,255,.2); border-radius: 10px; }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; background: currentColor; border-radius: 2px; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 24px; border: 1px solid transparent; border-radius: 9px; font-size: 15px; font-weight: 700; transition: transform .2s, background .2s, border-color .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 40px; padding: 0 18px; font-size: 13px; }
.button-primary { color: white; background: linear-gradient(135deg, #1687f8, #0874dd); box-shadow: 0 14px 34px rgba(22,135,248,.28); }
.button-primary:hover { box-shadow: 0 18px 38px rgba(22,135,248,.38); }
.button-ghost { color: white; border-color: rgba(255,255,255,.24); }
.button-ghost:hover { background: rgba(255,255,255,.08); }
.button-light { color: var(--navy-900); background: white; box-shadow: 0 16px 35px rgba(0,0,0,.17); }
.button-outline-light { color: white; border-color: rgba(255,255,255,.35); }
.text-link { color: rgba(255,255,255,.78); font-size: 14px; font-weight: 700; }

.hero { position: relative; min-height: 760px; padding: 150px 0 90px; color: white; background: linear-gradient(128deg, var(--navy-950) 0%, var(--navy-900) 50%, #0a3153 100%); overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .15; background-image: linear-gradient(rgba(255,255,255,.09) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.09) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to right, black, transparent 70%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-glow-one { width: 480px; height: 480px; top: -220px; left: 34%; background: radial-gradient(circle, rgba(22,135,248,.23), transparent 68%); }
.hero-glow-two { width: 620px; height: 620px; right: -240px; bottom: -260px; background: radial-gradient(circle, rgba(20,199,160,.15), transparent 66%); }
.hero-grid { position: relative; display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 68px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; color: #8dc7ff; font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow span { width: 24px; height: 2px; background: var(--teal); }
.eyebrow.dark { color: #167ce1; }
.hero :is(h1, h2) { max-width: 630px; margin: 0; font-size: clamp(46px, 5.1vw, 72px); line-height: .98; letter-spacing: -.045em; }
.hero :is(h1, h2) em { color: var(--teal); font-style: normal; font-weight: 700; }
.hero-lead { max-width: 590px; margin: 28px 0 30px; color: #b6c7d8; font-size: 19px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 25px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 34px; color: #9fb2c5; font-size: 12px; }
.hero-carousel { min-height: 520px; display: flex; flex-direction: column; justify-content: center; }.hero-slide-track { display: grid; min-height: 430px; align-items: center; }.hero-slide { grid-area: 1 / 1; animation: hero-slide-in .45s ease both; }.hero-slide[hidden] { display: block !important; visibility: hidden; pointer-events: none; animation: none; }.hero-carousel-navigation { display: flex; align-items: center; gap: 14px; margin-top: 22px; }.hero-slide-controls { display: flex; align-items: center; gap: 8px; }.hero-slide-controls button { width: 8px; height: 8px; padding: 0; background: rgba(255,255,255,.25); border: 0; border-radius: 99px; cursor: pointer; transition: width .25s ease, background .25s ease; }.hero-slide-controls button:hover,.hero-slide-controls button:focus-visible { background: #8dc7ff; outline: 2px solid rgba(141,199,255,.35); outline-offset: 3px; }.hero-slide-controls button.is-active { width: 28px; background: var(--teal); }.hero-carousel-arrow { display: grid; width: 38px; height: 38px; padding: 0; place-items: center; color: rgba(255,255,255,.85); background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18); border-radius: 50%; cursor: pointer; transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease; }.hero-carousel-arrow svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }.hero-carousel-arrow:hover { color: white; background: rgba(22,135,248,.28); border-color: rgba(92,174,255,.65); transform: translateY(-1px); }.hero-carousel-arrow:focus-visible { outline: 2px solid #8dc7ff; outline-offset: 3px; }
@keyframes hero-slide-in { from { opacity: 0; transform: translateX(18px); } to { opacity: 1; transform: none; } }
.check { display: inline-grid; width: 18px; height: 18px; margin-right: 5px; place-items: center; color: var(--teal); background: rgba(20,199,160,.12); border-radius: 50%; font-style: normal; }

.product-stage { position: relative; min-width: 0; perspective: 1200px; }
.hero-visual { position: relative; animation: visual-in .5s ease both; }.hero-visual[hidden] { display: none; }@keyframes visual-in { from { opacity: 0; transform: translateY(14px) scale(.98); } to { opacity: 1; transform: none; } }
.product-window { position: relative; z-index: 2; overflow: hidden; background: #f7fafc; border: 1px solid rgba(255,255,255,.18); border-radius: 17px; box-shadow: 0 40px 90px rgba(0,0,0,.38); transform: rotateY(-3deg) rotateX(1deg); }
.window-top { height: 45px; display: flex; align-items: center; padding: 0 14px; color: #789; background: white; border-bottom: 1px solid #e8eef3; font-size: 10px; }
.window-dots { display: flex; gap: 5px; }
.window-dots span { width: 7px; height: 7px; background: #dce3e9; border-radius: 50%; }
.window-title { flex: 1; text-align: center; }
.avatar { display: grid; width: 25px; height: 25px; place-items: center; color: white; background: var(--blue); border-radius: 50%; font-size: 8px; font-weight: 800; }
.window-body { min-height: 385px; display: grid; grid-template-columns: 48px 1fr; }
.mock-sidebar { display: flex; flex-direction: column; align-items: center; gap: 17px; padding: 14px 0; background: #09243d; }
.mock-sidebar > span { width: 17px; height: 5px; background: #436078; border-radius: 5px; }
.mock-sidebar > span.active { background: var(--teal); }
.mock-mark { display: grid; width: 25px; height: 25px; margin-bottom: 8px; place-items: center; color: white; background: linear-gradient(135deg, var(--blue), var(--teal)); border-radius: 8px; font-weight: 900; }
.mock-main { padding: 20px; min-width: 0; }
.mock-heading { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 17px; color: var(--ink); }
.mock-heading div { display: flex; flex-direction: column; gap: 4px; }
.mock-heading small, .mock-heading > span { color: #7d8d9e; font-size: 9px; }
.mock-heading strong { font-size: 16px; }
.metric-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.metric-grid article { position: relative; display: grid; grid-template-columns: 1fr auto; padding: 12px; color: var(--ink); background: white; border: 1px solid #edf1f5; border-radius: 10px; box-shadow: 0 7px 18px rgba(20,47,72,.05); }
.metric-grid small { grid-column: 1; color: #8190a0; font-size: 8px; }
.metric-grid strong { grid-column: 1; margin: 4px 0; font-size: 19px; }
.metric-grid .trend, .metric-grid .muted { grid-column: 1; color: #1ca680; font-size: 7px; }
.metric-grid .muted { color: #9aa7b4; }
.metric-icon { grid-column: 2; grid-row: 1 / span 2; display: grid; width: 26px; height: 26px; place-items: center; color: #167de6; background: #eaf4ff; border-radius: 7px; font-size: 11px; }
.metric-icon.teal { color: #0a9d7d; background: #e5fbf5; }.metric-icon.amber { color: #dc8a13; background: #fff5df; }
.mock-lower { display: grid; grid-template-columns: 1.35fr .9fr; gap: 10px; margin-top: 12px; }
.mock-lower article { padding: 13px; color: var(--ink); background: white; border: 1px solid #edf1f5; border-radius: 10px; }
.card-label { display: flex; justify-content: space-between; font-size: 8px; }.card-label span { color: #1885ed; }
.bars { height: 105px; display: flex; align-items: end; gap: 8px; padding-top: 18px; border-bottom: 1px solid #e8eef3; }
.bars i { flex: 1; height: var(--h); background: #d9e8f5; border-radius: 3px 3px 0 0; }.bars i.accent { background: linear-gradient(#1a91fb, #58b3ff); }
.bar-labels { display: flex; justify-content: space-around; padding-top: 6px; color: #96a4b1; font-size: 7px; }
.activity { display: flex; align-items: flex-start; gap: 8px; margin-top: 14px; }.activity > div { display: flex; flex-direction: column; gap: 2px; }.activity strong { font-size: 7px; }.activity small { color: #91a0ad; font-size: 6px; }
.dot { flex: 0 0 auto; width: 7px; height: 7px; margin-top: 2px; background: var(--teal); border-radius: 50%; }.dot.blue { background: var(--blue); }.dot.amber { background: #f0a329; }
.floating-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 9px; padding: 10px 13px; color: var(--ink); background: rgba(255,255,255,.97); border: 1px solid rgba(255,255,255,.8); border-radius: 10px; box-shadow: 0 15px 35px rgba(0,0,0,.22); }
.floating-card div { display: flex; flex-direction: column; gap: 2px; }.floating-card small { color: #8292a2; font-size: 7px; }.floating-card strong { font-size: 9px; }.floating-attendance { left: -22px; bottom: 45px; }.floating-payroll { right: -20px; top: 73px; }
.pulse { width: 10px; height: 10px; background: var(--teal); border: 3px solid #d9faf2; border-radius: 50%; box-shadow: 0 0 0 4px rgba(20,199,160,.12); }.floating-icon { display: grid; width: 24px; height: 24px; place-items: center; color: white; background: var(--blue); border-radius: 7px; font-size: 11px; font-weight: 900; }
.stage-orbit { position: absolute; border: 1px solid rgba(87,178,255,.18); border-radius: 50%; }.orbit-one { inset: -60px -80px; }.orbit-two { inset: -15px -30px; }
.visual-window { min-height: 430px; }.visual-body { min-height: 385px; padding: 28px; color: var(--ink); }.visual-heading { display: flex; align-items: center; justify-content: space-between; }.visual-heading div { display: flex; flex-direction: column; gap: 4px; }.visual-heading small { color: #8594a3; font-size: 9px; }.visual-heading strong { font-size: 17px; }.visual-heading > span:not(.status-ready) { color: var(--blue); font-size: 11px; font-weight: 800; }
.biometric-visual { display: grid; grid-template-columns: 1fr .8fr; gap: 14px; align-content: center; }.device-card,.import-card,.sync-path,.visual-log { background: white; border: 1px solid #e3ebf2; border-radius: 13px; box-shadow: 0 8px 22px rgba(20,47,72,.06); }.device-card { display: flex; gap: 15px; padding: 18px; }.device-screen { display: grid; flex: 0 0 88px; height: 108px; place-items: center; align-content: center; gap: 10px; color: white; background: #0a2944; border-radius: 10px; }.device-screen span { font-size: 20px; font-weight: 800; }.device-screen i { display: grid; width: 25px; height: 25px; place-items: center; color: #073b30; background: var(--teal); border-radius: 50%; font-style: normal; }.device-card > div:last-child { display: flex; flex-direction: column; justify-content: center; gap: 7px; }.device-card small,.import-card small,.sync-path small { color: #8796a5; font-size: 8px; }.device-card strong,.import-card strong { font-size: 12px; }.online-label { color: #0c9b7d; font-size: 8px; font-weight: 800; }.sync-path { display: grid; padding: 18px; place-items: center; }.sync-path > span { color: var(--blue); font-size: 30px; font-weight: 900; }.sync-path div { display: flex; gap: 5px; margin-top: 15px; }.sync-path i { width: 22px; height: 4px; background: var(--teal); border-radius: 4px; }.import-card { grid-column: 1 / -1; display: flex; align-items: center; gap: 13px; padding: 16px; }.import-card > div { display: flex; flex: 1; flex-direction: column; gap: 4px; }.import-card b { color: #087b64; font-size: 9px; }.usb-icon { display: grid; width: 42px; height: 42px; place-items: center; color: white; background: var(--blue); border-radius: 10px; font-size: 9px; font-weight: 900; }.visual-log { grid-column: 1 / -1; display: flex; justify-content: space-around; padding: 14px; color: #607286; font-size: 10px; }.visual-log span { display: flex; align-items: center; gap: 7px; }.visual-log b { color: var(--ink); }
.schedule-visual { padding-top: 42px; }.visual-axis { display: flex; justify-content: space-between; margin: 45px 0 8px; color: #8494a3; font-size: 9px; }.visual-timebar { display: grid; grid-template-columns: 1fr 1fr; height: 62px; overflow: hidden; border-radius: 12px; }.visual-timebar span { display: grid; place-items: center; color: white; font-size: 11px; font-weight: 800; }.day-hours { background: linear-gradient(135deg,#1687f8,#43a2ff); }.night-hours { background: linear-gradient(135deg,#4d53a7,#292f74); }.hour-result { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 18px; }.hour-result > span { display: grid; grid-template-columns: 10px 1fr auto; gap: 9px; align-items: center; padding: 13px; background: white; border: 1px solid #e5ecf2; border-radius: 10px; }.hour-result div { display: flex; flex-direction: column; gap: 3px; }.hour-result strong { font-size: 9px; }.hour-result small { color: #8997a4; font-size: 7px; }.hour-result b { font-size: 11px; }.result-banner { display: flex; align-items: center; gap: 10px; margin-top: 14px; padding: 13px; color: #087b64; background: #dcfaf2; border-radius: 10px; }.result-banner i { display: grid; width: 25px; height: 25px; place-items: center; color: white; background: var(--teal); border-radius: 50%; font-style: normal; }.result-banner div { display: flex; flex-direction: column; gap: 2px; }.result-banner small { font-size: 7px; }.result-banner strong { font-size: 11px; }
.holiday-visual { display: grid; grid-template-columns: 1.05fr .95fr; gap: 18px; }.calendar-card,.holiday-detail { padding: 20px; background: white; border: 1px solid #e3ebf2; border-radius: 13px; }.calendar-month { display: flex; align-items: flex-end; justify-content: space-between; padding-bottom: 14px; border-bottom: 1px solid #edf1f5; }.calendar-month span { color: var(--blue); font-size: 10px; font-weight: 900; }.calendar-month strong { font-size: 15px; }.calendar-grid { display: grid; grid-template-columns: repeat(7,1fr); gap: 6px; margin-top: 16px; text-align: center; }.calendar-grid b { color: #98a5b1; font-size: 7px; }.calendar-grid i { display: grid; height: 25px; place-items: center; color: #4e6072; border-radius: 6px; font-size: 8px; font-style: normal; }.calendar-grid .holiday-day { color: white; background: #ef765e; font-weight: 900; box-shadow: 0 5px 12px rgba(239,118,94,.3); }.holiday-detail { display: flex; flex-direction: column; justify-content: center; }.holiday-badge { align-self: flex-start; padding: 5px 7px; color: #b34733; background: #ffe6e1; border-radius: 5px; font-size: 7px; font-weight: 900; }.holiday-detail h3 { margin: 12px 0 7px; font-size: 17px; }.holiday-detail p { margin: 0 0 14px; color: var(--muted); font-size: 9px; line-height: 1.5; }.holiday-detail > div { display: flex; justify-content: space-between; padding: 9px 0; border-top: 1px solid #edf1f5; }.holiday-detail small { color: #8a99a7; font-size: 7px; }.holiday-detail strong { font-size: 8px; }.holiday-detail button,.audit-footer button { margin-top: 13px; padding: 9px; color: #087b64; background: #dcfaf2; border: 0; border-radius: 7px; font-size: 8px; font-weight: 900; }
.audit-visual { padding-top: 32px; }.audit-total { display: grid; margin: 22px 0 14px; padding: 20px; color: white; background: linear-gradient(135deg,#0c3558,#1687f8); border-radius: 12px; }.audit-total small { color: #bcdcff; font-size: 8px; }.audit-total strong { margin: 4px 0; font-size: 25px; }.audit-total span { color: #d6eaff; font-size: 8px; }.audit-steps { background: white; border: 1px solid #e3ebf2; border-radius: 12px; }.audit-steps > div { display: grid; grid-template-columns: 24px 1fr auto; gap: 10px; align-items: center; padding: 12px; border-top: 1px solid #edf1f5; }.audit-steps > div:first-child { border-top: 0; }.audit-steps i { display: grid; width: 24px; height: 24px; place-items: center; color: var(--blue); background: #e8f4ff; border-radius: 7px; font-size: 8px; font-style: normal; font-weight: 900; }.audit-steps span { display: flex; flex-direction: column; gap: 3px; }.audit-steps strong { font-size: 9px; }.audit-steps small { color: #8b99a6; font-size: 7px; }.audit-steps b { color: #118e73; font-size: 9px; }.audit-footer { display: flex; align-items: center; justify-content: space-between; margin-top: 12px; color: #607286; font-size: 9px; }.audit-footer span { display: flex; align-items: center; gap: 7px; }.audit-footer button { margin: 0; padding-inline: 16px; }

.trust-strip { color: white; background: #09243d; border-top: 1px solid rgba(255,255,255,.06); }
.trust-inner { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.trust-inner p { margin: 0; color: #758da2; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.trust-inner div { display: flex; align-items: center; gap: 24px; color: #cad6e1; font-size: 14px; font-weight: 600; }.trust-inner i { width: 4px; height: 4px; background: var(--teal); border-radius: 50%; }

.section { padding: 112px 0; }
.section-heading h2, .benefit-copy h2, .confidence-copy h2, .cta h2 { margin: 0; color: var(--navy-900); font-size: clamp(36px, 4vw, 54px); line-height: 1.08; letter-spacing: -.035em; }
.section-heading > p:last-child { max-width: 650px; margin: 22px auto 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.section-heading.centered { max-width: 790px; margin: 0 auto 58px; text-align: center; }.section-heading.centered .eyebrow { justify-content: center; }
.split-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }
.problem-section { background: #f8fbfd; }
.problem-copy > p { margin: 3px 0 35px; color: var(--muted); font-size: 18px; line-height: 1.75; }
.before-after { display: grid; grid-template-columns: 1fr 30px 1fr; gap: 18px; align-items: center; }
.before-after > div:not(.arrow) { padding: 22px; background: white; border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 10px 30px rgba(20,47,72,.05); }
.before-after strong, .before-after small { display: block; }.before-after strong { margin: 13px 0 8px; font-size: 15px; }.before-after small { color: var(--muted); line-height: 1.5; }.before-after .arrow { color: var(--blue); font-size: 23px; text-align: center; }
.label { padding: 5px 9px; border-radius: 5px; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }.label.before { color: #8b5b14; background: #fff1d9; }.label.after { color: #087b64; background: #dcfaf2; }

.capabilities { background: white; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card { position: relative; min-height: 305px; padding: 30px; overflow: hidden; background: #f8fafc; border: 1px solid #e4ebf1; border-radius: var(--radius); transition: transform .25s, border-color .25s, box-shadow .25s; }
.feature-card:hover { transform: translateY(-5px); border-color: #b9d9f7; box-shadow: var(--shadow); }
.feature-card.feature-large { grid-column: span 2; display: grid; grid-template-columns: 1fr .7fr; gap: 20px; background: linear-gradient(145deg, #071f36, #0c3558); color: white; }
.feature-card.feature-large h3, .feature-card.feature-large p { color: white; }.feature-card.feature-large > .feature-icon { position: absolute; right: 30px; top: 28px; }
.feature-card.feature-wide { grid-column: span 2; display: grid; grid-template-columns: 1.1fr .9fr; gap: 30px; background: #f0f7fd; }
.feature-number { margin: 18px 0 8px; color: #9aaabc; font-size: 10px; font-weight: 800; letter-spacing: .13em; }
.feature-card h3 { margin: 0 0 13px; color: var(--navy-900); font-size: 21px; line-height: 1.25; }.feature-card p:not(.feature-number) { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.feature-card ul { display: grid; gap: 8px; margin: 20px 0 0; padding: 0; list-style: none; color: #b8c9d8; font-size: 12px; }.feature-card li::before { content: "✓"; margin-right: 7px; color: var(--teal); }
.feature-icon { display: grid; width: 48px; height: 48px; place-items: center; color: var(--teal); background: rgba(20,199,160,.12); border-radius: 13px; font-size: 21px; font-weight: 800; }.teal-icon { color: #0d9e80; background: #ddfaf2; }.blue-icon { color: #167de6; background: #e2f1ff; }.violet-icon { color: #795ed3; background: #eee9ff; }.amber-icon { color: #c67b0f; background: #fff0d3; }.rose-icon { color: #d6546c; background: #ffe8ed; }
.mini-org { align-self: end; padding: 24px 12px; text-align: center; }.mini-org span { display: inline-block; padding: 7px 12px; color: #cfe1ef; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-radius: 6px; font-size: 9px; }.mini-org .org-root { display: block; width: max-content; margin: 0 auto 30px; color: white; border-color: rgba(20,199,160,.4); }.mini-org > div { display: flex; justify-content: center; gap: 12px; }.mini-org > div:last-child { margin-top: 20px; }.mini-org i { width: 34px; height: 5px; background: rgba(92,174,255,.3); border-radius: 3px; }
.feature-note { display: block; margin-top: 22px; color: #4981ad; font-size: 11px; font-weight: 700; }.compliance-list { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; align-content: center; }.compliance-list span { padding: 16px; color: #325b7d; background: white; border: 1px solid #dbe9f4; border-radius: 10px; font-size: 12px; font-weight: 800; box-shadow: 0 8px 20px rgba(20,47,72,.05); }.compliance-list i { display: inline-grid; width: 20px; height: 20px; margin-right: 6px; place-items: center; color: white; background: var(--teal); border-radius: 50%; font-style: normal; }

.benefits { position: relative; color: white; background: linear-gradient(135deg, var(--navy-950), #0b3151); overflow: hidden; }
.benefits::after { content: ""; position: absolute; inset: 0; opacity: .1; background-image: radial-gradient(circle at center, white 1px, transparent 1px); background-size: 24px 24px; }
.benefits-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.benefit-copy h2 { color: white; }.benefit-list { margin-top: 38px; }.benefit-list article { display: grid; grid-template-columns: 38px 1fr; gap: 15px; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.1); }.benefit-list article > span { color: var(--teal); font-size: 11px; font-weight: 800; }.benefit-list h3 { margin: 0 0 6px; font-size: 16px; }.benefit-list p { margin: 0; color: #9fb3c5; font-size: 13px; line-height: 1.6; }
.benefit-visual { position: relative; min-height: 460px; display: grid; place-items: center; }.rings { position: absolute; inset: 20px; }.rings i { position: absolute; inset: 50%; border: 1px solid rgba(92,174,255,.18); border-radius: 50%; transform: translate(-50%,-50%); }.rings i:nth-child(1){width:180px;height:180px}.rings i:nth-child(2){width:300px;height:300px}.rings i:nth-child(3){width:420px;height:420px;border-style:dashed}
.benefit-core { position: relative; z-index: 2; display: grid; width: 160px; height: 160px; place-items: center; align-content: center; color: white; background: linear-gradient(145deg, #0c3d66, #08243d); border: 1px solid rgba(92,174,255,.25); border-radius: 50%; box-shadow: 0 25px 60px rgba(0,0,0,.3); text-align: center; }.benefit-core img { width: 38px; margin-bottom: 10px; }.benefit-core strong { font-size: 17px; line-height: 1.2; }
.benefit-node { position: absolute; z-index: 3; padding: 10px 15px; color: #b9ccdb; background: #0c304e; border: 1px solid rgba(255,255,255,.1); border-radius: 8px; font-size: 10px; font-weight: 700; box-shadow: 0 10px 25px rgba(0,0,0,.2); }.node-one{top:50px;left:28px}.node-two{top:86px;right:8px}.node-three{bottom:70px;left:14px}.node-four{right:20px;bottom:40px}

.workflow { background: #f6f9fc; }.workflow-steps { display: grid; grid-template-columns: 1fr 60px 1fr 60px 1fr 60px 1fr; align-items: center; }.workflow-steps article { min-height: 215px; padding: 25px; background: white; border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 10px 30px rgba(20,47,72,.05); }.workflow-steps article > span { color: #9aacbd; font-size: 9px; font-weight: 800; }.workflow-steps i { display: grid; width: 42px; height: 42px; margin: 24px 0 16px; place-items: center; color: var(--blue); background: #e8f4ff; border-radius: 12px; font-style: normal; }.workflow-steps h3 { margin: 0 0 8px; font-size: 17px; }.workflow-steps p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }.connector { height: 1px; background: linear-gradient(90deg, #bcd1e2, var(--blue), #bcd1e2); }

.confidence-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; }.confidence-copy > p:last-child { margin-top: 24px; color: var(--muted); font-size: 17px; line-height: 1.7; }.confidence-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }.confidence-cards article { display: flex; gap: 16px; padding: 24px; background: #f8fafc; border: 1px solid var(--line); border-radius: 15px; }.confidence-cards article > span { display: grid; flex: 0 0 auto; width: 42px; height: 42px; place-items: center; color: var(--teal); background: #dffaf3; border-radius: 11px; font-size: 18px; }.confidence-cards h3 { margin: 0 0 7px; font-size: 15px; }.confidence-cards p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }

.cta { position: relative; padding: 110px 0; color: white; background: linear-gradient(120deg, #0878e5, #075aa9); overflow: hidden; }.cta::before { content: ""; position: absolute; width: 520px; height: 520px; top: -300px; right: -80px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.04),0 0 0 140px rgba(255,255,255,.03); }.cta-inner { position: relative; max-width: 850px; text-align: center; }.cta .eyebrow { justify-content: center; color: #c9e4ff; }.cta h2 { color: white; }.cta p:not(.eyebrow) { max-width: 650px; margin: 22px auto 30px; color: #d5e9fb; font-size: 17px; line-height: 1.7; }.cta-actions { display: flex; justify-content: center; gap: 12px; }

.site-footer { padding: 68px 0 25px; color: #9db0c1; background: var(--navy-950); }.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .8fr; gap: 70px; }.footer-grid img { width: 220px; border-radius: 5px; }.footer-grid p { max-width: 340px; margin: 20px 0 0; font-size: 13px; line-height: 1.7; }.footer-grid nav { display: grid; gap: 12px; align-content: start; color: #c7d4df; font-size: 13px; }.footer-contact { display: flex; flex-direction: column; gap: 8px; }.footer-contact span { color: #698299; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }.footer-contact a { color: white; font-size: 14px; }.footer-bottom { display: flex; justify-content: space-between; margin-top: 55px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.08); font-size: 11px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }.reveal.is-visible { opacity: 1; transform: none; }

/* Página: cómo funciona el cálculo */
.process-hero { position: relative; padding: 150px 0 105px; color: white; background: linear-gradient(128deg, var(--navy-950), var(--navy-900) 55%, #0a3153); overflow: hidden; }
.process-hero::before { content: ""; position: absolute; inset: 0; opacity: .14; background-image: linear-gradient(rgba(255,255,255,.09) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.09) 1px, transparent 1px); background-size: 64px 64px; }
.process-hero-inner { position: relative; max-width: 900px; text-align: center; }
.process-hero .eyebrow { justify-content: center; }.process-hero h1 { margin: 0; font-size: clamp(48px, 6vw, 76px); line-height: 1; letter-spacing: -.045em; }.process-hero h1 em { color: var(--teal); font-style: normal; }.process-hero p:not(.eyebrow) { max-width: 760px; margin: 28px auto 32px; color: #b6c7d8; font-size: 19px; line-height: 1.7; }
.back-link { display: inline-block; margin-bottom: 32px; color: #9fb7ca; font-size: 13px; font-weight: 700; }.back-link:hover { color: white; }
.calculation-process { background: #f7fafc; }.calculation-steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }.calculation-steps article { padding: 26px 22px; background: white; border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 10px 30px rgba(20,47,72,.05); }.calculation-steps article > span { color: #9aacbd; font-size: 9px; font-weight: 800; }.calculation-steps i { display: grid; width: 42px; height: 42px; margin: 22px 0 17px; place-items: center; color: var(--blue); background: #e8f4ff; border-radius: 12px; font-style: normal; }.calculation-steps h3 { margin: 0 0 10px; font-size: 17px; }.calculation-steps p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.worked-example { color: white; background: linear-gradient(135deg, var(--navy-950), #0b3151); }.example-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: center; }.example-copy h2 { margin: 0; font-size: clamp(36px, 4vw, 54px); line-height: 1.08; letter-spacing: -.035em; }.example-copy > p:not(.eyebrow,.example-note) { color: #adbfce; font-size: 17px; line-height: 1.75; }.example-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 28px 0; }.example-facts span { padding: 15px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: 10px; }.example-facts small,.example-facts strong { display: block; }.example-facts small { margin-bottom: 6px; color: #829aaf; font-size: 9px; text-transform: uppercase; }.example-facts strong { font-size: 16px; }.example-note { color: #7f96aa; font-size: 11px; line-height: 1.6; }
.calculation-card { padding: 30px; color: var(--ink); background: white; border-radius: 20px; box-shadow: 0 30px 70px rgba(0,0,0,.3); }.calculation-card-head { display: flex; justify-content: space-between; align-items: center; padding-bottom: 22px; border-bottom: 1px solid var(--line); }.calculation-card-head div,.classification-list span,.calculation-total span { display: flex; flex-direction: column; gap: 4px; }.calculation-card-head small,.classification-list small,.calculation-total small { color: #8494a3; font-size: 9px; }.calculation-card-head strong { font-size: 16px; }.status-ready { padding: 7px 10px; color: #087b64; background: #dcfaf2; border-radius: 6px; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.time-axis { display: flex; justify-content: space-between; margin: 28px 0 8px; color: #8494a3; font-size: 9px; }.time-bar { display: grid; grid-template-columns: 1fr 1fr; height: 54px; overflow: hidden; border-radius: 10px; }.time-bar span { display: grid; place-items: center; color: white; font-size: 11px; font-weight: 800; }.day-segment { background: linear-gradient(135deg,#1687f8,#43a2ff); }.night-segment { background: linear-gradient(135deg,#4d53a7,#292f74); }
.classification-list { margin-top: 24px; }.classification-list > div { display: grid; grid-template-columns: 12px 1fr auto; gap: 12px; align-items: center; padding: 14px 0; border-top: 1px solid #edf1f5; }.classification-list strong { font-size: 12px; }.classification-list b { font-size: 13px; }.swatch { width: 9px; height: 9px; border-radius: 50%; }.swatch.day { background: var(--blue); }.swatch.night { background: #4d53a7; }.swatch.holiday { background: var(--teal); }.calculation-total { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-top: 12px; padding: 18px; background: #f2f7fb; border-radius: 10px; }.calculation-total span:last-child { padding-left: 15px; border-left: 1px solid var(--line); }.calculation-total strong { font-size: 13px; }
.result-section { background: white; }.result-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: center; }.result-comparison { display: grid; grid-template-columns: 1fr 34px 1fr; gap: 14px; align-items: center; }.result-comparison article { min-height: 315px; padding: 26px; border-radius: 17px; }.result-comparison article > span { display: inline-block; margin-bottom: 20px; padding: 6px 9px; border-radius: 5px; font-size: 9px; font-weight: 800; text-transform: uppercase; }.manual-result { background: #fff9ef; border: 1px solid #f2dfbd; }.manual-result > span { color: #8b5b14; background: #ffecc9; }.manual-result ul { display: grid; gap: 13px; margin: 0; padding: 0; list-style: none; color: var(--muted); font-size: 13px; }.manual-result li::before { content: "—"; margin-right: 8px; color: #d4993d; }.system-result { display: flex; flex-direction: column; justify-content: center; background: #eafbf6; border: 1px solid #bcebdc; }.system-result > span { align-self: flex-start; color: #087b64; background: #cef5e9; }.system-result strong { font-size: 21px; line-height: 1.4; }.system-result small { margin-top: 18px; color: #54776e; font-size: 12px; line-height: 1.65; }.result-arrow { color: var(--blue); font-size: 24px; text-align: center; }

@media (max-width: 1020px) {
    .site-nav { gap: 17px; }.site-nav > a:not(.button) { display: none; }
    .hero { min-height: auto; }.hero-grid { grid-template-columns: 1fr; }.hero-copy { max-width: 720px; }.product-stage { max-width: 740px; margin: 20px auto 0; }
    .split-grid, .benefits-grid, .confidence-grid { grid-template-columns: 1fr; gap: 50px; }.benefit-visual { order: 2; }
    .feature-grid { grid-template-columns: 1fr 1fr; }.feature-card.feature-large, .feature-card.feature-wide { grid-column: span 2; }
    .workflow-steps { grid-template-columns: 1fr 30px 1fr; gap: 0; }.workflow-steps article:nth-of-type(3), .workflow-steps article:nth-of-type(4), .workflow-steps .connector:nth-of-type(2) { margin-top: 30px; }.workflow-steps .connector:nth-of-type(2) { display: none; }
    .calculation-steps { grid-template-columns: repeat(2, 1fr); }.example-grid,.result-grid { grid-template-columns: 1fr; gap: 50px; }
}

@media (max-width: 720px) {
    .shell { width: min(calc(100% - 28px), var(--shell)); }.section { padding: 78px 0; }
    .site-header { height: 70px; }.brand-mark, .site-header.is-scrolled .brand-mark { width: 44px; height: 44px; }.brand-mark img, .site-header.is-scrolled .brand-mark img { top: -12px; left: -39px; width: 288px; }.brand-copy strong, .site-header.is-scrolled .brand-copy strong { font-size: 22px; }.brand-copy small { margin-top: 5px; font-size: 8px; letter-spacing: .08em; }.nav-toggle { display: block; }.site-nav { position: absolute; top: 62px; left: 14px; right: 14px; display: none; align-items: stretch; padding: 18px; color: white; background: #08243d; border: 1px solid rgba(255,255,255,.1); border-radius: 13px; box-shadow: 0 20px 50px rgba(0,0,0,.3); }.site-nav.is-open { display: grid; }.site-nav > a:not(.button) { display: block; padding: 8px; }.site-nav .button { width: 100%; }
    .hero { padding: 120px 0 65px; }.hero :is(h1, h2) { font-size: 45px; }.hero-lead { font-size: 17px; }.hero-actions, .cta-actions { align-items: stretch; flex-direction: column; }.hero-actions .text-link { padding: 12px 0; text-align: center; }.hero-proof { display: grid; }
    .hero-carousel { min-height: 590px; }.hero-slide-track { min-height: 520px; }.hero-carousel-navigation { justify-content: center; }
    .product-window { transform: none; }.window-body { min-height: 310px; }.metric-grid { grid-template-columns: 1fr 1fr; }.metric-grid article:last-child { display: none; }.mock-lower { grid-template-columns: 1fr; }.activity-card { display: none; }.floating-card { display: none; }.mock-main { padding: 13px; }
    .visual-window { min-height: auto; }.visual-body { min-height: 350px; padding: 18px; }.biometric-visual,.holiday-visual { grid-template-columns: 1fr; }.biometric-visual .sync-path,.biometric-visual .visual-log,.holiday-detail { display: none; }.hour-result { grid-template-columns: 1fr; }.visual-heading { align-items: flex-start; gap: 8px; flex-direction: column; }
    .trust-inner { padding: 22px 0; align-items: flex-start; flex-direction: column; }.trust-inner div { flex-wrap: wrap; gap: 12px; }.trust-inner i { display: none; }
    .split-grid { gap: 30px; }.before-after { grid-template-columns: 1fr; }.before-after .arrow { transform: rotate(90deg); }
    .feature-grid { grid-template-columns: 1fr; }.feature-card.feature-large, .feature-card.feature-wide { grid-column: auto; grid-template-columns: 1fr; }.mini-org { display: none; }.compliance-list { margin-top: 10px; }
    .benefit-visual { min-height: 390px; transform: scale(.85); }.rings i:nth-child(3) { width: 360px; height: 360px; }
    .workflow-steps { grid-template-columns: 1fr; gap: 12px; }.workflow-steps .connector { display: none; }.workflow-steps article { min-height: auto; }.workflow-steps article:nth-of-type(3), .workflow-steps article:nth-of-type(4) { margin-top: 0; }
    .confidence-cards { grid-template-columns: 1fr; }.footer-grid { grid-template-columns: 1fr; gap: 35px; }.footer-bottom { gap: 10px; flex-direction: column; }
    .process-hero { padding: 120px 0 75px; }.process-hero h1 { font-size: 44px; }.process-hero p:not(.eyebrow) { font-size: 17px; }.calculation-steps { grid-template-columns: 1fr; }.example-facts { grid-template-columns: 1fr; }.calculation-card { padding: 20px; }.result-comparison { grid-template-columns: 1fr; }.result-arrow { transform: rotate(90deg); }.result-comparison article { min-height: auto; }
}

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