/* =========================================================
   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;
    /* Near full-bleed content — fill the viewport like Zoho / banking sites */
    --pro-wrap: min(1600px, calc(100% - 2rem));
    /* Fixed header bar — logo fills most of it so brand stays readable */
    --pro-header-h: 76px;
    --pro-logo-h: 58px;
    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 stays fixed height; only logo width changes ── */
.hp.hp--zoho .hp-header {
    height: var(--pro-header-h) !important;
    min-height: var(--pro-header-h) !important;
    max-height: var(--pro-header-h) !important;
    padding: 0 !important;
    background: #fff !important;
    border-bottom: 1px solid var(--pro-line) !important;
    box-shadow: none !important;
    overflow: hidden;
}
.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 {
    min-height: var(--pro-header-h) !important;
    height: var(--pro-header-h) !important;
    padding: 0 !important;
    gap: 1.25rem !important;
    align-items: center !important;
}
.hp.hp--zoho .hp-brand {
    display: flex;
    align-items: center;
    flex-shrink: 1;
    min-width: 0;
    height: auto;
    max-height: calc(var(--pro-header-h) - 12px);
}
/*
 * Header logo: Appearance width controls size; bar height stays fixed.
 * Keep object-fit contain so wide logos stay aligned (no clipped/empty box).
 */
.hp.hp--zoho .hp-header .hp-home-logo,
.hp.hp--zoho .hp-header-logo {
    width: var(--hp-home-logo-width, 200px) !important;
    max-width: min(var(--hp-home-logo-width, 200px), 48vw) !important;
    height: auto !important;
    max-height: calc(var(--pro-header-h) - 16px) !important;
    min-height: 0 !important;
    object-fit: contain !important;
    object-position: left center !important;
}
.hp.hp--zoho .hp-header-end {
    flex: 1 1 auto !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 0 !important;
    padding: 0 !important;
    margin: 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 {
    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: #9ca3af !important;
    background: #f9fafb !important;
    color: var(--pro-ink) !important;
}
.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: none !important;
}
.hp.hp--zoho .hp-nav-signin:hover {
    background: var(--pro-cta-hover) !important;
    border-color: var(--pro-cta-hover) !important;
    color: #fff !important;
}
.hp.hp--zoho .hp-menu-btn {
    min-height: 36px;
    min-width: 36px;
    border-radius: 6px;
}

/* ── Hero: first viewport — brand + copy + one CTA group + visual ── */
.hp.hp--zoho .zh-hero {
    padding: 1.75rem 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.08fr) minmax(0, 0.92fr) !important;
    gap: 2rem !important;
    align-items: center !important;
}
.hp.hp--zoho .zh-kicker {
    display: inline-flex !important;
    align-items: center;
    gap: 0.4rem;
    margin: 0 0 0.65rem !important;
    padding: 0.28rem 0.65rem;
    border-radius: 999px;
    background: #eef4ff !important;
    font-size: 0.7rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.12em !important;
    color: var(--pro-accent) !important;
}
.hp.hp--zoho .zh-title {
    margin: 0 0 0.7rem !important;
    font-size: clamp(2rem, 3.8vw, 2.9rem) !important;
    line-height: 1.1 !important;
    letter-spacing: -0.035em !important;
    font-weight: 800 !important;
    color: var(--pro-ink) !important;
    max-width: 16ch;
}
.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;
}
.hp.hp--zoho .zh-btn-ghost:hover {
    background: #f9fafb !important;
    border-color: #9ca3af !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(340px, 42vh) !important;
    max-height: 420px !important;
    border-radius: 16px !important;
    box-shadow: 0 16px 40px rgba(17, 24, 39, 0.1) !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;
}
.hp.hp--zoho .zh-app-card:hover,
.hp.hp--zoho .hp-card:hover {
    border-color: #cbd5e1 !important;
    box-shadow: 0 8px 20px rgba(17, 24, 39, 0.06) !important;
    transform: translateY(-2px);
}
.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;
}
.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;
}
.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;
}
.hp.hp--zoho .hp-card-icon i {
    font-size: 1.05rem !important;
    line-height: 1 !important;
    opacity: 1 !important;
    visibility: visible !important;
}
/* 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;
}
.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;
}
.hp.hp--zoho .hp-industry-card h4 {
    font-size: 0.9rem !important;
    font-weight: 700 !important;
    margin: 0.45rem 0 0.25rem !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;
}

.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;
}
.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;
}

/* 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;
}
.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-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;
}
.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;
}

/*
 * 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-navrow {
        justify-content: flex-end !important;
        gap: 0 !important;
        width: auto !important;
    }
    .hp.hp--zoho .hp-header-end {
        flex: 0 0 auto !important;
        justify-content: flex-end !important;
    }
    .hp.hp--zoho .hp-header .hp-home-logo,
    .hp.hp--zoho .hp-header-logo {
        width: auto !important;
        max-width: min(168px, 48vw) !important;
        height: 40px !important;
        max-height: 40px !important;
    }
    .hp.hp--zoho {
        --pro-header-h: 64px;
    }
}

@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; }
}
