@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");:root{--tenant-mp-indigo:#5b52d1;--tenant-mp-violet:#7c4fc4;--tenant-mp-magenta:#9b47b8;--tenant-mp-pink:#d40078;--tenant-mp-page:#f7f7fb;--tenant-mp-card:#f5f5fa;--tenant-mp-border:#e8e8ef;--tenant-mp-text:#111827;--tenant-mp-muted:#6b7280;--tenant-mp-rail:80rem}.layout:has(main .tenant-home){width:100%;max-width:100%;font-family:Inter,system-ui,-apple-system,sans-serif}.layout:has(main .tenant-home) .main-content{width:100%;max-width:100%;margin:0;padding:0}.tenant-home{width:100%;font-family:Inter,system-ui,-apple-system,sans-serif;color:var(--tenant-mp-text);background:var(--tenant-mp-page)}.tenant-home .tenant-hero{position:relative;width:100%;overflow:hidden;background:linear-gradient(90deg,var(--tenant-mp-indigo) 0,var(--tenant-mp-violet) 50%,var(--tenant-mp-magenta) 100%)}.tenant-home .tenant-hero-glow-a,.tenant-home .tenant-hero-glow-b{pointer-events:none;position:absolute;inset:0}.tenant-home .tenant-hero-glow-a{background:radial-gradient(ellipse 60% 50% at 80% 20%,hsla(0,0%,100%,.07) 0,transparent 70%)}.tenant-home .tenant-hero-glow-b{background:radial-gradient(ellipse 40% 60% at 10% 90%,hsla(0,0%,100%,.05) 0,transparent 70%)}.tenant-home .tenant-hero-inner{position:relative;z-index:1;max-width:var(--tenant-mp-rail);margin:0 auto;padding:5rem 1.5rem 0;display:flex;flex-direction:column;align-items:center;gap:3rem}@media (min-width:1024px){.tenant-home .tenant-hero-inner{padding-left:2.5rem;padding-right:2.5rem;flex-direction:row;align-items:center;gap:4rem}}.tenant-home .tenant-hero-copy{flex:1 1;width:100%;display:flex;flex-direction:column;align-items:center;text-align:center;padding-bottom:4rem}@media (min-width:1024px){.tenant-home .tenant-hero-copy{align-items:flex-start;text-align:left;padding-bottom:4rem}}.tenant-home .tenant-hero-copy h1{margin:0 0 1.5rem;max-width:36rem;font-size:clamp(2.25rem,5vw,3.2rem);font-weight:700;line-height:1.1;letter-spacing:-.025em;color:#fff}.tenant-home .tenant-hero-copy>p{margin:0 0 2.5rem;max-width:32rem;font-size:1.125rem;line-height:1.625;color:hsla(0,0%,100%,.75)}.tenant-home .tenant-hero-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.75rem}@media (min-width:1024px){.tenant-home .tenant-hero-actions{justify-content:flex-start}}.tenant-home .tenant-btn{white-space:nowrap}.tenant-home .tenant-hero-visual{flex-shrink:0;width:100%;max-width:580px;align-self:flex-end;display:flex;align-items:flex-end;justify-content:center;padding-bottom:0}@media (min-width:1024px){.tenant-home .tenant-hero-visual{width:520px;justify-content:flex-end}}@media (min-width:1280px){.tenant-home .tenant-hero-visual{width:580px}}.tenant-home .tenant-hero-laptop{position:relative;width:100%;border-radius:20px 20px 0 0;overflow:hidden;border:1.5px solid hsla(0,0%,100%,.18);border-bottom:none;box-shadow:0 -8px 80px rgba(0,0,0,.4)}.tenant-home .tenant-hero-laptop img{display:block;width:100%;height:clamp(280px,44vw,480px);object-fit:cover;object-position:50% 20%}.tenant-home .tenant-hero-card{position:absolute;top:1rem;right:1rem;display:flex;align-items:center;gap:.625rem;padding:.625rem .875rem;border-radius:.75rem;background:#fff;box-shadow:0 10px 15px -3px rgba(0,0,0,.12);max-width:calc(100% - 2rem)}.tenant-home .tenant-hero-card-icon{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:.5rem;background:var(--tenant-mp-pink);color:#fff;flex-shrink:0}.tenant-home .tenant-hero-card-icon svg{width:1rem;height:1rem}.tenant-home .tenant-hero-card-text{display:flex;flex-direction:column;min-width:0}.tenant-home .tenant-hero-card-text strong{font-size:.6875rem;font-weight:700;color:#1f2937;line-height:1}.tenant-home .tenant-hero-card-text small{margin-top:.125rem;font-size:.625rem;color:#6b7280;line-height:1.2}.tenant-home .tenant-hero-wave{width:100%;overflow:hidden;line-height:0;margin-bottom:-2px}.tenant-home .tenant-hero-wave svg{display:block;width:100%;height:60px}.tenant-home .tenant-section{padding:4rem 1rem;background:#fff}@media (min-width:768px){.tenant-home .tenant-section{padding:4rem 2rem}}.tenant-home .tenant-section-shell{max-width:48rem;margin:0 auto}.tenant-home .tenant-section h2{margin:0 0 .5rem;font-size:clamp(1.5rem,3vw,1.875rem);font-weight:700;letter-spacing:-.025em;line-height:1.2;color:var(--tenant-mp-text);text-align:center}.tenant-home .tenant-section-intro{margin:0 auto 2.5rem;max-width:36rem;text-align:center;font-size:.875rem;line-height:1.625;color:var(--tenant-mp-muted)}.tenant-home .tenant-image-card{display:block;margin-bottom:1.5rem;text-decoration:none;color:inherit;border-radius:1rem;overflow:hidden;border:1px solid #e5e7eb;box-shadow:0 4px 6px -1px rgba(0,0,0,.08);background:#fff;transition:box-shadow .3s ease,transform .3s ease}.tenant-home .tenant-image-card:hover{box-shadow:0 20px 25px -5px rgba(0,0,0,.1)}.tenant-home .tenant-image-frame{position:relative;overflow:hidden;background:#f9fafb}.tenant-home .tenant-image-frame img{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;object-position:50% 50%;transition:transform .7s ease}.tenant-home .tenant-image-card:hover .tenant-image-frame img{transform:scale(1.05)}.tenant-home .tenant-image-card-foot{padding:1rem 1.25rem;border-top:1px solid #f3f4f6;background:#fff}.tenant-home .tenant-image-card-label{margin:0 0 .25rem;font-size:.625rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--tenant-mp-text)}.tenant-home .tenant-image-card-desc{display:block;font-size:.875rem;line-height:1.5;color:#4b5563}.tenant-home .tenant-feature-grid{display:grid;grid-template-columns:1fr;grid-gap:1.25rem;gap:1.25rem}@media (min-width:768px){.tenant-home .tenant-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.tenant-home .tenant-feature-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.tenant-home .tenant-feature-card{display:flex;align-items:stretch;overflow:hidden;border-radius:1rem;border:1px solid #f3f4f6;background:#fff;box-shadow:0 1px 2px rgba(0,0,0,.05);transition:box-shadow .3s ease,border-color .3s ease}.tenant-home .tenant-feature-card:hover{border-color:#e5e7eb;box-shadow:0 10px 15px -3px rgba(0,0,0,.08)}.tenant-home .tenant-feature-accent{flex:0 0 4px;width:4px;border-radius:999px;background:linear-gradient(180deg,var(--tenant-mp-indigo),var(--tenant-mp-magenta))}.tenant-home .tenant-feature-body{display:flex;align-items:flex-start;gap:1rem;padding:1.25rem;flex:1 1;min-width:0}.tenant-home .tenant-feature-icon{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;margin:.125rem 0 0;border-radius:.75rem;background:linear-gradient(135deg,rgba(91,82,209,.12),rgba(155,71,184,.14));color:var(--tenant-mp-indigo);flex-shrink:0}.tenant-home .tenant-feature-icon svg{width:1.125rem;height:1.125rem}.tenant-home .tenant-feature-copy h3{margin:0 0 .35rem;font-size:.9375rem;font-weight:700;color:var(--tenant-mp-text);line-height:1.3}.tenant-home .tenant-feature-copy p{margin:0;padding-top:.125rem;font-size:.875rem;line-height:1.55;color:var(--tenant-mp-muted)}