/* =========================================================
   Homepage Services — Hexaware-style band + navy cards
   ========================================================= */

/* White intro between modules and blue services stage */
.hx-services-intro {
    position: relative;
    padding: 4rem 0 3.25rem !important;
    background: #ffffff !important;
    color: #0f172a;
    text-align: center;
}
.hx-services-intro-wrap {
    width: var(--pro-wrap, min(100%, calc(100% - clamp(2rem, 5vw, 5.5rem))));
    max-width: none;
    margin: 0 auto;
}
.hx-services-intro-title {
    margin: 0 auto 0.85rem;
    max-width: min(980px, 92%);
    font-family: "Plus Jakarta Sans", system-ui, sans-serif;
    font-size: clamp(1.85rem, 3.6vw, 2.95rem);
    font-weight: 800;
    line-height: 1.18;
    letter-spacing: -0.03em;
    color: #0b1f44 !important;
    text-align: center;
}
.hx-services-intro-title--single {
    max-width: min(980px, 96%);
    margin-bottom: 0;
    font-size: clamp(1.35rem, 2.5vw, 1.95rem);
    white-space: nowrap;
}
.hx-services-intro-sub {
    margin: 0 auto;
    max-width: 640px;
    font-size: clamp(1.05rem, 1.4vw, 1.2rem);
    line-height: 1.5;
    font-weight: 700;
    color: #475569 !important;
    text-align: center;
}
@media (max-width: 720px) {
    .hx-services-intro-title--single {
        white-space: normal;
    }
}

.hx-services {
    --hx-stage: #f7faff;
    --hx-stage-deep: #ffffff;
    --hx-navy: #0d1b3e;
    --hx-ink: #0f172a;
    --hx-muted: #475569;
    --hx-accent: #2563eb;
    --hx-active: #1d4ed8;
    position: relative;
    padding: 3.75rem 0 5.25rem !important;
    background: #f7faff !important;
    background-image: none !important;
    overflow: hidden;
    color: var(--hx-ink);
}

.hp.hp--layout-vision .hx-services,
.hp.hp--zoho .hx-services,
.hp .hx-services {
    background: #f7faff !important;
    background-image: none !important;
}

.hx-services-glow {
    display: none;
}

.hx-services-wrap {
    position: relative;
    z-index: 1;
    width: var(--pro-wrap, min(100%, calc(100% - clamp(2rem, 5vw, 5.5rem))));
    max-width: none;
    margin: 0 auto;
}

.hx-services-head {
    max-width: min(920px, 72%);
    margin: 0 0 2.75rem;
}

.hx-eyebrow {
    display: none; /* Hexaware section leads with title */
}

.hx-services-title {
    margin: 0 0 0.95rem;
    font-family: "Plus Jakarta Sans", system-ui, sans-serif;
    font-size: clamp(2rem, 3.8vw, 3.1rem);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.03em;
    color: #ffffff !important;
}

.hx-services-title em {
    font-style: normal;
    color: #ffffff;
}

.hx-services-sub {
    margin: 0;
    max-width: 640px;
    font-size: 1.08rem;
    line-height: 1.55;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.92) !important;
}

/* ── Equal card rail (Hexaware grid feel) ── */
.hx-rail {
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 0.55rem;
    align-items: stretch;
}

.hx-track {
    display: flex;
    gap: 0.55rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding: 0.25rem 0 0.5rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.hx-track::-webkit-scrollbar { display: none; }

.hx-rail-btn {
    align-self: center;
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 999px;
    background: #ffffff;
    color: #1d4ed8;
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.15);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    cursor: pointer;
    transition: background 0.25s ease, transform 0.25s ease, color 0.25s ease;
}

.hx-rail-btn:hover {
    background: #1d4ed8;
    color: #fff;
    transform: scale(1.05);
}

.hx-card {
    --hx-card-w: clamp(220px, 16.5vw, 300px);
    flex: 1 1 var(--hx-card-w);
    min-width: var(--hx-card-w);
    max-width: none;
    min-height: 380px;
    scroll-snap-align: start;
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    overflow: hidden;
    isolation: isolate;
    cursor: pointer;
    color: #fff;
    background: linear-gradient(135deg, #0b1f44 0%, #132a5c 48%, #1d4ed8 125%) !important;
    border: 1px solid rgba(147, 197, 253, 0.22);
    box-shadow:
        0 14px 32px rgba(11, 31, 68, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    transition:
        background 0.4s cubic-bezier(0.22, 0.61, 0.36, 1),
        color 0.3s ease,
        transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1),
        box-shadow 0.4s ease,
        border-color 0.35s ease;
}

.hx-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(120% 80% at 0% 0%, rgba(96, 165, 250, 0.28), transparent 55%),
        radial-gradient(90% 70% at 100% 100%, rgba(29, 78, 216, 0.35), transparent 50%);
    pointer-events: none;
    z-index: 0;
    transition: opacity 0.35s ease;
}

.hx-card:hover,
.hx-card.is-active,
.hx-card:focus-visible {
    background: #ffffff !important;
    color: var(--hx-ink);
    transform: translateY(-8px);
    box-shadow: 0 22px 44px rgba(37, 99, 235, 0.18);
    outline: none;
    z-index: 2;
    border: 1px solid #dbeafe;
}

.hx-card:hover::before,
.hx-card.is-active::before,
.hx-card:focus-visible::before {
    opacity: 0;
}

.hx-card-copy {
    position: relative;
    z-index: 2;
    padding: 1.5rem 1.2rem 1.15rem;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
}

.hx-card h3 {
    margin: 0 0 0.85rem;
    font-family: Inter, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: -0.01em;
    line-height: 1.2;
    color: #ffffff;
    transition: color 0.3s ease;
}

.hx-card:hover h3,
.hx-card.is-active h3,
.hx-card:focus-visible h3 {
    color: var(--hx-active);
}

.hx-card p {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.88);
    transition: color 0.3s ease;
}

.hx-card:hover p,
.hx-card.is-active p,
.hx-card:focus-visible p {
    color: var(--hx-muted);
}

/* Hexagonal go button — Hexaware arrow */
.hx-card-go {
    margin-top: auto;
    margin-bottom: 0.15rem;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #0d1b3e;
    background: #9ed8ff;
    clip-path: polygon(25% 6%, 75% 6%, 100% 50%, 75% 94%, 25% 94%, 0% 50%);
    transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.hx-card:hover .hx-card-go,
.hx-card.is-active .hx-card-go,
.hx-card:focus-visible .hx-card-go {
    background: #1d4ed8;
    color: #fff;
    transform: translateX(3px);
}

/* Optional image reveal on hover (keeps Hexaware default look until hover) */
.hx-card-media {
    position: relative;
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: height 0.45s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.35s ease;
}

.hx-card:hover .hx-card-media,
.hx-card.is-active .hx-card-media,
.hx-card:focus-visible .hx-card-media {
    height: 168px;
    opacity: 1;
}

.hx-card-visual {
    position: absolute;
    inset: 0;
    clip-path: polygon(0 0, 100% 0, 100% 72%, 78% 100%, 0 100%);
    transform: translateY(14%);
    transition: transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
    background: linear-gradient(160deg, #1e3a8a, #38bdf8);
}

.hx-card:hover .hx-card-visual,
.hx-card.is-active .hx-card-visual,
.hx-card:focus-visible .hx-card-visual {
    transform: translateY(0);
}

.hx-card-visual--photo,
.hx-card-visual--svg {
    padding: 0 !important;
    background: #0b1f36 !important;
}

.hx-card-visual--photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transform: scale(1.02);
    transition: transform 0.55s ease;
}

.hx-card:hover .hx-card-visual--photo img,
.hx-card.is-active .hx-card-visual--photo img,
.hx-card:focus-visible .hx-card-visual--photo img {
    transform: scale(1.1);
}

.hx-card-visual--svg img {
    object-fit: contain;
    padding: 0.75rem;
    background: transparent;
}

.hx-card-orb,
.hx-card-grid { display: none; }

.hx-services.is-visible .hx-card {
    animation: hx-card-in 0.65s cubic-bezier(0.22, 0.61, 0.36, 1) both;
}
.hx-services.is-visible .hx-card:nth-child(1) { animation-delay: 0.04s; }
.hx-services.is-visible .hx-card:nth-child(2) { animation-delay: 0.1s; }
.hx-services.is-visible .hx-card:nth-child(3) { animation-delay: 0.16s; }
.hx-services.is-visible .hx-card:nth-child(4) { animation-delay: 0.22s; }
.hx-services.is-visible .hx-card:nth-child(5) { animation-delay: 0.28s; }
.hx-services.is-visible .hx-card:nth-child(6) { animation-delay: 0.34s; }

@keyframes hx-card-in {
    from { opacity: 0; transform: translateY(22px); }
    to { opacity: 1; transform: translateY(0); }
}

/* CTA / Sign In still follow Appearance accent */
.hp .hp-cta-inner {
    background: linear-gradient(120deg, var(--hp-home-accent, #483dff) 0%, color-mix(in srgb, var(--hp-home-accent, #483dff) 70%, #0f172a) 100%) !important;
    box-shadow: 0 24px 54px color-mix(in srgb, var(--hp-home-accent, #483dff) 35%, transparent) !important;
}

.hp .hp-nav-signin {
    background: linear-gradient(135deg, var(--hp-home-accent, #483dff), color-mix(in srgb, var(--hp-home-accent, #483dff) 70%, #0f172a)) !important;
    border-color: transparent !important;
}

@media (max-width: 900px) {
    .hx-rail { grid-template-columns: 1fr; }
    .hx-rail-btn { display: none; }
    .hx-card {
        --hx-card-w: min(240px, 78vw);
        max-width: none;
        min-height: 320px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hx-services-glow,
    .hx-card,
    .hx-card-media,
    .hx-card-visual,
    .hx-services.is-visible .hx-card {
        animation: none !important;
        transition: none !important;
    }
}

/* ── About — Hexaware-style mission format ── */
.hx-about {
    background: #ffffff !important;
    padding: 4.5rem 0 5rem !important;
}
.hx-about-head {
    max-width: 820px;
    margin: 0 auto 2.5rem;
    text-align: center;
}
.hx-about-head .hp-section-title {
    text-align: center;
    margin-bottom: 0.65rem;
}
.hx-about-head .hp-section-sub {
    margin: 0 auto;
    max-width: 640px;
    text-align: center;
}
.hx-about-stage {
    display: grid;
    grid-template-columns: 1.35fr 1fr;
    gap: 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 18px 48px rgba(15, 23, 42, 0.12);
    margin-bottom: 1.75rem;
    min-height: 360px;
}
.hx-about-media {
    position: relative;
    min-height: 360px;
    background: #0b1f44;
}
.hx-about-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: absolute;
    inset: 0;
}
.hx-about-media-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent 40%, rgba(11, 31, 68, 0.15) 100%);
    pointer-events: none;
}
.hx-about-panel {
    background: linear-gradient(165deg, #0b1f44 0%, #132a5c 55%, #1d4ed8 130%);
    color: #fff;
    padding: 2.25rem 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.hx-about-panel-title {
    margin: 0 0 1.25rem;
    font-family: Inter, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: clamp(1.25rem, 2vw, 1.5rem);
    font-weight: 600;
    letter-spacing: -0.01em;
    line-height: 1.3;
    color: #fff;
}
.hx-about-checks {
    margin: 0;
    gap: 0.85rem;
}
.hx-about-checks li {
    color: rgba(255, 255, 255, 0.94);
    font-weight: 600;
}
.hx-about-checks i {
    color: #93c5fd !important;
    background: rgba(255, 255, 255, 0.12);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    flex-shrink: 0;
}
.hx-about-badges {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}
.hx-about-badge {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #0b1f44 0%, #132a5c 48%, #1d4ed8 125%) !important;
    border: 1px solid rgba(147, 197, 253, 0.28);
    border-radius: 16px;
    padding: 1.45rem 1.15rem 1.35rem;
    text-align: center;
    opacity: 0;
    transform: translateY(36px) scale(0.88);
    box-shadow:
        0 12px 28px rgba(11, 31, 68, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.12);
    transition:
        transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.35s ease,
        border-color 0.35s ease,
        filter 0.35s ease,
        opacity 0.45s ease;
    transition-delay: 0s, 0s, 0s, 0s, 0s;
    will-change: transform, opacity;
}
.hx-about-badge.is-in {
    animation: hx-badge-pop 0.75s cubic-bezier(0.34, 1.4, 0.64, 1) both;
    animation-delay: var(--badge-delay, 0s);
}
.hx-about-badge::before {
    content: "";
    position: absolute;
    inset: -40% auto auto -30%;
    width: 7rem;
    height: 7rem;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(96, 165, 250, 0.35), transparent 70%);
    opacity: 0.55;
    transition: opacity 0.35s ease, transform 0.35s ease;
    pointer-events: none;
}
.hx-about-badge::after {
    content: "";
    position: absolute;
    right: -20%;
    bottom: -35%;
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(29, 78, 216, 0.55), transparent 68%);
    pointer-events: none;
}
.hx-about-badge.is-in:hover,
.hx-about-badge.is-in:focus-within {
    transform: translateY(-10px) scale(1.03);
    border-color: rgba(191, 219, 254, 0.55);
    filter: brightness(1.06);
    box-shadow:
        0 20px 40px rgba(11, 31, 68, 0.38),
        0 0 0 1px rgba(147, 197, 253, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.16);
}
.hx-about-badge.is-in:hover::before,
.hx-about-badge.is-in:focus-within::before {
    opacity: 1;
    transform: scale(1.15);
}
.hx-about-badge-icon {
    position: relative;
    z-index: 1;
    width: 52px;
    height: 52px;
    margin: 0 auto 0.85rem;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.14) !important;
    color: #ffffff !important;
    font-size: 1.4rem;
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.22),
        0 6px 14px rgba(2, 12, 36, 0.2);
    transition: transform 0.35s cubic-bezier(0.34, 1.4, 0.64, 1), box-shadow 0.35s ease, background 0.35s ease;
}
.hx-about-badge-icon i {
    color: inherit !important;
}
.hx-about-badge.is-in:hover .hx-about-badge-icon,
.hx-about-badge.is-in:focus-within .hx-about-badge-icon {
    transform: translateY(-2px) scale(1.12) rotate(-8deg);
    background: rgba(255, 255, 255, 0.22) !important;
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.35),
        0 10px 18px rgba(2, 12, 36, 0.28);
}
.hx-about-badge strong {
    position: relative;
    z-index: 1;
    display: block;
    margin-bottom: 0.25rem;
    font-family: Inter, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 1.125rem;
    font-weight: 600;
    color: #ffffff !important;
}
.hx-about-badge > span:last-child {
    position: relative;
    z-index: 1;
    font-family: Inter, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 0.9375rem;
    font-weight: 400;
    color: rgba(226, 232, 240, 0.9) !important;
    line-height: 1.55;
}

@keyframes hx-badge-pop {
    0% {
        opacity: 0;
        transform: translateY(40px) scale(0.82);
    }
    58% {
        opacity: 1;
        transform: translateY(-8px) scale(1.05);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@media (prefers-reduced-motion: reduce) {
    .hx-about-badge {
        opacity: 1;
        transform: none;
        transition: none;
        animation: none !important;
    }
    .hx-about-badge.is-in {
        animation: none !important;
        transition: none;
    }
    .hx-about-badge.is-in:hover,
    .hx-about-badge.is-in:focus-within {
        transform: none;
    }
    .hx-about-badge.is-in:hover .hx-about-badge-icon,
    .hx-about-badge.is-in:focus-within .hx-about-badge-icon {
        transform: none;
    }
}

@media (max-width: 980px) {
    .hx-about-stage {
        grid-template-columns: 1fr;
        min-height: 0;
    }
    .hx-about-media {
        min-height: 240px;
    }
    .hx-about-badges {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .hx-about-badges {
        grid-template-columns: 1fr;
    }
}

/* ── CTA — Hexaware-style band ── */
.hx-cta {
    background: #ffffff !important;
    padding: 0 0 4.5rem !important;
}
.hx-cta-band {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    flex-wrap: wrap;
    padding: 2.75rem 3rem;
    border-radius: 8px;
    overflow: hidden;
    background: linear-gradient(120deg, #0b1f44 0%, #132a5c 48%, #1d4ed8 125%);
    box-shadow: 0 22px 48px rgba(11, 31, 68, 0.28);
    position: relative;
}
.hx-cta-band::after {
    content: "";
    position: absolute;
    inset: auto -10% -40% auto;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(147, 197, 253, 0.28), transparent 68%);
    pointer-events: none;
}
.hx-cta-copy {
    position: relative;
    z-index: 1;
    max-width: 640px;
}
.hx-cta-eyebrow {
    display: inline-block;
    margin-bottom: 0.55rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #93c5fd;
}
.hx-cta-band h2 {
    margin: 0 0 0.55rem;
    font-family: Inter, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: clamp(1.35rem, 2.4vw, 1.75rem);
    font-weight: 600;
    letter-spacing: -0.01em;
    line-height: 1.25;
    color: #fff;
}
.hx-cta-band p {
    margin: 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.98rem;
    line-height: 1.55;
    max-width: 520px;
}
.hx-cta-btn {
    position: relative;
    z-index: 1;
    border-radius: 999px !important;
    background: #fff !important;
    color: #0b1f44 !important;
    font-weight: 800 !important;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2) !important;
}
.hx-cta-btn:hover {
    background: #0b2447 !important;
    color: #fff !important;
    border-color: rgba(255, 255, 255, 0.85) !important;
}

/* ── Contact — Hexaware-style stage ── */
.hx-contact {
    background: #f7faff !important;
    padding: 4.5rem 0 5rem !important;
}
.hx-contact-head {
    max-width: 820px;
    margin: 0 auto 2.5rem;
    text-align: center;
}
.hx-contact-head .hp-section-title {
    text-align: center;
    margin-bottom: 0.65rem;
}
.hx-contact-head .hp-section-sub {
    margin: 0 auto;
    max-width: 640px;
    text-align: center;
}
.hx-contact-stage {
    display: grid;
    grid-template-columns: 0.95fr 1.25fr;
    gap: 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 18px 48px rgba(15, 23, 42, 0.12);
    background: #fff;
}
.hx-contact-panel {
    background: linear-gradient(165deg, #0b1f44 0%, #132a5c 55%, #1d4ed8 130%);
    color: #fff;
    padding: 2.25rem 2rem;
    display: flex;
    flex-direction: column;
}
.hx-contact-panel-title {
    margin: 0 0 0.45rem;
    font-family: Inter, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: clamp(1.15rem, 1.6vw, 1.35rem);
    font-weight: 600;
    letter-spacing: -0.01em;
    color: #fff;
}
.hx-contact-panel-sub {
    margin: 0 0 1.5rem;
    font-size: 0.9rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.78);
}
.hx-contact-links {
    display: grid;
    gap: 0.65rem;
}
.hx-contact-link {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    padding: 0.85rem 0.9rem;
    border-radius: 12px;
    text-decoration: none;
    color: inherit;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}
.hx-contact-link:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(147, 197, 253, 0.45);
    transform: translateX(3px);
}
.hx-contact-link--static {
    cursor: default;
}
.hx-contact-link--static:hover {
    transform: none;
}
.hx-contact-link-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.12);
    color: #93c5fd;
    font-size: 1.1rem;
}
.hx-contact-link strong {
    display: block;
    font-size: 0.88rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.1rem;
}
.hx-contact-link span {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.4;
}
.hx-contact-form {
    margin: 0 !important;
    padding: 2.25rem 2rem !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: #fff !important;
}
.hx-contact-form-title {
    margin: 0 0 1.15rem;
    font-family: Inter, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 1.125rem;
    font-weight: 600;
    letter-spacing: -0.01em;
    color: #2c2c2c;
}
.hx-contact-form .hp-cf-grid input,
.hx-contact-form .hp-cf-grid textarea {
    background: #f8fafc;
    border-radius: 8px;
}
.hx-contact-submit {
    background: linear-gradient(135deg, #1d4ed8, #2563eb) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 999px !important;
    box-shadow: 0 10px 24px rgba(37, 99, 235, 0.28) !important;
}
.hx-contact-submit:hover {
    background: #0b1f44 !important;
    color: #fff !important;
    border-color: transparent !important;
}

@media (max-width: 900px) {
    .hx-cta-band {
        padding: 2rem 1.5rem;
        flex-direction: column;
        align-items: flex-start;
    }
    .hx-contact-stage {
        grid-template-columns: 1fr;
    }
}
