@import "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:#fff;--shadow-sm:0 1px 3px #00000014;--shadow-md:0 4px 16px #0000001a;--shadow-lg:0 12px 40px #0000001f;--radius-sm:8px;--radius-md:14px;--radius-lg:24px;--radius-xl:32px;color:#1c1c1c;background:#fff;width:100%;min-height:100vh;font-family:Inter,system-ui,sans-serif;line-height:1.6;overflow-x:clip}.landing-root *,.landing-root :before,.landing-root :after{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;transition:opacity .6s,transform .6s;transform:translateY(28px)}.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{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);background:#ffffffeb;transition:box-shadow .2s;position:sticky;top:0}.landing-root .nav-inner{justify-content:space-between;align-items:center;height:64px;display:flex}.landing-root .nav-logo{align-items:center;gap:10px;text-decoration:none;display:flex}.landing-root .nav-logo img{width:auto;height:40px;display:block}.landing-root .nav-links{align-items:center;gap:32px;list-style:none;display:flex}.landing-root .nav-links a{color:var(--text-muted);font-size:14px;font-weight:500;text-decoration:none;transition:color .2s}.landing-root .nav-links a:hover{color:var(--primary)}.landing-root .nav-cta{align-items:center;gap:12px;display:flex}.landing-root .btn{border-radius:var(--radius-sm);cursor:pointer;border:none;align-items:center;gap:8px;padding:10px 22px;font-size:14px;font-weight:600;line-height:1.2;text-decoration:none;transition:all .2s;display:inline-flex}.landing-root .btn-outline{border:1.5px solid var(--border);color:var(--text);background:0 0}.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 #6db73e59}.landing-root .btn-lg{border-radius:var(--radius-md);padding:14px 32px;font-size:16px}.landing-root .landing-icon-btn{border:1px solid var(--border);width:38px;height:38px;color:var(--text);cursor:pointer;background:0 0;border-radius:50%;justify-content:center;align-items:center;font-size:13px;font-weight:700;line-height:1;transition:all .2s;display:inline-flex}.landing-root .landing-icon-btn:hover{border-color:var(--primary);color:var(--primary)}.landing-root .nav-mobile-controls{gap:10px;margin-bottom:16px;display:flex}.landing-root .nav-hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.landing-root .nav-hamburger span{background:var(--text);border-radius:2px;width:24px;height:2px;transition:all .2s}.landing-root .hero{background:radial-gradient(120% 80% at 50% -10%,#6db73e1f 0%,#0000 60%),linear-gradient(#f0f8e8 0%,#fff 40%);padding:96px 0 80px;position:relative;overflow:hidden}.landing-root .hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#6db73e14 0%,#0000 70%);width:600px;height:600px;position:absolute;top:-100px;right:-200px}.landing-root .hero-inner{grid-template-columns:1fr 1fr;align-items:center;gap:64px;display:grid}.landing-root .hero-badge{background:var(--primary-light);color:var(--primary-dark);border:1px solid #6db73e4d;border-radius:100px;align-items:center;gap:8px;margin-bottom:24px;padding:6px 16px;font-size:13px;font-weight:600;display:inline-flex}.landing-root .hero-badge span{background:var(--primary);border-radius:50%;width:8px;height:8px;display:block}.landing-root .hero h1{letter-spacing:-1.5px;color:var(--text);margin-bottom:24px;font-size:clamp(36px,5vw,56px);font-weight:900;line-height:1.12}.landing-root .hero h1 .highlight{color:var(--primary);position:relative}.landing-root .hero-description{color:var(--text-muted);max-width:480px;margin-bottom:40px;font-size:18px;line-height:1.7}.landing-root .hero-actions{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.landing-root .hero-trust{color:var(--text-muted);align-items:center;gap:12px;margin-top:40px;font-size:13px;display:flex}.landing-root .trust-avatars{display:flex}.landing-root .trust-avatars span{background:linear-gradient(135deg,var(--primary),var(--primary-dark));color:#fff;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;margin-left:-8px;font-size:11px;font-weight:700;display:flex}.landing-root .trust-avatars span:first-child{margin-left:0}.landing-root .hero-visual{position:relative}.landing-root .hero-mockup{border-radius:var(--radius-xl);border:1px solid var(--border);background:#fff;overflow:hidden;box-shadow:0 24px 80px #00000024,0 2px 8px #0000000f}.landing-root .mockup-header{background:var(--surface);border-bottom:1px solid var(--border);align-items:center;gap:8px;padding:12px 20px;display:flex}.landing-root .mockup-dot{border-radius:50%;width:10px;height:10px}.landing-root .mockup-body{padding:20px}.landing-root .dash-greeting{color:var(--text);margin-bottom:16px;font-size:15px;font-weight:700}.landing-root .dash-stats{grid-template-columns:1fr 1fr 1fr;gap:10px;margin-bottom:16px;display:grid}.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;align-items:center;gap:14px;display:flex}.landing-root .dash-stat-icon{background:var(--primary-light);border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;display:flex}.landing-root .dash-stat-value{color:var(--primary);font-size:22px;font-weight:800}.landing-root .dash-stat-label{color:var(--text-muted);margin-top:2px;font-size:10px}.landing-root .dash-request-row{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);justify-content:space-between;align-items:center;margin-bottom:8px;padding:10px 12px;display:flex}.landing-root .dash-request-row:last-child{margin-bottom:0}.landing-root .req-left{align-items:center;gap:10px;display:flex}.landing-root .req-avatar{background:linear-gradient(135deg,var(--primary),var(--primary-dark));color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:10px;font-weight:700;display:flex}.landing-root .req-name{font-size:11px;font-weight:600}.landing-root .req-type{color:var(--text-muted);font-size:10px}.landing-root .req-badge{border-radius:100px;padding:2px 8px;font-size:9px;font-weight:600}.landing-root .badge-pending{color:#92400e;background:#fef3c7}.landing-root .badge-approved{color:#065f46;background:#d1fae5}.landing-root .float-card{border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);background:#fff;align-items:center;gap:10px;padding:12px 16px;display:flex;position:absolute}.landing-root .float-card-icon{font-size:22px}.landing-root .float-card-text{font-size:12px}.landing-root .float-card-title{color:var(--text);font-weight:700}.landing-root .float-card-sub{color:var(--text-muted);font-size:11px}.landing-root .float-checkin{animation:4s ease-in-out infinite landing-float1;bottom:-20px;left:-40px}.landing-root .float-payroll{animation:5s ease-in-out infinite landing-float2;top:30px;right:-30px}@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{background:var(--primary-light);color:var(--primary-dark);letter-spacing:.08em;text-transform:uppercase;border-radius:100px;margin-bottom:16px;padding:4px 12px;font-size:12px;font-weight:700;display:inline-block}.landing-root .section-title{letter-spacing:-.8px;color:var(--text);margin-bottom:16px;font-size:clamp(28px,4vw,42px);font-weight:800;line-height:1.2}.landing-root .section-subtitle{color:var(--text-muted);max-width:580px;font-size:17px;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{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--surface);padding:40px 0}.landing-root .logos-label{text-align:center;color:var(--text-light);letter-spacing:.06em;text-transform:uppercase;margin-bottom:24px;font-size:13px;font-weight:500}.landing-root .logos-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:48px;display:flex}.landing-root .logo-pill{border:1.5px solid var(--border);border-radius:var(--radius-sm);color:var(--text-muted);background:#fff;align-items:center;gap:8px;padding:8px 20px;font-size:13px;font-weight:600;display:flex}.landing-root .modules-bg{background:var(--surface)}.landing-root .modules-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.landing-root .module-card{border:1px solid var(--border);border-radius:var(--radius-md);cursor:default;background:#fff;padding:28px;transition:box-shadow .25s,border-color .25s,transform .25s}.landing-root .module-card:hover{border-color:#6db73e66;transform:translateY(-3px);box-shadow:0 8px 28px #6db73e1f}.landing-root .module-icon{background:var(--primary-light);border-radius:var(--radius-sm);justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:16px;font-size:22px;display:flex}.landing-root .module-card h3{color:var(--text);margin-bottom:8px;font-size:16px;font-weight:700}.landing-root .module-card p{color:var(--text-muted);font-size:13px;line-height:1.6}.landing-root .module-features{flex-wrap:wrap;gap:6px;margin-top:14px;display:flex}.landing-root .module-feature-tag{background:var(--surface);border:1px solid var(--border);color:var(--text-muted);border-radius:100px;padding:2px 9px;font-size:11px;font-weight:500}.landing-root .deep-feature{grid-template-columns:1fr 1fr;align-items:center;gap:72px;margin-bottom:96px;display:grid}.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{letter-spacing:-.6px;margin-bottom:16px;font-size:clamp(24px,3.5vw,36px);font-weight:800;line-height:1.25}.landing-root .deep-feature-content p{color:var(--text-muted);margin-bottom:24px;font-size:16px;line-height:1.7}.landing-root .feature-bullets{list-style:none}.landing-root .feature-bullets li{color:var(--text-muted);align-items:flex-start;gap:10px;margin-bottom:10px;font-size:14px;display:flex}.landing-root .feature-bullets li:before{content:"✓";background:var(--primary-light);width:20px;height:20px;color:var(--primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:1px;font-size:11px;font-weight:800;display:flex}.landing-root .deep-visual{border:1px solid var(--border);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);background:#fff;overflow:hidden}.landing-root .deep-visual-header{background:var(--primary);color:#fff;align-items:center;gap:10px;padding:16px 20px;display:flex}.landing-root .deep-visual-title{font-size:14px;font-weight:700}.landing-root .deep-visual-body{padding:20px}.landing-root .payroll-row{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:10px 0;font-size:13px;display:flex}.landing-root .payroll-row:last-child{border-bottom:none}.landing-root .payroll-emp{align-items:center;gap:10px;display:flex}.landing-root .payroll-avatar{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:11px;font-weight:700;display:flex}.landing-root .payroll-emp-name{font-weight:600}.landing-root .payroll-emp-dept{color:var(--text-muted);font-size:11px}.landing-root .payroll-net{color:var(--primary);font-weight:700}.landing-root .payroll-totals{background:var(--primary-light);border-radius:var(--radius-sm);justify-content:space-between;align-items:center;margin-top:14px;padding:12px 16px;display:flex}.landing-root .payroll-total-label{color:var(--primary-dark);font-size:12px;font-weight:600}.landing-root .payroll-total-value{color:var(--primary-dark);font-size:18px;font-weight:800}.landing-root .kpi-rule{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);justify-content:space-between;align-items:center;margin-bottom:8px;padding:10px 14px;font-size:12px;display:flex}.landing-root .kpi-rule-cond{color:var(--text-muted)}.landing-root .kpi-rule-result{color:var(--primary);font-weight:700}.landing-root .kpi-eval-preview{background:var(--primary-light);border-radius:var(--radius-sm);border:1px solid #6db73e4d;margin-top:12px;padding:12px 16px}.landing-root .kpi-eval-label{color:var(--primary-dark);font-size:11px;font-weight:600}.landing-root .kpi-eval-value{color:var(--primary-dark);margin-top:4px;font-size:20px;font-weight:800}.landing-root .attend-map-placeholder{border-radius:var(--radius-sm);background:linear-gradient(135deg,#e8f5e0,#c8e6b0);justify-content:center;align-items:center;height:100px;margin-bottom:14px;display:flex;position:relative;overflow:hidden}.landing-root .attend-map-placeholder:before{content:"";border:2px dashed var(--primary);opacity:.5;border-radius:50%;width:60px;height:60px;position:absolute}.landing-root .attend-map-placeholder:after{content:"📍";z-index:1;font-size:24px;position:relative}.landing-root .attend-checkin-btn{background:var(--primary);color:#fff;border-radius:var(--radius-sm);cursor:pointer;border:none;width:100%;margin-bottom:12px;padding:12px;font-size:14px;font-weight:700}.landing-root .attend-record-row{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:8px 0;font-size:12px;display:flex}.landing-root .attend-record-date{font-weight:600}.landing-root .attend-time{color:var(--text-muted)}.landing-root .request-type-grid{grid-template-columns:1fr 1fr;gap:8px;display:grid}.landing-root .req-type-btn{background:var(--surface);border:1.5px solid var(--border);border-radius:var(--radius-sm);color:var(--text);cursor:pointer;text-align:center;flex-direction:column;align-items:center;gap:6px;padding:12px;font-size:12px;font-weight:600;transition:all .15s;display:flex}.landing-root .req-type-btn:hover,.landing-root .req-type-btn.active{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(#f0f8e8 0%,#fff 100%)}.landing-root .roles-grid{grid-template-columns:repeat(2,1fr);gap:28px;display:grid}.landing-root .role-card{border:1px solid var(--border);border-radius:var(--radius-lg);background:#fff;padding:36px;transition:box-shadow .25s,transform .25s;position:relative;overflow:hidden}.landing-root .role-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.landing-root .role-card:before{content:"";background:var(--primary);height:4px;position:absolute;top:0;left:0;right:0}.landing-root .role-badge{background:var(--primary-light);color:var(--primary-dark);border-radius:100px;margin-bottom:16px;padding:4px 12px;font-size:12px;font-weight:700;display:inline-block}.landing-root .role-card h3{margin-bottom:12px;font-size:22px;font-weight:800}.landing-root .role-card p{color:var(--text-muted);margin-bottom:20px;font-size:14px;line-height:1.6}.landing-root .role-perms{flex-direction:column;gap:8px;display:flex}.landing-root .role-perm{color:var(--text-muted);align-items:center;gap:10px;font-size:13px;display:flex}.landing-root .role-perm .perm-icon{background:var(--primary-light);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:12px;display:flex}.landing-root .how-bg{background:var(--surface)}.landing-root .steps-row{grid-template-columns:repeat(3,1fr);gap:40px;display:grid;position:relative}.landing-root .steps-row:before{content:"";background:linear-gradient(90deg,var(--primary),var(--primary-dark));border-radius:2px;height:2px;position:absolute;top:36px;left:calc(16.67% + 36px);right:calc(16.67% + 36px)}.landing-root .step-card{text-align:center}.landing-root .step-number{background:linear-gradient(135deg,var(--primary),var(--primary-dark));color:#fff;z-index:1;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 24px;font-size:28px;font-weight:900;display:flex;position:relative;box-shadow:0 8px 24px #6db73e59}.landing-root .step-card h3{margin-bottom:10px;font-size:18px;font-weight:700}.landing-root .step-card p{color:var(--text-muted);font-size:14px;line-height:1.6}.landing-root .stats-bg{background:linear-gradient(135deg,var(--primary-dark),#2d5016);color:#fff}.landing-root .stats-grid{grid-template-columns:repeat(4,1fr);gap:0;display:grid}.landing-root .stat-item{text-align:center;border-right:1px solid #ffffff26;padding:40px 32px}.landing-root .stat-item:last-child{border-right:none}.landing-root .stat-number{color:var(--primary-mid);margin-bottom:10px;font-size:48px;font-weight:900;line-height:1}.landing-root .stat-number span{font-size:28px}.landing-root .stat-label{color:#ffffffbf;font-size:14px;font-weight:500}.landing-root .plans-grid{grid-template-columns:1fr 1fr;gap:28px;max-width:800px;margin:0 auto;display:grid}.landing-root .plan-card{border:2px solid var(--border);border-radius:var(--radius-lg);background:#fff;padding:36px;position:relative}.landing-root .plan-card.featured{border-color:var(--primary);box-shadow:0 8px 32px #6db73e33}.landing-root .plan-badge{background:var(--primary);color:#fff;border-radius:100px;padding:3px 14px;font-size:12px;font-weight:700;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.landing-root .plan-name{margin-bottom:8px;font-size:20px;font-weight:800}.landing-root .plan-desc{color:var(--text-muted);margin-bottom:24px;font-size:14px}.landing-root .plan-price{color:var(--text);margin-bottom:24px;font-size:40px;font-weight:900}.landing-root .plan-price sup{vertical-align:top;margin-top:8px;font-size:18px}.landing-root .plan-price sub{color:var(--text-muted);font-size:14px;font-weight:500}.landing-root .plan-features{margin-bottom:32px;list-style:none}.landing-root .plan-features li{color:var(--text-muted);border-bottom:1px solid var(--surface);align-items:center;gap:10px;padding:7px 0;font-size:14px;display:flex}.landing-root .plan-features li:last-child{border-bottom:none}.landing-root .plan-features li .check{color:var(--primary);font-size:14px;font-weight:800}.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{letter-spacing:-.8px;margin-bottom:16px;font-size:clamp(28px,4vw,48px);font-weight:900}.landing-root .cta-section p{opacity:.85;max-width:520px;margin:0 auto 40px;font-size:18px;line-height:1.7}.landing-root .cta-buttons{flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;display:flex}.landing-root .btn-white{color:var(--primary-dark);background:#fff}.landing-root .btn-white:hover{background:#f0f8e8;transform:translateY(-2px)}.landing-root .btn-ghost-white{color:#fff;background:#ffffff26;border:1.5px solid #fff6}.landing-root .btn-ghost-white:hover{background:#ffffff40}.landing-root .cta-trust{opacity:.7;margin-top:32px;font-size:13px}.landing-root footer{color:#ffffffa6;background:#0f1612;padding:56px 0 32px}.landing-root .footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-bottom:48px;display:grid}.landing-root .footer-logo{align-items:center;gap:10px;margin-bottom:16px;display:flex}.landing-root .footer-logo img{filter:brightness(0)invert();width:auto;height:40px;display:block}.landing-root .footer-tagline{max-width:260px;font-size:13px;line-height:1.6}.landing-root .footer-col h4{letter-spacing:.06em;text-transform:uppercase;color:#ffffffe6;margin-bottom:16px;font-size:13px;font-weight:700}.landing-root .footer-col ul{list-style:none}.landing-root .footer-col li{margin-bottom:10px}.landing-root .footer-col a{color:#ffffff8c;font-size:14px;text-decoration:none;transition:color .2s}.landing-root .footer-col a:hover{color:var(--primary)}.landing-root .footer-bottom{border-top:1px solid #ffffff1a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding-top:24px;font-size:13px;display:flex}.landing-root .footer-bottom-links{gap:20px;display:flex}.landing-root .footer-bottom-links a{color:#ffffff73;text-decoration:none;transition:color .2s}.landing-root .footer-bottom-links a:hover{color:var(--primary)}.landing-root .nav-mobile-overlay{z-index:200;background:#0006;display:none;position:fixed;inset:0}.landing-root .nav-mobile-overlay.open{display:block}.landing-root .nav-mobile-menu{z-index:201;width:280px;height:100%;box-shadow:var(--shadow-lg);background:#fff;padding:80px 24px 32px;transition:transform .3s;position:fixed;top:0;right:0;transform:translate(100%)}.landing-root .nav-mobile-menu.open{transform:translate(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{color:var(--text);border-bottom:1px solid var(--border);padding:12px 0;font-size:16px;font-weight:500;text-decoration:none;display:block}.landing-root .nav-close{cursor:pointer;color:var(--text-muted);background:0 0;border:none;font-size:24px;position:absolute;top:20px;right:20px}@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-links,.landing-root .nav-cta{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{text-align:center;flex-direction:column}}[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:#6db73e2e;--text:#f3f4f6;--text-muted:#9ca3af;--text-light:#6b7280;--border:#27313d;--surface:#131a23;--white:#1c2632;--shadow-sm:0 1px 3px #0006;--shadow-md:0 4px 16px #00000073;--shadow-lg:0 12px 40px #0000008c;color:var(--text);background:#0b1118}html.dark .landing-root nav{background:#0f161eeb}html.dark .landing-root .nav-hamburger span{background:var(--text)}html.dark .landing-root .hero{background:radial-gradient(120% 80% at 50% -10%,#6db73e2e 0%,#0000 60%),linear-gradient(#11261a 0%,#0b1118 40%)}html.dark .landing-root .hero-mockup,html.dark .landing-root .float-card,html.dark .landing-root .module-card,html.dark .landing-root .deep-visual,html.dark .landing-root .role-card,html.dark .landing-root .plan-card,html.dark .landing-root .nav-mobile-menu{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(#11261a 0%,#0b1118 100%)}html.dark .landing-root .footer-logo img{filter:none}html.dark .landing-root .badge-pending{color:#fcd34d;background:#fef3c726}html.dark .landing-root .badge-approved{color:#6ee7b7;background:#d1fae51f}
