:root {
    --bg: #f7f9fc;
    --surface: #ffffff;
    --surface-2: #edf3ff;
    --text: #0f172a;
    --muted: #334155;
    --brand: #0a66ff;
    --brand-dark: #0049bf;
    --line: #dbe4f1;
    --ok: #0d9488;
    --radius: 14px;
    --shadow: 0 18px 40px rgba(9, 30, 66, 0.08);
}

body.infipre-global {
    font-family: "Manrope", sans-serif;
    color: var(--text);
    background: var(--bg);
}

.skip-link {
    position: absolute;
    left: 8px;
    top: -48px;
    background: #0b1226;
    color: #ffffff;
    padding: 10px 14px;
    border-radius: 8px;
    z-index: 2000;
    font-weight: 700;
}

.skip-link:focus {
    top: 8px;
    color: #ffffff;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
    outline: 3px solid #0a66ff;
    outline-offset: 2px;
    border-radius: 4px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Space Grotesk", sans-serif;
    letter-spacing: -0.01em;
}

.global-topbar {
    background: #0b1226;
    color: #e2e8f0;
    font-size: 13px;
}

.global-topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 10px 0;
}

.global-topbar p {
    margin: 0;
}

.global-topbar-links {
    list-style: none;
    display: flex;
    gap: 18px;
    margin: 0;
    padding: 0;
}

.global-topbar-links a {
    color: #dbeafe;
}

.global-navbar {
    background: rgba(255, 255, 255, 0.93);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(12px);
    position: sticky;
    top: 0;
    z-index: 999;
}

.global-navbar.nav-scrolled {
    box-shadow: 0 8px 25px rgba(15, 23, 42, 0.08);
}

.global-navbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 78px;
    position: relative;
}

.global-logo img {
    max-height: 50px;
}

.global-nav {
    display: flex;
    align-items: center;
    gap: 16px;
}

.global-nav ul {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 4px;
    margin: 0;
    padding: 0;
}

.global-nav li {
    position: relative;
}

.global-nav a {
    display: inline-block;
    padding: 11px 14px;
    color: var(--text);
    font-weight: 700;
    font-size: 14px;
}

.global-nav a.active,
.global-nav a:hover {
    color: var(--brand);
}

.global-cta {
    background: linear-gradient(95deg, var(--brand), #2b7bff);
    color: #fff !important;
    padding: 11px 16px;
    border-radius: 10px;
    font-size: 14px;
}

.has-mega:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.mega-menu {
    position: absolute;
    left: -220px;
    top: 100%;
    width: 760px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 12px;
    box-shadow: var(--shadow);
    padding: 16px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: all .25s ease;
}

.mega-menu h6 {
    margin: 0 0 8px;
    font-size: 13px;
    text-transform: uppercase;
    color: #64748b;
}

.mega-menu a {
    display: block;
    font-size: 13px;
    padding: 6px 0;
    font-weight: 600;
}

.global-menu-toggle {
    display: none;
    background: transparent;
    border: 0;
    width: 42px;
    height: 42px;
    padding: 8px;
}

.global-menu-toggle span {
    display: block;
    height: 2px;
    background: #0f172a;
    margin: 5px 0;
}

.new-home .section {
    padding: 86px 0;
}

.home-banners {
    padding: 0;
    background: var(--bg);
}

.home-banner-fullscreen .container {
    max-width: 100%;
    padding: 0;
}

.home-banner-card {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    min-height: 100vh;
}

.home-banner-card img {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    object-fit: cover;
    transform: scale(1.01);
}

.home-banner-overlay {
    position: absolute;
    inset: 0;
    padding: 110px 9vw 70px;
    background: linear-gradient(110deg, rgba(5, 12, 30, 0.72) 0%, rgba(5, 12, 30, 0.35) 45%, rgba(5, 12, 30, 0.1) 100%);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 760px;
}

.home-banner-overlay h3 {
    margin: 14px 0 10px;
    color: #fff;
    font-size: clamp(34px, 5.2vw, 66px);
    line-height: 1.05;
}

.home-banner-overlay p {
    margin: 0 0 22px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    max-width: 620px;
}

.home-banner-tagline {
    text-shadow: 0 3px 14px rgba(5, 12, 30, 0.45);
}

.home-banner-tagline h3 {
    font-size: clamp(28px, 4.4vw, 52px);
    max-width: 760px;
}

.home-banner-tagline p {
    max-width: 700px;
}

.home-banner-kicker {
    display: inline-flex;
    width: fit-content;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.42);
    background: rgba(4, 25, 68, 0.38);
    color: #f8fafc;
    font-size: 12px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    font-weight: 800;
}

.hero-global {
    padding: 100px 0 86px;
    background:
        radial-gradient(circle at 86% 14%, rgba(10, 102, 255, 0.14), transparent 32%),
        radial-gradient(circle at 12% 74%, rgba(13, 148, 136, 0.1), transparent 34%),
        linear-gradient(180deg, #ffffff, #f4f8ff);
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 30px;
    align-items: center;
}

.eyebrow {
    display: inline-block;
    padding: 7px 12px;
    border: 1px solid #c6dafc;
    border-radius: 999px;
    background: #eff6ff;
    color: var(--brand-dark);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.hero-global h1 {
    margin: 16px 0;
    font-size: clamp(34px, 5vw, 58px);
    line-height: 1.08;
}

.hero-global p {
    color: var(--muted);
    max-width: 760px;
    font-size: 18px;
}

.hero-actions {
    margin-top: 28px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.btn-primary,
.btn-secondary,
.global-footer-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    border-radius: 10px;
    font-weight: 800;
    font-size: 14px;
    padding: 0 18px;
}

.btn-primary,
.global-footer-button {
    background: linear-gradient(95deg, var(--brand), #2b7bff);
    color: #fff !important;
    border: 1px solid transparent;
}

.btn-secondary {
    border: 1px solid #bcd3fa;
    color: var(--brand-dark);
    background: #fff;
}

.hero-trust-points {
    margin: 24px 0 0;
    list-style: none;
    padding: 0;
    display: grid;
    gap: 8px;
    color: #334155;
    font-weight: 600;
}

.hero-trust-points li::before {
    content: "\\2022";
    color: var(--ok);
    margin-right: 8px;
}

.hero-panel {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 24px;
    box-shadow: var(--shadow);
}

.hero-panel h3 {
    margin: 0 0 18px;
    font-size: 20px;
}

.hero-metrics {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.hero-metrics div {
    background: var(--surface-2);
    border: 1px solid #d7e4fb;
    border-radius: 12px;
    padding: 14px;
}

.hero-metrics strong {
    font-size: 32px;
    display: block;
}

.hero-metrics span {
    color: var(--muted);
    font-size: 13px;
    font-weight: 700;
}

.section-kicker {
    text-align: center;
    font-weight: 700;
    color: var(--muted);
    margin-bottom: 24px;
}

.logos-strip {
    background:
        radial-gradient(circle at 12% 20%, rgba(10, 102, 255, 0.08), transparent 35%),
        radial-gradient(circle at 92% 82%, rgba(13, 148, 136, 0.08), transparent 35%),
        linear-gradient(180deg, #f8fbff, #ffffff);
}

.logo-showcase {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
    margin-top: 14px;
}

.industry-logo-groups {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 16px;
}

.industry-group {
    border: 1px solid #d5e3fb;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(18, 52, 102, 0.08);
    padding: 18px;
}

.industry-group-head {
    margin-bottom: 14px;
}

.industry-group-head h3 {
    margin: 0 0 4px;
    font-size: 21px;
    color: #123a77;
}

.industry-group-head span {
    color: #516684;
    font-size: 13px;
    font-weight: 700;
}

.industry-logo-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.logo-card {
    background: #fff;
    border: 1px solid #d6e4fb;
    border-radius: 16px;
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-shadow: 0 10px 24px rgba(18, 52, 102, 0.08);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.logo-card:hover {
    transform: translateY(-4px);
    border-color: #9dc0f7;
    box-shadow: 0 20px 36px rgba(18, 52, 102, 0.16);
}

.logo-card img {
    width: 100%;
    max-height: 90px;
    object-fit: contain;
}

.logo-card--nimap img {
    max-height: 118px;
}

.client-name {
    display: none;
    font-family: "Space Grotesk", sans-serif;
    font-size: 18px;
    color: #0f2f63;
    text-align: center;
    font-weight: 700;
    line-height: 1.25;
}

.section-header {
    margin-bottom: 28px;
}

.section-header h2 {
    margin: 14px 0 8px;
    font-size: clamp(28px, 3.3vw, 42px);
}

.section-header p {
    color: var(--muted);
    max-width: 680px;
}

.service-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.equal-card-grid .service-card {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.equal-card-grid .service-card p {
    margin-bottom: 12px;
}

.equal-card-grid .service-card .list-clean {
    margin-top: auto;
}

.service-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 22px;
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.service-card:hover {
    transform: translateY(-5px);
    border-color: #abc7f9;
    box-shadow: var(--shadow);
}

.service-card h3 {
    font-size: 20px;
    margin: 0 0 10px;
}

.service-card p {
    color: var(--muted);
}

.service-card a,
.text-link,
.case-card a {
    color: var(--brand-dark);
    font-weight: 800;
}

.section-alt {
    background: #fff;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.pill-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18px;
}

.pill-grid span {
    padding: 8px 14px;
    background: #eff6ff;
    border: 1px solid #cce0ff;
    border-radius: 999px;
    font-weight: 700;
    color: #164285;
    font-size: 13px;
}

.case-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-bottom: 24px;
}

.case-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    overflow: hidden;
}

.case-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.case-card div {
    padding: 18px;
}

.case-card h3 {
    margin: 0 0 8px;
    font-size: 21px;
}

.case-card p {
    color: var(--muted);
    margin-bottom: 12px;
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.process-step {
    background: var(--surface-2);
    border: 1px solid #d2e2fd;
    border-radius: 12px;
    padding: 18px;
}

.process-step strong {
    color: var(--brand-dark);
    font-size: 20px;
}

.process-step h4 {
    margin: 8px 0;
    font-size: 20px;
}

.process-step p {
    margin: 0;
    color: var(--muted);
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.testimonial-grid blockquote {
    margin: 0;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 22px;
}

.testimonial-grid p {
    margin: 0 0 10px;
    color: #1e293b;
    font-size: 17px;
}

.testimonial-grid cite {
    color: #64748b;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
}

.trust-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 12px;
}

.trust-list li {
    background: #f8fbff;
    border: 1px solid #d4e4ff;
    border-radius: 10px;
    padding: 14px 16px;
    color: #1e3a62;
    font-weight: 600;
}

.cta-band {
    background: linear-gradient(95deg, #0b1c45, #0a66ff);
    color: #fff;
}

.cta-band-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
}

.cta-band h2 {
    color: #fff;
    margin: 0 0 8px;
}

.cta-band p {
    color: rgba(255, 255, 255, .88);
    margin: 0;
}

.cta-band .btn-secondary {
    border-color: rgba(255, 255, 255, .4);
    color: #fff;
    background: transparent;
}

.cta-band-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.global-footer {
    background: #050c1e;
    color: #cbd5e1;
    padding: 70px 0 24px;
}

.global-footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    gap: 24px;
}

.global-footer-logo {
    max-width: 170px;
    margin-bottom: 14px;
}

.global-footer-logo-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 12px;
    padding: 10px 14px;
    margin-bottom: 14px;
}

.global-timezone {
    color: #8fe3c6;
    font-weight: 700;
}

.global-footer h5 {
    color: #fff;
    margin: 0 0 12px;
}

.global-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 8px;
}

.global-footer a {
    color: #dbeafe;
}

.global-footer-bottom {
    border-top: 1px solid #1e293b;
    margin-top: 26px;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    font-size: 13px;
}

#whatsapp-float {
    position: fixed;
    right: 18px;
    bottom: 92px;
    width: 48px;
    height: 48px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #25d366;
    color: #fff;
    font-size: 28px;
    z-index: 1101;
    box-shadow: 0 12px 24px rgba(8, 40, 18, 0.35);
}

#whatsapp-float:hover {
    color: #fff;
    transform: translateY(-2px);
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

.field-error {
    color: #b91c1c;
    font-size: 12px;
    font-weight: 700;
    margin-top: -6px;
    margin-bottom: 8px;
    display: none;
}

.tech-logo-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 10px 0 12px;
}

.tech-logo-row span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid #d4e4ff;
    background: #f6f9ff;
    color: #1a3d7a;
    font-size: 12px;
    font-weight: 700;
}

.tech-logo-row i {
    font-size: 14px;
}

.logo-react i { color: #61dafb; }
.logo-javascript i { color: #f7df1e; }
.logo-css i { color: #1572b6; }
.logo-html i { color: #e34f26; }
.logo-node i { color: #5fa04e; }
.logo-php i { color: #777bb4; }
.logo-python i { color: #3776ab; }
.logo-java i { color: #f89820; }
.logo-android i { color: #3ddc84; }
.logo-ios i { color: #111111; }
.logo-flutter i { color: #02569b; }
.logo-aws i { color: #ff9900; }
.logo-azure i { color: #0078d4; }
.logo-docker i { color: #2496ed; }
.logo-kubernetes i { color: #326ce5; }
.logo-data i { color: #0ea5e9; }
.logo-bi i { color: #16a34a; }
.logo-ml i { color: #9333ea; }
.logo-modelops i { color: #0f766e; }
.logo-selenium i { color: #43b02a; }
.logo-cypress i { color: #14b8a6; }
.logo-wcag i { color: #7c3aed; }
.logo-performance i { color: #f97316; }
.logo-appsec i { color: #dc2626; }
.logo-threat i { color: #be123c; }
.logo-iam i { color: #475569; }
.logo-vuln i { color: #b91c1c; }

.service-visual {
    margin: 18px 0 26px;
    border: 1px solid #d2e1fa;
    border-radius: 14px;
    background: #f8fbff;
    overflow: hidden;
}

.service-visual img {
    width: 100%;
    max-height: 320px;
    object-fit: cover;
}

.service-visual p {
    margin: 0;
    padding: 12px 14px;
    color: #334155;
    font-size: 14px;
    font-weight: 600;
}

.insight-label-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.insight-label-row span,
.insight-chip {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid #d4e4ff;
    background: #f2f7ff;
    color: #17407f;
    font-size: 12px;
    font-weight: 700;
}

.insight-chip {
    margin-bottom: 8px;
}

.life-gallery {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
}

.life-gallery figure {
    margin: 0;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #d8e6ff;
    box-shadow: 0 10px 24px rgba(19, 53, 102, 0.1);
    background: #fff;
}

.life-gallery img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.reveal {
    opacity: 0;
    transform: translateY(14px);
    transition: opacity .45s ease, transform .45s ease;
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}

.insight-article {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 28px;
}

.insight-article .lead {
    font-size: 19px;
    color: #334155;
}

.insight-article h2 {
    margin-top: 26px;
}

.insight-article p {
    color: var(--muted);
}

.cta-inline {
    margin-top: 26px;
    border-radius: var(--radius);
    overflow: hidden;
}

.page-layout {
    padding: 72px 0;
}

.page-panel {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 28px;
}

.grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.value-item {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 20px;
}

.value-item h3 {
    margin: 0 0 8px;
    font-size: 20px;
}

.value-item p {
    margin: 0;
    color: var(--muted);
}

.list-clean {
    margin: 0;
    padding-left: 18px;
    color: var(--muted);
}

.form-modern input,
.form-modern textarea,
.form-modern select {
    width: 100%;
    min-height: 48px;
    border: 1px solid #cfdcf5;
    border-radius: 10px;
    padding: 10px 12px;
    font-size: 15px;
    margin-bottom: 12px;
}

.form-modern textarea {
    min-height: 120px;
}

@media (max-width: 1199px) {
    .global-nav ul { gap: 0; }
    .global-nav a { padding: 10px; font-size: 13px; }
    .mega-menu { width: 680px; left: -260px; }
}

@media (max-width: 991px) {
    .global-topbar { display: none; }
    .global-menu-toggle { display: block; }
    .global-nav {
        position: absolute;
        top: 100%;
        right: 0;
        width: min(92vw, 430px);
        display: none;
        background: #fff;
        border: 1px solid var(--line);
        border-radius: 12px;
        padding: 12px;
        box-shadow: var(--shadow);
    }
    .global-nav.open { display: block; }
    .global-nav ul { display: grid; }
    .global-nav li { width: 100%; }
    .global-nav a { width: 100%; }
    .global-nav .global-cta { margin-top: 10px; width: 100%; }
    .mega-menu {
        width: 100%;
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        display: none;
        border: 0;
        box-shadow: none;
        padding: 0 0 0 10px;
    }
    .has-mega:hover .mega-menu { display: grid; }
    .hero-grid,
    .service-card-grid,
    .case-grid,
    .process-grid,
    .testimonial-grid,
    .global-footer-grid {
        grid-template-columns: 1fr;
    }
    .life-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .logo-showcase { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .industry-logo-groups { grid-template-columns: 1fr; }
    .values-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .cta-band-inner,
    .global-footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 576px) {
    .new-home .section { padding: 68px 0; }
    .hero-global { padding-top: 74px; }
    .hero-global h1 { font-size: 34px; }
    #whatsapp-float { bottom: 82px; right: 14px; width: 44px; height: 44px; font-size: 24px; }
    .logo-showcase { grid-template-columns: 1fr; }
    .industry-logo-grid { grid-template-columns: 1fr; }
    .industry-group { padding: 14px; }
    .values-grid { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    .home-banner-overlay {
        padding: 84px 20px 30px;
    }
    .life-gallery { grid-template-columns: 1fr; }
    .home-banner-card,
    .home-banner-card img {
        min-height: 88vh;
    }
}

