/* =========================================================
   Vision theme — cinematic hero + module section 2
   ========================================================= */

.hp.hp--layout-vision {
    --vx-navy: #04122b;
    --vx-deep: #020814;
    --vx-blue: #3d9eff;
    --vx-blue-soft: #7ec8ff;
    --vx-ink: #0f172a;
    --vx-muted: #64748b;
    --vx-line: #e2e8f0;
    --vx-soft: #f1f5f9;
    --vx-accent: #2563eb;
    --pro-wrap: min(100%, calc(100% - clamp(2rem, 5vw, 5.5rem)));
    --pro-header-h: 58px;
    --pro-logo-h: none;
    background: #f8fafc !important;
    color: var(--vx-ink);
}

.hp.hp--layout-vision .hp-bg,
.hp.hp--layout-vision .hp-bg-overlay {
    display: none !important;
}

/* ── White header (logo readable) ── */
.hp.hp--layout-vision .hp-header {
    background: #ffffff !important;
    border-bottom: 1px solid var(--vx-line) !important;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow: 0 1px 0 rgba(15, 23, 42, 0.04) !important;
}
.hp.hp--layout-vision .hp-header.is-scrolled {
    background: #ffffff !important;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08) !important;
}
.hp.hp--layout-vision .hp-header-inner {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 1rem;
}
.hp.hp--layout-vision .hp-brand {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}
.hp.hp--layout-vision .hp-header-end {
    flex: 0 0 auto;
    margin-left: auto;
}
.hp.hp--layout-vision .hp-header .hp-home-logo,
.hp.hp--layout-vision .hp-header-logo {
    width: auto !important;
    max-width: min(var(--hp-home-logo-width, 220px), 32vw) !important;
    height: auto !important;
    max-height: calc(var(--pro-header-h, 58px) - 14px) !important;
    object-fit: contain !important;
    object-position: left center !important;
}
.hp.hp--layout-vision .hp-nav-btn:not(.hp-nav-signin):not(.hp-nav-signup) {
    position: relative;
    color: #334155 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 999px !important;
    font-weight: 700 !important;
    padding: 0.55rem 1rem !important;
}
.hp.hp--layout-vision .hp-nav-btn:not(.hp-nav-signin):not(.hp-nav-signup):hover,
.hp.hp--layout-vision .hp-nav-btn:not(.hp-nav-signin):not(.hp-nav-signup):focus-visible {
    color: var(--vx-accent) !important;
    background: #eff6ff !important;
}
.hp.hp--layout-vision .hp-nav-signup {
    color: #0f172a !important;
    background: #fff !important;
    border: 1px solid #cbd5e1 !important;
    border-radius: 10px !important;
}
.hp.hp--layout-vision .hp-nav-signin {
    border-radius: 10px !important;
}
.hp.hp--layout-vision .hp-menu-btn {
    color: #0f172a !important;
    background: var(--vx-soft) !important;
}
.hp.hp--layout-vision .hp-mobile-nav {
    background: #fff !important;
    border-top: 1px solid var(--vx-line);
}
.hp.hp--layout-vision .hp-mobile-nav a,
.hp.hp--layout-vision .hp-mobile-nav button {
    color: #0f172a !important;
}

/* ── Hexaware-style cinematic hero ── */
.hp.hp--layout-vision .hp-main {
    padding: 0 !important;
}
.vx-hero {
    position: relative;
    min-height: clamp(520px, 78vh, 860px);
    padding: 2rem 0 2.25rem;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #fff;
    background: #020814;
}
.vx-hero-stage {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-color: #04122b;
    background-size: cover;
    background-position: center 40%;
    background-repeat: no-repeat;
}
.vx-hero-bgmedia {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 40%;
    display: block;
    filter: none;
    transform: none;
    animation: none;
}
.vx-hero-bgmedia--poster,
.vx-hero-bgmedia--video {
    position: absolute;
    inset: 0;
    z-index: 1;
}
.vx-hero-bgmedia--video {
    z-index: 1;
    opacity: 0;
    transition: opacity 0.7s ease;
}
.vx-hero-bgmedia--video.is-ready {
    opacity: 1;
}
.vx-hero-bgmedia--video.is-failed {
    display: none;
}
@media (prefers-reduced-motion: reduce) {
    .vx-hero-bgmedia--video { display: none; }
}
.vx-hero-stage--ai-star {
    background-color: #04122b;
    background-image: none;
}
.vx-hero-stage--ai-star .vx-hero-bgmedia--poster,
.vx-hero-starwrap {
    left: auto;
    right: 0;
    width: 58%;
    height: 100%;
}
.vx-hero-stage--ai-star .vx-hero-bgmedia--poster {
    object-fit: cover;
    object-position: 78% 46%;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.12) 22%, rgba(0, 0, 0, 0.55) 42%, #000 68%, #000 100%);
    mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.12) 22%, rgba(0, 0, 0, 0.55) 42%, #000 68%, #000 100%);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}
.vx-hero-starwrap {
    position: absolute;
    top: 0;
    z-index: 3;
    pointer-events: none;
}
.vx-hero-star-canvas {
    display: block;
    width: 100%;
    height: 100%;
}
.vx-hero--ai-star .vx-hero-shade {
    background: linear-gradient(90deg, rgba(4, 18, 43, 0.72) 0%, rgba(4, 18, 43, 0.28) 32%, rgba(4, 18, 43, 0.06) 52%, rgba(4, 18, 43, 0) 70%);
}
.vx-hero-shade {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(90deg, rgba(2, 8, 20, 0.62) 0%, rgba(2, 8, 20, 0.28) 48%, rgba(2, 8, 20, 0.08) 100%);
}
.vx-hero-glow {
    display: none;
}
.vx-hero-inner {
    position: relative;
    z-index: 4;
    width: var(--pro-wrap, min(100%, calc(100% - 5rem)));
    max-width: 980px;
    margin: 0 auto;
    padding: 1.5rem 0 1.75rem;
    margin-left: max(clamp(1.25rem, 5.5vw, 6rem), calc((100% - var(--pro-wrap, 100%)) / 2));
}
.vx-hero-inner > *,
.vx-hero .hx-register-now {
    animation: vx-hero-fade 0.7s ease both;
}
.vx-hero-inner > *:nth-child(1) { animation-delay: 0.04s; }
.vx-hero-inner > *:nth-child(2) { animation-delay: 0.1s; }
.vx-hero-inner > *:nth-child(3) { animation-delay: 0.16s; }
.vx-hero-inner > *:nth-child(4) { animation-delay: 0.22s; }
.vx-hero-inner > *:nth-child(5) { animation-delay: 0.28s; }
@keyframes vx-hero-fade {
    from { opacity: 0; }
    to { opacity: 1; }
}
.vx-kicker {
    margin: 0 0 1.25rem;
    font-size: 0.86rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--vx-blue-soft);
    text-shadow: 0 2px 12px rgba(2, 8, 20, 0.45);
}
.vx-title {
    margin: 0 0 1rem;
    font-family: "Plus Jakarta Sans", system-ui, sans-serif;
    font-size: clamp(1.85rem, 3.6vw, 2.65rem);
    line-height: 1.12;
    letter-spacing: -0.03em;
    font-weight: 800;
    text-shadow: 0 4px 22px rgba(2, 8, 20, 0.45);
}
.vx-title-line {
    display: block;
    color: #fff;
    font-weight: 900;
}
.vx-title-accent {
    display: block;
    color: var(--vx-blue);
    font-weight: 800;
    font-size: 0.92em;
    overflow-wrap: anywhere;
}
.vx-lead {
    margin: 0 0 0.85rem;
    max-width: 36rem;
    font-size: clamp(0.95rem, 1.2vw, 1.08rem);
    line-height: 1.55;
    font-weight: 600;
    color: #fff;
    text-shadow: 0 2px 14px rgba(2, 8, 20, 0.4);
}
.vx-hero-trial {
    margin: 0 0 1rem;
    max-width: 40rem;
    font-size: clamp(1rem, 1.3vw, 1.12rem);
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: -0.015em;
    color: #fff;
    text-shadow: 0 2px 16px rgba(2, 8, 20, 0.45);
}
.vx-cta-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.85rem 1.25rem;
}
.vx-cta,
button.vx-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0;
    border: 0;
    background: transparent;
    color: #fff;
    font: inherit;
    font-size: clamp(1.05rem, 1.3vw, 1.2rem);
    font-weight: 700;
    letter-spacing: -0.01em;
    text-decoration: none;
    cursor: pointer;
}
.vx-cta:hover {
    color: var(--vx-blue-soft);
}
.vx-cta:hover i {
    transform: translateX(6px);
}
.vx-cta i {
    transition: transform 0.25s ease;
    font-size: 1.15em;
}

/* ── Section: capability cards ── */
.vx-modules {
    position: relative;
    padding: 4rem 0 4.5rem !important;
    background: #ffffff !important;
    overflow: hidden;
}
.vx-modules .hp-wrap {
    position: relative;
    z-index: 1;
    width: min(100%, calc(100% - clamp(1rem, 2.5vw, 2.5rem))) !important;
    max-width: none !important;
    margin: 0 auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.vx-modules-head {
    margin: 0 auto 2.25rem;
    max-width: min(1100px, 92%);
    text-align: center;
}
.vx-modules-lead {
    margin: 0;
    font-family: "Plus Jakarta Sans", system-ui, sans-serif;
    font-size: clamp(1.15rem, 1.8vw, 1.45rem);
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: -0.02em;
    color: #0a1f44;
    white-space: nowrap;
}
.vx-modules-lead--stack {
    white-space: normal;
    font-size: clamp(1.35rem, 2.3vw, 1.85rem);
    line-height: 1.25;
    max-width: min(1100px, 94%);
    margin: 0 auto;
}
.vx-modules-sub {
    margin: 0.75rem auto 0;
    max-width: 720px;
    font-size: clamp(1.05rem, 1.4vw, 1.15rem);
    line-height: 1.5;
    font-weight: 800;
    color: #334155;
}
.vx-modules-hint {
    display: none;
}
.vx-accent {
    color: #1d6ef5;
    font-weight: 800;
}

@media (max-width: 720px) {
    .vx-modules-lead:not(.vx-modules-lead--stack) {
        white-space: normal;
    }
}
.vx-module-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
    width: 100%;
}
.vx-module-card {
    --vx-blue: #1d4ed8;
    --vx-blue-deep: #153e9c;
    position: relative;
    min-height: 360px;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    outline: none;
    isolation: isolate;
    color: #fff;
    background: #0b1f44;
    box-shadow: 0 12px 28px rgba(10, 31, 68, 0.14);
    animation: none;
    transition: box-shadow 0.25s ease;
}
.vx-module-card:focus-visible {
    box-shadow: 0 0 0 3px #fff, 0 0 0 6px #1d6ef5;
}
.vx-module-card:hover {
    transform: none;
    box-shadow: 0 18px 40px rgba(10, 31, 68, 0.2);
}
@keyframes vx-enter {
    from { opacity: 0; transform: translateY(22px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Photo layer (default / closed) */
.vx-module-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    opacity: 1;
    transition: opacity 0.45s ease, transform 0.45s ease;
}
.vx-module-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1.04);
    transition: transform 0.7s ease;
}
.vx-module-card:hover .vx-module-bg img {
    transform: scale(1.05);
}
.vx-module-shade {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        180deg,
        rgba(8, 20, 48, 0.22) 0%,
        rgba(8, 20, 48, 0.4) 40%,
        rgba(8, 20, 48, 0.88) 100%
    );
    pointer-events: none;
    opacity: 1;
    transition: opacity 0.4s ease;
}

/* Hexaware blue reveal layer (open) */
.vx-module-blue {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(160deg, #2563eb 0%, #1d4ed8 48%, #1e3a8a 100%);
    opacity: 0;
    transform: scale(1.04);
    pointer-events: none;
    transition: opacity 0.4s ease, transform 0.45s cubic-bezier(0.34, 1.3, 0.64, 1);
}
.vx-module-card.is-open .vx-module-bg,
.vx-module-card.is-open .vx-module-shade {
    opacity: 0;
}
.vx-module-card.is-open .vx-module-blue {
    opacity: 1;
    transform: scale(1);
    animation: vx-blue-in 0.5s cubic-bezier(0.34, 1.4, 0.64, 1) both;
}
.vx-module-card.is-closing .vx-module-blue {
    animation: vx-blue-out 0.32s ease forwards;
}
.vx-module-card.is-closing .vx-module-bg,
.vx-module-card.is-closing .vx-module-shade {
    opacity: 1;
}
@keyframes vx-blue-in {
    0% { opacity: 0; transform: scale(1.06); }
    100% { opacity: 1; transform: scale(1); }
}
@keyframes vx-blue-out {
    from { opacity: 1; transform: scale(1); }
    to { opacity: 0; transform: scale(1.04); }
}

.vx-module-face {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    min-height: 360px;
    padding: 1.35rem 1.35rem 1.25rem;
    text-align: center;
}

.vx-module-label {
    display: none;
}

.vx-module-title {
    margin: 0;
    max-width: 18ch;
    font-size: clamp(1.35rem, 2vw, 1.7rem);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #fff;
    text-align: center;
    transition: transform 0.35s cubic-bezier(0.34, 1.4, 0.64, 1);
}
.vx-module-card.is-open .vx-module-title {
    transform: translateY(-2px);
}

/* Hidden until click — pop in / pop out */
.vx-module-detail {
    margin-top: 1rem;
    width: 100%;
    flex: 1 1 auto;
    opacity: 0;
    transform: translateY(18px) scale(0.96);
    transform-origin: top center;
    pointer-events: none;
    text-align: left;
}
.vx-module-card.is-open .vx-module-detail {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
    animation: vx-detail-in 0.42s cubic-bezier(0.34, 1.45, 0.64, 1) both;
}
.vx-module-card.is-closing .vx-module-detail {
    animation: vx-detail-out 0.3s ease forwards;
}
@keyframes vx-detail-in {
    0% { opacity: 0; transform: translateY(22px) scale(0.92); }
    70% { opacity: 1; transform: translateY(-3px) scale(1.02); }
    100% { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes vx-detail-out {
    from { opacity: 1; transform: translateY(0) scale(1); }
    to { opacity: 0; transform: translateY(14px) scale(0.94); }
}
.vx-module-detail ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.35rem;
}
.vx-module-detail li {
    position: relative;
    padding-left: 0.85rem;
    font-size: 0.9rem;
    line-height: 1.35;
    color: rgba(255, 255, 255, 0.92);
}
.vx-module-detail li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.5em;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff;
}

/* Circular chevron CTA */
.vx-module-go {
    margin-top: auto;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.95);
    color: #1e3a8a;
    font-size: 1.1rem;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
    transition: transform 0.35s cubic-bezier(0.34, 1.4, 0.64, 1), background 0.25s ease;
}
.vx-module-card:hover .vx-module-go {
    transform: translateX(3px);
}
.vx-module-card.is-open .vx-module-go {
    background: #fff;
    transform: rotate(90deg) scale(1.06);
}
.vx-module-card.is-open .vx-module-go i {
    transform: none;
}

@media (prefers-reduced-motion: reduce) {
    .vx-hero-star-canvas {
        display: none;
    }
    .vx-hero-bgmedia,
    .vx-hero-glow,
    .vx-hero-inner > *,
    .vx-hero .hx-register-now,
    .vx-hero-bgmedia--video,
    .vx-module-card,
    .vx-module-bg img,
    .vx-module-detail {
        animation: none !important;
        transition: none !important;
    }
    .vx-module-card.is-open .vx-module-detail {
        opacity: 1;
        transform: none;
    }
}

@media (max-width: 980px) {
    .vx-module-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .vx-module-card,
    .vx-module-face {
        min-height: 320px;
    }
    .vx-hero {
        min-height: 0;
        padding: 1.35rem 0 1.5rem;
        align-items: flex-start;
    }
    .vx-hero-inner {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        max-width: none;
        padding: 0.35rem 1.35rem 1.15rem;
        box-sizing: border-box;
    }
    .vx-title {
        font-size: clamp(1.55rem, 4.6vw, 2.15rem);
        line-height: 1.18;
        margin: 0 0 0.7rem;
    }
    .vx-kicker {
        margin: 0 0 0.7rem;
        font-size: 0.72rem;
        letter-spacing: 0.14em;
    }
    .vx-lead,
    .vx-hero-trial {
        max-width: none;
        font-size: 0.95rem;
        line-height: 1.5;
        font-weight: 600;
    }
    .vx-hero-trial {
        font-size: 0.98rem;
        font-weight: 700;
    }
    .vx-hero .hx-register-now,
    .vx-hero a.hx-register-now {
        width: 100%;
        max-width: 18rem;
        padding: 0.7rem 1.2rem;
        font-size: 0.95rem;
    }
    .vx-hero-stage--ai-star .vx-hero-bgmedia--poster,
    .vx-hero-starwrap {
        width: 70%;
        top: 38%;
        height: 62%;
    }
    .vx-hero-stage--ai-star .vx-hero-bgmedia--poster {
        object-position: 88% 58%;
        -webkit-mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.2) 22%, #000 48%, #000 100%),
                            linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.25) 18%, #000 52%, #000 100%);
        mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.2) 22%, #000 48%, #000 100%),
                    linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.25) 18%, #000 52%, #000 100%);
        -webkit-mask-composite: source-in;
        mask-composite: intersect;
    }
    .vx-hero--ai-star .vx-hero-shade,
    .vx-hero-shade {
        background: linear-gradient(180deg, rgba(4, 18, 43, 0.88) 0%, rgba(4, 18, 43, 0.62) 38%, rgba(4, 18, 43, 0.22) 68%, rgba(4, 18, 43, 0.08) 100%);
    }
    .vx-modules-lead,
    .vx-modules-lead--stack {
        white-space: normal;
        font-size: clamp(1.2rem, 4.5vw, 1.55rem);
    }
}

@media (max-width: 640px) {
    .vx-module-grid {
        grid-template-columns: 1fr;
    }
    .vx-module-card,
    .vx-module-face {
        min-height: 270px;
    }
    .hp.hp--layout-vision {
        --pro-header-h: 54px;
        --pro-logo-h: none;
        --pro-wrap: min(100%, calc(100% - 1.5rem));
    }
    .vx-hero {
        padding: 0.85rem 0 1.1rem;
    }
    .vx-hero-inner {
        padding: 0.25rem 1.1rem 0.85rem;
    }
    .vx-title {
        font-size: 1.45rem;
        line-height: 1.2;
        letter-spacing: -0.02em;
    }
    .vx-title-accent {
        font-size: 0.86em;
    }
    .vx-lead {
        font-size: 0.88rem;
        margin: 0 0 0.65rem;
    }
    .vx-hero-trial {
        font-size: 0.9rem;
        margin: 0 0 0.8rem;
    }
    .vx-hero-stage--ai-star .vx-hero-bgmedia--poster,
    .vx-hero-starwrap {
        width: 78%;
        top: auto;
        bottom: 0;
        height: 34%;
        min-height: 150px;
    }
    .vx-hero-star-canvas {
        opacity: 0.85;
    }
}

/* ── Vision below-fold polish ── */
.hp.hp--layout-vision .hp-section-title {
    font-family: "Plus Jakarta Sans", system-ui, sans-serif;
    font-weight: 900;
    letter-spacing: -0.025em;
    color: #0b1f44;
}
.hp.hp--layout-vision .hp-section-sub {
    color: #64748b;
}
.hp.hp--layout-vision .hp-cta.hx-cta {
    background: #ffffff !important;
    padding: 0 0 4.5rem !important;
}
.hp.hp--layout-vision .hx-cta-band h2 {
    font-family: Inter, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 600;
    letter-spacing: -0.01em;
}
.hp.hp--layout-vision .hx-cta-btn,
.hp.hp--layout-vision .hx-contact-submit {
    border-radius: 999px !important;
    font-weight: 700 !important;
    padding: 0.85rem 1.5rem !important;
}
.hp.hp--zoho .hp-industry-grid.inn-industry-grid,
.hp .hp-industry-grid.inn-industry-grid {
    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)) !important;
    gap: 1rem !important;
}
#industries.hp-section--alt {
    background: linear-gradient(180deg, #f8fafc 0%, #eef4ff 46%, #f8fafc 100%);
}
.hp .hp-industry-card.is-themed {
    --ind: #2563eb;
    --ind-soft: #dbeafe;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 1.2rem 1.15rem 1.25rem !important;
    border-radius: 16px !important;
    border: 1px solid color-mix(in srgb, var(--ind) 22%, #e2e8f0) !important;
    background: linear-gradient(180deg, color-mix(in srgb, var(--ind) 12%, #ffffff) 0%, #ffffff 48%) !important;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06) !important;
    min-height: 168px !important;
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease, background 0.28s ease !important;
}
.hp .hp-industry-card.is-themed[data-tone="1"] { --ind: #0891b2; --ind-soft: #cffafe; }
.hp .hp-industry-card.is-themed[data-tone="2"] { --ind: #4f46e5; --ind-soft: #e0e7ff; }
.hp .hp-industry-card.is-themed[data-tone="3"] { --ind: #0f766e; --ind-soft: #ccfbf1; }
.hp .hp-industry-card.is-themed[data-tone="4"] { --ind: #7c3aed; --ind-soft: #ede9fe; }
.hp .hp-industry-card.is-themed[data-tone="5"] { --ind: #c2410c; --ind-soft: #ffedd5; }
.hp .hp-industry-card.is-themed::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--ind), color-mix(in srgb, var(--ind) 35%, #fff));
    z-index: 2;
}
.hp .hp-industry-card.is-themed .inn-industry-glow {
    position: absolute;
    right: -28%;
    bottom: -36%;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: radial-gradient(circle, color-mix(in srgb, var(--ind) 28%, transparent), transparent 70%);
    pointer-events: none;
    z-index: 0;
}
.hp .hp-industry-card.is-themed > *:not(.inn-industry-glow) {
    position: relative;
    z-index: 1;
}
.hp .hp-industry-card.is-themed .inn-industry-icon {
    width: 46px !important;
    height: 46px !important;
    border-radius: 13px !important;
    background: var(--ind-soft) !important;
    color: var(--ind) !important;
    margin-bottom: 0.75rem !important;
    box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--ind) 16%, transparent);
    transition: transform 0.28s ease, background 0.28s ease, color 0.28s ease !important;
}
.hp .hp-industry-card.is-themed .inn-industry-icon i {
    width: auto !important;
    height: auto !important;
    background: transparent !important;
    color: inherit !important;
    transform: none !important;
}
.hp .hp-industry-card.is-themed.hp-ind-prep {
    opacity: 0;
    transform: translateY(16px);
}
.hp .hp-industry-card.is-themed.hp-ind-prep.is-in {
    opacity: 1;
    transform: none;
    transition: opacity 0.55s ease, transform 0.55s ease, box-shadow 0.28s ease, border-color 0.28s ease, background 0.28s ease !important;
    transition-delay: var(--inn-delay, 0s);
}
.hp .hp-industry-card.is-themed:hover {
    transform: translateY(-5px) !important;
    border-color: var(--ind) !important;
    background: linear-gradient(165deg, var(--ind) 0%, #0b2447 78%) !important;
    box-shadow: 0 18px 36px color-mix(in srgb, var(--ind) 28%, rgba(15, 23, 42, 0.18)) !important;
    color: #fff !important;
}
.hp .hp-industry-card.is-themed:hover h4,
.hp .hp-industry-card.is-themed:hover p {
    color: #fff !important;
}
.hp .hp-industry-card.is-themed:hover .inn-industry-icon {
    background: #fff !important;
    color: var(--ind) !important;
    transform: scale(1.08) !important;
}
.hp .hp-industry-card.is-themed:hover .inn-industry-icon i {
    transform: none !important;
    color: inherit !important;
    background: transparent !important;
}
@media (max-width: 640px) {
    .hp.hp--zoho .hp-industry-grid.inn-industry-grid,
    .hp .hp-industry-grid.inn-industry-grid {
        grid-template-columns: 1fr !important;
    }
}
@media (prefers-reduced-motion: reduce) {
    .hp .hp-industry-card.is-themed,
    .hp .hp-industry-card.is-themed.hp-ind-prep,
    .hp .hp-industry-card.is-themed.hp-ind-prep.is-in,
    .hp .hp-industry-card.is-themed:hover,
    .hp .hp-industry-card.is-themed:hover .inn-industry-icon {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }
}

/* ── Panel text — Zoho Agents–style Inter UI font ── */
.hp {
    --hp-panel-font: Inter, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    --hp-panel-title: #2c2c2c;
    --hp-panel-body: #555555;
}

.hp .vx-module-card,
.hp .hx-card,
.hp .hx-about-badge,
.hp .hx-about-panel,
.hp .hx-about-checks,
.hp .hx-contact-stage,
.hp .hx-contact-panel,
.hp .hx-contact-form,
.hp .hx-cta-band,
.hp .hx-cta-btn,
.hp .hp-price-card,
.hp .hp-price-cta,
.hp .inn-industry-card,
.hp .hp-industry-card,
.hp .inn-sim-card,
.hp .inn-sim-body {
    font-family: var(--hp-panel-font) !important;
}

/* Panel titles */
.hp .vx-module-title,
.hp .hx-card h3,
.hp .hx-about-badge strong,
.hp .hx-about-panel-title,
.hp .hx-contact-panel-title,
.hp .hx-contact-form-title,
.hp .hx-contact-link strong,
.hp .hx-cta-band h2,
.hp .hp-price-card h3,
.hp .inn-industry-card h4,
.hp .hp-industry-card h4,
.hp .inn-sim-body h3 {
    font-family: var(--hp-panel-font) !important;
    font-weight: 600 !important;
    letter-spacing: -0.01em !important;
}

.hp .hx-about-badge strong,
.hp .hx-contact-form-title,
.hp .inn-industry-card h4,
.hp .hp-industry-card h4,
.hp .inn-sim-body h3 {
    font-size: 1.125rem !important; /* ~18px */
    color: var(--hp-panel-title);
    line-height: 1.35 !important;
}

.hp .hx-card h3 {
    font-size: 1.2rem !important;
    font-weight: 600 !important;
}

.hp .vx-module-title {
    font-size: clamp(1.2rem, 1.8vw, 1.45rem) !important;
    font-weight: 600 !important;
}

/* Panel body copy */
.hp .vx-module-detail,
.hp .vx-module-detail li,
.hp .hx-card p,
.hp .hx-about-badge span,
.hp .hx-about-checks li,
.hp .hx-contact-panel-sub,
.hp .hx-contact-link span,
.hp .hx-contact-form label,
.hp .hx-contact-form input,
.hp .hx-contact-form textarea,
.hp .hx-cta-band p,
.hp .inn-industry-card p,
.hp .hp-industry-card p,
.hp .inn-sim-body p,
.hp .inn-feed {
    font-family: var(--hp-panel-font) !important;
    font-weight: 400 !important;
    font-size: 0.9375rem !important; /* 15px */
    line-height: 1.55 !important;
    letter-spacing: 0 !important;
}

.hp .hx-about-badge span,
.hp .inn-industry-card p,
.hp .hp-industry-card p,
.hp .inn-sim-body p {
    color: var(--hp-panel-body) !important;
}

.hp .hx-about-badge > span:last-child {
    color: rgba(226, 232, 240, 0.9) !important;
}

.hp .hx-about-badge-icon,
.hp .hx-about-badge-icon i {
    color: #ffffff !important;
}

.hp .hx-card p {
    color: rgba(255, 255, 255, 0.82) !important;
}

.hp .hx-about-badge strong {
    color: #ffffff !important;
}

.hp .hx-cta-btn,
.hp .hx-contact-submit {
    font-family: var(--hp-panel-font) !important;
    font-weight: 600 !important;
}
