/* Landing-page styles extracted from index.html inline <style> blocks. */

.features-area .item-single {
    display: table-cell;
}

.hidden {
    display: none;
}

.alert {
    padding: 12px;
    margin: 10px 0;
    border-radius: 4px;
}

.alert-ok {
    background: #e6ffed;
    color: #087f23;
}

.alert-err {
    background: #ffe6e6;
    color: #c0392b;
}

.required {
    color: #d63031;
}

.btn[disabled] {
    opacity: .5;
    cursor: not-allowed;
}

.lazy-container.aspect-ratio-1-1::after {
    padding-bottom: 90%;
}

@media (min-width:992px) {
    .feedback-area.feedback-2 .slider-item .slider-item-inner .content {
        height: 462px;
    }
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    color: black;
    border: none;
    padding: 0 !important;
    font-size: 50px;
    height: 50px !important;
    margin: 10px;
    width: 50px !important;
    background: white;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: block !important;
}

.owl-next span {
    position: relative;
    bottom: 20px;
}

.owl-prev span {
    position: relative;
    bottom: 20px;
}

body {
    margin: 0;
    padding: 0;
}

.wrapper-1 {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
}

.wrapper-2 {
    padding: 30px;
    text-align: center;
}

h1 {
    font-size: 3.5em;
    color: #5892ff;
    margin: 0;
    margin-bottom: 20px;
}

.wrapper-2 p {
    margin: 0;
    font-size: 1.3em;
    color: #aaa;
    font-family: "Source Sans Pro", sans-serif;
    letter-spacing: 1px;
}

.go-home {
    color: #fff;
    background: #5892ff;
    border: none;
    padding: 10px 50px;
    margin: 30px 0;
    border-radius: 30px;
    text-transform: capitalize;
    box-shadow: 0 10px 16px 1px rgba(174, 199, 251, 1);
}

.footer-like {
    margin-top: auto;
    background: #d7e6fe;
    padding: 6px;
    text-align: center;
}

.footer-like p {
    margin: 0;
    padding: 4px;
    color: #5892ff;
    font-family: "Source Sans Pro", sans-serif;
    letter-spacing: 1px;
}

.footer-like p a {
    text-decoration: none;
    color: #5892ff;
    font-weight: 600;
}

#more {
    display: none;
}

/* Hero top padding (mobile-first): the mobile/tablet header sits in normal
   flow (hamburger nav up to 991px), so only a small gap is needed. The desktop
   nav (>=992px) is a fixed overlay, so the banner needs clearance below it. */
.home-banner-area {
    padding-top: 24px;
}

@media (min-width: 992px) {
    .home-banner-area {
        /* 80px nav + ~40px ann-bar; JS reduces to 120px when bar is dismissed */
        padding-top: 160px;
    }
}

@media (max-width: 760px) {
    h1 {
        font-size: 2.5em;
    }
}

@media (min-width: 760px) {
    h1 {
        font-size: 3.5em;
    }

    .go-home {
        margin-bottom: 20px;
    }
}

@media (min-width: 600px) {
    .content {
        max-width: 1000px;
        margin: 0 auto;
    }

    .wrapper-1 {
        height: initial;
        max-width: 620px;
        margin: 0 auto;
        margin-top: 50px;
        box-shadow: 4px 8px 40px 8px rgba(88, 146, 255, 0.2);
    }
}

#contact-form .col-md-4 {
    background-color: #d7e6fe;
    display: grid;
    border-radius: 25px 0px 0px 25px;
    place-content: center;
}

#contact-form .row {
    border-radius: 25px;
}

#contact-form .col-md-8 {
    border-radius: 0px 25px 25px 0px;
}

@media (max-width:769px) {
    #contact-form .col-md-4 {
        background-color: #d7e6fe;
        display: grid;
        border-radius: 0px;
        place-content: center;
    }

    .integration-area.integration-3 .item-single .icon {
        display: flex;
        align-items: center;
        margin: auto;
    }

    #contact-form .row {
        border-radius: 0px;
    }

    #contact-form .col-md-8 {
        border-radius: 0px;
    }
}

.page-title-area {
    padding: 44px 0px !important;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Header Styles */
.header {
    text-align: center;
    margin-bottom: 3rem;
}

.header h1,
.header h2 {
    font-size: 2.5rem;
    color: #0F75BC;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.header p {
    color: #64748b;
    max-width: 800px;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 1.7;
}

/* Grid Layout */
.main-grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 2rem;
    align-items: start;
}

/* Card Styles */
.card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border: 1px solid #e2e8f0;
}

.card-header {
    padding: 1.5rem;
    background: #eff6ff;
    text-align: center;
    border-bottom: 1px solid #e2e8f0;
}

.card-header h2 {
    font-size: 1.5rem;
    color: #0F75BC;
    margin-bottom: 0.5rem;
}

.card-header .checkmarks {
    color: #0F75BC;
    font-size: 1.1rem;
    font-weight: 500;
}

.card-content {
    padding: 1.5rem;
}

/* Features List */
.features-list {
    list-style: none;
}

.feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 0.75rem;
    font-size: 0.9rem;
}

.feature-item .check-icon {
    width: 16px;
    height: 16px;
    background: #10b981;
    border-radius: 50%;
    margin-right: 0.5rem;
    position: relative;
    flex-shrink: 0;
}

.feature-item .check-icon::after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 10px;
    font-weight: bold;
}

.sub-features {
    margin-left: 1.5rem;
    margin-top: 0.5rem;
}

.sub-feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
    font-size: 0.85rem;
    color: #64748b;
}

.sub-feature-item .dot {
    width: 6px;
    height: 6px;
    background: #10b981;
    border-radius: 50%;
    margin-right: 0.5rem;
    flex-shrink: 0;
}

/* Important Feature Box */
.important-feature {
    margin-top: 2rem;
    padding: 1.5rem;
    background: #fef3c7;
    border: 1px solid #f59e0b;
    border-radius: 8px;
    text-align: center;
}

.badge {
    display: inline-block;
    background: #f59e0b;
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.important-feature h3 {
    font-size: 1.1rem;
    color: #374151;
    margin-bottom: 0.5rem;
}

.important-feature p {
    font-size: 0.85rem;
    color: #6b7280;
    margin-bottom: 1rem;
}

.phone-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-size: 0.85rem;
    color: #374151;
    margin-bottom: 1rem;
}

/* Button Styles */
.btn {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 6px;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s;
    text-align: center;
}

.btn-primary {
    background: #0F75BC;
    color: white;
}

.btn-primary:hover {
    background: #0F75BC;
}

.btn-full {
    width: 100%;
}

/* Right Column */
.right-column {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

/* Pricing Section */
.pricing-section {
    text-align: center;
}

.pricing-header {
    margin-bottom: 2rem;
}

.pricing-header h2 {
    font-size: 2rem;
    color: #0F75BC;
    margin-bottom: 0.5rem;
}

.pricing-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border: 1px solid #e2e8f0;
}

.pricing-header-purple {
    background: #4f3682;
    color: white;
    padding: 1.5rem;
    text-align: center;
}

.pricing-header-blue {
    background: #1a73e8;
    color: white;
    padding: 1.5rem;
    text-align: center;
}

.pricing-header-green {
    background: #2650de;
    color: white;
    padding: 1.5rem;
    text-align: center;
}

.pricing-card h3 {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}

.original-price {
    font-size: 0.85rem;
    text-decoration: line-through;
    opacity: 0.8;
    margin-bottom: 0.5rem;
}

.current-price {
    font-size: 2rem;
    font-weight: 700;
}

.pricing-footer {
    padding: 1rem;
    text-align: center;
    font-size: 0.8rem;
    color: #64748b;
}

/* Form Styles */
.form-section {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border: 1px solid #e2e8f0;
}

.form-header {
    background: #eff6ff;
    padding: 1.5rem;
    text-align: center;
    border-bottom: 1px solid #e2e8f0;
}

.form-header h2 {
    font-size: 1.5rem;
    color: #0F75BC;
    margin-bottom: 0.5rem;
}

.form-content {
    padding: 1.5rem;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.form-label {
    display: block;
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
    color: #374151;
}

.required {
    color: #ef4444;
}

.form-input {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 0.9rem;
    transition: border-color 0.2s;
}

.form-input:focus {
    outline: none;
    border-color: #0F75BC;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.form-textarea {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 0.9rem;
    resize: vertical;
    min-height: 100px;
    font-family: inherit;
}

.form-textarea:focus {
    outline: none;
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

/* Responsive Design */
@media (max-width: 768px) {
    .main-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .header h1 {
        font-size: 2rem;
    }

    .pricing-grid {
        grid-template-columns: 1fr;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .container {
        padding: 1rem;
    }
}

@media (max-width: 480px) {
    .header h1 {
        font-size: 1.75rem;
    }

    .current-price {
        font-size: 1.5rem;
    }
}

/* Pricing container / plans */
.pricing-container {
    display: flex;
    gap: 30px;
    max-width: 1400px;
    margin: 0 auto;
}

.features-box {
    background: white;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    flex: 1;
}

.pricing-plans-box {
    flex: 2;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.features-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.features-list li {
    padding: 8px 0;
    border-bottom: 1px dashed #eee;
    position: relative;
    padding-left: 25px;
}

.features-list li:before {
    content: "✓";
    color: #27ae60;
    position: absolute;
    left: 0;
}

.sub-features {
    list-style-type: disc;
    padding-left: 20px;
    margin: 5px 0;
    color: #7f8c8d;
}

.pricing-plan {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    background: white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.pricing-plan h4 {
    margin-top: 0;
    color: #3498db;
    font-size: 24px;
}

.price {
    font-size: 24px;
    font-weight: bold;
    color: #2c3e50;
    margin: 10px 0;
}

.price-alt {
    font-size: 18px;
    color: #7f8c8d;
    text-decoration: line-through;
    margin: 5px 0;
}

.setup-cost {
    font-size: 14px;
    color: #e74c3c;
    margin-top: 10px;
}

.highlight {
    background-color: #f8f9fa;
    border-left: 4px solid #3498db;
    padding-left: 15px;
}

.plan-description {
    font-size: 14px;
    color: #555;
    margin-top: 10px;
    line-height: 1.4;
}

.free-plan {
    border: 2px solid #27ae60;
    background-color: #f8fff8;
}

.free-badge {
    background: #27ae60;
    color: white;
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 12px;
    display: inline-block;
    margin-left: 5px;
}

.feature-card {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 22px;
    max-width: 100%;
    width: 100%;
    text-align: center;
    margin-top: 0.5rem;
    order: 999;
}

.feature-title {
    color: #2c3e50;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}

.feature-subtitle {
    color: #7f8c8d;
    font-size: 16px;
    margin-bottom: 25px;
}

.phone-number {
    background-color: #5e62e5;
    color: white !important;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 25px;
    display: inline-block;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.phone-number:hover {
    background-color: #2980b9;
}

.demo-button {
    background-color: #0e74bc;
    color: white !important;
    border: none;
    padding: 12px 25px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    margin: 1rem 0rem;
    width: auto;
    transition: background-color 0.3s ease;
}

.demo-button:hover {
    background-color: #5e62e5;
}

@media (max-width:900px) {
    .pricing-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width:769px) {
    .pricing-container {
        flex-direction: column-reverse;
    }
}

/* Click-to-play YouTube facade (perf: avoids loading players on page load) */
.yt-facade {
    position: relative;
    width: 100%;
    overflow: hidden;
    cursor: pointer;
    background-color: #000;
    background-size: cover;
    background-position: center;
}

.yt-facade img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: opacity 0.2s ease;
}

.yt-facade:hover img {
    opacity: 0.85;
}

.yt-facade .yt-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 68px;
    height: 48px;
    border: none;
    border-radius: 12px;
    background-color: rgba(15, 117, 188, 0.92);
    cursor: pointer;
    padding: 0;
}

.yt-facade .yt-play::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 52%;
    transform: translate(-50%, -50%);
    border-style: solid;
    border-width: 11px 0 11px 18px;
    border-color: transparent transparent transparent #fff;
}

.yt-facade:hover .yt-play {
    background-color: #0f75bc;
}

/* Footer: add breathing room between stacked column widgets on mobile. */
@media (max-width: 767px) {
    .footer-top .footer-widget {
        margin-top: 24px;
    }
}

/* ── Announcement bar ────────────────────────────────────────────────────── */
#ann-bar {
    background: linear-gradient(90deg, #0d5fa0 0%, #0f75bc 100%);
    color: #fff;
    text-align: center;
    padding: 9px 48px;
    font-size: 13px;
    line-height: 1.5;
    position: relative;
    z-index: 10001;
}
@media (min-width: 992px) {
    /* On desktop the nav is already fixed — make bar fixed too so they stack */
    #ann-bar {
        position: fixed;
        top: 0; left: 0; right: 0;
    }
}
#ann-bar a { color: #ffe066; font-weight: 700; text-decoration: underline; margin-left: 6px; }
#ann-bar a:hover { color: #fff; }
#ann-bar-close {
    position: absolute; right: 14px; top: 50%; transform: translateY(-50%);
    background: none; border: none; color: rgba(255,255,255,0.75); font-size: 20px;
    line-height: 1; cursor: pointer; padding: 0 4px;
}
#ann-bar-close:hover { color: #fff; }
@media (max-width: 600px) {
    #ann-bar { font-size: 12px; padding: 8px 40px; }
}

/* ── Social proof toast ──────────────────────────────────────────────────── */
#sp-toast {
    position: fixed; bottom: 24px; left: 20px; z-index: 9999;
    transform: translateY(20px); opacity: 0; pointer-events: none;
    transition: opacity 0.35s ease, transform 0.35s ease;
    max-width: 310px; width: calc(100vw - 40px);
}
#sp-toast.sp-visible {
    opacity: 1; transform: translateY(0); pointer-events: auto;
}
.sp-inner {
    display: flex; align-items: center; gap: 10px;
    background: #fff; border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.14);
    padding: 12px 14px;
    border-left: 4px solid #0f75bc;
}
.sp-icon {
    width: 36px; height: 36px; border-radius: 50%;
    background: #e8f4fd; display: flex; align-items: center; justify-content: center;
    flex-shrink: 0; color: #0f75bc; font-size: 15px;
}
.sp-body { flex: 1; font-size: 12.5px; line-height: 1.45; color: #333; }
.sp-body strong { color: #111; font-size: 13px; }
.sp-time { font-size: 11px; color: #999; white-space: nowrap; flex-shrink: 0; }
.sp-close {
    background: none; border: none; color: #bbb; font-size: 16px;
    cursor: pointer; padding: 0 0 0 6px; flex-shrink: 0; line-height: 1;
}
.sp-close:hover { color: #555; }

/* ── Urgency slot badge (near CTAs) ─────────────────────────────────────── */
.urgency-slots {
    display: inline-flex; align-items: center; gap: 5px;
    font-size: 12.5px; color: #c0392b; font-weight: 600; margin-top: 10px;
}
.urgency-dot {
    width: 7px; height: 7px; border-radius: 50%; background: #c0392b;
    animation: pulse-dot 1.4s ease-in-out infinite;
    flex-shrink: 0;
}
@keyframes pulse-dot {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.4); }
}

/* ── Feature icon box (replaces video thumbnails in features section) ─────── */
.feat-icon-wrap {
    width: 72px; height: 72px; border-radius: 14px;
    background: #e8f4fd; display: flex; align-items: center; justify-content: center;
}
.feat-icon-wrap i { font-size: 32px; color: #0f75bc; }

/* ── Nav vertical alignment ──────────────────────────────────────────────── */
@media (min-width: 992px) {
    .header-area .main-navbar-area .main-nav .navbar .navbar-nav {
        align-items: center !important;
    }
    .header-area .main-navbar-area .main-nav .navbar .navbar-nav .cta-btn {
        display: flex;
        align-items: center;
    }
}

/* ── Copyright & trust bar ───────────────────────────────────────────────── */
.copy-right-area {
    background: #0a2540;
    padding: 18px 0;
}
.trust-bar {
    background: #1a3a5c;
    border-top: 1px solid #1e4a78;
    padding: 14px 0;
}

/* ── Demo hero (Free-trial.html) ─────────────────────────────────────────── */
.demo-hero-section {
    background: linear-gradient(135deg, #071b2e 0%, #0a3060 55%, #0f75bc 100%);
    padding: 120px 0 56px;
    position: relative;
    overflow: hidden;
}
.demo-hero-overlay {
    position: absolute; inset: 0;
    background: repeating-linear-gradient(
        -55deg,
        transparent,
        transparent 40px,
        rgba(255,255,255,.03) 40px,
        rgba(255,255,255,.03) 41px
    );
    pointer-events: none;
}
.demo-hero-inner { position: relative; z-index: 1; }

.demo-breadcrumb { background: transparent; padding: 0; margin: 0; }
.demo-breadcrumb .breadcrumb-item a { color: #8ec8f5; text-decoration: none; font-size: 13px; }
.demo-breadcrumb .breadcrumb-item.active {color: #cce0f5;font-size: 13px;padding-top: 4px;}
.demo-breadcrumb .breadcrumb-item + .breadcrumb-item::before { color: #5ba8d9; }

.demo-hero-title {
    font-size: clamp(1.7rem, 3.5vw, 2.5rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.25;
    margin-bottom: 16px;
}
.demo-hero-sub {
    font-size: 1.05rem;
    color: #b8d8f0;
    margin-bottom: 24px;
    line-height: 1.6;
}
.demo-checklist {
    list-style: none;
    padding: 0; margin: 0;
    display: flex; flex-direction: column; gap: 10px;
}
.demo-checklist li {
    color: #cce5fa;
    font-size: 15px;
    display: flex; align-items: center; gap: 10px;
}
.demo-checklist li .bi { color: #4db8ff; font-size: 17px; flex-shrink: 0; }

/* Contact box (right side) */
.demo-contact-box {
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.15);
    backdrop-filter: blur(8px);
    border-radius: 16px;
    padding: 28px 32px;
    text-align: center;
    max-width: 300px;
    width: 100%;
}
.demo-box-label {
    color: #8ec8f5;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .06em;
    margin-bottom: 14px;
}
.demo-box-phone {
    display: block;
    background: #0f75bc;
    color: #fff !important;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
    padding: 12px 20px;
    border-radius: 8px;
    margin-bottom: 14px;
    transition: background .2s;
}
.demo-box-phone:hover { background: #0c60a0; }
.demo-box-divider {
    color: #5ba8d9;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 14px;
}
.demo-box-wa {
    display: block;
    background: #25D366;
    color: #fff !important;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    padding: 11px 20px;
    border-radius: 8px;
    margin-bottom: 16px;
    transition: background .2s;
}
.demo-box-wa:hover { background: #1db855; }
.demo-box-foot {
    color: #7ab8e0;
    font-size: 12px;
    margin: 0;
}

/* ── Sticky mobile CTA bar ───────────────────────────────────────────────── */
#mobile-cta-bar {
    display: none;
    position: fixed; bottom: 0; left: 0; right: 0; z-index: 9998;
    background: #fff; border-top: 1px solid #dce8f5;
    padding: 10px 10px env(safe-area-inset-bottom, 0px);
    gap: 8px;
}
#mobile-cta-bar a {
    flex: 1; text-align: center;
    padding: 10px 4px; border-radius: 6px;
    font-size: 12.5px; font-weight: 600;
    text-decoration: none; display: flex;
    align-items: center; justify-content: center; gap: 4px;
    white-space: nowrap;
}
.mcta-call  { background: #f0f7ff; color: #0f75bc !important; border: 1.5px solid #0f75bc; }
.mcta-wa    { background: #25D366; color: #fff !important; }
.mcta-trial { background: #0f75bc; color: #fff !important; }
@media (max-width: 991px) {
    #mobile-cta-bar { display: flex; }
    body { padding-bottom: 72px; }
    #sp-toast { bottom: 82px; }
}

/* ── Comparison table (Why CA OMS) ──────────────────────────────────────── */
.compare-table { width: 100%; border-collapse: separate; border-spacing: 0; }
.compare-table th, .compare-table td {
    padding: 13px 18px; font-size: 14px; border-bottom: 1px solid #e8eef4;
}
.compare-table thead th { font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: .05em; }
.compare-table thead th:first-child { color: #555; }
.compare-table thead th.col-caoms { background: #0f75bc; color: #fff; border-radius: 8px 8px 0 0; text-align: center; }
.compare-table thead th.col-other { background: #f3f4f6; color: #888; text-align: center; }
.compare-table tbody td:first-child { color: #444; font-weight: 500; }
.compare-table tbody td.col-caoms { background: #f0f7ff; text-align: center; color: #0a7c3e; font-weight: 600; font-size: 15px; }
.compare-table tbody td.col-other { background: #fafafa; text-align: center; color: #c0392b; font-size: 15px; }
.compare-table tbody tr:last-child td { border-bottom: none; }
.compare-table tbody tr:last-child td.col-caoms { border-radius: 0 0 8px 0; }
.compare-table tbody tr:last-child td.col-other { border-radius: 0 0 0 0; }
.compare-wrap { border: 1px solid #dce8f5; border-radius: 10px; overflow: hidden; }

/* ── Go Live in 48 Hours section ────────────────────────────────────────── */
.golive-section { background: linear-gradient(135deg,#071b2e 0%,#0a3060 60%,#0f75bc 100%); padding: 72px 0; }
.golive-step { display: flex; gap: 20px; align-items: flex-start; margin-bottom: 32px; }
.golive-step:last-child { margin-bottom: 0; }
.golive-num {
    width: 44px; height: 44px; flex-shrink: 0;
    background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.25);
    border-radius: 50%; display: flex; align-items: center; justify-content: center;
    color: #fff; font-weight: 800; font-size: 16px;
}
.golive-step h5 { color: #fff; font-size: 16px; font-weight: 700; margin: 0 0 4px; }
.golive-step p { color: #a8d4f0; font-size: 14px; margin: 0; line-height: 1.55; }
.golive-badge {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2);
    border-radius: 30px; padding: 6px 16px; color: #cce5fa; font-size: 13px; margin-bottom: 20px;
}
.golive-title { color: #fff; font-size: clamp(1.6rem,3vw,2.2rem); font-weight: 800; line-height: 1.25; margin-bottom: 12px; }
.golive-sub { color: #9fc8e8; font-size: 15px; margin-bottom: 36px; }
.golive-cta {
    display: inline-block; background: #fff; color: #0f75bc !important;
    font-weight: 700; font-size: 15px; padding: 13px 28px;
    border-radius: 8px; text-decoration: none !important; margin-top: 8px;
    transition: background .2s, transform .15s;
}
.golive-cta:hover { background: #e8f4fd; transform: translateY(-1px); }

/* ── Partner program section ─────────────────────────────────────────────── */
.partner-section { background: #f8fafb; padding: 72px 0; }
.partner-card {
    background: #fff; border: 1px solid #dce8f5; border-radius: 12px;
    padding: 28px 24px; height: 100%; transition: box-shadow .2s, transform .2s;
}
.partner-card:hover { box-shadow: 0 8px 24px rgba(15,117,188,.12); transform: translateY(-3px); }
.partner-icon {
    width: 54px; height: 54px; border-radius: 12px; background: #e8f4fd;
    display: flex; align-items: center; justify-content: center; margin-bottom: 16px;
}
.partner-icon i { font-size: 26px; color: #0f75bc; }
.partner-card h5 { font-size: 17px; font-weight: 700; color: #1a2a3a; margin-bottom: 8px; }
.partner-card p { font-size: 14px; color: #666; line-height: 1.6; margin: 0; }

/* ── Pricing calculator ──────────────────────────────────────────────────── */
.price-calc-wrap {
    background: #fff; border: 1px solid #dce8f5; border-radius: 14px;
    padding: 32px; max-width: 560px; margin: 0 auto;
}
.price-calc-wrap label { font-weight: 600; font-size: 14px; color: #1a2a3a; margin-bottom: 8px; display: block; }
.price-calc-wrap input[type=range] { width: 100%; accent-color: #0f75bc; }
.price-result { background: #f0f7ff; border-radius: 10px; padding: 20px 24px; margin-top: 20px; }
.price-result .price-big { font-size: 2rem; font-weight: 800; color: #0f75bc; }
.price-result .price-note { font-size: 13px; color: #555; margin: 4px 0 0; }

/* ── Unified nav: simple Bootstrap pages (features/about/Team) ───────────── */
.navbar-bootstrap-page .navbar-nav { align-items: center; }
.navbar-bootstrap-page .navbar-nav .nav-phone a {
    color: #0f75bc; font-weight: 600; font-size: 14px; text-decoration: none; white-space: nowrap;
}
.navbar-bootstrap-page .cta-nav-btn a {
    background: #0f75bc; color: #fff !important; padding: 8px 18px;
    border-radius: 6px; font-size: 14px; font-weight: 600; text-decoration: none;
}
.navbar-bootstrap-page .cta-nav-btn a:hover { background: #0c60a0; }
