/* Final visual layer for the homepage — preserves existing content and improves the experience. */
:root { --bpm-blue: #126cf0; --bpm-navy: #0a1935; --bpm-sky: #edf6ff; --bpm-line: rgba(18,108,240,.14); }
body { overflow-x: hidden; }
.section-pad { padding-top: clamp(4.8rem, 8vw, 8.5rem); padding-bottom: clamp(4.8rem, 8vw, 8.5rem); }

/* Hero */
.hero {
  isolation: isolate;
  min-height: min(870px, 100vh);
  padding: clamp(8.5rem, 13vw, 11.5rem) 7vw clamp(4rem, 7vw, 6.5rem);
  background:
    radial-gradient(circle at 75% 25%, rgba(27,126,255,.18), transparent 25rem),
    radial-gradient(circle at 88% 78%, rgba(105,187,255,.2), transparent 18rem),
    linear-gradient(135deg, #fff 0%, #f5faff 100%) !important;
}
.hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .5;
  background-image: linear-gradient(rgba(18,108,240,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(18,108,240,.055) 1px, transparent 1px);
  background-size: 48px 48px;
  content: "";
  mask-image: linear-gradient(to bottom, #000 0%, transparent 92%);
}
.hero .eyebrow { display: inline-flex; align-items: center; gap: .65rem; padding: .62rem .9rem; border: 1px solid var(--bpm-line); border-radius: 999px; background: rgba(255,255,255,.78); box-shadow: 0 8px 25px rgba(18,108,240,.06); color: #315177; backdrop-filter: blur(10px); }
.hero .eyebrow span { width: .45rem; height: .45rem; border-radius: 50%; background: #18b978; box-shadow: 0 0 0 4px rgba(24,185,120,.12); }
.hero-title { max-width: 11ch; margin-top: clamp(1.55rem, 3vw, 2.7rem); color: var(--bpm-navy); font-size: clamp(3.7rem, 8.6vw, 8.7rem); line-height: .88; letter-spacing: -.095em; }
.hero-title .line { display: block; }
.hero-title .accent { color: var(--bpm-blue); text-wrap: balance; }
.hero-bottom { max-width: 880px; margin-top: clamp(2rem, 4.5vw, 3.8rem); }
.hero-bottom > div > p { max-width: 53ch; color: #526782; font-size: clamp(1rem, 1.4vw, 1.13rem); line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.75rem; }
.button { min-height: 3.45rem; padding: .85rem 1.2rem; border-radius: 999px; font-size: .77rem; letter-spacing: .04em; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.button:hover { transform: translateY(-3px); }
.button-primary { background: var(--bpm-blue); box-shadow: 0 12px 25px rgba(18,108,240,.24); }
.button-primary:hover { background: #075bd8; box-shadow: 0 17px 30px rgba(18,108,240,.31); }
.button-secondary { border-color: #bfd9fb; background: rgba(255,255,255,.8); color: var(--bpm-navy); }
.button-secondary:hover { border-color: var(--bpm-blue); background: #fff; color: var(--bpm-blue); }
.round-link { width: clamp(4.2rem, 7vw, 6rem); height: clamp(4.2rem, 7vw, 6rem); border: 1px solid #bfdbff; background: rgba(255,255,255,.82); box-shadow: 0 15px 35px rgba(18,108,240,.14); color: var(--bpm-blue); }
.round-link:hover { background: var(--bpm-blue); color: #fff; transform: rotate(45deg); }
.orb { filter: saturate(1.1); opacity: .9; }.orb-one { box-shadow: 0 24px 70px rgba(255,122,24,.22); }.orb-two { box-shadow: 0 22px 60px rgba(255,211,50,.2); }
.hero-pulse { padding: .55rem .85rem; border: 1px solid var(--bpm-line); border-radius: 999px; background: rgba(255,255,255,.75); color: #315177; box-shadow: 0 8px 24px rgba(18,108,240,.08); }

/* Energy and proof */
.marquee-section { position: relative; z-index: 2; margin: 0 3vw; border-radius: 18px; background: linear-gradient(90deg, #0959d1, #167cf6, #0959d1); box-shadow: 0 18px 35px rgba(18,108,240,.15); }
.growth-banner { position: relative; isolation: isolate; margin: 1.2rem 3vw 0; overflow: hidden; border-radius: 26px; background: linear-gradient(135deg, #0a3d91, #126cf0 56%, #3e9bff) !important; box-shadow: 0 24px 46px rgba(13,83,189,.18); }
.growth-banner::before { position: absolute; z-index: -1; top: -8rem; right: 7%; width: 20rem; height: 20rem; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; box-shadow: 0 0 0 30px rgba(255,255,255,.07), 0 0 0 60px rgba(255,255,255,.05); content: ""; }
.growth-banner p { max-width: 39ch; font-size: clamp(1rem, 1.8vw, 1.3rem); line-height: 1.5; }

/* Trusted brands */
.trusted-brands { position: relative; overflow: hidden; padding-top: clamp(4.5rem, 7vw, 7rem); padding-bottom: clamp(4.5rem, 7vw, 7rem); background: #fff; }
.trusted-copy { max-width: 1260px; margin: 0 auto clamp(2rem, 4vw, 3.3rem); padding: 0 4vw; }
.trusted-copy h2 { max-width: 13ch; margin: .85rem 0 0; color: var(--bpm-navy); font-size: clamp(2.4rem, 5vw, 5.4rem); line-height: .94; letter-spacing: -.075em; }
.trusted-copy h2 em { color: var(--bpm-blue); font-style: normal; }
.logo-marquee { padding: 1.1rem 0; border-top: 1px solid #e2effc; border-bottom: 1px solid #e2effc; background: #fbfdff; }
.client-logo { box-shadow: 0 10px 26px rgba(24,80,158,.08); transition: transform .28s ease, box-shadow .28s ease; }
.client-logo:hover { transform: translateY(-5px); box-shadow: 0 16px 30px rgba(24,80,158,.15); }

/* Why choose us */
.intro { background: #fff !important; }
.why-image { overflow: hidden; border: 1px solid #d8eafe; box-shadow: 0 24px 50px rgba(20,89,175,.14); }
.why-image img { transition: transform .65s cubic-bezier(.2,.75,.25,1); }.why-image:hover img { transform: scale(1.04); }
.why-kicker { color: var(--bpm-blue); font-family: "DM Mono", monospace; font-size: .7rem; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.why-copy h2 { color: var(--bpm-navy); letter-spacing: -.07em; }.why-copy h2 em { color: var(--bpm-blue); font-style: normal; }
.why-copy p { color: #546780; line-height: 1.75; }.intro-proof span { border: 1px solid #d6e9ff; background: #f8fbff; color: #20486f; }
.text-link { color: var(--bpm-blue); font-weight: 800; }
.why-image-wrap { display: flex; flex-direction: column; align-items: flex-start; }
.why-image-wrap .why-image { width: 100%; margin: 0; }
.why-call-cta { display: inline-flex; margin-top: 1.15rem; }

/* Services */
.home-services { position: relative; overflow: hidden; background: linear-gradient(180deg, #eff7ff, #f8fbff) !important; }
.home-services::before { position: absolute; top: 6rem; right: -12rem; width: 28rem; height: 28rem; border-radius: 50%; background: rgba(18,108,240,.08); content: ""; }
.home-services > * { position: relative; z-index: 1; }
.home-services-intro { max-width: 1260px; margin-inline: auto; }
.home-service-title { max-width: 13ch; color: var(--bpm-navy); font-size: clamp(2.7rem, 5.6vw, 5.6rem); line-height: .92; letter-spacing: -.08em; }
.services-lede { max-width: 31ch; color: #5b6f89; line-height: 1.75; }
.service-cards { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; max-width: 1260px; margin: clamp(2.5rem, 5vw, 4rem) auto 0; }
.service-card { position: relative; min-height: 270px; overflow: hidden; padding: 1.75rem; border: 1px solid #d5e8fc; border-radius: 19px; background: rgba(255,255,255,.93); box-shadow: 0 12px 26px rgba(25,94,180,.06); transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
.service-card::before { position: absolute; top: 0; left: 0; width: 100%; height: 4px; background: linear-gradient(90deg, #126cf0, #67b8ff); content: ""; transform: scaleX(.14); transform-origin: left; transition: transform .3s ease; }
.service-card:hover { transform: translateY(-8px); border-color: #9fcaff; background: #fff; box-shadow: 0 22px 38px rgba(25,94,180,.14); }.service-card:hover::before { transform: scaleX(1); }
.service-card > span { display: none; }
.service-card h3 { max-width: 13ch; color: var(--bpm-navy); font-size: 1.3rem; line-height: 1.08; letter-spacing: -.045em; }.service-card p { color: #5a6e88; line-height: 1.7; }.service-card b { color: var(--bpm-blue); font-size: .75rem; }
.section-actions { display: flex; justify-content: center; gap: .8rem; margin-top: 2.5rem; }

/* Reviews */
.reviews { background: #fff !important; }.reviews .section-head, .reviews-intro { max-width: 1260px; margin-inline: auto; }
.reviews-intro h2 { color: var(--bpm-navy); }.reviews-intro h2 em { color: var(--bpm-blue); font-style: normal; }
.reviews-intro p { color: #5b6f89; }.google-rating { padding: .55rem .75rem; border: 1px solid #d9e9fb; border-radius: 999px; background: #f8fbff; }
.review-card { border-radius: 16px; border-color: #d9e9fb; background: #fff; box-shadow: 0 12px 25px rgba(25,94,180,.08); }.review-card:hover { background: #f7fbff; }
.avatar { background: linear-gradient(145deg, #167cf6, #0a56c5); box-shadow: 0 5px 14px rgba(18,108,240,.24); }

/* Process, numbers, and final call-to-action */
.process { position: relative; overflow: hidden; background: linear-gradient(145deg, #08265d, #0b57c7 58%, #126cf0) !important; color: #fff; }.process::after { position: absolute; right: -13rem; bottom: -16rem; width: 38rem; height: 38rem; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; box-shadow: 0 0 0 45px rgba(255,255,255,.05), 0 0 0 90px rgba(255,255,255,.04); content: ""; }.process > * { position: relative; z-index: 1; }
.process .section-label { color: #a8d6ff; }.process-heading h2 { color: #fff; letter-spacing: -.08em; }.process-heading h2 em { color: #ffe36b; font-style: normal; }.process-heading p { color: rgba(255,255,255,.78); line-height: 1.75; }
.process-steps { gap: 1rem; border: 0; }.process-steps article { min-height: 240px; padding: 1.65rem; border: 1px solid rgba(255,255,255,.18); border-radius: 18px; background: rgba(255,255,255,.09); backdrop-filter: blur(10px); transition: transform .3s ease, background .3s ease; }.process-steps article:hover { transform: translateY(-7px); background: rgba(255,255,255,.15); }.process-steps article > span { display: none; }.process-steps article i { display: grid; width: 2.75rem; height: 2.75rem; place-items: center; border-radius: 50%; background: rgba(255,255,255,.13); color: #ffe36b; font-style: normal; }.process-steps h3 { color: #fff; }.process-steps p { color: rgba(255,255,255,.78); line-height: 1.7; }
.numbers { margin: 1.2rem 3vw; overflow: hidden; border-radius: 24px; background: #0a1935 !important; box-shadow: 0 23px 46px rgba(7,38,91,.19); }.number-card { padding-block: clamp(2.5rem, 5vw, 4.4rem); }.number-card strong { color: #fff; }.number-card strong span { color: #ffe36b; }.number-card p { color: #b9d7f7; }
.closing { position: relative; overflow: hidden; margin-top: clamp(3rem, 6vw, 6rem); background: linear-gradient(135deg, #126cf0, #0a3f96) !important; }.closing::before { position: absolute; top: -12rem; right: -5rem; width: 32rem; height: 32rem; border-radius: 50%; background: rgba(255,255,255,.13); content: ""; }.closing > * { position: relative; z-index: 1; }.closing h2 { color: #fff; letter-spacing: -.09em; }.closing h2 em { color: #ffe36b; font-style: normal; }.closing .section-label { color: #b9dcff; }.big-cta, .call-link { border-radius: 999px; }.big-cta { box-shadow: 0 12px 24px rgba(0,25,76,.2); }
footer { padding: 2.4rem 5vw; background: #071831 !important; } footer p, footer a { color: #bdd8f4 !important; }

/* Homepage footer: a bright, spacious contact area with clear business links. */
.site-footer{display:grid!important;grid-template-columns:1.35fr .85fr 1.2fr 1fr;align-items:start!important;gap:clamp(2rem,4vw,5rem);padding:clamp(3.5rem,7vw,6.5rem) 5vw!important;border-top:1px solid #dceafa!important;background:#fff!important;color:#102f57!important}.site-footer .logo-brand{margin-bottom:1.35rem}.site-footer .logo-brand img{width:132px!important}.site-footer__brand p{max-width:19rem;margin:0 0 1.75rem!important;color:#527092!important;font-size:.95rem!important;line-height:1.7}.site-footer__brand small{color:#7b91aa;font-size:.7rem}.site-footer h2{margin:0 0 1.2rem;color:#102f57;font-size:1.08rem;letter-spacing:-.04em}.site-footer__links{display:flex;flex-direction:column;align-items:flex-start;gap:.7rem}.site-footer a{color:#315a88!important;font-size:.88rem;font-weight:650;text-decoration:none;transition:color .2s ease}.site-footer a:hover{color:#177ce8!important}.site-footer__office address{margin:0;color:#527092;font-size:.9rem;font-style:normal;line-height:1.75}.site-footer .site-footer__phone{display:inline-block;margin-top:1.1rem;color:#177ce8!important;font-weight:800}@media(max-width:900px){.site-footer{grid-template-columns:repeat(2,1fr)!important}}@media(max-width:600px){.site-footer{grid-template-columns:1fr!important;gap:2.2rem;padding:3.25rem 7vw!important}.site-footer__brand p{max-width:23rem}.site-footer__links{gap:.75rem}}

@media (max-width: 980px) { .service-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }.hero { min-height: 750px; }.growth-banner { padding-inline: 7vw; } }
@media (max-width: 700px) {
  .section-pad { padding-top: 4.5rem; padding-bottom: 4.5rem; }.hero { min-height: 720px; padding: 8.5rem 1.35rem 4.5rem; }.hero-title { font-size: clamp(3.3rem, 15vw, 5rem); }.hero-bottom { margin-top: 2rem; }.round-link, .hero-pulse, .scroll-note { display: none; }.marquee-section, .growth-banner, .numbers { margin-inline: 1rem; border-radius: 17px; }.growth-banner { padding: 2.3rem 1.4rem; }.growth-ring { transform: scale(.82); transform-origin: left top; }.growth-banner p { margin-top: .65rem; }.trusted-copy { padding-inline: 1.35rem; }.service-cards { grid-template-columns: 1fr; }.service-card { min-height: 0; padding: 1.45rem; }.section-actions { flex-direction: column; align-items: stretch; padding-inline: 1.35rem; }.section-actions .button { justify-content: center; }.reviews-intro, .reviews .section-head { padding-inline: 1.35rem; }.reviews-intro h2 { font-size: clamp(3rem, 14vw, 4.7rem); }.process-steps { grid-template-columns: 1fr; }.process-steps article { min-height: 0; }.numbers { display: grid; grid-template-columns: 1fr; }.number-card + .number-card { border-top: 1px solid rgba(255,255,255,.15); }.closing { margin-top: 2.5rem; }.hero-actions .button { width: 100%; justify-content: center; } }
@media (prefers-reduced-motion: reduce) { .button, .service-card, .process-steps article, .client-logo, .why-image img { transition: none; }.button:hover, .service-card:hover, .process-steps article:hover, .client-logo:hover { transform: none; } }

/* Seamless services loop: four matching sets prevent an empty space at any screen width. */
.marquee-section{overflow:hidden}.marquee{gap:0!important;animation:services-marquee-loop 30s linear infinite!important;will-change:transform}.marquee-set{display:flex;flex:none;align-items:center;gap:28px;padding-right:28px}.marquee-set span,.marquee-set b{flex:none}@keyframes services-marquee-loop{to{transform:translateX(-25%)}}@media(prefers-reduced-motion:reduce){.marquee{animation:none!important;transform:none!important}}

/* Precision fixes: review stars, readable service cards, and compact hero label. */
.hero .eyebrow {
  align-self: flex-start;
  width: fit-content;
  padding: .2rem 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #315177;
  backdrop-filter: none;
}
.hero .eyebrow span { width: .42rem; height: .42rem; margin: 0 .55rem; }

.home-services .service-card {
  background: #fff !important;
  border-color: #d5e8fc !important;
  color: var(--bpm-navy) !important;
}
.home-services .service-card h3 { color: var(--bpm-navy) !important; }
.home-services .service-card p { color: #5a6e88 !important; }
.home-services .service-card b { color: var(--bpm-blue) !important; }
.home-services .service-card:hover {
  border-color: var(--bpm-blue) !important;
  background: var(--bpm-blue) !important;
  box-shadow: 0 22px 38px rgba(18,108,240,.24) !important;
}
.home-services .service-card:hover h3,
.home-services .service-card:hover p { color: #fff !important; }
.home-services .service-card:hover b { color: #d9ecff !important; }
.home-services .service-card:hover::before { background: #ffe36b; }

.review-card footer,
.review-card footer:hover {
  min-height: 0;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none !important;
  color: #f5b301 !important;
}
.review-card footer b { color: #f5b301 !important; letter-spacing: .08em; }
body > footer { padding: 2.4rem 5vw; background: #071831 !important; }
body > footer p,
body > footer a { color: #bdd8f4 !important; }
@media (max-width: 700px) { body > footer { padding: 36px 7vw !important; } }

/* Keep the hero message clear at every screen size. */
.hero .eyebrow,
.hero-title,
.hero-bottom { position: relative; z-index: 4; }
.hero-title {
  margin-top: clamp(2rem, 4vw, 3.5rem);
  max-width: 12ch;
  line-height: .98;
  letter-spacing: -.075em;
}
.hero-title .line { padding-bottom: .07em; }
.hero-bottom { margin-top: clamp(2.6rem, 5vw, 4.5rem); }

/* Footer alignment reset: keep each content column independent of the older
   generic footer styles used elsewhere on the site. */
.site-footer{grid-template-columns:minmax(13rem,1.35fr) minmax(7.5rem,.75fr) minmax(11rem,1.1fr) minmax(10.5rem,.95fr)!important;max-width:none!important}.site-footer>*{min-width:0}.site-footer__brand,.site-footer__office{display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:flex-start!important;gap:0!important}.site-footer__brand .logo-brand{display:inline-flex!important;flex:none!important}.site-footer__brand p{display:block!important;margin:0 0 1.4rem!important;color:#527092!important;font:500 .95rem/1.7 Manrope,Arial,sans-serif!important;letter-spacing:0!important;opacity:1!important}.site-footer__brand small{display:block!important;color:#7b91aa!important;font:.68rem/1.45 "DM Mono",monospace!important;letter-spacing:.02em}.site-footer__links,.site-footer__office{margin:0!important;padding:0!important}.site-footer__links h2,.site-footer__office h2{display:block!important;width:100%;margin:0 0 1.1rem!important}.site-footer__links a{display:block!important;line-height:1.45!important}.site-footer__office address{display:block!important;width:100%;line-height:1.7!important}.site-footer__contact-label{display:block!important;margin-top:1.45rem;color:#102f57!important;font:800 .68rem/1.2 "DM Mono",monospace!important;letter-spacing:.1em;text-transform:uppercase}.site-footer__office .site-footer__phone{display:inline-block!important;line-height:1.3!important}@media(max-width:1080px){.site-footer{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:2.7rem 3rem!important}.site-footer__brand{grid-column:span 2}.site-footer__brand p{max-width:28rem}}@media(max-width:600px){.site-footer{grid-template-columns:1fr!important;gap:2.35rem!important}.site-footer__brand{grid-column:auto}.site-footer__links a{font-size:.92rem!important}.site-footer__office address{font-size:.95rem!important}}
.hero .orb { z-index: 0; }
.hero-pulse,
.scroll-note { z-index: 3; }
@media (max-width: 700px) {
  .hero-title { margin-top: 2.2rem; line-height: 1; letter-spacing: -.07em; }
  .hero-bottom { margin-top: 2.4rem; }
}
