:root{
    --ink:#0b1220;
    --muted:#5a667a;
    --brand:#2f6bff;
    --brand2:#00c2ff;
    --radius: 18px;
}
html { scroll-behavior: auto !important; } /* no smooth scroll */
body{
    font-family: 'Plus Jakarta Sans', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    color: var(--ink);
    overflow-x: hidden;
}
* { word-wrap: break-word; }

/* Announcement */
.announce{
    background: black;
    border-bottom: 1px solid rgba(255,255,255,.08);
    color: #eaf0ff;
}
.announce a{ color:#eaf0ff; text-decoration: none; font-weight: 600; }
.announce a:hover{ text-decoration: underline; }

/* Navbar */
.navbar{
    background: rgba(10,18,34,.92);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255,255,255,.08);
}
.navbar .nav-link{
    color: rgba(255,255,255,.78);
    font-weight: 600;
}
.navbar .nav-link:hover{ color: #fff; }
.brand-badge{
    width: 40px; height: 40px;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--brand), var(--brand2));
    display:flex; align-items:center; justify-content:center;
    color:#fff; font-weight:800;
    box-shadow: 0 10px 30px rgba(47,107,255,.25);
}
.nav-cta{
    border: 1px solid rgba(255,255,255,.18);
    color:#fff;
}
.nav-cta:hover{ border-color: rgba(255,255,255,.35); color:#fff; }

/* Hero with 1920x900 image + dark overlay */
.hero{
    color:#fff;
    position: relative;
    background-image:
            linear-gradient(0deg, rgba(6,12,24,.72), rgba(6,12,24,.62)),
            url("../images/house5.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-bottom: 1px solid rgba(255,255,255,.08);
}

.hero-kicker{
    display:inline-flex; gap:.5rem; align-items:center;
    padding: .35rem .7rem;
    border: 1px solid rgba(255,255,255,.18);
    background: rgba(255,255,255,.06);
    border-radius: 999px;
    font-weight: 600;
    color: rgba(255,255,255,.92);
}
.hero h1{ letter-spacing:-0.03em; }
.hero p.lead{ color: rgba(255,255,255,.82); }

.hero-bullets li{
    color: rgba(255,255,255,.85);
    margin-bottom: .5rem;
}
.hero-bullets i{ color: #b8c9ff; }

/* Estimate form */
.estimate{
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.98);
    border-radius: 22px;
    box-shadow: 0 16px 60px rgba(0,0,0,.28);
}
.estimate .form-control{
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.16);
    color: #fff;
}
.estimate .form-control::placeholder{ color: rgba(255,255,255,.58); }
.estimate label{ color: rgba(255,255,255,.82); font-weight:600; font-size:.9rem; }
.estimate .form-control:focus{
    border-color: rgba(47,107,255,.75);
    box-shadow: 0 0 0 .2rem rgba(47,107,255,.18);
    background: rgba(255,255,255,.07);
    color:#fff;
}

/* Sections */
.section{ padding: 72px 0; }
.section-title{ letter-spacing:-0.02em; font-weight:800; }
.subtle{ color: var(--muted);
    font-weight:100;
}

.soft-panel{
    background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
    border: 1px solid rgba(15,23,42,.08);
    border-radius: var(--radius);
}

.btn-brand{
    background: linear-gradient(135deg, var(--brand), var(--brand2));
    border: 0;
    color: #fff;
    font-weight: 700;
    box-shadow: 0 12px 35px rgba(47,107,255,.20);
}
.btn-brand:hover{ filter: brightness(1.03); color:#fff; }
.btn-outline-light2{
    border: 1px solid rgba(255,255,255,.22);
    color:#fff;
    font-weight: 700;
}
.btn-outline-light2:hover{
    background: rgba(255,255,255,.08);
    border-color: rgba(255,255,255,.32);
    color:#fff;
}

/* Service cards w/ images */
.service-card{
    border: 1px solid rgba(10,18,34,.10);
    border-radius: var(--radius);
    transition: transform .15s ease, box-shadow .15s ease;
    height: 100%;
    background: #fff;
    overflow: hidden;
}
.service-card:hover{
    transform: translateY(-2px);
    box-shadow: 0 16px 40px rgba(15,23,42,.10);
}
.card-img-top{
    height: 180px;
    object-fit: cover;
}
.icon-pill{
    width: 44px; height: 44px;
    border-radius: 14px;
    display:flex; align-items:center; justify-content:center;
    background: rgba(47,107,255,.10);
    color: var(--brand);
    flex: 0 0 auto;
}

/* Mini gallery strip */
.mini-gallery img{
    height: 120px;
    width: 100%;
    object-fit: cover;
    border-radius: 16px;
    border: 1px solid rgba(15,23,42,.08);
}

/* CTA band with image */
.cta-band{
    background: radial-gradient(900px 380px at 10% 0%, rgba(47,107,255,.18), transparent 60%),
    radial-gradient(700px 320px at 80% 30%, rgba(0,194,255,.14), transparent 60%),
    linear-gradient(180deg, #0a142c, #071021);
    color:#fff;
    border-top: 1px solid rgba(255,255,255,.10);
    border-bottom: 1px solid rgba(255,255,255,.10);
}
.cta-band .subtle{ color: rgba(255,255,255,.75); }
.cta-img{
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.14);
    box-shadow: 0 16px 60px rgba(0,0,0,.30);
}
.cta-img img{
    width: 100%;
    height: 260px;
    object-fit: cover;
    display:block;
}

/* Keyword block */
.keyword-cloud{
    font-size: .95rem;
    color: var(--muted);
    line-height: 1.7;
}
.keyword-cloud code{
    background: rgba(47,107,255,.08);
    border: 1px solid rgba(47,107,255,.14);
    padding: .1rem .35rem;
    border-radius: .5rem;
    color: #1d3fa6;
    font-family: 'Plus Jakarta Sans', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    font-weight: 600;
}

/* Footer */
footer{
    background: #070d18;
    color: rgba(255,255,255,.82);
    border-top: 1px solid rgba(255,255,255,.08);
}
footer a{ color: rgba(255,255,255,.88); text-decoration: none; }
footer a:hover{ text-decoration: underline; }

/* Footer Quick Links */
.footer-title{
    color: rgba(255,255,255,.92);
    font-weight: 800;
    letter-spacing: -0.01em;
    margin-bottom: .75rem;
}
.footer-links{
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.footer-links li{
    margin-bottom: .55rem;
}
.footer-links a{
    color: rgba(255,255,255,.78);
    text-decoration: none;
    font-weight: 600;
}
.footer-links a:hover{
    color: rgba(255,255,255,.95);
    text-decoration: underline;
}
