/* InnovaTech additions — shared across all pages */

/* Theme font applied to all InnovaTech elements */
.nav-it,
.it-home-badge,.it-home-title,.it-home-desc,
.it-home-stat-num,.it-home-stat-lbl,
.it-home-btn{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/* Nav tab highlight — color cycled by blinkNavIt() in gatsby-img-fix.js */
.nav-it {
    font-weight: 700;
}

/* Active nav link underline — mirrors the :hover ::after effect */
.nav_link.nav-active::after {
    left: 0 !important;
    width: 100% !important;
}

/* Uppercase every word in the Offering (hero) section */
.it-hero {
    text-transform: uppercase;
}

/* Hero NEW OFFERING badge */
.it-hero-badge {
    display: inline-block;
    background: rgba(41, 168, 171, .25);
    border: 1px solid rgba(41, 168, 171, .6);
    color: #7ee8eb;
    padding: 5px 18px;
    border-radius: 20px;
    font-size: .82rem;
    font-weight: 700;
    letter-spacing: .06em;
    margin-bottom: 20px;
}

/* CTA button large variant */
.it-btn-cta {
    font-size: 1rem;
    padding: 14px 40px;
}

/* Tech-category coloured dots */
.it-dot-teal   { background: #29A8AB; }
.it-dot-navy   { background: #02285B; }
.it-dot-purple { background: #7259D4; }
.it-dot-orange { background: #F15A24; }
.it-dot-green  { background: #16a34a; }
.it-dot-red    { background: #dc2626; }

/* Card icon backgrounds (Why Hire section) */
.it-icon-blue   { background: #EFF6FF; }
.it-icon-green  { background: #F0FDF4; }
.it-icon-orange { background: #FFF7ED; }
.it-icon-sky    { background: #F0F9FF; }
.it-icon-purple { background: #FDF4FF; }
.it-icon-amber  { background: #FFFBEB; }

/* Technology badge colour variants */
.it-badge-teal   { background: #e0f7f7; color: #1a7a7c; }
.it-badge-navy   { background: #e8eef6; color: #02285B; }
.it-badge-purple { background: #ede9ff; color: #5b3fc7; }
.it-badge-orange { background: #fef0eb; color: #c44a1c; }
.it-badge-green  { background: #dcfce7; color: #15803d; }
.it-badge-red    { background: #fee2e2; color: #b91c1c; }

/* Service card top accent bars */
.it-svc-top-teal   { background: #29A8AB; }
.it-svc-top-navy   { background: #02285B; }
.it-svc-top-purple { background: #7259D4; }
.it-svc-top-orange { background: #F15A24; }

/* QA section gift icon */
.it-qa-icon { font-size: 2.4rem; margin-bottom: 16px; }

/* Home-page InnovaTech teaser */
.it-home-teaser {
    background: linear-gradient(135deg, #02285B 0%, #103a75 60%, #1a4a8a 100%);
    padding: 90px 20px 80px;
    text-align: center;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.it-home-teaser::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, .055) 1px, transparent 1px);
    background-size: 28px 28px;
    pointer-events: none;
}

.it-home-inner {
    position: relative;
    max-width: 860px;
    margin: 0 auto;
}

.it-home-badge {
    display: inline-block;
    background: rgba(41, 168, 171, .18);
    border: 1.5px solid rgba(41, 168, 171, .7);
    color: #7ee8eb;
    padding: 7px 22px;
    border-radius: 30px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: .12em;
    margin-bottom: 24px;
    text-transform: uppercase;
}

.it-home-title {
    font-size: 4rem;
    font-weight: 700;
    margin: 0 0 20px;
    line-height: 1.2;
    color: #fff;
}

.it-home-accent {
    width: 72px;
    height: 4px;
    background: linear-gradient(90deg, #29A8AB, #7259D4);
    border-radius: 2px;
    margin: 0 auto 28px;
}

.it-home-desc {
    font-size: 2rem;
    font-weight: 400;
    opacity: .88;
    max-width: 780px;
    margin: 0 auto 48px;
    line-height: 1.5;
    color: #fff;
}

.it-home-stats {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    margin: 0 auto 48px;
    max-width: 760px;
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 14px;
    overflow: hidden;
}

.it-home-stat {
    flex: 1;
    min-width: 160px;
    padding: 36px 28px;
}

.it-home-stat-sep {
    width: 1px;
    background: rgba(255, 255, 255, .15);
    margin: 20px 0;
}

.it-home-stat-num {
    font-size: 4rem;
    font-weight: 700;
    color: #29A8AB;
    line-height: 1;
    margin-bottom: 8px;
}

.it-home-stat-lbl {
    font-size: 1.6rem;
    font-weight: 400;
    opacity: .8;
    color: #fff;
}

.it-home-btn {
    display: inline-block;
    background: linear-gradient(135deg, #29A8AB 0%, #1e8e91 100%);
    color: #fff;
    padding: 14px 48px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 1.5rem;
    text-decoration: none;
    transition: transform .2s, box-shadow .2s;
    box-shadow: 0 6px 24px rgba(41, 168, 171, .4);
    letter-spacing: 1px;
}

.it-home-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 32px rgba(41, 168, 171, .55);
    color: #fff;
}

@media (max-width: 900px) {
    .it-home-title { font-size: 3rem; }
    .it-home-desc { font-size: 1.8rem; }
    .it-home-stat-num { font-size: 3rem; }
}
@media (max-width: 640px) {
    .it-home-teaser { padding: 60px 16px 52px; }
    .it-home-title { font-size: 2.4rem; }
    .it-home-desc { font-size: 1.6rem; }
    .it-home-stat-num { font-size: 2.4rem; }
    .it-home-stat-lbl { font-size: 1.4rem; }
    .it-home-stats { flex-direction: column; max-width: 280px; }
    .it-home-stat-sep { width: 80%; height: 1px; margin: 0 auto; }
}
