/* ==========================================================================
   BusinessHub.PH — Marketing Website Styles
   Design system derived from brand logo + website content plan.
   ========================================================================== */

:root {
    --bhph-navy: #1e2e3e;
    --bhph-navy-2: #16232f;
    --bhph-cyan: #29b6e6;
    --bhph-cyan-dark: #1497c4;
    --bhph-teal: #0e8fa8;
    --bhph-orange: #e07b2a;
    --bhph-orange-dark: #c9681c;
    --bhph-ink: #233140;
    --bhph-muted: #5d6b78;
    --bhph-bg: #ffffff;
    --bhph-bg-soft: #f4f7fa;
    --bhph-bg-soft-2: #eef3f8;
    --bhph-border: #e2e9f0;
    --bhph-success: #34b86b;
    --bhph-amber: #f1a32b;
    --bhph-shadow: 0 10px 30px rgba(30, 46, 62, 0.08);
    --bhph-shadow-sm: 0 4px 14px rgba(30, 46, 62, 0.06);
    --bhph-radius: 14px;
    --bhph-radius-sm: 10px;
}

/* ---------- Base ---------- */
.bhph {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    color: var(--bhph-ink);
    background: var(--bhph-bg);
    -webkit-font-smoothing: antialiased;
    line-height: 1.6;
}

.bhph h1,
.bhph h2,
.bhph h3,
.bhph h4,
.bhph h5 {
    font-family: 'Inter', sans-serif;
    color: var(--bhph-navy);
    font-weight: 800;
    letter-spacing: -0.02em;
}

.bhph p {
    color: var(--bhph-muted);
}

.bhph a {
    text-decoration: none;
}

.bhph-section {
    padding: 84px 0;
}

.bhph-section--soft {
    background: var(--bhph-bg-soft);
}

.bhph-eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--bhph-cyan-dark);
    margin-bottom: 12px;
}

.bhph-section-title {
    font-size: clamp(1.7rem, 3vw, 2.4rem);
    margin-bottom: 14px;
}

.bhph-section-lead {
    font-size: 1.08rem;
    max-width: 720px;
}

/* ---------- Buttons ---------- */
.bhph-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 40px;
    font-weight: 600;
    font-size: 0.98rem;
    border: 2px solid transparent;
    transition: all 0.18s ease;
    cursor: pointer;
}

.bhph-btn-primary {
    background: var(--bhph-orange);
    color: #fff;
}

.bhph-btn-primary:hover {
    background: var(--bhph-orange-dark);
    color: #fff;
    transform: translateY(-1px);
}

.bhph-btn-cyan {
    background: var(--bhph-cyan);
    color: #fff;
}

.bhph-btn-cyan:hover {
    background: var(--bhph-cyan-dark);
    color: #fff;
    transform: translateY(-1px);
}

.bhph-btn-outline {
    background: transparent;
    color: var(--bhph-navy);
    border-color: var(--bhph-border);
}

.bhph-btn-outline:hover {
    border-color: var(--bhph-cyan);
    color: var(--bhph-cyan-dark);
}

.bhph-btn-ghost-light {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.3);
}

.bhph-btn-ghost-light:hover {
    background: rgba(255, 255, 255, 0.22);
    color: #fff;
}

/* ---------- Navbar ---------- */
.bhph-navbar {
    position: sticky;
    top: 0;
    z-index: 1030;
    background: var(--bhph-navy);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.bhph-navbar .navbar-brand img {
    height: 40px;
    width: auto;
}

.bhph-navbar .nav-link {
    color: rgba(255, 255, 255, 0.82) !important;
    font-weight: 500;
    font-size: 0.95rem;
    padding: 8px 14px !important;
}

.bhph-navbar .nav-link:hover {
    color: #fff !important;
}

.bhph-navbar .navbar-toggler {
    border-color: rgba(255, 255, 255, 0.35);
    padding: 6px 10px;
}

.bhph-navbar .navbar-toggler:focus {
    box-shadow: 0 0 0 0.2rem rgba(41, 182, 230, 0.4);
}

.bhph-navbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255,0.9)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 1.4em;
    height: 1.4em;
}

.bhph-login-link {
    color: rgba(255, 255, 255, 0.85) !important;
    font-weight: 500;
    align-self: center;
}

.bhph-login-link:hover {
    color: #fff !important;
}

/* ---------- Hero ---------- */
.bhph-hero {
    position: relative;
    background:
        radial-gradient(1200px 500px at 80% -10%, rgba(41, 182, 230, 0.18), transparent 60%),
        linear-gradient(160deg, var(--bhph-navy) 0%, var(--bhph-navy-2) 100%);
    color: #fff;
    padding: 84px 0 96px;
    overflow: hidden;
}

.bhph-hero h1 {
    color: #fff;
    font-size: clamp(2.1rem, 4.4vw, 3.3rem);
    line-height: 1.12;
    margin-bottom: 20px;
}

.bhph-hero .bhph-hero-sub {
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.12rem;
    max-width: 560px;
    margin-bottom: 30px;
}

.bhph-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
    margin-bottom: 18px;
}

.bhph-hero-login {
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.95rem;
}

.bhph-hero-login a {
    color: var(--bhph-cyan);
    font-weight: 600;
}

.bhph-hero-visual {
    position: relative;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.35);
    overflow: hidden;
}

.bhph-hero-visual .bhph-mockup-bar {
    display: flex;
    gap: 6px;
    padding: 12px 16px;
    background: rgba(0, 0, 0, 0.2);
}

.bhph-hero-visual .bhph-mockup-bar span {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
}

.bhph-hero-visual img {
    width: 100%;
    display: block;
}

.bhph-hero-visual .bhph-mockup-placeholder {
    padding: 48px 28px;
    text-align: center;
    color: rgba(255, 255, 255, 0.55);
}

.bhph-hero-visual .bhph-mockup-placeholder i {
    font-size: 2.4rem;
    color: var(--bhph-cyan);
    margin-bottom: 12px;
}

/* ---------- Hero CSS dashboard mockup ---------- */
.bhph-hero-mock {
    position: relative;
    padding: 26px 14px;
}

.bhph-hero-dash {
    position: relative;
    background: #0f2030;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    padding: 22px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
}

.bhph-hd-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}

.bhph-hd-title {
    color: var(--bhph-cyan);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.06em;
}

.bhph-hd-live {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(52, 184, 107, 0.14);
    color: #4cd787;
    font-size: 0.72rem;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 30px;
}

.bhph-hd-live i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #4cd787;
    display: inline-block;
}

.bhph-hd-kpis {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-bottom: 16px;
}

.bhph-hd-kpi {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 12px;
    padding: 14px 14px;
}

.bhph-hd-kpi strong {
    display: block;
    color: #fff;
    font-size: 1.18rem;
    font-weight: 800;
    line-height: 1.1;
}

.bhph-hd-kpi span {
    display: block;
    color: rgba(255, 255, 255, 0.45);
    font-size: 0.62rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    margin-top: 4px;
}

.bhph-hd-chart {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    height: 96px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    padding: 14px 16px;
    margin-bottom: 16px;
}

.bhph-hd-chart span {
    flex: 1;
    border-radius: 5px 5px 0 0;
    background: var(--bhph-teal);
    transition: height 0.3s ease;
}

.bhph-hd-chart span.is-accent {
    background: var(--bhph-orange);
}

.bhph-hd-rows {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.bhph-hd-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 8px;
    padding: 11px 14px;
}

.bhph-hd-row span {
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.82rem;
}

.bhph-hd-row strong {
    color: #fff;
    font-size: 0.82rem;
    font-weight: 700;
}

.bhph-hero-chip {
    position: absolute;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    color: var(--bhph-ink);
    font-size: 0.82rem;
    font-weight: 700;
    padding: 10px 15px;
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.22);
}

.bhph-hero-chip i {
    color: var(--bhph-cyan);
}

.bhph-hero-chip--tl {
    top: 2px;
    left: -6px;
}

.bhph-hero-chip--br {
    bottom: 6px;
    right: -6px;
}

.bhph-hero-chip-check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    background: var(--bhph-success);
    color: #fff;
    font-size: 0.65rem;
}

/* ---------- Cards (generic) ---------- */
.bhph-card {
    background: #fff;
    border: 1px solid var(--bhph-border);
    border-radius: var(--bhph-radius);
    padding: 26px;
    height: 100%;
    box-shadow: var(--bhph-shadow-sm);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.bhph-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--bhph-shadow);
    border-color: var(--bhph-cyan);
}

.bhph-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    margin-bottom: 16px;
    background: var(--bhph-bg-soft-2);
    color: var(--bhph-cyan-dark);
}

.bhph-card h4,
.bhph-card h5 {
    font-size: 1.08rem;
    margin-bottom: 8px;
}

.bhph-card p {
    font-size: 0.94rem;
    margin-bottom: 0;
}

.bhph-badge-beta {
    display: inline-block;
    font-size: 0.66rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--bhph-orange);
    background: rgba(224, 123, 42, 0.12);
    padding: 2px 8px;
    border-radius: 20px;
    margin-left: 8px;
    vertical-align: middle;
}

/* ---------- Clickable platform cards ---------- */
.bhph-hint {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--bhph-cyan-dark);
}

.bhph-hint i {
    margin-right: 6px;
}

.bhph-card--clickable {
    cursor: pointer;
    appearance: none;
    background: #fff;
    font: inherit;
    color: inherit;
    display: flex;
    flex-direction: column;
}

.bhph-card--clickable:focus-visible {
    outline: 2px solid var(--bhph-cyan);
    outline-offset: 2px;
}

.bhph-card-more {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 16px;
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--bhph-cyan-dark);
}

.bhph-card-more i {
    transition: transform 0.18s ease;
}

.bhph-card--clickable:hover .bhph-card-more i {
    transform: translateX(4px);
}

/* ---------- Platform detail modal ---------- */
.bhph-modal .modal-content {
    border: none;
    border-radius: var(--bhph-radius);
    overflow: hidden;
}

.bhph-modal .modal-header {
    background: var(--bhph-bg-soft);
    border-bottom: 1px solid var(--bhph-border);
    align-items: flex-start;
    padding: 22px 24px;
}

.bhph-modal-icon {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    background: var(--bhph-navy);
    color: var(--bhph-cyan);
    flex-shrink: 0;
}

.bhph-modal .modal-title {
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    color: var(--bhph-navy);
    font-size: 1.2rem;
}

.bhph-modal-summary {
    color: var(--bhph-muted);
    font-size: 0.88rem;
    margin-top: 4px;
    max-width: 560px;
}

.bhph-modal .modal-body {
    padding: 22px 24px;
}

.bhph-modal-group-title {
    font-size: 0.74rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: var(--bhph-cyan-dark);
    margin: 18px 0 10px;
}

.bhph-modal-group-title:first-child {
    margin-top: 0;
}

.bhph-modal-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 22px;
}

.bhph-modal-item {
    display: flex;
    gap: 11px;
}

.bhph-modal-dot {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(52, 184, 107, 0.14);
    color: var(--bhph-success);
    font-size: 0.62rem;
    margin-top: 2px;
}

.bhph-modal-item h6 {
    font-family: 'Inter', sans-serif;
    font-size: 0.92rem;
    font-weight: 700;
    color: var(--bhph-navy);
    margin: 0 0 2px;
}

.bhph-modal-item p {
    font-size: 0.82rem;
    color: var(--bhph-muted);
    margin: 0;
    line-height: 1.5;
}

.bhph-modal .modal-footer {
    border-top: 1px solid var(--bhph-border);
    padding: 16px 24px;
}

@media (max-width: 575.98px) {
    .bhph-modal-list {
        grid-template-columns: 1fr;
    }
}

/* ---------- Pain points ---------- */
.bhph-pain .bhph-icon {
    background: rgba(241, 163, 43, 0.12);
    color: var(--bhph-amber);
}

/* ---------- Workflow ---------- */
.bhph-flow {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.bhph-flow-step {
    background: #fff;
    border: 1px solid var(--bhph-border);
    border-radius: 40px;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 0.92rem;
    color: var(--bhph-navy);
    box-shadow: var(--bhph-shadow-sm);
}

.bhph-flow-arrow {
    color: var(--bhph-cyan);
    font-size: 1.1rem;
}

.bhph-flow-group {
    background: #fff;
    border: 1px solid var(--bhph-border);
    border-radius: var(--bhph-radius);
    padding: 28px;
    height: 100%;
    box-shadow: var(--bhph-shadow-sm);
}

.bhph-flow-group h5 {
    font-size: 1.05rem;
    margin-bottom: 18px;
    color: var(--bhph-cyan-dark);
}

.bhph-flow-vertical {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.bhph-flow-vertical .bhph-flow-step {
    text-align: center;
}

.bhph-flow-vertical .bhph-flow-arrow {
    text-align: center;
    line-height: 1;
}

/* ---------- Market tabs ---------- */
.bhph-market-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-bottom: 34px;
}

.bhph-market-tab {
    background: #fff;
    border: 1px solid var(--bhph-border);
    border-radius: 40px;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 0.92rem;
    color: var(--bhph-muted);
    cursor: pointer;
    transition: all 0.16s ease;
}

.bhph-market-tab:hover {
    border-color: var(--bhph-cyan);
    color: var(--bhph-cyan-dark);
}

.bhph-market-tab.active {
    background: var(--bhph-navy);
    border-color: var(--bhph-navy);
    color: #fff;
}

.bhph-market-panel {
    display: none;
}

.bhph-market-panel.active {
    display: block;
    animation: bhphFade 0.3s ease;
}

@keyframes bhphFade {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.bhph-feature-pill {
    display: inline-block;
    background: var(--bhph-bg-soft-2);
    color: var(--bhph-ink);
    border-radius: 30px;
    padding: 6px 14px;
    font-size: 0.85rem;
    font-weight: 500;
    margin: 0 6px 8px 0;
}

/* ---------- Dashboard / visual section ---------- */
.bhph-visual-card {
    background: #fff;
    border: 1px solid var(--bhph-border);
    border-radius: 16px;
    box-shadow: var(--bhph-shadow);
    overflow: hidden;
}

/* ---------- Dashboard gallery ---------- */
.bhph-dash-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}

.bhph-dash-tab {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #fff;
    border: 1px solid var(--bhph-border);
    border-radius: 40px;
    padding: 8px 16px;
    font-weight: 600;
    font-size: 0.86rem;
    color: var(--bhph-muted);
    cursor: pointer;
    transition: all 0.16s ease;
}

.bhph-dash-tab i {
    font-size: 0.82rem;
    color: var(--bhph-cyan);
    transition: color 0.16s ease;
}

.bhph-dash-tab:hover {
    border-color: var(--bhph-cyan);
    color: var(--bhph-cyan-dark);
}

.bhph-dash-tab.active {
    background: var(--bhph-navy);
    border-color: var(--bhph-navy);
    color: #fff;
}

.bhph-dash-tab.active i {
    color: #fff;
}

.bhph-dash-frame {
    position: relative;
    height: 440px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff;
    scrollbar-width: thin;
    scrollbar-color: #c7d3de transparent;
}

.bhph-dash-frame::-webkit-scrollbar {
    width: 8px;
}

.bhph-dash-frame::-webkit-scrollbar-thumb {
    background: #c7d3de;
    border-radius: 8px;
}

.bhph-dash-frame::-webkit-scrollbar-track {
    background: transparent;
}

.bhph-dash-img {
    display: none;
    width: 100%;
}

.bhph-dash-img.active {
    display: block;
    animation: bhphFade 0.3s ease;
}

.bhph-visual-placeholder {
    background: linear-gradient(160deg, var(--bhph-navy), var(--bhph-navy-2));
    color: rgba(255, 255, 255, 0.6);
    padding: 70px 24px;
    text-align: center;
}

.bhph-visual-placeholder i {
    font-size: 2.6rem;
    color: var(--bhph-cyan);
    margin-bottom: 14px;
}

.bhph-callout {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin-bottom: 18px;
}

.bhph-callout i {
    color: var(--bhph-cyan-dark);
    font-size: 1.1rem;
    margin-top: 3px;
}

.bhph-callout div h6 {
    margin: 0 0 2px;
    font-weight: 700;
    color: var(--bhph-navy);
}

.bhph-callout div p {
    margin: 0;
    font-size: 0.9rem;
}

/* ---------- Partners ---------- */
.bhph-partner-card {
    background: #fff;
    border: 1px solid var(--bhph-border);
    border-radius: var(--bhph-radius);
    padding: 28px;
    height: 100%;
    box-shadow: var(--bhph-shadow-sm);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.bhph-partner-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--bhph-shadow);
}

.bhph-partner-card .bhph-icon {
    background: rgba(14, 143, 168, 0.12);
    color: var(--bhph-teal);
}

/* ---------- Final CTA ---------- */
.bhph-cta {
    background:
        radial-gradient(900px 400px at 20% 0%, rgba(41, 182, 230, 0.2), transparent 60%),
        linear-gradient(160deg, var(--bhph-navy) 0%, var(--bhph-navy-2) 100%);
    color: #fff;
    border-radius: 20px;
    padding: 56px 40px;
    text-align: center;
}

.bhph-cta h2 {
    color: #fff;
    font-size: clamp(1.7rem, 3.2vw, 2.4rem);
    margin-bottom: 14px;
}

.bhph-cta p {
    color: rgba(255, 255, 255, 0.82);
    max-width: 600px;
    margin: 0 auto 28px;
    font-size: 1.05rem;
}

/* ---------- Footer ---------- */
.bhph-footer {
    background: var(--bhph-navy-2);
    color: rgba(255, 255, 255, 0.7);
    padding: 60px 0 28px;
}

.bhph-footer img {
    height: 40px;
    margin-bottom: 16px;
}

.bhph-footer h6 {
    color: #fff;
    font-weight: 700;
    font-size: 0.92rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 16px;
}

.bhph-footer a {
    color: rgba(255, 255, 255, 0.7);
    display: block;
    padding: 5px 0;
    font-size: 0.92rem;
}

.bhph-footer a:hover {
    color: var(--bhph-cyan);
}

.bhph-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 40px;
    padding-top: 22px;
    font-size: 0.86rem;
    color: rgba(255, 255, 255, 0.5);
}

/* ---------- Auth pages (login / signup) ---------- */
.bhph-auth {
    background: var(--bhph-bg-soft);
}

.bhph-auth-brand {
    background:
        radial-gradient(900px 500px at 20% 0%, rgba(41, 182, 230, 0.22), transparent 60%),
        linear-gradient(160deg, var(--bhph-navy) 0%, var(--bhph-navy-2) 100%);
    color: #fff;
    align-items: center;
    padding: 56px;
}

.bhph-auth-brand-inner {
    max-width: 380px;
}

.bhph-auth-logo {
    height: 46px;
    margin-bottom: 36px;
}

.bhph-auth-brand h2 {
    color: #fff;
    font-size: 1.9rem;
    line-height: 1.2;
    margin-bottom: 16px;
}

.bhph-auth-brand p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.05rem;
    margin-bottom: 28px;
}

.bhph-auth-points {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bhph-auth-points li {
    color: rgba(255, 255, 255, 0.88);
    padding: 8px 0;
    font-weight: 500;
}

.bhph-auth-points li i {
    color: var(--bhph-cyan);
    margin-right: 10px;
}

.bhph-auth-form-col {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px 24px;
    background: #fff;
}

.bhph-auth-form-wrap {
    width: 100%;
    max-width: 440px;
}

.bhph-auth-form-wrap h3 {
    font-size: 1.6rem;
}

.bhph-auth-form-wrap .form-label {
    font-weight: 600;
    color: var(--bhph-navy);
    font-size: 0.92rem;
}

.bhph-auth-form-wrap .form-control {
    border-radius: 10px;
    border: 1px solid var(--bhph-border);
    padding: 12px 14px;
}

.bhph-auth-form-wrap .form-control:focus {
    border-color: var(--bhph-cyan);
    box-shadow: 0 0 0 0.2rem rgba(41, 182, 230, 0.18);
}

.bhph-link {
    color: var(--bhph-cyan-dark);
    font-weight: 600;
}

.bhph-link:hover {
    color: var(--bhph-teal);
}

.bhph-input-group {
    position: relative;
}

.bhph-input-group .form-control {
    padding-right: 46px;
}

.bhph-toggle-pass {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    color: var(--bhph-muted);
    width: 34px;
    height: 34px;
    border-radius: 8px;
    cursor: pointer;
}

.bhph-toggle-pass:hover {
    color: var(--bhph-cyan-dark);
}

.bhph-btn.w-100 {
    width: 100%;
}

.bhph-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.bhph-auth-form-wrap .form-check-input:checked {
    background-color: var(--bhph-cyan);
    border-color: var(--bhph-cyan);
}

/* ---------- Utilities ---------- */
.bhph-divider-icon {
    color: var(--bhph-cyan);
    margin: 0 6px;
}

@media (max-width: 991.98px) {
    .bhph-section {
        padding: 60px 0;
    }

    .bhph-hero {
        padding: 60px 0 70px;
    }

    .bhph-hero-visual {
        margin-top: 40px;
    }

    .bhph-hero-mock {
        margin-top: 36px;
    }
}

@media (max-width: 575.98px) {
    .bhph-hero-chip {
        font-size: 0.74rem;
        padding: 8px 12px;
    }

    .bhph-hero-chip--tl {
        left: 0;
    }

    .bhph-hero-chip--br {
        right: 0;
    }

    .bhph-hd-kpi strong {
        font-size: 1rem;
    }
}

/* ---------- Contact / Partner form ---------- */
.bhph-contact-info {
    margin-bottom: 18px;
}

.bhph-contact-line {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--bhph-ink);
    font-weight: 600;
    font-size: 0.95rem;
    margin-right: 22px;
    margin-bottom: 8px;
}

.bhph-contact-line i {
    color: var(--bhph-cyan);
}

.bhph-contact-line:hover {
    color: var(--bhph-cyan-dark);
}

.bhph-contact-socials {
    display: flex;
    gap: 12px;
    margin-top: 6px;
}

.bhph-contact-socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--bhph-bg-soft-2);
    color: var(--bhph-navy);
    font-size: 1rem;
    transition: all 0.16s ease;
}

.bhph-contact-socials a:hover {
    background: var(--bhph-navy);
    color: #fff;
    transform: translateY(-2px);
}

.bhph-contact-form {
    background: #fff;
    border: 1px solid var(--bhph-border);
    border-radius: var(--bhph-radius);
    box-shadow: var(--bhph-shadow);
    padding: 28px;
}

.bhph-form-label {
    display: block;
    font-size: 0.86rem;
    font-weight: 600;
    color: var(--bhph-ink);
    margin-bottom: 6px;
}

.bhph-form-label span {
    color: var(--bhph-orange);
}

.bhph-form-control {
    width: 100%;
    border: 1px solid var(--bhph-border);
    border-radius: var(--bhph-radius-sm);
    padding: 11px 14px;
    font-size: 0.95rem;
    color: var(--bhph-ink);
    background: #fff;
    transition: border-color 0.16s ease, box-shadow 0.16s ease;
}

.bhph-form-control:focus {
    outline: none;
    border-color: var(--bhph-cyan);
    box-shadow: 0 0 0 3px rgba(41, 182, 230, 0.15);
}

textarea.bhph-form-control {
    resize: vertical;
    min-height: 110px;
}

.bhph-hp {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.bhph-form-foot {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.bhph-form-status {
    font-size: 0.9rem;
    font-weight: 500;
}

.bhph-form-status.is-success {
    color: var(--bhph-success);
}

.bhph-form-status.is-error {
    color: #d9534f;
}

/* ---------- Footer socials / email ---------- */
.bhph-footer-email {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.92rem;
    margin-bottom: 14px;
}

.bhph-footer-email i {
    color: var(--bhph-cyan);
}

.bhph-footer-email:hover {
    color: var(--bhph-cyan);
}

.bhph-footer-socials {
    display: flex;
    gap: 10px;
}

.bhph-footer-socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 0.92rem;
    padding: 0;
    transition: all 0.16s ease;
}

.bhph-footer-socials a:hover {
    background: var(--bhph-cyan);
    color: #fff;
    transform: translateY(-2px);
}

/* ---------- Active nav link ---------- */
.bhph-navbar .nav-link {
    position: relative;
}

.bhph-navbar .nav-link.active {
    color: #fff !important;
    font-weight: 600;
}

.bhph-navbar .nav-link.active::after {
    content: "";
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 0;
    height: 2px;
    border-radius: 2px;
    background: var(--bhph-cyan);
}

@media (max-width: 991.98px) {
    .bhph-navbar .nav-link.active::after {
        left: 14px;
        right: auto;
        width: 22px;
    }
}

.bhph-pricing-head {
    padding-bottom: 40px;
}

.bhph-pricing-head .bhph-section-title {
    font-size: clamp(2rem, 4vw, 2.8rem);
}

.bhph-price-card {
    position: relative;
    background: #fff;
    border: 1px solid var(--bhph-border);
    border-radius: 20px;
    box-shadow: var(--bhph-shadow);
    padding: 40px 36px;
    text-align: center;
}

.bhph-price-card::before {
    content: '';
    position: absolute;
    inset: 0 0 auto 0;
    height: 6px;
    border-radius: 20px 20px 0 0;
    background: linear-gradient(90deg, var(--bhph-cyan), var(--bhph-teal));
}

.bhph-price-badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--bhph-orange);
    color: #fff;
    font-size: 0.74rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 6px 16px;
    border-radius: 30px;
    box-shadow: 0 6px 16px rgba(224, 123, 42, 0.3);
}

.bhph-price-name {
    font-size: 1.4rem;
    margin: 8px 0 6px;
}

.bhph-price-desc {
    font-size: 0.95rem;
    margin-bottom: 22px;
}

.bhph-price-amount {
    margin-bottom: 6px;
}

.bhph-price-value {
    font-size: 3.2rem;
    font-weight: 800;
    color: var(--bhph-navy);
    letter-spacing: -0.02em;
}

.bhph-price-period {
    font-size: 1rem;
    color: var(--bhph-muted);
    font-weight: 600;
}

.bhph-price-trial {
    color: var(--bhph-teal);
    font-weight: 600;
    font-size: 0.92rem;
    margin-bottom: 24px;
}

.bhph-price-trial i {
    margin-right: 6px;
}

.bhph-price-included {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    background: var(--bhph-bg-soft);
    border-radius: 14px;
    padding: 20px 16px;
    margin-bottom: 26px;
}

.bhph-price-included-num {
    display: block;
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--bhph-navy);
    line-height: 1.1;
}

.bhph-price-included-label {
    display: block;
    font-size: 0.78rem;
    color: var(--bhph-muted);
    margin-top: 4px;
}

.bhph-price-features {
    list-style: none;
    padding: 0;
    margin: 28px 0 0;
    text-align: left;
}

.bhph-price-features li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 9px 0;
    border-top: 1px solid var(--bhph-border);
    color: var(--bhph-ink);
    font-size: 0.95rem;
    font-weight: 500;
}

.bhph-price-features li i {
    color: var(--bhph-success);
    font-size: 0.85rem;
}

.bhph-overage-rate {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--bhph-cyan-dark);
    margin: 4px 0 8px;
}

.bhph-overage-rate span {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--bhph-muted);
}

.bhph-card .bhph-icon.mx-auto {
    display: flex;
}

.bhph-faq {
    background: #fff;
    border: 1px solid var(--bhph-border);
    border-radius: var(--bhph-radius);
    padding: 22px 24px;
    height: 100%;
    box-shadow: var(--bhph-shadow-sm);
}

.bhph-faq h6 {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: var(--bhph-navy);
    margin-bottom: 8px;
}

.bhph-faq h6 i {
    color: var(--bhph-cyan);
    margin-right: 8px;
}

.bhph-faq p {
    font-size: 0.92rem;
    margin: 0;
}

@media (max-width: 575.98px) {
    .bhph-price-included {
        grid-template-columns: 1fr;
    }
}
