body { margin: 0; background: #060a14; color: #eef2fa; font-family: 'Barlow', sans-serif; overflow-x: clip; }
a { color: #4d8dff; text-decoration: none; }
a:hover { color: #7caeff; }
::selection { background: rgba(47,123,255,0.35); }
input:focus, select:focus, textarea:focus, button:focus-visible { outline: 2px solid #2f7bff; outline-offset: 2px; }
h1, h2, h3 { text-wrap: balance; }
input, select, textarea, button { font-family: 'Barlow', sans-serif; }

.btn { border-radius: 10px; font-weight: 700; cursor: pointer; }
.btn-primary { background: linear-gradient(180deg, #3f87ff, #1e5fe0); color: #fff; border: 1px solid rgba(124,174,255,0.5); box-shadow: 0 6px 24px rgba(47,123,255,0.4); }
.btn-primary:hover { background: linear-gradient(180deg, #549aff, #2a6cf0); }
.btn-primary:active { background: #1e5fe0; }
.btn-ghost-dark { background: transparent; color: #eef2fa; border: 1px solid rgba(255,255,255,0.25); }
.btn-ghost-dark:hover { border-color: #7caeff; color: #7caeff; }
.btn-ghost-light { background: transparent; color: #34415c; border: 1px solid #c7d2e4; }
.btn-ghost-light:hover { border-color: #1e5fe0; color: #1e5fe0; }

.navlink:hover, .hoverlink:hover { color: #7caeff !important; }
.card-hover:hover { border-color: #1e5fe0 !important; box-shadow: 0 8px 26px rgba(30,95,224,0.14) !important; }
.border-hover:hover { border-color: #1e5fe0 !important; }
.svc-title { cursor: pointer; }
.svc-title:hover { color: #1e5fe0 !important; }
.go-link { cursor: pointer; }

.field { display: grid; gap: 6px; }
.field label { font-size: 13.5px; font-weight: 700; color: #34415c; }
.field input, .field select, .field textarea { border: 1px solid #c7d2e4; border-radius: 8px; padding: 11px 13px; font-size: 15px; background: #fff; color: #0c1220; }
.field textarea { resize: vertical; }
.field-dark label { color: #cfd8ea; font-size: 14.5px; }
.field-dark input { border: 1px solid rgba(124,174,255,0.35); background: rgba(6,10,20,0.6); color: #eef2fa; padding: 15px 17px; font-size: 16.5px; }

.info-row { display: grid; grid-template-columns: 130px 1fr; gap: 24px; padding: 16px 0; border-bottom: 1px solid #dbe3f0; }
@media (max-width: 480px) { .info-row { grid-template-columns: 1fr; gap: 4px; } }

.consult-card { display: flex; align-items: center; gap: 24px; }
@media (max-width: 720px) { .consult-card { flex-direction: column; text-align: center; } }

.contact-layout { display: grid; grid-template-columns: 1fr 1.1fr; column-gap: 56px; align-items: start; }
.contact-left > .consult-card { margin-top: 28px; }
@media (max-width: 980px) {
  .contact-layout { grid-template-columns: 1fr; row-gap: 28px; }
  .contact-layout > form, .contact-info, .consult-card { min-width: 0; }
}
@media (max-width: 720px) {
  .contact-left { display: contents; }
  .contact-left > .consult-card { margin-top: 0; }
  .contact-layout > form { order: -3; }
  .contact-info { order: -1; }
  .consult-card { order: -2; }
}

.imgslot { position: relative; width: 100%; height: 100%; overflow: hidden; }
.imgslot img { width: 100%; height: 100%; object-fit: cover; display: block; }
.imgslot .credit { position: absolute; right: 8px; bottom: 8px; font-size: 11px; color: rgba(255,255,255,0.75); background: rgba(6,10,20,0.55); padding: 3px 8px; border-radius: 999px; }

.hero-home-img img { object-position: 28% 42%; }
@media (max-width: 480px) { .hero-home-img img { object-position: 20% 40%; } }

.services-hero-img img { object-position: 50% 42%; }

.industries-hero-img img { object-position: 50% 38%; }

.contact-hero-img img { object-position: 85% 45%; }

.grid-services { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
@media (max-width: 980px) { .grid-services { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 720px) { .grid-services { grid-template-columns: 1fr; } }

.grid-handled { grid-template-columns: repeat(5, 1fr); }
@media (max-width: 980px) { .grid-handled { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 720px) { .grid-handled { grid-template-columns: 1fr; } }

.tech-row { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.tech-grid { display: flex; flex-wrap: wrap; gap: 24px; flex: 1; justify-content: flex-end; }
@media (max-width: 980px) {
  .tech-row { align-items: flex-start; }
  .tech-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 24px; width: 100%; }
  .tech-grid span { text-align: left; }
}

.hero-tags { display: flex; align-items: center; flex-wrap: wrap; }
.hero-tag { display: flex; align-items: center; gap: 9px; font-size: 14px; font-weight: 600; color: #cfd8ea; padding: 0 16px 8px 0; border-left: 1px solid rgba(255,255,255,0.12); padding-left: 16px; }
.hero-tag:first-child { border-left: none; padding-left: 0; }
@media (max-width: 620px) {
  .hero-tags { display: grid; grid-template-columns: 1fr 1fr; gap: 4px 18px; }
  .hero-tags.hero-tags-1col { grid-template-columns: 1fr; }
  .hero-tag { border-left: none; padding: 6px 0; }
}

.about-hero-img img { object-position: 40% 62%; }
.about-secondary-img img { object-position: 50% 55%; }

@media (max-width: 1160px) { .hdr-phone { display: none !important; } }
@media (max-width: 1020px) {
  .hdr-login { display: none !important; }
  .hdr-nav { gap: 10px !important; }
  .hdr-nav .navlink { font-size: 13.5px !important; }
  .hdr-cta { padding: 10px 14px !important; font-size: 13.5px !important; }
}
@media (max-width: 980px) {
  .hero-grid-cols { grid-template-columns: minmax(0,1fr) !important; }
  .grid-2, .grid-cases, .grid-portal, .grid-ind { grid-template-columns: 1fr !important; }
  .grid-2 > *, .grid-cases > *, .grid-portal > *, .grid-ind > * { min-width: 0; }
  .hero-media { margin-right: 0 !important; }
  .footer-grid { grid-template-columns: 1fr 1fr !important; }
}
@media (max-width: 980px) {
  .portal-login-card { grid-template-columns: 1fr !important; }
  .portal-login-visual { display: none !important; }
}
@media (max-width: 720px) {
  .grid-4 { grid-template-columns: 1fr 1fr !important; }
  .grid-3 { grid-template-columns: 1fr !important; }
  .hero-cards { position: static !important; margin-top: 14px; grid-template-columns: 1fr 1fr !important; }
  .svc-row { grid-template-columns: 1fr !important; }
  .table-scroll { overflow-x: auto; }
  .portal-login-shell { padding: 32px 16px !important; }
  .portal-login-card > div:last-child { padding: 32px 24px !important; }
  .pricing-table { overflow-x: visible !important; }
  .pricing-table > div { min-width: 0 !important; }
  .pricing-table .pt-head { display: none !important; }
  .pricing-table .pt-row { grid-template-columns: 1fr !important; gap: 4px; padding: 16px 20px !important; }
  .pricing-table .pt-row span:nth-child(2)::before { content: "Group: "; color: #62708a; font-weight: 700; }
  .pricing-table .pt-row span:nth-child(3)::before { content: "Starting at: "; color: #62708a; font-weight: 700; }
}
.hdr-burger { display: none; background: transparent; border: 1px solid rgba(255,255,255,0.25); border-radius: 8px; padding: 9px 11px; cursor: pointer; margin-left: auto; align-items: center; }
.mob-menu { display: none; background: #0a101e; border-top: 1px solid rgba(255,255,255,0.08); }
.mob-menu.open { display: block; }
.mob-link { padding: 14px 24px; font-size: 16.5px; font-weight: 600; color: #cfd8ea; cursor: pointer; border-bottom: 1px solid rgba(255,255,255,0.05); }
.mob-link.active { color: #4d8dff; }
@media (max-width: 880px) {
  .hdr-nav { display: none !important; }
  .hdr-burger { display: inline-flex; }
}
@media (max-width: 720px) {
  main h1 { font-size: clamp(30px, 8.5vw, 42px) !important; }
  main h2 { font-size: clamp(24px, 6.5vw, 32px) !important; }
  section, main, header > div, footer > div { padding-left: 20px !important; padding-right: 20px !important; }
  .table-scroll > div { min-width: 620px; }
  .hero-media { height: 300px !important; }
}

.mbs-feature-card { transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease; }
.mbs-feature-card:hover { transform: translateY(-3px); border-color: #1e5fe0 !important; box-shadow: 0 10px 26px rgba(30,95,224,0.14) !important; }

.mbs-wf-step { position: relative; }
.mbs-wf-step:not(:last-child)::after {
  content: "\2192"; position: absolute; top: 50%; right: -23px; transform: translateY(-50%);
  font-size: 15px; font-weight: 700; color: rgba(124,174,255,0.4); pointer-events: none;
}
@media (max-width: 980px) { .mbs-wf-step:not(:last-child)::after { display: none; } }

@media (max-width: 980px) { .sec-step-line { display: none; } }

.grid-sw-process { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 980px) { .grid-sw-process { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 720px) { .grid-sw-process { grid-template-columns: 1fr; } }
