:root{--nav:#0c2b62;--cta:#f6a323;--bg:#f8fbff;--text:#112241;--muted:#60708d}
body{background:var(--bg);color:var(--text);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif}
.site-nav{background:var(--nav)}
.site-nav .navbar-brand,.site-nav .nav-link{color:#fff!important}
.site-nav .nav-link:hover{opacity:.9}
.brand-logo{height:38px;max-width:180px;object-fit:contain}
.brand-text{font-weight:700}
.btn-cta{background:var(--cta);border:none;color:#fff;font-weight:700;border-radius:10px;padding:.6rem 1rem;display:inline-flex;align-items:center;gap:.45rem}
.btn-cta:hover{background:#e38f13;color:#fff}
.hero-section{background:linear-gradient(180deg,#f9fcff 0,#f2f7ff 100%);position:relative;overflow:hidden}
.hero-title{font-size:clamp(2rem,4vw,3.4rem);font-weight:800;line-height:1.1;margin-bottom:.8rem;color:#0f2a59}
.hero-subtitle{color:var(--muted);font-size:1.05rem;margin-bottom:1.3rem}
.hero-worker{max-width:100%;height:auto;filter:drop-shadow(0 18px 25px rgba(0,0,0,.16))}
.hero-form{border:0;border-radius:16px}
.service-card{display:block;background:#fff;border:1px solid #e5edf8;border-radius:14px;padding:1rem;text-decoration:none;color:inherit;height:100%;box-shadow:0 8px 18px rgba(17,34,65,.06)}
.service-card h3{font-size:1.05rem;margin:.2rem 0 .4rem}
.service-card p{font-size:.93rem;color:#5e6d87;margin:0}
.portfolio-card{background:#fff;border:1px solid #e5edf8;border-radius:14px;overflow:hidden;box-shadow:0 8px 18px rgba(17,34,65,.06)}
.portfolio-card img{width:100%;aspect-ratio:4/3;object-fit:cover}
.content-box{background:#fff;border:1px solid #e5edf8;border-radius:14px;padding:1rem;line-height:1.7}
.site-footer{border-top:1px solid #dbe7fa;background:#fff}
.site-footer a{text-decoration:none}
.icon-inline{width:15px;height:15px;vertical-align:middle}
@media (max-width: 992px){.site-nav .btn-cta{margin-top:.6rem;width:100%;justify-content:center}}
