*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--primary: #8B5CF6;--primary-light: #A78BFA;--primary-dark: #7C3AED;--primary-bg: rgba(139, 92, 246, .08);--primary-bg-strong: rgba(139, 92, 246, .15);--bg: #F5F7FA;--bg-white: #FFFFFF;--bg-dark: #0D0F14;--bg-dark-card: #1A1F2E;--text: #0F1318;--text-secondary: #5A6478;--text-muted: #727B8C;--text-white: #F2F2F2;--border: #E1E7EF;--border-light: rgba(0, 0, 0, .06);--red: #E74C3C;--red-bg: rgba(231, 76, 60, .1);--orange: #FF7A39;--orange-bg: rgba(255, 122, 57, .1);--amber: #F59E0B;--amber-bg: rgba(245, 158, 11, .1);--green: #10B981;--green-bg: rgba(16, 185, 129, .1);--radius: 12px;--radius-lg: 16px;--radius-xl: 24px;--radius-full: 9999px;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .05), 0 1px 2px rgba(0, 0, 0, .04);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .07), 0 2px 4px -2px rgba(0, 0, 0, .05);--shadow-lg: 0 10px 25px -5px rgba(0, 0, 0, .08), 0 8px 10px -6px rgba(0, 0, 0, .04);--shadow-xl: 0 20px 50px -12px rgba(0, 0, 0, .12);--font: "Inter", system-ui, -apple-system, sans-serif;--container: 1200px}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font);font-size:16px;line-height:1.6;color:var(--text);background:var(--bg)}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}ul{list-style:none}.container{max-width:var(--container);margin:0 auto;padding:0 24px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:var(--font);font-weight:600;font-size:14px;padding:10px 20px;border-radius:var(--radius);border:2px solid transparent;cursor:pointer;transition:all .2s ease;white-space:nowrap}.btn--primary{background:var(--primary);color:#fff;border-color:var(--primary)}.btn--primary:hover{background:var(--primary-dark);border-color:var(--primary-dark);transform:translateY(-1px);box-shadow:0 4px 12px #8b5cf659}.btn--outline{background:transparent;color:var(--primary);border-color:var(--primary)}.btn--outline:hover{background:var(--primary-bg)}.btn--ghost{background:transparent;color:var(--text);border-color:transparent}.btn--ghost:hover{background:var(--primary-bg);color:var(--primary)}.btn--white{background:#fff;color:var(--primary);border-color:#fff}.btn--white:hover{background:#f5f7fa;transform:translateY(-1px);box-shadow:0 4px 12px #ffffff40}.btn--ghost-white{background:transparent;color:#fff;border-color:#ffffff4d}.btn--ghost-white:hover{background:#ffffff1a;border-color:#ffffff80}.btn--lg{padding:14px 28px;font-size:16px;border-radius:var(--radius-lg)}.btn--block{width:100%}.header{position:fixed;top:0;left:0;right:0;z-index:100;background:#f5f7facc;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);transition:all .3s ease}.header--scrolled{background:#fffffff2;box-shadow:0 1px 3px #00000014}.header__inner{display:flex;align-items:center;justify-content:space-between;height:72px}.header__logo{display:flex;align-items:center;gap:10px}.header__logo-icon{width:36px;height:36px;background:var(--primary);color:#fff;border-radius:10px;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:18px}.header__logo-text{font-weight:700;font-size:20px;color:var(--text)}.header__nav{display:flex;gap:32px}.header__link{font-size:14px;font-weight:500;color:var(--text-secondary);transition:color .2s}.header__link:hover{color:var(--primary)}.header__actions{display:flex;align-items:center;gap:8px}.header__burger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}.header__burger span{width:22px;height:2px;background:var(--text);border-radius:2px;transition:all .3s ease}.header__burger.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.header__burger.active span:nth-child(2){opacity:0}.header__burger.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.mobile-menu{display:none;flex-direction:column;padding:16px 24px 24px;background:var(--bg-white);border-top:1px solid var(--border)}.mobile-menu.active{display:flex}.mobile-menu__link{padding:12px 0;font-size:16px;font-weight:500;color:var(--text);border-bottom:1px solid var(--border)}.mobile-menu__actions{display:flex;flex-direction:column;gap:8px;margin-top:16px}.section-header{text-align:center;max-width:680px;margin:0 auto 64px}.section-tag{display:inline-block;font-size:13px;font-weight:600;color:var(--primary);background:var(--primary-bg);padding:6px 16px;border-radius:var(--radius-full);margin-bottom:16px;letter-spacing:.02em;text-transform:uppercase}.section-title{font-size:40px;font-weight:800;line-height:1.15;color:var(--text);margin-bottom:16px;letter-spacing:-.02em}.section-desc{font-size:18px;color:var(--text-secondary);line-height:1.65}.hero{padding:140px 0 80px;background:linear-gradient(180deg,var(--bg) 0%,var(--bg-white) 100%);overflow:hidden}.hero__inner{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.hero__badge{display:inline-block;font-size:13px;font-weight:600;color:var(--primary);background:var(--primary-bg);padding:6px 16px;border-radius:var(--radius-full);margin-bottom:20px;letter-spacing:.02em}.hero__title{font-size:52px;font-weight:800;line-height:1.1;color:var(--text);margin-bottom:20px;letter-spacing:-.03em}.hero__subtitle{font-size:19px;color:var(--text-secondary);line-height:1.65;margin-bottom:32px;max-width:520px}.hero__cta{display:flex;gap:16px;margin-bottom:48px}.hero__proof{display:flex;align-items:center;gap:24px}.hero__proof-item{display:flex;flex-direction:column}.hero__proof-number{font-size:22px;font-weight:800;color:var(--text)}.hero__proof-label{font-size:13px;color:var(--text-muted)}.hero__proof-divider{width:1px;height:36px;background:var(--border)}.hero__visual{display:flex;justify-content:flex-end}.hero__dashboard{width:100%;max-width:480px;background:var(--bg-white);border-radius:var(--radius-xl);box-shadow:var(--shadow-xl);overflow:hidden;border:1px solid var(--border)}.hero__dashboard-header{display:flex;align-items:center;gap:12px;padding:14px 20px;background:var(--bg);border-bottom:1px solid var(--border)}.hero__dashboard-dots{display:flex;gap:6px}.hero__dashboard-dots span{width:10px;height:10px;border-radius:50%}.hero__dashboard-dots span:nth-child(1){background:#ff5f57}.hero__dashboard-dots span:nth-child(2){background:#febc2e}.hero__dashboard-dots span:nth-child(3){background:#28c840}.hero__dashboard-title{font-size:13px;font-weight:600;color:var(--text-muted)}.hero__dashboard-body{padding:24px}.hero__stat-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:24px}.hero__stat-card{background:var(--bg);border-radius:var(--radius);padding:16px;border:1px solid var(--border)}.hero__stat-label{display:block;font-size:12px;color:var(--text-muted);margin-bottom:6px}.hero__stat-value{display:block;font-size:24px;font-weight:800;color:var(--text);letter-spacing:-.02em}.hero__stat-trend{font-size:12px;font-weight:600}.hero__stat-trend--down{color:var(--green)}.hero__stat-trend--up{color:var(--primary)}.hero__chart{background:var(--bg);border-radius:var(--radius);padding:20px;border:1px solid var(--border)}.hero__chart-bars{display:flex;align-items:flex-end;gap:12px;height:80px;margin-bottom:12px}.hero__chart-bar{flex:1;background:var(--primary-bg-strong);border-radius:6px 6px 0 0;transition:background .2s}.hero__chart-bar--active{background:var(--primary)}.hero__chart-label{font-size:12px;color:var(--text-muted)}.problem{padding:100px 0;background:var(--bg-white)}.problem__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:40px}.problem__card{background:var(--bg);border-radius:var(--radius-lg);padding:32px;border:1px solid var(--border);transition:all .3s ease}.problem__card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.problem__icon{width:48px;height:48px;border-radius:var(--radius);display:flex;align-items:center;justify-content:center;margin-bottom:20px}.problem__icon--red{background:var(--red-bg);color:var(--red)}.problem__icon--orange{background:var(--orange-bg);color:var(--orange)}.problem__icon--amber{background:var(--amber-bg);color:var(--amber)}.problem__card-title{font-size:20px;font-weight:700;margin-bottom:10px;color:var(--text)}.problem__card-desc{font-size:15px;color:var(--text-secondary);line-height:1.6}.problem__footer{text-align:center;font-size:18px;color:var(--text-secondary)}.problem__footer strong{color:var(--primary);font-weight:700}.features{padding:100px 0;background:var(--bg)}.feature-row{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;margin-bottom:80px}.feature-row:last-child{margin-bottom:0}.feature-row--reverse{direction:rtl}.feature-row--reverse>*{direction:ltr}.feature-row__number{font-size:56px;font-weight:800;color:var(--primary-bg-strong);line-height:1;margin-bottom:12px;color:var(--primary);opacity:.2}.feature-row__title{font-size:32px;font-weight:800;color:var(--text);margin-bottom:8px;letter-spacing:-.02em}.feature-row__tagline{font-size:16px;color:var(--primary);font-weight:600;margin-bottom:16px}.feature-row__desc{font-size:16px;color:var(--text-secondary);line-height:1.65;margin-bottom:24px}.feature-row__list{display:flex;flex-direction:column;gap:10px}.feature-row__list li{display:flex;align-items:center;gap:10px;font-size:15px;color:var(--text);font-weight:500}.feature-row__list li:before{content:"";width:20px;height:20px;min-width:20px;border-radius:50%;background:var(--green-bg);background-image:url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2310B981' stroke-width='3' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:12px}.feature-card-demo{background:var(--bg-white);border-radius:var(--radius-lg);padding:28px;box-shadow:var(--shadow-lg);border:1px solid var(--border)}.demo-stat{display:flex;align-items:center;gap:16px;padding:16px;border-radius:var(--radius);background:var(--bg);margin-bottom:12px;border:1px solid var(--border-light)}.demo-stat:last-child{margin-bottom:0}.demo-stat__icon{width:44px;height:44px;border-radius:var(--radius);display:flex;align-items:center;justify-content:center;min-width:44px}.demo-stat__icon--purple{background:var(--primary-bg);color:var(--primary)}.demo-stat__icon--green{background:var(--green-bg);color:var(--green)}.demo-stat__icon--amber{background:var(--amber-bg);color:var(--amber)}.demo-stat__label{display:block;font-size:12px;color:var(--text-muted);margin-bottom:2px}.demo-stat__value{display:block;font-size:20px;font-weight:800;color:var(--text)}.feature-card-demo--roles{display:flex;flex-direction:column;gap:12px}.role-card{display:flex;align-items:center;gap:16px;padding:16px 20px;background:var(--bg);border-radius:var(--radius);border:1px solid var(--border-light)}.role-card__badge{display:inline-flex;padding:4px 14px;border-radius:var(--radius-full);font-size:13px;font-weight:600;min-width:120px;justify-content:center}.role-card__badge--admin{background:var(--primary);color:#fff}.role-card__badge--dept{background:var(--primary-bg-strong);color:var(--primary-dark)}.role-card__badge--finance{background:var(--green-bg);color:#059669}.role-card__badge--employee{background:var(--bg);color:var(--text-secondary);border:1px solid var(--border)}.role-card__desc{font-size:14px;color:var(--text-secondary)}.feature-card-demo--usage{display:flex;flex-direction:column;gap:20px}.usage-demo__title{display:block;font-size:14px;font-weight:700;color:var(--text);margin-bottom:10px}.usage-demo__bar{display:flex;height:32px;border-radius:8px;overflow:hidden;margin-bottom:8px}.usage-demo__segment{display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:600;color:#fff;overflow:hidden}.usage-demo__segment--active{background:var(--green)}.usage-demo__segment--rarely{background:var(--amber)}.usage-demo__segment--unused{background:var(--red)}.usage-demo__meta{display:flex;justify-content:space-between;font-size:12px;color:var(--text-muted)}.usage-demo__status{font-weight:600;color:var(--primary)}.usage-demo__status--done{color:var(--green)}.workflow{padding:100px 0;background:var(--bg-white)}.workflow__steps{max-width:640px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.workflow__step{display:flex;gap:24px;align-items:flex-start;width:100%}.workflow__step-number{width:52px;height:52px;min-width:52px;background:var(--primary);color:#fff;border-radius:var(--radius);display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:800}.workflow__step-content{flex:1;padding-top:4px}.workflow__step-title{font-size:20px;font-weight:700;color:var(--text);margin-bottom:8px}.workflow__step-desc{font-size:15px;color:var(--text-secondary);line-height:1.6}.workflow__connector{display:flex;justify-content:center;padding:8px 0;color:var(--primary);margin-left:14px;opacity:.4}.personas{padding:100px 0;background:var(--bg)}.personas__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.persona-card{background:var(--bg-white);border-radius:var(--radius-lg);padding:36px;border:1px solid var(--border);transition:all .3s ease}.persona-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.persona-card--featured{border-color:var(--primary);box-shadow:0 0 0 1px var(--primary),var(--shadow-md)}.persona-card--featured:hover{box-shadow:0 0 0 1px var(--primary),var(--shadow-xl)}.persona-card__icon{width:52px;height:52px;border-radius:var(--radius);background:var(--primary-bg);color:var(--primary);display:flex;align-items:center;justify-content:center;margin-bottom:20px}.persona-card__role{font-size:20px;font-weight:700;color:var(--text);margin-bottom:12px}.persona-card__quote{font-size:15px;color:var(--text-secondary);line-height:1.6;font-style:italic;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid var(--border)}.persona-card__list{display:flex;flex-direction:column;gap:8px}.persona-card__list li{font-size:14px;color:var(--text);font-weight:500;display:flex;align-items:center;gap:8px}.persona-card__list li:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--primary);min-width:6px}.faq{padding:100px 0;background:var(--bg)}.faq__list{max-width:740px;margin:0 auto;display:flex;flex-direction:column;gap:12px}.faq__item{background:var(--bg-white);border-radius:var(--radius-lg);border:1px solid var(--border);overflow:hidden;transition:box-shadow .2s}.faq__item[open]{box-shadow:var(--shadow-md)}.faq__question{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;font-size:17px;font-weight:600;color:var(--text);cursor:pointer;list-style:none;gap:16px}.faq__question::-webkit-details-marker{display:none}.faq__question::marker{content:""}.faq__chevron{min-width:20px;transition:transform .2s;color:var(--text-muted)}.faq__item[open] .faq__chevron{transform:rotate(180deg);color:var(--primary)}.faq__answer{padding:0 24px 20px}.faq__answer p{font-size:15px;color:var(--text-secondary);line-height:1.7}.cta{padding:100px 0;background:var(--bg-white)}.cta__inner{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);border-radius:var(--radius-xl);padding:80px 60px;text-align:center}.cta__title{font-size:40px;font-weight:800;color:#fff;margin-bottom:16px;letter-spacing:-.02em}.cta__desc{font-size:18px;color:#ffffffd9;max-width:560px;margin:0 auto 32px;line-height:1.6}.cta__actions{display:flex;justify-content:center;gap:16px;margin-bottom:32px}.cta__reasons{display:flex;justify-content:center;gap:32px}.cta__reason{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500;color:#ffffffd9}.cta__reason svg{color:#ffffffe6}.footer{padding:30px 0;background:var(--bg-dark);color:var(--text-white);border-top:1px solid rgba(255,255,255,.05)}.footer__inner{display:flex;justify-content:space-between;align-items:center;gap:32px}.footer__left{display:flex;align-items:center;gap:24px}.footer__left .header__logo-text{color:var(--text-white)}.footer__copy{font-size:13px;color:#f2f2f266}.footer__nav{display:flex;gap:24px;flex-wrap:wrap}.footer__link{font-size:14px;color:#f2f2f299;transition:color .2s;font-weight:500}.footer__link:hover{color:var(--primary-light)}@media (max-width: 1024px){.hero__title{font-size:42px}.section-title{font-size:34px}.feature-row{gap:40px}}@media (max-width: 768px){.header__nav,.header__actions{display:none}.header__burger{display:flex}.hero{padding:110px 0 60px}.hero__inner{grid-template-columns:1fr;gap:40px}.hero__title{font-size:36px}.hero__subtitle{font-size:17px}.hero__cta{flex-direction:column}.hero__proof{flex-wrap:wrap;gap:16px}.hero__proof-divider{display:none}.hero__visual{justify-content:center}.problem__grid{grid-template-columns:1fr}.section-title{font-size:30px}.section-desc{font-size:16px}.feature-row,.feature-row--reverse{grid-template-columns:1fr;direction:ltr;gap:32px}.feature-row__number{font-size:40px}.feature-row__title{font-size:26px}.personas__grid{grid-template-columns:1fr}.cta__inner{padding:48px 24px}.cta__title{font-size:30px}.cta__actions{flex-direction:column;align-items:center}.cta__reasons{flex-direction:column;align-items:center;gap:12px}.footer__inner{flex-direction:column;text-align:center;gap:24px}.footer__left{flex-direction:column;gap:12px}.footer__nav{justify-content:center;gap:16px}}@media (max-width: 480px){.hero__title{font-size:30px}.section-title{font-size:26px}}
