*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{color:#2d3748;background:#fff;font-family:Outfit,sans-serif;font-size:16px;line-height:1.65;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}:root{--teal:#6c22bd;--teal-light:#f0e8ff;--blue:#1a5fad;--dark:#111827;--body:#374151;--muted:#6b7280;--border:#e5e7eb;--bg:#f9fafb;--white:#fff;--radius:10px;--shadow:0 1px 3px #00000014,0 4px 16px #0000000f;--shadow-lg:0 8px 32px #0000001a}nav{z-index:200;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);background:#fffffff7;justify-content:space-between;align-items:center;height:70px;padding:0 6%;display:flex;position:fixed;top:0;left:0;right:0}.nav-logo{align-items:center;display:flex}.nav-logo img{object-fit:contain;width:auto;max-width:220px;height:48px;display:block}.nav-menu{align-items:center;gap:8px;list-style:none;display:flex}.nav-menu a{color:var(--muted);border-radius:6px;padding:7px 14px;font-size:14px;font-weight:500;transition:color .2s,background .2s}.nav-menu a:hover{color:var(--teal);background:var(--teal-light)}.nav-cta{white-space:nowrap;border-radius:6px;background:var(--teal)!important;color:#fff!important;padding:8px 22px!important;font-size:14px!important;font-weight:600!important;transition:opacity .2s,transform .2s!important}.nav-cta:hover{opacity:.9;transform:translateY(-1px)}.nav-active{border-radius:6px;color:var(--teal)!important;background:var(--teal-light)!important}.hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.hamburger span{background:var(--dark);border-radius:2px;width:22px;height:2px;transition:all .3s;display:block}.mobile-menu{border-bottom:1px solid var(--border);z-index:199;background:#fff;flex-direction:column;gap:4px;padding:16px 6% 20px;display:none;position:fixed;top:66px;left:0;right:0}.mobile-menu.open{display:flex}.mobile-menu a{color:var(--body);border-radius:8px;padding:10px 14px;font-size:15px;font-weight:500;transition:background .2s,color .2s}.mobile-menu a:hover{background:var(--teal-light);color:var(--teal)}.mobile-menu .m-cta{background:var(--teal);color:#fff;text-align:center;margin-top:8px;font-weight:600}.hero{text-align:center;background:linear-gradient(160deg,#f7f0ff 0%,#f3eeff 55%,#fff 100%);padding:120px 6% 96px;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#6c22bd14,#0000 70%);border-radius:50%;width:480px;height:480px;position:absolute;top:-120px;right:-120px}.hero-eyebrow{background:var(--teal-light);color:var(--teal);letter-spacing:1.5px;text-transform:uppercase;border-radius:40px;align-items:center;gap:8px;margin-bottom:28px;padding:6px 16px;font-size:12px;font-weight:700;display:inline-flex}.hero-eyebrow .dot{background:var(--teal);border-radius:50%;width:6px;height:6px;animation:2s infinite blink}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}.hero h1{color:var(--dark);letter-spacing:-.5px;margin-bottom:22px;font-size:clamp(34px,6vw,64px);font-weight:800;line-height:1.1}.hero h1 em{color:var(--teal);font-style:normal}.hero p{color:var(--muted);max-width:620px;margin:0 auto 40px;font-size:clamp(15px,2vw,18px);font-weight:400;line-height:1.75}.hero-actions{flex-wrap:wrap;justify-content:center;gap:14px;display:flex}.btn{cursor:pointer;border:none;border-radius:8px;padding:13px 32px;font-size:15px;font-weight:600;transition:all .2s;display:inline-block}.btn-primary{background:var(--teal);color:#fff;box-shadow:0 4px 14px #6c22bd4d}.btn-primary:hover{background:#5a1a9e;transform:translateY(-2px);box-shadow:0 6px 20px #6c22bd66}.btn-outline{border:1.5px solid var(--border);color:var(--body);background:#fff}.btn-outline:hover{border-color:var(--teal);color:var(--teal)}.hero-logo{filter:drop-shadow(0 12px 32px #6c22bd26);width:90%;max-width:460px;margin:56px auto 0;animation:6s ease-in-out infinite float}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.section{padding:88px 6%}.section-inner{max-width:1100px;margin:0 auto}.section-label{letter-spacing:2.5px;text-transform:uppercase;color:var(--teal);margin-bottom:12px;font-size:11px;font-weight:700}.section-title{color:var(--dark);letter-spacing:-.3px;margin-bottom:16px;font-size:clamp(26px,4vw,40px);font-weight:800;line-height:1.2}.section-sub{color:var(--muted);max-width:560px;font-size:16px;line-height:1.75}.section-header{margin-bottom:56px}.centered{text-align:center}.centered .section-sub{margin:0 auto}.caps-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.cap-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;height:100%;padding:36px 30px;transition:transform .25s,box-shadow .25s,border-color .25s;display:flex}.cap-card:hover{box-shadow:var(--shadow-lg);border-color:#6c22bd4d;transform:translateY(-4px)}.cap-icon{background:var(--teal-light);border-radius:12px;justify-content:center;align-items:center;width:50px;height:50px;margin-bottom:20px;font-size:22px;display:flex}.cap-card h3{color:var(--dark);min-height:2.6em;margin-bottom:10px;font-size:17px;font-weight:700}.cap-card p{color:var(--muted);flex:1;font-size:14px;line-height:1.7}.product-section{background:var(--bg)}.product-card{border:1px solid var(--border);box-shadow:var(--shadow);background:var(--white);border-radius:18px;padding:clamp(18px,3vw,28px);position:relative;overflow:hidden}.product-card:before{content:"";background:linear-gradient(180deg,var(--blue),var(--teal));opacity:.9;width:5px;position:absolute;top:0;bottom:0;left:0}.product-card.alt{background:linear-gradient(135deg,#1a5fad0f,#6c22bd0f)}.product-rotator{flex-direction:column;align-items:center;gap:18px;width:100%;display:flex}.product-rotator-controls{flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;display:flex}.product-rotator-btn{min-width:44px;padding:10px 18px!important;font-size:20px!important;line-height:1!important}.product-rotator-counter{color:var(--muted);text-align:center;min-width:3.25rem;font-size:13px;font-weight:600}.product-rotator-frame{box-sizing:border-box;width:80vw;position:relative;left:50%;transform:translate(-50%)}.product-rotator-slide{animation:.35s productRotatorFade}@keyframes productRotatorFade{0%{opacity:.55}to{opacity:1}}.product-rotator-dots{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;display:flex}.product-rotator-dot{border:1px solid var(--border);cursor:pointer;background:#fff;border-radius:999px;width:10px;height:10px;padding:0;transition:background .2s,border-color .2s}.product-rotator-dot:hover{border-color:#6c22bd59}.product-rotator-dot.active{background:var(--teal);border-color:var(--teal)}.product-card .product-grid{gap:0}.product-grid{grid-template-columns:1fr 1fr;align-items:center;gap:72px;display:grid}.product-info .section-title{font-size:clamp(24px,3.5vw,36px)}.product-features{flex-direction:column;gap:16px;margin:28px 0 36px;list-style:none;display:flex}.product-features li{color:var(--body);align-items:flex-start;gap:14px;font-size:15px;line-height:1.6;display:flex}.feat-icon{background:var(--teal-light);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;margin-top:1px;font-size:15px;display:flex}.dash-card{border:1px solid var(--border);box-shadow:var(--shadow-lg);background:#fff;border-radius:16px;overflow:hidden}.dash-header{background:linear-gradient(135deg,#1a5fad,#6c22bd);justify-content:space-between;align-items:center;padding:22px 28px;display:flex}.dash-header h4{color:#fff;font-size:15px;font-weight:700}.dash-badge{color:#fff;letter-spacing:.5px;background:#fff3;border-radius:20px;padding:4px 12px;font-size:11px;font-weight:700}.dash-body{padding:24px 28px}.dash-stats{grid-template-columns:repeat(2,1fr);gap:14px;margin-bottom:22px;display:grid}.ds-stat{background:var(--bg);border:1px solid var(--border);border-radius:8px;padding:16px}.ds-num{color:var(--dark);font-family:Outfit,sans-serif;font-size:26px;font-weight:800}.ds-lbl{color:var(--muted);margin-top:2px;font-size:11px;font-weight:500}.tenant-row{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:11px 0;font-size:13px;display:flex}.tenant-row:last-child{border:none}.tr-name{color:var(--body);font-weight:500}.badge{border-radius:20px;padding:3px 10px;font-size:11px;font-weight:700}.paid{color:#059669;background:#ecfdf5}.due{color:#d97706;background:#fffbeb}.late{color:#dc2626;background:#fef2f2}.about-grid{grid-template-columns:1fr 1fr;align-items:stretch;gap:72px;display:grid}.about-visual{text-align:center;background:#fff;border:1px solid #e5dcff;border-radius:20px;flex-direction:column;height:100%;padding:48px 40px;display:flex;box-shadow:0 16px 48px #6c22bd1a}.about-visual img{width:100%;max-width:260px;height:auto;margin:0 auto 28px;display:block}.about-visual h3{color:#3a1078;margin-bottom:8px;font-size:22px;font-weight:800}.about-visual p{color:#6b7280;margin-bottom:24px;font-size:14px;line-height:1.7}.about-domain{color:#6c22bd;background:#6c22bd12;border:1px solid #6c22bd40;border-radius:30px;padding:7px 20px;font-size:13px;font-weight:600;display:inline-block}.about-content .section-title{margin-bottom:20px}.about-content{flex-direction:column;height:100%;display:flex}.about-para{color:var(--muted);text-wrap:pretty;overflow-wrap:anywhere;margin-bottom:16px;font-size:15px;line-height:1.8}.value-pills{flex-wrap:wrap;gap:10px;margin-top:28px;display:flex}.vpill{background:var(--teal-light);color:var(--teal);letter-spacing:.3px;border-radius:30px;padding:6px 16px;font-size:12px;font-weight:600}footer{background:var(--dark);color:#9ca3af;padding:56px 6% 36px}.footer-inner{max-width:1100px;margin:0 auto}.footer-top{border-bottom:1px solid #ffffff14;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:28px;margin-bottom:32px;padding-bottom:36px;display:flex}.footer-brand img{filter:brightness(0)invert();opacity:.92;width:160px;max-width:160px;height:auto;display:block}.footer-brand p{color:#6b7280;margin-top:8px;font-size:13px}.footer-links-group{flex-wrap:wrap;justify-content:flex-end;gap:28px;display:flex}.footer-links-group a{color:#9ca3af;font-size:13px;transition:color .2s}.footer-links-group a:hover{color:#fff}.footer-bottom{color:#4b5563;flex-wrap:wrap;justify-content:space-between;gap:10px;font-size:12px;display:flex}.reveal{opacity:0;transition:opacity .55s,transform .55s;transform:translateY(24px)}.reveal.visible{opacity:1;transform:none}@media (width<=900px){.caps-grid{grid-template-columns:1fr 1fr}.product-grid,.about-grid{grid-template-columns:1fr}.product-grid .dash-card{order:-1}.hero-logo{max-width:380px}.nav-logo img{max-width:200px}}@media (width<=600px){.caps-grid{grid-template-columns:1fr}nav .nav-menu{display:none}.hamburger{display:flex}.hero{padding:92px 5% 64px}.section{padding:60px 5%}.footer-top{flex-direction:column;align-items:flex-start}.footer-links-group{-webkit-overflow-scrolling:touch;scrollbar-width:thin;flex-wrap:nowrap;justify-content:flex-start;align-items:center;gap:18px;width:100%;padding-bottom:4px;display:flex;overflow-x:auto}.footer-links-group a{white-space:nowrap;flex:none;font-size:12px}.footer-bottom{flex-direction:column}.hero-logo{width:85%;max-width:85%}.nav-logo img{max-width:180px;height:40px}.dash-stats{grid-template-columns:repeat(2,1fr)}.hero h1{font-size:32px}.btn{padding:12px 24px;font-size:14px}.hero-actions{gap:10px}.about-visual img{max-width:200px}.footer-brand img{width:140px}.section-title{font-size:26px}}@media (width<=400px){.hero-logo{width:92%;max-width:92%}.nav-logo img{max-width:160px;height:36px}}.social-sidebar{z-index:999;background:#fffffff2;border:1px solid #e5e7eb;border-right:none;border-radius:12px 0 0 12px;flex-direction:column;gap:2px;padding:10px 8px;display:flex;position:fixed;top:50%;right:0;transform:translateY(-50%);box-shadow:-4px 0 20px #0000001a}.social-btn{color:#6b7280;border-radius:8px;justify-content:center;align-items:center;width:38px;height:38px;text-decoration:none;transition:background .2s,color .2s,transform .2s;display:flex}.social-btn:hover{transform:translate(-3px)}.social-btn:first-child:hover{color:#1877f2;background:#1877f215}.social-btn:nth-child(2):hover{color:#e11d48;background:#e11d4815}.social-btn:nth-child(3):hover{color:#0a66c2;background:#0a66c215}@media (width<=600px){.social-sidebar{border:1px solid #e5e7eb;border-radius:12px 12px 0 0;flex-direction:row;padding:8px 12px;top:auto;bottom:20px;right:50%;transform:translate(50%)}.social-btn:hover{transform:translateY(-3px)}}
