@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&display=swap";:root{--white:#fff;--off-white:#f8fafc;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--green:#059669;--green-dark:#047857;--green-darker:#065f46;--green-light:#ecfdf5;--green-mid:#d1fae5;--green-border:#05966933;--navy:#0f172a;--navy-2:#1e293b;--navy-3:#334155;--ink:#0f172a;--ink-2:#334155;--ink-muted:#64748b;--font-head:"Outfit", system-ui, sans-serif;--font-body:"Outfit", system-ui, sans-serif;--ease:cubic-bezier(.16, 1, .3, 1);--fast:.18s var(--ease);--mid:.4s var(--ease);--slow:.7s var(--ease);--radius:8px;--radius-lg:16px;--radius-xl:24px;--max-w:1280px;--pad:clamp(1.2rem, 5vw, 5rem)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{background:var(--white);color:var(--ink);font-family:var(--font-body);-webkit-font-smoothing:antialiased;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}button{cursor:pointer;font:inherit;background:0 0;border:none}img{max-width:100%;display:block}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:var(--gray-100)}::-webkit-scrollbar-thumb{background:var(--green);border-radius:2px}.nav{z-index:1000;transition:background var(--mid), border-color var(--mid), box-shadow var(--fast);background:0 0;border-bottom:1px solid #0000;position:fixed;top:0;left:0;right:0}.nav.scrolled,[data-nav-solid] .nav{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--gray-200);background:#fffffff7;box-shadow:0 1px 16px #0f172a14}body:not([data-nav-solid]) .nav:not(.scrolled) .logo-text{color:#fff}body:not([data-nav-solid]) .nav:not(.scrolled) .nav-links a{color:#fffc}body:not([data-nav-solid]) .nav:not(.scrolled) .nav-links a:hover{color:#fff;background:#ffffff1a}body:not([data-nav-solid]) .nav:not(.scrolled) .btn-connect{color:var(--green);background:#fff}body:not([data-nav-solid]) .nav:not(.scrolled) .btn-connect:hover{background:var(--green-light)}body:not([data-nav-solid]) .nav:not(.scrolled) .btn-audio{color:#ffffffbf;border-color:#ffffff4d}body:not([data-nav-solid]) .nav:not(.scrolled) .nav-hamburger span{background:#fff}.nav.menu-open{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--gray-200);background:#fffffffa;box-shadow:0 1px 16px #0f172a14}.nav.menu-open .logo-text{color:var(--ink)}.nav.menu-open .nav-hamburger span{background:var(--ink)}.nav-inner{max-width:var(--max-w);padding:0 var(--pad);justify-content:space-between;align-items:center;gap:2rem;height:64px;margin:0 auto;display:flex}.nav-logo{align-items:center;display:flex}.logo-img{object-fit:contain;width:auto;height:26px}.logo-text{letter-spacing:.06em;color:var(--ink);text-transform:uppercase;-webkit-user-select:none;user-select:none;font-family:Outfit,sans-serif;font-size:1.35rem;font-weight:800;line-height:1}.logo-tm{vertical-align:super;letter-spacing:0;margin-left:1px;font-size:.42em;font-weight:500}.logo-text-white{color:#fff}.logo-text-sm{letter-spacing:.05em;font-size:1.05rem}.nav-links{align-items:center;gap:.3rem;display:flex}.nav-links a{font-family:var(--font-head);color:var(--ink-muted);border-radius:var(--radius);transition:all var(--fast);padding:.45rem .9rem;font-size:.875rem;font-weight:500}.nav-links a:hover{color:var(--ink);background:var(--gray-100)}.nav-links a.active{color:var(--green);background:var(--green-light)}.header-right{align-items:center;gap:.8rem;display:flex}.btn-audio{border:1px solid var(--gray-200);width:34px;height:34px;color:var(--ink-muted);transition:all var(--fast);border-radius:50%;justify-content:center;align-items:center;display:flex}.btn-audio svg{width:14px;height:14px}.btn-audio:hover{border-color:var(--green);color:var(--green)}.btn-connect{font-family:var(--font-head);background:var(--green);color:#fff;border-radius:var(--radius);transition:all var(--fast);border:none;padding:.5rem 1.2rem;font-size:.85rem;font-weight:600}.btn-connect:hover{background:var(--green-dark);transform:translateY(-1px)}.nav-hamburger{flex-direction:column;gap:5px;width:28px;padding:4px;display:none}.nav-hamburger span{background:var(--ink);height:2px;transition:all var(--fast);border-radius:1px;display:block}.nav-hamburger.open span:first-child{transform:translateY(7px)rotate(45deg)}.nav-hamburger.open span:nth-child(2){opacity:0}.nav-hamburger.open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.nav-mobile{padding:.75rem var(--pad) 1.25rem;border-top:1px solid var(--gray-200);background:var(--white);flex-direction:column;gap:.1rem;display:none;box-shadow:0 16px 30px #0f172a24}.nav-mobile.open{display:flex}.nav-mobile a{font-family:var(--font-head);color:var(--ink-muted);border-bottom:1px solid var(--gray-100);transition:color var(--fast);padding:.65rem .5rem;font-size:.95rem;font-weight:500}.nav-mobile a:hover{color:var(--green)}.nav-cta-mobile{color:var(--green)!important;border-bottom:none!important;font-weight:600!important}.container{max-width:var(--max-w);padding:0 var(--pad);margin:0 auto}.section-light{background:var(--white);padding:6rem 0}.section-gray{background:var(--off-white);padding:6rem 0}.section-dark{background:var(--navy);padding:6rem 0}.section-green{background:var(--green);padding:6rem 0}.section-cta{background:var(--off-white);padding:6rem 0}.label-pill{background:var(--green-light);color:var(--green-dark);font-family:var(--font-head);letter-spacing:.04em;text-transform:uppercase;border:1px solid var(--green-border);border-radius:100px;align-items:center;gap:.35rem;padding:.28rem .85rem;font-size:.72rem;font-weight:600;display:inline-flex}.label-pill-white{color:#ffffffe6;background:#ffffff26;border-color:#ffffff40}.label-pill-nav{background:var(--navy);color:#ffffffb3;border-color:#ffffff1a}.section-tag{font-family:var(--font-head);letter-spacing:.1em;text-transform:uppercase;color:var(--green);margin-bottom:.8rem;font-size:.72rem;font-weight:700;display:inline-block}.section-h2{font-family:var(--font-head);letter-spacing:-.02em;color:var(--ink);margin-bottom:1rem;font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:700;line-height:1.15}.section-h2-white{color:#fff}.section-sub{color:var(--ink-muted);max-width:540px;font-size:1rem;font-weight:300;line-height:1.75}.section-sub-white{color:#ffffffbf}.section-header-row{margin-bottom:3.5rem}.reveal{opacity:0;transition:opacity var(--slow), transform var(--slow);transform:translateY(24px)}.reveal.in-view{opacity:1;transform:translateY(0)}.btn-primary{background:var(--green);color:#fff;font-family:var(--font-head);border-radius:var(--radius);border:2px solid var(--green);transition:all var(--fast);align-items:center;gap:.5rem;padding:.75rem 1.75rem;font-size:.88rem;font-weight:600;display:inline-flex}.btn-primary:hover{background:var(--green-dark);border-color:var(--green-dark);transform:translateY(-1px);box-shadow:0 4px 16px #0596694d}.btn-large{padding:.9rem 2.2rem;font-size:1rem}.btn-ghost{color:var(--ink);font-family:var(--font-head);border-radius:var(--radius);border:1.5px solid var(--gray-300);transition:all var(--fast);background:0 0;align-items:center;gap:.4rem;padding:.75rem 1.75rem;font-size:.88rem;font-weight:500;display:inline-flex}.btn-ghost:hover{border-color:var(--ink);background:var(--gray-50);transform:translateY(-1px)}.btn-ghost-white{color:#fff;font-family:var(--font-head);border-radius:var(--radius);transition:all var(--fast);background:0 0;border:2px solid #ffffffb3;align-items:center;gap:.4rem;padding:.9rem 2.2rem;font-size:1rem;font-weight:600;display:inline-flex}.btn-ghost-white:hover{background:#ffffff1f;border-color:#fff}.btn-outline-white{color:#ffffffd9;font-family:var(--font-head);border-radius:var(--radius);transition:all var(--fast);background:0 0;border:1.5px solid #ffffff59;align-items:center;padding:.6rem 1.4rem;font-size:.85rem;font-weight:500;display:inline-flex}.btn-outline-white:hover{color:#fff;background:#ffffff1a;border-color:#ffffffb3}.btn-ghost-dark{color:var(--ink);font-family:var(--font-head);border-radius:var(--radius);border:1.5px solid var(--gray-300);transition:all var(--fast);background:0 0;align-items:center;gap:.4rem;padding:.75rem 1.75rem;font-size:.88rem;font-weight:500;display:inline-flex}.btn-ghost-dark:hover{border-color:var(--green);color:var(--green)}.btn-full{justify-content:center;width:100%}.photo-placeholder{background:var(--gray-50);border:2px dashed var(--gray-200);border-radius:var(--radius-lg);width:100%;color:var(--gray-400);flex-direction:column;justify-content:center;align-items:center;gap:.5rem;font-size:.85rem;display:flex}.ph-icon{font-size:2rem}.ph-hint{color:var(--gray-300);font-size:.72rem}#home.hero{flex-direction:column;justify-content:flex-end;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero-bg{z-index:0;position:absolute;inset:0}.hero-bg-img{object-fit:cover;object-position:center 30%;width:100%;height:100%;display:block}.hero-bg-fallback{background:linear-gradient(135deg,#0c1a2e 0%,#0f2847 35%,#162c4a 60%,#0a1628 100%);position:absolute;inset:0}.hero-bg-img+.hero-bg-fallback{display:none}.hero-video{z-index:1;object-fit:cover;object-position:center;opacity:0;width:100%;height:100%;transition:opacity 1s var(--ease);display:block;position:absolute;inset:0}.hero-video.is-ready{opacity:1}.hero-canvas{z-index:1;opacity:0;width:100%;height:100%;transition:opacity 1s var(--ease);display:block;position:absolute;inset:0}.hero-canvas.is-ready{opacity:1}.hero-overlay{z-index:2;pointer-events:none;background:linear-gradient(#080f1e00 60%,#080f1e8c 100%),linear-gradient(100deg,#080f1edb 0%,#080f1ea3 38%,#080f1e47 66%,#080f1e0f 100%);position:absolute;inset:0}@media (width<=960px){.hero-overlay{background:linear-gradient(#080f1e00 55%,#080f1e99 100%),linear-gradient(#080f1ed1 0%,#080f1e73 55%,#080f1e33 100%)}}.hero-body{z-index:2;max-width:var(--max-w);width:100%;padding:9rem var(--pad) 3.5rem;grid-template-columns:1fr 380px;align-items:center;gap:4rem;margin:0 auto;display:grid;position:relative}@media (width<=960px){.hero-body{grid-template-columns:1fr;gap:3rem;padding-top:7rem}}.hero-badge{color:#ffffffe6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1a;border:1px solid #fff3;border-radius:100px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.3rem .95rem .3rem .6rem;font-size:.78rem;font-weight:500;display:inline-flex}.badge-dot{background:#4ade80;border-radius:50%;width:7px;height:7px;animation:2s ease-in-out infinite pulse;box-shadow:0 0 8px #4ade80}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.85)}}.hero-h1{letter-spacing:-.03em;color:#fff;margin-bottom:1.4rem;font-size:clamp(3rem,6.5vw,5.5rem);font-weight:700;line-height:1.05}.hero-accent{color:#4ade80}.hero-sub{color:#ffffffb3;max-width:500px;margin-bottom:2.5rem;font-size:1.1rem;font-weight:300;line-height:1.75}.hero-actions{flex-wrap:wrap;gap:.85rem;display:flex}.btn-hero-primary{background:var(--green);color:#fff;border-radius:var(--radius);border:2px solid var(--green);transition:all var(--fast);align-items:center;gap:.55rem;padding:.9rem 2rem;font-size:.92rem;font-weight:600;display:inline-flex}.btn-hero-primary:hover{background:var(--green-dark);border-color:var(--green-dark);transform:translateY(-2px);box-shadow:0 8px 24px #05966966}.btn-hero-ghost{color:#fff;border-radius:var(--radius);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:all var(--fast);background:#ffffff14;border:1.5px solid #ffffff4d;align-items:center;gap:.4rem;padding:.9rem 2rem;font-size:.92rem;font-weight:500;display:inline-flex}.btn-hero-ghost:hover{background:#ffffff29;border-color:#ffffffa6;transform:translateY(-2px)}.hero-card{-webkit-backdrop-filter:blur(12px)saturate(140%);border-radius:var(--radius-lg);text-shadow:0 1px 10px #000000b3;background:linear-gradient(165deg,#0d16281f,#080e1a42);border:1px solid #fff3;padding:2rem;box-shadow:0 24px 64px #00000073,inset 0 0 0 1px #ffffff14}.hc-header{letter-spacing:.12em;text-transform:uppercase;color:#ffffffb8;border-bottom:1px solid #ffffff14;align-items:center;gap:.5rem;margin-bottom:1.4rem;padding-bottom:1.2rem;font-size:.72rem;font-weight:700;display:flex}.hc-dot{background:#4ade80;border-radius:50%;width:7px;height:7px;box-shadow:0 0 6px #4ade80}.hc-list{flex-direction:column;gap:1.1rem;margin-bottom:1.8rem;list-style:none;display:flex}.hc-list li{align-items:flex-start;gap:.85rem;display:flex}.hc-check{color:#4ade80;background:#4ade8026;border:1px solid #4ade8059;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;margin-top:2px;font-size:.65rem;font-weight:700;display:flex}.hc-list li strong{color:#fff;margin-bottom:.15rem;font-size:.9rem;font-weight:600;display:block}.hc-list li p{color:#ffffff80;margin:0;font-size:.78rem;font-weight:300;line-height:1.5}.hc-form{flex-direction:column;gap:.9rem;margin-bottom:1rem;display:flex}.hc-field{flex-direction:column;gap:.3rem;display:flex}.hc-field label{letter-spacing:.06em;text-transform:uppercase;color:#ffffffad;font-size:.68rem;font-weight:600}.hc-field input,.hc-field select{border-radius:var(--radius);color:#fff;appearance:none;transition:border-color var(--fast);background:#ffffff1a;border:1px solid #fff3;outline:none;padding:.65rem .9rem;font-size:.88rem}.hc-field input::placeholder{color:#ffffff59}.hc-field select option{color:#fff;background:#0f172a}.hc-field input:focus,.hc-field select:focus{border-color:#4ade8099}.hc-note{text-align:center;color:#ffffff73;margin-top:.2rem;font-size:.7rem}.hc-cta{text-align:center;background:var(--green);color:#fff;border-radius:var(--radius);cursor:pointer;width:100%;transition:all var(--fast);border:none;padding:.82rem 1.5rem;font-size:.88rem;font-weight:600;display:block}.hc-cta:hover{background:var(--green-dark);transform:translateY(-1px)}.hero-metrics{z-index:2;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#0000008c;border-top:1px solid #ffffff14;grid-template-columns:repeat(4,1fr);gap:0;display:grid;position:relative}@media (width<=700px){.hero-metrics{grid-template-columns:repeat(2,1fr)}}.metric-card{padding:1.8rem var(--pad);transition:background var(--fast);border-right:1px solid #ffffff12;flex-direction:column;gap:.35rem;display:flex}.metric-card:last-child{border-right:none}.metric-card:hover{background:#ffffff0a}.metric-card-dark .metric-num{color:#fff}.metric-card-dark .metric-label{color:#ffffff73}.metric-num{color:var(--ink);font-size:2.2rem;font-weight:700;line-height:1}.metric-unit{color:var(--green);margin-left:.1rem;font-size:1rem;font-weight:500}.metric-label{color:var(--ink-muted);font-size:.78rem;line-height:1.4}.pain-grid{grid-template-columns:repeat(3,1fr);gap:1.2rem;margin-bottom:3rem;display:grid}@media (width<=860px){.pain-grid{grid-template-columns:1fr}}.pain-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);transition:box-shadow var(--mid), transform var(--mid), border-color var(--mid);padding:2rem;position:relative}.pain-card:hover{border-color:var(--green-border);transform:translateY(-3px);box-shadow:0 8px 32px #0f172a14}.pain-card:hover .pain-icon{background:var(--green-light);border-color:var(--green-border);color:var(--green)}.pain-num{font-family:var(--font-head);color:var(--green-darker);opacity:.8;-webkit-user-select:none;user-select:none;font-size:2.8rem;font-weight:700;line-height:1;position:absolute;top:1.2rem;right:1.5rem}.pain-icon{background:var(--gray-50);border:1px solid var(--gray-200);width:48px;height:48px;color:var(--gray-500);transition:all var(--fast);border-radius:10px;justify-content:center;align-items:center;margin-bottom:1.2rem;display:flex}.pain-card h3{font-family:var(--font-head);color:var(--ink);letter-spacing:-.01em;margin-bottom:.6rem;font-size:1.1rem;font-weight:700}.pain-card p{color:var(--ink-muted);font-size:.88rem;font-weight:300;line-height:1.7}.pain-cta-row{color:var(--green);font-weight:600;font-family:var(--font-head);align-items:center;gap:.6rem;font-size:.95rem;display:flex}.solutions-wrap{align-items:flex-start;gap:3rem;display:flex}.solutions-side-label{flex-direction:column;flex-shrink:0;align-items:center;width:40px;padding-top:2rem;display:none}@media (width>=860px){.solutions-side-label{display:flex}}.solutions-side-label span{font-family:var(--font-head);letter-spacing:.2em;text-transform:uppercase;color:var(--ink-muted);writing-mode:vertical-rl;white-space:nowrap;margin-top:1rem;font-size:.65rem;font-weight:700;transform:rotate(180deg)}.solutions-list{flex:1}.solution-row{border-bottom:1px solid var(--gray-200);border-radius:var(--radius);transition:background var(--fast), transform var(--fast);cursor:default;align-items:flex-start;gap:1.5rem;padding:2rem 1rem;display:flex}.solution-row:first-child{border-top:1px solid var(--gray-200)}.solution-row:hover{background:var(--gray-50);transform:none}.solution-row:hover .sol-icon-wrap{background:var(--green-light);color:var(--green)}.sol-row-num{font-family:var(--font-head);color:var(--green);flex-shrink:0;width:36px;padding-top:.15rem;font-size:1rem;font-weight:700}.sol-icon-wrap{background:var(--gray-100);width:42px;height:42px;color:var(--gray-500);transition:all var(--fast);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.sol-body{flex:1}.sol-body h3{font-family:var(--font-head);color:var(--ink);letter-spacing:-.01em;margin-bottom:.4rem;font-size:1.05rem;font-weight:700}.sol-body p{color:var(--ink-muted);font-size:.88rem;font-weight:300;line-height:1.7}.sol-tag{background:var(--green-light);color:var(--green-dark);letter-spacing:.05em;text-transform:uppercase;border-radius:100px;margin-top:.8rem;padding:.2rem .65rem;font-size:.68rem;font-weight:600;display:inline-block}.edge-grid{grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:3rem;display:grid}@media (width<=700px){.edge-grid{grid-template-columns:1fr}}.edge-col{border-radius:var(--radius-lg);padding:2rem}.edge-col-bw{background:var(--white);border:1.5px solid var(--green-border);box-shadow:0 4px 20px #05966914}.edge-col-conv{background:var(--gray-50);border:1px solid var(--gray-200)}.edge-col-header{border-bottom:1px solid var(--gray-200);margin-bottom:1.4rem;padding-bottom:1.2rem}.edge-col-bw .edge-col-header{border-color:var(--green-border)}.edge-logo{width:auto;height:20px}.edge-col-header-conv span{font-family:var(--font-head);color:var(--gray-400);font-size:1rem;font-weight:600}.edge-item{border-bottom:1px solid var(--gray-100);color:var(--ink-2);align-items:flex-start;gap:.8rem;padding:.75rem 0;font-size:.88rem;line-height:1.5;display:flex}.edge-item:last-child{border-bottom:none}.edge-item strong{font-weight:600}.edge-item-conv{color:var(--ink-muted)}.edge-check{background:var(--green);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;margin-top:2px;font-size:.65rem;font-weight:700;display:flex}.edge-cross{background:var(--gray-200);width:20px;height:20px;color:var(--gray-400);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:2px;font-size:.65rem;font-weight:700;display:flex}.testimonials-grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem;display:grid}@media (width<=1024px){.testimonials-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.testimonials-grid{grid-template-columns:1fr}}.testimonial-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);transition:all var(--fast);flex-direction:column;gap:1.2rem;padding:2rem;display:flex;box-shadow:0 1px 4px #0f172a0f}.testimonial-card:hover{border-color:var(--green-border);transform:translateY(-2px);box-shadow:0 4px 16px #0f172a1f}.testimonial-stars{color:var(--green);letter-spacing:.1em;font-size:.9rem}.testimonial-quote{color:var(--ink-muted);margin:.5rem 0 0;font-size:.95rem;font-style:italic;font-weight:300;line-height:1.7}.testimonial-author{border-top:1px solid var(--gray-200);align-items:flex-start;gap:1rem;margin-top:.8rem;padding-top:1.2rem;display:flex}.testimonial-avatar{background:var(--green);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:64px;font-size:.85rem;font-weight:700;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 10px #05966940}.testimonial-photo{object-fit:cover;width:100%;height:100%;display:none}.testimonial-avatar.has-photo .testimonial-photo{display:block}.testimonial-avatar.has-photo .testimonial-initials{display:none}.testimonial-author strong{color:var(--ink);font-size:.9rem;display:block}.testimonial-role{color:var(--ink-muted);margin-top:.2rem;font-size:.75rem;display:block}.clients-ribbon{text-align:center;padding:4rem var(--pad)!important}.clients-label{letter-spacing:.12em;text-transform:uppercase;color:var(--ink-muted);margin-bottom:2.5rem;font-size:.75rem;font-weight:700}.clients-scroller{overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000);mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000)}.clients-track{gap:3rem;width:fit-content;animation:30s linear infinite scroll-left;display:flex}@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(-50%)}}.clients-scroller:hover .clients-track{animation-play-state:paused}.client-logo{color:var(--ink-muted);letter-spacing:.05em;white-space:nowrap;flex-shrink:0;padding:1rem 2rem;font-size:.85rem;font-weight:600;line-height:1.4}.client-logo--img{justify-content:center;align-items:center;padding:.5rem 2rem;display:flex}.client-logo--img img{object-fit:contain;opacity:1;width:auto;max-width:336px;height:85px;transition:transform var(--fast)}.client-logo--img img:hover{transform:scale(1.06)}.presence-grid{grid-template-columns:repeat(4,1fr);gap:1.2rem;margin-bottom:2.5rem;display:grid}@media (width<=900px){.presence-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=500px){.presence-grid{grid-template-columns:1fr}}.presence-region{border-radius:var(--radius-lg);transition:border-color var(--fast), transform var(--fast);background:#ffffff0f;border:1px solid #ffffff1a;padding:1.6rem}.presence-region:hover{border-color:#05966973;transform:translateY(-2px)}.presence-region-intl{border-color:#d4a8434d}.presence-region-intl:hover{border-color:#d4a843a6}.region-name{font-family:var(--font-head);letter-spacing:.12em;text-transform:uppercase;color:#ffffff73;margin-bottom:.5rem;font-size:.68rem;font-weight:700}.region-tag{color:#6ee7b7;letter-spacing:.08em;text-transform:uppercase;background:#05966938;border-radius:4px;margin-bottom:.9rem;padding:.12rem .55rem;font-size:.62rem;font-weight:700;display:inline-block}.region-tag-gold{color:#fcd34d;background:#d4a84333}.cities{flex-direction:column;gap:.4rem;margin-bottom:.9rem;display:flex}.city{font-family:var(--font-head);color:#fff;font-size:.95rem;font-weight:500}.city.active{color:#6ee7b7}.city-gold{color:#fcd34d!important}.region-desc{color:#fff6;font-size:.75rem;font-weight:300;line-height:1.5}.presence-cta{flex-wrap:wrap;align-items:center;gap:1.5rem;display:flex}.presence-cta span{color:#ffffff8c;font-size:.88rem}.about-layout{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;display:grid}@media (width<=860px){.about-layout{grid-template-columns:1fr;gap:3rem}}.about-body{color:var(--ink-muted);margin-bottom:1.2rem;font-size:.98rem;font-weight:300;line-height:1.8}.about-offices{flex-direction:column;gap:.9rem;margin-top:2.2rem;display:flex}.office-card{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius);align-items:flex-start;gap:1rem;padding:1.1rem 1.3rem;display:flex}.office-flag{flex-shrink:0;font-size:1.4rem}.office-card strong{font-family:var(--font-head);color:var(--ink);margin-bottom:.25rem;font-size:.88rem;font-weight:700;display:block}.office-card p{color:var(--ink-muted);font-size:.8rem;font-weight:300;line-height:1.6}.about-photo{height:460px}#contact.section-green .cta-inner{max-width:var(--max-w);padding:0 var(--pad);text-align:center;margin:0 auto}.cta-h2{font-family:var(--font-head);letter-spacing:-.02em;color:#fff;margin:1rem 0;font-size:clamp(2rem,4vw,3rem);font-weight:700}.cta-body{color:#fffc;max-width:460px;margin:0 auto 2.5rem;font-size:1rem;font-weight:300;line-height:1.7}.cta-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.cta-footnote{color:#ffffff8c;margin-top:1.8rem;font-size:.82rem;font-style:italic}.showcase-layout{grid-template-columns:1fr 1.2fr;align-items:center;gap:4rem;display:grid}@media (width<=860px){.showcase-layout{grid-template-columns:1fr}}.showcase-desc{color:var(--ink-muted);margin-bottom:2.2rem;font-size:.95rem;font-weight:300;line-height:1.7}.showcase-controls{flex-direction:column;gap:1.4rem;display:flex}.sc-group{flex-direction:column;gap:.4rem;display:flex}.sc-group label{font-family:var(--font-head);letter-spacing:.12em;text-transform:uppercase;color:var(--ink-muted);font-size:.62rem;font-weight:700}.sc-slider{-webkit-appearance:none;background:var(--gray-200);cursor:pointer;border-radius:1px;outline:none;width:100%;height:2px}.sc-slider::-webkit-slider-thumb{-webkit-appearance:none;background:var(--green);cursor:pointer;border-radius:50%;width:14px;height:14px;box-shadow:0 0 6px #05966966}.sc-floors,.sc-themes{flex-wrap:wrap;gap:.4rem;display:flex}.sc-floor,.sc-theme-btn{font-family:var(--font-head);color:var(--ink-muted);border:1px solid var(--gray-200);border-radius:var(--radius);transition:all var(--fast);padding:.3rem .8rem;font-size:.72rem;font-weight:500}.sc-floor:hover,.sc-theme-btn:hover{border-color:var(--green);color:var(--green)}.sc-floor.active,.sc-theme-btn.active{background:var(--green);border-color:var(--green);color:#fff}.sc-group.sc-theme{margin-top:0}.showcase-frame{aspect-ratio:4/3;border:1px solid var(--gray-200);background:var(--gray-50);border-radius:var(--radius-lg);position:relative;overflow:hidden}.sf-corner{border-color:var(--green);opacity:.5;border-style:solid;width:16px;height:16px;position:absolute}.sf-corner.tl{border-width:2px 0 0 2px;top:10px;left:10px}.sf-corner.tr{border-width:2px 2px 0 0;top:10px;right:10px}.sf-corner.bl{border-width:0 0 2px 2px;bottom:10px;left:10px}.sf-corner.br{border-width:0 2px 2px 0;bottom:10px;right:10px}.sf-label{font-family:var(--font-head);letter-spacing:.14em;color:var(--green);text-transform:uppercase;align-items:center;gap:.6rem;font-size:.58rem;display:flex;position:absolute;bottom:1rem;left:1rem}.sf-status{color:#22c55e;animation:2s ease-in-out infinite blink}@keyframes blink{0%,to{opacity:1}50%{opacity:.4}}.faq-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:3rem;display:grid}@media (width<=760px){.faq-grid{grid-template-columns:1fr}}.faq-item{border:1px solid var(--gray-200);border-radius:var(--radius-lg);background:var(--white);transition:all var(--fast);overflow:hidden}.faq-item:hover{border-color:var(--green-border)}.faq-toggle{text-align:left;cursor:pointer;width:100%;transition:all var(--fast);background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem 2rem;display:flex}.faq-toggle:hover{background:#05966908}.faq-question{color:var(--ink);font-size:.95rem;font-weight:600;line-height:1.5}.faq-icon{color:var(--green);flex-shrink:0;transition:transform .3s}.faq-toggle.open .faq-icon{transform:rotate(180deg)}.faq-answer{border-top:1px solid var(--gray-200);max-height:0;transition:max-height .3s;overflow:hidden}.faq-answer.open{max-height:500px}.faq-answer p{color:var(--ink-muted);padding:0 2rem 1.5rem;font-size:.9rem;line-height:1.7}.pricing-grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem;display:grid}@media (width<=1024px){.pricing-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.pricing-grid{grid-template-columns:1fr}}.pricing-card{background:var(--white);border:2px solid var(--gray-200);border-radius:var(--radius-lg);transition:all var(--fast);flex-direction:column;padding:2.5rem;display:flex;position:relative}.pricing-card:hover{border-color:var(--green-border);box-shadow:0 12px 32px #05966926}.pricing-card-featured{border-color:var(--green);background:linear-gradient(135deg, #0596690d 0%, var(--white) 100%);transform:scale(1.05)}@media (width<=1024px){.pricing-card-featured{transform:scale(1)}}.pricing-badge{background:var(--green-light);color:var(--green-dark);border-radius:100px;margin-bottom:1rem;padding:.4rem .9rem;font-size:.7rem;font-weight:700;display:inline-block}.pricing-badge-pop{background:var(--green);color:#fff}.pricing-title{color:var(--ink);margin-bottom:.5rem;font-size:1.3rem;font-weight:700}.pricing-desc{color:var(--ink-muted);margin-bottom:1.5rem;font-size:.9rem;line-height:1.6}.pricing-feature-list{flex-direction:column;flex:1;gap:.9rem;margin-bottom:1.5rem;display:flex}.pricing-feature{color:var(--ink);align-items:flex-start;gap:.6rem;font-size:.9rem;display:flex}.pricing-feature span{color:var(--green);margin-right:.4rem;font-weight:600}.process-timeline{grid-template-columns:repeat(5,1fr);align-items:start;gap:1rem;margin-top:3rem;display:grid}@media (width<=1024px){.process-timeline{grid-template-columns:repeat(3,1fr);gap:2rem}}@media (width<=640px){.process-timeline{grid-template-columns:1fr}}.process-step{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);text-align:center;transition:all var(--fast);padding:2rem 1.5rem}.process-step:hover{border-color:var(--green-border);box-shadow:0 8px 20px #0596691f}.process-dot{background:var(--green);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;margin:0 auto 1rem;font-size:1.3rem;font-weight:700;display:flex}.process-step h3{color:var(--ink);margin-bottom:.6rem;font-size:1rem;font-weight:700}.process-step p{color:var(--ink-muted);font-size:.85rem;line-height:1.6}.process-arrow{text-align:center;color:var(--green);justify-content:center;align-items:center;padding:1rem 0;font-size:1.4rem;font-weight:700;display:flex}@media (width<=1024px){.process-arrow{display:none}}.case-studies-grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem;display:grid}@media (width<=1024px){.case-studies-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.case-studies-grid{grid-template-columns:1fr}}.case-study-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);transition:all var(--fast);padding:2rem}.case-study-card:hover{border-color:var(--green-border);transform:translateY(-4px);box-shadow:0 12px 32px #0596691f}.case-study-badge{color:var(--green);background:#0596691a;border-radius:100px;margin-bottom:1rem;padding:.3rem .8rem;font-size:.7rem;font-weight:700;display:inline-block}.case-study-card h3{color:var(--ink);margin-bottom:.8rem;font-size:1.1rem;font-weight:700}.case-study-challenge{color:var(--ink-muted);border-bottom:1px solid var(--gray-200);margin-bottom:1.5rem;padding-bottom:1.5rem;font-size:.9rem;line-height:1.6}.case-study-metrics{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.case-metric{flex-direction:column;gap:.2rem;display:flex}.case-metric-val{color:var(--green);font-size:1.2rem;font-weight:700}.case-metric-label{color:var(--ink-muted);font-size:.75rem;line-height:1.4}.team-grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem;display:grid}@media (width<=1024px){.team-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.team-grid{grid-template-columns:1fr}}.team-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);text-align:center;transition:all var(--fast);padding:2rem}.team-card:hover{border-color:var(--green-border);transform:translateY(-4px);box-shadow:0 12px 32px #0596691f}.team-photo-placeholder{background:var(--gray-100);border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;margin:0 auto 1.5rem;font-size:3rem;display:flex}.team-name{color:var(--ink);margin-bottom:.3rem;font-size:1.1rem;font-weight:700}.team-title{color:var(--green);margin-bottom:1rem;font-size:.85rem;font-weight:600}.team-bio{color:var(--ink-muted);margin-bottom:1.2rem;font-size:.9rem;line-height:1.6}.team-social{color:var(--green);transition:all var(--fast);font-size:.85rem;font-weight:600;text-decoration:none;display:inline-block}.team-social:hover{color:var(--green-dark)}.site-footer{background:var(--navy);border-top:1px solid #ffffff0f}.footer-inner{max-width:var(--max-w);padding:4.5rem var(--pad) 2rem;margin:0 auto}.footer-top{border-bottom:1px solid #ffffff12;grid-template-columns:1.5fr 2fr;gap:5rem;margin-bottom:2rem;padding-bottom:3rem;display:grid}@media (width<=720px){.footer-top{grid-template-columns:1fr;gap:2.5rem}}.footer-brand{flex-direction:column;gap:.55rem;display:flex}.footer-logo{filter:brightness(0)invert();width:auto;height:22px;margin-bottom:.4rem}.footer-brand p{color:#fff6;font-size:.8rem;font-weight:300}.footer-legal{margin-top:.3rem;color:#ffffff47!important;font-size:.7rem!important}.footer-cols{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}@media (width<=500px){.footer-cols{grid-template-columns:1fr 1fr}}.footer-col{flex-direction:column;gap:.55rem;display:flex}.footer-col-title{font-family:var(--font-head);letter-spacing:.1em;text-transform:uppercase;color:#6ee7b7;margin-bottom:.3rem;font-size:.68rem;font-weight:700}.footer-col a{color:#ffffff73;transition:color var(--fast);font-size:.84rem;font-weight:300}.footer-col a:hover{color:#fff}.footer-bottom{flex-wrap:wrap;justify-content:space-between;gap:.5rem;display:flex}.footer-bottom span{color:#ffffff40;font-size:.74rem;font-weight:300}.site-modal{border:1px solid var(--gray-200);border-radius:var(--radius-lg);z-index:9000;background:#fff;width:min(520px,92vw);max-height:92vh;margin:auto;padding:0;position:fixed;inset:0;overflow:hidden;box-shadow:0 24px 64px #0f172a2e}.site-modal::backdrop{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0f172a80}.modal-inner{flex-direction:column;max-height:92vh;display:flex;overflow-y:auto}.modal-head{border-bottom:1px solid var(--gray-200);background:var(--gray-50);justify-content:space-between;align-items:center;padding:1.4rem 2rem;display:flex}.modal-head h3{font-family:var(--font-head);color:var(--ink);font-size:1.1rem;font-weight:700}.modal-close{border:1px solid var(--gray-200);width:28px;height:28px;color:var(--ink-muted);transition:all var(--fast);border-radius:50%;justify-content:center;align-items:center;font-size:1.1rem;display:flex}.modal-close:hover{border-color:var(--green);color:var(--green)}.modal-form{flex-direction:column;gap:1.1rem;padding:1.8rem 2rem;display:flex}.form-row{flex-direction:column;gap:.35rem;display:flex}.form-row label{font-family:var(--font-head);letter-spacing:.08em;text-transform:uppercase;color:var(--ink-muted);font-size:.68rem;font-weight:700}.form-row input,.form-row select,.form-row textarea{border:1.5px solid var(--gray-200);color:var(--ink);transition:border-color var(--fast);border-radius:var(--radius);appearance:none;background:#fff;outline:none;padding:.7rem 1rem;font-family:inherit;font-size:.88rem}.form-row textarea{resize:vertical;min-height:6rem}.form-row input::placeholder,.form-row textarea::placeholder{color:var(--gray-300)}.form-row input:focus,.form-row select:focus,.form-row textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px #0596691a}@media (width<=860px){.nav-links,.btn-connect{display:none}.nav-hamburger{display:flex}.section-light,.section-gray,.section-dark,.section-cta,.section-green{padding:4rem 0}}@media (width<=600px){.hero-actions{flex-direction:column}.hero-stats{grid-template-columns:1fr 1fr 1fr}.pain-grid,.edge-grid{grid-template-columns:1fr}.footer-cols{grid-template-columns:1fr 1fr}}.properties-search{flex-wrap:wrap;gap:1rem;margin:2.5rem 0;display:flex}.prop-filter{border:1px solid var(--gray-200);border-radius:var(--radius);min-width:200px;font-size:.9rem;font-family:var(--font-body);flex:1;padding:.9rem 1rem}.properties-grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2rem;display:grid}@media (width<=1024px){.properties-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.properties-grid{grid-template-columns:1fr}}.featured-grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2.5rem;display:grid}@media (width<=1024px){.featured-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.featured-grid{grid-template-columns:1fr}}.featured-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);cursor:pointer;transition:all var(--fast);flex-direction:column;display:flex;position:relative;overflow:hidden}.featured-card:hover{border-color:var(--green-border);transform:translateY(-3px);box-shadow:0 12px 28px #05966926}.featured-card:focus-visible{outline:2px solid var(--green);outline-offset:2px}.featured-img{aspect-ratio:16/10;background:var(--gray-100);overflow:hidden}.featured-img img{object-fit:cover;width:100%;height:100%;display:block}.featured-img--empty{height:100%;color:var(--green);background:linear-gradient(135deg, var(--green-light), var(--gray-100));flex-direction:column;justify-content:center;align-items:center;gap:.4rem;display:flex}.featured-img--empty svg{width:28px;height:28px}.featured-img--empty span{font-family:var(--font-head);font-size:1rem;font-weight:700}.featured-body{flex-direction:column;flex:1;padding:1.4rem 1.5rem;display:flex}.featured-body h3{margin:.5rem 0;font-size:1.15rem}.featured-body p{color:var(--ink-muted);margin:.2rem 0 1.1rem;font-size:.88rem}.featured-foot{justify-content:space-between;align-items:center;margin-top:auto;display:flex}.featured-foot .property-price{margin:0}.featured-link{font-family:var(--font-head);color:var(--green);font-size:.85rem;font-weight:600}.featured-ribbon{margin-top:2.5rem;position:relative}.featured-row{scrollbar-width:none;-ms-overflow-style:none;flex-wrap:nowrap;gap:1.5rem;padding:.5rem .25rem 1rem;display:flex;overflow-x:auto}.featured-row::-webkit-scrollbar{display:none}.featured-row .featured-card{scroll-snap-align:start;flex:0 0 320px;width:320px}@media (width<=600px){.featured-row .featured-card{flex:0 0 80vw;width:80vw}}.ribbon-arrow{z-index:4;background:var(--white);width:44px;height:44px;color:var(--ink);border:1px solid var(--gray-200);cursor:pointer;transition:color var(--fast), border-color var(--fast), transform var(--fast), opacity var(--fast);border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:42%;transform:translateY(-50%);box-shadow:0 4px 16px #0f172a24}.ribbon-arrow:hover{color:var(--green);border-color:var(--green-border);transform:translateY(-50%)scale(1.06)}.ribbon-prev{left:-10px}.ribbon-next{right:-10px}.ribbon-arrow[disabled]{opacity:0;pointer-events:none}@media (width<=600px){.ribbon-prev{left:2px}.ribbon-next{right:2px}}.fcard-gallery{aspect-ratio:16/10;background:var(--gray-100);position:relative;overflow:hidden}.fcard-imgs{scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;height:100%;display:flex;overflow-x:auto}.fcard-imgs::-webkit-scrollbar{display:none}.fcard-imgs img{object-fit:cover;scroll-snap-align:center;flex:0 0 100%;width:100%;height:100%;display:block}.fcard-nav{z-index:3;width:28px;height:28px;color:var(--ink);cursor:pointer;opacity:0;transition:opacity var(--fast), color var(--fast), background var(--fast);background:#ffffffe0;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 2px 6px #0f172a38}.featured-card:hover .fcard-nav{opacity:1}.fcard-nav:hover{color:var(--green);background:#fff}.fcard-prev{left:8px}.fcard-next{right:8px}@media (hover:none){.fcard-nav{opacity:1}}.fcard-count{z-index:3;color:#fff;background:#0f172a99;border-radius:999px;padding:.15rem .5rem;font-size:.68rem;font-weight:600;position:absolute;bottom:8px;right:8px}.featured-foot{margin-top:auto}.featured-cta-btn{text-align:center;background:var(--green);color:#fff;width:100%;font-family:var(--font-head);border-radius:var(--radius);transition:background var(--fast);padding:.6rem 1.1rem;font-size:.85rem;font-weight:600;display:block}.featured-card:hover .featured-cta-btn{background:var(--green-dark)}.connect-box{border-top:1px solid var(--gray-200);margin-top:1.4rem;padding-top:1.4rem}.connect-title{color:var(--ink);margin-bottom:.8rem;font-size:.92rem;font-weight:600}.connect-input{border:1.5px solid var(--gray-200);border-radius:var(--radius);width:100%;font-size:.95rem;font-family:var(--font-body);color:var(--ink);transition:border-color var(--fast), box-shadow var(--fast);outline:none;margin-bottom:.8rem;padding:.75rem 1rem}.connect-input:focus{border-color:var(--green);box-shadow:0 0 0 3px #0596691a}.connect-actions{gap:.8rem;display:flex}.connect-actions>*{text-align:center;flex:1;justify-content:center}.connect-hint{color:var(--ink-muted);margin-top:.7rem;font-size:.74rem}@media (width<=480px){.connect-actions{flex-direction:column}}@media (width<=900px){.roadmap-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=560px){.roadmap-grid{grid-template-columns:1fr}}.roadmap-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);transition:border-color var(--fast), box-shadow var(--fast);padding:1.4rem 1.5rem;position:relative}.roadmap-card:hover{border-color:var(--green-border);box-shadow:0 6px 18px #05966914}.roadmap-card .coming-soon-badge{margin:0 0 .7rem;display:inline-block}.roadmap-title{color:var(--ink);margin:0 0 .4rem;font-size:1rem}.roadmap-desc{color:var(--ink-muted);margin:0;font-size:.85rem;line-height:1.55}.roadmap-more{border-top:1px solid var(--gray-200);margin-top:2rem;padding-top:1.2rem}.roadmap-more summary{cursor:pointer;font-family:var(--font-head);color:var(--ink);align-items:center;gap:.5rem;font-size:.95rem;font-weight:600;list-style:none;display:flex}.roadmap-more summary::-webkit-details-marker{display:none}.roadmap-more summary:before{content:"+";color:var(--green);font-size:1.1rem;font-weight:700}.roadmap-more[open] summary:before{content:"−"}.roadmap-list{grid-template-columns:repeat(2,1fr);gap:.8rem 2rem;margin:1.2rem 0 0;padding:0;list-style:none;display:grid}@media (width<=560px){.roadmap-list{grid-template-columns:1fr}}.roadmap-list li{flex-direction:column;gap:.15rem;font-size:.85rem;display:flex}.roadmap-list strong{color:var(--ink)}.roadmap-list span{color:var(--ink-muted)}.properties-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin:.5rem 0 1.5rem;display:flex}.properties-meta{color:var(--ink-muted);margin:0;font-size:.88rem}.fav-filter{border:1px solid var(--gray-200);background:var(--white);color:var(--ink-muted);font-family:var(--font-head);cursor:pointer;transition:all var(--fast);border-radius:999px;align-items:center;gap:.4rem;padding:.5rem .9rem;font-size:.85rem;font-weight:600;display:inline-flex}.fav-filter:hover{border-color:var(--green-border);color:var(--ink)}.fav-filter.is-active{background:var(--green-light);border-color:var(--green-border);color:var(--green)}.fav-filter-icon{transition:fill var(--fast)}.fav-filter.is-active .fav-filter-icon{fill:var(--green)}.properties-empty{text-align:center;color:var(--ink-muted);flex-direction:column;align-items:center;gap:1rem;padding:3rem 1rem;display:flex}.properties-empty p{font-size:.95rem}.properties-loadmore{justify-content:center;margin-top:2rem;display:flex}.property-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);cursor:pointer;transition:all var(--fast);flex-direction:column;padding:0;display:flex;position:relative;overflow:hidden}.fav-btn{z-index:2;width:36px;height:36px;color:var(--ink-muted);cursor:pointer;transition:all var(--fast);background:#ffffffeb;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:10px;right:10px;box-shadow:0 2px 8px #0f172a26}.fav-btn:hover{color:var(--green);transform:scale(1.1)}.fav-btn svg{transition:fill var(--fast)}.property-card.is-fav .fav-btn{color:var(--green)}.property-card.is-fav .fav-btn svg{fill:var(--green)}.coming-soon-badge{vertical-align:middle;font-family:var(--font-head);letter-spacing:.06em;text-transform:uppercase;color:#b45309;background:#fef3c7;border-radius:999px;margin-left:.6rem;padding:.2rem .55rem;font-size:.62rem;font-weight:700;display:inline-block}.btn-secondary.is-coming-soon{opacity:.55;cursor:default;pointer-events:none}.property-card:hover{border-color:var(--green-border);transform:translateY(-2px);box-shadow:0 8px 20px #0596691f}.property-card:focus-visible{outline:2px solid var(--green);outline-offset:2px}.property-card h3{margin-bottom:.5rem;font-size:1.1rem}.property-card p{color:var(--ink-muted);margin:.3rem 0;font-size:.9rem}.property-price{color:var(--green);margin:1rem 0 .25rem;font-size:1.2rem;font-weight:700}.property-status{text-transform:uppercase;letter-spacing:.04em;background:var(--green-light);color:var(--green);border-radius:999px;margin-bottom:.75rem;padding:.25rem .6rem;font-size:.72rem;font-weight:700;display:inline-block}.property-status.status--hot{color:#dc2626;background:#fef2f2}.property-status.status--leased{background:var(--gray-100);color:var(--ink-muted)}.properties-grid .property-card.is-hidden{display:none}.property-img{aspect-ratio:16/10;background:var(--gray-100);position:relative;overflow:hidden}.property-img img{object-fit:cover;width:100%;height:100%;display:block}.property-img--empty{color:#0596698c;background:linear-gradient(135deg, var(--green-light), var(--gray-100));flex-direction:column;justify-content:center;align-items:center;gap:.4rem;height:100%;display:flex}.property-img--empty svg{width:26px;height:26px}.property-img--empty span{font-family:var(--font-head);color:var(--green);font-size:.95rem;font-weight:700}.property-body{flex-direction:column;flex:1;padding:1.4rem 1.5rem 1.5rem;display:flex}.property-actions{gap:.6rem;margin-top:auto;padding-top:1rem;display:flex}.btn-sm{text-align:center;flex:1;padding:.55rem .9rem!important;font-size:.82rem!important}.property-actions .btn-ghost{justify-content:center;align-items:center;display:inline-flex}.property-modal{width:min(640px,94vw)}.property-modal-body{flex-direction:column;display:flex}.property-modal-img{aspect-ratio:16/9;background:var(--gray-100);overflow:hidden}.property-modal-img img{object-fit:cover;width:100%;height:100%;display:block}.property-modal-img--empty{height:100%;font-family:var(--font-head);color:var(--green);background:linear-gradient(135deg, var(--green-light), var(--gray-100));justify-content:center;align-items:center;font-size:1.4rem;font-weight:700;display:flex}.property-modal-info{padding:1.6rem 2rem 2rem}.property-modal-info h3{font-family:var(--font-head);color:var(--ink);margin:.4rem 0 1.2rem;font-size:1.5rem;font-weight:700}.property-modal-meta{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.6rem;display:grid}.property-modal-meta>div{flex-direction:column;gap:.2rem;display:flex}.property-modal-meta span{letter-spacing:.08em;text-transform:uppercase;color:var(--ink-muted);font-size:.68rem;font-weight:700}.property-modal-meta strong{color:var(--ink);font-size:1rem}.property-modal-actions{gap:.8rem;display:flex}.property-modal-actions>*{text-align:center;flex:1;justify-content:center}@media (width<=480px){.property-modal-actions{flex-direction:column}}.quote-generator{grid-template-columns:1fr 1fr;gap:3rem;margin-top:2.5rem;display:grid}@media (width<=760px){.quote-generator{grid-template-columns:1fr}}.quote-form{background:var(--gray-50);border-radius:var(--radius-lg);padding:2rem}.quote-field{margin-bottom:1.5rem}.quote-field label{color:var(--ink-muted);margin-bottom:.5rem;font-size:.85rem;font-weight:600;display:block}.quote-field input,.quote-field select{border:1px solid var(--gray-200);border-radius:var(--radius);width:100%;font-family:var(--font-body);padding:.85rem}.quote-result{background:linear-gradient(135deg, #0596690d, var(--white));border:2px solid var(--green-light);border-radius:var(--radius-lg);text-align:center;padding:2rem}.quote-price{color:var(--green);margin:1.5rem 0;font-size:3rem;font-weight:700}.quote-period{color:var(--ink-muted);margin-left:.3rem;font-size:1rem}.savings-comparison{grid-template-columns:1fr auto 1fr;gap:2rem;margin:2.5rem 0;display:grid}@media (width<=900px){.savings-comparison{grid-template-columns:1fr 1fr}.savings-comparison>:nth-child(2){display:none}}@media (width<=640px){.savings-comparison{grid-template-columns:1fr}}.savings-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:2rem}.savings-card h3{margin-bottom:1.5rem;font-size:1.1rem}.savings-input{margin-bottom:1.5rem}.savings-input label{margin-bottom:.5rem;font-size:.85rem;font-weight:600;display:block}.savings-input input{border:1px solid var(--gray-200);border-radius:var(--radius);width:100%;padding:.8rem}.savings-total{border-top:2px solid var(--gray-200);justify-content:space-between;padding-top:1rem;font-size:.9rem;display:flex}.savings-total span:last-child{font-size:1.2rem;font-weight:700}.savings-result{background:linear-gradient(135deg, #05966914, var(--white));border:2px solid var(--green-light);border-radius:var(--radius-lg);text-align:center;margin-top:2rem;padding:2rem}.savings-result h3{margin-bottom:1rem}#savings-amount{color:var(--green);font-size:3rem;font-weight:700}.booking-system{background:var(--gray-50);border-radius:var(--radius-lg);max-width:600px;margin:2rem auto;padding:2.5rem}.booking-form{display:none}.booking-form.active{display:block}.booking-field{margin-bottom:1.5rem}.booking-field label{margin-bottom:.5rem;font-size:.85rem;font-weight:600;display:block}.booking-field input,.booking-field select{border:1px solid var(--gray-200);border-radius:var(--radius);width:100%;padding:.85rem}.booking-times{grid-template-columns:repeat(3,1fr);gap:.8rem;margin-top:.5rem;display:grid}.booking-time-btn{background:var(--white);border:1.5px solid var(--gray-200);border-radius:var(--radius);cursor:pointer;transition:all var(--fast);padding:.8rem;font-size:.85rem}.booking-time-btn:hover,.booking-time-btn.selected{border-color:var(--green);background:#0596690d}.quiz-container{max-width:600px;margin:2rem auto}.quiz-question{display:block}.quiz-question h3{margin-bottom:1.5rem}.quiz-opt{background:var(--white);border:2px solid var(--gray-200);border-radius:var(--radius);cursor:pointer;width:100%;transition:all var(--fast);margin-bottom:.8rem;padding:1rem;font-size:.95rem;font-weight:500}.quiz-opt:hover{border-color:var(--green);background:#05966908}.chat-widget{border-radius:var(--radius-lg);z-index:1000;background:#fff;flex-direction:column;width:350px;height:500px;display:none;position:fixed;bottom:20px;right:20px;box-shadow:0 12px 48px #00000026}.chat-widget.open{display:flex}.chat-header{background:var(--green);color:#fff;border-radius:var(--radius-lg) var(--radius-lg) 0 0;justify-content:space-between;align-items:center;padding:1.2rem;display:flex}.chat-header h3{margin:0;font-size:1rem}.chat-close{color:#fff;cursor:pointer;background:0 0;border:none;font-size:1.2rem;font-weight:700}.chat-messages{flex-direction:column;flex:1;gap:.8rem;padding:1.2rem;display:flex;overflow-y:auto}.chat-msg{margin-bottom:.8rem;display:flex}.chat-msg p{border-radius:var(--radius);word-wrap:break-word;max-width:80%;margin:0;padding:.8rem 1rem}.bot-msg p{background:var(--gray-100);color:var(--ink)}.user-msg{justify-content:flex-end}.user-msg p{background:var(--green);color:#fff}.chat-input{border-top:1px solid var(--gray-200);gap:.8rem;padding:1rem;display:flex}.chat-input input{border:1px solid var(--gray-200);border-radius:var(--radius);font-family:var(--font-body);flex:1;padding:.7rem}.chat-input button{background:var(--green);color:#fff;border-radius:var(--radius);cursor:pointer;border:none;padding:.7rem 1.2rem;font-weight:600}.chat-open-btn{background:var(--green);color:#fff;font-family:var(--font-head);cursor:pointer;z-index:999;transition:transform var(--fast), box-shadow var(--fast);border:none;border-radius:999px;align-items:center;gap:.55rem;padding:.85rem 1.35rem .85rem 1.2rem;font-size:.95rem;font-weight:600;display:inline-flex;position:fixed;bottom:25px;right:25px;box-shadow:0 8px 24px #05966966}.chat-open-btn svg{width:20px;height:20px}.chat-online-dot{background:#6ee7b7;border-radius:50%;flex-shrink:0;width:9px;height:9px;box-shadow:0 0 0 2px #ffffff73}.chat-open-btn:hover{transform:translateY(-2px);box-shadow:0 12px 30px #05966980}.chat-open-btn:active{transform:translateY(0)}.chat-open-btn:after{content:"";pointer-events:none;border-radius:999px;animation:2.2s ease-out infinite chat-pulse;position:absolute;inset:0;box-shadow:0 0 #05966973}@keyframes chat-pulse{0%{box-shadow:0 0 #05966973}70%{box-shadow:0 0 0 16px #05966900}to{box-shadow:0 0 #05966900}}@media (prefers-reduced-motion:reduce){.chat-open-btn:after{animation:none}}@media (width<=600px){.chat-open-btn{padding:.75rem 1.1rem;font-size:.88rem;bottom:16px;right:16px}}.app-promo{grid-template-columns:1fr 1fr;gap:3rem;margin-top:2.5rem;display:grid}@media (width<=760px){.app-promo{grid-template-columns:1fr}}.app-features,.app-signup{background:var(--gray-50);border-radius:var(--radius-lg);padding:2rem}.app-features h3,.app-signup h3{margin-bottom:1.5rem}.app-features ul li{padding:.6rem 0;font-size:.95rem}.app-signup input{border:1px solid var(--gray-200);border-radius:var(--radius);width:100%;margin-bottom:1rem;padding:.85rem}.feature-card-row{border-radius:var(--radius-lg);transition:all var(--mid);background:#fff;align-items:flex-start;gap:2rem;padding:2.5rem;display:flex;box-shadow:0 2px 8px #0000000a}.feature-card-row:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000014}.feature-icon{text-align:center;justify-content:center;align-items:center;min-width:80px;font-size:3.5rem;display:flex}.feature-content{flex:1}.feature-title{color:var(--ink-dark);font-size:1.3rem;font-weight:700;font-family:var(--font-head);margin-bottom:.8rem}.feature-desc{color:var(--ink-muted);margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.btn-secondary{color:var(--green);border:1.5px solid var(--green);border-radius:var(--radius);cursor:pointer;transition:all var(--fast);background:0 0;padding:.6rem 1.5rem;font-size:.9rem;font-weight:600;display:inline-block}.btn-secondary:hover{background:var(--green);color:#fff}@media (width<=760px){.feature-card-row{flex-direction:column;padding:2rem}.feature-icon{margin-bottom:.5rem}}.roadmap-grid{grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:3rem;display:grid}.roadmap-card{border-radius:var(--radius-lg);text-align:center;color:#fff;transition:all var(--mid);cursor:pointer;background:#ffffff14;border:1px solid #ffffff1f;padding:2rem}.roadmap-card:hover{border-color:var(--green);background:#ffffff1f;transform:translateY(-8px)}.roadmap-icon{margin-bottom:1rem;font-size:2.5rem;display:block}.roadmap-card h4{color:#fff;margin-bottom:.6rem;font-size:1rem;font-weight:700}.roadmap-card p{color:#ffffffb3;font-size:.85rem;line-height:1.5}@media (width<=1024px){.roadmap-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=760px){.roadmap-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (width<=480px){.roadmap-grid{grid-template-columns:1fr}}.auth-body{background:var(--off-white)}.auth-shell{grid-template-columns:1.05fr 1fr;min-height:100vh;display:grid}.auth-aside{background:radial-gradient(120% 120% at 0% 0%, #ffffff1a, transparent 55%), linear-gradient(155deg, var(--green-darker) 0%, var(--green-dark) 55%, var(--green) 120%);color:#fff;flex-direction:column;justify-content:space-between;padding:2.5rem clamp(2rem,4vw,4rem);display:flex;position:relative;overflow:hidden}.auth-aside:after{content:"";background:radial-gradient(circle,#ffffff1a,#0000 70%);border-radius:50%;width:420px;height:420px;position:absolute;bottom:-120px;right:-120px}.auth-logo .logo-text{font-family:var(--font-head);letter-spacing:.02em;color:#fff;font-size:1.25rem;font-weight:800}.auth-logo .logo-tm{opacity:.7;font-size:.55em}.auth-aside-body{z-index:1;position:relative}.auth-aside-h{font-family:var(--font-head);letter-spacing:-.02em;margin:1.1rem 0 1.6rem;font-size:clamp(1.8rem,3vw,2.6rem);font-weight:700;line-height:1.12}.auth-aside-list{flex-direction:column;gap:.9rem;list-style:none;display:flex}.auth-aside-list li{color:#ffffffeb;align-items:center;gap:.7rem;font-size:.98rem;font-weight:300;display:flex}.auth-aside-list svg{fill:none;stroke:#fff;stroke-width:2.4px;stroke-linecap:round;stroke-linejoin:round;background:#ffffff24;border-radius:50%;flex:0 0 20px;width:20px;height:20px;padding:3px}.auth-aside-foot{z-index:1;color:#ffffffb3;font-size:.82rem;position:relative}.auth-main{flex-direction:column;justify-content:center;width:100%;max-width:560px;margin:0 auto;padding:3rem clamp(1.4rem,5vw,5rem);display:flex;position:relative}.auth-back{font-family:var(--font-head);color:var(--ink-muted);transition:color var(--fast);align-items:center;gap:.3rem;font-size:.8rem;font-weight:600;display:inline-flex;position:absolute;top:1.6rem;left:clamp(1.4rem,5vw,5rem)}.auth-back:hover{color:var(--green)}.auth-back svg{width:16px;height:16px}.auth-tabs{background:var(--gray-100);border-radius:100px;align-self:flex-start;gap:.25rem;margin-bottom:1.6rem;padding:.3rem;display:inline-flex;position:relative}.auth-tab{z-index:1;font-family:var(--font-head);color:var(--ink-muted);transition:color var(--fast);border-radius:100px;padding:.5rem 1.1rem;font-size:.85rem;font-weight:600;position:relative}.auth-tab.is-active{color:var(--green-dark)}.auth-tab-indicator{transition:transform var(--mid), width var(--mid), opacity var(--fast);background:#fff;border-radius:100px;position:absolute;top:.3rem;bottom:.3rem;left:0;box-shadow:0 1px 6px #0f172a1a}.auth-form{animation:authFade .4s var(--ease);flex-direction:column;gap:1.05rem;display:none}.auth-form.is-active{display:flex}@keyframes authFade{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.auth-form-head h2{font-family:var(--font-head);letter-spacing:-.02em;color:var(--ink);font-size:1.6rem;font-weight:700}.auth-form-head p{color:var(--ink-muted);margin-top:.25rem;font-size:.92rem;font-weight:300}.form-grid-2{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.auth-form .form-row input{background:var(--white)}.auth-form .form-row input.has-err{border-color:#dc2626}.field-err{color:#dc2626;min-height:.9rem;font-size:.74rem;line-height:1.2}.input-pass{position:relative}.input-pass input{width:100%;padding-right:2.6rem!important}.pass-toggle{color:var(--gray-400);transition:color var(--fast);padding:.35rem;display:inline-flex;position:absolute;top:50%;right:.5rem;transform:translateY(-50%)}.pass-toggle:hover{color:var(--green)}.pass-toggle svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.pw-meter{gap:.3rem;margin-top:.1rem;display:flex}.pw-meter span{background:var(--gray-200);height:4px;transition:background var(--fast);border-radius:2px;flex:1}.pw-meter span.on{background:#dc2626}.pw-meter[data-score="2"] span.on{background:#f59e0b}.pw-meter[data-score="3"] span.on{background:#84cc16}.pw-meter[data-score="4"] span.on{background:var(--green)}.auth-row-between{justify-content:space-between;align-items:center;gap:1rem;display:flex}.auth-check{color:var(--ink-2);cursor:pointer;align-items:center;gap:.45rem;font-size:.85rem;display:inline-flex}.auth-check input{width:16px;height:16px;accent-color:var(--green);cursor:pointer}.auth-check-block{align-items:flex-start;line-height:1.4}.auth-link{font-family:var(--font-head);color:var(--green);transition:color var(--fast);font-size:.85rem;font-weight:600}.auth-link:hover{color:var(--green-dark);text-decoration:underline}.auth-link-center{text-align:center;margin-top:.2rem;display:block}.auth-link-inline{color:var(--green);font-weight:600}.auth-link-inline:hover{text-decoration:underline}.btn-block{justify-content:center;width:100%;position:relative}.btn-spinner{border:2px solid #fff6;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.7s linear infinite authSpin;display:none}.is-busy .btn-label{opacity:0}.is-busy .btn-spinner{display:block;position:absolute}@keyframes authSpin{to{transform:rotate(360deg)}}.auth-demo-hint{color:var(--ink-muted);text-align:center;font-size:.78rem}.auth-demo-hint .auth-link{font-size:.78rem}.auth-divider{color:var(--gray-400);align-items:center;gap:.8rem;font-size:.78rem;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:var(--gray-200);flex:1;height:1px}.g-icon{width:18px;height:18px}.auth-toast{border-radius:var(--radius);border:1px solid #0000;margin-bottom:.2rem;padding:.7rem .95rem;font-size:.86rem;font-weight:500;display:none}.auth-toast.show{display:block}.auth-toast.error{color:#b91c1c;background:#fef2f2;border-color:#fecaca;display:block}.auth-toast.success{background:var(--green-light);color:var(--green-darker);border-color:var(--green-border);display:block}.auth-toast.info{color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe;display:block}.nav-login{display:inline-flex;position:relative}.nav-login-link{font-family:var(--font-head);border-radius:var(--radius);color:var(--green);border:1.5px solid var(--green-border);transition:all var(--fast);align-items:center;gap:.3rem;padding:.5rem 1.1rem;font-size:.85rem;font-weight:600;display:inline-flex}.nav-login-link:hover{background:var(--green-light);border-color:var(--green)}body:not([data-nav-solid]) .nav:not(.scrolled) .nav-login-link{color:#fff;border-color:#ffffff73}body:not([data-nav-solid]) .nav:not(.scrolled) .nav-login-link:hover{background:#ffffff1f;border-color:#fff}.login-caret{width:14px;height:14px;transition:transform var(--fast)}.nav-login.open .login-caret{transform:rotate(180deg)}.login-menu{border:1px solid var(--gray-200);border-radius:var(--radius-lg);z-index:1100;background:#fff;min-width:240px;padding:.4rem;display:none;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 12px 32px #0f172a29}.nav-login.open .login-menu{animation:authFade .18s var(--ease);display:block}.login-item{border-radius:var(--radius);color:var(--ink);justify-content:space-between;align-items:center;gap:.75rem;padding:.6rem .7rem;display:flex}a.login-item:hover{background:var(--green-light)}.login-item-main{flex-direction:column;display:flex}.login-item-main strong{font-family:var(--font-head);font-size:.88rem;font-weight:600}.login-item-main small{color:var(--ink-muted);font-size:.74rem}.login-item.is-soon{opacity:.7;cursor:default}.login-soon{text-transform:uppercase;letter-spacing:.05em;background:var(--gray-100);color:var(--ink-muted);border-radius:100px;padding:.18rem .5rem;font-size:.62rem;font-weight:700}.login-ext{width:14px;height:14px;color:var(--gray-400);flex:none}@media (width<=860px){.nav-login-link{padding:.4rem .85rem;font-size:.8rem}}.nav-account{align-items:center;gap:.5rem;display:inline-flex}.nav-account .acct-name{font-family:var(--font-head);color:var(--ink);font-size:.85rem;font-weight:600}.nav:not(.scrolled) .nav-account .acct-name{color:#fff}@media (width<=880px){.auth-shell{grid-template-columns:1fr}.auth-aside{display:none}.auth-main{min-height:100vh;padding-top:4.5rem}}@media (width<=480px){.form-grid-2{grid-template-columns:1fr}}.dash-body{background:var(--off-white);min-height:100vh}.dash-top{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--gray-200);background:#fffffff2;align-items:center;gap:1.5rem;padding:.9rem clamp(1.2rem,5vw,3rem);display:flex;position:sticky;top:0}.dash-top-nav{gap:1.3rem;margin-left:1rem;display:flex}.dash-top-nav a{font-family:var(--font-head);color:var(--ink-muted);transition:color var(--fast);font-size:.88rem;font-weight:500}.dash-top-nav a:hover{color:var(--green)}.dash-account{align-items:center;gap:.6rem;margin-left:auto;display:flex}.nbell{position:relative}.nbell-btn{width:38px;height:38px;color:var(--ink-2);transition:background var(--fast), color var(--fast);border-radius:50%;justify-content:center;align-items:center;display:inline-flex;position:relative}.nbell-btn:hover{background:var(--gray-100);color:var(--green)}.nbell-btn svg{width:20px;height:20px}.nbell-badge{color:#fff;background:#dc2626;border-radius:100px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 4px;font-size:.62rem;font-weight:700;display:inline-flex;position:absolute;top:3px;right:3px}.nbell-menu{border:1px solid var(--gray-200);border-radius:var(--radius-lg);z-index:1200;background:#fff;width:320px;max-height:420px;position:absolute;top:calc(100% + 8px);right:0;overflow-y:auto;box-shadow:0 12px 32px #0f172a29}.nbell-head{font-family:var(--font-head);border-bottom:1px solid var(--gray-100);padding:.85rem 1rem;font-size:.9rem;font-weight:700}.nbell-item{border-bottom:1px solid var(--gray-100);padding:.75rem 1rem}.nbell-item.is-unread{background:var(--green-light)}.nbell-title{font-family:var(--font-head);color:var(--ink);font-size:.85rem;font-weight:600}.nbell-body{color:var(--ink-muted);margin-top:.15rem;font-size:.8rem}.nbell-time{color:var(--gray-400);margin-top:.2rem;font-size:.7rem}.nbell-empty{text-align:center;color:var(--ink-muted);padding:1.2rem 1rem;font-size:.85rem}.prop-row{border-bottom:1px solid var(--gray-100);padding:.85rem 0}.prop-row:last-child{border-bottom:none}.prop-row-head{justify-content:space-between;align-items:center;gap:1rem;display:flex}.prop-side{align-items:center;gap:.7rem;display:inline-flex}.prop-monthly{font-family:var(--font-head);color:var(--green-dark);font-size:.9rem;font-weight:700}.prop-detail{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius);margin-top:.8rem;padding:.9rem}.prop-table{border-collapse:collapse;width:100%;margin-bottom:.7rem}.prop-table td{border-bottom:1px solid var(--gray-200);vertical-align:top;padding:.4rem 0;font-size:.85rem}.prop-table td:last-child{text-align:right;white-space:nowrap;font-weight:600}.prop-table td span{color:var(--ink-muted);font-size:.72rem;display:block}.prop-terms{color:var(--ink-muted);flex-wrap:wrap;gap:.4rem 1.1rem;font-size:.8rem;display:flex}.prop-terms b{color:var(--ink);font-weight:600}.prop-actions{gap:.6rem;margin-top:.9rem;display:flex}.cmp-table{border-collapse:collapse;width:100%;margin-bottom:1rem;font-size:.85rem}.cmp-table th,.cmp-table td{border:1px solid var(--gray-200);text-align:left;padding:.5rem .7rem}.cmp-table thead th{background:var(--gray-50);font-family:var(--font-head);font-weight:600}.cmp-table .cmp-attr{color:var(--ink-muted);background:var(--gray-50);font-weight:600}.sec-row{justify-content:space-between;align-items:center;gap:1rem;display:flex}#dash-2fa code{background:var(--gray-100);border-radius:4px;padding:.1rem .35rem;font-size:.78rem}.backup-codes{grid-template-columns:1fr 1fr;gap:.4rem;margin-top:.7rem;display:grid}.backup-codes code{background:var(--gray-100);text-align:center;letter-spacing:.05em;border-radius:6px;padding:.35rem .5rem;font-size:.85rem}.dash-avatar{background:var(--green);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:.9rem;font-weight:700;display:inline-flex}.dash-account-name{font-family:var(--font-head);font-size:.9rem;font-weight:600}.dash-logout{padding:.4rem .9rem!important;font-size:.8rem!important}.dash-shell{padding-top:2.5rem;padding-bottom:4rem}.dash-hello{margin-bottom:2rem}.dash-h1{font-family:var(--font-head);letter-spacing:-.02em;color:var(--ink);margin:.7rem 0 .3rem;font-size:clamp(1.7rem,3.5vw,2.4rem);font-weight:700}.dash-sub{color:var(--ink-muted);font-weight:300}.dash-stats{grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:2rem;display:grid}.dash-stat{border:1px solid var(--gray-200);border-radius:var(--radius-lg);background:#fff;flex-direction:column;gap:.3rem;padding:1.3rem 1.4rem;display:flex}.dash-stat-val{font-family:var(--font-head);color:var(--green-dark);font-size:2rem;font-weight:800;line-height:1}.dash-stat-label{color:var(--ink-muted);font-size:.82rem}.dash-grid{grid-template-columns:1fr 1fr;gap:1.4rem;display:grid}.dash-card{border:1px solid var(--gray-200);border-radius:var(--radius-lg);background:#fff;padding:1.5rem}.dash-card-wide{grid-column:1/-1}.dash-card-head{justify-content:space-between;align-items:center;margin-bottom:1.1rem;display:flex}.dash-card-head h2{font-family:var(--font-head);color:var(--ink);font-size:1.15rem;font-weight:700}.dash-shortlist{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.dash-prop{border:1px solid var(--gray-200);border-radius:var(--radius);transition:box-shadow var(--fast), transform var(--fast);overflow:hidden}.dash-prop:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0f172a1a}.dash-prop-img{background-position:50%;background-size:cover;background-color:var(--gray-100);height:130px}.dash-prop-body{padding:.85rem 1rem 1rem}.dash-prop-body h3{font-family:var(--font-head);color:var(--ink);font-size:.95rem;font-weight:600;line-height:1.25}.dash-prop-meta{color:var(--ink-muted);margin-top:.25rem;font-size:.8rem}.dash-prop-rate{font-family:var(--font-head);color:var(--green-dark);margin-top:.4rem;font-weight:700}.dash-list{flex-direction:column;gap:.2rem;list-style:none;display:flex}.dash-li{border-bottom:1px solid var(--gray-100);justify-content:space-between;align-items:center;gap:1rem;padding:.85rem 0;display:flex}.dash-li:last-child{border-bottom:none}.dash-li-title{color:var(--ink);font-size:.92rem;font-weight:600}.dash-li-meta{color:var(--ink-muted);margin-top:.15rem;font-size:.78rem}.dash-tag{font-family:var(--font-head);white-space:nowrap;background:var(--gray-100);color:var(--ink-2);border-radius:100px;padding:.25rem .65rem;font-size:.72rem;font-weight:600}.dash-tag-green{background:var(--green-light);color:var(--green-dark)}.unit-controls{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.6rem;display:inline-flex}.unit-rate{font-family:var(--font-head);color:var(--green-dark);font-size:.9rem;font-weight:700}.btn-sm{padding:.4rem .8rem!important;font-size:.78rem!important}.refer-form{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius);flex-direction:column;gap:.8rem;margin-bottom:1rem;padding:1rem;display:flex}.refer-form input{background:#fff}.dash-prop-book{gap:.4rem;margin-top:.7rem;display:flex}.dash-prop-book .book-when{min-width:0;font-family:var(--font-body);border:1px solid var(--gray-200);border-radius:var(--radius);flex:1;padding:.35rem .5rem;font-size:.78rem}.dash-empty{color:var(--ink-muted);padding:.5rem 0;font-size:.88rem}.dash-profile{flex-direction:column;gap:.1rem;display:flex}.dash-prow{border-bottom:1px solid var(--gray-100);justify-content:space-between;gap:1rem;padding:.6rem 0;display:flex}.dash-prow dt{color:var(--ink-muted);font-size:.8rem}.dash-prow dd{color:var(--ink);text-align:right;word-break:break-word;font-size:.88rem;font-weight:500}@media (width<=900px){.dash-stats{grid-template-columns:repeat(2,1fr)}.dash-grid{grid-template-columns:1fr}.dash-shortlist{grid-template-columns:1fr 1fr}.dash-top-nav{display:none}}@media (width<=560px){.dash-shortlist{grid-template-columns:1fr}.dash-account-name{display:none}}body.role-viewer #prof-edit,body.role-viewer #req-toggle,body.role-viewer .dash-prop-book,body.role-viewer [data-act=accept],body.role-viewer [data-act=decline],body.role-viewer [data-act=del]{display:none!important}body.role-viewer label:has(#doc-file){display:none!important}.dash-prop-owner{margin-top:.5rem}.skip-link{z-index:3000;background:var(--ink);color:#fff;font-family:var(--font-head);border-radius:0 0 8px;padding:.6rem 1rem;font-size:.85rem;font-weight:600;position:absolute;top:0;left:-9999px}.skip-link:focus{left:0}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,[tabindex]:focus-visible,summary:focus-visible{outline:2px solid var(--green);outline-offset:2px;border-radius:4px}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}.dash-card-head{flex-wrap:wrap;gap:.5rem}.unit-controls{flex-wrap:wrap}@media (width<=560px){.dash-top{flex-wrap:wrap;gap:.5rem .8rem}.dash-top-nav{order:3;width:100%}.unit-controls{justify-content:flex-start;width:100%}.dash-prop-book{flex-wrap:wrap}}
