body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    font-family: 'Inter', Arial, sans-serif;
}

main { flex: 1 0 auto; }

:root {
    --brand: #0059B3;
    --brand-dark: #0059B3;
    --ink-900: #0b1220;
    --ink-700: #1211279a;
    --bg-soft: #f6f9ff;
    --bs-primary-rgb : 0 , 89, 179;
}

.navbar .nav-link { color: #1211279a; }
.navbar .nav-link:hover { color: var(--brand); }

/* Hero */
.hero { position: relative; background: url('assets/images/header_bg.svg') no-repeat center top / cover; }
.hero-diagonal { display: none; }
.hero .fw-extrabold { font-weight: 800; }
.hero .lh-tight { line-height: 1.1; }
.how-hero { position: relative; background: #e9f8fba6; }
p{
    color: #12112786;
}

/* Section spacing helper for lg */
@media (min-width: 992px) {
    .py-lg-6 { padding-top: 5rem !important; padding-bottom: 5rem !important; }
}

/* Phones */
.phone { border: 8px solid #111; border-radius: 28px; box-shadow: 0 20px 50px rgba(2, 20, 80, 0.15); }

/* Light gradient section */
.bg-gradient-light { background: linear-gradient(180deg, #f7faff 0%, #ffffff 100%); }

/* Feature cards */
.icon-round { width: 40px; height: 40px; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; }
.feature-card { transition: transform .2s ease, box-shadow .2s ease; }
.feature-card:hover { transform: translateY(-3px); box-shadow: 0 20px 40px rgba(2,20,80,0.08); }

/* CTA band */
.cta-band { background: var(--brand); }

/* Newsletter */
.newsletter input { height: 48px; }

/* Footer */
.footer { background: #0b1220; }
.border-white-10 { border-color: rgba(255,255,255,.1) !important; }

/* Buttons */
.btn-primary { background-color: var(--brand); border-color: var(--brand); }
.btn-primary:hover { background-color: var(--brand-dark); border-color: var(--brand-dark); }
.btn-outline-primary { color: var(--brand); border-color: var(--brand); }
.btn-outline-primary:hover { background: var(--brand); color: #fff; }
.btn-outline-secondary { color: #334155; border-color: #e2e8f0; background: #fff; }
.btn-outline-secondary:hover { background: #eef2ff; border-color: #c7d2fe; color: #111827; }

/* Utilities */
.text-secondary { color: var(--ink-700) !important; }
.card, .hero-mockup { box-shadow: 0 8px 30px rgba(2,20,80,.08) !important; }

/* Nav pills styling for mobile app features */
.nav-pills .nav-link {
    color: #202630;
    border: 1px solid #e2e8f0;
    background: transparent;
    transition: all 0.2s ease;
}

.nav-pills .nav-link:hover {
    color: var(--brand);
    border-color: var(--brand);
    background: rgba(0, 89, 179, 0.05);
}

.nav-pills .nav-link.active {
    color: #ffffff;
    background-color: var(--brand);
    border-color: var(--brand);
}

/* Feature split custom spacing */
.feature-split { background: #ffffff; }
.feature-split .display-6 { line-height: 1.2; }
/* .feature-split .icon-round { width: 44px; height: 44px; border-radius: 14px; font-size: 18px; } */
/* Add vertical gaps between icon, title, and text */
.feature-split .icon-round { margin-bottom: 10px; }
.feature-split .fw-semibold { margin-bottom: 8px; display: block; }

/* Web app section styles */
.web-app { background: #eef3ff; }
@media (min-width: 992px) {
    .web-app { background: linear-gradient(180deg, #eef3ff 0%, #f7faff 100%); }
}
.web-app .dashboard-shot { box-shadow: 0 40px 80px rgba(10,92,255,.12); background: #ffffff; }
.web-app small.text-primary { letter-spacing: .08em; }

.img-right { width: 100%; height: auto; display: block; object-fit: cover; }
@media (min-width: 992px) {
    .img-right { max-height: 520px; }
}

/* Right image flush alignment */
.image-col { position: relative; overflow: hidden; }
.image-col .img-right { width: 100%; height: auto; display: block; object-fit: cover; margin-right: 0; }


/* Web flex layout */
.web-flex { gap: 2rem; }
.web-left { max-width: 640px; }
.web-right { margin-left: auto; }
.web-right .web-img { display: block; height: auto; max-width: none; width: 800px; }
@media (min-width: 1200px) {
    .web-right .web-img { width: 900px; }
}
@media (max-width: 991.98px) {
    .web-right { display: none; }
}

.kb-card { border: 1px solid #eef2f7; border-radius: 14px; box-shadow: 0 6px 20px rgba(2,20,80,0.04); transition: box-shadow .2s ease, transform .2s ease; }
.kb-card:hover { box-shadow: 0 16px 40px rgba(2,20,80,0.10); transform: translateY(-2px); }
.kb-icon { width: 44px; height: 44px; }

.contact-info-section { background: #eef3ff; }
.contact-info-section .label { font-weight: 700; margin-bottom: .25rem; }
.contact-info-section .info-sep { width: 36px; height: 3px; background: #0a5cff; border-radius: 2px; margin: .25rem 0 1rem; }
.contact-info-section .value { font-size: 1.1rem; }
.contact-info-section .muted { color: #6b7280; font-size: .95rem; }

.footer-top .footer-links li { margin-bottom: .5rem; }
.footer-top .footer-links a { color: rgba(255,255,255,.65); text-decoration: none; }
.footer-top .footer-links a:hover { color: #ffffff; text-decoration: underline; }
.footer-social i { font-size: 1.1rem; }
.footer-bottom { background: #0b1220; }

.products-hero { background: linear-gradient(180deg, #f6f9ff 0%, #ffffff 60%); }
/* .products-hero-img { max-width: 520px; box-shadow: 0 20px 60px rgba(2,20,80,.16) !important; } */
.navbar .nav-link.active { color: var(--brand) !important; font-weight: 600; }

.products-hero-right { width: 100%; height: auto; display: block; }
@media (min-width: 992px) {
    /* .products-hero-right { position: relative; right: calc(-35vw + 50%); max-width: none; } */
}

.how-works { background: #ffffff; }
.how-works-img { max-width: 1024px; width: 100%; height: auto; }

/* Setup Process */
.setup-process { background: #ffffff; }
.setup-process .letter-wide { letter-spacing: .12em; }
.setup-process .step-card-wrapper { position: relative; }
.setup-process .step-card {
    background: #ffffff;
    border: 1px solid #eef2f7;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 8px 30px rgba(2,20,80,.06);
}
.setup-process .step-card ul { text-align: left; color: var(--ink-700); }
.setup-process .step-card li { margin-bottom: .35rem; }
.setup-process .step-num {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #0059B3;
    color: #fff;
    font-weight: 800;
    margin-bottom: 12px;
}
@media (min-width: 992px) {
    .setup-process .step-card-wrapper::after {
        content: "\2192";
        position: absolute;
        top: 50%;
        right: -35px;;
        transform: translateY(-50%);
        color: #0059B3;
        font-size: 22px;
    }
    .setup-process .col-lg-3:last-child .step-card-wrapper::after { content: none; }
}

/* Role Based Solutions split background: 70% primary, 30% white */
.role-split-bg {
    background: linear-gradient(180deg, var(--brand) 0%, var(--brand) 70%, #ffffff 70%, #ffffff 100%);
}

/* Sales Problems styles */
.sales-problems { background: #f5f7ff; }
.sales-problems .sp-card { box-shadow: 0 20px 50px rgba(2,20,80,0.06) !important; border: 1px solid #eef2f7; }
.letter-wide { letter-spacing: .08em; }
.icon-circle { width: 40px; height: 40px; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; font-size: 18px; }
.icon-danger { background: #ffe8e8; color: #ef4444; }
.icon-success { background: #e7f7ef; color: #10b981; }

/* Global Solutions */
.gs-card { box-shadow: 0 12px 30px rgba(2,20,80,0.05); border-color: #e8eef7 !important; }

/* Ecosystem */
.eco-card { box-shadow: 0 16px 40px rgba(2,20,80,0.06); border-color: #e8eef7 !important; }
.eco-arrow { color: #64748b; font-size: 1.25rem; }

/* Pricing */
.badge-savings { color: var(--brand); background: rgba(0,89,179,.08); border: 1px solid rgba(0,89,179,.2); padding: .35rem .6rem; border-radius: 999px; font-weight: 600; }
.pricing-controls { gap: 12px; }
.pricing-toggle .btn { padding: .35rem .75rem; }
.pricing-toggle .btn.active { background: var(--brand); color: #fff; border-color: var(--brand); }

.pricing-card { background: #ffffff; border: 1px solid #e8eef7; border-radius: 16px; box-shadow: 0 10px 30px rgba(2,20,80,.06); display: flex; flex-direction: column; }
.pricing-card.popular { border-color: var(--brand); box-shadow: 0 16px 40px rgba(10,92,255,.15); position: relative; }
.popular-badge { position: absolute; left: 16px; right: 16px; top: -14px; text-align: center; background: var(--brand); color: #fff; font-weight: 700; font-size: .85rem; padding: 6px 10px; border-radius: 10px; }
.pricing-card-body { padding: 24px; }
.pricing-card-footer { padding: 20px 24px; border-top: 1px solid #eef2f7; margin-top: auto; }
.plan-title { font-weight: 700; }
.plan-sub { color: var(--ink-700); font-size: .95rem; margin-bottom: 14px; }
.plan-list { list-style: none; padding-left: 0; margin-bottom: 0; color: var(--ink-700); }
.plan-list li { padding-left: 26px; position: relative; margin-bottom: .6rem; }
.plan-list li::before { content: "\2713"; position: absolute; left: 0; top: 0; color: #10b981; background: #e7f7ef; width: 20px; height: 20px; border-radius: 6px; display: inline-flex; align-items: center; justify-content: center; font-size: .8rem; }
.price { font-weight: 800; font-size: 1.75rem; margin-bottom: 12px; }
.price .unit { font-weight: 600; color: var(--ink-700); font-size: .95rem; margin-left: 4px; }