@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap");.landing-root{--primary:#6db73e;--primary-dark:#39601f;--primary-light:#eef7e7;--primary-mid:#8fcf5d;--accent:#22c55e;--text:#1c1c1c;--text-muted:#6b7280;--text-light:#9ca3af;--border:#e5e7eb;--surface:#f9fafb;--white:#ffffff;--shadow-sm:0 1px 3px rgba(0,0,0,0.08);--shadow-md:0 4px 16px rgba(0,0,0,0.1);--shadow-lg:0 12px 40px rgba(0,0,0,0.12);--radius-sm:8px;--radius-md:14px;--radius-lg:24px;--radius-xl:32px;font-family:Inter,system-ui,sans-serif;background:#ffffff;color:#1c1c1c;line-height:1.6;overflow-x:clip;width:100%;min-height:100vh}.landing-root *,.landing-root :after,.landing-root :before{box-sizing:border-box;margin:0;padding:0}.landing-root a{color:inherit}.landing-root .container{max-width:1160px;margin:0 auto;padding:0 24px}.landing-root .reveal{opacity:0;transform:translateY(28px);transition:opacity .6s ease,transform .6s ease}.landing-root .reveal.visible{opacity:1;transform:translateY(0)}.landing-root .reveal-delay-1{transition-delay:.1s}.landing-root .reveal-delay-2{transition-delay:.2s}.landing-root .reveal-delay-3{transition-delay:.3s}.landing-root .reveal-delay-4{transition-delay:.4s}.landing-root nav{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.92);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);transition:box-shadow .2s ease}.landing-root .nav-inner{display:flex;align-items:center;justify-content:space-between;height:64px}.landing-root .nav-logo{display:flex;align-items:center;gap:10px;text-decoration:none}.landing-root .nav-logo img{display:block;height:40px;width:auto}.landing-root .nav-links{display:flex;align-items:center;gap:32px;list-style:none}.landing-root .nav-links a{text-decoration:none;font-size:14px;font-weight:500;color:var(--text-muted);transition:color .2s}.landing-root .nav-links a:hover{color:var(--primary)}.landing-root .nav-cta{display:flex;align-items:center;gap:12px}.landing-root .btn{display:inline-flex;align-items:center;gap:8px;padding:10px 22px;border-radius:var(--radius-sm);font-size:14px;font-weight:600;cursor:pointer;text-decoration:none;transition:all .2s;border:none;line-height:1.2}.landing-root .btn-outline{background:transparent;border:1.5px solid var(--border);color:var(--text)}.landing-root .btn-outline:hover{border-color:var(--primary);color:var(--primary)}.landing-root .btn-primary{background:var(--primary);color:#fff}.landing-root .btn-primary:hover{background:var(--primary-dark);transform:translateY(-1px);box-shadow:0 6px 20px rgba(109,183,62,.35)}.landing-root .btn-lg{padding:14px 32px;font-size:16px;border-radius:var(--radius-md)}.landing-root .landing-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;border:1px solid var(--border);background:transparent;color:var(--text);cursor:pointer;font-size:13px;font-weight:700;line-height:1;transition:all .2s}.landing-root .landing-icon-btn:hover{border-color:var(--primary);color:var(--primary)}.landing-root .nav-mobile-controls{display:flex;gap:10px;margin-bottom:16px}.landing-root .nav-hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:4px;background:none;border:none}.landing-root .nav-hamburger span{width:24px;height:2px;background:var(--text);border-radius:2px;transition:all .2s}.landing-root .hero{padding:96px 0 80px;background:radial-gradient(ellipse 120% 80% at 50% -10%,rgba(109,183,62,.12) 0,transparent 60%),linear-gradient(180deg,#f0f8e8,#ffffff 40%);overflow:hidden;position:relative}.landing-root .hero:before{content:"";position:absolute;right:-200px;top:-100px;width:600px;height:600px;background:radial-gradient(circle,rgba(109,183,62,.08) 0,transparent 70%);pointer-events:none}.landing-root .hero-inner{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.landing-root .hero-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 16px;background:var(--primary-light);border:1px solid rgba(109,183,62,.3);border-radius:100px;font-size:13px;font-weight:600;color:var(--primary-dark);margin-bottom:24px}.landing-root .hero-badge span{width:8px;height:8px;background:var(--primary);border-radius:50%;display:block}.landing-root .hero h1{font-size:clamp(36px,5vw,56px);font-weight:900;line-height:1.12;letter-spacing:-1.5px;color:var(--text);margin-bottom:24px}.landing-root .hero h1 .highlight{color:var(--primary);position:relative}.landing-root .hero-description{font-size:18px;color:var(--text-muted);line-height:1.7;margin-bottom:40px;max-width:480px}.landing-root .hero-actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.landing-root .hero-trust{margin-top:40px;display:flex;align-items:center;gap:12px;font-size:13px;color:var(--text-muted)}.landing-root .trust-avatars{display:flex}.landing-root .trust-avatars span{width:32px;height:32px;border-radius:50%;border:2px solid #fff;background:linear-gradient(135deg,var(--primary),var(--primary-dark));display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:#fff;margin-left:-8px}.landing-root .trust-avatars span:first-child{margin-left:0}.landing-root .hero-visual{position:relative}.landing-root .hero-mockup{background:#fff;border-radius:var(--radius-xl);box-shadow:0 24px 80px rgba(0,0,0,.14),0 2px 8px rgba(0,0,0,.06);overflow:hidden;border:1px solid var(--border)}.landing-root .mockup-header{background:var(--surface);border-bottom:1px solid var(--border);padding:12px 20px;display:flex;align-items:center;gap:8px}.landing-root .mockup-dot{width:10px;height:10px;border-radius:50%}.landing-root .mockup-body{padding:20px}.landing-root .dash-greeting{font-size:15px;font-weight:700;color:var(--text);margin-bottom:16px}.landing-root .dash-stats{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px;margin-bottom:16px}.landing-root .dash-stat-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);padding:12px}.landing-root .dash-stat-card.large{grid-column:1/-1;display:flex;align-items:center;gap:14px}.landing-root .dash-stat-icon{width:36px;height:36px;background:var(--primary-light);border-radius:9px;display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0}.landing-root .dash-stat-value{font-size:22px;font-weight:800;color:var(--primary)}.landing-root .dash-stat-label{font-size:10px;color:var(--text-muted);margin-top:2px}.landing-root .dash-request-row{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);padding:10px 12px;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.landing-root .dash-request-row:last-child{margin-bottom:0}.landing-root .req-left{display:flex;align-items:center;gap:10px}.landing-root .req-avatar{width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,var(--primary),var(--primary-dark));display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;color:#fff;flex-shrink:0}.landing-root .req-name{font-size:11px;font-weight:600}.landing-root .req-type{font-size:10px;color:var(--text-muted)}.landing-root .req-badge{font-size:9px;font-weight:600;padding:2px 8px;border-radius:100px}.landing-root .badge-pending{background:#fef3c7;color:#92400e}.landing-root .badge-approved{background:#d1fae5;color:#065f46}.landing-root .float-card{position:absolute;background:#fff;border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);padding:12px 16px;display:flex;align-items:center;gap:10px}.landing-root .float-card-icon{font-size:22px}.landing-root .float-card-text{font-size:12px}.landing-root .float-card-title{font-weight:700;color:var(--text)}.landing-root .float-card-sub{color:var(--text-muted);font-size:11px}.landing-root .float-checkin{bottom:-20px;left:-40px;animation:landing-float1 4s ease-in-out infinite}.landing-root .float-payroll{top:30px;right:-30px;animation:landing-float2 5s ease-in-out infinite}@keyframes landing-float1{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes landing-float2{0%,to{transform:translateY(0)}50%{transform:translateY(8px)}}.landing-root section{padding:96px 0}.landing-root .section-tag{display:inline-block;background:var(--primary-light);color:var(--primary-dark);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:4px 12px;border-radius:100px;margin-bottom:16px}.landing-root .section-title{font-size:clamp(28px,4vw,42px);font-weight:800;line-height:1.2;letter-spacing:-.8px;color:var(--text);margin-bottom:16px}.landing-root .section-subtitle{font-size:17px;color:var(--text-muted);max-width:580px;line-height:1.7}.landing-root .section-header{text-align:center;margin-bottom:56px}.landing-root .section-header .section-subtitle{margin:0 auto}.landing-root .logos-bar{padding:40px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--surface)}.landing-root .logos-label{text-align:center;font-size:13px;font-weight:500;color:var(--text-light);letter-spacing:.06em;text-transform:uppercase;margin-bottom:24px}.landing-root .logos-row{display:flex;align-items:center;justify-content:center;gap:48px;flex-wrap:wrap}.landing-root .logo-pill{display:flex;align-items:center;gap:8px;padding:8px 20px;border:1.5px solid var(--border);border-radius:var(--radius-sm);font-size:13px;font-weight:600;color:var(--text-muted);background:#fff}.landing-root .modules-bg{background:var(--surface)}.landing-root .modules-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.landing-root .module-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-md);padding:28px;cursor:default;transition:box-shadow .25s,border-color .25s,transform .25s}.landing-root .module-card:hover{border-color:rgba(109,183,62,.4);box-shadow:0 8px 28px rgba(109,183,62,.12);transform:translateY(-3px)}.landing-root .module-icon{width:48px;height:48px;background:var(--primary-light);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;font-size:22px;margin-bottom:16px}.landing-root .module-card h3{font-size:16px;font-weight:700;color:var(--text);margin-bottom:8px}.landing-root .module-card p{font-size:13px;color:var(--text-muted);line-height:1.6}.landing-root .module-features{display:flex;flex-wrap:wrap;gap:6px;margin-top:14px}.landing-root .module-feature-tag{font-size:11px;font-weight:500;background:var(--surface);border:1px solid var(--border);color:var(--text-muted);padding:2px 9px;border-radius:100px}.landing-root .deep-feature{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center;margin-bottom:96px}.landing-root .deep-feature:last-child{margin-bottom:0}.landing-root .deep-feature.reverse{direction:rtl}.landing-root .deep-feature.reverse>*{direction:ltr}.landing-root .deep-feature-content .section-tag{display:inline-block}.landing-root .deep-feature-content h2{font-size:clamp(24px,3.5vw,36px);font-weight:800;line-height:1.25;letter-spacing:-.6px;margin-bottom:16px}.landing-root .deep-feature-content p{font-size:16px;color:var(--text-muted);line-height:1.7;margin-bottom:24px}.landing-root .feature-bullets{list-style:none}.landing-root .feature-bullets li{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:var(--text-muted);margin-bottom:10px}.landing-root .feature-bullets li:before{content:"✓";width:20px;height:20px;background:var(--primary-light);color:var(--primary);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:800;flex-shrink:0;margin-top:1px}.landing-root .deep-visual{background:#fff;border:1px solid var(--border);border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-lg)}.landing-root .deep-visual-header{background:var(--primary);padding:16px 20px;display:flex;align-items:center;gap:10px;color:#fff}.landing-root .deep-visual-title{font-size:14px;font-weight:700}.landing-root .deep-visual-body{padding:20px}.landing-root .payroll-row{display:flex;align-items:center;justify-content:space-between;padding:10px 0;border-bottom:1px solid var(--border);font-size:13px}.landing-root .payroll-row:last-child{border-bottom:none}.landing-root .payroll-emp{display:flex;align-items:center;gap:10px}.landing-root .payroll-avatar{width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:#fff}.landing-root .payroll-emp-name{font-weight:600}.landing-root .payroll-emp-dept{font-size:11px;color:var(--text-muted)}.landing-root .payroll-net{font-weight:700;color:var(--primary)}.landing-root .payroll-totals{margin-top:14px;background:var(--primary-light);border-radius:var(--radius-sm);padding:12px 16px;display:flex;justify-content:space-between;align-items:center}.landing-root .payroll-total-label{font-size:12px;font-weight:600;color:var(--primary-dark)}.landing-root .payroll-total-value{font-size:18px;font-weight:800;color:var(--primary-dark)}.landing-root .kpi-rule{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);padding:10px 14px;margin-bottom:8px;display:flex;align-items:center;justify-content:space-between;font-size:12px}.landing-root .kpi-rule-cond{color:var(--text-muted)}.landing-root .kpi-rule-result{font-weight:700;color:var(--primary)}.landing-root .kpi-eval-preview{background:var(--primary-light);border:1px solid rgba(109,183,62,.3);border-radius:var(--radius-sm);padding:12px 16px;margin-top:12px}.landing-root .kpi-eval-label{font-size:11px;color:var(--primary-dark);font-weight:600}.landing-root .kpi-eval-value{font-size:20px;font-weight:800;color:var(--primary-dark);margin-top:4px}.landing-root .attend-map-placeholder{height:100px;background:linear-gradient(135deg,#e8f5e0,#c8e6b0);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;margin-bottom:14px;position:relative;overflow:hidden}.landing-root .attend-map-placeholder:before{content:"";position:absolute;width:60px;height:60px;border:2px dashed var(--primary);border-radius:50%;opacity:.5}.landing-root .attend-map-placeholder:after{content:"📍";font-size:24px;position:relative;z-index:1}.landing-root .attend-checkin-btn{width:100%;background:var(--primary);color:#fff;border:none;border-radius:var(--radius-sm);padding:12px;font-size:14px;font-weight:700;cursor:pointer;margin-bottom:12px}.landing-root .attend-record-row{display:flex;align-items:center;justify-content:space-between;font-size:12px;padding:8px 0;border-bottom:1px solid var(--border)}.landing-root .attend-record-date{font-weight:600}.landing-root .attend-time{color:var(--text-muted)}.landing-root .request-type-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.landing-root .req-type-btn{background:var(--surface);border:1.5px solid var(--border);border-radius:var(--radius-sm);padding:12px;display:flex;flex-direction:column;align-items:center;gap:6px;font-size:12px;font-weight:600;color:var(--text);cursor:pointer;transition:all .15s;text-align:center}.landing-root .req-type-btn.active,.landing-root .req-type-btn:hover{border-color:var(--primary);background:var(--primary-light);color:var(--primary-dark)}.landing-root .req-type-btn .emoji{font-size:20px}.landing-root .roles-bg{background:linear-gradient(180deg,#f0f8e8,#fff)}.landing-root .roles-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px}.landing-root .role-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);padding:36px;position:relative;overflow:hidden;transition:box-shadow .25s,transform .25s}.landing-root .role-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.landing-root .role-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--primary)}.landing-root .role-badge{display:inline-block;background:var(--primary-light);color:var(--primary-dark);font-size:12px;font-weight:700;padding:4px 12px;border-radius:100px;margin-bottom:16px}.landing-root .role-card h3{font-size:22px;font-weight:800;margin-bottom:12px}.landing-root .role-card p{font-size:14px;color:var(--text-muted);margin-bottom:20px;line-height:1.6}.landing-root .role-perms{display:flex;flex-direction:column;gap:8px}.landing-root .role-perm{display:flex;align-items:center;gap:10px;font-size:13px;color:var(--text-muted)}.landing-root .role-perm .perm-icon{width:22px;height:22px;background:var(--primary-light);border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:12px;flex-shrink:0}.landing-root .how-bg{background:var(--surface)}.landing-root .steps-row{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;position:relative}.landing-root .steps-row:before{content:"";position:absolute;top:36px;left:calc(16.67% + 36px);right:calc(16.67% + 36px);height:2px;background:linear-gradient(90deg,var(--primary),var(--primary-dark));border-radius:2px}.landing-root .step-card{text-align:center}.landing-root .step-number{width:72px;height:72px;background:linear-gradient(135deg,var(--primary),var(--primary-dark));border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:900;color:#fff;margin:0 auto 24px;box-shadow:0 8px 24px rgba(109,183,62,.35);position:relative;z-index:1}.landing-root .step-card h3{font-size:18px;font-weight:700;margin-bottom:10px}.landing-root .step-card p{font-size:14px;color:var(--text-muted);line-height:1.6}.landing-root .stats-bg{background:linear-gradient(135deg,var(--primary-dark),#2d5016);color:#fff}.landing-root .stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.landing-root .stat-item{padding:40px 32px;text-align:center;border-right:1px solid rgba(255,255,255,.15)}.landing-root .stat-item:last-child{border-right:none}.landing-root .stat-number{font-size:48px;font-weight:900;line-height:1;color:var(--primary-mid);margin-bottom:10px}.landing-root .stat-number span{font-size:28px}.landing-root .stat-label{font-size:14px;font-weight:500;color:rgba(255,255,255,.75)}.landing-root .plans-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px;max-width:800px;margin:0 auto}.landing-root .plan-card{background:#fff;border:2px solid var(--border);border-radius:var(--radius-lg);padding:36px;position:relative}.landing-root .plan-card.featured{border-color:var(--primary);box-shadow:0 8px 32px rgba(109,183,62,.2)}.landing-root .plan-badge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:var(--primary);color:#fff;font-size:12px;font-weight:700;padding:3px 14px;border-radius:100px}.landing-root .plan-name{font-size:20px;font-weight:800;margin-bottom:8px}.landing-root .plan-desc{font-size:14px;color:var(--text-muted);margin-bottom:24px}.landing-root .plan-price{font-size:40px;font-weight:900;color:var(--text);margin-bottom:24px}.landing-root .plan-price sup{font-size:18px;vertical-align:top;margin-top:8px}.landing-root .plan-price sub{font-size:14px;font-weight:500;color:var(--text-muted)}.landing-root .plan-features{list-style:none;margin-bottom:32px}.landing-root .plan-features li{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--text-muted);padding:7px 0;border-bottom:1px solid var(--surface)}.landing-root .plan-features li:last-child{border-bottom:none}.landing-root .plan-features li .check{color:var(--primary);font-weight:800;font-size:14px}.landing-root .plan-features li .cross{color:var(--text-light);font-size:14px}.landing-root .cta-section{background:linear-gradient(135deg,var(--primary),var(--primary-dark));color:#fff;text-align:center;padding:96px 0}.landing-root .cta-section h2{font-size:clamp(28px,4vw,48px);font-weight:900;letter-spacing:-.8px;margin-bottom:16px}.landing-root .cta-section p{font-size:18px;opacity:.85;max-width:520px;margin:0 auto 40px;line-height:1.7}.landing-root .cta-buttons{display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap}.landing-root .btn-white{background:#fff;color:var(--primary-dark)}.landing-root .btn-white:hover{background:#f0f8e8;transform:translateY(-2px)}.landing-root .btn-ghost-white{background:rgba(255,255,255,.15);border:1.5px solid rgba(255,255,255,.4);color:#fff}.landing-root .btn-ghost-white:hover{background:rgba(255,255,255,.25)}.landing-root .cta-trust{margin-top:32px;font-size:13px;opacity:.7}.landing-root footer{background:#0f1612;color:rgba(255,255,255,.65);padding:56px 0 32px}.landing-root .footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-bottom:48px}.landing-root .footer-logo{display:flex;align-items:center;gap:10px;margin-bottom:16px}.landing-root .footer-logo img{display:block;height:40px;width:auto;filter:brightness(0) invert(1)}.landing-root .footer-tagline{font-size:13px;line-height:1.6;max-width:260px}.landing-root .footer-col h4{font-size:13px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:rgba(255,255,255,.9);margin-bottom:16px}.landing-root .footer-col ul{list-style:none}.landing-root .footer-col li{margin-bottom:10px}.landing-root .footer-col a{text-decoration:none;font-size:14px;color:rgba(255,255,255,.55);transition:color .2s}.landing-root .footer-col a:hover{color:var(--primary)}.landing-root .footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:24px;display:flex;justify-content:space-between;align-items:center;font-size:13px;flex-wrap:wrap;gap:12px}.landing-root .footer-bottom-links{display:flex;gap:20px}.landing-root .footer-bottom-links a{text-decoration:none;color:rgba(255,255,255,.45);transition:color .2s}.landing-root .footer-bottom-links a:hover{color:var(--primary)}.landing-root .nav-mobile-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.4);z-index:200}.landing-root .nav-mobile-overlay.open{display:block}.landing-root .nav-mobile-menu{position:fixed;top:0;right:0;width:280px;height:100%;background:#fff;padding:80px 24px 32px;z-index:201;transform:translateX(100%);transition:transform .3s ease;box-shadow:var(--shadow-lg)}.landing-root .nav-mobile-menu.open{transform:translateX(0)}.landing-root .nav-mobile-menu ul{list-style:none}.landing-root .nav-mobile-menu li{margin-bottom:8px}.landing-root .nav-mobile-menu a{display:block;padding:12px 0;text-decoration:none;font-size:16px;font-weight:500;color:var(--text);border-bottom:1px solid var(--border)}.landing-root .nav-close{position:absolute;top:20px;right:20px;font-size:24px;cursor:pointer;color:var(--text-muted);background:none;border:none}@media (max-width:1024px){.landing-root .modules-grid{grid-template-columns:repeat(2,1fr)}.landing-root .deep-feature{grid-template-columns:1fr;gap:36px}.landing-root .deep-feature.reverse{direction:ltr}.landing-root .stats-grid{grid-template-columns:repeat(2,1fr)}.landing-root .stat-item:nth-child(2){border-right:none}.landing-root .footer-grid{grid-template-columns:1fr 1fr;gap:32px}}@media (max-width:768px){.landing-root .hero-inner{grid-template-columns:1fr;gap:40px}.landing-root .hero-visual{display:none}.landing-root .hero{padding:64px 0 56px}.landing-root .nav-cta,.landing-root .nav-links{display:none}.landing-root .nav-hamburger{display:flex}.landing-root section{padding:64px 0}.landing-root .modules-grid,.landing-root .roles-grid,.landing-root .steps-row{grid-template-columns:1fr}.landing-root .steps-row:before{display:none}.landing-root .stats-grid{grid-template-columns:1fr 1fr}.landing-root .plans-grid{grid-template-columns:1fr}.landing-root .footer-grid{grid-template-columns:1fr;gap:32px}.landing-root .footer-bottom{flex-direction:column;text-align:center}}[dir=rtl] .landing-root .hero h1{letter-spacing:0}[dir=rtl] .landing-root .nav-links{flex-direction:row-reverse}html.dark .landing-root{--primary-light:rgba(109,183,62,0.18);--text:#f3f4f6;--text-muted:#9ca3af;--text-light:#6b7280;--border:#27313d;--surface:#131a23;--white:#1c2632;--shadow-sm:0 1px 3px rgba(0,0,0,0.4);--shadow-md:0 4px 16px rgba(0,0,0,0.45);--shadow-lg:0 12px 40px rgba(0,0,0,0.55);background:#0b1118;color:var(--text)}html.dark .landing-root nav{background:rgba(15,22,30,.92)}html.dark .landing-root .nav-hamburger span{background:var(--text)}html.dark .landing-root .hero{background:radial-gradient(ellipse 120% 80% at 50% -10%,rgba(109,183,62,.18) 0,transparent 60%),linear-gradient(180deg,#11261a,#0b1118 40%)}html.dark .landing-root .deep-visual,html.dark .landing-root .float-card,html.dark .landing-root .hero-mockup,html.dark .landing-root .module-card,html.dark .landing-root .nav-mobile-menu,html.dark .landing-root .plan-card,html.dark .landing-root .role-card{background:#1c2632}html.dark .landing-root .trust-avatars span{border-color:#1c2632}html.dark .landing-root .logo-pill{background:#1c2632}html.dark .landing-root .roles-bg{background:linear-gradient(180deg,#11261a,#0b1118)}html.dark .landing-root .footer-logo img{filter:none}html.dark .landing-root .badge-pending{background:rgba(254,243,199,.15);color:#fcd34d}html.dark .landing-root .badge-approved{background:rgba(209,250,229,.12);color:#6ee7b7}