:root{
  --navy:#061a3a;
  --navy-2:#0b2a5b;
  --blue:#1769ff;
  --green:#10a957;
  --green-dark:#078543;
  --purple:#7b4ce2;
  --orange:#f28a1a;
  --gold:#d89a00;
  --ink:#10213f;
  --muted:#65728a;
  --soft:#f4f8fc;
  --line:#e3ebf4;
  --white:#fff;
  --shadow:0 18px 45px rgba(16,33,63,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'Inter',sans-serif;color:var(--ink);background:#fff;line-height:1.6}
a{text-decoration:none}
.site-header{background:linear-gradient(90deg,#061a3a,#082650);box-shadow:0 8px 25px rgba(0,0,0,.14)}
.navbar{min-height:74px}
.navbar-brand{color:#fff!important}
.brand-wrap{display:flex;align-items:center;gap:.75rem;color:#fff}
.brand-wrap strong{display:block;font-size:1.2rem;letter-spacing:.03em}
.brand-wrap small{display:block;font-size:.62rem;color:rgba(255,255,255,.72)}
.brand-mark{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;color:#fff;background:linear-gradient(135deg,var(--green),var(--blue));box-shadow:0 8px 20px rgba(0,0,0,.18)}
.nav-link{color:rgba(255,255,255,.86)!important;font-weight:600;font-size:.94rem}
.nav-link:hover{color:#fff!important}
.btn{border-radius:10px;font-weight:700}
.btn-success{background:var(--green);border-color:var(--green)}
.btn-success:hover{background:var(--green-dark);border-color:var(--green-dark)}
.hero-section{position:relative;overflow:hidden;background:radial-gradient(circle at 82% 20%,rgba(23,105,255,.14),transparent 32%),linear-gradient(135deg,#fff 15%,#f7fbff 58%,#edf6ff)}
.hero-section:before{content:"";position:absolute;inset:auto auto -160px -160px;width:380px;height:380px;border-radius:50%;background:rgba(16,169,87,.06)}
.min-vh-hero{min-height:650px;padding-top:2.5rem;padding-bottom:2.5rem}
.eyebrow{display:inline-flex;align-items:center;color:var(--green);font-size:.82rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;margin-bottom:1rem}
.hero-section h1{font-size:clamp(2.55rem,5vw,5rem);line-height:1.04;font-weight:800;letter-spacing:-.045em;max-width:760px}
.hero-section h1 span{color:var(--green)}
.hero-lead{font-size:1.1rem;color:var(--muted);max-width:660px}
.hero-trust{display:flex;flex-wrap:wrap;gap:1.2rem;color:#4e5d75;font-size:.9rem}
.hero-trust span{display:flex;align-items:center;gap:.45rem}
.hero-trust i{color:var(--blue)}
.hero-visual{position:relative;min-height:520px}
.hero-building{position:absolute;right:0;bottom:0;width:92%;max-height:520px;object-fit:cover;border-radius:26px;box-shadow:var(--shadow)}
.floating-card{position:absolute;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.9);border-radius:18px;box-shadow:var(--shadow);padding:1.15rem;z-index:2}
.floating-card-left{left:0;top:22%;width:190px}
.floating-card-right{right:2%;top:7%;width:250px}
.floating-card strong{display:block;font-size:1.35rem}
.floating-label,.floating-card small{font-size:.75rem;color:var(--muted)}
.positive{font-size:.72rem;color:var(--green);font-weight:700}
.status-icon{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;color:#fff}.status-icon.success{background:var(--green)}
.mini-line{height:40px;margin-top:.8rem;background:linear-gradient(160deg,transparent 52%,var(--blue) 53%,var(--blue) 56%,transparent 57%)}
.progress{height:8px;background:#e7eef8}.progress-bar{background:var(--green)}
.trust-strip{background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.metric{display:grid;grid-template-columns:auto 1fr;column-gap:.75rem;align-items:center}
.metric i{grid-row:1/3;font-size:1.7rem;color:var(--blue)}
.metric strong{font-size:1.35rem;line-height:1.1}.metric span{font-size:.78rem;color:var(--muted)}
.country-list{text-align:center}.country-list small{display:block;color:var(--muted);margin-bottom:.5rem}.country-list div{display:flex;justify-content:center;gap:.7rem;font-size:1.45rem;flex-wrap:wrap}
.section-pad{padding:90px 0}.bg-soft{background:var(--soft)}
.section-heading{max-width:760px}.section-heading h2{font-weight:800;font-size:clamp(2rem,3.5vw,3.2rem);letter-spacing:-.035em}.section-heading p{color:var(--muted);font-size:1.05rem}
.feature-card,.pricing-card,.role-card{height:100%;background:#fff;border:1px solid var(--line);border-radius:18px;padding:1.5rem;transition:.25s ease}
.feature-card:hover,.role-card:hover,.pricing-card:hover{transform:translateY(-6px);box-shadow:var(--shadow);border-color:transparent}
.feature-icon{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;font-size:1.15rem;margin-bottom:1rem}.feature-icon.green{background:#e7f8ef;color:var(--green)}.feature-icon.purple{background:#f0eafe;color:var(--purple)}.feature-icon.blue{background:#e9f0ff;color:var(--blue)}.feature-icon.orange{background:#fff1e1;color:var(--orange)}
.feature-card h3,.role-card h3,.pricing-card h3{font-size:1.05rem;font-weight:800}.feature-card p,.role-card p,.pricing-card p{color:var(--muted);font-size:.9rem}.feature-card a,.role-card a{font-weight:700;font-size:.88rem}
.role-card{position:relative;overflow:hidden}.role-card:before{content:"";position:absolute;top:0;left:0;right:0;height:5px;background:currentColor}.role-card>i{font-size:1.7rem;margin-bottom:1rem}.role-card.admin{color:#0c3d7d}.role-card.landlord{color:var(--green)}.role-card.tenant{color:var(--purple)}.role-card.manager{color:var(--orange)}.role-card.accountant{color:var(--blue)}.role-card.provider{color:var(--gold)}.role-card p,.role-card h3{color:var(--ink)}
.billing-toggle b{background:#e6f8ed;color:var(--green);font-size:.72rem;padding:.3rem .55rem;border-radius:999px;margin-left:.35rem}
.pricing-card{position:relative;padding:1.8rem}.pricing-card.popular{border:2px solid var(--blue);box-shadow:0 18px 45px rgba(23,105,255,.12)}
.popular-badge{position:absolute;top:-14px;left:50%;transform:translateX(-50%);background:var(--blue);color:#fff;border-radius:999px;padding:.35rem .8rem;font-size:.72rem;font-weight:800;white-space:nowrap}
.price{font-weight:800;font-size:2rem;margin-top:1rem}.pricing-card ul{list-style:none;padding:0;margin:1.4rem 0}.pricing-card li{padding:.45rem 0;color:#44516a;font-size:.9rem}.pricing-card li:before{content:"✓";color:var(--green);font-weight:800;margin-right:.6rem}
.check-list{list-style:none;padding:0;margin:1.5rem 0}.check-list li{margin:.8rem 0}.check-list li:before{content:"✓";display:inline-grid;place-items:center;width:24px;height:24px;border-radius:50%;background:#e6f8ed;color:var(--green);font-weight:800;margin-right:.75rem}
.dashboard-showcase{display:inline-block;background:linear-gradient(145deg,#081d3e,#0e376e);padding:22px;border-radius:28px;box-shadow:0 30px 60px rgba(6,26,58,.25);transform:rotate(1deg)}
.dashboard-showcase img{display:block;width:min(100%,430px);border-radius:16px}
.cta-section{padding:0 0 80px;background:var(--soft)}
.cta-panel{background:linear-gradient(135deg,#061a3a,#0b3470);color:#fff;border-radius:28px;padding:3rem;box-shadow:var(--shadow)}
.cta-panel h2{font-weight:800;font-size:clamp(2rem,4vw,3.4rem)}.cta-panel p{color:rgba(255,255,255,.75);margin:0}
.site-footer{background:#04142f;color:#fff}.site-footer h6{font-weight:800}.site-footer a{display:block;color:rgba(255,255,255,.68);margin:.4rem 0}.site-footer a:hover{color:#fff}.footer-copy{color:rgba(255,255,255,.64);font-size:.9rem}.social-links{display:flex;gap:.65rem}.social-links a{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.08)}.site-footer hr{border-color:rgba(255,255,255,.14)}.footer-bottom{color:rgba(255,255,255,.55)}.footer-bottom a{display:inline}
@media (max-width:1199.98px){.hero-visual{min-height:430px}.hero-building{width:100%}.floating-card-left{left:2%}.floating-card-right{right:2%}.role-grid>.col-xl{flex:0 0 33.333%;max-width:33.333%}}
@media (max-width:767.98px){.section-pad{padding:65px 0}.hero-section h1{font-size:2.65rem}.hero-visual{min-height:360px}.floating-card-left{display:none}.floating-card-right{top:10px;width:210px}.hero-building{max-height:340px}.metric{grid-template-columns:auto 1fr}.role-grid>.col-xl{flex:0 0 100%;max-width:100%}.cta-panel{padding:2rem}.country-list{text-align:left}.country-list div{justify-content:flex-start}}
