/* =========================================================
   Budibiz public home — professional enterprise density
   Inspired by Zoho / banking SaaS: crisp type, full-width
   grid, tight section rhythm, no wasted blank bands.
   ========================================================= */

.hp.hp--zoho {
    --pro-ink: #111827;
    --pro-muted: #4b5563;
    --pro-soft: #6b7280;
    --pro-line: #e5e7eb;
    --pro-surface: #ffffff;
    --pro-tint: #f3f4f6;
    --pro-cta: #e42527;
    --pro-cta-hover: #c81e20;
    --pro-accent: #0b5fff;
    /* Full-bleed content rail (Hexaware / enterprise sites) */
    --pro-wrap: min(100%, calc(100% - clamp(2rem, 5vw, 5.5rem)));
    /* Fixed compact header — logo top-left, nav right */
    --pro-header-h: 58px;
    --pro-logo-h: none;
    font-family: "Plus Jakarta Sans", "Segoe UI", sans-serif !important;
    color: var(--pro-ink);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    padding-top: var(--pro-header-h) !important;
}

/* Shared content rail — header, hero, sections share the same edges */
.hp.hp--zoho .hp-wrap,
.hp.hp--zoho .zh-hero-inner {
    width: var(--pro-wrap) !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* ── Header bar grows with logo width from Appearance ── */
.hp.hp--zoho .hp-header {
    height: var(--pro-header-h) !important;
    min-height: var(--pro-header-h) !important;
    max-height: none !important;
    padding: 0 !important;
    background: #fff !important;
    border-bottom: 1px solid var(--pro-line) !important;
    box-shadow: none !important;
    overflow: visible;
}
.hp.hp--zoho .hp-header.is-scrolled {
    box-shadow: 0 1px 0 rgba(17, 24, 39, 0.06), 0 8px 20px rgba(17, 24, 39, 0.04) !important;
}
.hp.hp--zoho .hp-header-inner {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    min-height: var(--pro-header-h) !important;
    height: var(--pro-header-h) !important;
    padding: 0 !important;
    gap: 1rem !important;
}
.hp.hp--zoho .hp-brand {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    min-width: 0;
    height: 100%;
    max-height: var(--pro-header-h);
}
/*
 * Top-left header logo — fits within the fixed header bar.
 */
.hp.hp--zoho .hp-header .hp-home-logo,
.hp.hp--zoho .hp-header-logo {
    display: block;
    width: auto !important;
    max-width: min(var(--hp-home-logo-width, 220px), 32vw) !important;
    height: auto !important;
    max-height: calc(var(--pro-header-h) - 14px) !important;
    min-height: 0 !important;
    object-fit: contain !important;
    object-position: left center !important;
}
.hp.hp--zoho .hp-header-end {
    flex: 0 0 auto !important;
    margin-left: auto !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 0 !important;
    padding: 0 !important;
}
.hp.hp--zoho .hp-header-navrow {
    width: 100%;
    justify-content: flex-end;
    gap: 0.15rem !important;
    padding: 0 !important;
}
.hp.hp--zoho .hp-nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.1rem;
}
.hp.hp--zoho .hp-nav-btn {
    min-height: 36px;
    padding: 0.4rem 0.85rem !important;
    border-radius: 6px !important;
    font-size: 0.875rem !important;
    font-weight: 600 !important;
    letter-spacing: -0.01em;
    color: #374151 !important;
    border: 0 !important;
    background: transparent !important;
}
.hp.hp--zoho .hp-nav-btn:hover,
.hp.hp--zoho .hp-nav-btn.is-active {
    color: var(--pro-accent) !important;
    background: #eef4ff !important;
}
.hp.hp--zoho .hp-nav-btn::after { display: none !important; }
.hp.hp--zoho .hp-nav-signup,
.hp.hp--zoho .hp-nav-signin {
    position: relative;
    overflow: hidden;
    transition:
        transform 0.22s cubic-bezier(0.22, 0.61, 0.36, 1),
        box-shadow 0.22s ease,
        background 0.22s ease,
        border-color 0.22s ease,
        color 0.22s ease !important;
}
.hp.hp--zoho .hp-nav-signup i,
.hp.hp--zoho .hp-nav-signin i {
    display: inline-block;
    transition: transform 0.22s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.hp.hp--zoho .hp-nav-signup {
    margin-left: 0.45rem !important;
    border: 1px solid #d1d5db !important;
    color: var(--pro-ink) !important;
    background: #fff !important;
}
.hp.hp--zoho .hp-nav-signup:hover {
    border-color: var(--pro-accent) !important;
    background: #eef4ff !important;
    color: var(--pro-accent) !important;
    transform: translateY(-2px) scale(1.04);
    box-shadow: 0 8px 18px rgba(11, 95, 255, 0.18) !important;
}
.hp.hp--zoho .hp-nav-signup:hover i {
    transform: translateY(-1px) scale(1.12);
}
.hp.hp--zoho .hp-nav-signup:active {
    transform: translateY(0) scale(1.01);
}
.hp.hp--zoho .hp-nav-signin {
    margin-left: 0.35rem !important;
    background: var(--pro-cta) !important;
    color: #fff !important;
    border: 1px solid var(--pro-cta) !important;
    box-shadow: 0 4px 12px rgba(228, 37, 39, 0.22) !important;
}
.hp.hp--zoho .hp-nav-signin:hover {
    background: var(--pro-cta-hover) !important;
    border-color: var(--pro-cta-hover) !important;
    color: #fff !important;
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 10px 22px rgba(228, 37, 39, 0.38) !important;
}
.hp.hp--zoho .hp-nav-signin:hover i {
    transform: translateX(3px);
}
.hp.hp--zoho .hp-nav-signin:active {
    transform: translateY(0) scale(1.02);
    box-shadow: 0 4px 12px rgba(228, 37, 39, 0.28) !important;
}
.hp.hp--zoho .hp-menu-btn {
    min-height: 36px;
    min-width: 36px;
    border-radius: 6px;
}

/* ── Hero: compact static block (no scroll zoom) ── */
.hp.hp--zoho .zh-hero {
    padding: 1.35rem 0 1.5rem !important;
    background: transparent;
}
.hp.hp--zoho .zh-hero-bg { opacity: 0.4; }
.hp.hp--zoho .zh-hero-inner {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr) !important;
    gap: clamp(1.75rem, 3.5vw, 3.5rem) !important;
    align-items: center !important;
}
.hp.hp--zoho .zh-kicker {
    display: inline-flex !important;
    align-items: center;
    gap: 0.4rem;
    margin: 0 0 0.85rem !important;
    padding: 0.32rem 0.75rem;
    border-radius: 999px;
    background: #eef4ff !important;
    font-size: 0.72rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.12em !important;
    color: var(--pro-accent) !important;
}
.hp.hp--zoho .zh-title {
    margin: 0 0 0.85rem !important;
    font-size: clamp(2.35rem, 4.2vw, 3.45rem) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.035em !important;
    font-weight: 800 !important;
    color: var(--pro-ink) !important;
    max-width: 18ch;
}
.hp.hp--zoho .zh-title span {
    display: inline !important;
    color: var(--pro-ink) !important;
    font-weight: 800 !important;
}
.hp.hp--zoho .zh-lead {
    margin: 0 0 1.15rem !important;
    max-width: 36rem !important;
    font-size: 1.05rem !important;
    line-height: 1.55 !important;
    color: var(--pro-muted) !important;
}
.hp.hp--zoho .zh-cta-row {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.65rem !important;
    margin-bottom: 1.1rem !important;
}
.hp.hp--zoho .zh-btn {
    min-height: 46px !important;
    padding: 0.6rem 1.25rem !important;
    border-radius: 8px !important;
    font-size: 0.92rem !important;
    font-weight: 700 !important;
    letter-spacing: -0.01em;
    gap: 0.4rem;
}
.hp.hp--zoho .zh-btn-primary {
    background: var(--pro-cta) !important;
    box-shadow: 0 8px 20px rgba(228, 37, 39, 0.2) !important;
}
.hp.hp--zoho .zh-btn-primary:hover {
    transform: translateY(-1px);
}
.hp.hp--zoho .zh-btn-ghost {
    background: #fff !important;
    border: 1px solid #d1d5db !important;
    color: var(--pro-ink) !important;
    transition:
        transform 0.22s cubic-bezier(0.22, 0.61, 0.36, 1),
        background 0.2s ease,
        box-shadow 0.22s ease,
        border-color 0.2s ease,
        color 0.2s ease !important;
}
.hp.hp--zoho .zh-btn-ghost:hover {
    background: #eef4ff !important;
    border-color: #0b5fff !important;
    color: #0b5fff !important;
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 12px 24px rgba(11, 95, 255, 0.16) !important;
}
.hp.hp--zoho .zh-btn-ghost:active {
    transform: translateY(0) scale(1.02);
    box-shadow: 0 6px 14px rgba(11, 95, 255, 0.12) !important;
}
.hp.hp--zoho .zh-pills {
    display: flex !important;
    flex-wrap: wrap;
    gap: 0.4rem !important;
    margin-bottom: 0.85rem !important;
}
.hp.hp--zoho .zh-pills span {
    border-radius: 999px !important;
    padding: 0.35rem 0.7rem !important;
    font-size: 0.78rem !important;
    font-weight: 600;
    background: #f8fafc !important;
    border: 1px solid var(--pro-line) !important;
    color: #334155;
}
.hp.hp--zoho .zh-trust {
    display: flex !important;
    flex-wrap: wrap;
    gap: 0.55rem 1.15rem !important;
    padding-top: 0.15rem;
    border-top: 1px solid var(--pro-line);
}
.hp.hp--zoho .zh-trust span {
    font-size: 0.78rem !important;
    font-weight: 600 !important;
    color: #64748b;
}
.hp.hp--zoho .zh-trust i {
    color: var(--pro-accent);
    margin-right: 0.25rem;
}
.hp.hp--zoho .zh-media .hp-home-media-frame,
.hp.hp--zoho .zh-visual-card {
    min-height: min(420px, 48vh) !important;
    max-height: 520px !important;
    width: 100% !important;
    border-radius: 18px !important;
    box-shadow: 0 20px 48px rgba(17, 24, 39, 0.12) !important;
}

/* Never stretch hero to full viewport — kills dead white space under content */
.hp.hp--zoho .hp-main,
.hp.hp--zoho .zh-hero,
.hp.hp--zoho .hp-split {
    min-height: 0 !important;
}
.hp.hp--zoho .hp-split {
    min-height: auto !important;
}

/* Sections stay visible (no hidden-until-scroll flash / blank About) */
.hp.hp--zoho .hp-section,
.hp.hp--zoho .hp-section.hp-reveal {
    opacity: 1 !important;
    transform: none !important;
}

/* ── Sections: tight vertical rhythm ── */
.hp.hp--zoho .hp-section {
    padding: 1.65rem 0 !important;
}
.hp.hp--zoho .hp-section--tight {
    padding: 1.25rem 0 !important;
}
.hp.hp--zoho .hp-section--alt {
    background: #f8fafc !important;
}
.hp.hp--zoho .hp-section--why {
    padding: 1.65rem 0 !important;
}
.hp.hp--zoho .hp-section-head {
    text-align: left !important;
    max-width: none !important;
    margin: 0 0 1rem !important;
}
.hp.hp--zoho .zh-apps-head,
.hp.hp--zoho .hp-section-head.zh-apps-head {
    display: grid !important;
    grid-template-columns: 1fr auto;
    grid-template-areas:
        "eyebrow link"
        "title title"
        "sub sub";
    column-gap: 1rem;
    row-gap: 0.35rem;
    align-items: end;
    text-align: left !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.hp.hp--zoho .zh-apps-head .hp-eyebrow { grid-area: eyebrow; margin: 0 !important; }
.hp.hp--zoho .zh-apps-head .hp-section-title { grid-area: title; margin: 0 !important; }
.hp.hp--zoho .zh-apps-head .hp-section-sub,
.hp.hp--zoho .zh-apps-head .hp-section-tagline { grid-area: sub; margin: 0.25rem 0 0 !important; }
.hp.hp--zoho .zh-apps-head .zh-section-link {
    grid-area: link;
    justify-self: end;
    align-self: start;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--pro-cta);
    white-space: nowrap;
}
.hp.hp--zoho .zh-apps-head .zh-section-link:hover { color: var(--pro-cta-hover); }

.hp.hp--zoho .hp-eyebrow {
    display: inline-block;
    margin: 0 0 0.4rem !important;
    padding: 0 !important;
    border: 0 !important;
    background: none !important;
    border-radius: 0 !important;
    font-size: 0.72rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
    color: var(--pro-soft) !important;
}
.hp.hp--zoho .hp-section-title {
    margin: 0 0 0.4rem !important;
    font-size: clamp(1.55rem, 2.4vw, 2rem) !important;
    line-height: 1.2 !important;
    letter-spacing: -0.025em !important;
    font-weight: 800 !important;
    color: var(--pro-ink) !important;
    text-align: left !important;
}
.hp.hp--zoho .hp-grad-text {
    background: none !important;
    -webkit-text-fill-color: unset !important;
    color: var(--pro-accent) !important;
}
.hp.hp--zoho .hp-section-sub,
.hp.hp--zoho .hp-section-tagline {
    margin: 0 !important;
    max-width: 48rem !important;
    font-size: 0.95rem !important;
    line-height: 1.5 !important;
    color: var(--pro-muted) !important;
    text-align: left !important;
}

/* ── Cards / grids: even fill, no orphan gaps ── */
.hp.hp--zoho .hp-cards-grid,
.hp.hp--zoho .zh-apps-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 0.75rem !important;
    align-items: stretch !important;
}
.hp.hp--zoho .zh-app-card,
.hp.hp--zoho .hp-card {
    margin: 0 !important;
    padding: 1rem 0.95rem !important;
    border: 1px solid var(--pro-line) !important;
    border-radius: 10px !important;
    box-shadow: none !important;
    background: #fff !important;
    color: var(--pro-ink) !important;
    min-height: 0 !important;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition:
        background 0.35s ease,
        border-color 0.35s ease,
        color 0.35s ease,
        box-shadow 0.35s ease,
        transform 0.25s ease !important;
}
/* Contrast fill vs white card + blue logo — deep navy on hover */
.hp.hp--zoho .zh-apps-grid .zh-app-card:hover,
.hp.hp--zoho .zh-apps-grid .hp-card:hover {
    background: #0b2447 !important;
    border-color: #0b2447 !important;
    color: #fff !important;
    box-shadow: 0 14px 28px rgba(11, 36, 71, 0.28) !important;
    transform: translateY(-3px);
}
.hp.hp--zoho .zh-app-card h3,
.hp.hp--zoho .hp-card h3 {
    margin: 0.5rem 0 0.3rem !important;
    font-size: 0.95rem !important;
    font-weight: 700 !important;
    letter-spacing: -0.015em;
    color: var(--pro-ink) !important;
    transition: color 0.35s ease !important;
}
.hp.hp--zoho .zh-app-card p,
.hp.hp--zoho .hp-card p {
    margin: 0 !important;
    font-size: 0.82rem !important;
    line-height: 1.45 !important;
    color: var(--pro-muted) !important;
    flex: 1 1 auto;
    transition: color 0.35s ease !important;
}
.hp.hp--zoho .zh-apps-grid .zh-app-card:hover h3,
.hp.hp--zoho .zh-apps-grid .hp-card:hover h3 {
    color: #fff !important;
}
.hp.hp--zoho .zh-apps-grid .zh-app-card:hover p,
.hp.hp--zoho .zh-apps-grid .hp-card:hover p {
    color: rgba(255, 255, 255, 0.82) !important;
}
.hp.hp--zoho .hp-card-icon {
    width: 38px !important;
    height: 38px !important;
    border-radius: 8px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0;
    transition:
        transform 0.55s cubic-bezier(0.22, 0.61, 0.36, 1),
        background 0.35s ease,
        color 0.35s ease !important;
}
.hp.hp--zoho .hp-card-icon i {
    font-size: 1.05rem !important;
    line-height: 1 !important;
    opacity: 1 !important;
    visibility: visible !important;
}
/* Logo spins once (360°) on card hover — white plate keeps contrast on navy */
.hp.hp--zoho .zh-apps-grid .zh-app-card:hover .hp-card-icon,
.hp.hp--zoho .zh-apps-grid .hp-card:hover .hp-card-icon {
    background: #fff !important;
    color: #0b5fff !important;
    transform: rotate(360deg);
}
/* Featured CTA cards must not break the equal grid or hide icons */
.hp.hp--zoho .hp-card--cta,
.hp.hp--zoho .zh-app-card.hp-card--cta {
    grid-column: auto !important;
    background: #fff !important;
    color: var(--pro-ink) !important;
    border: 1px solid var(--pro-line) !important;
}
.hp.hp--zoho .hp-card--cta h3,
.hp.hp--zoho .hp-card--cta p {
    color: inherit !important;
}
.hp.hp--zoho .hp-card--cta .hp-card-icon {
    background: #eef4ff !important;
    color: var(--pro-accent) !important;
}

.hp.hp--zoho .hp-industry-grid {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 0.75rem !important;
}
.hp.hp--zoho .hp-industry-card {
    padding: 0.9rem !important;
    border-radius: 10px !important;
    border: 1px solid var(--pro-line) !important;
    box-shadow: none !important;
    background: #fff !important;
    min-height: 0 !important;
    transition:
        background 0.35s ease,
        border-color 0.35s ease,
        color 0.35s ease,
        box-shadow 0.35s ease,
        transform 0.25s ease !important;
}
.hp.hp--zoho .hp-industry-card i {
    display: inline-flex !important;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #eef4ff;
    color: var(--pro-accent);
    font-size: 1rem;
    transition:
        transform 0.55s cubic-bezier(0.22, 0.61, 0.36, 1),
        background 0.3s ease,
        color 0.3s ease !important;
}
.hp.hp--zoho .hp-industry-card h4 {
    font-size: 0.9rem !important;
    font-weight: 700 !important;
    margin: 0.45rem 0 0.25rem !important;
    transition: color 0.35s ease !important;
}
.hp.hp--zoho .hp-industry-card p {
    font-size: 0.78rem !important;
    line-height: 1.4 !important;
    margin: 0 !important;
    color: var(--pro-muted) !important;
    transition: color 0.35s ease !important;
}
.hp.hp--zoho .hp-industry-card:hover {
    background: #0b2447 !important;
    border-color: #0b2447 !important;
    color: #fff !important;
    box-shadow: 0 14px 28px rgba(11, 36, 71, 0.28) !important;
    transform: translateY(-3px);
}
.hp.hp--zoho .hp-industry-card:hover h4 { color: #fff !important; }
.hp.hp--zoho .hp-industry-card:hover p { color: rgba(255, 255, 255, 0.82) !important; }
.hp.hp--zoho .hp-industry-card:hover i {
    background: #fff !important;
    color: #0b5fff !important;
    transform: rotate(360deg);
}

.hp.hp--zoho .hp-why-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr) !important;
    gap: 1.15rem !important;
    align-items: start !important;
}
.hp.hp--zoho .hp-why-badges {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 0.65rem !important;
}
.hp.hp--zoho .hp-why-badge {
    padding: 0.85rem !important;
    border-radius: 10px !important;
    border: 1px solid var(--pro-line) !important;
    box-shadow: none !important;
    background: #fff !important;
    transition:
        background 0.35s ease,
        border-color 0.35s ease,
        color 0.35s ease,
        box-shadow 0.35s ease,
        transform 0.25s ease !important;
}
.hp.hp--zoho .hp-why-badge i {
    transition:
        transform 0.55s cubic-bezier(0.22, 0.61, 0.36, 1),
        background 0.35s ease,
        color 0.35s ease !important;
}
.hp.hp--zoho .hp-why-badge strong,
.hp.hp--zoho .hp-why-badge span {
    transition: color 0.35s ease !important;
}
.hp.hp--zoho .hp-why-badge:hover {
    background: #0b2447 !important;
    border-color: #0b2447 !important;
    color: #fff !important;
    box-shadow: 0 14px 28px rgba(11, 36, 71, 0.28) !important;
    transform: translateY(-3px);
}
.hp.hp--zoho .hp-why-badge:hover strong { color: #fff !important; }
.hp.hp--zoho .hp-why-badge:hover span { color: rgba(255, 255, 255, 0.82) !important; }
.hp.hp--zoho .hp-why-badge:hover i {
    background: #fff !important;
    color: #0b5fff !important;
    transform: rotate(360deg);
}
.hp.hp--zoho .hp-check-list {
    gap: 0.45rem !important;
    margin-top: 0.65rem !important;
}
.hp.hp--zoho .hp-check-list li {
    font-size: 0.9rem !important;
    line-height: 1.35 !important;
}

/* Stats band */
.hp.hp--zoho .hp-stats-band {
    border-radius: 12px !important;
    padding: 1.25rem 1.35rem !important;
}
.hp.hp--zoho .hp-stats-band-grid {
    gap: 0.75rem !important;
}

/* CTA band — compact full-width strip */
.hp.hp--zoho .hp-cta {
    padding: 0 !important;
}
.hp.hp--zoho .hp-cta-inner {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 1.25rem !important;
    padding: 1.35rem 1.5rem !important;
    border-radius: 12px !important;
    margin: 0.5rem auto 0 !important;
}
.hp.hp--zoho .hp-cta-inner h2 {
    margin: 0 0 0.3rem !important;
    font-size: 1.35rem !important;
    letter-spacing: -0.02em;
}
.hp.hp--zoho .hp-cta-inner p {
    margin: 0 !important;
    font-size: 0.9rem !important;
}
.hp.hp--zoho .hp-cta-btn {
    min-height: 42px;
    border-radius: 6px !important;
    padding: 0.55rem 1.15rem !important;
    font-size: 0.875rem !important;
    font-weight: 700 !important;
    white-space: nowrap;
    background: #fff !important;
    color: #1565c0 !important;
    border: 2px solid transparent !important;
    transition:
        transform 0.22s cubic-bezier(0.22, 0.61, 0.36, 1),
        box-shadow 0.22s ease,
        background 0.22s ease,
        color 0.22s ease,
        border-color 0.22s ease !important;
}
.hp.hp--zoho .hp-cta-btn:hover {
    background: #0b2447 !important;
    color: #fff !important;
    border-color: #fff !important;
    transform: translateY(-3px) scale(1.04);
    box-shadow: 0 14px 28px rgba(11, 36, 71, 0.4) !important;
}
.hp.hp--zoho .hp-cta-btn:hover i {
    color: #fff !important;
}

/* Contact — two-column fill */
.hp.hp--zoho .hp-contact-layout {
    display: grid !important;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr) !important;
    gap: 1rem !important;
    align-items: stretch !important;
}
.hp.hp--zoho .hp-contact-info {
    display: grid !important;
    gap: 0.65rem !important;
}
.hp.hp--zoho .hp-contact-tile {
    padding: 0.9rem 1rem !important;
    border-radius: 10px !important;
    border: 1px solid var(--pro-line) !important;
    box-shadow: none !important;
    background: #fff !important;
    transition:
        transform 0.25s cubic-bezier(0.22, 0.61, 0.36, 1),
        border-color 0.25s ease,
        box-shadow 0.25s ease,
        background 0.25s ease !important;
}
.hp.hp--zoho .hp-contact-tile:hover {
    background: #0b2447 !important;
    border-color: #0b2447 !important;
    transform: translateY(-3px);
    box-shadow: 0 14px 28px rgba(11, 36, 71, 0.28) !important;
}
.hp.hp--zoho .hp-contact-tile:hover strong { color: #fff !important; }
.hp.hp--zoho .hp-contact-tile:hover > div > span { color: rgba(255, 255, 255, 0.82) !important; }
.hp.hp--zoho .hp-contact-tile:hover .hp-contact-tile-icon {
    background: rgba(255, 255, 255, 0.16) !important;
    color: #fff !important;
}
.hp.hp--zoho .hp-contact-tile:hover .hp-contact-tile-icon i {
    transform: rotate(360deg);
}
.hp.hp--zoho .hp-contact-form {
    padding: 1.15rem 1.2rem !important;
    border-radius: 10px !important;
    border: 1px solid var(--pro-line) !important;
    box-shadow: none !important;
    background: #fff !important;
}
.hp.hp--zoho .hp-cf-grid {
    gap: 0.75rem !important;
}
.hp.hp--zoho .hp-contact-form label {
    font-size: 0.78rem !important;
    font-weight: 650 !important;
    color: var(--pro-soft) !important;
}
.hp.hp--zoho .hp-contact-form input,
.hp.hp--zoho .hp-contact-form textarea {
    border-radius: 6px !important;
    min-height: 40px;
    font-size: 0.9rem !important;
}

/* Footer — same centered rail as contact / header */
.hp.hp--zoho .hp-site-footer {
    padding-top: 2.25rem !important;
}
.hp.hp--zoho .hp-site-footer > .hp-wrap {
    width: var(--pro-wrap) !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.hp.hp--zoho .hp-footer-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 1.5rem clamp(1.5rem, 3vw, 3rem) !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 0 0 0.35rem !important;
    box-sizing: border-box !important;
    align-items: start !important;
    justify-content: space-between !important;
}
.hp.hp--zoho .hp-footer-brand .hp-footer-brand-logo {
    margin: 0 0 0.9rem !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    filter: none !important;
    opacity: 1 !important;
    image-rendering: auto;
}
.hp.hp--zoho .hp-footer-brand p {
    font-size: 0.88rem !important;
    line-height: 1.5 !important;
    max-width: 100% !important;
}
.hp.hp--zoho .hp-footer-col h5 {
    font-size: 0.78rem !important;
    letter-spacing: 0.08em !important;
    margin-bottom: 0.75rem !important;
}
.hp.hp--zoho .hp-footer-col ul {
    gap: 0.45rem !important;
}
.hp.hp--zoho .hp-footer-col a,
.hp.hp--zoho .hp-footer-col span,
.hp.hp--zoho .hp-footer-info li {
    font-size: 0.84rem !important;
    line-height: 1.4 !important;
}
.hp.hp--zoho .hp-footer-arrow-list > li > a,
.hp.hp--zoho .hp-footer-arrow-list > li > span {
    display: inline-flex !important;
    align-items: flex-start !important;
    gap: 0.55rem !important;
}
.hp.hp--zoho .hp-footer-arrow-list .hp-fl-arr {
    color: #0b5fff !important;
    display: inline-block !important;
    font-size: 1rem !important;
    line-height: 1.35 !important;
    transform: rotate(0deg);
    transition: transform 0.3s ease, color 0.2s ease !important;
}
.hp.hp--zoho .hp-footer-arrow-list > li:hover > a,
.hp.hp--zoho .hp-footer-arrow-list > li:hover > span {
    color: #0b5fff !important;
}
.hp.hp--zoho .hp-footer-arrow-list > li:hover .hp-fl-arr {
    /* ↑ turns to point → */
    transform: rotate(90deg) !important;
    color: #0b5fff !important;
}
.hp.hp--zoho .hp-footer-bottom {
    margin-top: 1.5rem !important;
    padding: 0.85rem 0 !important;
    font-size: 0.78rem !important;
}

/* Mobile nav under fixed header */
.hp.hp--zoho .hp-mobile-nav {
    background: #fff !important;
    border-top: 1px solid var(--pro-line) !important;
    padding: 0.75rem 1rem 1rem !important;
    gap: 0.35rem !important;
    box-shadow: 0 12px 28px rgba(17, 24, 39, 0.08);
}
.hp.hp--zoho .hp-mobile-nav a,
.hp.hp--zoho .hp-mobile-nav button {
    display: flex !important;
    align-items: center;
    width: 100%;
    padding: 0.75rem 0.85rem !important;
    border-radius: 8px !important;
    font-size: 0.92rem !important;
    font-weight: 600 !important;
    color: #1f2937 !important;
    background: transparent !important;
    border: 0 !important;
    text-align: left;
    text-decoration: none !important;
}
.hp.hp--zoho .hp-mobile-nav a:hover,
.hp.hp--zoho .hp-mobile-nav button:hover {
    background: #eef4ff !important;
    color: var(--pro-accent) !important;
}
.hp.hp--zoho .hp-mobile-nav .hp-nav-signup {
    justify-content: center !important;
    margin-top: 0.35rem !important;
    border: 1px solid #d1d5db !important;
    background: #fff !important;
    color: var(--pro-ink) !important;
    transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, border-color 0.22s ease, color 0.22s ease !important;
}
.hp.hp--zoho .hp-mobile-nav .hp-nav-signup:hover {
    border-color: var(--pro-accent) !important;
    background: #eef4ff !important;
    color: var(--pro-accent) !important;
    transform: scale(1.02);
    box-shadow: 0 6px 14px rgba(11, 95, 255, 0.16) !important;
}
.hp.hp--zoho .hp-mobile-nav .hp-nav-signin {
    justify-content: center !important;
    margin-top: 0.25rem !important;
    background: var(--pro-cta) !important;
    color: #fff !important;
    border: 1px solid var(--pro-cta) !important;
    transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease !important;
}
.hp.hp--zoho .hp-mobile-nav .hp-nav-signin:hover {
    background: var(--pro-cta-hover) !important;
    color: #fff !important;
    transform: scale(1.02);
    box-shadow: 0 8px 18px rgba(228, 37, 39, 0.32) !important;
}

/*
 * Tablet + phone: collapse desktop nav (Services / Sign Up / Sign In)
 * into the burger menu. Laptop (>1024) keeps the full header row.
 */
@media (max-width: 1024px) {
    .hp.hp--zoho .hp-nav {
        display: none !important;
    }
    .hp.hp--zoho .hp-menu-btn {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 42px !important;
        height: 42px !important;
        flex-shrink: 0 !important;
        border: 1px solid var(--pro-line) !important;
        border-radius: 8px !important;
        background: #fff !important;
        color: var(--pro-accent) !important;
        font-size: 1.35rem !important;
    }
    .hp.hp--zoho .hp-header {
        /* Allow burger drawer to expand below the logo row */
        height: auto !important;
        max-height: none !important;
        overflow: visible !important;
    }
    .hp.hp--zoho .hp-header-inner {
        height: var(--pro-header-h) !important;
        min-height: var(--pro-header-h) !important;
    }
    .hp.hp--zoho .hp-header .hp-home-logo,
    .hp.hp--zoho .hp-header-logo {
        width: auto !important;
        max-width: min(var(--hp-home-logo-width, 180px), 48vw) !important;
        max-height: calc(var(--pro-header-h) - 12px) !important;
    }
    .hp.hp--zoho {
        --pro-header-h: 54px;
        --pro-logo-h: none;
    }
}

@media (max-width: 1200px) {
    .hp.hp--zoho .hp-cards-grid,
    .hp.hp--zoho .zh-apps-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
    .hp.hp--zoho .hp-industry-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 980px) {
    .hp.hp--zoho {
        --pro-wrap: min(100%, calc(100% - 1.25rem));
    }
    .hp.hp--zoho .zh-hero-inner,
    .hp.hp--zoho .hp-why-grid,
    .hp.hp--zoho .hp-contact-layout,
    .hp.hp--zoho .hp-footer-grid {
        grid-template-columns: 1fr !important;
    }
    .hp.hp--zoho .hp-cards-grid,
    .hp.hp--zoho .zh-apps-grid,
    .hp.hp--zoho .hp-industry-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
    .hp.hp--zoho .zh-apps-head {
        grid-template-columns: 1fr !important;
        grid-template-areas:
            "eyebrow"
            "title"
            "sub"
            "link" !important;
    }
    .hp.hp--zoho .zh-apps-head .zh-section-link {
        justify-self: start;
        margin-top: 0.35rem;
    }
    .hp.hp--zoho .hp-cta-inner {
        flex-direction: column !important;
        align-items: flex-start !important;
    }
}

@media (max-width: 640px) {
    .hp.hp--zoho .hp-cards-grid,
    .hp.hp--zoho .zh-apps-grid,
    .hp.hp--zoho .hp-industry-grid,
    .hp.hp--zoho .hp-why-badges {
        grid-template-columns: 1fr !important;
    }
    .hp.hp--zoho .zh-hero { padding: 1.35rem 0 1.1rem !important; }
    .hp.hp--zoho .hp-section { padding: 1.75rem 0 !important; }
}

@media (prefers-reduced-motion: reduce) {
    .hp.hp--zoho .zh-apps-grid .zh-app-card:hover .hp-card-icon,
    .hp.hp--zoho .zh-apps-grid .hp-card:hover .hp-card-icon,
    .hp.hp--zoho .hp-why-badge:hover i,
    .hp.hp--zoho .hp-industry-card:hover i {
        transform: none !important;
    }
}

/* Home pricing */
.hp-pricing .hp-wrap { max-width: 1120px; }
.hp-price-toggle {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin: 0 0 1.75rem;
}
.hp-price-toggle button {
    border: 1px solid #dbe3ef;
    background: #fff;
    color: #334155;
    border-radius: 999px;
    padding: 0.4rem 1.1rem;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
}
.hp-price-toggle button.is-on {
    background: #2563eb;
    border-color: #2563eb;
    color: #fff;
}
.hp-price-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.15rem;
}
.hp-price-card {
    position: relative;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 1.35rem 1.25rem 1.2rem;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}
.hp-price-card.is-featured {
    border-color: #2563eb;
    box-shadow: 0 14px 36px rgba(37, 99, 235, 0.12);
}
.hp-price-badge {
    position: absolute;
    top: 0.85rem;
    right: 0.9rem;
    background: #2563eb;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    border-radius: 999px;
    padding: 0.2rem 0.55rem;
}
.hp-price-card h3 { margin: 0 0 0.35rem; font-size: 1.2rem; }
.hp-price-desc { color: #64748b; font-size: 0.9rem; margin: 0 0 0.85rem; min-height: 2.4em; }
.hp-price-amt { font-size: 1.85rem; font-weight: 800; color: #0f172a; margin-bottom: 0.85rem; }
.hp-price-amt small { font-size: 0.85rem; font-weight: 500; color: #64748b; margin-left: 0.15rem; }
.hp-price-limits, .hp-price-feats {
    list-style: none;
    padding: 0;
    margin: 0 0 0.7rem;
    color: #475569;
    font-size: 0.88rem;
}
.hp-price-limits li, .hp-price-feats li { padding: 0.15rem 0 0.15rem 1rem; position: relative; }
.hp-price-limits li::before, .hp-price-feats li::before {
    content: "";
    width: 6px; height: 6px; border-radius: 50%;
    background: #2563eb;
    position: absolute; left: 0; top: 0.55rem;
}
.hp-price-group {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #2563eb;
    margin: 0.2rem 0 0.25rem;
}
.hp-price-cta { margin-top: auto; width: 100%; justify-content: center; text-align: center; }
.hp.hp--zoho .hp-pricing .hp-cta-btn,
.hp-pricing .hp-price-cta {
    background: #2563eb !important;
    color: #fff !important;
    border: none !important;
    box-shadow: 0 8px 18px rgba(37, 99, 235, 0.22) !important;
    width: 100%;
    justify-content: center;
    margin-top: auto;
    text-decoration: none;
    cursor: pointer;
}
.hp.hp--zoho .hp-pricing .hp-cta-btn:hover,
.hp-pricing .hp-price-cta:hover {
    background: #1d4ed8 !important;
    color: #fff !important;
    border-color: transparent !important;
    transform: translateY(-1px) scale(1);
}
.hp-pricing .is-hidden { display: none !important; }
@media (max-width: 900px) {
    .hp-price-grid { grid-template-columns: 1fr; }
}
