/* =============================================================
   BM Sparks — Premium Theme
   Navy #0B1929 | Amber #F59E0B | Light #F8FAFC
   ============================================================= */

:root {
    --navy:       #0B1929;
    --navy-2:     #132235;
    --navy-3:     #1E3A5F;
    --amber:      #F59E0B;
    --amber-h:    #D97706;
    --light:      #F8FAFC;
    --muted:      #8898aa;
    --card-r:     18px;
    --transition: all 0.3s cubic-bezier(0.4,0,0.2,1);
}

/* ---- Reset / Base ---- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Segoe UI', system-ui, -apple-system, sans-serif; color: #1a2332; background: #fff; line-height: 1.65; }
img  { max-width: 100%; }

.py-6 { padding-top: 5.5rem !important; padding-bottom: 5.5rem !important; }
.py-7 { padding-top: 7rem   !important; padding-bottom: 7rem   !important; }

/* ---- Topbar ---- */
.topbar { background: var(--navy); color: var(--muted); padding: 9px 0; font-size: 0.82rem; border-bottom: 1px solid rgba(255,255,255,0.05); }
.topbar a { color: var(--amber); text-decoration: none; transition: color .2s; }
.topbar a:hover { color: #fff; }

/* ---- Navbar ---- */
#mainNav { background: var(--navy-2) !important; border-bottom: 3px solid var(--amber); padding: 16px 0; transition: var(--transition); }
#mainNav.scrolled { box-shadow: 0 4px 30px rgba(0,0,0,0.25); }
.brand-icon { display:inline-flex; align-items:center; justify-content:center; width:38px; height:38px; background:var(--amber); border-radius:10px; color:var(--navy); font-size:1.15rem; }
.brand-name  { font-weight:900; font-size:1.35rem; letter-spacing:-0.5px; color:#fff; }
.navbar-nav .nav-link { font-weight:600; font-size:0.92rem; color:rgba(255,255,255,0.75) !important; padding:8px 16px !important; border-radius:8px; transition:var(--transition); }
.navbar-nav .nav-link:hover { color:#fff !important; background:rgba(255,255,255,0.1); }
.btn-warning { background:var(--amber) !important; border-color:var(--amber) !important; color:var(--navy) !important; font-weight:700; }
.btn-warning:hover { background:var(--amber-h) !important; border-color:var(--amber-h) !important; }

/* ======================================================
   HERO
   ====================================================== */
.hero-section { background:var(--navy); min-height:100vh; display:flex; align-items:stretch; position:relative; overflow:hidden; }

/* Geometric background pattern */
.hero-section::before {
    content:''; position:absolute; inset:0;
    background-image: radial-gradient(circle at 20% 50%, rgba(245,158,11,0.06) 0%, transparent 50%),
                      radial-gradient(circle at 80% 20%, rgba(30,58,95,0.8) 0%, transparent 40%);
    pointer-events:none;
}

.hero-content-col {
    background: linear-gradient(135deg, var(--navy) 0%, var(--navy-2) 100%);
    padding: 7rem 5% 5rem;
}
.hero-image-col {
    background: var(--navy-2);
    position:relative;
    overflow:hidden;
}
.hero-image-col::before {
    content:''; position:absolute; top:0; left:0; right:0; bottom:0;
    background: linear-gradient(to right, var(--navy-2) 0%, transparent 30%);
    z-index:1;
}

.hero-label {
    display:inline-flex; align-items:center; gap:8px;
    background:rgba(245,158,11,0.12); border:1px solid rgba(245,158,11,0.35);
    color:var(--amber); font-size:0.78rem; font-weight:700; letter-spacing:2px;
    text-transform:uppercase; padding:7px 18px; border-radius:50px; margin-bottom:2rem;
}

.hero-title {
    font-size: clamp(3rem, 5.5vw, 5rem);
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: -2px;
    color: #fff;
    margin-bottom: 1.5rem;
}
.hero-title .accent { color: var(--amber); }

.hero-subtitle { font-size:1.1rem; color:rgba(255,255,255,0.65); line-height:1.75; max-width:480px; margin-bottom:2.5rem; }

/* CTA buttons */
.btn-hero-primary {
    display:inline-flex; align-items:center; gap:14px;
    background:var(--amber); color:var(--navy); font-weight:800;
    padding:16px 28px; border-radius:14px; text-decoration:none;
    transition:var(--transition); border:2px solid var(--amber);
    font-size:1.05rem;
}
.btn-hero-primary:hover { background:var(--amber-h); border-color:var(--amber-h); color:var(--navy); transform:translateY(-2px); box-shadow:0 8px 25px rgba(245,158,11,0.4); }
.btn-hero-primary .cta-icon { width:44px; height:44px; background:rgba(11,25,41,0.15); border-radius:10px; display:flex; align-items:center; justify-content:center; font-size:1.2rem; flex-shrink:0; }
.btn-hero-primary small { display:block; font-size:0.72rem; font-weight:600; opacity:.7; letter-spacing:.5px; line-height:1; margin-bottom:2px; }
.btn-hero-primary .phone-num { font-size:1.1rem; line-height:1; }

.btn-hero-secondary {
    display:inline-flex; align-items:center; gap:10px;
    color:rgba(255,255,255,0.8); font-weight:700; font-size:0.95rem;
    text-decoration:none; padding:16px 24px; border-radius:14px;
    border:2px solid rgba(255,255,255,0.15); transition:var(--transition);
}
.btn-hero-secondary:hover { color:#fff; border-color:rgba(255,255,255,0.4); background:rgba(255,255,255,0.06); }

.hero-cta-group { display:flex; flex-wrap:wrap; gap:14px; margin-bottom:3rem; }

/* Trust badges */
.hero-trust { display:flex; flex-wrap:wrap; align-items:center; gap:0; }
.trust-item { display:flex; align-items:center; gap:7px; font-size:0.82rem; color:rgba(255,255,255,0.6); font-weight:600; padding:0 20px 0 0; }
.trust-item i { color:var(--amber); font-size:0.95rem; }
.trust-item:first-child { padding-left:0; }
.trust-sep { width:1px; height:18px; background:rgba(255,255,255,0.15); margin-right:20px; }

/* Hero image */
.hero-img { width:100%; height:100%; object-fit:cover; object-position:center; display:block; position:relative; z-index:0; }

/* Floating cards */
.hero-float { position:absolute; z-index:10; }
.hero-float-top { top:10%; right:8%; }
.hero-float-bottom { bottom:12%; left:5%; }
.float-card {
    background:rgba(255,255,255,0.95); backdrop-filter:blur(12px);
    border-radius:16px; padding:14px 18px;
    display:flex; align-items:center; gap:12px;
    box-shadow:0 20px 60px rgba(0,0,0,0.2);
    min-width:190px;
}
.float-card .ficon { width:40px; height:40px; border-radius:10px; display:flex; align-items:center; justify-content:center; font-size:1.1rem; flex-shrink:0; }
.float-card .ficon.amber { background:rgba(245,158,11,0.15); color:var(--amber); }
.float-card .ficon.green { background:rgba(16,185,129,0.15); color:#10B981; }
.float-card strong { display:block; font-size:0.88rem; font-weight:800; color:var(--navy); line-height:1.2; }
.float-card span { font-size:0.75rem; color:#6c757d; }

/* ======================================================
   CLIENTS STRIP (Social proof)
   ====================================================== */
.strip-section { background:var(--light); border-top:1px solid #e9ecef; border-bottom:1px solid #e9ecef; padding:18px 0; }
.strip-item { display:flex; align-items:center; gap:8px; font-size:0.82rem; font-weight:700; color:#6c757d; white-space:nowrap; }
.strip-item i { font-size:1rem; color:var(--amber); }

/* ======================================================
   SECTION COMMON
   ====================================================== */
.section-eyebrow { font-size:0.72rem; font-weight:800; letter-spacing:3px; text-transform:uppercase; color:var(--amber); margin-bottom:.5rem; display:block; }
.section-title    { font-size:clamp(1.8rem,3vw,2.6rem); font-weight:900; letter-spacing:-0.5px; color:var(--navy); margin-bottom:1rem; line-height:1.15; }
.section-subtitle { font-size:1rem; color:#6c757d; max-width:520px; line-height:1.75; }

/* ======================================================
   SERVICES
   ====================================================== */
.svc-card {
    background:#fff; border-radius:var(--card-r);
    border:1px solid #f0f4f8;
    padding:32px 28px; height:100%;
    transition:var(--transition);
    box-shadow:0 2px 16px rgba(11,25,41,0.05);
    position:relative; overflow:hidden;
}
.svc-card::after { content:''; position:absolute; bottom:0; left:0; right:0; height:3px; background:var(--amber); transform:scaleX(0); transform-origin:left; transition:transform .35s ease; }
.svc-card:hover { transform:translateY(-6px); box-shadow:0 20px 50px rgba(11,25,41,0.12); border-color:transparent; }
.svc-card:hover::after { transform:scaleX(1); }

.svc-num { font-size:3rem; font-weight:900; color:#f0f4f8; line-height:1; margin-bottom:.5rem; }
.svc-icon-wrap { width:52px; height:52px; background:rgba(245,158,11,0.1); border-radius:12px; display:flex; align-items:center; justify-content:center; font-size:1.4rem; color:var(--amber); margin-bottom:1.2rem; transition:var(--transition); }
.svc-card:hover .svc-icon-wrap { background:var(--amber); color:var(--navy); }
.svc-card h5 { font-weight:800; font-size:1rem; color:var(--navy); margin-bottom:.6rem; }
.svc-card p  { font-size:0.875rem; color:#6c757d; line-height:1.7; margin-bottom:1.2rem; }
.svc-link    { font-size:0.85rem; font-weight:700; color:var(--amber); text-decoration:none; display:inline-flex; align-items:center; gap:6px; transition:gap .2s; }
.svc-link:hover { color:var(--amber-h); gap:10px; }

/* ======================================================
   STATS STRIP
   ====================================================== */
.stats-section { background:var(--navy); }
.stat-box { text-align:center; padding:2.5rem 1rem; border-right:1px solid rgba(255,255,255,0.08); }
.stat-box:last-child { border-right:none; }
.stat-num  { font-size:3.2rem; font-weight:900; color:var(--amber); line-height:1; display:block; }
.stat-label{ font-size:0.78rem; font-weight:700; letter-spacing:1.5px; text-transform:uppercase; color:rgba(255,255,255,0.5); margin-top:.4rem; display:block; }

/* ======================================================
   WHY US
   ====================================================== */
.why-img { border-radius:var(--card-r); object-fit:cover; width:100%; height:500px; box-shadow:0 30px 80px rgba(11,25,41,0.18); }
.why-img-wrap { position:relative; display:inline-block; width:100%; }
.why-badge {
    position:absolute; bottom:-24px; right:-24px;
    background:var(--amber); color:var(--navy); font-weight:900;
    border-radius:var(--card-r); padding:20px 26px; text-align:center;
    box-shadow:0 10px 30px rgba(245,158,11,0.4);
}
.why-badge .bn { font-size:2.4rem; line-height:1; display:block; }
.why-badge .bl { font-size:0.7rem; text-transform:uppercase; letter-spacing:1px; font-weight:700; }

.why-point { display:flex; align-items:flex-start; gap:14px; margin-bottom:1.5rem; }
.why-icon { flex-shrink:0; width:32px; height:32px; background:rgba(245,158,11,0.12); border-radius:8px; display:flex; align-items:center; justify-content:center; color:var(--amber); font-size:0.9rem; margin-top:2px; }
.why-point strong { font-weight:800; font-size:0.95rem; color:var(--navy); display:block; margin-bottom:2px; }
.why-point p { font-size:0.875rem; color:#6c757d; margin:0; line-height:1.65; }

/* ======================================================
   HOW IT WORKS
   ====================================================== */
.process-section { background:var(--light); }
.process-step { text-align:center; position:relative; }
.process-num {
    width:64px; height:64px; border-radius:50%;
    background:var(--amber); color:var(--navy); font-weight:900; font-size:1.4rem;
    display:flex; align-items:center; justify-content:center; margin:0 auto 1.2rem;
    box-shadow:0 8px 24px rgba(245,158,11,0.35);
}
.process-step h5 { font-weight:800; font-size:1rem; color:var(--navy); margin-bottom:.5rem; }
.process-step p  { font-size:0.875rem; color:#6c757d; line-height:1.7; }
.process-connector { position:absolute; top:32px; left:calc(50% + 40px); right:calc(-50% + 40px); height:2px; background:repeating-linear-gradient(90deg,var(--amber) 0,var(--amber) 6px,transparent 6px,transparent 14px); }

/* ======================================================
   TESTIMONIALS
   ====================================================== */
.review-card { background:#fff; border-radius:var(--card-r); padding:28px; box-shadow:0 4px 24px rgba(11,25,41,0.07); border:1px solid #f0f4f8; height:100%; transition:var(--transition); }
.review-card:hover { box-shadow:0 16px 48px rgba(11,25,41,0.12); transform:translateY(-4px); }
.review-stars { color:#F59E0B; font-size:0.9rem; letter-spacing:2px; margin-bottom:.75rem; }
.review-text { font-style:italic; color:#4a5568; font-size:0.93rem; line-height:1.75; margin-bottom:1.2rem; }
.review-author { display:flex; align-items:center; gap:12px; }
.review-avatar { width:42px; height:42px; border-radius:50%; background:linear-gradient(135deg,var(--amber),var(--amber-h)); display:flex; align-items:center; justify-content:center; color:var(--navy); font-weight:900; font-size:1rem; flex-shrink:0; }
.review-name { font-weight:800; font-size:0.88rem; color:var(--navy); line-height:1.2; }
.review-loc  { font-size:0.78rem; color:#9ca3af; }

/* ======================================================
   AREA PILLS
   ====================================================== */
.area-pill {
    display:inline-block; background:#f0f4f8; color:var(--navy);
    border-radius:50px; padding:8px 20px; font-size:0.85rem; font-weight:600;
    text-decoration:none; border:1px solid transparent;
    transition:var(--transition);
}
.area-pill:hover { background:var(--amber); color:var(--navy); border-color:var(--amber); }

/* ======================================================
   CTA BANNER
   ====================================================== */
.cta-section { background:var(--navy); position:relative; overflow:hidden; }
.cta-section::before {
    content:''; position:absolute; inset:0;
    background:radial-gradient(ellipse at 70% 50%,rgba(245,158,11,0.08) 0%,transparent 60%);
    pointer-events:none;
}
.cta-phone { font-size:clamp(2rem,4vw,3.5rem); font-weight:900; color:var(--amber); letter-spacing:-1px; line-height:1; }

/* ======================================================
   PAGE HERO (inner pages)
   ====================================================== */
.page-hero { background:linear-gradient(135deg,var(--navy) 0%,var(--navy-3) 100%); padding:90px 0 70px; border-bottom:4px solid var(--amber); }
.page-hero h1    { color:#fff; font-weight:900; letter-spacing:-1px; }
.page-hero .lead { color:rgba(255,255,255,0.65); font-size:1.05rem; }
.page-hero .breadcrumb-item a           { color:var(--amber); text-decoration:none; }
.page-hero .breadcrumb-item.active      { color:rgba(255,255,255,0.55); }
.page-hero .breadcrumb-item+.breadcrumb-item::before { color:rgba(255,255,255,0.3); }

/* ======================================================
   SERVICE SIDEBAR
   ====================================================== */
.service-sidebar { background:var(--navy); border-radius:var(--card-r); padding:28px; position:sticky; top:90px; }
.service-sidebar h5 { color:var(--amber); font-weight:800; font-size:0.88rem; letter-spacing:1.5px; text-transform:uppercase; margin-bottom:1rem; }
.service-sidebar a  { color:rgba(255,255,255,0.7); text-decoration:none; display:flex; align-items:center; gap:8px; padding:9px 0; border-bottom:1px solid rgba(255,255,255,0.07); font-size:0.88rem; transition:color .2s; }
.service-sidebar a:hover, .service-sidebar a.active { color:var(--amber); }

/* ======================================================
   CONTACT
   ====================================================== */
.contact-info { background:var(--navy); border-radius:var(--card-r); padding:36px; height:100%; }
.contact-info h2 { color:#fff; font-weight:900; }
.c-item { display:flex; gap:14px; margin-bottom:1.5rem; }
.c-icon { width:44px; height:44px; background:rgba(245,158,11,0.12); border-radius:10px; display:flex; align-items:center; justify-content:center; color:var(--amber); font-size:1.1rem; flex-shrink:0; }
.c-label { font-size:0.72rem; color:rgba(255,255,255,0.45); text-transform:uppercase; letter-spacing:1px; }
.c-value { color:#fff; font-weight:600; font-size:0.92rem; }
.c-value a { color:var(--amber); text-decoration:none; }
.c-value a:hover { color:#fff; }

.contact-form-card { background:#fff; border-radius:var(--card-r); padding:36px; box-shadow:0 12px 40px rgba(11,25,41,0.08); height:100%; }
.contact-form-card label { font-weight:700; font-size:0.82rem; color:#4a5568; margin-bottom:5px; }
.contact-form-card input,
.contact-form-card select,
.contact-form-card textarea { border:1.5px solid #e2e8f0; border-radius:10px; padding:11px 14px; font-size:0.9rem; width:100%; transition:border-color .2s, box-shadow .2s; }
.contact-form-card input:focus,
.contact-form-card select:focus,
.contact-form-card textarea:focus { border-color:var(--amber); box-shadow:0 0 0 3px rgba(245,158,11,0.12); outline:none; }

/* ======================================================
   FOOTER
   ====================================================== */
.site-footer { background:var(--navy); }
.footer-heading { font-size:0.72rem; font-weight:800; letter-spacing:2px; text-transform:uppercase; color:rgba(255,255,255,0.5); margin-bottom:1rem; }
.footer-links li { margin-bottom:9px; }
.footer-links a  { color:var(--muted); text-decoration:none; font-size:0.875rem; transition:color .2s; }
.footer-links a:hover { color:var(--amber); }
.footer-contact li { display:flex; align-items:flex-start; gap:10px; margin-bottom:12px; font-size:0.875rem; }
.footer-contact li i { margin-top:2px; flex-shrink:0; }
.footer-contact a    { color:var(--muted); text-decoration:none; }
.footer-contact a:hover { color:var(--amber); }
.footer-contact span { color:var(--muted); }

/* ======================================================
   FAQ ACCORDION
   ====================================================== */
.faq-accordion { border-top: 2px solid var(--amber); }
.faq-item {
    border-bottom: 1px solid #e8ecf0;
    background: transparent;
}
.faq-btn {
    font-weight: 600;
    font-size: 1rem;
    color: var(--navy);
    background: transparent;
    padding: 1.25rem 1rem 1.25rem 0;
    box-shadow: none !important;
    border: none;
}
.faq-btn:not(.collapsed) {
    color: var(--amber);
    background: transparent;
}
.faq-btn::after {
    content: '';
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    margin-left: auto;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%230B1929' fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    transition: transform .25s ease;
}
.faq-btn:not(.collapsed)::after {
    transform: rotate(-180deg);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23F59E0B' fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}
.faq-body {
    color: var(--muted);
    padding: 0 0 1.25rem 0;
    font-size: .97rem;
    line-height: 1.7;
}

/* ======================================================
   CERTIFICATIONS
   ====================================================== */
.certifications-section {
    background: #f8f9fb;
    border-top: 1px solid #e8ecf0;
    border-bottom: 1px solid #e8ecf0;
    padding: 2.5rem 0;
}
.cert-label {
    text-align: center;
    text-transform: uppercase;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .12em;
    color: #9aa0a8;
    margin-bottom: 1.75rem;
}
.cert-logos {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 3rem;
}
.cert-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.cert-img {
    height: 72px;
    width: auto;
    max-width: 160px;
    object-fit: contain;
    filter: grayscale(20%);
    opacity: .88;
    transition: opacity .25s ease, filter .25s ease;
}
.cert-img:hover {
    opacity: 1;
    filter: grayscale(0%);
}
@media (max-width: 575px) {
    .cert-logos { gap: 1.5rem; }
    .cert-img   { height: 52px; max-width: 110px; }
}

/* ======================================================
   MOBILE CALL BUTTON
   ====================================================== */
.mobile-call-btn {
    position:fixed; bottom:22px; right:22px;
    width:64px; height:64px; border-radius:50%;
    background:#25D366; color:#fff; font-size:1.5rem;
    text-decoration:none;
    align-items:center; justify-content:center;
    z-index:9999;
    box-shadow:0 4px 20px rgba(37,211,102,0.5);
    animation:pulse-call 2.5s infinite;
}
.mobile-call-btn:hover { background:#1ebe5d; color:#fff; }

@keyframes pulse-call {
    0%   { box-shadow:0 0 0 0 rgba(37,211,102,.5); }
    70%  { box-shadow:0 0 0 14px rgba(37,211,102,0); }
    100% { box-shadow:0 0 0 0 rgba(37,211,102,0); }
}

/* ======================================================
   RESPONSIVE
   ====================================================== */
@media (max-width:991px) {
    .hero-content-col { padding: 5rem 5% 4rem; }
    .hero-title { letter-spacing:-1px; }
    .why-badge { bottom:-12px; right:-12px; }
    .process-connector { display:none; }
}
@media (max-width:767px) {
    .hero-title { font-size:2.6rem; }
    .stat-box { border-right:none; border-bottom:1px solid rgba(255,255,255,0.08); }
    .stat-box:last-child { border-bottom:none; }
}
