@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@500;600;700&display=swap");
:root{--navy:#071b36;--navy-2:#0c2a50;--ink:#172c45;--muted:#6d7e92;--cyan:#43d9d0;--lime:#b9ed6a;--surface:#f4f8fc;--white:#fff}
*{box-sizing:border-box}body{font-family:'DM Sans',Arial,sans-serif;color:var(--ink);background:var(--surface);line-height:1.6}h1,h2,h3,h4,.navbar-brand{font-family:'Space Grotesk',Arial,sans-serif}h1{font-size:clamp(2.7rem,6vw,5.2rem);line-height:1.02;letter-spacing:-.05em;font-weight:700}h2{font-size:clamp(2rem,4vw,3.3rem);line-height:1.1;letter-spacing:-.035em;color:var(--navy)}h3{font-size:1.25rem;color:var(--navy)}a{transition:all .2s ease}.site-header{background:var(--navy);position:relative;z-index:5}.navbar-brand{font-size:1.45rem;font-weight:700;letter-spacing:-.03em}.brand-mark{object-fit:contain}.brand-dot,.text-accent{color:var(--cyan)}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.78);font-weight:600;padding:.6rem 1rem}.navbar-dark .navbar-nav .nav-link:hover{color:var(--cyan)}.btn-accent{background:var(--lime);border-color:var(--lime);color:var(--navy);font-weight:700;border-radius:999px}.btn-accent:hover{background:#d1f68f;border-color:#d1f68f;color:var(--navy);transform:translateY(-1px)}.btn-outline-light{border-radius:999px}.hero-section{background:var(--navy);color:#fff;overflow:hidden}.min-vh-70{min-height:70vh}.eyebrow{display:inline-block;color:var(--cyan);font-size:.72rem;letter-spacing:.16em;font-weight:700;margin-bottom:1rem}.hero-copy{font-size:1.2rem;color:rgba(255,255,255,.72);max-width:540px;margin:1.5rem 0 2rem}.hero-image,.section-image{width:100%;height:auto;display:block;object-fit:cover;border-radius:1.5rem;box-shadow:0 24px 70px rgba(0,0,0,.2)}.hero-image{max-height:520px}.trust-row{display:flex;gap:1.5rem;flex-wrap:wrap;color:rgba(255,255,255,.72);font-size:.9rem}.feature-section{background:var(--surface)}.section-heading h2{margin-bottom:0}.feature-card{height:100%;background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 10px 35px rgba(7,27,54,.06);border:1px solid rgba(7,27,54,.05)}.feature-number{color:var(--cyan);font-family:'Space Grotesk';font-weight:700;font-size:.85rem}.feature-card h3{margin-top:2.5rem}.feature-card p,.security-section p{color:var(--muted)}.security-section{background:#fff}.site-footer{background:var(--navy);color:rgba(255,255,255,.62);font-size:.85rem;padding:1.3rem 0}.gap-3{gap:1rem}@media(max-width:767px){.navbar{padding-left:1rem;padding-right:1rem}.hero-section{text-align:left}.hero-image{margin-top:1rem}.trust-row{gap:1rem}.feature-card{padding:1.5rem}}
.splash-logo{object-fit:contain;border-radius:28%;box-shadow:0 18px 48px rgba(7,27,54,.15)}.splash-tagline{color:var(--muted);font-weight:600;margin-top:1rem}

/* Public client screens */
body>section:not(.hero-section){background:var(--surface)!important} .uk-section{padding-top:3rem;padding-bottom:3rem}.uk-card,.card{border:0!important;border-radius:18px!important;box-shadow:0 12px 32px rgba(7,27,54,.08)!important;background:#fff!important}.uk-card-header,.card-header{border-radius:18px 18px 0 0!important;background:var(--navy)!important;color:#fff!important}.uk-input,.uk-select,.uk-textarea,.form-control{border:1px solid #d8e4ef!important;border-radius:10px!important;background:#fff!important}.uk-button,.btn{border-radius:999px!important;font-weight:700}.uk-button-primary,.btn-primary{background:var(--navy)!important;border-color:var(--navy)!important}.uk-button-primary:hover,.btn-primary:hover{background:var(--navy-2)!important}.uk-button-secondary,.btn-secondary{background:var(--lime)!important;border-color:var(--lime)!important;color:var(--navy)!important}.list-group-item{border-color:#edf2f6!important;padding:1rem}.navbar-toggler{border-color:rgba(255,255,255,.35)!important}
