.page *{box-sizing:border-box;margin:0;padding:0}.page{background:#0b1628;flex-direction:column;width:100%;max-width:100vw;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,sans-serif;display:flex;position:relative;overflow:hidden auto}.page .bg-grid{pointer-events:none;background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:48px 48px;position:absolute;inset:0}.page .bg-glow{pointer-events:none;background:radial-gradient(#2563eb26 0%,#0000 70%);width:100vw;max-width:100%;height:600px;position:absolute;top:-200px;left:50%;overflow:hidden;transform:translate(-50%)}.page .bg-grid,.page .bg-glow{max-width:100%;overflow:hidden}.page .nav{z-index:10;border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:20px 40px;display:flex;position:relative}.page .nav-logo{align-items:center;gap:10px;display:flex}.page .nav-logo-icon{background:#2563eb;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.page .nav-logo-text{color:#fff;letter-spacing:-.3px;font-size:18px;font-weight:700}.page .nav-links{align-items:center;gap:8px;display:flex}.page .nav-btn{cursor:pointer;border:none;border-radius:8px;padding:8px 18px;font-family:inherit;font-size:14px;font-weight:500;transition:all .2s}.page .nav-btn-ghost{color:#ffffffb3;background:0 0;border:1px solid #ffffff26}.page .nav-btn-ghost:hover{color:#fff;border-color:#ffffff4d}.page .nav-btn-primary{color:#fff;background:#2563eb;border:1px solid #2563eb}.page .nav-btn-primary:hover{background:#1d4ed8}.page .hero{z-index:5;text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:80px 24px 60px;display:flex;position:relative}.page .hero-badge{color:#93c5fd;background:#2563eb26;border:1px solid #2563eb4d;border-radius:20px;align-items:center;gap:6px;margin-bottom:28px;padding:5px 14px;font-size:12px;font-weight:500;display:inline-flex}.page .hero-badge-dot{background:#2563eb;border-radius:50%;width:6px;height:6px;animation:2s infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.page .hero-title{color:#fff;letter-spacing:-2px;max-width:800px;margin-bottom:20px;font-size:clamp(36px,6vw,64px);font-weight:800;line-height:1.1}.page .hero-title span{background:linear-gradient(135deg,#60a5fa,#2563eb);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.page .hero-sub{color:#ffffff8c;max-width:560px;margin-bottom:44px;font-size:clamp(16px,2vw,20px);font-weight:400;line-height:1.6}.page .cta-group{flex-wrap:wrap;justify-content:center;gap:12px;margin-bottom:60px;display:flex}.page .cta-btn{cursor:pointer;border:none;border-radius:12px;align-items:center;gap:10px;padding:14px 28px;font-family:inherit;font-size:15px;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.page .cta-agency{color:#fff;background:#2563eb;border:1px solid #2563eb}.page .cta-agency:hover{background:#1d4ed8;transform:translateY(-1px);box-shadow:0 8px 24px #2563eb4d}.page .cta-tenant{color:#fff;background:#ffffff0f;border:1px solid #ffffff1f}.page .cta-tenant:hover{background:#ffffff1a;border-color:#fff3;transform:translateY(-1px)}.page .cta-icon{border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.page .cta-agency .cta-icon{background:#fff3}.page .cta-tenant .cta-icon{background:#ffffff1a}.page .cta-label{text-align:left;flex-direction:column;display:flex}.page .cta-label-main{font-size:15px;font-weight:600;line-height:1.2}.page .cta-label-sub{opacity:.7;margin-top:1px;font-size:12px;font-weight:400}.page .stats{background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;gap:0;display:flex;overflow:hidden}.page .stat-item{text-align:center;flex:1;padding:20px 28px;position:relative}.page .stat-item:not(:last-child):after{content:"";background:#ffffff14;width:1px;height:60%;position:absolute;top:20%;right:0}.page .stat-num{color:#fff;letter-spacing:-1px;font-size:28px;font-weight:700;line-height:1}.page .stat-num span{color:#60a5fa;font-size:16px}.page .stat-label{color:#fff6;margin-top:4px;font-size:12px;font-weight:400}.page .how{z-index:5;width:100%;max-width:900px;margin:0 auto;padding:0 24px 80px;position:relative}.page .how-title{text-align:center;color:#ffffff4d;letter-spacing:2px;text-transform:uppercase;margin-bottom:36px;font-size:13px;font-weight:600}.page .how-cards{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.page .how-card{background:#ffffff0a;border:1px solid #ffffff14;border-radius:16px;padding:24px;transition:all .2s;position:relative;overflow:hidden}.page .how-card:hover{border-color:#2563eb4d;transform:translateY(-2px)}.page .how-num{color:#2563eb;letter-spacing:1px;opacity:.8;margin-bottom:12px;font-size:11px;font-weight:700}.page .how-card-title{color:#fff;margin-bottom:8px;font-size:15px;font-weight:600;line-height:1.3}.page .how-card-desc{color:#ffffff73;font-size:13px;line-height:1.6}.page .footer{z-index:5;border-top:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:24px 40px;display:flex;position:relative}.page .footer-copy{color:#ffffff40;font-size:12px}.page .footer-links{gap:20px;display:flex}.page .footer-link{color:#ffffff4d;cursor:pointer;font-size:12px;text-decoration:none;transition:color .15s}.page .footer-link:hover{color:#fff9}@media (max-width:640px){.page .nav{padding:16px 20px}.page .nav-logo-text{font-size:15px}.page .nav-btn{padding:6px 12px;font-size:13px}.page .hero{padding:48px 20px 40px}.page .hero-sub{font-size:15px}.page .cta-group{flex-direction:column;width:100%;margin-bottom:40px}.page .cta-btn{justify-content:space-between;width:100%;padding:14px 20px}.page .stats{flex-direction:column;width:100%;max-width:100%;overflow:hidden}.page .stat-item{padding:16px 20px}.page .stat-item:not(:last-child):after{display:none}.page .stat-item:not(:last-child){border-bottom:1px solid #ffffff14}.page .how{padding:40px 20px 60px}.page .how-cards{grid-template-columns:1fr;gap:12px}.page .footer{flex-direction:column;align-items:flex-start;gap:12px;padding:20px}}
